From e910ef1ad41c1dc40615de858b97dca08db4455c 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: Mon, 23 Sep 2024 14:24:17 +0800 Subject: [PATCH] data --- 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 17d8e69..712033a 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue +++ b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue @@ -283,7 +283,7 @@ export default { } }) } - crudProduceScreen.fabOrders({ device_code: arr }).then(res => { + crudProduceScreen.fabOrders({ deviceCodes: arr }).then(res => { this.options2 = [...res] }) crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => { @@ -294,7 +294,7 @@ export default { } else if (type === 'BACK') { const arr = [] arr.push(this.popData.device_code) - crudProduceScreen.fabOrders({ device_code: arr }).then(res => { + crudProduceScreen.fabOrders({ deviceCodes: arr }).then(res => { this.popList = [...res] this.popList.map(el => { this.$set(el, 'material_qty', 0)