From 1e9e126b44f78d1219aa35816590166721065448 Mon Sep 17 00:00:00 2001 From: wangcl Date: Thu, 23 Dec 2021 18:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=A2=9E=E5=8A=A0=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/busi/order/order.html | 6 ++++++ .../src/main/resources/templates/busi/prisonLine/add.html | 2 +- .../src/main/resources/templates/busi/prisonLine/edit.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/busi/order/order.html b/ruoyi-admin/src/main/resources/templates/busi/order/order.html index 5037a0103..14cba8c1c 100644 --- a/ruoyi-admin/src/main/resources/templates/busi/order/order.html +++ b/ruoyi-admin/src/main/resources/templates/busi/order/order.html @@ -130,6 +130,7 @@ var actions = []; actions.push('编辑 '); actions.push('删除'); + actions.push('新增 '); return actions.join(''); } }] @@ -155,6 +156,11 @@ $.modal.close(index); $.table.search(); } + + function addProduct(id,name){ + var addUrl = ctx + "busi/productRequire/add" + $.modal.open( name + ",添加产品需求", addUrl); + } \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/templates/busi/prisonLine/add.html b/ruoyi-admin/src/main/resources/templates/busi/prisonLine/add.html index ed0c84e8c..fe03fbae2 100644 --- a/ruoyi-admin/src/main/resources/templates/busi/prisonLine/add.html +++ b/ruoyi-admin/src/main/resources/templates/busi/prisonLine/add.html @@ -40,7 +40,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/busi/prisonLine/edit.html b/ruoyi-admin/src/main/resources/templates/busi/prisonLine/edit.html index 64fc94764..bf568791c 100644 --- a/ruoyi-admin/src/main/resources/templates/busi/prisonLine/edit.html +++ b/ruoyi-admin/src/main/resources/templates/busi/prisonLine/edit.html @@ -41,7 +41,7 @@
- +