|
@@ -481,6 +481,7 @@
|
|
|
// "MYCGYMHLJ2021102401"
|
|
|
if (res.data.data[i].contractNo == this.detailData
|
|
|
.contractNo) { //如果查到该合同
|
|
|
+ console.log(res.data.data[i].deliverType)
|
|
|
if (res.data.data[i].deliverType == "1") { //判断自运1,他运2合同
|
|
|
this.showCar = true
|
|
|
} else {
|
|
@@ -612,7 +613,8 @@
|
|
|
},
|
|
|
carPicker(e) {
|
|
|
// this.detailData.gradeKey = e[0] + 1
|
|
|
- this.detailData.carNo = this.carList[e].carNo
|
|
|
+ this.detailData.carNo = this.carList[e[0]].carNo
|
|
|
+ this.detailData.tranCarNo = this.carList[e[0]].tranCarNo
|
|
|
},
|
|
|
handlerPicker(e) {
|
|
|
console.log(e)
|