liuzhen 5 vuotta sitten
vanhempi
commit
62ae418ea6
3 muutettua tiedostoa jossa 8 lisäystä ja 7 poistoa
  1. 6 6
      WeChat/content/AdminList.html
  2. 1 1
      WeChat/content/borrowDetail.html
  3. 1 0
      WeChat/login.html

+ 6 - 6
WeChat/content/AdminList.html

@@ -2,7 +2,7 @@
2 2
 <html>
3 3
 	<head>
4 4
 		<meta charset="utf-8">
5
-		<title>工单列表</title>
5
+		<title>公司列表</title>
6 6
 		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
7 7
 		<meta name="apple-mobile-web-app-capable" content="yes">
8 8
 		<meta name="apple-mobile-web-app-status-bar-style" content="black">
@@ -12,7 +12,7 @@
12 12
 		<style>
13 13
 			.tab_color{color: #2cc6a7 !important;}
14 14
 			#OA_task{
15
-				margin-top: 15px !important;
15
+				margin-top: 0px !important;
16 16
 			}
17 17
 			.cont-margin{
18 18
 				border-top: 1px solid #CCCCCC;
@@ -26,9 +26,9 @@
26 26
 			body{
27 27
 				background-color: #FFFFFF !important;
28 28
 			}
29
-			#pullrefresh{
29
+			/*#pullrefresh{
30 30
 				margin-top: 30px;
31
-			}
31
+			}*/
32 32
 			.mui-content{
33 33
 				background-color: #FFFFFF;
34 34
 			}
@@ -40,9 +40,9 @@
40 40
 	</head>
41 41
 	<body>
42 42
 		<!--页面主内容区开始-->
43
-		<div class="headerBorrow">
43
+		<!--<div class="headerBorrow">
44 44
 			管理员关联列表
45
-		</div>
45
+		</div>-->
46 46
 		<div class="mui-content mui-scroll-wrapper" id="pullrefresh">
47 47
 			<div class="mui-scroll">
48 48
 				<ul class="mui-table-view" id="OA_task">

+ 1 - 1
WeChat/content/borrowDetail.html

@@ -2,7 +2,7 @@
2 2
 <html>
3 3
 	<head>
4 4
 		<meta charset="UTF-8">
5
-		<title>工单详情</title>
5
+		<title>列表详情</title>
6 6
 		<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
7 7
 		<meta name="apple-mobile-web-app-capable" content="yes">
8 8
 		<meta name="apple-mobile-web-app-status-bar-style" content="black">

+ 1 - 0
WeChat/login.html

@@ -119,6 +119,7 @@
119 119
 				})
120 120
 			}
121 121
 			function gourl() {
122
+				debugger
122 123
 				switch(menucode) {
123 124
 					case "WYKP":
124 125
 						window.location.replace("content/AddInvoice.html");