|
|
@@ -591,6 +591,10 @@ let ration_glj = {
|
|
|
repositoryId: glj.repositoryId
|
|
|
};
|
|
|
if(pEngineer) new_glj.programID = pEngineer;
|
|
|
+ let belongFlag = cbTools.getBelongFlag(selected);
|
|
|
+ if (belongFlag && belongFlag === fixedFlag.EQUIPMENT_ACQUISITION_FEE) {
|
|
|
+ new_glj.programID = projectObj.project.calcProgram.compiledTemplateMaps['设备购置'];
|
|
|
+ }
|
|
|
if (glj.hasOwnProperty("compilationId")) {
|
|
|
new_glj.from = "cpt";
|
|
|
if (glj.code.indexOf('-') != -1) {//这条工料机是用户通过修改名称、规格、型号等保存到补充工料机库的
|