ysy 1 년 전
부모
커밋
3089985ca5
1개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 10 2
      src/views/produce/components/jobBooking/index.vue

+ 10 - 2
src/views/produce/components/jobBooking/index.vue

@@ -488,11 +488,19 @@
                   e.extInfo.taskId
                 );
               } else {
-                return (
+                if(e.extInfo.isQualified == 1 || e.extInfo.notType == 5) {
+                  return (
                   Object.prototype.hasOwnProperty.call(e.extInfo, 'taskId') &&
                   e.extInfo.taskId &&
                   e.extInfo.reportWeight
-                );
+                ); 
+                } else {
+                  return (
+                  Object.prototype.hasOwnProperty.call(e.extInfo, 'notType') &&
+                  e.extInfo.notType
+                ); 
+                }
+          
               }
             });
           }