|
|
@@ -451,10 +451,10 @@ export default {
|
|
|
return false;
|
|
|
}
|
|
|
//缺陷扣罚
|
|
|
- if (!this.formData.defectDeductionId) {
|
|
|
- this.appToastFail(this.$t('selectWords', {'search-name': this.$t('appDefectDeduction')}));
|
|
|
- return false;
|
|
|
- }
|
|
|
+ // if (!this.formData.defectDeductionId) {
|
|
|
+ // this.appToastFail(this.$t('selectWords', {'search-name': this.$t('appDefectDeduction')}));
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
//缺陷位置
|
|
|
if (!this.formData.placeCode) {
|
|
|
this.appToastFail(this.$t('inputWords', {'search-name': this.$t('appDefectName')}));
|