added search for teamstore

This commit is contained in:
franknstayn
2022-03-19 20:00:34 +08:00
parent 1addae0652
commit 1d6d79f2ae
4 changed files with 228 additions and 171 deletions

View File

@@ -796,6 +796,11 @@
var name = selected.val();
$(this).closest("tr").find("input[name='order_number[]']").val(number)
});
$('#filter_product').change(function() {
this.form.submit();
});
}); //end document ready
</script>
</body>