first commit
Šī revīzija ir iekļauta:
@@ -0,0 +1,812 @@
|
||||
|
||||
${zhiqim_manager_content()}
|
||||
<style>
|
||||
.clear:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
|
||||
.clear{zoom:1;}
|
||||
.leftDiv {
|
||||
|
||||
}
|
||||
|
||||
.card {
|
||||
margin: 16px 2% 0 0; float:left;
|
||||
width: 22%;
|
||||
height: 100px;
|
||||
border-radius: 2px;
|
||||
background-color: #fff;
|
||||
border:1px solid #e6e9f0;
|
||||
}
|
||||
|
||||
.cardHeard {
|
||||
display: flex;
|
||||
position: relative;
|
||||
line-height: 44px;
|
||||
margin: 0 24px;
|
||||
border-bottom: 1px solid #f3f2f7;
|
||||
color: #484848;
|
||||
border-radius: 2px 2px 0 0;
|
||||
font-size: 14px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.cardHeard img {
|
||||
width: 20px; margin:0 7px 0 0 ;
|
||||
}
|
||||
|
||||
.cardContent {
|
||||
margin-top: 4px;
|
||||
position: relative;
|
||||
padding: 14px 24px 10px 0;
|
||||
line-height: 24px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex: 1;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.cardContent img {
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.cardContent span {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
color: #838b9e;
|
||||
}
|
||||
|
||||
.cardContent table {
|
||||
width: 100%;
|
||||
color: #666;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.cardContent table tbody{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cardContent table tr{
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #e6e6e6;
|
||||
}
|
||||
|
||||
.cardContent table tr td:nth-child(1) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.cardContent table tr td:last-child {
|
||||
padding: 0;
|
||||
padding-left: 45px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.cardContent table tr td:nth-child(1) img {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
.cardContent table tr td:last-child img {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.cardContent table th, .cardContent table td{
|
||||
position: relative;
|
||||
padding: 9px 15px;
|
||||
min-height: 20px;
|
||||
line-height: 20px;
|
||||
font-size: 14px;
|
||||
border-width: 0 0 1px;
|
||||
border-style: solid;
|
||||
border-color: #e6e6e6;
|
||||
display: table-cell;
|
||||
vertical-align: inherit;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.cardFooter {
|
||||
line-height: 25px;
|
||||
text-align: right;
|
||||
bottom: 5px;
|
||||
right: 15px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.cardFooter a {
|
||||
width: 20px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.cardFooter .footerActivate {
|
||||
color: #1296db;
|
||||
}
|
||||
|
||||
.leftDiv .card {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.rightDiv {
|
||||
|
||||
}
|
||||
|
||||
.noticeDiv {
|
||||
width: 770px;
|
||||
height: 490px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
#noticeTitle {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#releaseTime {
|
||||
text-align: center;
|
||||
color: #949494;
|
||||
}
|
||||
|
||||
#noticeContent {
|
||||
width:100%; padding:0 0 0 24px;
|
||||
font-size: 17px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#OrderBacklogContent {
|
||||
width:100%; padding:0 0 0 24px;
|
||||
font-size: 17px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.levelTitle {
|
||||
background-color: #fff; height:120px; box-sizing: border-box;
|
||||
padding: 26px 10px 10px 76px;
|
||||
}
|
||||
|
||||
.levelTitle > div {
|
||||
display: inline-table;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.levelTitle > div:nth-child(1){
|
||||
width: 33%;
|
||||
border-right: 1px #e6e9ee solid;
|
||||
}
|
||||
|
||||
.levelTitle > div:nth-child(2){
|
||||
width: 21%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.levelTitle > div:nth-child(3){
|
||||
width: 21%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.levelTitle > div:nth-child(4){
|
||||
width: 21%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.levelTitle > div:not(.levelDiv) div{
|
||||
font-size: 20px;
|
||||
line-height: 40px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.levelDiv {
|
||||
min-height: 65px;
|
||||
}
|
||||
|
||||
.levelDiv div {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.levelDiv div a{
|
||||
margin-left: 35px;
|
||||
color: #20a1fd;
|
||||
}
|
||||
|
||||
.virtualAccount{
|
||||
background-color: #fff;
|
||||
overflow:hidden;
|
||||
height: 290px;
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
.virtualAccountSumMoney{
|
||||
font-size: 24px;
|
||||
margin:0 0 10px 0;
|
||||
font-weight: 700;
|
||||
color: #3e4454;
|
||||
cursor:pointer;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.virtualAccountUsableMoney{
|
||||
font-size: 23px;
|
||||
font-weight: 700;
|
||||
color: #1182fa;
|
||||
cursor:pointer;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.virtualAccountFreezeMoney{
|
||||
font-size: 23px;
|
||||
font-weight: 700;
|
||||
cursor:pointer;
|
||||
display:inline-block;
|
||||
color:#1dd0bd;
|
||||
}
|
||||
|
||||
.virtualAccountTitle{
|
||||
color:#838a9c;
|
||||
padding: 12px 0px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.virtualAccountTitle img{ width:20px;}
|
||||
|
||||
.aLen{width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; float: left; margin:0 20px 0 0;}
|
||||
.aLen:hover{ color:#1182fa;}
|
||||
.level-item{ font-size:14px!important; color:#84899c;}
|
||||
.level-item div{ padding:10px 0 0 0;}
|
||||
#currentMonthIndex{ color:#00a4e8; font-size:24px;}
|
||||
.current-integral{ color:#a5a9b5; padding:10px 0 0 0;}
|
||||
#designerScore{ color:#f4ba4c;}
|
||||
.notice-list{ line-height:44px;}
|
||||
.notice-list img{ float:left; margin:14px 10px 0 0;}
|
||||
.aLen-item{ color:#999;}
|
||||
.virtual-title{ padding:16px 8px 10px 24px;}
|
||||
.order-num{ background:#fff; margin:16px 0 0 0; padding:16px 0 24px 24px;}
|
||||
.order-title{ font-size:18px;}
|
||||
.card-num{ font-size:28px !important; color:#1082fc !important; padding:0 10px; line-height:14px;}
|
||||
.virtualUser{ background:#fff; margin:16px 0 0 18px; padding:16px 0 0 0; box-sizing: border-box; height:206px;}
|
||||
.performance{ float:right; font-size:14px; padding:0 20px 0 0; }
|
||||
.performance a{ color:#1082fc; font-weight: bold; text-decoration: underline}
|
||||
.price-item{ width:33.33%; float:left; margin:40px 0 36px 0; text-align: center;}
|
||||
.income{ width:80px; border:1px solid #dee2ee; cursor: pointer; margin:0 auto; padding:6px 10px; border-radius:4px; color:#838a9c; font-size:14px; }
|
||||
#currentMonthEndPercentage{ padding:0 6px 0 0; font-size:24px;}
|
||||
#currentMonthOrderRefundPercentage{ padding:0 6px 0 0; font-size:24px;}
|
||||
.current-grade{ height:34px;}
|
||||
.annotation{ position: absolute; top:16px; right:0;}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
//查询设计师积分等级数据
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("getDesignerInfo");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
if(responseText != "{}"){
|
||||
Z("#designerLever").text(data.lever);
|
||||
Z("#designerScore").text(data.score);
|
||||
if(data.index){
|
||||
Z("#currentMonthIndex").text(data.index);
|
||||
}else {
|
||||
Z("#currentMonthIndex").text("-");
|
||||
}
|
||||
} else {
|
||||
Z("#designerLever").text("-");
|
||||
Z("#designerScore").text("-");
|
||||
Z("#currentMonthIndex").text("-");
|
||||
Z("#designerScore").next().remove();
|
||||
}
|
||||
});
|
||||
ajax.execute();
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<script>
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("getTodayOrderInfo");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
Z("#todayOrderNumber").text(data[0]);
|
||||
Z("#todayOrderEndNumber").text(data[1]);
|
||||
Z("#todayOrderRefundNumber").text(data[2]);
|
||||
});
|
||||
ajax.execute();
|
||||
</script>
|
||||
<script>
|
||||
//查询本月订单数据
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("getCurrentMonthOrderInfo");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
Z("#currentMonthOrderNumber").text(data[0]);
|
||||
Z("#currentMonthOrderEndNumber").text(data[1]);
|
||||
Z("#currentMonthOrderRefundNumber").text(data[2]);
|
||||
|
||||
var currentMonthEnd = data[1] == 0 ? 0 : data[1]/data[0];
|
||||
var num = new Number(currentMonthEnd * 100);
|
||||
currentMonthEnd = num.toFixed(2)
|
||||
var currentMonthOrderRefund = data[2] == 0 ? 0 : data[2]/data[0];
|
||||
var num1 = new Number(currentMonthOrderRefund * 100);
|
||||
currentMonthOrderRefund = num1.toFixed(2)
|
||||
Z("#currentMonthEndPercentage").text(currentMonthEnd + "%");
|
||||
Z("#currentMonthOrderRefundPercentage").text(currentMonthOrderRefund + "%");
|
||||
if(currentMonthEnd < 93){
|
||||
Z("#currentMonthEndPercentage").css("color","red");
|
||||
} else {
|
||||
Z("#currentMonthEndPercentage").css("color","#13ce65");
|
||||
}
|
||||
if(currentMonthOrderRefund > 6){
|
||||
Z("#currentMonthOrderRefundPercentage").css("color","red");
|
||||
} else {
|
||||
Z("#currentMonthOrderRefundPercentage").css("color","#13ce65");
|
||||
}
|
||||
|
||||
var ajax2 = new Z.Ajax();
|
||||
ajax2.setClassName("ConsolePresenter");
|
||||
ajax2.setMethodName("getLastMonthOrderInfo");
|
||||
ajax2.setFailureAlert();
|
||||
ajax2.setSuccess(function(responseText){
|
||||
var data2 = eval('('+responseText+')');
|
||||
var lastMonthEnd = data2[1] == 0 ? 0 : data2[1]/data2[0];
|
||||
var lastMonthOrderRefund = data2[2] == 0 ? 0 : data2[2]/data2[0];
|
||||
var num2 = new Number(lastMonthEnd * 100);
|
||||
lastMonthEnd = num2.toFixed(2)
|
||||
var num3 = new Number(lastMonthOrderRefund * 100);
|
||||
lastMonthOrderRefund = num3.toFixed(2)
|
||||
if(currentMonthEnd > lastMonthEnd){
|
||||
Z("#currentMonthEndPercentage").next().text("↑").css("color","#13ce65");
|
||||
} else if(currentMonthEnd < lastMonthEnd){
|
||||
Z("#currentMonthEndPercentage").next().text("↓").css("color","red");
|
||||
}
|
||||
|
||||
if(currentMonthOrderRefund > lastMonthOrderRefund){
|
||||
Z("#currentMonthOrderRefundPercentage").next().text("↑").css("color","red");
|
||||
} else if(currentMonthOrderRefund < lastMonthOrderRefund){
|
||||
Z("#currentMonthOrderRefundPercentage").next().text("↓").css("color","#13ce65");
|
||||
}
|
||||
|
||||
});
|
||||
ajax2.execute();
|
||||
|
||||
});
|
||||
ajax.execute();
|
||||
</script>
|
||||
<script>
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("getLastMonthOrderInfo");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
Z("#lastMonthOrderNumber").text(data[0]);
|
||||
Z("#lastMonthOrderEndNumber").text(data[1]);
|
||||
Z("#lastMonthOrderRefundNumber").text(data[2]);
|
||||
});
|
||||
ajax.execute();
|
||||
</script>
|
||||
|
||||
<script>
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("getUndoneOrderInfo");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
Z("#undoneOrder").text("(总计"+data[0]+"单)");
|
||||
Z("#undoneOrder24").text(data[1]);
|
||||
Z("#undoneOrder24-48").text(data[2]);
|
||||
Z("#undoneOrder48").text(data[3]);
|
||||
Z("#undoneOrder50").text(data[4]);
|
||||
});
|
||||
ajax.execute();
|
||||
</script>
|
||||
<script>
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("doQueryIsShowCost");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
if(responseText != "{}"){
|
||||
if(data.isShowCost == 0){
|
||||
$("#virtualUser").hide();
|
||||
}
|
||||
}
|
||||
});
|
||||
ajax.execute();
|
||||
</script>
|
||||
<script>
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("getDesginMoney");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
Z("#todayMoney").text(data[0]);
|
||||
Z("#currentMoney").text(data[1]);
|
||||
Z("#lastMonthMoney").text(data[2]);
|
||||
});
|
||||
ajax.execute();
|
||||
</script>
|
||||
<script>
|
||||
//积分详情
|
||||
function showRecordDetail()
|
||||
{
|
||||
var dialog = new Z.Dialog();
|
||||
dialog.title = "积分详情";
|
||||
dialog.url = "/scoreDesignerRecordDetail.htm?operatorCode=#{request.getSessionName()}";
|
||||
dialog.width = 1000;
|
||||
dialog.height = 630;
|
||||
dialog.execute();
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
//账户中心
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("doQueryVirtualAccountSumMoney");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
if(responseText != "{}"){
|
||||
Z(".virtualAccountSumMoney").text(data.sumMoney);
|
||||
Z(".virtualAccountFreezeMoney").text(data.freezeMoney);
|
||||
Z(".virtualAccountUsableMoney").text(data.usableMoney);
|
||||
} else {
|
||||
Z(".virtualAccountSumMoney").text("0");
|
||||
Z(".virtualAccountFreezeMoney").text("0");
|
||||
Z(".virtualAccountUsableMoney").text("0");
|
||||
}
|
||||
});
|
||||
ajax.execute();
|
||||
|
||||
function doQueryVirtualAccountSumMoney(){
|
||||
window.location.href="/virtualAccountTransactionDetails.htm?status=0";
|
||||
}
|
||||
|
||||
function doQueryVirtualAccountFreezeMoney(){
|
||||
window.location.href="/virtualAccountTransactionDetails.htm?status=4";
|
||||
}
|
||||
|
||||
function doQueryVirtualAccountUsableMoney(){
|
||||
window.location.href="/virtualAccountTransactionDetails.htm?status=999";
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
//公告
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("doNoticeQuery");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
var htm="";
|
||||
Z.each(data,function(item,i){
|
||||
htm+='<div class="notice-list"><img src="/zinc/images/notice.png" /><a class="aLen" title='+item.title+' href="javascript:doClickOne('+item.id+');">'+item.title+'</a> ';
|
||||
htm+=' <span class="aLen-item">'+timestampToTime(item.finshTime)+'</span></div>';
|
||||
})
|
||||
Z("#noticeContent").html(htm)
|
||||
});
|
||||
ajax.execute();
|
||||
|
||||
|
||||
|
||||
var ajax = new Z.Ajax();
|
||||
ajax.setClassName("ConsolePresenter");
|
||||
ajax.setMethodName("doNoticeBacklog");
|
||||
ajax.setFailureAlert();
|
||||
ajax.setSuccess(function(responseText){
|
||||
var data = eval('('+responseText+')');
|
||||
var htm="";
|
||||
Z.each(data,function(item,i){
|
||||
htm+='<div class="notice-list"><img src="/zinc/images/notice.png" /><a class="aLen" title='+item.messageBody+' href="javascript:doClickOnes('+item.designId+','+item.messageType+');">'+item.messageBody+'</a> ';
|
||||
htm+=' <span class="aLen-item">'+timestampToTime(item.createTime)+'</span></div>';
|
||||
})
|
||||
Z("#OrderBacklogContent").html(htm)
|
||||
});
|
||||
ajax.execute();
|
||||
|
||||
|
||||
function timestampToTime(timestamp) {
|
||||
var date = new Date(timestamp);//时间戳为10位需*1000,时间戳为13位的话不需乘1000
|
||||
Y = date.getFullYear() + '-';
|
||||
M = (date.getMonth()+1 < 10 ? '0'+(date.getMonth()+1) : date.getMonth()+1) + '-';
|
||||
D = (date.getDate()< 10 ? '0'+(date.getDate()) : date.getDate()) + ' ';
|
||||
h = (date.getHours()< 10 ? '0'+(date.getHours()) : date.getHours()) + ':';
|
||||
m = (date.getMinutes() < 10 ? '0'+(date.getMinutes()) : date.getMinutes()) + ':';
|
||||
s = (date.getSeconds() < 10 ? '0'+(date.getSeconds()) : date.getSeconds());
|
||||
return Y+M+D+h+m+s;
|
||||
}
|
||||
function doClickOne(id){
|
||||
var dialog = new Z.Dialog();
|
||||
dialog.title = "公告详情";
|
||||
dialog.url = "/noticeInfo.htm?id="+id;
|
||||
dialog.width = 1000;
|
||||
dialog.height = 746;
|
||||
dialog.titleBgColor="white"
|
||||
dialog.execute();
|
||||
}
|
||||
|
||||
function doClickOnes(id,MessageType){
|
||||
|
||||
if(MessageType == 1){
|
||||
open("/allOrderDetail.htm?designId="+id+'&data=copy,userText,userNotice,CustomFile,DesginFile,EndFile,WorkFile,FristThumFile,TbzFile&addRule=CustomFile&delRule=CustomFile');
|
||||
}else{
|
||||
alert("该待办已办结");
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
<div style="display: flex;justify-content: center;">
|
||||
|
||||
<div style="width: 66%;">
|
||||
<div class="levelTitle">
|
||||
<div class="levelDiv">
|
||||
<div class="current-grade">当前等级  <span id="designerLever"></span></div>
|
||||
<div class="current-integral">当前积分  <span id="designerScore"></span><a onclick="showRecordDetail()">积分明细</a></div>
|
||||
</div>
|
||||
<div class="level-item">当前平台排名<div id="currentMonthIndex"></div></div>
|
||||
<div class="level-item">本月定稿率<div><span id="currentMonthEndPercentage"></span><span></span></div></div>
|
||||
<div class="level-item">本月退款率<div><span id="currentMonthOrderRefundPercentage"></span><span></span></div></div>
|
||||
</div>
|
||||
<div class="order-num">
|
||||
<div class='order-title'>订单概述</div>
|
||||
<div class="leftDiv clear">
|
||||
<div class="card" id="todayOrder">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon.png" />
|
||||
今日接单量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>今日接单数量</span>
|
||||
<span class="card-num" id="todayOrderNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="todayOrderEnd">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon2.png" />
|
||||
今日定稿量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>今日定稿数量</span>
|
||||
<span class="card-num" id="todayOrderEndNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="todayOrderRefund">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon3.png" />
|
||||
今日退款量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>今日退款数量</span>
|
||||
<span class="card-num" id="todayOrderRefundNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="todayOrderRefund">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon3.png" />
|
||||
今日总金额
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>今日总金额</span>
|
||||
<span class="card-num" id="todayMoney"></span>
|
||||
<span>¥</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="currentMonthOrder">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon.png" />
|
||||
本月接单量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>本月接单数量</span>
|
||||
<span class="card-num" id="currentMonthOrderNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="todayOrderEnd">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon2.png" />
|
||||
本月定稿量
|
||||
<span style="height:30px" class="z-pointer" data-role="z-tooltip" data-options="placement:top;align:left;width:350px;" data-text="只统计本月接单定稿量;<br/>若是上月接的单,本月定稿的情况,此单将不会统计到本月定稿量"><img class="annotation" src="/zinc/images/annotation.png" /></div>
|
||||
<div class="cardContent">
|
||||
<span>本月定稿数量</span>
|
||||
<span class="card-num" id="currentMonthOrderEndNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="currentMonthOrderRefund">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon3.png" />
|
||||
本月退款量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>本月退款数量</span>
|
||||
<span class="card-num" id="currentMonthOrderRefundNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="currentMonthOrderRefund">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon3.png" />
|
||||
本月总金额
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>本月总金额</span>
|
||||
<span class="card-num" id="currentMoney"></span>
|
||||
<span>¥</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="lastMonthOrder">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon.png" />
|
||||
上月接单量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>上月接单数量</span>
|
||||
<span class="card-num" id="lastMonthOrderNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="lastMonthOrderEnd">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon2.png" />
|
||||
上月定稿量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>上月定稿数量</span>
|
||||
<span class="card-num" id="lastMonthOrderEndNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="lastMonthOrderRefund">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon3.png" />
|
||||
上月退款量
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>上月退款数量</span>
|
||||
<span class="card-num" id="lastMonthOrderRefundNumber"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card" id="lastMonthOrderRefund">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon3.png" />
|
||||
上月总金额
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>上月总金额</span>
|
||||
<span class="card-num" id="lastMonthMoney"></span>
|
||||
<span>¥</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="order-num">
|
||||
<div class="order-title">未完成订单<span id="undoneOrder" style="color: #bd0000;font-size: 10px; margin:0 0 0 6px;"></span></div>
|
||||
<div class="leftDiv clear">
|
||||
<div class="card">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon4.png" />
|
||||
24小时内未完成
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>未完成订单数</span>
|
||||
<span class="card-num" id="undoneOrder24"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon4.png" />
|
||||
24-48小时未完成
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>未完成订单数</span>
|
||||
<span class="card-num" id="undoneOrder24-48"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon4.png" />
|
||||
48小时以上未完成
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>未完成订单数</span>
|
||||
<span class="card-num" id="undoneOrder48"></span>
|
||||
<span>单</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="cardHeard"><img src="/zinc/images/order-icon4.png" />
|
||||
即将到手金额
|
||||
</div>
|
||||
<div class="cardContent">
|
||||
<span>未完成订单金额</span>
|
||||
<span class="card-num" id="undoneOrder50"></span>
|
||||
<span>¥</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="undoneOrder"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:block;height:320px; width:34%">
|
||||
<div class="virtualAccount">
|
||||
<div class="virtual-title">
|
||||
<div style="display: inline-block;font-size: 18px;">最新公告栏 </div>
|
||||
<span style="float: right;color: #949494;cursor: pointer;" onclick="Z.L.href('${context.getRootPath("/noticeHistory.htm")}');">
|
||||
历史公告
|
||||
<img src="../ztmpl/zhiqim_manager/announcement-horn.gif" style="width: 40px; margin-top: -5px;">
|
||||
</span>
|
||||
</div>
|
||||
<div id="noticeContent" style="line-height:35px"></div>
|
||||
</div>
|
||||
<div style ="background-color: #fff;
|
||||
overflow: hidden;
|
||||
height: 424px;
|
||||
margin-left: 18px;
|
||||
margin-top: 30px;">
|
||||
<div class="virtual-title">
|
||||
<div style="display: inline-block;font-size: 18px;">待办事项 </div>
|
||||
<span style="float: right;color: #949494;cursor: pointer;" onclick="Z.L.href('${context.getRootPath("/orderBack.htm")}');">
|
||||
其他待办
|
||||
<img src="../zinc/images/message_icon.png" style="width: 40px; margin-top: -5px;">
|
||||
</span>
|
||||
</div>
|
||||
<div id="OrderBacklogContent" style="line-height:35px"></div>
|
||||
</div>
|
||||
|
||||
<div class="virtualUser" id="virtualUser">
|
||||
<div class="order-title" style="padding:0 0 0 24px;">账户中心
|
||||
<div class="performance"></div>
|
||||
</div>
|
||||
<div class="clear">
|
||||
<div class="price-item">
|
||||
<p class="virtualAccountTitle">余额(元)</p>
|
||||
<div class="virtual-box">
|
||||
<div class="virtualAccountSumMoney" onclick="doQueryVirtualAccountSumMoney();" title="点击查看详情"></div>
|
||||
<div class="income" onclick="doQueryVirtualAccountSumMoney();">收支明细</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="price-item">
|
||||
<p class="virtualAccountTitle">待结算金额(元)
|
||||
<span data-role="z-tooltip" data-options="placement:top;align:left;width:200px;" data-text="待结算金额为本月订单完成绩效;<br/>下月初自动结算为已结算金额"><img src="/zinc/images/annotation.png" />
|
||||
</p>
|
||||
<div class="virtualAccountFreezeMoney" onclick="doQueryVirtualAccountFreezeMoney();" title="点击查看详情"></div>
|
||||
</div>
|
||||
<div class="price-item">
|
||||
<p class="virtualAccountTitle">已结算金额(元)</p>
|
||||
<div class="virtual-box">
|
||||
<div class="virtualAccountUsableMoney" onclick="doQueryVirtualAccountUsableMoney();" title="点击查看详情"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
let info = `${sessionUser.getOperator()}`;
|
||||
if(!!info && info != ''){
|
||||
info = JSON.parse(info);
|
||||
}
|
||||
|
||||
if(info.operatorRole == '2112411071001'){
|
||||
let dialog = new Z.Dialog();
|
||||
dialog.title = "提示";
|
||||
dialog.text = "<div style='height:100%;align-items: center;justify-content: center;display:flex'><span style='font-size: 26px;color: red;'>完成个人信息后提交账号审核</span></div>";
|
||||
dialog.width = 500;
|
||||
dialog.height = 300;
|
||||
dialog.titleBgColor="white";
|
||||
dialog.fixed = true;
|
||||
|
||||
console.log(dialog)
|
||||
// 重写弹窗关闭方法
|
||||
let closeFun = dialog.close;
|
||||
dialog.close = closeCall;
|
||||
function closeCall (){
|
||||
closeFun.call(dialog);
|
||||
window.location.href="/manager/profile.htm";
|
||||
}
|
||||
dialog.execute();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
${zhiqim_manager_content_end()}
|
||||
Atsaukties uz šo jaunā problēmā
Block a user