From c29b1d7c9d312466cdbac1add88ee5c728135095 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期三, 17 七月 2024 16:59:35 +0800 Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/IgoTravel into 2.0 --- ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSystemPrice.js | 13 +++++++++++++ ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html b/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html index 3d98984..1e25ac3 100644 --- a/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html +++ b/ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html @@ -26,7 +26,7 @@ </div> <div class="hidden-xs" id="TSystemPriceTableToolbar" role="group"> @if(shiro.hasPermission("/tSystemPrice/addSpecial")){ - <#button name="添加" icon="fa-plus" clickFun="TSystemPrice.addSpecial()"/> + <#button name="添加" icon="fa-plus" clickFun="TSystemPrice.addSpecial1()"/> @} @if(shiro.hasPermission("/tSystemPrice/updateSpecial")){ <#button name="修改" icon="fa-edit" clickFun="TSystemPrice.updateSpecial()" space="true"/> diff --git a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSystemPrice.js b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSystemPrice.js index e935096..a8a2391 100644 --- a/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSystemPrice.js +++ b/ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSystemPrice.js @@ -79,6 +79,19 @@ this.layerIndex = index; }; +TSystemPrice.addSpecial1 = function () { + var index = layer.open({ + type: 2, + title: '添加专车价格设置', + area: ['100%', '100%'], //宽高 + fix: false, //不固定 + maxmin: true, + content: Feng.ctxPath + '/tSystemPrice/tSystemPrice_add' + }); + this.layerIndex = index; +}; + + /** * 打开查看专车价格设置详情 */ -- Gitblit v1.7.1