|
|
|
|
@ -674,7 +674,6 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
// this.customToast('请输入nficl');
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
console.log(this.detailsinfolist, this.isvalue);
|
|
|
|
|
if (this.isvalue) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '检查标准不能为空',
|
|
|
|
|
@ -683,13 +682,7 @@ export default class ChangePalletNew extends BasePage {
|
|
|
|
|
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) {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '原因分析不能为空',
|
|
|
|
|
|