|
@@ -170,7 +170,7 @@ class srCache {
|
|
|
this.stagePos.push({
|
|
|
tid: this.ctx.tender.id, sid: this.ctx.stage.id, sorder: this.ctx.stage.order,
|
|
|
rela_tid: this.stage.tid, rela_sid: this.stage.id, rela_sorder: this.stage.order,
|
|
|
- pid: t.pid, lid: t.id,
|
|
|
+ pid: t.id, lid: t.id,
|
|
|
contract_qty: t.contract_qty, contract_expr: t.contract_expr, qc_qty: t.qc_qty, postil: t.postil,
|
|
|
});
|
|
|
}
|
|
@@ -178,7 +178,7 @@ class srCache {
|
|
|
this.stagePosFinal.push({
|
|
|
tid: this.ctx.tender.id, sid: this.ctx.stage.id, sorder: this.ctx.stage.order,
|
|
|
rela_tid: this.stage.tid, rela_sid: this.stage.id, rela_sorder: this.stage.order,
|
|
|
- pid: t.pid, lid: t.lid,
|
|
|
+ pid: t.id, lid: t.lid,
|
|
|
contract_qty: t.end_contract_qty, qc_qty: t.end_qc_qty
|
|
|
})
|
|
|
}
|