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