From d78b636d6b4eda0037f5633a3a18d464a3736788 Mon Sep 17 00:00:00 2001 From: donqi Date: Sun, 21 May 2023 22:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/order/master.html | 84 ++++++++++++++++--- 1 file changed, 72 insertions(+), 12 deletions(-) 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 +