From 5fb51121f5659642b9fdfe20e9a3d069246313a1 Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期六, 09 九月 2023 14:18:33 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/order/order.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index 3c5ed50..6ca4607 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -120,6 +120,11 @@
})
}
+ let where = {}
+ if (getQueryVariable('status') !== false) {
+ where = {status: getQueryVariable('status')}
+ }
+
// 鏁版嵁娓叉煋
tableIns = table.render({
elem: '#order',
@@ -132,6 +137,7 @@
height: 'full-148',
// size: 'sm',
skin: 'line',
+ where: where,
cols: [[
{type: 'checkbox'}
,{field: 'name', align: 'left',title: '璺熻釜椤圭洰鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 300}
--
Gitblit v1.9.1