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>
|
<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({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user