From f45293a0c3c9838567d6ff01eae53157a9ed5284 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 05 三月 2026 10:59:38 +0800
Subject: [PATCH] 1

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

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue"
index 1b56e9b..d9e4411 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/widesea_wms/stock/Dt_CarBodyInfo.vue"
@@ -36,25 +36,31 @@
             [
                 { "title": "婊戞﹪鍙�", "field": "palletCode", type: "text" },
                 //{ "title": "鐗╂枡缂栧彿", "field": "materielCode", type: "text" },
-                //{ "title": "搴撳瓨鐘舵��", "field": "status", type: "select", dataKey: "StockState", data: [] },
+                 { "title": "PVI", "field": "pvi", type: "text" },
+                { "title": "杞﹁韩绫诲瀷", "field": "carType", type: "select", dataKey: "BodyType", data: [] },
                 //{ "title": "缁勭洏绫诲瀷", "field": "groupType", type: "select", dataKey: "GroupType", data: [] },
+            ],
+            [
+                { "title": "宸ュ崟绫诲瀷", "field": "workOrderType", type: "select", dataKey: "OrderType", data: [] },
             ]
         ]);
         const columns = ref([
             { field: 'id', title: 'ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },
             { field: 'palletCode', title: '婊戞﹪鍙�', type: 'string', width: 110, align: 'left', sort: true },
-            { field: 'workOrderNo', title: '宸ュ崟鍙�', type: 'string', width: 110, align: 'left' },
+            { field: 'workOrderNo', title: '鐒婅宸ュ崟鍙�', type: 'string', width: 110, align: 'left' },
+             { field: 'plantingWorkNo', title: '娑傝宸ュ崟鍙�', type: 'string', width: 110, align: 'left' },
+              { field: 'assemblyWorrkNo', title: '鎬昏宸ュ崟鍙�', type: 'string', width: 110, align: 'left' },
             { field: 'pvi', title: 'PVI鐮�', type: 'string', width: 110, align: 'left' },
             { field: 'carType', title: '杞﹁韩绫诲瀷', type: 'int', width: 110, align: 'left',bind: { key: "BodyType", data: [] } },
-            { field: 'workOrderType', title: '宸ュ崟绫诲瀷', type: 'string', width: 110, align: 'left' },
+            { field: 'workOrderType', title: '宸ュ崟绫诲瀷', type: 'string', width: 110, align: 'left', bind: { key: "OrderType", data: [] }  },
             { field: 'biwMaterialCode', title: '鐧借溅韬墿鏂欏彿', type: 'string', width: 110, align: 'left' },
             { field: 'pbMaterial', title: '褰╄溅韬墿鏂欏彿', type: 'string', width: 110, align: 'left' },
             { field: 'vehicleCharacteristic', title: '杞﹀瀷鐗瑰緛', type: 'string', width: 110, align: 'left' },
             { field: 'skylightCharacteristic', title: '澶╃獥鐗瑰緛', type: 'string', width: 110, align: 'left' },
+            { field: 'carBodyCharacteristic', title: '杞﹁韩棰滆壊', type: 'string', width: 110, align: 'left' },
             //{ field: 'bodyStatus', title: '褰撳墠鐘舵��', type: 'int', width: 110, align: 'left', bind: { key: "BodyStatus", data: [] } },
-            { field: 'biwInPassTime', title: '鐒婅涓婄嚎鏃堕棿', type: 'string', width: 110, align: 'left' },
-            
-          
+             { field: 'vin', title: 'VIN', type: 'string', width: 110, align: 'left', sort: true,},
+            { field: 'biwInPassTime', title: '鐒婅涓婄嚎鏃堕棿', type: 'datetime', width: 110, align: 'left' },
             { field: 'description', title: '澶囨敞', type: 'string', width: 120, align: 'left' },
             { field: 'creater', title: '鍒涘缓浜�', type: 'string', width: 100, align: 'left' },
             { field: 'createDate', title: '鍒涘缓鏃堕棿', type: 'datetime', sort: true, width: 100, align: 'left' },

--
Gitblit v1.9.3