车辆审批提交,去除备注填写,直接走接口

This commit is contained in:
2025-12-18 18:04:58 +08:00
parent 66f28ad8ce
commit 7739f61d36

View File

@@ -1031,10 +1031,10 @@ export default {
this.$toast('车辆状态不能为空') this.$toast('车辆状态不能为空')
return return
} }
if(!this.approvalForm.serviceRemark){ /* if(!this.approvalForm.serviceRemark){
this.$toast('车辆和服务备注不能为空') this.$toast('车辆和服务备注不能为空')
return return
} }*/
} }
if(this.insuranceChange){ if(this.insuranceChange){
if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined || this.hasLiabilityInsurance === '') { // 有职业责任险,就需要有保单照片 if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined || this.hasLiabilityInsurance === '') { // 有职业责任险,就需要有保单照片
@@ -1057,10 +1057,10 @@ export default {
this.$toast('保单有效期不能为空') this.$toast('保单有效期不能为空')
return return
} }
if(!this.approvalForm.insuranceRemark){ /* if(!this.approvalForm.insuranceRemark){
this.$toast('保单备注不能为空') this.$toast('保单备注不能为空')
return return
} }*/
} }
try { try {
this.loading = true; this.loading = true;