From 31537e6e4bf075268d933ca418c97bcbfe334bab Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Mon, 30 Sep 2024 17:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=8B=E5=89=8D=E7=9A=84=E5=BA=93=E5=AD=98?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=89=93=E5=8D=B0=E6=A0=87=E8=AF=86=E5=8D=A1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/matenewsls/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/wms/matenewsls/index.vue b/src/views/wms/matenewsls/index.vue index 5098604..5d0e60b 100644 --- a/src/views/wms/matenewsls/index.vue +++ b/src/views/wms/matenewsls/index.vue @@ -478,16 +478,16 @@ export default { }); }, confirmPrint() { - if (this.printCount < 1) { - this.$message.warning('打印张数必须大于 0!'); - return; - } + // if (this.printCount < 1) { + // this.$message.warning('打印张数必须大于 0!'); + // return; + // } const ids = this.ids[0]; // 发送请求到后端 // 发送请求到后端 const payload = { - storageId: ids, // 传递选中的 ID - userDefined10: this.printCount // 传递打印数量 + storageId: ids // 传递选中的 ID + // userDefined10: this.printCount // 传递打印数量 }; // 这里假设 addBS 是一个 API 函数 addBS(payload)