diff --git a/README.md b/README.md index dd49a63..daa48d3 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,10 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C 1. 食材也需要一个 类似 /api/vender/select 的接口 2. 新增菜品 -> 食材名称 -> 食材标签 的枚举值 有哪些? -3. 单位修改 status 我调用的是编辑接口报错 \ No newline at end of file +3. 单位修改 status 我调用的是编辑接口报错 + + +# 09/18 + +1. /api/basic/enum 中 markType 和 venderType 重复 +2. /api/ingredient/select 需要 支持关键字 \ No newline at end of file diff --git a/projects/admin/src/app/components/dish-form/dish-form.component.html b/projects/admin/src/app/components/dish-form/dish-form.component.html index d740b5e..519e3d2 100644 --- a/projects/admin/src/app/components/dish-form/dish-form.component.html +++ b/projects/admin/src/app/components/dish-form/dish-form.component.html @@ -16,11 +16,11 @@ nzShowSearch nzServerSearch nzPlaceHolder="请选择单位,多选时在多个单位均添加此菜品" - [nzShowArrow]="false" [nzFilterOption]="nzFilterOption" - (nzOnSearch)="search($event)"> - + formControlName="vendors" + (nzOnSearch)="searchOrg($event)"> + @@ -39,7 +39,6 @@ @@ -61,11 +60,15 @@ - + + + @@ -101,16 +104,30 @@ 食材名称 - + -
+ + + + + +