|
@@ -1573,12 +1573,8 @@ function _chkIfAudit(role_rel, STAGE_AUDIT, STAGE_LIST) {
|
|
// 还有原报需要检测
|
|
// 还有原报需要检测
|
|
for (const stg_ort_rpt of STAGE_LIST) {
|
|
for (const stg_ort_rpt of STAGE_LIST) {
|
|
if (role_rel.acc_id === stg_ort_rpt.user_id) {
|
|
if (role_rel.acc_id === stg_ort_rpt.user_id) {
|
|
- if (stg_ort_rpt.status === 3) {
|
|
|
|
- rst = true;
|
|
|
|
- } else {
|
|
|
|
- rst = false;
|
|
|
|
- }
|
|
|
|
- // break; //因为实际业务中会有反复,所以就不break了,一直判断,以最后一个为准
|
|
|
|
|
|
+ rst = true;
|
|
|
|
+ break; // 原报只要有就显示
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|