miaofuhao il y a 7 ans
Parent
commit
ab389c4ea3

+ 6 - 3
CallCenterWeb.UI/Quality/qualityControl.html

161
 								<tr>
161
 								<tr>
162
 									<th><span>听取录音:</span></th>
162
 									<th><span>听取录音:</span></th>
163
 									<td colspan="3">
163
 									<td colspan="3">
164
-										<div class="play">
164
+										<div class="play Ly_box">
165
 
165
 
166
 										</div>
166
 										</div>
167
 									</td>
167
 									</td>
169
 								</tr>
169
 								</tr>
170
 								<tr>
170
 								<tr>
171
 									<th><span>下载录音:</span></th>
171
 									<th><span>下载录音:</span></th>
172
-									<td colspan="3">
173
-										<input type="button" value="下载" id="downlond" />
172
+									<td colspan="3" class="audio_download">
173
+										
174
 									</td>
174
 									</td>
175
 								</tr>
175
 								</tr>
176
 							</tbody>
176
 							</tbody>
282
 				$(".zj_talklongtime").text(row._talklongtime);
282
 				$(".zj_talklongtime").text(row._talklongtime);
283
 				$(".zj_usercode").text(row._usercode);
283
 				$(".zj_usercode").text(row._usercode);
284
 				$(".zj_username").text(row._username);
284
 				$(".zj_username").text(row._username);
285
+				$('.audio_download').html('<a href="' + row._filepath + '" class="btns" download="filename">下载</a>');
285
 				var zjID = row._callrecordsid;
286
 				var zjID = row._callrecordsid;
286
 				Xq(zjID);
287
 				Xq(zjID);
287
 			});
288
 			});
339
 				$(".t-shade").addClass("cx");
340
 				$(".t-shade").addClass("cx");
340
 				$(".gjss").removeClass("cx");
341
 				$(".gjss").removeClass("cx");
341
 				$(".xqlb").addClass("cx");
342
 				$(".xqlb").addClass("cx");
343
+				$(".Ly_box").empty();
344
+				$('<audio  style="width:100%;" src="' + val + '" loop="loop" controls="controls"></audio>').appendTo(".Ly_box");
342
 			}
345
 			}
343
 			//搜索
346
 			//搜索
344
 			$(".Ss").click(function() {
347
 			$(".Ss").click(function() {

+ 4 - 2
CallCenterWeb.UI/Quality/zjpf.html

177
 								</tr>
177
 								</tr>
178
 								<tr>
178
 								<tr>
179
 									<th><span>下载录音:</span></th>
179
 									<th><span>下载录音:</span></th>
180
-									<td colspan="3">
181
-										<input type="button" value="下载" id="downlond" />
180
+									<td colspan="3" class="audio_download">
181
+										
182
 									</td>
182
 									</td>
183
 								</tr>
183
 								</tr>
184
 							</tbody>
184
 							</tbody>
300
 				$(".zj_usercode").text(row._usercode);
300
 				$(".zj_usercode").text(row._usercode);
301
 				$(".zj_username").text(row._username);
301
 				$(".zj_username").text(row._username);
302
 				$('.Thid').val(row._callrecordsid);
302
 				$('.Thid').val(row._callrecordsid);
303
+				$('.audio_download').html('<a href="' + row._filepath + '" class="btns" download="filename">下载</a>');
303
 				var zjID = row._callrecordsid;
304
 				var zjID = row._callrecordsid;
304
 				//				$(".divDataItems").html('');
305
 				//				$(".divDataItems").html('');
305
 				Xq(zjID);
306
 				Xq(zjID);
362
 				$(".Ly_box").empty();
363
 				$(".Ly_box").empty();
363
 				$('<audio  style="width:100%;"class=" " src="' + path + '" loop="loop" controls="controls"></audio>').appendTo(".Ly_box");
364
 				$('<audio  style="width:100%;"class=" " src="' + path + '" loop="loop" controls="controls"></audio>').appendTo(".Ly_box");
364
 			}
365
 			}
366
+			
365
 			//搜索
367
 			//搜索
366
 			$(".Ss").click(function() {
368
 			$(".Ss").click(function() {
367
 				Usercode = $("#Select").val();
369
 				Usercode = $("#Select").val();