From ff523028ae9ed3eb903118003c5ecee3ffc961a7 Mon Sep 17 00:00:00 2001 From: rdpnr_hemingxia Date: Fri, 11 Apr 2025 16:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E8=AE=B0=E5=BD=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../main/resources/static/ruoyi/js/ry-ui.js | 4 ++++ .../templates/manage/delivery/add.html | 20 ++++++++++++++++++- .../templates/manage/delivery/delivery.html | 3 +++ .../templates/manage/delivery/edit.html | 19 +++++++++++++++++- .../templates/manage/delivery/import.html | 10 ++++++++++ .../resources/templates/manage/order/add.html | 12 +++++------ 7 files changed, 61 insertions(+), 9 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/manage/delivery/import.html diff --git a/pom.xml b/pom.xml index c3c58e56..c5660d6b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ ruoyi http://sip.unissens.tech 汇智SIP管理系统 - + 4.8.0 UTF-8 diff --git a/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js b/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js index 0784ff31..6af8ab82 100644 --- a/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js +++ b/ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js @@ -1056,6 +1056,10 @@ var table = { if (typeof callback == "function") { callback(result); } + if(data.isTable===0){ + $.modal.closeLoading(); + return + } $.operate.ajaxSuccess(result); } }; diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html index 7efc5f73..b9ad89aa 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html +++ b/ruoyi-admin/src/main/resources/templates/manage/delivery/add.html @@ -11,7 +11,9 @@
- +
@@ -120,10 +122,26 @@