From 30a5f6867126b5889b073b94d55d03a7b32e1f99 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 18 六月 2020 15:09:20 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/pakStore/stockAdjust.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js index ebb896d..a25bf8a 100644 --- a/src/main/webapp/static/js/pakStore/stockAdjust.js +++ b/src/main/webapp/static/js/pakStore/stockAdjust.js @@ -177,7 +177,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