admin_customers_913_4

This commit is contained in:
dengbw
2021-09-13 17:36:25 +08:00
parent dd6c324bf0
commit 917fd44ac2
+8 -1
View File
@@ -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: {