MaiXinRong 2 лет назад
Родитель
Сommit
51f4e778a4
2 измененных файлов с 10 добавлено и 0 удалено
  1. 4 0
      app/service/rpt_gather_memory.js
  2. 6 0
      builder_report_index_define.js

+ 4 - 0
app/service/rpt_gather_memory.js

@@ -581,6 +581,10 @@ module.exports = app => {
                 info.yf_tp = stage.yf_tp;
                 info.pre_yf_tp = stage.pre_yf_tp;
                 info.end_yf_tp = helper.add(stage.yf_tp, stage.pre_yf_tp);
+
+                info.sf_tp = stage.sf_tp;
+                info.pre_sf_tp = stage.pre_sf_tp;
+                info.end_sf_tp = helper.add(stage.sf_tp, stage.pre_sf_tp);
             }
         }
 

+ 6 - 0
builder_report_index_define.js

@@ -1520,6 +1520,12 @@ const gather_tender_info = {
         { name: '中标信息-业主控制价', field: 'bid_info.controlPrice', type: dataType.currency },
         { name: '中标信息-中标价', field: 'bid_info.bidPrice', type: dataType.currency },
         { name: '中标信息-开标日期', field: 'bid_info.bidStartDate', type: dataType.str },
+        { name: '中标信息-招标方式', field: 'bid_info.bidType', type: dataType.str },
+        { name: '中标信息-合同计价方式', field: 'bid_info.dealCalcType', type: dataType.str },
+
+        { name: '截止上期-实付', field: 'pre_sf_tp', type: dataType.currency },
+        { name: '本期-实付', field: 'sf_tp', type: dataType.currency },
+        { name: '截止本期-实付', field: 'end_sf_tp', type: dataType.currency },
     ],
 };
 const gather_stage_pay = {