add file select for multiple country
This commit is contained in:
parent
e5eee656d5
commit
652ecbbf1f
9 changed files with 294 additions and 47 deletions
|
|
@ -109,6 +109,10 @@ export class RecipeDetailsComponent implements OnInit {
|
|||
(recipe) => recipe.materialPathId
|
||||
);
|
||||
|
||||
if (originalRecipeDetail.recipe.recipes != null) {
|
||||
return;
|
||||
}
|
||||
|
||||
this._materialService.getMaterialCodes(ids).subscribe((data) => {
|
||||
this.originalRecipeDetail.next({
|
||||
...originalRecipeDetail,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue