# fince-web **Repository Path**: mynoe/fince-web ## Basic Information - **Project Name**: fince-web - **Description**: 财务系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-24 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # haomo-cli-pc > 毫末PC CLI [开发地址](http://xxx) [测试地址](http://xxx) [生产地址地址](http://xxx) ## Build Setup ```bash # 安装依赖 npm install # 启动web服务 npm run serve:web # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ``` 浏览器访问 [http://localhost:9530](http://localhost:9530) ## web端发布 ```bash # 构建开发环境 npm run build:web:dev # 构建测试环境 npm run build:web:test # 构建预生产环境 npm run build:web:uat # 构建生产环境 npm run build:web:prod ``` ### done - 期间设置 - 工时权限配置 - 考勤维护 - 项目工时填报 - 工时分配明细 - 薪酬维护-实发工资 - 薪酬维护- 预提工资 - ### todo 1. 奖金分摊表 /api/time/apportion/annual/query 报500 2. 保险 /api/time/insurance/queryList 报500