From c798f7446995ffd1da8ca3f2e7ec32de0767b91c Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sun, 7 Apr 2024 13:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/invoice/setting.vue | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pages/invoice/setting.vue b/pages/invoice/setting.vue index 7c2003c..f5e84f4 100644 --- a/pages/invoice/setting.vue +++ b/pages/invoice/setting.vue @@ -19,9 +19,18 @@ - 地址、电话 - + 地址 + + + 电话 + + + + 开户行及账号 + + + @@ -59,8 +68,9 @@ invoiceNum: '', invoiceAddress: '', ownerId: '', - oiId:'' - + oiId:'', + invoiceLink:'', + invoiceAccount:'' } }, onLoad(options) { @@ -114,6 +124,8 @@ invoiceName:this.invoiceName, invoiceNum:this.invoiceNum, invoiceAddress:this.invoiceAddress, + invoiceLink:this.invoiceLink, + invoiceAccount:this.invoiceAccount, ownerId:this.ownerId, ownerName:getOwnerName(), communityId: getCommunityId(), @@ -133,6 +145,8 @@ invoiceName:this.invoiceName, invoiceNum:this.invoiceNum, invoiceAddress:this.invoiceAddress, + invoiceLink:this.invoiceLink, + invoiceAccount:this.invoiceAccount, ownerId:this.ownerId, oiId:this.oiId, communityId: getCommunityId(),