From f9b6865fafcad274edb9f89a43e0535a9b4eff40 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 08 一月 2025 14:46:40 +0800
Subject: [PATCH] add:物流发货针对散户更改微信发货方式,保存物流单号,未发送之前可更改

---
 pages/wallet/withdraw-audit.vue |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/pages/wallet/withdraw-audit.vue b/pages/wallet/withdraw-audit.vue
index e4a137e..24417a8 100644
--- a/pages/wallet/withdraw-audit.vue
+++ b/pages/wallet/withdraw-audit.vue
@@ -18,7 +18,7 @@
         columns: [
           {label: '供应商信息',
             minWidth: 120,
-            formatter: (row) => `${row.supplierName || ''}:${row.supplierId || ''}`},
+            formatter: (row) => `${row.supplierName || ''}:[ID:${row.supplierId || ''}]`},
           {label: '申请时间', prop: 'createTime', minWidth: 100},
           {label: '提现类型', prop: 'withdrawTypeStr', minWidth: 100},
           {label: '提现金额(元)', prop: 'amount', minWidth: 120},
@@ -49,6 +49,19 @@
                 span: 24,
                 searchImmediately: true,
               },
+              {
+                label: '提现状态:',
+                id: 'withdrawState',
+                type: 'bus-radio',
+                el: {
+                  hasAll: true,
+                  childType: 'el-radio-button',
+                  code: 'BILL_WITHDRAW_TYPE',
+                },
+                default: '',
+                span: 24,
+                searchImmediately: true,
+              },
               {label: '供应商ID:', id: 'supplierId', type: 'input'},
               {label: '供应商名称:', id: 'supplierName', type: 'input'},
               {

--
Gitblit v1.9.3