xxyy
2025-03-07 a610ca9e97f456a7e87cb407bf6e353672472ec5
分支
用户 xxyy <cathay_xy@163.com>
星期五, 三月 7, 2025 13:49 +0800
提交者 xxyy <cathay_xy@163.com>
星期五, 三月 7, 2025 13:49 +0800
提交a610ca9e97f456a7e87cb407bf6e353672472ec5
目录 17f560ff3e6368ac38bc3bd8f1f22b92d7f913bb 目录 | zip | gz
上一版本 46ba61974b88fa75d1bcdad26709f2c3a945051e 查看 | 对比
修复组件属性并更新路由配置

在 `VolTable.vue` 中修复了组件属性赋值方式,确保 `@change` 事件处理函数格式正确。更新了多个路由的 `meta` 属性,将 `keepAlive` 设置为 `true`,以保持组件状态。新增了 `/Message` 路由并配置相应组件。

注释掉了异常处理中的错误记录,简化了任务处理逻辑,并在 `TaskController` 中移除了节流过滤器的应用。修改了请求频率过快时的返回结果,新增了 `MOMErrorMessageController.cs` 的引用。

最后,在 `Message.vue` 中新增了一个 Vue 组件,用于展示 MOM 消息的相关信息。
已修改10个文件
已添加1个文件
323 ■■■■■ 文件已修改
Code Management/WMS/WIDESEA_WMSClient/src/components/basic/VolTable.vue 21 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/router/index.js 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js 70 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/router/viewGird.js 71 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/MOM/ErrorMessage/Message.vue 65 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/AgingInOrOutInput/AgingInOrOutInputService.cs 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/MOM/CellState/CellStateService.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService.cs 80 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Filter/ThrottleFilter.cs 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史