From 6b74e1dcf5642c8f56975471e27780d695953989 Mon Sep 17 00:00:00 2001
From: 陈勇 <竞男@ASUNA>
Date: 星期日, 26 四月 2026 15:48:01 +0800
Subject: [PATCH] 同步代码

---
 项目代码/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PassPointRecord.vue |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PassPointRecord.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PassPointRecord.vue"
index 20607d5..9239d68 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PassPointRecord.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PassPointRecord.vue"
@@ -32,22 +32,23 @@
         const searchFormFields = ref({});
         const searchFormOptions = ref([
             [
-                { "title": "绔欏彴缂栧彿", "field": "pointCode", type: "text" },
-                { "title": "鍫嗗灈鏈虹紪鍙�", "field": "stackerCode", type: "text" },
+                { "title": "婊戞﹪鍙�", "field": "palletCode", type: "text" },
+                { "title": "PVI", "field": "pvi", type: "text" },
+                 { "title": "杩囩偣鏃堕棿", "field": "passPointTime", type: "datetime" },
             ],
             [
-                { "title": "鍏崇郴鐨勬柟鍚�", "field": "direction", type: "text" },
-                { "title": "鍏崇郴鐨勫尯鍩�", "field": "area", type: "text" },
+                { "title": "宸ヤ綅鍙�", "field": "position", type: "text" },
+                { "title": "杩囩偣浣�", "field": "lineCode", type: "text" },
             ]
         ]);
         const columns = ref([{ field: 'id', title: '涓婚敭', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' },
-        { field: 'palletCode', title: '婊戞﹪鍙�', type: 'string', sort: true, width: 110, require: true, align: 'left', sort: true },
-        { field: 'position', title: '杩囩偣', type: 'string', sort: true, width: 110, align: 'left' },
-        { field: 'pvi', title: 'PVI', type: 'string', sort: true, width: 110, align: 'left' },
+        { field: 'palletCode', title: '婊戞﹪鍙�', type: 'string', width: 110, require: true, align: 'left', },
+        { field: 'position', title: '宸ヤ綅鍙�', type: 'string', width: 110, align: 'left' },
+        { field: 'pvi', title: 'PVI', type: 'string', width: 110, align: 'left' },
         { field: 'passPointTime', title: '杩囩偣鏃堕棿', type: 'int', sort: true, width: 110, align: 'left' },
-        { field: 'lineCode', title: '琛屽彿', type: 'int', sort: true, width: 110, align: 'left' },
-        { field: 'content', title: '璇锋眰鍙傛暟', type: 'int', sort: true, width: 250, align: 'left' },
-        { field: 'creater', title: '鍒涘缓浜�', type: 'string', sort: true, width: 110, align: 'left' },
+        { field: 'lineCode', title: '杩囩偣浣�', type: 'int',  width: 110, align: 'left' },
+        { field: 'content', title: '璇锋眰鍙傛暟', type: 'int',  width: 250, align: 'left' },
+        { field: 'creater', title: '鍒涘缓浜�', type: 'string',  width: 110, align: 'left' },
         { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
         { field: 'modifier', title: '淇敼浜�', type: 'string', sort: true, width: 100, hidden: true, align: 'left' },
         { field: 'modifyDate', title: '淇敼鏃堕棿', type: 'datetime', sort: true, width: 150, hidden: true, align: 'left', sort: true },])

--
Gitblit v1.9.3