配餐项目前端文件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kkerwin 88f42bd551 食谱 审核 & 发布 2 years ago
.vscode initial commit 2 years ago
doc 更新文档 2 years ago
projects 食谱 审核 & 发布 2 years ago
.editorconfig initial commit 2 years ago
.gitignore initial commit 2 years ago
README.md 食谱 审核 & 发布 2 years ago
angular.json 食谱 2 years ago
package.json 食材管理 2 years ago
pnpm-lock.yaml 食材管理 2 years ago
proxy.conf.json 业务端 基本信息 2 years ago
tailwind.config.js 开始 界面 2 years ago
tsconfig.json 开始 界面 2 years ago

README.md

CateringWebApp

This project was generated with Angular CLI version 16.1.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.


09/16 ~ 09/17

  1. 业务端取消常用/忌用 系统异常
  2. 修改食材 提示成功 但是数据没有变化。 食材编号 是否允许 修改,若修改 会报错 [参数错误]食材不存在!
  3. 业务端 配餐设置 POST /api/vender/config 405 无权限执行该操作!
  4. 管理端 用户列表、修改角色名称、删除角色 报错: 系统异常 好像大部分用户管理的接口 都在报错
  5. 删除 食材 系统异常
  6. 管理端 食材列表 没有返回 更新日期
  7. 营养标准列表 列表 没有 更新时间
  8. 营养标准添加成功 需要 返回他的 id

09/17 下午

  1. 获取企业列表 原型上 还有个 单位类型
  2. 营养标准 需要 返回 单位名称和id vendors:[{label:"单位名称",id:vendorId}]
  3. 根据关键字搜索单位 报错或者 返回空 list

  1. 食材也需要一个 类似 /api/vender/select 的接口
  2. 新增菜品 -> 食材名称 -> 食材标签 的枚举值 有哪些?
  3. 单位修改 status 我调用的是编辑接口报错

09/18

  1. /api/basic/enum 中 markType 和 venderType 重复
  2. /api/ingredient/select 需要 支持关键字

09/26

  1. 食谱审核 列表需要 提交审核时间、提交人 字段