|
@@ -104,7 +104,7 @@ module.exports = app => {
|
|
|
? await this.ctx.service.stagePos.getAuditorStageData2(this.ctx.tender.id, stage.id, stage.curTimes, stage.curOrder)
|
|
|
: await this.ctx.service.stagePos.getLastestStageData2(this.ctx.tender.id, stage.id);
|
|
|
this.ctx.helper.assignRelaData(posData, [
|
|
|
- {data: curStage, fields: ['contract_qty', 'qc_qty'], prefix: prefix, relaId: 'lid', defaultData},
|
|
|
+ {data: curStage, fields: ['contract_qty', 'qc_qty'], prefix: prefix, relaId: 'pid', defaultData},
|
|
|
]);
|
|
|
}
|
|
|
posData.forEach(x => {
|