Compare commits
10 Commits
dev-2026
...
4e37efeca4
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e37efeca4 | |||
| 8979dcaf98 | |||
| f6e225ed4b | |||
| 821a35b382 | |||
| 2b0c6d6a36 | |||
| 073312a56b | |||
| d493ebca97 | |||
| ed5a0d9478 | |||
| 0a281ea877 | |||
| b42db4e98f |
@@ -969,6 +969,9 @@ export default {
|
|||||||
if(key=='serviceIds'){
|
if(key=='serviceIds'){
|
||||||
this.approvalForm.serviceChange[key]=this.$refs.tree.getCheckedKeys(true)
|
this.approvalForm.serviceChange[key]=this.$refs.tree.getCheckedKeys(true)
|
||||||
}
|
}
|
||||||
|
if(key=='vehicleType'){
|
||||||
|
this.approvalForm.serviceChange[key]=this.selectedOption?.join(',') || ''
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}else {
|
}else {
|
||||||
this.vehicleInfoChange=false
|
this.vehicleInfoChange=false
|
||||||
@@ -1000,7 +1003,7 @@ export default {
|
|||||||
this.approvalForm.insuranceChange=null
|
this.approvalForm.insuranceChange=null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(this.vehicleInfoChange || this.insuranceChange){
|
if((this.vehicleInfoChange || this.insuranceChange) && this.id){
|
||||||
this.approvalDialogShow=true
|
this.approvalDialogShow=true
|
||||||
console.log('11111',this.approvalForm.serviceChange)
|
console.log('11111',this.approvalForm.serviceChange)
|
||||||
console.log('2222',this.approvalForm.insuranceChange)
|
console.log('2222',this.approvalForm.insuranceChange)
|
||||||
|
|||||||
@@ -263,10 +263,10 @@
|
|||||||
data.lat = this.lat;
|
data.lat = this.lat;
|
||||||
data.lng = this.lng;
|
data.lng = this.lng;
|
||||||
}
|
}
|
||||||
if( !this.remark ) {
|
/*if( !this.remark ) {
|
||||||
Toast('备注内容不能为空')
|
Toast('备注内容不能为空')
|
||||||
return
|
return
|
||||||
}
|
}*/
|
||||||
this.clickFlag = false;
|
this.clickFlag = false;
|
||||||
try {
|
try {
|
||||||
await newOrderReporting(data)
|
await newOrderReporting(data)
|
||||||
|
|||||||
Reference in New Issue
Block a user