Tony Kang 1 неделя назад
Родитель
Сommit
520c4b8243
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      web/building_saas/standard_interface/export/guangxi_common.js

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

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