From 512229789b69f0e1e4e9abb51801d58a101a2565 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 08 九月 2023 14:20:53 +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