276 lines
9.6 KiB
HTML
276 lines
9.6 KiB
HTML
<style>
|
|
.sm-st {
|
|
background: #fff;
|
|
padding: 20px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sm-st-icon {
|
|
width: 60px;
|
|
height: 60px;
|
|
display: inline-block;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
background: #eee;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
color: #fff;
|
|
}
|
|
.sm-st-info {
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.sm-st-info span {
|
|
display: block;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.orange {
|
|
background: #fa8564 !important;
|
|
}
|
|
|
|
.tar {
|
|
background: #45cf95 !important;
|
|
}
|
|
|
|
.sm-st .green {
|
|
background: #86ba41 !important;
|
|
}
|
|
|
|
.pink {
|
|
background: #AC75F0 !important;
|
|
}
|
|
|
|
.yellow-b {
|
|
background: #fdd752 !important;
|
|
}
|
|
|
|
.stat-elem {
|
|
|
|
background-color: #fff;
|
|
padding: 18px;
|
|
border-radius: 40px;
|
|
|
|
}
|
|
|
|
.stat-info {
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
margin-top: -5px;
|
|
padding: 8px;
|
|
-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
|
|
font-style: italic;
|
|
}
|
|
|
|
.stat-icon {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.st-red {
|
|
background-color: #F05050;
|
|
}
|
|
|
|
.st-green {
|
|
background-color: #27C24C;
|
|
}
|
|
|
|
.st-violet {
|
|
background-color: #7266ba;
|
|
}
|
|
|
|
.st-blue {
|
|
background-color: #23b7e5;
|
|
}
|
|
|
|
.stats .stat-icon {
|
|
color: #28bb9c;
|
|
display: inline-block;
|
|
font-size: 26px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
width: 50px;
|
|
float: left;
|
|
}
|
|
|
|
.stat {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: inline-block;
|
|
}
|
|
|
|
.stat .value {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.stat .name {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.stat.lg .value {
|
|
font-size: 26px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.stat-col {
|
|
margin:0 0 10px 0;
|
|
}
|
|
.stat.lg .name {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.stat-col .progress {
|
|
height: 2px;
|
|
}
|
|
|
|
.stat-col .progress-bar {
|
|
line-height: 2px;
|
|
height: 2px;
|
|
}
|
|
|
|
.item {
|
|
padding: 30px 0;
|
|
}
|
|
|
|
|
|
#statistics .panel {
|
|
min-height: 150px;
|
|
}
|
|
|
|
#statistics .panel h5 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
</style>
|
|
|
|
<div class="panel panel-default panel-intro">
|
|
<div class="panel-heading">
|
|
<ul class="nav nav-tabs">
|
|
<li class="active"><a data-val="first" href="#first" data-toggle="tab">派单员退款</a></li>
|
|
<li><a href="#second" data-val="second" data-toggle="tab">城市退款</a></li>
|
|
<li><a href="#third" data-val="third" data-toggle="tab">服务项目退款</a></li>
|
|
<li><a href="#fourth" data-val="fourth" data-toggle="tab">师傅退款</a></li>
|
|
<!-- <li><a href="#fiveth" data-val="fiveth" data-toggle="tab">全部退款订单</a></li>-->
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
<div class="panel-body" style="height: 100%">
|
|
<div id="myTabContent" class="tab-content" style="height: 100%">
|
|
<div class="tab-pane fade active in" style="height: 100%" id="first">
|
|
<div id="chart-filter-table" style="margin-top:20px;margin-bottom: 30px;">
|
|
<div style="display: flex;position: relative" class="col-sm-6 row">
|
|
<input type="text" style="max-width: 200px" class="form-control mr-2" id="keyword" placeholder="名称/电话号码" >
|
|
<input type="text" class="form-control datetimerange" value="{$default_daterange}" data-locale='{"format":"YYYY-MM-DD"}'
|
|
placeholder="指定日期" name="filter[daterange]" id="daterange-table" autocomplete="off" style="width: 180px;">
|
|
<button class="btn btn-default ml-2" id="first-search">查询</button>
|
|
</div>
|
|
<!-- 查询按钮 -->
|
|
|
|
</div>
|
|
<section class="connectedSortable" style="height: 100%">
|
|
<table id="table1" class="table table-striped table-bordered table-hover" width="100%">
|
|
</table>
|
|
</section>
|
|
</div>
|
|
<div class="tab-pane fade" id="second">
|
|
|
|
<div id="chart-filter-table2" style="margin-top:20px;margin-bottom: 30px;">
|
|
<div style="display: flex;position: relative" class="col-sm-6 row">
|
|
|
|
<select id="table2-source" title="请选择订单渠道" name="row[source]" class="form-control"
|
|
style="display: inline-block;width: 150px;position: absolute">
|
|
<option value="">全部</option>
|
|
{foreach $sources as $item}
|
|
<option value="{$item['id']}">{$item['name']}</option>
|
|
{/foreach}
|
|
</select>
|
|
|
|
<div style="display: inline-block;width: 300px;position: absolute;left: 170px">
|
|
<input id="city-search" data-rule="required" class="form-control" data-toggle="city-picker" type="text" />
|
|
<input id="area_id" style="display: none" class="form-control" name="area_id" hidden type="text" />
|
|
</div>
|
|
|
|
<input type="text" class="form-control datetimerange" value="{$default_daterange}" data-locale='{"format":"YYYY-MM-DD"}'
|
|
placeholder="指定日期" name="filter[daterange]" id="daterange-table2" autocomplete="off" style="position: absolute;left: 475px;width: 180px;">
|
|
<button class="btn btn-default ml-2" id="first-search2" style="position: absolute;left: 650px;">查询</button>
|
|
<button class="btn btn-default ml-2" id="reset2" style="position: absolute;left: 705px;">重置</button>
|
|
</div>
|
|
<!-- 查询按钮 -->
|
|
|
|
</div>
|
|
|
|
<table id="table2" class="table table-striped table-bordered table-hover" width="100%">
|
|
</table>
|
|
</div>
|
|
<div class="tab-pane fade" id="third">
|
|
|
|
<div id="chart-filter-table3" style="margin-top:20px;margin-bottom: 30px;">
|
|
<div style="display: flex;position: relative" class="col-lg-8 col-sm-8 row">
|
|
|
|
<select id="table3-source" title="请选择订单渠道" name="row[source]" class="form-control"
|
|
style="display: inline-block;width: 150px; margin-right: 10px">
|
|
<option value="">全部</option>
|
|
{foreach $sources as $item}
|
|
<option value="{$item['id']}">{$item['name']}</option>
|
|
{/foreach}
|
|
</select>
|
|
<div style="max-width: 275px">
|
|
<input type="text" id="item_id" class="zd-input__inner mr-2" style="width: 275px">
|
|
</div>
|
|
<input type="text" id="item_id_value" style="display: none" name="row[item_id]">
|
|
<input type="text" class="form-control datetimerange ml-2" style="max-width: 200px" data-locale='{"format":"YYYY-MM-DD"}'
|
|
placeholder="指定日期" name="filter[daterange]" value="{$default_daterange}" id="daterange-table3" autocomplete="off" >
|
|
<button class="btn btn-default ml-2" id="first-search3">查询</button>
|
|
</div>
|
|
<!-- 查询按钮 -->
|
|
|
|
</div>
|
|
|
|
<table id="table3" class="table table-striped table-bordered table-hover" width="100%">
|
|
</table>
|
|
</div>
|
|
|
|
<div class="tab-pane fade" id="fourth">
|
|
|
|
<div id="chart-filter-table4" style="margin-top:20px;margin-bottom: 30px;">
|
|
<div style="display: flex;position: relative" class="col-sm-6 row">
|
|
<input type="text" style="max-width: 200px" class="form-control mr-2" id="keyword4" placeholder="名称/电话号码" >
|
|
<input type="text" class="form-control datetimerange" value="{$default_daterange}" data-locale='{"format":"YYYY-MM-DD"}'
|
|
placeholder="指定日期" name="filter[daterange]" id="daterange-table4" autocomplete="off" style="width: 180px;">
|
|
<button class="btn btn-default ml-2" id="first-search4">查询</button>
|
|
</div>
|
|
<!-- 查询按钮 -->
|
|
|
|
</div>
|
|
<table id="table4" class="table table-striped table-bordered table-hover" width="100%">
|
|
</table>
|
|
</div>
|
|
<!-- <div class="tab-pane fade" id="fiveth">-->
|
|
<!-- <table id="table5" class="table table-striped table-bordered table-hover" width="100%">-->
|
|
<!-- </table>-->
|
|
<!-- </div>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<link rel="stylesheet" href="/assets/css/select.css">
|
|
<script>
|
|
var items = {:json_encode($items); };
|
|
</script> |