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/vv_StockInfoDet.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/vv_StockInfoDet.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/vv_StockInfoDet.vue"
index ff9284b..55820b1 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/vv_StockInfoDet.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/stock/vv_StockInfoDet.vue"
@@ -69,7 +69,8 @@
           type: "string",
           width: 90,
           align: "left",
-          DisplayType:"link"
+          DisplayType:"link",
+          sort:true,
         },{
           field: "materialType",
           title: "鐗╂枡绫诲瀷",
@@ -77,6 +78,7 @@
           width: 100,
           align: "left",
           bind: { key: "InventoryMaterialType", data: [] },
+          sort:true,
         },
         {
           field: "stockStatus",
@@ -85,6 +87,7 @@
           width: 100,
           align: "left",
           bind: { key: "stockStatusEmun", data: [] },
+          sort:true,
         },
       {
         field: "materielCode",
@@ -92,6 +95,7 @@
         type: "string",
         width: 120,
         align: "left",
+        sort:true,
       },
       {
         field: "materielName",
@@ -99,6 +103,7 @@
         type: "string",
         width: 150,
         align: "left",
+        sort:true,
       },
       {
         field: "orderNo",
@@ -106,6 +111,7 @@
         type: "decimal",
         width: 90,
         align: "left",
+        sort:true,
       },
       {
         field: "batchNo",
@@ -113,6 +119,7 @@
         type: "string",
         width: 120,
         align: "left",
+        sort:true,
       },
       {
         field: "batchNoName",
@@ -120,6 +127,7 @@
         type: "int",
         width: 120,
         align: "left",
+        sort:true,
       },
       {
         field: "stockQuantity",
@@ -127,6 +135,7 @@
         type: "string",
         width: 100,
         align: "left",
+        sort:true,
       },
       {
         field: "createDate",
@@ -134,6 +143,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        sort:true,
       },
     ]);
     const detail = ref({

--
Gitblit v1.9.3