From 33f721fc0a4bc40679bff4983aeb5d7edb821705 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期四, 24 七月 2025 10:12:08 +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