diff --git a/ghy-admin/src/main/resources/templates/order/master.html b/ghy-admin/src/main/resources/templates/order/master.html index 0dc9766c..81fd0b9a 100644 --- a/ghy-admin/src/main/resources/templates/order/master.html +++ b/ghy-admin/src/main/resources/templates/order/master.html @@ -4,6 +4,12 @@ + + @@ -14,18 +20,19 @@
+
  • 订单号:
  • -
  • - 订单状态: -
  • + + + + + + +
  •  搜索 @@ -38,10 +45,58 @@
@@ -206,7 +261,12 @@ }); } + function searchByOrderStatus(orderStatus) { + $('#orderStatus').val(orderStatus); + $.table.search(); + } + - \ No newline at end of file +