|
@@ -922,8 +922,8 @@ let rptSignatureHelper = {
|
|
|
// break; //因为实际业务中会有反复,所以就不break了,一直判断,以最后一个为准
|
|
|
}
|
|
|
}
|
|
|
- if (!rst) {
|
|
|
- // 还有原报需要检测
|
|
|
+ if (!rst && current_stage_id > 0) {
|
|
|
+ // 还有原报需要检测(这里是计量期单独的判断)
|
|
|
for (const stg_ort_rpt of STAGE_LIST) {
|
|
|
if (role_rel.acc_id === stg_ort_rpt.user_id) {
|
|
|
if (stg_ort_rpt.status !== 1 && stg_ort_rpt.status !== 4) {
|