From c55aafd7956d832a0217100050e8db31eb3e96e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Tue, 10 Sep 2024 10:19:08 +0800 Subject: [PATCH] no message --- lms/nladmin-ui/src/views/wms/produceScreen/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue index ec5a204..90425bb 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue +++ b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue @@ -275,7 +275,7 @@ export default { this.show = true this.emptyObj.device_code = e.name } else if (type === 'SCANER') { - crudProduceScreen.fabOrders({ device_code: this.popData.device_code }).then(res => { + crudProduceScreen.fabOrders({ device_code: this.screenData.in_code }).then(res => { this.options2 = [...res] }) crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => { @@ -322,7 +322,7 @@ export default { this.disabled = false }) } else if (this.type === 'SCANER') { - crudProduceScreen.sendMater({ device_code: this.screenData.in_code, mater: this.popList, point_code: this.value1 }).then(res => { + crudProduceScreen.sendMater({ device_code: this.popData.device_code, mater: this.popList, point_code: this.value1 }).then(res => { this.disabled = false this.$message(res.msg) }).catch(() => {