南骏 池
2025-02-20 4020252f4f450af57a671d27b418077c55ba5c8a
H5/Js/Wwbl.js
@@ -139,10 +139,10 @@
                    var json = res;
                    if (json.status == 0) {
                        that.barcode = json.data.tbBillList.item.barcode;
                        that.sms = json.data.tbBillList.item.fum;
                        that.num = json.data.tbBillList.item.num;
                        that.ItemBlDetail = json.data.tbBillList.pendingList
                        //that.barcode = json.data.tbBillList.item.barcode;
                        //that.sms = json.data.tbBillList.item.fum;
                        //that.num = json.data.tbBillList.item.num;
                        //that.ItemBlDetail = json.data.tbBillList.pendingList
                        that.$notify({ type: 'success', message: '扫描成功' });
                    }
                    else {