liche update for admin goods list select car stype bug
This commit is contained in:
@@ -166,15 +166,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$('#bd-auto1-id').change(function () {
|
||||
$('#bd-auto2-id').empty();
|
||||
$('#bd-auto3-id').empty();
|
||||
$("#bd-auto3-id").prepend("<option value='0'>选择车型</option>")
|
||||
});
|
||||
$('#bd-auto2-id').change(function () {
|
||||
$('#bd-auto3-id').empty();
|
||||
});
|
||||
|
||||
function load_goods() {
|
||||
var file = $("#goods-file");
|
||||
if (file.val() == '') {
|
||||
@@ -339,5 +330,14 @@
|
||||
href = '/items/goods/goods/export?' + arr[1];
|
||||
window.location.href = href;
|
||||
});
|
||||
|
||||
$('#bd-auto1-id').change(function () {
|
||||
$('#bd-auto2-id').empty();
|
||||
$('#bd-auto3-id').empty();
|
||||
$("#bd-auto3-id").prepend("<option value='0'>选择车型</option>")
|
||||
});
|
||||
$('#bd-auto2-id').change(function () {
|
||||
$('#bd-auto3-id').empty();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user