From 72981a4e85ebd605a9c9fc997d93111de9690d83 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 10 十二月 2025 10:32:13 +0800
Subject: [PATCH] 1.海川开心-来票台账发票号可编辑

---
 src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue b/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
index ec23cdb..e26d73c 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/Form/EditForm.vue
@@ -63,6 +63,7 @@
   ticketsNum: undefined, // 鏉ョエ鏁�
   ticketsAmount: undefined, // 鏉ョエ閲戦
 	taxInclusiveUnitPrice: undefined, // 鍚◣鍗曚环
+	ticketRegistrationId: undefined, // 鍚◣鍗曚环
 });
 
 const load = async (id) => {
@@ -78,6 +79,7 @@
     form.taxInclusiveUnitPrice = data.taxInclusiveUnitPrice;
     form.futureTickets = data.futureTickets;
     temFutureTickets.value = data.futureTickets;
+		form.ticketRegistrationId = data.ticketRegistrationId;
   }
 };
 

--
Gitblit v1.9.3