于继渤 3 ani în urmă
părinte
comite
c4ac5bbef2

+ 4 - 4
src/view-app/app/piecework-procedure/half-check/record-process.vue

@@ -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')}));