From daea1a90c2fa1b5cc2f52e62be15bd95cc4155f6 Mon Sep 17 00:00:00 2001
From: Tiandele <tiandele@hnkhzn.com>
Date: 星期五, 20 三月 2026 17:16:04 +0800
Subject: [PATCH] 优化手动锁车逻辑

---
 项目代码/WMS/WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue"
index d3c49dd..7715a7b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_PalletStockInfo.vue"
@@ -36,12 +36,17 @@
                 { "title": "鏉$爜", "field": "palletCode", type: "text" },
                 { "title": "搴撲綅鍙�", "field": "locationCode", type: "text" },
                 { "title": "搴撳瓨鐘舵��", "field": "stockStatus", type: "select", dataKey: "CurrentStatue", data: [] },
+            ],
+            [
+                { "title": "杞﹁韩ID", "field": "carBodyID", type: "int" },
+                { "title": "宸烽亾鍙�", "field": "roadwayNo", type: "int" },
             ]
         ]);
         const columns = ref([
             { field: 'id', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
             { field: 'roadwayNo', title: '宸烽亾鍙�', type: 'string', width: 60, align: 'left' },
             { field: 'locationCode', title: '搴撲綅鍙�', type: 'int', width: 100, align: 'left' },
+            { field: 'carBodyID', title: '杞﹁韩ID', type: 'int', width: 120, align: 'left' },
             { field: 'pvi', title: 'PVI鐮�', type: 'string', width: 120, align: 'left' },
             { field: 'palletCode', title: '婊戞﹪鍙�', type: 'string', width: 75, align: 'left' },
             { field: 'vehicleCharacteristic', title: '杞﹀瀷', type: 'string', width: 75, align: 'left' },
@@ -54,7 +59,7 @@
             { field: 'biwInPassTime', title: '鐒婅涓婄嚎鏃堕棿', type: 'string', width: 130, align: 'left' },
             { field: 'stockStatus', title: '閿佸畾鐘舵��', type: 'string', width: 80, align: 'left', bind: { key: "BodyStatus", data: [] } },
             { field: 'lockOrder', title: '鎷夊姩閿佸畾', type: 'int', width: 75, align: 'left', bind: { key: "LockStatus", data: [] }  },
-            { field: 'stayStatus', title: '浠诲姟鐘舵��', type: 'string', width: 80, align: 'left', bind: { key: "TaskStatus", data: [] } },
+            { field: 'taskStatus', title: '浠诲姟鐘舵��', type: 'string', width: 80, align: 'left', bind: { key: "TaskInfoStatus", data: [] } },
             //{ field: 'stayStatus', title: '淇濈暀鐘舵��', type: 'string', width: 80, align: 'left', bind: { key: "StayStatus", data: [] } },
             //{ field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 100, align: 'left' },
             { field: 'createDate', title: '鍏ュ簱鏃堕棿', type: 'datetime', sort: true, width: 100, align: 'left' },

--
Gitblit v1.9.3