From da4257bc32483409af02a06dd342c6981ec786ec Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期一, 17 十一月 2025 17:14:14 +0800
Subject: [PATCH] 更新大屏幕页面和任务信息页面

---
 项目代码/WMS/WMSClient/src/views/outbound/outStockLockInfo.vue |   99 ++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 80 insertions(+), 19 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outStockLockInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outStockLockInfo.vue"
index 1bcf0d6..7eede7f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outStockLockInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/outbound/outStockLockInfo.vue"
@@ -96,7 +96,7 @@
           title: "鍗曟嵁绫诲瀷",
           field: "orderType",
           type: "select",
-          dataKey: "outOrderType",
+          dataKey: "outOrderTypeEnum",
           data: [],
         },
         
@@ -111,8 +111,11 @@
         {title: "璐т綅缂栧彿",field: "locationCode",type: "like",},
         { title: "鎵樼洏缂栧彿", field: "palletCode", type: "like" },
         { title: "浠诲姟鍙�", field: "taskNum", type: "like" },
-        { title: "鐘舵��", field: "status", type: "select",dataKey:"outLockStockStatusEnum", data:[]},
+        { title: "鐘舵��", field: "status", type: "select",dataKey:"outboundStatusEnum", data:[]},
       ],
+      [
+        { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
+      ]
     ]);
     const columns = ref([
       {
@@ -131,7 +134,34 @@
         type: "string",
         width: 150,
         align: "left",
-        
+      },
+      {
+        field: "orderType",
+        title: "鍗曟嵁绫诲瀷",
+        type: "string",
+        width: 150,
+        align: "left",
+        bind: { key: "outOrderTypeEnum", data: [] },
+      },
+      {
+        field: "orderDetailId",
+        title: "鍗曟嵁鏄庣粏涓婚敭",
+        type: "int",
+        width: 90,
+        hidden: true,
+        readonly: true,
+        require: true,
+        align: "left",
+      },
+      {
+        field: "materielId",
+        title: "鐗╂枡id",
+        type: "int",
+        width: 90,
+        hidden: true,
+        readonly: true,
+        require: true,
+        align: "left",
       },
       {
         field: "batchNo",
@@ -149,20 +179,21 @@
         align: "left",
       },
       {
-        field: "orderType",
-        title: "鍗曟嵁绫诲瀷",
-        type: "string",
-        width: 150,
-        align: "left",
-        bind: { key: "outOrderType", data: [] },
-      },
-      {
         field: "materielName",
         title: "鐗╂枡鍚嶇О",
         type: "string",
         width: 120,
         align: "left",
-        
+      },
+      {
+        field: "stockId",
+        title: "搴撳瓨涓婚敭",
+        type: "int",
+        width: 90,
+        hidden: true,
+        readonly: true,
+        require: true,
+        align: "left",
       },
       {
         field: "orderQuantity",
@@ -207,17 +238,17 @@
         align: "left",
       },
       {
-        field: "productionDate",
-        title: "鐢熶骇鏃ユ湡",
+        field: "machineName",
+        title: "鏈哄彴浣嶇疆",
         type: "string",
-        width: 160,
+        width: 100,
         align: "left",
       },
       {
-        field: "effectiveDate",
-        title: "鏈夋晥鏈�",
+        field: "makeCode",
+        title: "鍔犲伐涓績",
         type: "string",
-        width: 160,
+        width: 100,
         align: "left",
       },
       {
@@ -230,10 +261,40 @@
       {
         field: "status",
         title: "鐘舵��",
+        type: "select",
+        width: 100,
+        align: "left",
+        bind: { key: "outboundStatusEnum", data: [] },
+      },
+      {
+        field: "creater",
+        title: "鍒涘缓浜�",
+        type: "string",
+        width: 90,
+        align: "left",
+      },
+      {
+        field: "createDate",
+        title: "鍒涘缓鏃堕棿",
+        type: "datetime",
+        width: 160,
+        align: "left",
+      },
+      {
+        field: "modifier",
+        title: "淇敼浜�",
         type: "string",
         width: 100,
         align: "left",
-        bind:{key:"outLockStockStatusEnum", data: []}
+        hidden: true,
+      },
+      {
+        field: "modifyDate",
+        title: "淇敼鏃堕棿",
+        type: "datetime",
+        width: 160,
+        align: "left",
+        hidden: true,
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3