From 69b8d1d8ab4b380e1cee433014880bdaaaabc9dc Mon Sep 17 00:00:00 2001 From: rdpnr_hemingxia Date: Fri, 11 Apr 2025 16:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=BC=B9=E6=A1=86=E5=88=9D?= =?UTF-8?q?=E6=AD=A5=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/manage/delivery/delivery.html | 6 ++- .../templates/manage/delivery/import.html | 49 +++++++++++++++++-- 2 files changed, 49 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/delivery.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/delivery.html index 7052ba81..0305f3e3 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/delivery.html +++ b/ruoyi-admin/src/main/resources/templates/manage/delivery/delivery.html @@ -84,7 +84,6 @@ updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", - importUrl: prefix + "/import", modalName: "发货记录", columns: [{ checkbox: true @@ -125,7 +124,7 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('发货清单 '); + actions.push('发货清单 '); actions.push('编辑 '); actions.push('删除'); return actions.join(''); @@ -134,6 +133,9 @@ }; $.table.init(options); }); + function openList(id){ + $.modal.open('发货清单', prefix + `/import/${id}`) + } \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html b/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html index 566549bd..46ca9def 100644 --- a/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html +++ b/ruoyi-admin/src/main/resources/templates/manage/delivery/import.html @@ -1,10 +1,51 @@ - + - - Title + - + \ No newline at end of file