From ec31ae5a7a09186a2ae23bc3291db9e8a3922e96 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 18 六月 2020 13:20:24 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/stockAdjust.js |    5 ++++-
 src/main/webapp/views/pakStore/stockAdjust.html   |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index 7362e27..0ff2db5 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -16,6 +16,7 @@
         toolbar: '#toolbar',
         cols: [[
             {fixed: 'left', field: 'count', title: '瀹為檯鏁伴噺', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
+            {field: 'anfme', align: 'center',title: '鏁伴噺'},
             {field: 'matNo', align: 'center', title: '鐗╂枡缂栫爜'},
             {field: 'barcode', align: 'center', title: '鏉$爜'},
             {field: 'matName', align: 'center', title: '鐗╂枡鍚嶇О'},
@@ -41,9 +42,11 @@
             let data = res.data.records;
             for (var i = 0; i<data.length; i++) {
                 matCodeData.push({
+                    count: data[i].anfme,
+                    anfme: data[i].anfme,
                     matNo: data[i].matnr,
                     matName: data[i].maktx,
-                    count: 0,
+
                 })
             }
             locTips(true, locNo);
diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html
index 429028c..04d7d76 100644
--- a/src/main/webapp/views/pakStore/stockAdjust.html
+++ b/src/main/webapp/views/pakStore/stockAdjust.html
@@ -84,7 +84,7 @@
     <!-- 搴撲綅鎻愮ず -->
     <div style="display: inline-block; font-size: 16px">
         <div class="not-retrieve" style="color: red">
-            鏈绱㈠簱浣�
+            璇峰厛妫�绱㈠簱浣�
         </div>
         <div class="retrieve" style="display: none;color: blue">
             褰撳墠妫�绱㈠簱浣�:&nbsp; <span id="locMsg"></span>

--
Gitblit v1.9.1