From 1d6022c32098eec609706d07992787529c75aa37 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Fri, 15 Aug 2025 18:00:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(inventory):=20=E6=B7=BB=E5=8A=A0=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=89=A7=E8=A1=8C=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增库存执行查询相关接口和页面 - 实现库存执行数据的获取和展示- 添加订单信息查询功能 - 优化订单列表展示,增加签收和签收文件按钮的权限控制 --- .../templates/inventory/execution/track.html | 9 +- .../templates/inventory/outer/outer.html | 4 +- .../templates/system/vendor/edit.html | 2 +- .../sip/controller/ExternalController.java | 12 ++- .../InventoryExecutionController.java | 3 +- .../ruoyi/sip/domain/ProjectOrderInfo.java | 3 + .../ruoyi/sip/domain/ProjectProductInfo.java | 2 + .../sip/mapper/InventoryDeliveryMapper.java | 4 + .../sip/mapper/ProjectOrderInfoMapper.java | 3 + .../service/IInventoryDeliveryService.java | 4 + .../sip/service/IInventoryInfoService.java | 2 + .../sip/service/IProjectOrderInfoService.java | 3 + .../impl/InventoryDeliveryServiceImpl.java | 91 ++++++++++++++++++- .../impl/InventoryInfoServiceImpl.java | 2 + .../impl/OmsInventoryInnerServiceImpl.java | 17 ++-- .../impl/ProjectOrderInfoServiceImpl.java | 18 ++++ .../java/com/ruoyi/sip/vo/DeliveryInfoVo.java | 2 + .../inventory/InventoryDeliveryMapper.xml | 29 ++++++ .../mapper/sip/ProjectOrderInfoMapper.xml | 40 ++++++++ .../mapper/sip/ProjectProductInfoMapper.xml | 2 +- 20 files changed, 233 insertions(+), 19 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/inventory/execution/track.html b/ruoyi-admin/src/main/resources/templates/inventory/execution/track.html index 3704abbd..12a04d6f 100644 --- a/ruoyi-admin/src/main/resources/templates/inventory/execution/track.html +++ b/ruoyi-admin/src/main/resources/templates/inventory/execution/track.html @@ -131,7 +131,10 @@