|
@@ -89,7 +89,7 @@ var ration_coe = {
|
|
|
if(i==dataLength){
|
|
if(i==dataLength){
|
|
|
newCoe.coeID=-1;
|
|
newCoe.coeID=-1;
|
|
|
newCoe.name = '自定义系数';
|
|
newCoe.name = '自定义系数';
|
|
|
- newCoe.content='人工×1,材料×1,机械×1,主材×1,设备×1';
|
|
|
|
|
|
|
+ newCoe.content='人工×1,材料×1,机械×1,设备×1';
|
|
|
newCoe.isAdjust=0;
|
|
newCoe.isAdjust=0;
|
|
|
newCoe.coes = this.getCustomerCoeData();
|
|
newCoe.coes = this.getCustomerCoeData();
|
|
|
}else {
|
|
}else {
|
|
@@ -98,7 +98,7 @@ var ration_coe = {
|
|
|
criteria.ration_coe_list.push(newCoe);
|
|
criteria.ration_coe_list.push(newCoe);
|
|
|
}
|
|
}
|
|
|
criteria.updateType = 'ut_create';
|
|
criteria.updateType = 'ut_create';
|
|
|
- console.log('enterrrrrrrrrrrrrrrrrrrrrr');
|
|
|
|
|
|
|
+ console.log('enter');
|
|
|
console.log(criteria);
|
|
console.log(criteria);
|
|
|
return criteria;
|
|
return criteria;
|
|
|
};
|
|
};
|
|
@@ -108,7 +108,6 @@ var ration_coe = {
|
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'人工'});
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'人工'});
|
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'材料'});
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'材料'});
|
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'机械'});
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'机械'});
|
|
|
- coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'主材'});
|
|
|
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'设备'});
|
|
coeList.push({ amount:1, operator:'*', gljCode:null, coeType:'设备'});
|
|
|
return coeList;
|
|
return coeList;
|
|
|
};
|
|
};
|