commit
bbf2aa3519
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||
<mapper namespace="au.com.royalpay.payment.manage.mappers.client.ClientSubMerchantIdMapper">
|
||||
<select id="listSubMerchantIdByDiffDays" resultType="com.alibaba.fastjson.JSONObject">
|
||||
select * from cli_sub_merchant_id
|
||||
where diff_days >=#{begin}
|
||||
and diff_days <=#{end}
|
||||
order by diff_days desc
|
||||
</select>
|
||||
|
||||
</mapper>
|
@ -0,0 +1,253 @@
|
||||
/***login***/
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
||||
.login-box-right {
|
||||
width: 42.2%;
|
||||
height: 100%;
|
||||
background-color: black;
|
||||
opacity: 0.8;
|
||||
position: relative;
|
||||
left: 57.8%
|
||||
}
|
||||
|
||||
.login-page-bg {
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #d2d6de;
|
||||
background: url(../images/bg2.png);
|
||||
/*background: url(../images/logonbg.jpg) ;*/
|
||||
position: relative;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.login-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ad {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.qrdiv {
|
||||
width: 50%;
|
||||
margin-left: 26%;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.form {
|
||||
padding: 4% 25%
|
||||
}
|
||||
|
||||
.login-box-bg {
|
||||
/*background-color: rgba(255,255,255,0.5);*/
|
||||
/*box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.3);*/
|
||||
/*filter: alpha(opacity=40);*/
|
||||
/*opacity: 0.8;*/
|
||||
|
||||
}
|
||||
.login-info{
|
||||
/*height: 45px;*/
|
||||
background-color: black;
|
||||
font-size: 18px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.captcha {
|
||||
width: 30%;
|
||||
display: inline;
|
||||
height: 34px;
|
||||
float: right
|
||||
}
|
||||
|
||||
.login-submit{
|
||||
background-color: #f06010;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.login-submit-margin{
|
||||
margin-top: 10%;
|
||||
}
|
||||
|
||||
|
||||
.forget{
|
||||
color: #f06010;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.download-app{
|
||||
color: #FFFFFF;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.download-app img{
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.divloginbox {
|
||||
animation: loginbox 1s;
|
||||
-moz-animation: loginbox 1s;
|
||||
-webkit-animation: loginbox 1s;
|
||||
-o-animation: loginbox 1s;
|
||||
}
|
||||
|
||||
@keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.login-page-bg {
|
||||
background: url('');
|
||||
background-color: #d2d6de;
|
||||
}
|
||||
|
||||
.login-box-right {
|
||||
margin-top: 20%;
|
||||
margin: 7% auto;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.login-box-bg {
|
||||
/*background-color: rgba(255,255,255,0.5);*/
|
||||
box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.3);
|
||||
filter: alpha(opacity=40);
|
||||
opacity: 0.7;
|
||||
|
||||
}
|
||||
|
||||
.login-container {
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
padding: 20px;
|
||||
border-top: 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.ad {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.qrdiv {
|
||||
width: 50%;
|
||||
margin-left: 26%;
|
||||
}
|
||||
|
||||
.form {
|
||||
}
|
||||
|
||||
.login-info{
|
||||
}
|
||||
|
||||
.captcha {
|
||||
width: 30%;
|
||||
display: inline;
|
||||
height: 34px;
|
||||
float: right
|
||||
}
|
||||
|
||||
.login-submit{
|
||||
background-color: #f06010;
|
||||
}
|
||||
|
||||
.login-submit-margin{
|
||||
margin-bottom: 20px;
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
.forget{
|
||||
}
|
||||
|
||||
.download-app{
|
||||
color: #000000;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.download-app img{
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.divloginbox {
|
||||
animation: loginboxtop 1s;
|
||||
-moz-animation: loginboxtop 1s;
|
||||
-webkit-animation: loginboxtop 1s;
|
||||
-o-animation: loginboxtop 1s;
|
||||
}
|
||||
|
||||
@keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/***login***/
|
@ -0,0 +1,215 @@
|
||||
/***login***/
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.login-container {
|
||||
width: 800px;
|
||||
margin: 12% auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.login-info{
|
||||
background-color: black;
|
||||
opacity: 0.8;
|
||||
color: white;
|
||||
border-radius:4px
|
||||
}
|
||||
|
||||
.login-box-right {
|
||||
margin-right: 35%;
|
||||
}
|
||||
|
||||
.login-page-bg {
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #d2d6de;
|
||||
background: url(../images/bg3.png);
|
||||
/*background: url(../images/logonbg.jpg) ;*/
|
||||
position: relative;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.login-box-bg {
|
||||
/*background-color: rgba(255,255,255,0.5);*/
|
||||
/*box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.3);*/
|
||||
filter: alpha(opacity=40);
|
||||
opacity: 0.8;
|
||||
|
||||
}
|
||||
|
||||
.ad {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.login-submit{
|
||||
background-color: #54C7FF;
|
||||
border-color: #54C7FF;
|
||||
margin-top: 10%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.qrdiv {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.login-submit-margin{
|
||||
margin-top: 45%;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.download-app {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.download-app img{
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.divloginbox {
|
||||
animation: loginbox 1s;
|
||||
-moz-animation: loginbox 1s;
|
||||
-webkit-animation: loginbox 1s;
|
||||
-o-animation: loginbox 1s;
|
||||
}
|
||||
|
||||
@keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes loginbox {
|
||||
from {
|
||||
margin-right: -30%
|
||||
}
|
||||
to {
|
||||
margin-right: 35%
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.login-container {
|
||||
width: 90%;
|
||||
margin: 7% auto;
|
||||
}
|
||||
|
||||
.login-info{
|
||||
}
|
||||
|
||||
.login-page-bg {
|
||||
background: url('');
|
||||
background-color: #d2d6de;
|
||||
}
|
||||
|
||||
.login-box-right {
|
||||
margin-top: 20%;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.login-box-bg {
|
||||
/*background-color: rgba(255,255,255,0.5);*/
|
||||
box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.3);
|
||||
filter: alpha(opacity=40);
|
||||
opacity: 0.7;
|
||||
background-color: white;
|
||||
|
||||
}
|
||||
|
||||
.login-submit{
|
||||
background-color: #e08e0b;
|
||||
border-color: #e08e0b;
|
||||
}
|
||||
|
||||
.ad {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.qrdiv {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.login-submit-margin{
|
||||
margin-top: 10%;
|
||||
}
|
||||
|
||||
.download-app {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.download-app img{
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.divloginbox {
|
||||
animation: loginboxtop 1s;
|
||||
-moz-animation: loginboxtop 1s;
|
||||
-webkit-animation: loginboxtop 1s;
|
||||
-o-animation: loginboxtop 1s;
|
||||
}
|
||||
|
||||
@keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes loginboxtop {
|
||||
from {
|
||||
margin-top: 0
|
||||
}
|
||||
to {
|
||||
margin-top: 20%
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/***login***/
|
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 2.7 MiB |
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 6.5 KiB |
@ -0,0 +1,65 @@
|
||||
<div class="modal-header">
|
||||
<h4>Surcharge Account Detail</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="box box-default">
|
||||
<div class="box-header">Credits</div>
|
||||
<div class="box-body">
|
||||
<div class="table-responsive col-sm-12">
|
||||
<table class="table table-bordered table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Create Time</th>
|
||||
<th>Amount</th>
|
||||
<th>Remark</th>
|
||||
<th>Operator</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="surcharge in surchargeDetailData|propsFilter:{type:'Credit'}:true">
|
||||
<td ng-bind="surcharge.create_time|date:'yyyy-MM-dd HH:mm:ss'"></td>
|
||||
<td ng-bind="surcharge.amount|currency:'AUD'"></td>
|
||||
<td ng-bind="surcharge.remark"></td>
|
||||
<td ng-bind="surcharge.operation"></td>
|
||||
</tr>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box box-default">
|
||||
<div class="box-header">Debits</div>
|
||||
<div class="box-body">
|
||||
<div class="table-responsive col-sm-12">
|
||||
<table class="table table-bordered table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Settle Date</th>
|
||||
<th>Amount</th>
|
||||
<th>Total Surcharge</th>
|
||||
<th>Tax Amount</th>
|
||||
<th>Remark</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="surcharge in surchargeDetailData|propsFilter:{type:'Debit'}:true">
|
||||
<td ng-bind="surcharge.settle_date|date:'yyyy-MM-dd'"></td>
|
||||
<td ng-bind="surcharge.amount|currency:'AUD'"></td>
|
||||
<td ng-bind="surcharge.total_surcharge|currency:'AUD'"></td>
|
||||
<td ng-bind="surcharge.tax_amount|currency:'AUD'"></td>
|
||||
<td ng-bind="surcharge.remark"></td>
|
||||
<td>
|
||||
<a ng-href="/sys/clean_logs/{{surcharge.client_id}}/settlement_logs/{{surcharge.clearing_detail_id}}/export"
|
||||
target="_blank" title="Download">
|
||||
<i class="fa fa-download"></i>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in new issue