From ccad811e328ee76c96e23dbf44a83b1581502ccf Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 1 Dec 2025 14:23:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E6=B7=B7=E6=89=B9?= =?UTF-8?q?=E5=8A=A0=E6=96=99=E5=8E=9F=E7=90=86=E4=B8=BA=E6=94=B9=E7=89=88?= =?UTF-8?q?=EF=BC=8C=E6=92=A4=E9=94=80=E5=8F=98=E5=8A=A8=EF=BC=88=E6=9C=89?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E6=98=AF=E4=B8=8D=E5=90=8C=E5=B7=A5=E6=AE=B5?= =?UTF-8?q?=E7=9A=84=E6=9D=BF=E6=AE=B5=E5=90=88=E6=89=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/inmIn.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 5f378b8d..63331af3 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -698,7 +698,7 @@ export default { }, handleAddWpr(row){ this.dialog.scrap = true; - this.type = 10; + this.type = 50; let obj = {}; obj.wm = row.id; obj.batch = row.batch; @@ -708,7 +708,7 @@ export default { obj.material_name = row.material_name; this.wmItem = obj; this.$nextTick(() => { - this.$refs.scrapDialog.open("add",[],30); + this.$refs.scrapDialog.open("add"); }); }, handleWprSuccess(row){},