From 777fea70cb4595bb6ea380bc9b3b291a26cdb3cb Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Fri, 8 Nov 2024 17:16:09 +0800 Subject: [PATCH 1/5] =?UTF-8?q?[fix]=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=87=BA=E8=B4=A7=E8=B5=84=E6=96=99=E7=9A=84bug=EF=BC=9A?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AF=BC=E5=87=BA=E6=89=80=E6=9C=89=E5=87=BA?= =?UTF-8?q?=E8=B4=A7=E8=B5=84=E6=96=99=E5=90=8E=E7=AB=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SalesShippingInformationController.java | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/sales/controller/SalesShippingInformationController.java b/ruoyi-admin/src/main/java/com/ruoyi/sales/controller/SalesShippingInformationController.java index 18476f00..fc6f416e 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/sales/controller/SalesShippingInformationController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/sales/controller/SalesShippingInformationController.java @@ -50,8 +50,26 @@ public class SalesShippingInformationController extends BaseController return getDataTable(list); } + + /** + * 导出所有销售出货资料列表 + */ + @RequiresPermissions("sales:salesShippingInformation:export") + @Log(title = "销售出货资料", businessType = BusinessType.EXPORT) + @PostMapping("/exportAll") + @ResponseBody + public AjaxResult exportAll(SalesShippingInformation salesShippingInformation) + { + List list = salesShippingInformationService.selectSalesShippingInformationList(salesShippingInformation); + ExcelUtil util = new ExcelUtil(SalesShippingInformation.class); + return util.exportExcel(list, "销售出货资料数据"); + } + + + + /** - * 导出销售出货资料列表 + * 导出选择销售出货资料列表 */ @RequiresPermissions("sales:salesShippingInformation:export") @Log(title = "销售出货资料", businessType = BusinessType.EXPORT) From ebf5653476baf96338b521fbbcde2b44de0cf3d2 Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Fri, 8 Nov 2024 18:03:05 +0800 Subject: [PATCH 2/5] =?UTF-8?q?[fix]=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=8D=95=E7=9A=84bug=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=85=B3=E8=81=94=E5=8D=95=E5=8F=B7=E4=B8=BA=E9=94=80?= =?UTF-8?q?=E5=94=AE=E5=8D=95=E5=8F=B7=EF=BC=9B=E4=BF=AE=E6=94=B9=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=A0=8F=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E9=87=87?= =?UTF-8?q?=E7=94=A8=E7=BB=9F=E4=B8=80=E6=A0=B7=E5=BC=8F=EF=BC=9B=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=88=86=E9=A1=B5=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E5=94=AE=E5=90=8E=E5=8D=95=E5=8F=B7=E3=80=81=E9=94=80?= =?UTF-8?q?=E5=94=AE=E5=8D=95=E5=8F=B7=E3=80=81=E5=AE=A2=E6=88=B7ID?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/sales/SalesAftersalesNoticeMapper.xml | 6 +++--- .../sales/afterSalesNotice/afterSalesNotice.html | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/src/main/resources/mapper/sales/SalesAftersalesNoticeMapper.xml b/ruoyi-admin/src/main/resources/mapper/sales/SalesAftersalesNoticeMapper.xml index 3e297514..593e04ba 100644 --- a/ruoyi-admin/src/main/resources/mapper/sales/SalesAftersalesNoticeMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/sales/SalesAftersalesNoticeMapper.xml @@ -45,14 +45,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  • - +
  • @@ -261,17 +261,18 @@ var todoUserIdList = row.todoUserId.split(","); if(todoUserIdList.includes(loginName) || loginName == 'admin'){ var nodeName = row.taskName=='驳回调整'?' 调整申请':' 审批'; - actions.push(' '+nodeName+' '); + actions.push(' '+nodeName+' '); } } // 审批历史 - actions.push(' 审批历史 '); + actions.push(' 审批历史 '); // 进度查看 - actions.push(' 进度查看 '); + actions.push(' 进度查看 '); } // 详情 - actions.push('详情 '); - return actions.join(''); + actions.push('详情 '); + var actionLinks = actions.join(''); + return $.table.dropdownToggle(actionLinks); } }] }; From 8ea796a67a637860a3b7afc3f980572a10876acc Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Sat, 9 Nov 2024 08:39:14 +0800 Subject: [PATCH 3/5] =?UTF-8?q?[fix]=E5=9F=BA=E7=A1=80=E8=B5=84=E6=96=99?= =?UTF-8?q?=20=E5=8E=BB=E6=8E=89=E8=AF=B7=E8=B4=AD=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/requisitioning/requisitioning.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/requisitioning/requisitioning.html b/ruoyi-admin/src/main/resources/templates/system/requisitioning/requisitioning.html index 04c1d4f1..3df6c9e1 100644 --- a/ruoyi-admin/src/main/resources/templates/system/requisitioning/requisitioning.html +++ b/ruoyi-admin/src/main/resources/templates/system/requisitioning/requisitioning.html @@ -211,9 +211,9 @@ actions.push(' 作废'); // 已作废 } - else{ - actions.push(' 编辑 '); - } + // else{ + // actions.push(' 编辑 '); + // } // if(row.auditStatus == "2" && row.useStatus == "1"){ // // 编辑 // actions.push(' 编辑 '); From 14c8747cfefb9b6de805a151f9574dc0569317b0 Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Sat, 9 Nov 2024 10:07:44 +0800 Subject: [PATCH 4/5] =?UTF-8?q?[feat]=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E9=94=80=E5=94=AE=E5=87=BA=E8=B4=A7=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=96=E6=B6=88=E5=8F=91=E8=B4=A7=E6=8C=89?= =?UTF-8?q?=E9=92=AE=20=E6=96=B0=E5=A2=9E=E9=94=80=E5=94=AE=E5=87=BA?= =?UTF-8?q?=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=89=8D=E7=AB=AF=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E5=87=BA=E8=B4=A7=E9=A1=B5=E9=9D=A2=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=94=80=E5=94=AE=E5=87=BA=E8=B4=A7=E9=80=9A=E7=9F=A5=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E6=89=93=E5=BC=80=E5=BC=B9=E7=AA=97=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E9=94=80=E5=94=AE=E5=87=BA=E8=B4=A7?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=90=8E=E7=AB=AF=E5=8F=96=E6=B6=88=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E5=90=8E=E7=AB=AF=E4=BF=9D=E5=AD=98=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/salesShippingInform/cancelShipping.html | 12 ++++++------ .../salesShippingInform/salesShippingInform.html | 9 +++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/cancelShipping.html b/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/cancelShipping.html index 03eee16b..a971423f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/cancelShipping.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesShippingInform/cancelShipping.html @@ -6,12 +6,12 @@
    -
    - + +
    - +
    - +
    @@ -20,13 +20,13 @@