cnf
7 天以前 19f3fef4eeb16c13f425bef9f0485d4cc1c3271d
H5/Js/Wwcl.js
@@ -138,9 +138,9 @@
                    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.barcode = json.data.success.barcode;
                        that.sms = json.data.success.fum;
                        that.num = json.data.success.num;
                        that.ItemBlDetail = json.data.tbBillList.pendingList
                        that.$notify({ type: 'success', message: '扫描成功' });
                    }