|
@@ -677,7 +677,7 @@ module.exports = app => {
|
|
|
}
|
|
|
renderData.ex_calc = ex_calc;
|
|
|
}
|
|
|
-
|
|
|
+ renderData.materialBillsData = await this._getMaterialBillsData(ctx);
|
|
|
renderData.materialExponentData = await this._getMaterialExponentData(ctx);
|
|
|
// 取对应期的截取上期的调差金额和应耗数量
|
|
|
if (ctx.material.highOrder !== ctx.material.order) {
|
|
@@ -712,6 +712,7 @@ module.exports = app => {
|
|
|
try {
|
|
|
await this._getMaterialAuditViewData(ctx);
|
|
|
const renderData = await this._getDefaultRenderData(ctx);
|
|
|
+ renderData.materialBillsData = await this._getMaterialBillsData(ctx);
|
|
|
const whiteList = this.ctx.app.config.multipart.whitelist;
|
|
|
// 获取当前标段所有附件
|
|
|
// const searchsql = { tid: ctx.tender.id };
|