From 35ce7aaef10e30006bcef381d19302c0928c1194 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期二, 14 九月 2021 08:24:00 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pda/stockQuery.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/pda/stockQuery.html b/src/main/webapp/views/pda/stockQuery.html
index e1dadb2..34c9a2e 100644
--- a/src/main/webapp/views/pda/stockQuery.html
+++ b/src/main/webapp/views/pda/stockQuery.html
@@ -108,11 +108,11 @@
             limit: 500,
             cellMinWidth: 50,
             cols: [[
-                {field: 'matnr', align: 'center', title: '缂栫爜', event: 'detail'},
-                {field: 'maktx', align: 'center', title: '鍚嶇О', event: 'detail'},
-                {field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'},
-                {field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50},
-                {field: 'pickNum', align: 'center', title: '鎷f枡', event: 'detail', width:50},
+                {field: 'matNo', align: 'center', title: '缂栫爜', event: 'detail'}
+                ,{field: 'matName', align: 'center', title: '鍚嶇О', event: 'detail'}
+                ,{field: 'locNo', align: 'center', title: '搴撲綅', event: 'detail'}
+                ,{field: 'count', align: 'center', title: '鏁伴噺', event: 'detail', style:'color: blue', width:50}
+                // ,{field: 'pickNum', align: 'center', title: '鎷f枡', event: 'detail', width:50}
             ]],
             done: function (res, curr, count) {
             }

--
Gitblit v1.9.1