From 62ce60e8d6bc1aa36b89144289d9aecae3934107 Mon Sep 17 00:00:00 2001 From: jiangweiguo <1578967617@qq.com> Date: Sat, 11 May 2024 10:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=80=E9=A1=B5=E9=9D=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20=E6=96=B0=E5=A2=9E=E5=8F=91=E7=A5=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company/claim/index.vue | 26 ++++++++++++++++--- .../company/myInvoice/components/UserList.vue | 5 ++++ 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/src/views/company/claim/index.vue b/src/views/company/claim/index.vue index 111ee1e..5b11b86 100644 --- a/src/views/company/claim/index.vue +++ b/src/views/company/claim/index.vue @@ -373,17 +373,28 @@
费用  {{ nIndex + 1 }} - + 报销规则报销规则 + + + + 新增发票 +
+
{ let tree = res.data || [] diff --git a/src/views/company/myInvoice/components/UserList.vue b/src/views/company/myInvoice/components/UserList.vue index 6e7621c..43f3904 100644 --- a/src/views/company/myInvoice/components/UserList.vue +++ b/src/views/company/myInvoice/components/UserList.vue @@ -104,6 +104,11 @@ export default { }, created() { this.handleInit() + const isAdd = this.$route.query && this.$route.query.isAdd === 'isAdd' + // 是否新增 + if(isAdd) { + this.handleToAdd() + } }, methods: { handleBack() {