miaofuhao %!s(int64=6) %!d(string=hace) años
padre
commit
fecfe7eb20

+ 23 - 1
WeChat/content/company.html

33
 							<div class="mui-text-left mui-pull-left">
33
 							<div class="mui-text-left mui-pull-left">
34
 								<h4>
34
 								<h4>
35
 									<span class="text_s_1">服务周期</span>
35
 									<span class="text_s_1">服务周期</span>
36
-									<span style="margin-left: 30px;" id="cycleTime">2018-2019</span>
36
+									<span style="margin-left: 30px;" id="cycleTime"></span>
37
 								</h4>
37
 								</h4>
38
 							</div>
38
 							</div>
39
 						</a>
39
 						</a>
48
 							</div>
48
 							</div>
49
 						</a>
49
 						</a>
50
 					</li>
50
 					</li>
51
+					<li class="mui-table-view-cell mui-media mui-col-xs-12 mui-col-sm-12 Managment">
52
+						<a>
53
+							<div class="mui-text-left mui-pull-left">
54
+								<h4>
55
+									<span class="text_s_1">代理费到期日期</span>
56
+									<span style="margin-left: 30px;" id="feeExpires"></span>
57
+								</h4>
58
+							</div>
59
+						</a>
60
+					</li>
51
 				</ul>
61
 				</ul>
52
 				<!--<ul class="mui-table-view mui-grid-view mui-grid-9 frist_list" style="margin-bottom: 10px;">
62
 				<!--<ul class="mui-table-view mui-grid-view mui-grid-9 frist_list" style="margin-bottom: 10px;">
53
 					<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-col-sm-4 Managment ">
63
 					<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-col-sm-4 Managment ">
61
 				</ul>-->
71
 				</ul>-->
62
 				<ul class="mui-table-view mui-table-view-chevron" style="margin-top: 50px;">
72
 				<ul class="mui-table-view mui-table-view-chevron" style="margin-top: 50px;">
63
 					<li class="mui-table-view-cell mui-media">
73
 					<li class="mui-table-view-cell mui-media">
74
+						<a class="mui-navigate-right invoiceList">
75
+							<div class="mui-media-body">
76
+								<h5 class="text_h_3">服务记录</h5>
77
+							</div>
78
+						</a>
79
+					</li>
80
+					<li class="mui-table-view-cell mui-media">
64
 						<a class="mui-navigate-right" id="quit">
81
 						<a class="mui-navigate-right" id="quit">
65
 							<div class="mui-media-body">
82
 							<div class="mui-media-body">
66
 								<h5 class="text_h_3">退出登录</h5>
83
 								<h5 class="text_h_3">退出登录</h5>
77
 	<script src="../Script/Common/huayi.http.js"></script>
94
 	<script src="../Script/Common/huayi.http.js"></script>
78
 	<script src="js/company.js"></script>
95
 	<script src="js/company.js"></script>
79
 	<script>
96
 	<script>
97
+		var turn=1;
80
 		$("#quit").click(function() {
98
 		$("#quit").click(function() {
81
 			//点击图片后发送跳转到指定页面的事件。
99
 			//点击图片后发送跳转到指定页面的事件。
82
 			var btnArray = ['否', '是'];
100
 			var btnArray = ['否', '是'];
90
 			})
108
 			})
91
 
109
 
92
 		})
110
 		})
111
+		$(".invoiceList").click(function() {
112
+			//点击图片后发送跳转到指定页面的事件。
113
+			window.location.href = "invoiceList.html?turn="+turn;
114
+		})
93
 	</script>
115
 	</script>
94
 </html>
116
 </html>

+ 50 - 29
WeChat/content/css/companyl.css

1
-.text_h_1{
1
+.text_h_1 {
2
 	margin-bottom: 15px;
2
 	margin-bottom: 15px;
3
 }
3
 }
4
-.text_h_2{
4
+
5
+.text_h_2 {
5
 	margin-bottom: 10px;
6
 	margin-bottom: 10px;
6
 }
7
 }
7
-.text_h_3{
8
+
9
+.text_h_3 {
8
 	color: #000000;
10
 	color: #000000;
9
 }
11
 }
10
-.img_1{
12
+
13
+.img_1 {
11
 	margin-top: 10px;
14
 	margin-top: 10px;
12
 }
15
 }
13
-.text_s_1{
16
+
17
+.text_s_1 {
14
 	font-weight: bold;
18
 	font-weight: bold;
15
 	color: #000000;
19
 	color: #000000;
16
 }
20
 }
17
-.text_p_1{
21
+
22
+.text_p_1 {
18
 	font-weight: bold;
23
 	font-weight: bold;
19
 	margin-top: 15px;
24
 	margin-top: 15px;
20
 }
25
 }
21
-.text_p_2{
26
+
27
+.text_p_2 {
22
 	font-size: 16px;
28
 	font-size: 16px;
23
-	color:#1d8afa;
29
+	color: #1d8afa;
24
 }
30
 }
25
-.text_posi{
31
+
32
+.text_posi {
26
 	position: absolute;
33
 	position: absolute;
27
 	right: 5px;
34
 	right: 5px;
28
 	top: 5px;
35
 	top: 5px;
31
 	background: #ff3844;
38
 	background: #ff3844;
32
 	color: #FFFFFF;
39
 	color: #FFFFFF;
33
 }
40
 }
34
-.Managment{
41
+
42
+.Managment {
35
 	position: relative;
43
 	position: relative;
36
 }
44
 }
45
+
37
 .mui-icon {
46
 .mui-icon {
38
-    font-size: 20px!important;
39
-    vertical-align: sub;
47
+	font-size: 20px!important;
48
+	vertical-align: sub;
40
 }
49
 }
50
+
41
 .Left-icon {
51
 .Left-icon {
42
-    width: 20%;
43
-    line-height: 40px;
44
-    margin-right: 3px;
52
+	width: 20%;
53
+	line-height: 40px;
54
+	margin-right: 3px;
45
 }
55
 }
56
+
46
 .mui-pull-left h4 {
57
 .mui-pull-left h4 {
47
-    font-size: 13px;
48
-    margin-bottom: 8px;
58
+	font-size: 13px;
59
+	margin-bottom: 8px;
49
 }
60
 }
61
+
50
 .mui-pull-left h5 {
62
 .mui-pull-left h5 {
51
-    font-size: 12px;
63
+	font-size: 12px;
52
 }
64
 }
53
-.mui-media-body{
65
+
66
+.mui-media-body {
54
 	font-size: 22px;
67
 	font-size: 22px;
55
 }
68
 }
56
-.mui-table-view .mui-media-object{
57
-    line-height: 42px;
58
-    max-width: 100px;
59
-    height: 60px;
69
+
70
+.mui-table-view .mui-media-object {
71
+	line-height: 42px;
72
+	max-width: 100px;
73
+	height: 60px;
60
 }
74
 }
61
-.mui-grid-view.mui-grid-9{
75
+
76
+.mui-grid-view.mui-grid-9 {
62
 	background: #FFFFFF;
77
 	background: #FFFFFF;
63
 }
78
 }
64
-.Managment a{
79
+
80
+.Managment a {
65
 	padding: 0 !important;
81
 	padding: 0 !important;
66
 }
82
 }
67
-.frist_list{
83
+
84
+.frist_list {
68
 	margin-top: 10px !important;
85
 	margin-top: 10px !important;
69
 }
86
 }
70
-.mui_card{
87
+
88
+.mui_card {
71
 	width: 100%;
89
 	width: 100%;
72
 	margin: 0 auto;
90
 	margin: 0 auto;
73
 	border: 1px solid #eeeeee;
91
 	border: 1px solid #eeeeee;
74
 }
92
 }
75
-.mui_card p{
93
+
94
+.mui_card p {
76
 	text-align: center;
95
 	text-align: center;
77
 }
96
 }
78
-.mui_card span{
97
+
98
+.mui_card span {
79
 	display: block;
99
 	display: block;
80
 	font-size: 12px;
100
 	font-size: 12px;
81
 	margin-left: 5px;
101
 	margin-left: 5px;
82
 }
102
 }
103
+

+ 31 - 0
WeChat/content/css/serve.css

1
 .mui-h5{
1
 .mui-h5{
2
 	font-size: 14px !important;
2
 	font-size: 14px !important;
3
 }
3
 }
4
+.mui-nav {
5
+	position: fixed;
6
+	width: 100%;
7
+	top: 0px;
8
+	height: 44px;
9
+	line-height: 44px;
10
+	text-align: center;
11
+	/*background: #22c9a8;*/
12
+	background: #FFFFFF;
13
+	z-index: 333;
14
+	color: #000000;
15
+	/*color: #FFFFFF;*/
16
+	font-size: 17px;
17
+	display: none;
18
+}
19
+
20
+.mui-nav a {
21
+	position: absolute;
22
+	left: 15px;
23
+	line-height: 44px;
24
+	color: #000000;
25
+}
4
 
26
 
27
+.mui-nav span {
28
+	position: absolute;
29
+	right: 15px;
30
+	line-height: 44px;
31
+	font-size: 13px;
32
+}
33
+.cont-margin{
34
+	margin-top: 54px;
35
+}

+ 2 - 1
WeChat/content/css/serveDetail.css

31
 	z-index: 333;
31
 	z-index: 333;
32
 	color: #000000;
32
 	color: #000000;
33
 	/*color: #FFFFFF;*/
33
 	/*color: #FFFFFF;*/
34
-	font-size: 17px;}
34
+	font-size: 17px;
35
+	}
35
 .mui-nav a{ 
36
 .mui-nav a{ 
36
 	position: absolute;
37
 	position: absolute;
37
 	left: 15px;
38
 	left: 15px;

+ 1 - 1
WeChat/content/invoiceDetail.html

15
 
15
 
16
 	<body>
16
 	<body>
17
 		<div class="mui-nav">
17
 		<div class="mui-nav">
18
-			<a class="mui-icon mui-icon-arrowleft" href="client_index.html"></a>
18
+			<a class="mui-icon mui-icon-arrowleft" href="invoiceList.html"></a>
19
 			服务记录详情
19
 			服务记录详情
20
 		</div>
20
 		</div>
21
 		<div class="mui-content" style="margin-top: 54px;">
21
 		<div class="mui-content" style="margin-top: 54px;">

+ 5 - 1
WeChat/content/invoiceList.html

12
 	</head>
12
 	</head>
13
 	<body>
13
 	<body>
14
 		<!--页面主内容区开始-->
14
 		<!--页面主内容区开始-->
15
-		<div class="mui-content">
15
+		<div class="mui-nav">
16
+			<a class="mui-icon mui-icon-arrowleft" href="company.html"></a>
17
+			服务记录
18
+		</div>
19
+		<div class="mui-content cont-margin">
16
 			<div class="mui-content">
20
 			<div class="mui-content">
17
 		    <ul id="OA_task" class="mui-table-view mui-table-view-striped mui-table-view-condensed">
21
 		    <ul id="OA_task" class="mui-table-view mui-table-view-striped mui-table-view-condensed">
18
 		        <!--<li class="mui-table-view-cell">
22
 		        <!--<li class="mui-table-view-cell">

+ 6 - 1
WeChat/content/js/InvoiceList.js

1
 mui.init({})
1
 mui.init({})
2
 var openid = helper.cookies.get("openid");
2
 var openid = helper.cookies.get("openid");
3
+var turn = helper.request.queryString("turn");
4
+if (turn) {
5
+	$(".mui-nav").show();
6
+}else{
7
+	$(".cont-margin").css("margin-top","0px");
8
+}
3
 Ajax();
9
 Ajax();
4
 function Ajax() {
10
 function Ajax() {
5
 	//$(".order").remove();
11
 	//$(".order").remove();
6
-
7
 	$.ajax({
12
 	$.ajax({
8
 		url: huayi.config.callcenter_url + 'WxLogin/GetBillList',
13
 		url: huayi.config.callcenter_url + 'WxLogin/GetBillList',
9
 		data: {
14
 		data: {

+ 7 - 1
WeChat/content/js/company.js

29
 			
29
 			
30
 			if (result.F_CycleStart) {
30
 			if (result.F_CycleStart) {
31
 				$("#cycleTime").text(result.F_CycleStart+"-"+result.F_CycleEnd); //服务周期
31
 				$("#cycleTime").text(result.F_CycleStart+"-"+result.F_CycleEnd); //服务周期
32
+			}else{
33
+				$("#cycleTime").text("暂无"); //代理费到期日期
34
+			}
35
+			if (result.F_FeeExpires) {
36
+				$("#feeExpires").text(result.F_FeeExpires); //代理费到期日期
37
+			}else{
38
+				$("#feeExpires").text("暂无"); //代理费到期日期
32
 			}
39
 			}
33
-			
34
 			if (result.F_ChargeType==1) {
40
 			if (result.F_ChargeType==1) {
35
 				ChargeType="月度"
41
 				ChargeType="月度"
36
 			} else if(result.F_ChargeType==2){
42
 			} else if(result.F_ChargeType==2){

+ 0 - 1
WeChat/content/js/orderDetail.js

2
 var id = helper.request.queryString("id");
2
 var id = helper.request.queryString("id");
3
 var openid = helper.cookies.get("openid");
3
 var openid = helper.cookies.get("openid");
4
 function formatterDealDetail(val, row) {
4
 function formatterDealDetail(val, row) {
5
-	
6
 	return str;
5
 	return str;
7
 }
6
 }
8
 
7