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