维修费用不能为空限制取消

master
FCD 3 weeks ago
parent 8599d4a91c
commit 3c6f630bee

@ -674,7 +674,6 @@ export default class ChangePalletNew extends BasePage {
// this.customToast('nficl'); // this.customToast('nficl');
// return; // return;
// } // }
console.log(this.detailsinfolist, this.isvalue);
if (this.isvalue) { if (this.isvalue) {
(this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
title: '检查标准不能为空', title: '检查标准不能为空',
@ -683,13 +682,7 @@ export default class ChangePalletNew extends BasePage {
return; return;
} }
if (this.formdata.workCost == '' || this.formdata.workCost == undefined) {
(this.$refs.uToast as any).show({
title: '维修费用不能为空',
type: 'default',
});
return;
}
if (this.workReason.value == '' || this.workReason.value == undefined) { if (this.workReason.value == '' || this.workReason.value == undefined) {
(this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
title: '原因分析不能为空', title: '原因分析不能为空',

Loading…
Cancel
Save