Pu Zhibing
2024-09-29 adf2ede692b76cf95d0cec80f4087e52d760b219
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;
};
/**
 * 打开查看专车价格设置详情
 */