From 1cd8899b91a760da09e170c030091d2465df51a3 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期四, 24 七月 2025 16:48:15 +0800 Subject: [PATCH] 货架标签管理表单三级联动问题处理 --- src/views/tms/modules/inboundOrder/InboundOrderModel.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/tms/modules/inboundOrder/InboundOrderModel.vue b/src/views/tms/modules/inboundOrder/InboundOrderModel.vue index 4e1d578..9f448c2 100644 --- a/src/views/tms/modules/inboundOrder/InboundOrderModel.vue +++ b/src/views/tms/modules/inboundOrder/InboundOrderModel.vue @@ -342,7 +342,6 @@ title: '搴撲綅鍙�', align: 'center', dataIndex: 'goodsShelvesId', - scopedSlots: { customRender: 'goodsShelvesId' }, }, { title: '鍏ュ簱鏁伴噺', @@ -402,7 +401,7 @@ } this.$nextTick(() => { this.form.setFieldsValue( - pick(this.model, 'inboundNum', 'inStorehouseType', 'inboundTime', 'applicationReason', 'handler','approvalDate','reviewer','approvalOpinion','remark') + pick(this.model, 'inboundNum', 'inStorehouseType', 'inboundTime', 'applicationReason', 'handler','approvalDate','reviewer','approvalOpinion','remark','goodsShelvesId') ) }) }, @@ -575,7 +574,8 @@ onlyCode:data[i].onlyCode, quantity:data[i].quantity, inStorageQuantity:data[i].storageQuantity || data[i].quantity || 1, - accuracyClass:data[i].accuracyClass + accuracyClass:data[i].accuracyClass, + goodsShelvesId:data[i].positionCode }) } //this.ipaginationm.total = this.dataSource.length -- Gitblit v1.9.3