|
@@ -645,8 +645,6 @@ export default {
|
|
|
},
|
|
|
//定金
|
|
|
amendconfirm() {
|
|
|
- this.contractManagementInfo.deposit = this.orderList.deposit
|
|
|
- this.contractManagementInfo.depositUrl = this.depositUrl
|
|
|
this.$confirm(`确定提交定金信息?`, {
|
|
|
cancelButtonText: '取消',
|
|
|
confirmButtonText: '确定',
|
|
@@ -657,8 +655,7 @@ export default {
|
|
|
this.contractManagementInfoList.id = this.contractNoList[i].id
|
|
|
}
|
|
|
}
|
|
|
- // this.contractManagementInfoList.deposit = this.deposit
|
|
|
- // this.$set(this.contractManagementInfoList,'deposit',this.deposit)
|
|
|
+ this.contractManagementInfoList.deposit = this.orderList.deposit
|
|
|
this.contractManagementInfoList.depositUrl = this.depositUrl
|
|
|
addDisOrRemarks(this.contractManagementInfoList)
|
|
|
.toPromise()
|
|
@@ -1009,6 +1006,7 @@ export default {
|
|
|
this.contractNoList = response
|
|
|
this.option = this.contractNoList
|
|
|
this.contractNo = this.option[0].contractNo
|
|
|
+ this.contractchange(this.contractNo)
|
|
|
this.getList()
|
|
|
})
|
|
|
},
|