From 5dc6be84f02788d98a67a7488e7fb2c8d4b08c04 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 12 一月 2026 15:04:43 +0800
Subject: [PATCH] 修改发票新增
---
ui/admin-ui3/src/components/makeInvoiceCate/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ui/admin-ui3/src/components/makeInvoiceCate/index.vue b/ui/admin-ui3/src/components/makeInvoiceCate/index.vue
index 1589a44..f61358b 100644
--- a/ui/admin-ui3/src/components/makeInvoiceCate/index.vue
+++ b/ui/admin-ui3/src/components/makeInvoiceCate/index.vue
@@ -187,7 +187,7 @@
// 閫夋嫨瀹㈡埛鍥炶皟
const handleCustomerSelect = (selectedCustomer) => {
- form.customerName = selectedCustomer.customerShortName;
+ form.customerName = selectedCustomer.customerFullName;
form.customerId = selectedCustomer.id; // 鐜板湪瀛楁宸插0鏄庯紝璧嬪�兼湁鏁�
isCustomerSelectVisibleIshow.value = false;
};
--
Gitblit v1.8.0