定版
This commit is contained in:
@@ -1608,7 +1608,20 @@
|
||||
if (this.dataSource && this.dataSource.length > 0) {
|
||||
let isTrue
|
||||
for (let i = 0; i < this.dataSource.length; i++) {
|
||||
if (this.dataSource[i].taskAffirmStatus == 'Accepted' && this.dataSource[i].inventoryAffirmStatus == 'Accepted') {
|
||||
if ((this.dataSource[i].verifyFlowStatus == 'Results to be submitted' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'Results to be reviewed' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'Compliance' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'Non-Compliance' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'To be tracked' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'NA'
|
||||
) &&
|
||||
(this.dataSource[i].designFlowStatus == 'Results to be submitted' ||
|
||||
this.dataSource[i].designFlowStatus == 'Results to be reviewed' ||
|
||||
this.dataSource[i].designFlowStatus == 'Compliance' ||
|
||||
this.dataSource[i].designFlowStatus == 'Non-Compliance' ||
|
||||
this.dataSource[i].designFlowStatus == 'To be tracked' ||
|
||||
this.dataSource[i].designFlowStatus == 'NA'
|
||||
)) {
|
||||
isTrue = true
|
||||
} else {
|
||||
isTrue = false
|
||||
@@ -1729,13 +1742,13 @@
|
||||
for (let j = 0; j < selectedRowKeys.length; j++) {
|
||||
if (this.dataSource[i].id == selectedRowKeys[j]) {
|
||||
if (
|
||||
(this.dataSource[i].verifyFlowStatus == 'List to be released' ||
|
||||
(this.dataSource[i].verifyFlowStatus == 'List to be released' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'Compliance' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'Non-Compliance' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'To be tracked' ||
|
||||
this.dataSource[i].verifyFlowStatus == 'NA')
|
||||
&&
|
||||
(this.dataSource[i].designFlowStatus == 'List to be released' ||
|
||||
&&
|
||||
(this.dataSource[i].designFlowStatus == 'List to be released' ||
|
||||
this.dataSource[i].designFlowStatus == 'Compliance' ||
|
||||
this.dataSource[i].designFlowStatus == 'Non-Compliance' ||
|
||||
this.dataSource[i].designFlowStatus == 'To be tracked' ||
|
||||
|
||||
Reference in New Issue
Block a user