소스 검색

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);
+                        //备注:项目工料机的数量是需要根据定额清单来计算的!这里的逻辑是对的
                     }
                 }
             }