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/VV_StockInfo.vue | 29 +++++++++++++++++++++--------
1 files changed, 21 insertions(+), 8 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue"
index 50cf1e1..36ed357 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/VV_StockInfo.vue"
@@ -33,33 +33,46 @@
});
const searchFormOptions = ref([
[
- { "title": "鏉$爜", "field": "palletCode", type: "text" },
+ { "title": "婊戞﹪鍙�", "field": "palletCode", type: "text" },
{ "title": "搴撲綅鍙�", "field": "locationCode", type: "text" },
- { "title": "搴撳瓨鐘舵��", "field": "stockStatus", type: "select", dataKey: "CurrentStatue", data: [] },
+ { "title": "閿佸畾鐘舵��", "field": "stockStatus", type: "select", dataKey: "BodyStatus", data: [] },
+ { "title": "鎷夊姩閿佸畾", "field": "lockOrder", type: "select", dataKey: "LockStatus", data: [] },
],
[
{ "title": "杞﹁韩ID", "field": "carBodyID", type: "int" },
{ "title": "PVI", "field": "pvi", type: "string" },
{ "title": "宸烽亾鍙�", "field": "roadwayNo", type: "int" },
+ { "title": "浠诲姟鐘舵��", "field": "taskStatus", type: "select", dataKey: "TaskInfoStatus", data: [] },
+ ],
+ [
+ { "title": "杞﹁韩绫诲瀷", "field": "carType", type: "select", dataKey: "BodyType", data: [] },
+ { "title": "宸ュ崟绫诲瀷", "field": "workOrderType", type: "select", dataKey: "OrderType", data: [] },
+ { "title": "鐧借溅韬墿鏂欏彿", "field": "biwMaterialCode", type: "int" },
+ { "title": "褰╄溅韬墿鏂欏彿", "field": "pbMaterial", type: "string" },
+ ],
+ [
+ { "title": "杞﹁韩棰滆壊", "field": "carBodyCharacteristic", type: "string" },
+ { "title": "澶╃獥鐗瑰緛", "field": "skylightCharacteristic", type: "string" },
+ { "title": "杞﹀瀷", "field": "vehicleCharacteristic", type: "string" },
]
]);
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: 'locationCode', title: '搴撲綅鍙�', type: 'int', width: 120, align: 'left' },
+ { field: 'carBodyID', title: '杞﹁韩ID', type: 'int', width: 90, 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' },
{ field: 'carType', title: '杞﹁韩绫诲瀷', type: 'int', width: 80, align: 'left', bind: { key: "BodyType", data: [] } },
- { field: 'workOrderType', title: '宸ュ崟绫诲瀷', type: 'string', width: 75, align: 'left', bind: { key: "OrderType", data: [] } },
+ { field: 'workOrderType', title: '宸ュ崟绫诲瀷', type: 'string', width: 100, align: 'left', bind: { key: "OrderType", data: [] } },
{ field: 'skylightCharacteristic', title: '澶╃獥鐗瑰緛', type: 'string', width: 75, align: 'left' },
{ field: 'carBodyCharacteristic', title: '杞﹁韩棰滆壊', type: 'string', width: 75, align: 'left' },
- { field: 'biwMaterialCode', title: '鐧借溅韬墿鏂欏彿', type: 'string', width: 110, align: 'left' },
- { field: 'pbMaterial', title: '褰╄溅韬墿鏂欏彿', type: 'string', width: 110, align: 'left' },
+ { field: 'biwMaterialCode', title: '鐧借溅韬墿鏂欏彿', type: 'string', width: 120, align: 'left' },
+ { field: 'pbMaterial', title: '褰╄溅韬墿鏂欏彿', type: 'string', width: 120, align: 'left' },
{ field: 'biwInPassTime', title: '鐒婅涓婄嚎鏃堕棿', type: 'datetime', 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: 'lockOrder', title: '鎷夊姩閿佸畾', type: 'int', width: 75, align: 'left', bind: { key: "LockStatus", 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' },
--
Gitblit v1.9.3