Browse Source

fix: 预付款详情页bug修复

lanjianrong 4 năm trước cách đây
mục cha
commit
f8e4845755
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/advance_controller.js

+ 1 - 1
app/controller/advance_controller.js

@@ -145,7 +145,7 @@ module.exports = app => {
          * @param {Object} ctx 全局上下文
          */
         async detail(ctx) {
-            const advancePayTotal = ctx.tender.info.deal_param[`${typeConsts.typeColMap[ctx.advance.type].value}startAdvance`];
+            const advancePayTotal = ctx.tender.info.deal_param[`${typeConsts.typeColMap[ctx.advance.type].value}Advance`];
             try {
                 await this._checkCanEntry(ctx);
                 const { uncheck, checkNo } = auditConst.status;