#
luxiaotao1123
2020-06-18 30a5f6867126b5889b073b94d55d03a7b32e1f99
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;