From c6bc9682699d3e10dc06a3d6641a70179e64f9a1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 14 九月 2021 08:32:11 +0800
Subject: [PATCH] Merge branch 'xgmasrs' of https://gitee.com/luxiaotao1123/zy-asrs into xgmasrs

---
 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