Quellcode durchsuchen

导出人材机跳过消耗量0

zhongzewei vor 6 Jahren
Ursprung
Commit
610be88104
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      web/building_saas/main/js/models/exportStandardInterface.js

+ 2 - 2
web/building_saas/main/js/models/exportStandardInterface.js

@@ -1931,9 +1931,9 @@ const XMLStandard = (function () {
                         continue;
                     }
                     // 总消耗量为0不导出
-                    /*if (!+glj.quantity) {
+                    if (!+glj.quantity) {
                         continue;
-                    }*/
+                    }
                     let price = gljUtil.getGLJPrice(glj, detail.projectGLJ.datas,
                         detail.projectInfo.property.calcOptions, detail.labourCoe.datas, detail.projectInfo.property.decimal, false, _, scMathUtil);
                     //调整价