xxyy
2025-03-06 324a7b654f3ab96ad0274e96050fde4957749de3
分支
用户 xxyy <cathay_xy@163.com>
星期四, 三月 6, 2025 09:12 +0800
提交者 xxyy <cathay_xy@163.com>
星期四, 三月 6, 2025 09:12 +0800
提交324a7b654f3ab96ad0274e96050fde4957749de3
目录 4c88f7b791e2dd3d7a8f96ac52e601c8d7db3ead 目录 | zip | gz
上一版本 6d578d016127db97d6f981ff18614ef52a2e0ede 查看 | 对比
更新项目配置与功能扩展

- 更新 `.gitignore` 文件,添加忽略特定数据库和缓存文件的路径。
- 在 `buttons.js` 中添加查询、新建、编辑、删除等按钮配置。
- 在 `index.html` 中添加基本的 HTML 结构和样式。
- 在 `methods.js` 中引入 `detailMethods` 和 `serviceFilter`,扩展业务逻辑。
- 在 `router.js` 中添加自定义扩展业务代码的组件配置。
- 在 `deviceInfo.js` 和 `deviceProtocol.js` 中添加扩展组件配置。
- 在 `Sys_Dictionary.js` 和 `Sys_DictionaryList.js` 中添加扩展按钮和方法。
- 在 `Sys_Log.js` 和 `Sys_Role.js` 中添加动态扩充组件配置。
- 在 `Sys_User.js` 中添加用户管理的扩展逻辑。
- 在 `task.js` 中添加任务管理的扩展逻辑。
- 在 `example.spec.js` 中添加 `HelloWorld` 组件的单元测试。
- 在 `vue.config.js` 中优化开发服务器和 CSS 源映射配置。
- 在 `appsettings.json` 中更新数据库连接字符串配置。
- 在 `Dt_TaskService.cs` 中优化缓存逻辑和库存信息加载方式。
已修改4个文件
已添加17个文件
2795 ■■■■■ 文件已修改
.gitignore 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/config/buttons.js 143 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/public/index.html 135 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/components/basic/ViewGrid/methods.js 1684 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/basicinfo/router.js 72 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/quartzJob/deviceInfo.js 87 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/quartzJob/deviceProtocol.js 58 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/quartzJob/deviceProtocolDetail.js 58 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/quartzJob/dispatchInfo.js 58 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/system/Sys_Dictionary.js 65 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/system/Sys_DictionaryList.js 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/system/Sys_Log.js 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/system/Sys_Role.js 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/system/Sys_Role1.js 61 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/system/Sys_User.js 86 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/extension/taskinfo/task.js 82 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/tests/unit/example.spec.js 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/vue.config.js 53 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs 22 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史