优化发票设置的

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