ysy 1 år sedan
förälder
incheckning
3c385c9e84
1 ändrade filer med 7 tillägg och 7 borttagningar
  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
 						}
 
 					})