|
@@ -327,9 +327,9 @@ projectGljObject={
|
|
|
if(rg.projectGLJID == projectGLJData.id) rationIDMap[rg.rationID] = true;
|
|
if(rg.projectGLJID == projectGLJData.id) rationIDMap[rg.rationID] = true;
|
|
|
}
|
|
}
|
|
|
for(let r of projectObj.project.Ration.datas){
|
|
for(let r of projectObj.project.Ration.datas){
|
|
|
- if(rationIDMap[r.ID] || (r.subType == rationType.gljRation && r.projectGLJID== projectGLJData.id)){
|
|
|
|
|
|
|
+ if(rationIDMap[r.ID] || (r.type == rationType.gljRation && r.projectGLJID== projectGLJData.id)){
|
|
|
rations.push(r);
|
|
rations.push(r);
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
this.relatedRationSheetData = rations;
|
|
this.relatedRationSheetData = rations;
|