Browse Source

代买提交

miaofuhao 4 years ago
parent
commit
e5aa06beb1
2 changed files with 7 additions and 7 deletions
  1. 4 4
      WeChat/content/borrowList.html
  2. 3 3
      WeChat/content/js/borrowList.js

+ 4 - 4
WeChat/content/borrowList.html

@@ -75,11 +75,11 @@
75 75
 			<!--<a class="mui-icon mui-icon-arrowleft" href="company.html"></a>
76 76
 			工单列表-->
77 77
 			<input type="text" name="" id="keyword"  placeholder="请输入内容"/>
78
-			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block BtnReutrn">归还</button>
79
-			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block borrow">借阅</button>
78
+			<!--<button type="button"  class="mui-btn mui-btn-primary mui-btn-block BtnReutrn">归还</button>
79
+			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block borrow">借阅</button>-->
80 80
 			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block search">搜索</button>
81
-			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block out">出库</button>
82
-			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block warehousing">入库</button>
81
+			<!--<button type="button"  class="mui-btn mui-btn-primary mui-btn-block out">出库</button>
82
+			<button type="button"  class="mui-btn mui-btn-primary mui-btn-block warehousing">入库</button>-->
83 83
 		</div>
84 84
 		<div class="mui-content mui-scroll-wrapper" id="pullrefresh">
85 85
 			<div class="mui-scroll">

+ 3 - 3
WeChat/content/js/borrowList.js

@@ -62,7 +62,7 @@ function Ajax() {
62 62
 //			openid: 'oXF5e1mWpX5DajW5_yjNLPKb8ThE',
63 63
 			PageIndex:page,
64 64
 			PageSize:pageSize,
65
-			A_archiveName:$('#keyword').val()
65
+			F_ArchiveName:$('#keyword').val()
66 66
 		},
67 67
 		async: true,
68 68
 		dataType: 'json',
@@ -284,13 +284,13 @@ function pullupRefresh() {
284 284
 	setTimeout(function() {
285 285
 		mui('#pullrefresh').pullRefresh().endPullupToRefresh((page++ >= Math.ceil(total / 10)));
286 286
 		$.ajax({
287
-			url: huayi.config.callcenter_url + 'archives/GetList',
287
+			url: huayi.config.callcenter_url + 'archives/GetListByCompany',
288 288
 			data: {
289 289
 				openid:openid,
290 290
 //				openid: 'oXF5e1mWpX5DajW5_yjNLPKb8ThE',
291 291
 				PageIndex:page,
292 292
 				PageSize:pageSize,
293
-				A_archiveName:$('#keyword').val()
293
+				F_ArchiveName:$('#keyword').val()
294 294
 			},
295 295
 			async: true,
296 296
 			dataType: 'json',