Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
35b0694e
authored
2025-04-29 13:55:13 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
81d2b140
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
src/viewsPc/home.vue
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/home.vue
View file @
35b0694
...
...
@@ -39,6 +39,8 @@ onMounted(() => {
async
function
handelGetYS000
()
{
const
res
=
await
getYS000
(
result
.
value
)
type
.
value
=
res
.
data
?.
IFBASE
||
'否'
}
...
...
src/viewsPc/vip/centerPage.vue
View file @
35b0694
...
...
@@ -94,7 +94,7 @@ import {autoToolTip} from "@/plugins/auto-toolTip";
import
ScrollingData
from
'./scrollingData.vue'
import
*
as
echarts
from
"echarts"
;
import
*
as
api
from
"@/apiPc/common"
import
{
onMounted
,
ref
,
computed
}
from
'vue'
import
{
onMounted
,
ref
,
computed
,
onUnmounted
}
from
'vue'
import
{
dayjs
}
from
'element-plus'
import
{
getYS001
,
getYS002
,
getYS003
,
getYS004
,
getYS005
}
from
'@/api/server.js'
...
...
@@ -1279,6 +1279,12 @@ const clear = () => {
clearTimeout
(
autoToolTip
);
}
}
onUnmounted
(()
=>
{
if
(
intervalA
)
{
clearInterval
(
intervalA
);
}
}
)
<
/script
>
<
style
lang
=
"scss"
scoped
>
...
...
src/viewsPc/vip/leftPage.vue
View file @
35b0694
...
...
@@ -178,7 +178,7 @@ async function handelGetYS006() {
// arr3.value.push(val.TOTAL)
// arr4.value.push(val.LASTTOTAL)
//
// h1.value.push(val.YSDSK)//应
代
收款
// h1.value.push(val.YSDSK)//应
待
收款
// h2.value.push(val.SFDDQ)//收费单待签
// h3.value.push(val.HTDQ)//合同待签
//
...
...
@@ -233,7 +233,7 @@ function handelSelect3() {
h2
.
value
=
[]
h3
.
value
=
[]
if
(
type3
.
value
==
'0'
)
{
// h1.value.push(val.YSDSK)//应
代
收款
// h1.value.push(val.YSDSK)//应
待
收款
// h2.value.push(val.SFDDQ)//收费单待签
// h3.value.push(val.HTDQ)//合同待签
h1
.
value
=
new
Array
(
12
).
fill
(
0
);
// 初始化 12 个月,默认值 0
...
...
@@ -253,7 +253,7 @@ function handelSelect3() {
// 找到对应的数据
let
obj
=
list
.
value
.
find
(
item
=>
item
.
BASEJC
===
type3
.
value
)
for
(
const
val
of
obj
.
list
)
{
h1
.
value
.
push
(
val
.
YSDSK
)
//应
代
收款
h1
.
value
.
push
(
val
.
YSDSK
)
//应
待
收款
h2
.
value
.
push
(
val
.
SFDDQ
)
//收费单待签
h3
.
value
.
push
(
val
.
HTDQ
)
//合同待签
}
...
...
@@ -689,7 +689,7 @@ const setC = (h1, h2, h3) => {
],
series
:
[
{
name
:
'
代
收款'
,
name
:
'
待
收款'
,
type
:
'bar'
,
stack
:
'Ad'
,
emphasis
:
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment