From a8a0290cd817de6c1b5d118d1d81eaf59bdf23fe Mon Sep 17 00:00:00 2001 From: yueli Date: Tue, 21 Jul 2026 09:49:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20outbound=20total=5Famount=20=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E9=9C=80=E6=9D=83=E9=99=90=20outbound=5Flist:total=5F?= =?UTF-8?q?amount=EF=BC=8C=E5=BA=93=E7=AE=A1=E6=97=A0=E6=AD=A4=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=88=99=E9=9A=90=E8=97=8F=E6=80=BB=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-web/src/views/outbound/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory-web/src/views/outbound/index.vue b/inventory-web/src/views/outbound/index.vue index a2ff181..a6d5eb2 100644 --- a/inventory-web/src/views/outbound/index.vue +++ b/inventory-web/src/views/outbound/index.vue @@ -170,11 +170,12 @@ const permissionMap: Record = { outbound_no: null, outbound_time: null, outbound_type: null, - total_amount: null, consumer_name: null, operator_name: null, remark: null, signature_path: null, + // 金额列 — 需权限 + total_amount: 'outbound_list:total_amount', // 明细列 — 始终可见 sku: null, name: null, @@ -183,6 +184,7 @@ const permissionMap: Record = { spec_model: null, quantity: null, batch_sn: null, + // 明细金额 — 需权限 unit_price: 'outbound_list:unit_price', subtotal: 'outbound_list:subtotal', }