|
|
@@ -339,7 +339,7 @@ function getCustomerCoeData() {
|
|
|
{ amount:1, operator:'*', gljCode:null, coeType:'人工'},
|
|
|
{ amount:1, operator:'*', gljCode:null, coeType:'材料'},
|
|
|
{ amount:1, operator:'*', gljCode:null, coeType:'机械'},
|
|
|
- { amount:1, operator:'*', gljCode:null, coeType:'主材'},
|
|
|
+ /* { amount:1, operator:'*', gljCode:null, coeType:'主材'},*/
|
|
|
{ amount:1, operator:'*', gljCode:null, coeType:'设备'}
|
|
|
];
|
|
|
return coeList;
|
|
|
@@ -351,7 +351,7 @@ async function getCustomerCoe(projectID,rationID,seq,compilation){//取自定义
|
|
|
let lastCoe ={
|
|
|
coeID:-1,
|
|
|
name : '自定义系数',
|
|
|
- content:'人工×1,材料×1,机械×1,主材×1,设备×1',
|
|
|
+ content:'人工×1,材料×1,机械×1,设备×1',//主材×1,
|
|
|
isAdjust:1,
|
|
|
seq:seq,
|
|
|
rationID : rationID,
|