瀏覽代碼

code sync

TonyKang 6 年之前
父節點
當前提交
f8d3979b7f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/reports/util/rpt_yanghu_data_util.js

+ 2 - 0
modules/reports/util/rpt_yanghu_data_util.js

@@ -154,6 +154,7 @@ class Rpt_Data_Extractor {
                                     field[JV.PROP_FIELD_EXP_MAP].indexOf("'techQuantity'") > 0 ) {
                                     if (rst.indexOf(projectConst.RATION) < 0) rst.push(projectConst.RATION);
                                     if (rst.indexOf(projectConst.BILLS) < 0) rst.push(projectConst.BILLS);
+                                    //备注:项目工料机的数量是需要根据定额清单来计算的!这里的逻辑是对的
                                 }
                             }
                         }
@@ -165,6 +166,7 @@ class Rpt_Data_Extractor {
                         field[JV.PROP_FIELD_EXP_MAP].indexOf("'techQuantity'") > 0 ) {
                         if (rst.indexOf(projectConst.RATION) < 0) rst.push(projectConst.RATION);
                         if (rst.indexOf(projectConst.BILLS) < 0) rst.push(projectConst.BILLS);
+                        //备注:项目工料机的数量是需要根据定额清单来计算的!这里的逻辑是对的
                     }
                 }
             }