|
@@ -84,10 +84,10 @@ import { PieChart } from 'echarts/charts'
|
|
|
import { LabelLayout } from 'echarts/features'
|
|
import { LabelLayout } from 'echarts/features'
|
|
|
import { CanvasRenderer } from 'echarts/renderers'
|
|
import { CanvasRenderer } from 'echarts/renderers'
|
|
|
|
|
|
|
|
-import { getList as collect3 } from '@/apis/collect3'
|
|
|
|
|
|
|
+// import { getList as collect3 } from '@/apis/collect3'
|
|
|
import { getList as getList4 } from '@/apis/holding4'
|
|
import { getList as getList4 } from '@/apis/holding4'
|
|
|
-import { getList as collect2 } from '@/apis/collect2'
|
|
|
|
|
-import { getList as collect1 } from '@/apis/collect1'
|
|
|
|
|
|
|
+// import { getList as collect2 } from '@/apis/collect2'
|
|
|
|
|
+// import { getList as collect1 } from '@/apis/collect1'
|
|
|
import { getList as getList5 } from '@/apis/holding5'
|
|
import { getList as getList5 } from '@/apis/holding5'
|
|
|
import { getList as getList2 } from '@/apis/holding2'
|
|
import { getList as getList2 } from '@/apis/holding2'
|
|
|
import { getList as getList1 } from '@/apis/holding1'
|
|
import { getList as getList1 } from '@/apis/holding1'
|
|
@@ -108,20 +108,20 @@ export default {
|
|
|
{ name: '出库管理', inoc: 'holding2', push: '/layout/holding2' }
|
|
{ name: '出库管理', inoc: 'holding2', push: '/layout/holding2' }
|
|
|
],
|
|
],
|
|
|
info2: [
|
|
info2: [
|
|
|
- { name: '藏品注销', inoc: 'holding5', push: '/layout/holding5' },
|
|
|
|
|
- { name: '征集品总账', inoc: 'collect0', push: '/layout/collect0' },
|
|
|
|
|
- { name: '征集品提用', inoc: 'collect1', push: '/layout/collect1' },
|
|
|
|
|
- { name: '征集品注销', inoc: 'collect2', push: '/layout/collect2' }
|
|
|
|
|
|
|
+ { name: '藏品注销', inoc: 'holding5', push: '/layout/holding5' }
|
|
|
|
|
+ // { name: '征集品总账', inoc: 'collect0', push: '/layout/collect0' },
|
|
|
|
|
+ // { name: '征集品提用', inoc: 'collect1', push: '/layout/collect1' },
|
|
|
|
|
+ // { name: '征集品注销', inoc: 'collect2', push: '/layout/collect2' }
|
|
|
],
|
|
],
|
|
|
dingdong: [
|
|
dingdong: [
|
|
|
{ name: '藏品登记', inoc: 0, push: '/layout/holding0' },
|
|
{ name: '藏品登记', inoc: 0, push: '/layout/holding0' },
|
|
|
{ name: '入库管理', inoc: 0, push: '/layout/holding1' },
|
|
{ name: '入库管理', inoc: 0, push: '/layout/holding1' },
|
|
|
{ name: '出库管理', inoc: 0, push: '/layout/holding2' },
|
|
{ name: '出库管理', inoc: 0, push: '/layout/holding2' },
|
|
|
{ name: '藏品修改', inoc: 0, push: '/layout/holding4' },
|
|
{ name: '藏品修改', inoc: 0, push: '/layout/holding4' },
|
|
|
- { name: '藏品注销', inoc: 0, push: '/layout/holding5' },
|
|
|
|
|
- { name: '征集品提用', inoc: 0, push: '/layout/collect1' },
|
|
|
|
|
- { name: '征集品修改', inoc: 0, push: '/layout/collect3' },
|
|
|
|
|
- { name: '征集品注销', inoc: 0, push: '/layout/collect2' }
|
|
|
|
|
|
|
+ { name: '藏品注销', inoc: 0, push: '/layout/holding5' }
|
|
|
|
|
+ // { name: '征集品提用', inoc: 0, push: '/layout/collect1' },
|
|
|
|
|
+ // { name: '征集品修改', inoc: 0, push: '/layout/collect3' },
|
|
|
|
|
+ // { name: '征集品注销', inoc: 0, push: '/layout/collect2' }
|
|
|
|
|
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
@@ -212,20 +212,20 @@ export default {
|
|
|
if (v.status === 1 || v.status === 0) this.dingdong[4].inoc++
|
|
if (v.status === 1 || v.status === 0) this.dingdong[4].inoc++
|
|
|
})
|
|
})
|
|
|
// 进页面拿数据--征集品提用
|
|
// 进页面拿数据--征集品提用
|
|
|
- const col1 = await collect1({ pageNum: 1, pageSize: 99999 })
|
|
|
|
|
- col1.data.list.forEach(v => {
|
|
|
|
|
- if (v.status === 1 || v.status === 0 || v.status === 3) this.dingdong[5].inoc++
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ // const col1 = await collect1({ pageNum: 1, pageSize: 99999 })
|
|
|
|
|
+ // col1.data.list.forEach(v => {
|
|
|
|
|
+ // if (v.status === 1 || v.status === 0 || v.status === 3) this.dingdong[5].inoc++
|
|
|
|
|
+ // })
|
|
|
// 进页面拿数据--征集品修改
|
|
// 进页面拿数据--征集品修改
|
|
|
- const col3 = await collect3({ pageNum: 1, pageSize: 99999 })
|
|
|
|
|
- col3.data.list.forEach(v => {
|
|
|
|
|
- if (v.status === 1) this.dingdong[6].inoc++
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ // const col3 = await collect3({ pageNum: 1, pageSize: 99999 })
|
|
|
|
|
+ // col3.data.list.forEach(v => {
|
|
|
|
|
+ // if (v.status === 1) this.dingdong[6].inoc++
|
|
|
|
|
+ // })
|
|
|
// 进页面拿数据--征集品注销
|
|
// 进页面拿数据--征集品注销
|
|
|
- const col2 = await collect2({ pageNum: 1, pageSize: 99999 })
|
|
|
|
|
- col2.data.list.forEach(v => {
|
|
|
|
|
- if (v.status === 1 || v.status === 0) this.dingdong[7].inoc++
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ // const col2 = await collect2({ pageNum: 1, pageSize: 99999 })
|
|
|
|
|
+ // col2.data.list.forEach(v => {
|
|
|
|
|
+ // if (v.status === 1 || v.status === 0) this.dingdong[7].inoc++
|
|
|
|
|
+ // })
|
|
|
},
|
|
},
|
|
|
beforeCreate () {}, // 生命周期 - 创建之前
|
|
beforeCreate () {}, // 生命周期 - 创建之前
|
|
|
beforeMount () {}, // 生命周期 - 挂载之前
|
|
beforeMount () {}, // 生命周期 - 挂载之前
|