From 19afdce1afd00198c1c3b5c5cf13c247462cd663 Mon Sep 17 00:00:00 2001 From: tuqiang <437016993@qq.com> Date: Mon, 16 Jun 2025 19:14:08 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E4=BC=98=E5=8C=96=E7=94=9F?= =?UTF-8?q?=E7=AE=94=E5=B7=A5=E5=8D=95=E3=80=81=E5=88=86=E5=88=87=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/wms/pdm/order/rawfoilworkorder/index.vue | 1 + .../src/views/wms/pdm/order/slittingplan/index.vue | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/index.vue b/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/index.vue index febf837..6fcd734 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/order/rawfoilworkorder/index.vue @@ -378,6 +378,7 @@ export default { }, async queryMater() { this.materShow = true + this.materType = '7410' }, formatStatusName(row) { return this.dict.label.product_status[row.status] diff --git a/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue b/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue index f51a6bd..8b45aa5 100644 --- a/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue +++ b/lms/nladmin-ui/src/views/wms/pdm/order/slittingplan/index.vue @@ -908,6 +908,16 @@ export default { async queryMater(index) { this.indexType = index this.materShow = true + // 7019FRP管,4822纸管,4415木箱,7410产品 + if (index === 1) { + this.materType = '7410' + } else if (index === 2) { + this.materType = '4822' + } else if (index === 3) { + this.materType = '7019' + } else if (index === 4) { + this.materType = '4415' + } }, querytable() { this.$refs.table.clearSelection()