|
|
@@ -161,7 +161,7 @@
|
|
161
|
161
|
<tr>
|
|
162
|
162
|
<th><span>听取录音:</span></th>
|
|
163
|
163
|
<td colspan="3">
|
|
164
|
|
- <div class="play">
|
|
|
164
|
+ <div class="play Ly_box">
|
|
165
|
165
|
|
|
166
|
166
|
</div>
|
|
167
|
167
|
</td>
|
|
|
@@ -169,8 +169,8 @@
|
|
169
|
169
|
</tr>
|
|
170
|
170
|
<tr>
|
|
171
|
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
|
174
|
</td>
|
|
175
|
175
|
</tr>
|
|
176
|
176
|
</tbody>
|
|
|
@@ -282,6 +282,7 @@
|
|
282
|
282
|
$(".zj_talklongtime").text(row._talklongtime);
|
|
283
|
283
|
$(".zj_usercode").text(row._usercode);
|
|
284
|
284
|
$(".zj_username").text(row._username);
|
|
|
285
|
+ $('.audio_download').html('<a href="' + row._filepath + '" class="btns" download="filename">下载</a>');
|
|
285
|
286
|
var zjID = row._callrecordsid;
|
|
286
|
287
|
Xq(zjID);
|
|
287
|
288
|
});
|
|
|
@@ -339,6 +340,8 @@
|
|
339
|
340
|
$(".t-shade").addClass("cx");
|
|
340
|
341
|
$(".gjss").removeClass("cx");
|
|
341
|
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
|
347
|
$(".Ss").click(function() {
|