admin_customers_913_4
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
<div id="times-modal" style="display: none;">
|
||||
<div class="modal-body">
|
||||
<label class="checkall" style="margin-left: 30px;">
|
||||
<input type="checkbox" data-check-target=".order-times"> 全选</label>
|
||||
<input id="times_checkbox" type="checkbox" data-check-target=".order-times"> 全选</label>
|
||||
<div style="margin-left: 40px;">
|
||||
<?php foreach ($searchTimeAry as $key => $value) { ?>
|
||||
<label class="am-checkbox" style="padding-bottom: 8px;">
|
||||
@@ -276,6 +276,13 @@
|
||||
that.params.county_id = '';
|
||||
that.params.biz_id = '';
|
||||
$('#cf_time').val('');
|
||||
$(".order-times").map(function () {
|
||||
var id = this.value;
|
||||
this.checked = false;
|
||||
$('#id-' + id).val('');
|
||||
$('#show-' + id).hide();
|
||||
});
|
||||
$("#times_checkbox").prop("checked",false);
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user