mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化发票设置的
This commit is contained in:
parent
0f6fbd1fd3
commit
55a0ea8287
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user