|
|
@@ -281,6 +281,7 @@ module.exports = app => {
|
|
|
}
|
|
|
|
|
|
async reCalcStashData(stage, data) {
|
|
|
+ const decimal = this.ctx.tender.info.decimal;
|
|
|
const correct = this.ctx.subProject.page_show.correctCalcContractTp;
|
|
|
const calcContractTp = function(helper, info, stageBills, bills) {
|
|
|
if (info.calc_type === 'tp') {
|
|
|
@@ -303,7 +304,6 @@ module.exports = app => {
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
- const decimal = this.ctx.tender.info.decimal;
|
|
|
const insertBillsData = [], insertPosData = [], insertChangeData = [];
|
|
|
const settleStatus = this.ctx.service.settle.settleStatus;
|
|
|
|