task#16101,工单记账模块提示样式更改
This commit is contained in:
@ -646,7 +646,8 @@ export default {
|
||||
}
|
||||
if (this.form.supplierSettleRatio?.code != 5 && (this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障')){
|
||||
// await this.$alert("该案件为困境案件,需确认填写基本费用")
|
||||
this.$toast("该案件为困境案件,需确认填写基本费用")
|
||||
await this.$toast("该案件为困境案件,需确认填写基本费用")
|
||||
return
|
||||
}
|
||||
},
|
||||
cancelBtn() {
|
||||
|
Reference in New Issue
Block a user