|
@ -1149,13 +1149,13 @@ export default { |
|
|
fubiao = [this.fubiao1, this.fubiao2, this.fubiao3] |
|
|
fubiao = [this.fubiao1, this.fubiao2, this.fubiao3] |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const subArr = this.sortClass(this.jybgData) |
|
|
const subArr = this.sortClass(this.bgfyData) |
|
|
subArr.map((item) => { |
|
|
subArr.forEach((item) => { |
|
|
if (item.some((k) => k.jianyanjieguo === '不符合')) { |
|
|
if (item.some((k) => k.jianyanjieguo.indexOf('X') === 0)) { |
|
|
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '不合格' |
|
|
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '不合格' |
|
|
} else if (item.every((k) => k.jianyanjieguo === '符合')) { |
|
|
} else if (item.every((k) => k.jianyanjieguo.indexOf('√') === 0)) { |
|
|
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '合格' |
|
|
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '合格' |
|
|
} else if (item.every((k) => k.jianyanjieguo === '无此项')) { |
|
|
} else if (item.every((k) => k.jianyanjieguo.indexOf('/') === 0)) { |
|
|
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '无此项' |
|
|
this.jybgData[item[0].jybgJyjlIndex - 1].jianyanjielun = '无此项' |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
@ -1240,7 +1240,7 @@ export default { |
|
|
fbjyxm: JSON.stringify(fubiao) |
|
|
fbjyxm: JSON.stringify(fubiao) |
|
|
}, |
|
|
}, |
|
|
jdJyxm: jyxm, |
|
|
jdJyxm: jyxm, |
|
|
flag: operation |
|
|
state: operation |
|
|
} |
|
|
} |
|
|
}).then((data) => { |
|
|
}).then((data) => { |
|
|
Utils.$emit('ysjl-db-list') |
|
|
Utils.$emit('ysjl-db-list') |
|
|