|
@@ -314,7 +314,7 @@
|
|
|
compId: this.compId,
|
|
|
flag: 7,
|
|
|
}).then(res => {
|
|
|
- if (res.data.code == 200) {debugger
|
|
|
+ if (res.data.code == 200) {
|
|
|
console.log(res.data.data)
|
|
|
console.log(this.id)
|
|
|
for (let i = 0; i < res.data.data.length; i++) {
|
|
@@ -324,7 +324,7 @@
|
|
|
this.isPC = true
|
|
|
uni.setStorageSync('erpContractNoCarList', res.data.data[i].tranCarInfoList);
|
|
|
|
|
|
- if(this.detailData.carNo){debugger
|
|
|
+ if(this.detailData.carNo){
|
|
|
console.log(uni.getStorageSync('erpContractNoCarList'))
|
|
|
for(let i = 0 ; i < uni.getStorageSync('erpContractNoCarList').length;i++){
|
|
|
console.log(uni.getStorageSync('erpContractNoCarList'))
|