From b2bc3eb81485bc7ddb8366477b3483d4f160adaa Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 29 三月 2024 09:17:20 +0800
Subject: [PATCH] git ch
---
company/src/views/index.vue | 103 +++++++++++++++++++++++++++++++++++++--------------
1 files changed, 74 insertions(+), 29 deletions(-)
diff --git a/company/src/views/index.vue b/company/src/views/index.vue
index 0e23f2a..e00d8da 100644
--- a/company/src/views/index.vue
+++ b/company/src/views/index.vue
@@ -25,7 +25,7 @@
<div class="home_content_right_label" v-if="tabs && tabs.length>0" >浠e姙浜嬮」</div>
<el-tabs v-model="activeName" @tab-click="handleClick" >
<el-tab-pane v-for="a in tabs" :key="a.path" :name="a.name" >
- <span slot="label"> {{a.label }}
+ <span slot="label" title="鐐瑰嚮鍒锋柊"> {{a.label }}
<el-badge v-if="(a.name==0?totalPage0:(a.name==1?totalPage1:totalPage2)) >0" :value="(a.name==0?totalPage0:(a.name==1?totalPage1:totalPage2)) " class="item"></el-badge>
</span>
</el-tab-pane>
@@ -110,12 +110,12 @@
</div>
</div>
</div>
- <OperaInsuranceApplyWindow ref="operaInsuranceApplyWindow" @success="backDo"/>
- <dispatchUnitDetailsPlat ref="dispatchUnitDetailsPlat" @success="backDo"/>
- <OperaSettleClaimsWindow ref="operaSettleClaimsWindow" @success="backDo"/>
- <OperaApplyChangeUnitDetailWindow ref="operaApplyChangeUnitDetailWindow" @success="backDo"/>
- <OperaApplyChangeDetailWindow ref="operaApplyChangeDetailWindow" @success="backDo"/>
- <OperaTaxesWindow ref="OperaTaxesWindow" @success="backDo"/>
+ <OperaInsuranceApplyWindow ref="operaInsuranceApplyWindow" @success="handleCurrentChange0()"/>
+ <dispatchUnitDetailsPlat ref="dispatchUnitDetailsPlat" @success="handleCurrentChange0()"/>
+ <OperaSettleClaimsWindow ref="operaSettleClaimsWindow" @success="handleCurrentChange2()"/>
+ <OperaApplyChangeUnitDetailWindow ref="operaApplyChangeUnitDetailWindow" @success="handleCurrentChange0()"/>
+ <OperaApplyChangeDetailWindow ref="operaApplyChangeDetailWindow" @success="handleCurrentChange0()"/>
+ <OperaTaxesWindow ref="OperaTaxesWindow" @success="handleCurrentChange1()"/>
</div>
</template>
@@ -128,9 +128,10 @@
import OperaSettleClaimsWindow from '@/components/business/OperaSettleClaimsWindow'
import OperaApplyChangeDetailWindow from '@/components/business/OperaApplyChangeDetailWindow'
import OperaTaxesWindow from '@/components/business/OperaTaxesWindow'
-import { fetchList as noticeList } from '@/api/business/notices'
+import { fetchList as noticeList, deleById } from '@/api/business/notices'
export default {
- components: { OperaInsuranceApplyWindow ,
+ components: {
+ OperaInsuranceApplyWindow,
dispatchUnitDetailsPlat,
OperaTaxesWindow,
OperaSettleClaimsWindow,
@@ -168,15 +169,20 @@
icon: require('../assets/icons/company/dipatch_unit.png')
},
{
- name: '鐩翠繚寮�绁�',
- url: '/enterprise/directInvoicing',
- icon: require('../assets/icons/company/tax.png')
- },
- {
- name: '濮旀墭淇濆紑绁�',
- url: '/enterprise/entrustedInvoicing',
- icon: require('../assets/icons/company/tax.png')
+ name: '鍛樺伐绠$悊',
+ url: '/business/member',
+ icon: require('../assets/icons/company/image.png')
}
+ // {
+ // name: '鐩翠繚寮�绁�',
+ // url: '/enterprise/directInvoicing',
+ // icon: require('../assets/icons/company/tax.png')
+ // },
+ // {
+ // name: '濮旀墭淇濆紑绁�',
+ // url: '/enterprise/entrustedInvoicing',
+ // icon: require('../assets/icons/company/tax.png')
+ // }
],
catePlat: [
{
@@ -215,25 +221,54 @@
this.setPicture2()
this.setPicture3()
this.initPanel()
+ this.setLoadTimer()
},
methods: {
detail (obj) {
if (obj.objType === 0) {
- this.$refs.operaInsuranceApplyWindow.open('鎶曚繚鐢宠璇︽儏', {id:obj.objId})
+ this.$refs.operaInsuranceApplyWindow.open('鎶曚繚鐢宠璇︽儏', { id: obj.objId })
} else if (obj.objType === 1) {
- this.$refs.operaApplyChangeDetailWindow.open('鍔犲噺淇濊鎯�', {id:obj.objId,applyId:obj.param1})
+ this.$refs.operaApplyChangeDetailWindow.open('鍔犲噺淇濊鎯�', { id: obj.objId, applyId: obj.param1 })
} else if (obj.objType === 2) {
- this.$refs.operaApplyChangeUnitDetailWindow.open('鎹㈠巶鐢宠璇︽儏', {id:obj.objId,applyId:obj.param1})
+ this.$refs.operaApplyChangeUnitDetailWindow.open('鏇存崲娲鹃仯鍗曚綅鐢宠璇︽儏', { id: obj.objId, applyId: obj.param1 })
} else if (obj.objType === 3) {
- this.$refs.dispatchUnitDetailsPlat.open('娲鹃仯鍗曡鎯�', {id:obj.objId})
+ this.$refs.dispatchUnitDetailsPlat.open('娲鹃仯鍗曡鎯�', { id: obj.objId })
} else if (obj.objType === 4) {
- this.$refs.OperaTaxesWindow.open('寮�绁ㄧ敵璇疯鎯�', {id:obj.objId})
+ this.$refs.OperaTaxesWindow.open('寮�绁ㄧ敵璇疯鎯�', { id: obj.objId })
} else if (obj.objType === 5) {
- this.$refs.operaSettleClaimsWindow.open('鐞嗚禂璇︽儏', {id:obj.objId})
+ deleById(obj.id)
+ .then(res => {
+ this.tableData2.forEach((item, index) => {
+ if (item.id === obj.id) {
+ this.tableData2.splice(index, 1)
+ this.totalPage2 = this.totalPage2 - 1
+ }
+ })
+ this.$refs.operaSettleClaimsWindow.open('鐞嗚禂璇︽儏', { id: obj.objId })
+ })
}
},
- backDo(){
-
+ setLoadTimer () {
+ var that = this
+ this.initLoadData()
+ if (window.timer) {
+ clearInterval(window.timer)
+ }
+ window.timer = setInterval(() => {
+ that.initLoadData()
+ }, 60000)
+ },
+ initLoadData(){
+ var pemissons = this.userInfo.permissions
+ if (pemissons.includes('business:notice:insurance')) {
+ this.handleCurrentChange0(0)
+ }
+ if (pemissons.includes('business:notice:tax')) {
+ this.handleCurrentChange1(0)
+ }
+ if (pemissons.includes('business:notice:settle')) {
+ this.handleCurrentChange2(0)
+ }
},
getNoticeList (type, page) {
noticeList({
@@ -264,14 +299,17 @@
if (pemissons.includes('business:notice:insurance')) {
this.tabs.push({ name: '0', label: '鎶曚繚浠e姙' })
+ // this.handleCurrentChange0(0);
}
- if (pemissons.includes('business:notice:tax')) {
+ if (pemissons.includes('business:notice:tax') && this.userInfo.type !== 1) {
this.tabs.push({ name: '1', label: '鍙戠エ浠e姙' })
+ // this.handleCurrentChange1(0);
}
if (pemissons.includes('business:notice:settle')) {
- this.tabs.push({ name: '2', label: '鐞嗚禂浠e姙' })
+ this.tabs.push({ name: '2', label: '鐞嗚禂鎻愰啋' })
+ // this.handleCurrentChange2(0);
}
- if (pemissons.includes('business:notice:insurance')) {
+ /* if (pemissons.includes('business:notice:insurance')) {
this.getNoticeList(0, this.page0)
}
if (pemissons.includes('business:notice:tax')) {
@@ -279,10 +317,17 @@
}
if (pemissons.includes('business:notice:settle')) {
this.getNoticeList(2, this.page2)
- }
+ } */
},
handleClick (e) {
this.activeName = e.name
+ if (this.activeName === '0') {
+ this.handleCurrentChange0(0)
+ } else if (this.activeName === '1') {
+ this.handleCurrentChange1(0)
+ } else if (this.activeName === '2') {
+ this.handleCurrentChange2(0)
+ }
},
handleCurrentChange0 (page) {
this.page0 = page
--
Gitblit v1.9.3