From 19e5b7583a2aa1968c674b4b35f618cc6c2e29ef Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 09 十二月 2024 14:16:30 +0800
Subject: [PATCH] 新增历史信息,页面排序,生产时间

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue |   33 ++++++++++++++++++++++++++++-----
 1 files changed, 28 insertions(+), 5 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
index a26bba7..3756d65 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
@@ -78,10 +78,15 @@
       {
           title: "搴撳瓨鏄庣粏鐘舵��",
           field: "stockQuantity",
-          type: "select",
-          dataKey: "stockStatusEmun",
-          data: [],
+          type:"like"
         },
+        {
+        field: "stockId",
+        title: "搴撳瓨淇℃伅涓婚敭",
+        type: "string",
+        width: 90,
+        align: "left",
+      },
       ]
     ]);
     const columns = ref([
@@ -101,6 +106,7 @@
         type: "string",
         width: 90,
         align: "left",
+        sort:true,
       },
       {
         field: "materielCode",
@@ -108,6 +114,7 @@
         type: "string",
         width: 150,
         align: "left",
+        sort:true,
       },
       {
         field: "materielName",
@@ -115,6 +122,7 @@
         type: "string",
         width: 150,
         align: "left",
+        sort:true,
       },
       {
         field: "orderNo",
@@ -122,27 +130,39 @@
         type: "decimal",
         width: 90,
         align: "left",
+        sort:true,
       },
       {
         field: "batchNo",
         title: "鐗╂枡鎵规",
         type: "string",
-        width: 90,
+        width: 120,
         align: "left",
+        sort:true,
       },
+      {
+        field: "serialNumber",
+        title: "鍖呭彿",
+        type: "string",
+        width: 50,
+        align: "left",
+        sort:true,
+        },
       {
         field: "batchNoName",
         title: "鐗╂枡鎵规璇︽儏",
         type: "int",
         width: 120,
         align: "left",
+        sort:true,
       },
       {
         field: "stockQuantity",
         title: "閲嶉噺",
         type: "string",
-        width: 200,
+        width: 80,
         align: "left",
+        sort:true,
       },
       {
         field: "status",
@@ -150,6 +170,7 @@
         type: "string",
         width: 120,
         align: "left",
+        sort:true,
         bind: { key: "stockStatusEmun", data: [] },
       },
       {
@@ -158,6 +179,7 @@
         type: "string",
         width: 90,
         align: "left",
+        sort:true,
       },
       {
         field: "createDate",
@@ -165,6 +187,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        sort:true,
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3