|
@@ -834,10 +834,8 @@
|
|
|
}
|
|
|
this.$api.doRequest('get', '/warehouseBaseInfo/selectContractNoList', {
|
|
|
flag: this.contractFlag,
|
|
|
-
|
|
|
}).then(res => {
|
|
|
if (res.data.data) {
|
|
|
- console.log(res.data.data)
|
|
|
this.contractNolist = res.data.data
|
|
|
}
|
|
|
})
|
|
@@ -1047,14 +1045,15 @@
|
|
|
} else {
|
|
|
this.carstatus = false
|
|
|
}
|
|
|
+ this.tranCarInfoList = []
|
|
|
if (this.contractNolist[i].tranCarInfoList) {
|
|
|
for (var q = 0; q < this.contractNolist[i].tranCarInfoList.length; q++) {
|
|
|
- if(this.contractNolist[i].tranCarInfoList.tranCarNo){
|
|
|
- this.contractNolist[i].tranCarInfoList[q].carNo1=this.contractNolist[i].tranCarInfoList.carNo+'('+this.contractNolist[i].tranCarInfoList.tranCarNo+')'
|
|
|
+ this.contractNolist[i].tranCarInfoList[q].carNo1 = this.contractNolist[i].tranCarInfoList[q].carNo
|
|
|
+ if(this.contractNolist[i].tranCarInfoList[q].tranCarNo){
|
|
|
+ this.contractNolist[i].tranCarInfoList[q].carNo1=this.contractNolist[i].tranCarInfoList[q].carNo+'('+this.contractNolist[i].tranCarInfoList[q].tranCarNo+')'
|
|
|
}else{
|
|
|
- this.contractNolist[i].tranCarInfoList[q].carNo1=this.contractNolist[i].tranCarInfoList.carNo
|
|
|
+ this.contractNolist[i].tranCarInfoList[q].carNo1=this.contractNolist[i].tranCarInfoList.carNo
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
this.tranCarInfoList = this.contractNolist[i].tranCarInfoList
|
|
|
// this.carstatus = true
|