Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘自豪 Rambo Pan
shld-databoard-ui
Commits
27ffe525
Commit
27ffe525
authored
Jul 31, 2024
by
Inner peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
看板26号版本
parent
e952db48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.vue
src/module/databoard/index.vue
+7
-1
index.html
src/module/index/index.html
+1
-1
No files found.
src/module/databoard/index.vue
View file @
27ffe525
...
...
@@ -32,7 +32,9 @@
<div
style=
"height: 100%; display: flex; flex-direction: column; justify-content: space-around; padding: 0 1rem 0 1rem;"
>
<contrast-card
v-for=
"data in zkqk"
style=
"height: 28%;"
>
<title-content-mark
style=
"width: 40%;color: #369afa;float: left;"
:title=
"data.title"
<title-content-mark
style=
"width: 40%;color: #369afa;float: left;"
v-if=
"data.title == '应收账款'"
@
click
.
native=
"goAccRevSearch"
:title=
"data.title"
:content=
"data.amount"
:mark=
"data.unit"
/>
<title-content-mark
v-else
style=
"width: 40%;color: #369afa;float: left;"
:title=
"data.title"
:content=
"data.amount"
:mark=
"data.unit"
/>
<div
style=
"width: 60%; height: 100%; float:left; padding: 4% 4% 0 12%; line-height: 26px;; display: flex; align-items: center;"
>
...
...
@@ -605,6 +607,10 @@ export default {
goArBar
()
{
this
.
$router
.
push
(
'/ar_bar'
)
},
// 跳转到应收账款汇总表
goAccRevSearch
()
{
window
.
location
=
'/#/l/accounts_receivable_statistics_search'
},
// 获取应收账款数据
getArSummaryBar
()
{
arSummaryBar
().
then
(
res
=>
{
...
...
src/module/index/index.html
View file @
27ffe525
...
...
@@ -5,7 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
联达供应链控制塔
</title>
<title>
联达供应链控制塔
台
</title>
<!-- Google MD图标 -->
<link
href=
"https://cdn.bootcss.com/material-design-icons/3.0.1/iconfont/material-icons.min.css"
rel=
"stylesheet"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment