|
|
@@ -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);
|