From e358a4b9eaf42033077319f2dff19cd97f17ed5a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 18 六月 2020 16:21:19 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/stockAdjust.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index 28bbd96..cb1e3ce 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -1,5 +1,6 @@
 var initCountVal = 0;
 var initAnfmeVal = "-";
+var removeBtn = true;
 var matCodeData = [];
 var currLocNo;
 layui.use(['table','laydate', 'form'], function() {
@@ -118,7 +119,10 @@
                     anfme: data[i].anfme,
                     matNo: data[i].matnr,
                     matName: data[i].maktx,
-
+                    barcode: data[i].zpallet,
+                    str1: data[i].altme,
+                    str2: data[i].bname,
+                    removeBtn: false
                 })
             }
             locTips(true, locNo);
@@ -176,7 +180,7 @@
         if (isNaN(count)) {
             layer.msg("璇疯緭鍏ユ暟瀛�");
         } else {
-            if (count > 0) {
+            if (count >= 0) {
                 for (var i=0;i<matCodeData.length;i++){
                     if (matCodeData[i]["matNo"] === matNo){
                         matCodeData[i]["count"] = count;

--
Gitblit v1.9.1