|
|
@@ -33,6 +33,7 @@
|
|
33
|
33
|
}
|
|
34
|
34
|
|
|
35
|
35
|
.go_search {
|
|
|
36
|
+ width: 100%;
|
|
36
|
37
|
background: #fff!important;
|
|
37
|
38
|
border: 1px solid #ccc!important;
|
|
38
|
39
|
border-radius: 17px!important;
|
|
|
@@ -69,11 +70,6 @@
|
|
69
|
70
|
.time {
|
|
70
|
71
|
margin-left: 15px;
|
|
71
|
72
|
}
|
|
72
|
|
-
|
|
73
|
|
- .mui-search {
|
|
74
|
|
- width: 70%;
|
|
75
|
|
- }
|
|
76
|
|
-
|
|
77
|
73
|
.mui-search.mui-active:before {
|
|
78
|
74
|
top: 24px!important;
|
|
79
|
75
|
}
|
|
|
@@ -90,9 +86,9 @@
|
|
90
|
86
|
<ul class="mui-table-view mui-table-view-striped mui-table-view-condensed" id="order_list">
|
|
91
|
87
|
<li class="mui-table-view-cell">
|
|
92
|
88
|
<div class="mui-input-row mui-search">
|
|
93
|
|
- <input type="search" class="mui-input-clear go_search" value="请输入关键字" style="margin-bottom: 0;">
|
|
|
89
|
+ <input type="search" class="mui-input-clear go_search" placeholder="请输入关键字" style="margin-bottom: 0;">
|
|
94
|
90
|
</div>
|
|
95
|
|
- <div class="mui-btn mui-btn-primary turnGo">高级查询</div>
|
|
|
91
|
+ <!--<div class="mui-btn mui-btn-primary turnGo">高级查询</div>-->
|
|
96
|
92
|
</li>
|
|
97
|
93
|
|
|
98
|
94
|
<!--<li class="mui-table-view-cell">
|
|
|
@@ -122,7 +118,7 @@
|
|
122
|
118
|
<script src="../js/huayi.config.js"></script>
|
|
123
|
119
|
<script src="../js/huayi.http.js"></script>
|
|
124
|
120
|
<script type="text/javascript">
|
|
125
|
|
- var usercode = localStorage.getItem("user"); //获取本地存储
|
|
|
121
|
+ var usercode = localStorage.getItem("user1"); //获取本地存储
|
|
126
|
122
|
var phone=helper.request.queryString("phone");//手机号
|
|
127
|
123
|
var slcode=helper.request.queryString("slcode");//受理编号
|
|
128
|
124
|
var isdeal=helper.request.queryString("isdeal");//受理编号
|
|
|
@@ -138,7 +134,7 @@
|
|
138
|
134
|
keyw=$(this).val();
|
|
139
|
135
|
page=1;
|
|
140
|
136
|
console.log(keyw)
|
|
141
|
|
- Ajax();
|
|
|
137
|
+ Ajax(keyw);
|
|
142
|
138
|
})
|
|
143
|
139
|
mui.init({
|
|
144
|
140
|
swipeBack: false,
|