南骏 池
9 天以前 46de11510807648d990b3ad77354ca556da5893a
H5/Js/Kwcx.js
@@ -57,6 +57,9 @@
                        that.barInfoList = json.data.tbBarInfoList;
                    } else {
                        that.barInfoList = [];
                        that.modeInfo.deptSectionCode = '';
                        that.$toast.fail(json.message);
                        that.$playSound('error');
                    }
                    that.isLoading = false;
                })
@@ -77,6 +80,7 @@
                    if (json.status == 0) {
                        Object.assign(that.scanInfo, json.data.tbBarInfo);
                    } else {
                        that.scanInfo.barcode = '';
                        that.$toast.fail(json.message);
                        that.$playSound('error');
                    }
@@ -151,6 +155,10 @@
                        that.tbItemInfo = json.data.tbItemInfo;
                    } else {
                        that.tbItemInfo = [];
                        that.itemNo.barCode = '';
                        that.itemNo.itemNo = '';
                        that.$toast.fail(json.message);
                        that.$playSound('error');
                    }
                    that.isLoading = false;
                })