# peisWeb **Repository Path**: bcsvr/peis-web ## Basic Information - **Project Name**: peisWeb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-06-25 - **Last Updated**: 2022-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tests ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 接口相关信息 ``` 接口:http://106.38.39.137:10009 文档:http://106.38.39.137:3000 账号:583860027@qq.com 密码:111111 http://101.33.229.205:8889/doc.html#/home 腾讯文档地址:https://docs.qq.com/sheet/DWXZPRUxKQ3JzSkFn?tab=BB08J2 http://101.33.229.205:8080/job/peis-web/ admin/admin ``` ###科室体检流程 ``` 1、医生登录系统后,只能处理录入本科室的体检项目。 2、在体检记录列表页,扫码体检单号时,自动跳转到【体检录入】页面,就是这个页面。 若此客户无本科室的体检项目,则弹窗提示“无检查项目”。 3、进入体检录入页面,科室列表显示登录医生所在部门,默认检查项目中有的一个部门。 因为检查项目是按部门分类的,一个部门可能分多个检查项目。 若该医生关联多个部门,当选择该部门时,就显示该部门和体检单中有的项目及项目对应的检查内容。 可以录入结果,可以选择结果。 ``` ``` /** * 体检类型 */ public static final String TJ_TYPE = "tyType"; /** * 项目类型 */ public static final String XM_TYPE = "xmType"; /** * 籍贯 */ public static final String JG_TYPE = "jgType"; /** * 名族 */ public static final String MZ_TYPE = "mzType"; /** * 岗位 */ public static final String GW_TYPE = "gwType"; /** * 职务 */ public static final String ZW_TYPE = "zwType"; /** * 样本类型 */ public static final String YB_TYPE = "ybType"; /** * 单位性质 */ public static final String DWXZ_TYPE = "dwxzType"; ```