Selaa lähdekoodia

导出人材机跳过消耗量0

zhongzewei 6 vuotta sitten
vanhempi
commit
610be88104

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

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