ysy 1 년 전
부모
커밋
3c385c9e84
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      pages/pda/jobBooking/index/index.vue

+ 7 - 7
pages/pda/jobBooking/index/index.vue

@@ -701,13 +701,13 @@
 						if (this.taskType == 6) {
 							return e.extInfo.hasOwnProperty('taskId') && e.extInfo.taskId
 						} else {
-							if (e.extInfo.isQualified == 1 || e.extInfo.notType == 5) {
-								return e.extInfo.hasOwnProperty('taskId') && e.extInfo.taskId && e.extInfo
-									.reportWeight
-							} else {
-								return e.extInfo.hasOwnProperty('notType') && e.extInfo.notType
-							}
-
+							// if (e.extInfo.isQualified == 1 || e.extInfo.notType == 5) {
+							// 	return e.extInfo.hasOwnProperty('taskId') && e.extInfo.taskId && e.extInfo
+							// 		.reportWeight
+							// } else {
+							// 	return e.extInfo.hasOwnProperty('notType') && e.extInfo.notType
+							// }
+                            return e.extInfo.hasOwnProperty('notType') && e.extInfo.notType
 						}
 
 					})