111
啊鑫
7 天以前 ffd88d66e16c6c7a37135bb2631c3f1aa4b43e98
H5/Js/PurchaseReturn.js
@@ -55,7 +55,6 @@
                    var json = res;
                    if (json.status == 0) {
                        that.itemOutNoList = json.data.tbBillList;
                        that.$playSound('success');
                        that.itemOutNoStr = that.itemOutNoList.map(s => {
                            return { name: s.billNo }
                        });
@@ -134,7 +133,6 @@
                    if (json.status == 0) {
                        that.ItemDetail = json.data.tbBillList;
                        that.$refs.barcode.focus();
                        that.$playSound('success');
                    }
                    else {
                        that.$playSound('error');
@@ -170,6 +168,7 @@
                        //if (json.data.tbBillList) {
                        //    //this.ToErp();
                        //} else {
                        //}
                        that.scanFormData.quantity = json.data.tbBillList.barcodeNum
                        that.getItem();
@@ -243,19 +242,17 @@
                    var json = res;
                    if (json.status == 0) {
                        //  that.modeInfo = json.data.tbBillList;
                        that.getItem();
                        that.scanInfo.splitNum = null;
                        that.scanFormData.quantity = null;
                        that.scanFormData.barcode = null;
                        that.$notify({ type: 'success', message: json.message });
                        that.$playSound('success');
                       //kyy
                        that.getItem();
                       //  that.sendMessage(json.data.tbBillList);
                        that.sendPrintMessage(json.data.tbBillList);
                        that.$refs.barcode.focus();
                       //kyy
                       // that.getItem();
                    }
                    else {
                        that.$playSound('error');