From 692be76f2ca0011750095ae59188467cbcf2322a Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 23 九月 2024 15:57:17 +0800
Subject: [PATCH] add:增加库位和库位搜索
---
pages/order/list/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/pages/order/list/index.vue b/pages/order/list/index.vue
index bd82d81..dfa27c4 100644
--- a/pages/order/list/index.vue
+++ b/pages/order/list/index.vue
@@ -48,6 +48,7 @@
{ label: '订单金额', prop: 'totalAmount', minWidth: 150 },
{ label: '订单状态', prop: 'statusBackendStr', minWidth: 120 },
{ label: '下单时间', prop: 'createTime', minWidth: 180 },
+ { label: '库位', id: 'warehouseLocationCode', type: 'input' },
],
searchFormAttrs: {
labelWidth: 'auto',
@@ -86,6 +87,7 @@
span: 24,
},
{ label: '订单号:', id: 'orderNo', type: 'input' },
+ { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
],
},
],
--
Gitblit v1.9.3