From cd0fca809527adfcb73ad6e910a76fb87e7598b2 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 2 Sep 2024 13:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/nladmin-ui/src/views/wms/produceScreen/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue index f6aba4f..14507b1 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue +++ b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue @@ -216,6 +216,7 @@ export default { this.popData = {} this.popList = [] this.popSecList = [] + this.currentRow = null this.value = '' this.type = type this.popData = e @@ -253,7 +254,7 @@ export default { this.disabled = false return } - crudProduceScreen.callMater({ mater: this.popSecList, device_code: this.popData.device_code }).then(res => { + crudProduceScreen.callMater({ mater: this.popSecList, device_code: this.popData.device_code, vehicle_code: this.currentRow.vehicle_code }).then(res => { this.disabled = false this.$message(res.msg) }).catch(() => {