Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
8138fdd0
Commit
8138fdd0
authored
Jul 19, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev20230707' of
http://192.168.60.201/root/dsk-operate-sys
into dev20230707
parents
a33c121e
c33bf91b
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
138 additions
and
52 deletions
+138
-52
pom.xml
dsk-admin/pom.xml
+1
-1
application-test.yml
dsk-admin/src/main/resources/application-test.yml
+1
-1
SpecialPurposeBondsPageDto.java
.../java/com/dsk/common/dtos/SpecialPurposeBondsPageDto.java
+0
-11
yjpm_bg.png
dsk-operate-ui/src/assets/images/index/yjpm_bg.png
+0
-0
tip.png
dsk-operate-ui/src/assets/images/owner/tip.png
+0
-0
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+4
-0
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+1
-1
index.vue
dsk-operate-ui/src/views/detail/party-a/financial/index.vue
+27
-0
branch.vue
dsk-operate-ui/src/views/detail/party-a/overview/branch.vue
+4
-0
bidding.vue
...i/src/views/detail/party-a/overview/component/bidding.vue
+1
-1
relationship.vue
.../views/detail/party-a/overview/component/relationship.vue
+1
-1
risk.vue
...e-ui/src/views/detail/party-a/overview/component/risk.vue
+2
-0
index.vue
dsk-operate-ui/src/views/enterpriseData/index.vue
+1
-1
index.vue
dsk-operate-ui/src/views/index.vue
+70
-15
industrialStructure.vue
...c/views/macro/economies/component/industrialStructure.vue
+15
-13
details.vue
dsk-operate-ui/src/views/macro/financing/details.vue
+7
-4
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+1
-1
vue.config.js
dsk-operate-ui/vue.config.js
+2
-2
No files found.
dsk-admin/pom.xml
View file @
8138fdd0
...
...
@@ -78,7 +78,7 @@
</configuration>
</plugin>
</plugins>
<finalName>
${project.artifactId}
</finalName>
<finalName>
dsk-operate-sys
</finalName>
</build>
</project>
dsk-admin/src/main/resources/application-test.yml
View file @
8138fdd0
...
...
@@ -134,7 +134,7 @@ spring:
# 端口,默认为6379
port
:
6379
# 数据库索引
database
:
6
database
:
15
# 密码
password
:
zfTFIJjaN#6xB83r
# 连接超时时间
...
...
dsk-common/src/main/java/com/dsk/common/dtos/SpecialPurposeBondsPageDto.java
View file @
8138fdd0
...
...
@@ -26,17 +26,6 @@ public class SpecialPurposeBondsPageDto extends BasePage {
*/
private
Integer
areaId
;
/**
* 市Id
*/
private
Integer
cityId
;
/**
* 区Id
*/
private
Integer
areaId
;
/**
* 排序字段 默认-投资金额
*/
...
...
dsk-operate-ui/src/assets/images/index/yjpm_bg.png
View replaced file @
a33c121e
View file @
8138fdd0
119 KB
|
W:
|
H:
148 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/assets/images/owner/tip.png
View replaced file @
a33c121e
View file @
8138fdd0
1.45 KB
|
W:
|
H:
2.61 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/assets/styles/index.scss
View file @
8138fdd0
...
...
@@ -524,6 +524,10 @@ ul, li {
line-height
:
50px
;
height
:
50px
;
}
.el-tabs__item.is-disabled
{
color
:
#C0C4CC
;
cursor
:
not
-
allowed
;
}
.is-active
{
color
:
#0081FF
;
font-weight
:
bold
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
8138fdd0
...
...
@@ -169,7 +169,7 @@ export default {
.headForm
{
margin-bottom
:
14px
;
.common-title
{
margin-right
:
19
px
;
margin-right
:
24
px
;
}
::v-deep
.el-input__inner
{
border
:
1px
solid
#D9D9D9
;
...
...
dsk-operate-ui/src/views/detail/party-a/financial/index.vue
View file @
8138fdd0
...
...
@@ -199,9 +199,12 @@ export default {
},
color
:
[
'#5B9CF7'
,
'#8DCF96'
,
'#FFDC6B'
,
'#FE9C77'
,
'#8A82F3'
],
legend
:
{
selectedMode
:
false
,
x
:
'center'
,
y
:
'bottom'
,
itemHeight
:
9
,
itemWidth
:
12
,
itemHeight
:
8
,
textStyle
:
{
padding
:
[
0
,
0
,
-
2
,
0
],
color
:
'#000000'
,
...
...
@@ -248,6 +251,30 @@ export default {
// 使用刚指定的配置项和数据显示图表。
myChart
.
clear
()
//清空
myChart
.
setOption
(
option
)
// 默认高亮
let
index
=
0
;
// 高亮索引
myChart
.
dispatchAction
({
type
:
"highlight"
,
seriesIndex
:
index
,
dataIndex
:
index
});
myChart
.
on
(
"mouseover"
,
function
(
e
)
{
if
(
e
.
dataIndex
!=
index
)
{
myChart
.
dispatchAction
({
type
:
"downplay"
,
seriesIndex
:
0
,
dataIndex
:
index
});
}
});
myChart
.
on
(
"mouseout"
,
function
(
e
)
{
index
=
e
.
dataIndex
;
myChart
.
dispatchAction
({
type
:
"highlight"
,
seriesIndex
:
0
,
dataIndex
:
e
.
dataIndex
});
});
}
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/overview/branch.vue
View file @
8138fdd0
...
...
@@ -102,5 +102,9 @@ export default {
}
}
}
::v-deep
.el-input__inner
{
padding-left
:
10px
;
padding-right
:
22px
;
}
}
</
style
>
dsk-operate-ui/src/views/detail/party-a/overview/component/bidding.vue
View file @
8138fdd0
...
...
@@ -36,7 +36,7 @@
<div
:class=
"
{'on':datatype==1}" @click="getDT(1)">近5年
</div>
</div>
</div>
<div
id=
"myEcharts"
style=
"
width: 100%;
height:250px; margin: 0 auto;"
></div>
<div
id=
"myEcharts"
style=
"height:250px; margin: 0 auto;"
></div>
</
template
>
<div
class=
"bid-no-data"
v-else
>
<no-data
/>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/relationship.vue
View file @
8138fdd0
...
...
@@ -4,7 +4,7 @@
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
class=
"tabpane selfTab"
>
<el-tab-pane
label=
"股东"
name=
"first"
></el-tab-pane>
<el-tab-pane
label=
"对外投资"
name=
"second"
></el-tab-pane>
<el-tab-pane
label=
"分支机构"
name=
"third"
></el-tab-pane>
<el-tab-pane
label=
"分支机构"
:disabled=
"affiliatesTotal
<1
"
name=
"third"
></el-tab-pane>
</el-tabs>
<div
class=
"table-item"
>
<div
class=
"rela-person"
v-show=
"activeName=='first'"
>
实际控制人:
{{
financial
&&
financial
.
actualController
||
'--'
}}
</div>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/risk.vue
View file @
8138fdd0
...
...
@@ -172,6 +172,8 @@ export default {
bottom
:
20
,
data
:
this
.
viewData
,
pageButtonPosition
:
'end'
,
itemWidth
:
12
,
itemHeight
:
8
,
},
color
:
[
'#8A82F3'
,
'#5B9CF7'
,
'#43BBE0'
,
'#8ECF95'
,
'#FFDC6B'
,
'#FE9C77'
,
'#E8649B'
,
'#8A82F3'
],
series
:
[
...
...
dsk-operate-ui/src/views/enterpriseData/index.vue
View file @
8138fdd0
...
...
@@ -7,7 +7,7 @@
<div
style=
"position:relative"
v-for=
"(itme,i) in personnelList"
:class=
"itme.status==true?'active':'' "
:key=
'i'
@
click=
"personnelListbtn(i)"
>
<p>
{{
itme
.
value
}}
</p>
<img
v-if=
"i==1"
style=
"position: absolute;top:-10px;"
src=
"@/assets/images/owner/tip.png"
alt=
""
>
<img
v-if=
"i==1"
style=
"position: absolute;top:-10px;
width:80px;height:16px;
"
src=
"@/assets/images/owner/tip.png"
alt=
""
>
</div>
</div>
...
...
dsk-operate-ui/src/views/index.vue
View file @
8138fdd0
...
...
@@ -111,7 +111,7 @@
<el-progress
class=
"progress2"
:text-inside=
"true"
:stroke-width=
"14"
:percentage=
"70"
></el-progress>
</div>
<div
style=
"background: #ffffff;margin: 0 12px 12px 12px;"
>
<div
id=
"pm-echarts"
style=
"height:
288
px;"
></div>
<div
id=
"pm-echarts"
style=
"height:
400
px;"
></div>
</div>
</div>
</div>
...
...
@@ -279,6 +279,20 @@
<span>
中标单位:中铁十二局集团
</span>
</p>
</div>
<div
class=
"item"
>
<h3>
太原市万柏林区2023年兴华街道老旧小区改造项目
</h3>
<p>
<span>
中标金额:4754.34
</span>
<span>
中标单位:中铁十二局集团
</span>
</p>
</div>
<div
class=
"item"
>
<h3>
太原市万柏林区2023年兴华街道老旧小区改造项目
</h3>
<p>
<span>
中标金额:4754.34
</span>
<span>
中标单位:中铁十二局集团
</span>
</p>
</div>
</div>
</div>
<div
v-if=
"user === 2"
class=
"zbhxr"
>
...
...
@@ -314,6 +328,24 @@
<span>
中标金额:4754.34
</span>
</p>
</div>
<div
class=
"item"
>
<h3>
太原市万柏林区2023年兴华街道老旧小区改造项目
</h3>
<p>
<span>
中标金额:4754.34
</span>
</p>
</div>
<div
class=
"item"
>
<h3>
太原市万柏林区2023年兴华街道老旧小区改造项目
</h3>
<p>
<span>
中标金额:4754.34
</span>
</p>
</div>
<div
class=
"item"
>
<h3>
太原市万柏林区2023年兴华街道老旧小区改造项目
</h3>
<p>
<span>
中标金额:4754.34
</span>
</p>
</div>
</div>
</div>
</div>
...
...
@@ -429,6 +461,24 @@ export default {
name
:
'重庆机场集团'
,
time
:
'2023-04-12 14: 00'
},
{
title
:
'拜访了重庆交通局杨科长,洽谈比较愉快,预计下月有项目招标,希望能有机会合作。'
,
user
:
'李婷婷'
,
name
:
'重庆机场集团'
,
time
:
'2023-04-12 14: 00'
},
{
title
:
'拜访了重庆交通局杨科长,洽谈比较愉快,预计下月有项目招标,希望能有机会合作。'
,
user
:
'李婷婷'
,
name
:
'重庆机场集团'
,
time
:
'2023-04-12 14: 00'
},
{
title
:
'拜访了重庆交通局杨科长,洽谈比较愉快,预计下月有项目招标,希望能有机会合作。'
,
user
:
'李婷婷'
,
name
:
'重庆机场集团'
,
time
:
'2023-04-12 14: 00'
},
],
pmData
:[
{
...
...
@@ -974,6 +1024,7 @@ export default {
margin
:
0
;
}
.home
{
padding-bottom
:
24px
;
::v-deep
.el-row
{
.el-col
:nth-child
(
1
)
{
padding-left
:
0
!
important
;
...
...
@@ -1089,18 +1140,18 @@ export default {
}
.content-wrap
{
margin-bottom
:
12px
;
height
:
460
px
;
height
:
587
px
;
.select-popper
{
margin-right
:
0
;
}
.record
{
height
:
460
px
;
height
:
587
px
;
background
:
#FFFFFF
;
border-radius
:
4px
;
padding
:
16px
;
position
:
relative
;
.list
{
height
:
375
px
;
height
:
510
px
;
overflow
:
hidden
;
.item
{
border-bottom
:
1px
solid
#EEEEEE
;
...
...
@@ -1131,27 +1182,28 @@ export default {
text-align
:
center
;
color
:
#0081FF
;
font-size
:
14px
;
margin-top
:
4px
;
cursor
:
pointer
;
position
:
absolute
;
bottom
:
16px
;
left
:
50%
;
margin-left
:
-48px
;
width
:
95%
;
height
:
60px
;
line-height
:
60px
;
background
:
linear-gradient
(
360deg
,
#FFFFFF
0%
,
#FFFFFF
17%
,
rgba
(
255
,
255
,
255
,
0
.6
)
100%
);
bottom
:
0
;
}
}
.ranking
{
height
:
460
px
;
height
:
587
px
;
background
:
#FFFFFF
;
border-radius
:
4px
;
padding
:
16px
;
.main
{
background
:
url("../assets/images/index/yjpm_bg.png")
;
background-size
:
100%
100%
;
height
:
399
px
;
height
:
525
px
;
margin-top
:
10px
;
}
.amount
{
padding
:
16px
24
px
;
padding
:
16px
12
px
;
p
{
display
:
flex
;
justify-content
:
space-between
;
...
...
@@ -1175,6 +1227,8 @@ export default {
}
.progress1
{
height
:
10px
!
important
;
margin-bottom
:
6px
;
margin-top
:
8px
;
::v-deep
.el-progress-bar__outer
{
.el-progress-bar__inner
{
background
:
#9AEAD3
...
...
@@ -1303,6 +1357,7 @@ export default {
font-size
:
14px
;
span
{
margin-right
:
24px
;
color
:rgba
(
35
,
35
,
35
,
0
.8
)
;
}
}
.btn
{
...
...
@@ -1380,7 +1435,7 @@ export default {
background
:
#FFFFFF
;
border-radius
:
4px
;
padding
:
16px
;
height
:
440
px
;
height
:
617
px
;
overflow
:
hidden
;
position
:
relative
;
::v-deep
.el-tabs__header
{
...
...
@@ -1388,7 +1443,7 @@ export default {
}
::v-deep
.el-tabs__content
{
overflow-y
:
auto
;
height
:
368
px
;
height
:
567
px
;
}
::v-deep
.el-timeline
{
.el-timeline-item
{
...
...
@@ -1528,7 +1583,7 @@ export default {
}
}
.zbgg
{
height
:
470
px
;
height
:
599
px
;
background
:
#FFFFFF
;
border-radius
:
4px
;
padding
:
16px
;
...
...
@@ -1570,7 +1625,7 @@ export default {
}
}
.zbhxr
{
height
:
382
px
;
height
:
558
px
;
background
:
#FFFFFF
;
border-radius
:
4px
;
padding
:
16px
;
...
...
dsk-operate-ui/src/views/macro/economies/component/industrialStructure.vue
View file @
8138fdd0
...
...
@@ -105,6 +105,7 @@ export default {
params
.
county
=
this
.
provinceId
[
2
]
}
bidMoneyGroupByProjectType
(
params
).
then
(
res
=>
{
if
(
res
.
data
.
length
>
0
){
let
list
=
res
.
data
[
1
].
type
for
(
let
i
=
0
;
i
<
res
.
data
[
0
].
type
.
length
;
i
++
){
for
(
let
j
=
0
;
j
<
list
.
length
;
j
++
){
...
...
@@ -121,6 +122,7 @@ export default {
list
[
i
].
lastRate
=
Number
(
list
[
i
].
lastRate
).
toFixed
(
2
)
}
this
.
tableData
=
list
.
reverse
()
}
})
},
getGroupCount
(){
...
...
dsk-operate-ui/src/views/macro/financing/details.vue
View file @
8138fdd0
...
...
@@ -130,9 +130,9 @@
{{
formatDate
(
scope
.
row
.
tenderDate
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"actualBondIssueScale"
label=
"专项债规模(亿)"
width=
"260"
/>
<el-table-column
prop=
"isUsedProjectScale"
label=
"用于项目规模(亿)"
width=
"260"
/>
<el-table-column
prop=
"isUsedCapital"
label=
"是否资本金"
width=
"200"
/>
<el-table-column
prop=
"actualBondIssueScale"
label=
"专项债规模(亿)"
width=
"260"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"isUsedProjectScale"
label=
"用于项目规模(亿)"
width=
"260"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"isUsedCapital"
label=
"是否资本金"
width=
"200"
:formatter=
"formatStatus"
/>
</el-table>
</div>
</div>
...
...
@@ -185,7 +185,10 @@ export default {
// var seconds = date.getSeconds()
<
10
?
'0'
+
date
.
getSeconds
()
:
date
.
getSeconds
()
// return year + '-' + month + '-' + day + ' ' + hours + ':' + minutes + ':' + seconds
return
year
+
'-'
+
month
+
'-'
+
day
}
},
formatStatus
:
function
(
row
,
column
,
cellValue
)
{
return
cellValue
?
cellValue
:
'-'
},
}
}
</
script
>
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
8138fdd0
...
...
@@ -121,7 +121,7 @@
<div
class=
"item"
>
<div
class=
"left"
>
<p>
{{statistics.accountsReceivable}}
<span>
亿元
</span></p>
<span>
营
收账款
</span>
<span>
应
收账款
</span>
</div>
<img
src=
"@/assets/images/urban/img4.png"
>
</div>
...
...
dsk-operate-ui/vue.config.js
View file @
8138fdd0
...
...
@@ -34,8 +34,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
//
target: `http://47.104.91.229:9099/prod-api`,
target
:
`http://122.9.160.122:9011`
,
target
:
`http://47.104.91.229:9099/prod-api`
,
//
target: `http://122.9.160.122:9011`,
// target: `http://192.168.60.126:9011`,
// target: `http://192.168.60.27:8766`,
changeOrigin
:
true
,
...
...
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