miaofuhao 6 vuotta sitten
vanhempi
commit
fecfe7eb20

+ 23 - 1
WeChat/content/company.html

@@ -33,7 +33,7 @@
33 33
 							<div class="mui-text-left mui-pull-left">
34 34
 								<h4>
35 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 37
 								</h4>
38 38
 							</div>
39 39
 						</a>
@@ -48,6 +48,16 @@
48 48
 							</div>
49 49
 						</a>
50 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 61
 				</ul>
52 62
 				<!--<ul class="mui-table-view mui-grid-view mui-grid-9 frist_list" style="margin-bottom: 10px;">
53 63
 					<li class="mui-table-view-cell mui-media mui-col-xs-4 mui-col-sm-4 Managment ">
@@ -61,6 +71,13 @@
61 71
 				</ul>-->
62 72
 				<ul class="mui-table-view mui-table-view-chevron" style="margin-top: 50px;">
63 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 81
 						<a class="mui-navigate-right" id="quit">
65 82
 							<div class="mui-media-body">
66 83
 								<h5 class="text_h_3">退出登录</h5>
@@ -77,6 +94,7 @@
77 94
 	<script src="../Script/Common/huayi.http.js"></script>
78 95
 	<script src="js/company.js"></script>
79 96
 	<script>
97
+		var turn=1;
80 98
 		$("#quit").click(function() {
81 99
 			//点击图片后发送跳转到指定页面的事件。
82 100
 			var btnArray = ['否', '是'];
@@ -90,5 +108,9 @@
90 108
 			})
91 109
 
92 110
 		})
111
+		$(".invoiceList").click(function() {
112
+			//点击图片后发送跳转到指定页面的事件。
113
+			window.location.href = "invoiceList.html?turn="+turn;
114
+		})
93 115
 	</script>
94 116
 </html>

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

@@ -1,28 +1,35 @@
1
-.text_h_1{
1
+.text_h_1 {
2 2
 	margin-bottom: 15px;
3 3
 }
4
-.text_h_2{
4
+
5
+.text_h_2 {
5 6
 	margin-bottom: 10px;
6 7
 }
7
-.text_h_3{
8
+
9
+.text_h_3 {
8 10
 	color: #000000;
9 11
 }
10
-.img_1{
12
+
13
+.img_1 {
11 14
 	margin-top: 10px;
12 15
 }
13
-.text_s_1{
16
+
17
+.text_s_1 {
14 18
 	font-weight: bold;
15 19
 	color: #000000;
16 20
 }
17
-.text_p_1{
21
+
22
+.text_p_1 {
18 23
 	font-weight: bold;
19 24
 	margin-top: 15px;
20 25
 }
21
-.text_p_2{
26
+
27
+.text_p_2 {
22 28
 	font-size: 16px;
23
-	color:#1d8afa;
29
+	color: #1d8afa;
24 30
 }
25
-.text_posi{
31
+
32
+.text_posi {
26 33
 	position: absolute;
27 34
 	right: 5px;
28 35
 	top: 5px;
@@ -31,52 +38,66 @@
31 38
 	background: #ff3844;
32 39
 	color: #FFFFFF;
33 40
 }
34
-.Managment{
41
+
42
+.Managment {
35 43
 	position: relative;
36 44
 }
45
+
37 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 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 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 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 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 77
 	background: #FFFFFF;
63 78
 }
64
-.Managment a{
79
+
80
+.Managment a {
65 81
 	padding: 0 !important;
66 82
 }
67
-.frist_list{
83
+
84
+.frist_list {
68 85
 	margin-top: 10px !important;
69 86
 }
70
-.mui_card{
87
+
88
+.mui_card {
71 89
 	width: 100%;
72 90
 	margin: 0 auto;
73 91
 	border: 1px solid #eeeeee;
74 92
 }
75
-.mui_card p{
93
+
94
+.mui_card p {
76 95
 	text-align: center;
77 96
 }
78
-.mui_card span{
97
+
98
+.mui_card span {
79 99
 	display: block;
80 100
 	font-size: 12px;
81 101
 	margin-left: 5px;
82 102
 }
103
+

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

@@ -1,4 +1,35 @@
1 1
 .mui-h5{
2 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,7 +31,8 @@ body {
31 31
 	z-index: 333;
32 32
 	color: #000000;
33 33
 	/*color: #FFFFFF;*/
34
-	font-size: 17px;}
34
+	font-size: 17px;
35
+	}
35 36
 .mui-nav a{ 
36 37
 	position: absolute;
37 38
 	left: 15px;

+ 1 - 1
WeChat/content/invoiceDetail.html

@@ -15,7 +15,7 @@
15 15
 
16 16
 	<body>
17 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 20
 		</div>
21 21
 		<div class="mui-content" style="margin-top: 54px;">

+ 5 - 1
WeChat/content/invoiceList.html

@@ -12,7 +12,11 @@
12 12
 	</head>
13 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 20
 			<div class="mui-content">
17 21
 		    <ul id="OA_task" class="mui-table-view mui-table-view-striped mui-table-view-condensed">
18 22
 		        <!--<li class="mui-table-view-cell">

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

@@ -1,9 +1,14 @@
1 1
 mui.init({})
2 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 9
 Ajax();
4 10
 function Ajax() {
5 11
 	//$(".order").remove();
6
-
7 12
 	$.ajax({
8 13
 		url: huayi.config.callcenter_url + 'WxLogin/GetBillList',
9 14
 		data: {

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

@@ -29,8 +29,14 @@ function Ajax() {
29 29
 			
30 30
 			if (result.F_CycleStart) {
31 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 40
 			if (result.F_ChargeType==1) {
35 41
 				ChargeType="月度"
36 42
 			} else if(result.F_ChargeType==2){

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

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