|
|
@ -235,6 +235,7 @@ export default { |
|
|
|
if (response.code) { |
|
|
|
this.temp = response.data |
|
|
|
this.temp.depositBillType = depositBillType |
|
|
|
this.temp.instanceId = response.data.procInsId |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
@ -279,6 +280,10 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择客户' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.temp.carList.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '预顶车辆信息表不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.temp.carList.length > 0) { |
|
|
|
for (var i = 0; i < this.temp.carList.length; i++) { |
|
|
|
if (this.temp.carList[i].depositDate === '') { |
|
|
|