5 Commits

Author SHA1 Message Date
4e37efeca4 去除VConsole 2025-12-17 22:00:02 +08:00
8979dcaf98 车辆提交审批 2025-12-17 22:00:00 +08:00
f6e225ed4b CRM_25-12-09#story#7474,服务商师傅和车辆修改的审批 2025-12-17 21:57:26 +08:00
821a35b382 去除VConsole 2025-12-17 21:57:18 +08:00
2b0c6d6a36 车辆提交审批 2025-12-17 21:57:10 +08:00

View File

@@ -969,6 +969,9 @@ export default {
if(key=='serviceIds'){
this.approvalForm.serviceChange[key]=this.$refs.tree.getCheckedKeys(true)
}
if(key=='vehicleType'){
this.approvalForm.serviceChange[key]=this.selectedOption?.join(',') || ''
}
});
}else {
this.vehicleInfoChange=false
@@ -1000,7 +1003,7 @@ export default {
this.approvalForm.insuranceChange=null
}
}
if(this.vehicleInfoChange || this.insuranceChange){
if((this.vehicleInfoChange || this.insuranceChange) && this.id){
this.approvalDialogShow=true
console.log('11111',this.approvalForm.serviceChange)
console.log('2222',this.approvalForm.insuranceChange)