You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
5.7 KiB
HTML
161 lines
5.7 KiB
HTML
<extend name="Public/base"/>
|
|
<block name="css">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
<link rel="stylesheet" href="__CSS__/promote.css" type="text/css"/>
|
|
<link rel="stylesheet" type="text/css" href="__STATIC__/webuploader/webuploader.css" media="all">
|
|
<style>
|
|
.select2-container--default .select2-selection--single {
|
|
color: #000;
|
|
resize: none;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px;
|
|
height:28px;border-radius:3px;font-size:12px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height:35px;
|
|
line-height:28px;
|
|
}
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height:26px;
|
|
}
|
|
.select2-container--default .select2-search--dropdown .select2-search__field {
|
|
height:26px;line-height:26px;font-size:12px;
|
|
}
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
.textarea-style {
|
|
width: 200px;
|
|
height: 80px;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
}
|
|
.mustmark {
|
|
color: #FF0000;
|
|
font-style: normal;
|
|
margin: 0 3px;
|
|
}
|
|
.el-card {
|
|
border-radius: 4px;
|
|
border: 1px solid #ebeef5;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
color: #303133;
|
|
transition: .3s;
|
|
}
|
|
.el-card .card-body {
|
|
padding: 20px;
|
|
}
|
|
.el-card .card-header {
|
|
padding: 18px 20px;
|
|
border-bottom: 1px solid #ebeef5;
|
|
box-sizing: border-box;
|
|
}
|
|
.clearfix:after {
|
|
content:"";
|
|
display: block;
|
|
clear:both;
|
|
}
|
|
.set-default-btn {
|
|
border: none;
|
|
background: #3C95C8;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
border-radius: 3px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
border-bottom: none;
|
|
width: 55px;
|
|
height: 28px;
|
|
line-height: 26px;
|
|
}
|
|
</style>
|
|
</block>
|
|
<block name="body">
|
|
<script type="text/javascript" src="__JS__/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/jquery.form.js"></script>
|
|
<script type="text/javascript" src="__STATIC__/uploadify/jquery.uploadify.min.js"></script>
|
|
|
|
<script src="__STATIC__/md5.js" type="text/javascript" charset="utf-8"></script>
|
|
<script type="text/javascript" src="__STATIC__/webuploader/webuploader.js"></script>
|
|
<script src="__STATIC__/layer/layer.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js"></script>
|
|
<div class="cf clearfix main-place top_nav_list navtab_list">
|
|
<h3 class="page_title">支付商户接口配置</h3>
|
|
</div>
|
|
|
|
<!-- 数据列表 -->
|
|
<div class="data_list">
|
|
<div class="">
|
|
<table>
|
|
<!-- 表头 -->
|
|
<thead>
|
|
<tr>
|
|
<th>功能模块</th>
|
|
<th>账号</th>
|
|
<th>商户主体</th>
|
|
<th>支付账号名称</th>
|
|
<th>接口类型</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<tr >
|
|
<td>线上对账打款</td>
|
|
<empty name ="statementPaymentInfo">
|
|
<td>--</td>
|
|
<td>--</td>
|
|
<td>--</td>
|
|
<td>--</td>
|
|
<else />
|
|
<td>{$statementPaymentInfo.account}</td>
|
|
<td>{$statementPaymentInfo.main_name}</td>
|
|
<td>{$statementPaymentInfo.name}</td>
|
|
<td>{$statementPaymentInfo.is_free_str}</td>
|
|
</empty>
|
|
<td>
|
|
<a href="<?=U('edit', ['ways' => 1])?>">编辑</a>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr >
|
|
<td>线下打款</td>
|
|
<empty name ="underPaymentInfo">
|
|
<td>--</td>
|
|
<td>--</td>
|
|
<td>--</td>
|
|
<td>--</td>
|
|
<else />
|
|
<td>{$underPaymentInfo.account}</td>
|
|
<td>{$underPaymentInfo.main_name}</td>
|
|
<td>{$underPaymentInfo.name}</td>
|
|
<td>{$underPaymentInfo.is_free_str}</td>
|
|
</empty>
|
|
<td>
|
|
<a href="<?=U('edit', ['ways' => 2])?>">编辑</a>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</block>
|
|
|
|
<block name="script">
|
|
<script>
|
|
<volist name=":I('get.')" id="vo">
|
|
Think.setValue('{$key}',"{$vo}");
|
|
</volist>
|
|
$(".select_gallery").select2();
|
|
</script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav("{:U('lists')}");
|
|
</script>
|
|
</block> |