فهرست منبع

汇总表,标段信息,应付相关

MaiXinRong 5 سال پیش
والد
کامیت
0debfcb0e5
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      app/service/rpt_gather_memory.js

+ 4 - 4
app/service/rpt_gather_memory.js

@@ -435,9 +435,9 @@ module.exports = app => {
                 info.end_qc_tp = helper.add(info.pre_qc_tp, info.qc_tp);
                 info.end_gather_tp = helper.add(info.pre_gather_tp, info.gather_tp);
 
-                info.yf = stage.yf;
-                info.pre_yf = stage.pre_yf;
-                info.end_yf = helper.add(stage.yf, stage.pre_yf);
+                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);
             }
         }
 
@@ -469,7 +469,7 @@ module.exports = app => {
                     info.contract_tp = helper.add(info.contract_tp, stage.contract_tp);
                     info.qc_tp = helper.add(info.qc_tp, stage.qc_tp);
 
-                    info.yf = helper.add(info.yf, stage.yf);
+                    info.yf_tp = helper.add(info.yf_tp, stage.yf_tp);
                 }
             }
             info.gather_tp = helper.add(info.contract_tp, info.qc_tp);