refactor(webapp): 更新项目配置和功能

- 修改基础 URL为本地开发环境
- 更新数据库文件路径
- 调整发票报销流程,增加"完成"按钮
- 优化发票列表页面,添加搜索功能
- 新增发票复核页面
- 更新文件上传逻辑,使用动态 URL
This commit is contained in:
2025-08-17 22:39:59 +08:00
parent 0c4e94b5af
commit cc867c471e
12 changed files with 91 additions and 23 deletions
+1
View File
@@ -25,6 +25,7 @@ Requires-Dist: alibabacloud_tea_openapi<1.0.0,>=0.3.15
Requires-Dist: alibabacloud_tea_console<1.0.0,>=0.0.1
Requires-Dist: alibabacloud_tea_util<1.0.0,>=0.3.13
Requires-Dist: alibabacloud_credentials<2.0.0,>=1.0.2
Requires-Dist: flask
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
+5 -1
View File
@@ -1,7 +1,11 @@
README.md
setup.py
alibabacloud_sample/__init__.py
alibabacloud_sample/sample.py
alibabacloud_sample/dataservice.py
alibabacloud_sample/dbservice.py
alibabacloud_sample/fileservice.py
alibabacloud_sample/main.py
alibabacloud_sample/service.py
alibabacloud_sample.egg-info/PKG-INFO
alibabacloud_sample.egg-info/SOURCES.txt
alibabacloud_sample.egg-info/dependency_links.txt
@@ -3,3 +3,4 @@ alibabacloud_tea_openapi<1.0.0,>=0.3.15
alibabacloud_tea_console<1.0.0,>=0.0.1
alibabacloud_tea_util<1.0.0,>=0.3.13
alibabacloud_credentials<2.0.0,>=1.0.2
flask