From f5b8c1ae89286dada20ea433ffac84f4c9e72a29 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期五, 06 六月 2025 14:31:25 +0800
Subject: [PATCH] 1

---
 代码管理/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