分支
用户 huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
星期一, 三月 30, 2026 16:09 +0800
提交者 huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
星期一, 三月 30, 2026 16:09 +0800
提交1d3a018e6d707179eef127424e3d78d3863fba71
目录 8155640655b3452f30c8b65dc50d474b94d3aa82 目录 | zip | gz
上一版本 daea1a90c2fa1b5cc2f52e62be15bd95cc4155f6 查看 | 对比
实现MES过点记录与库存变动记录全流程功能
本次提交实现了MES过点记录和库存变动记录的前后端全流程,包括数据模型、仓储、服务、控制器、前端页面及扩展配置。新增精排显示页面,支持虚拟精排与车身信息弹窗。优化货位信息行页面的悬浮提示框,丰富展示内容并美化样式。后端完善了相关API、DTO、AutoMapper映射及业务逻辑,支持数据追溯与可视化。整体提升了系统的可维护性和用户体验。
已添加20个文件
已重命名1个文件
已修改13个文件
1997 ■■■■■ 文件已修改
项目代码/WMS/WMSClient/src/extension/widesea_wms/basicinfo/Dt_PassPointRecord.js 67 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/extension/widesea_wms/stock/Dt_StockQuantityChangeRecord.js 61 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/router/tables.js 28 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_PassPointRecord.vue 73 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/Dt_StockQuantityChangeRecord.vue 99 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/Eliteselection.vue 415 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/JElDescription.vue 162 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue 461 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_Core/Enums/StockEnum.cs 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_DTO/Basic/MesLockDTO.cs 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_DTO/Location/LocationView.cs 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_IStorageBasicRepository/BasicInfo/IDt_PassPointRecordRepository.cs 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_IStorageBasicRepository/Stock/IStockQuantityChangeRecordRepository.cs 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_IStorageBasicService/BasicInfo/IDt_PassPointRecordService.cs 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_IStorageBasicService/Stock/IStockQuantityChangeRecordService.cs 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_IStorageBasicService/Stock/IVV_MesLockInfoService.cs 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_IStorageBasicService/Stock/IVV_StockInfoService.cs 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_PassPointRecord.cs 72 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_Model/Models/BasicModel/Dt_StockQuantityChangeRecord.cs 162 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/MESService.cs 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/PassPoint.cs 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicRepository/BasicInfo/Dt_PassPointRecordRepository.cs 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicRepository/Stock/StockQuantityChangeRecordRepository.cs 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/BasicInfo/Dt_PassPointRecordService.cs 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Location/LocationInfoService.cs 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Stock/StockQuantityChangeRecordService.cs 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Stock/VV_MesLockInfoService.cs 56 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_StorageBasicServices/Stock/VV_StockInfoService.cs 5 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/BasicInfo/Dt_PassPointRecordController.cs 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/BasicInfo/Dt_StockQuantityChangeRecordController.cs 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/Stock/VV_MesLockInfoController.cs 12 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_WMSServer/Controllers/Stock/VV_StockInfoController.cs 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_WMSServer/Filter/CustomProfile.cs 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
项目代码/WMS/WMSServer/WIDESEA_WMSServer/GlobalUsing.cs 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史