|
@@ -304,6 +304,7 @@
|
|
|
onLoad(options) {
|
|
|
this.detailData = JSON.parse(options.data)
|
|
|
this.netWeight = this.detailData.netWeight
|
|
|
+ console.log("查看",this.detailData)
|
|
|
if (this.detailData.addressUrl) {
|
|
|
this.imgUrl.push({
|
|
|
url: this.detailData.addressUrl.split(",")[0]
|
|
@@ -766,7 +767,7 @@
|
|
|
}
|
|
|
}
|
|
|
if(!this.showCar){//若自运的合同该字段置空
|
|
|
- this.deptBudgetList.selfLoading = ""
|
|
|
+ this.detailData.selfLoading = ""
|
|
|
}
|
|
|
if (this.detailData.boxNo) {
|
|
|
this.detailData.boxNo = this.detailData.boxNo.toUpperCase()
|