From 74d731cd8ac6bd995fbda485ee3371300af29a74 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 21 七月 2025 18:05:07 +0800
Subject: [PATCH] 优化时间段查询不出数据问题,PDA出库抽检出库任务卡控

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue"
index 1c839e8..52a33e6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_Stock.vue"
@@ -25,11 +25,12 @@
         });
         const editFormFields = ref({
             "palletCode": "",
+            "locationCode": "",
         });
         const editFormOptions = ref([
             [
                 { "title": "鎵樼洏鏉$爜", "field": "palletCode", type: "text" },
-                
+                { "title": "搴撲綅鍙�", "field": "locationCode", type: "text" },
             ]
         ]);
         const searchFormFields = ref({});
@@ -45,19 +46,14 @@
             { field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left', hidden: true },
             { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', },
             { field: 'modifier', title: '鏈�鍚庝慨鏀逛汉', type: 'string', sort: true, width: 100, hidden: true, align: 'left' },
-            { field: 'modifyDate', title: '鏈�鍚庝慨鏀规椂闂�', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
+            { field: 'modifyDate', title: '鏈�鍚庝慨鏀规椂闂�', type: 'datetime', sort: true, width: 150, hidden: true, align: 'left', sort: true },
             ]);
 
         const detail = ref({
             cnName: "缁勭洏鏄庣粏淇℃伅",
             table: "DtBoxingInfoDetail",
             columns: [
-                { title: "鐢佃姱搴忓垪鍙�", field: "serialNumber", type: "text"},
-                { title: "鐗╂枡缂栧彿", field: "materielCode",type: "text" },
-                { title: "鐗╂枡鍚嶇О", field: "materielName", type: "text" },
-                { title: "搴撳瓨鐘舵��", field: "status", type: "text" },
-                { title: "缁勭洏鏁伴噺", field: "stockQuantity", type: "text" },
-                { title: "鍒涘缓鏃堕棿", field: "createDate", type: "text" },
+                
             ],
             sortName: "id",
             key: "BoxingInfoId"

--
Gitblit v1.9.3