优化发票设置的

This commit is contained in:
wuxw 2023-11-21 15:09:04 +08:00
parent 0f6fbd1fd3
commit 55a0ea8287

View File

@ -32,7 +32,8 @@
<script>
import {
getOwnerId
getOwnerId,
getOwnerName
} from '@/api/owner/ownerApi.js';
import {
getOwnerInvoice,
@ -114,6 +115,7 @@
invoiceNum:this.invoiceNum,
invoiceAddress:this.invoiceAddress,
ownerId:this.ownerId,
ownerName:getOwnerName(),
communityId: getCommunityId(),
}).then(_data =>{
uni.showToast({