From beb5a49a703670317ae45dcb4919b05e104a63b0 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期四, 24 七月 2025 16:32:03 +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