chenhaozhe
9 天以前 c1077a5ff53bc83bbf487c30bc93061c8cd93ca8
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -2022,6 +2022,7 @@
                    });
                    return false;
                }
                this.hform.HCheckQty = this.hform.HCheckQty || 0
                if (this.hform.HCheckQty == 0) {
                    CommonUtils.showTips({
                        message: "检验数量不得为0!",
@@ -2035,7 +2036,7 @@
                    for (let key in this.checkItems) {
                        if (this.checkItems.hasOwnProperty(key)) {
                            let element = this.checkItems[key];
                            if(element.HResult == 0){
                            if(element.HResult == 2){
                                count ++
                            }