Tony Kang 1 hete
szülő
commit
87cf510958

+ 1 - 2
web/building_saas/standard_interface/export/guangxi_common.js

@@ -1725,8 +1725,7 @@ INTERFACE_EXPORT = (() => {
               // 在项目工料机中查找
               // 在项目工料机中查找
               const prjGlj = tenderProject.projectGLJ.datas.gljList.find(pglj => pglj.glj_id === item.GLJID)
               const prjGlj = tenderProject.projectGLJ.datas.gljList.find(pglj => pglj.glj_id === item.GLJID)
               if (prjGlj && prjGlj.is_evaluate === 1) {
               if (prjGlj && prjGlj.is_evaluate === 1) {
-                let provType = '0';
-                if (item.type === 3) provType = '1';
+                const provType = '0'; // 在项目工料机下的暂估,只能属于材料暂估了                
                 attrs.push({ name: 'ProvisionalType', value: provType });
                 attrs.push({ name: 'ProvisionalType', value: provType });
               }
               }
               Element.call(this, "Cost", attrs);
               Element.call(this, "Cost", attrs);