zhoufan лет назад: 7
Родитель
Сommit
c22497baf5
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      CallCenterWeb.UI/ReportForm/workOrderSource.html

+ 5 - 5
CallCenterWeb.UI/ReportForm/workOrderSource.html

@@ -47,12 +47,12 @@
47 47
 							<i class="tub fa fa-calendar"></i>
48 48
 							<input class="form-control" type="text" id="startTime" placeholder="请选择起止时间" style="width: 228px;">
49 49
 						</div>
50
-						<div class="time-box form-group">
50
+						<!--<div class="time-box form-group">
51 51
 							部门:
52 52
 							<select id="bumen">
53 53
 								<option value="">请选择</option>
54 54
 							</select>
55
-						</div>
55
+						</div>-->
56 56
 						<div class="pull-right">
57 57
 							<button class="btns search">搜索</button>
58 58
 							<a href="" class="btns export">导出</a>
@@ -82,7 +82,7 @@
82 82
 						calendar: 'true'
83 83
 					});
84 84
 				});
85
-				helper.getDropList.getDept($('#bumen'));//获取部门
85
+				//helper.getDropList.getDept($('#bumen'));//获取部门
86 86
 				getTableDataList(); //获取表格数据
87 87
 
88 88
 				/*搜索*/
@@ -102,7 +102,7 @@
102 102
 
103 103
 			function dcexcel(obj) {
104 104
 				var url = huayi.config.callcenter_url + "Business/GetSeatSourceReport?isdc=1&token=" + token;
105
-				url += "&sdate=" + stime + "&edate=" + endtime + "&dpt=" + $('#bumen').val();
105
+                url += "&sdate=" + stime + "&edate=" + endtime;//+ "&dpt=" + $('#bumen').val();
106 106
 				obj.href = url;
107 107
 			}
108 108
 
@@ -122,7 +122,7 @@
122 122
 					data: {
123 123
 						sdate: stime,
124 124
 						edate: endtime,
125
-						dpt: $('#bumen').val(),
125
+						//dpt: $('#bumen').val(),
126 126
 						token: token,
127 127
 					},
128 128
 					success: function(data) {