# manager **Repository Path**: aibert/manager ## Basic Information - **Project Name**: manager - **Description**: manager - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-11 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manager ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 备注 ## 制单号唯一自己生成,订单号,款号,客户名称取原有数据,其他数据选填 1. 新增员工 > 基本信息 * 接口URL: * 请求方式: POST * Content-Type: > 请求参数 | 参数名 | 示例值 | 是否必填 | 参数描述 | | --- | --- | --- | --- | |empName|张三|是|员工名称| |empId|000001|是|员工工号| |sex|男|是|男/女| |hiredDate|2021-6-22|是|录用日期| *** 2. 编辑员工 3. 删除员工 4. 新增工序 5. 编辑工序 6. 删除工序 7. 工位管理