task#16101,工单记账模块提示样式更改

This commit is contained in:
2024-11-19 10:41:28 +08:00
parent 8350cfb2a5
commit fc2e9bfec6

View File

@ -646,7 +646,8 @@ export default {
} }
if (this.form.supplierSettleRatio?.code != 5 && (this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障')){ if (this.form.supplierSettleRatio?.code != 5 && (this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障')){
// await this.$alert("该案件为困境案件需确认填写基本费用") // await this.$alert("该案件为困境案件需确认填写基本费用")
this.$toast("该案件为困境案件需确认填写基本费用") await this.$toast("该案件为困境案件需确认填写基本费用")
return
} }
}, },
cancelBtn() { cancelBtn() {