luodangjia
2024-07-17 ef543ecfde6b322d8353337bab1c3776daa2976e
7.18
2个文件已修改
15 ■■■■■ 已修改文件
ManagementIGOTravel/guns-admin/src/main/webapp/WEB-INF/view/system/tSystemPrice/tSystemPrice.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ManagementIGOTravel/guns-admin/src/main/webapp/static/modular/system/tSystemPrice/tSystemPrice.js 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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"/>
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;
};
/**
 * 打开查看专车价格设置详情
 */