|
@@ -661,8 +661,6 @@ module.exports = app => {
|
|
|
const stage_id = -150;
|
|
const stage_id = -150;
|
|
|
const stage_order = ctx.params.sorder;
|
|
const stage_order = ctx.params.sorder;
|
|
|
const sorder = ctx.params.sorder;
|
|
const sorder = ctx.params.sorder;
|
|
|
- const stage_times = -1;
|
|
|
|
|
- const stage_status = -1;
|
|
|
|
|
|
|
|
|
|
for (const prjAcc of prjAccList) {
|
|
for (const prjAcc of prjAccList) {
|
|
|
prjAcc.account_group = prjAcc.company;
|
|
prjAcc.account_group = prjAcc.company;
|
|
@@ -677,6 +675,8 @@ module.exports = app => {
|
|
|
const { accountList, newAccountGroup, advance } = await this._getInvolveAcc(ctx, tenderId);
|
|
const { accountList, newAccountGroup, advance } = await this._getInvolveAcc(ctx, tenderId);
|
|
|
|
|
|
|
|
const safeStage = ctx.safeStage;
|
|
const safeStage = ctx.safeStage;
|
|
|
|
|
+ const stage_times = safeStage.audit_times;
|
|
|
|
|
+ const stage_status = safeStage.audit_status;
|
|
|
const bglObj = {};
|
|
const bglObj = {};
|
|
|
bglObj.BUSINESS_ID = safeStage.id;
|
|
bglObj.BUSINESS_ID = safeStage.id;
|
|
|
|
|
|