|
@@ -402,7 +402,7 @@
|
|
|
label: 'name', // 显示名称
|
|
|
children: 'children' // 子级字段名
|
|
|
}"
|
|
|
- :url="`/system-server/sys/user/treeUserDataFinanceOffice?type=2`"
|
|
|
+ :url="`/system-server/sys/user/treeFinanceOffice?type=2`"
|
|
|
:value="inputForm.billingPeopleReal"
|
|
|
:clearable="true"
|
|
|
:accordion="true"
|
|
@@ -423,7 +423,7 @@
|
|
|
label: 'name', // 显示名称
|
|
|
children: 'children' // 子级字段名
|
|
|
}"
|
|
|
- :url="`/system-server/sys/user/treeUserDataFinanceOffice?type=2`"
|
|
|
+ :url="`/system-server/sys/user/treeFinanceOffice?type=2`"
|
|
|
:value="inputForm.reconciliationPeople"
|
|
|
:clearable="true"
|
|
|
:accordion="true"
|
|
@@ -695,7 +695,6 @@
|
|
|
import SelectTree from '@/components/treeSelect/treeSelect.vue'
|
|
|
import WorkClientBillingChooseRadio from '@/views/cw/workClientInfo/WorkClientBillingChooseRadio'
|
|
|
import XEUtils from 'xe-utils'
|
|
|
-
|
|
|
export default {
|
|
|
props: {
|
|
|
businessId: {
|
|
@@ -765,7 +764,7 @@
|
|
|
isMultiple: '',
|
|
|
billingId: '',
|
|
|
reportType:'',
|
|
|
-
|
|
|
+ tenantId:''
|
|
|
},
|
|
|
programRow: '',
|
|
|
bankList: [],
|
|
@@ -801,7 +800,7 @@
|
|
|
},
|
|
|
set (val) {
|
|
|
this.businessId = val
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -877,6 +876,7 @@
|
|
|
isMultiple: '',
|
|
|
billingId: '',
|
|
|
reportType: '',
|
|
|
+ tenantId:''
|
|
|
}
|
|
|
// if (method === 'add') {
|
|
|
// this.title = `新建发票`
|
|
@@ -889,6 +889,8 @@
|
|
|
this.visible = true
|
|
|
this.loading = false
|
|
|
this.$nextTick(() => {
|
|
|
+ var user=this.$TOOL.data.get("USER_INFO")
|
|
|
+ this.inputForm.tenantId=user.tenantDTO.id
|
|
|
this.$refs.inputForm.resetFields()
|
|
|
this.loading = true
|
|
|
financeInvoiceService.queryById(this.inputForm.id).then((data) => {
|