From 03dd618453fa57bd5b884c0249c4d98f5db60035 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 11 七月 2025 19:57:40 +0800
Subject: [PATCH] 添加WMSPDA权限、PDA程序

---
 WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index f3952cd..7ae264a 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -133,7 +133,7 @@
           width: 90,
           align: "left",
           DisplayType:"link",
-          sort:true
+        
         },
         {
           field: "palletCode",
@@ -141,7 +141,7 @@
           type: "string",
           width: 90,
           align: "left",
-          sort:true,
+          //sort:true,
         },
         {
           field: "materialType",
@@ -149,7 +149,7 @@
           type: "string",
           width: 150,
           align: "left",
-          sort:true,
+          //sort:true,
           bind: { key: "InventoryMaterialType", data: [] },
         },
         {
@@ -158,7 +158,7 @@
           type: "string",
           width: 150,
           align: "left",
-          sort:true,
+          //sort:true,
         },
         {
           field: "wlstatus",
@@ -166,7 +166,7 @@
           type: "string",
           width: 150,
           align: "left",
-          sort:true,
+         // sort:true,
           bind: { key: "InventoryMaterialStatus", data: [] },
         },{
           field: "mgeneratetime",
@@ -174,7 +174,7 @@
           type: "datetime",
           width: 160,
           align: "left",
-          sort:true,
+         // sort:true,
         },
         {
           field: "isFull",
@@ -182,7 +182,7 @@
           type: "string",
           width: 150,
           align: "left",
-          sort:true,
+         // sort:true,
           bind: { key: "yesno", data: [] },
         },
         {
@@ -191,7 +191,7 @@
           type: "string",
           width: 150,
           align: "left",
-          sort:true,
+         // sort:true,
           bind: { key: "stockStatusEmun", data: [] },
         },
         {
@@ -200,14 +200,14 @@
           type: "string",
           width: 150,
           align: "left",
-          sort:true,
+        //  sort:true,
         },{
           field: "remark",
           title: "澶囨敞",
           type: "string",
           width: 100,
           align: "left",
-          sort:true,
+          //sort:true,
         },
         {
           field: "creater",
@@ -215,7 +215,7 @@
           type: "string",
           width: 90,
           align: "left",
-          sort:true,
+          //sort:true,
         },
         {
           field: "createDate",
@@ -232,7 +232,7 @@
           type: "string",
           width: 100,
           align: "left",
-          sort:true,
+          //sort:true,
         },
         {
           field: "modifyDate",

--
Gitblit v1.9.3