Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
e6aa61e6
Commit
e6aa61e6
authored
May 21, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/V20231129-中建一局二公司' into V20231129-中建一局二公司
parents
c4270bd8
422f0188
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
100 additions
and
25 deletions
+100
-25
MonitorServiceImpl.java
...java/com/dsk/monitor/service/impl/MonitorServiceImpl.java
+1
-0
CustomTimeSelect.vue
dsk-operate-ui/src/views/component/CustomTimeSelect.vue
+1
-1
historySearch.vue
dsk-operate-ui/src/views/supplier/aptitude/historySearch.vue
+10
-0
SearchAptitude.vue
...erate-ui/src/views/supplier/components/SearchAptitude.vue
+2
-1
SearchResult.vue
...operate-ui/src/views/supplier/components/SearchResult.vue
+28
-0
index.vue
dsk-operate-ui/src/views/supplier/supplierOverview/index.vue
+57
-22
laborSubcontractingTeam.vue
...c/views/supplier/supplierlist/laborSubcontractingTeam.vue
+1
-1
No files found.
dsk-module/dsk-biz-api/src/main/java/com/dsk/monitor/service/impl/MonitorServiceImpl.java
View file @
e6aa61e6
...
@@ -374,6 +374,7 @@ public class MonitorServiceImpl implements MonitorService {
...
@@ -374,6 +374,7 @@ public class MonitorServiceImpl implements MonitorService {
}
}
log
.
info
(
"中建一局用户添加默认监控企业!"
);
log
.
info
(
"中建一局用户添加默认监控企业!"
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/monitor/company/addDefaultCompany"
,
BeanUtil
.
beanToMap
(
addVo
,
false
,
false
));
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/monitor/company/addDefaultCompany"
,
BeanUtil
.
beanToMap
(
addVo
,
false
,
false
));
log
.
info
(
"----------------------------------"
+
map
.
toString
());
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
}
}
}
}
dsk-operate-ui/src/views/component/CustomTimeSelect.vue
View file @
e6aa61e6
...
@@ -175,7 +175,7 @@ export default {
...
@@ -175,7 +175,7 @@ export default {
switch
(
value
)
{
switch
(
value
)
{
case
'昨日'
:
case
'昨日'
:
startTime
=
new
Date
(
endTime
.
getTime
()
-
3600
*
1000
*
24
*
1
)
startTime
=
new
Date
(
endTime
.
getTime
()
-
3600
*
1000
*
24
*
1
)
timeStr
=
[
this
.
formatDate
(
startTime
),
this
.
formatDate
(
end
Time
)]
timeStr
=
[
this
.
formatDate
(
startTime
),
this
.
formatDate
(
start
Time
)]
break
;
break
;
case
'今日'
:
case
'今日'
:
startTime
=
new
Date
(
endTime
.
getTime
())
startTime
=
new
Date
(
endTime
.
getTime
())
...
...
dsk-operate-ui/src/views/supplier/aptitude/historySearch.vue
View file @
e6aa61e6
...
@@ -40,6 +40,16 @@ export default {
...
@@ -40,6 +40,16 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.enterprise_contatiner
{
.title_wrap
{
padding
:
20px
;
background-color
:
#FFFFFF
;
border-bottom
:
1px
solid
#e0e0e0
;
}
}
.header
{
.header
{
justify-content
:
space-between
;
justify-content
:
space-between
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
...
...
dsk-operate-ui/src/views/supplier/components/SearchAptitude.vue
View file @
e6aa61e6
...
@@ -312,7 +312,8 @@ export default {
...
@@ -312,7 +312,8 @@ export default {
},
},
toResult
(){
toResult
(){
this
.
successDialog
=
false
;
this
.
successDialog
=
false
;
this
.
$emit
(
"changeActiveName"
)
this
.
$router
.
push
({
path
:
'/supplier/aptitude/historySearch'
})
// this.$emit("changeActiveName")
},
},
loadingFn
(
flag
){
loadingFn
(
flag
){
this
.
loading
=
!
this
.
loading
this
.
loading
=
!
this
.
loading
...
...
dsk-operate-ui/src/views/supplier/components/SearchResult.vue
View file @
e6aa61e6
...
@@ -95,6 +95,34 @@ export default {
...
@@ -95,6 +95,34 @@ export default {
color
:
#0081FF
;
color
:
#0081FF
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.table-item-jf1
{
padding
:
0px
16px
;
}
.table-item-jf1
{
.item-jf-img
{
display
:
block
;
margin
:
24px
auto
;
width
:
108px
;
}
.item-jf-text
{
font-size
:
14px
;
font-weight
:
400
;
color
:
#999999
;
line-height
:
18px
;
padding-bottom
:
48px
;
text-align
:
center
;
}
.item-jf-titel
{
font-size
:
16px
;
font-weight
:
400
;
color
:
#333333
;
line-height
:
21px
;
margin-bottom
:
8px
;
text-align
:
center
;
}
}
}
}
</
style
>
</
style
>
dsk-operate-ui/src/views/supplier/supplierOverview/index.vue
View file @
e6aa61e6
...
@@ -308,7 +308,7 @@
...
@@ -308,7 +308,7 @@
<div
class=
"cont-left"
>
<div
class=
"cont-left"
>
<div
class=
"title_wrap"
>
<div
class=
"title_wrap"
>
<div
class=
"cont_title"
>
<div
class=
"cont_title"
>
供应商
行业分布
供应商
主营业务
</div>
</div>
</div>
</div>
<div
class=
"charts-div"
>
<div
class=
"charts-div"
>
...
@@ -325,7 +325,7 @@
...
@@ -325,7 +325,7 @@
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"
行业
"
prop=
"name"
></el-table-column>
<el-table-column
label=
"
主营业务
"
prop=
"name"
></el-table-column>
<el-table-column
label=
"供应商数量"
width=
"130"
prop=
"number"
></el-table-column>
<el-table-column
label=
"供应商数量"
width=
"130"
prop=
"number"
></el-table-column>
<el-table-column
label=
"履约金额(亿)"
width=
"130"
prop=
"money"
></el-table-column>
<el-table-column
label=
"履约金额(亿)"
width=
"130"
prop=
"money"
></el-table-column>
</el-table>
</el-table>
...
@@ -719,52 +719,52 @@
...
@@ -719,52 +719,52 @@
hyfbList
:[
hyfbList
:[
{
{
name
:
'
批发和零售业
'
,
name
:
'
工业分析仪
'
,
number
:
'832'
,
number
:
'832'
,
money
:
'102'
money
:
'102'
},
},
{
{
name
:
'
房屋建筑业
'
,
name
:
'
检查井
'
,
number
:
'772'
,
number
:
'772'
,
money
:
'118'
money
:
'118'
},
},
{
{
name
:
'
制造业
'
,
name
:
'
人脸识别
'
,
number
:
'345'
,
number
:
'345'
,
money
:
'114'
money
:
'114'
},
},
{
{
name
:
'
交通运输
'
,
name
:
'
装载机
'
,
number
:
'342'
,
number
:
'342'
,
money
:
'92'
money
:
'92'
},
},
{
{
name
:
'
农、林、牧、渔
'
,
name
:
'
电线电缆
'
,
number
:
'232'
,
number
:
'232'
,
money
:
'82'
money
:
'82'
},
},
{
{
name
:
'
供应商行业名称六
'
,
name
:
'
空调器
'
,
number
:
'132'
,
number
:
'132'
,
money
:
'78'
money
:
'78'
},
},
{
{
name
:
'
供应商行业名称七
'
,
name
:
'
智能照明系统
'
,
number
:
'132'
,
number
:
'132'
,
money
:
'72'
money
:
'72'
},
},
{
{
name
:
'
供应商行业名称八
'
,
name
:
'
其余周转材料
'
,
number
:
'132'
,
number
:
'132'
,
money
:
'62'
money
:
'62'
},
},
{
{
name
:
'
供应商行业名称九
'
,
name
:
'
荷兰砖
'
,
number
:
'83'
,
number
:
'83'
,
money
:
'11'
money
:
'11'
},
},
{
{
name
:
'
供应商行业名称十
'
,
name
:
'
车载电动地泵
'
,
number
:
'84'
,
number
:
'84'
,
money
:
'25'
money
:
'25'
},
},
...
@@ -1053,26 +1053,61 @@
...
@@ -1053,26 +1053,61 @@
tooltip
:
{
tooltip
:
{
trigger
:
'axis'
,
trigger
:
'axis'
,
axisPointer
:
{
axisPointer
:
{
type
:
'
line
'
,
type
:
'
shadow
'
,
label
:
{
//
label: {
backgroundColor
:
'#FFFFFF'
//
backgroundColor: '#FFFFFF'
}
//
}
}
}
},
},
// legend: {
legend
:
{
// data: ['供应商数量', '风险数量'],
data
:
[
'供应商数量'
,
'风险数量'
],
// itemGap: 5,
itemGap
:
5
,
// padding:[10,0,0,0]
padding
:[
10
,
0
,
0
,
0
]
// },
},
dataZoom
:
[
{
type
:
"slider"
,
show
:
true
,
// x轴是否启用
start
:
0
,
// 从哪里开始显示
end
:
20
,
// 到哪里结束显示
bottom
:
10
,
height
:
15
,
// backgroundColor:'#ccc',
// handleStyle:{
// color:'#eee',
// },
handleSize
:
'30%'
,
},
{
type
:
"inside"
,
start
:
70
,
end
:
100
,
},
{
type
:
"slider"
,
show
:
false
,
// y轴是否启用
yAxisIndex
:
0
,
filterMode
:
"empty"
,
width
:
'5%'
,
height
:
"70%"
,
handleSize
:
'30%'
,
showDataShadow
:
false
,
right
:
'93%'
},
],
xAxis
:
{
xAxis
:
{
type
:
'category'
,
type
:
'category'
,
data
:
data
.
map
(
item
=>
item
.
riskType
),
data
:
data
.
map
(
item
=>
item
.
riskType
),
axisLabel
:
{
show
:
true
,
interval
:
0
},
},
},
yAxis
:
{
yAxis
:
{
type
:
'value'
,
type
:
'value'
,
},
},
grid
:
{
grid
:
{
top
:
3
0
,
top
:
4
0
,
left
:
50
,
left
:
50
,
right
:
40
,
right
:
40
,
bottom
:
50
,
bottom
:
50
,
...
...
dsk-operate-ui/src/views/supplier/supplierlist/laborSubcontractingTeam.vue
View file @
e6aa61e6
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"施工队长"
min-width=
"155"
:resizable=
"false"
>
<el-table-column
label=
"施工队长"
min-width=
"155"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
leaderName
||
'--'
}}
<span
v-html=
"scope.row.leaderName||'--'"
></span>
<span
v-if=
"scope.$index + 1 === 1 || scope.$index + 1 === 3"
style=
"width: 64px;height: 22px;background: #FFECE8;border-radius: 2px;line-height: 22px;display: inline-block;text-align: center;color: #FF3C3C;margin-left: 8px;"
>
经营风险
</span>
<span
v-if=
"scope.$index + 1 === 1 || scope.$index + 1 === 3"
style=
"width: 64px;height: 22px;background: #FFECE8;border-radius: 2px;line-height: 22px;display: inline-block;text-align: center;color: #FF3C3C;margin-left: 8px;"
>
经营风险
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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