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
3775c318
Commit
3775c318
authored
Jun 19, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
95b65aad
3e9cbdec
Changes
24
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
1000 additions
and
204 deletions
+1000
-204
CustomerController.java
...a/com/dsk/web/controller/customer/CustomerController.java
+1
-1
EnterpriseBussinessController.java
...dsk/web/controller/dsk/EnterpriseBussinessController.java
+2
-2
EnterpriseBussinessHistorySendPageBody.java
.../domain/model/EnterpriseBussinessHistorySendPageBody.java
+5
-0
enterpriseData.js
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
+11
-1
enterprise.png
dsk-operate-ui/src/assets/images/enterprise.png
+0
-0
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+3
-2
public.css
dsk-operate-ui/src/assets/styles/public.css
+362
-15
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+1
-1
customDetail.vue
.../views/detail/party-a/dealings/component/customDetail.vue
+7
-3
supplierDetail.vue
...iews/detail/party-a/dealings/component/supplierDetail.vue
+7
-3
custom.vue
dsk-operate-ui/src/views/detail/party-a/dealings/custom.vue
+7
-0
supplier.vue
...operate-ui/src/views/detail/party-a/dealings/supplier.vue
+6
-0
branch.vue
dsk-operate-ui/src/views/detail/party-a/overview/branch.vue
+4
-1
operations.vue
...rc/views/detail/party-a/overview/component/operations.vue
+1
-1
relationship.vue
.../views/detail/party-a/overview/component/relationship.vue
+37
-17
tender.vue
...ui/src/views/detail/party-a/overview/component/tender.vue
+1
-1
holderinfo.vue
...erate-ui/src/views/detail/party-a/overview/holderinfo.vue
+2
-1
overseas.vue
...operate-ui/src/views/detail/party-a/overview/overseas.vue
+10
-5
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+2
-2
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+483
-121
index.vue
dsk-operate-ui/src/views/index.vue
+8
-5
empty-data.vue
dsk-operate-ui/src/views/macro/component/empty-data.vue
+0
-0
index.vue
...erate-ui/src/views/radar/components/debtProject/index.vue
+16
-18
EnterpriseBussinessService.java
...com/dsk/system/dskService/EnterpriseBussinessService.java
+24
-4
No files found.
dsk-admin/src/main/java/com/dsk/web/controller/customer/CustomerController.java
View file @
3775c318
...
...
@@ -145,7 +145,7 @@ public class CustomerController extends BaseController {
if
(!
ObjectUtils
.
isEmpty
(
obj
))
{
customer
.
setCompanyId
(
MapUtil
.
getInt
(
obj
,
"jskEid"
));
customer
.
setLegalPerson
(
MapUtil
.
getStr
(
obj
,
"legalPerson"
));
customer
.
setRegisterCapital
(
MapUtil
.
getStr
(
obj
,
"registeredCapital"
));
customer
.
setRegisterCapital
(
MapUtil
.
getStr
(
obj
,
"registeredCapital
Str
"
));
customer
.
setProvinceId
(
MapUtil
.
getInt
(
obj
,
"provinceId"
));
customer
.
setCityId
(
MapUtil
.
getInt
(
obj
,
"cityId"
));
customer
.
setDistrictId
(
MapUtil
.
getInt
(
obj
,
"countyId"
));
...
...
dsk-admin/src/main/java/com/dsk/web/controller/dsk/EnterpriseBussinessController.java
View file @
3775c318
...
...
@@ -35,7 +35,7 @@ public class EnterpriseBussinessController {
@ApiOperation
(
value
=
"客户项目列表(openApi)"
)
@RequestMapping
(
value
=
"/clientProjectPage"
,
method
=
RequestMethod
.
POST
)
public
TableDataInfo
clientProjectPage
(
@RequestBody
EnterpriseBussinessClientProjectPageBody
paramMap
)
throws
Exception
{
public
Map
<
String
,
Object
>
clientProjectPage
(
@RequestBody
EnterpriseBussinessClientProjectPageBody
paramMap
)
throws
Exception
{
return
enterpriseBussinessService
.
clientProjectPage
(
paramMap
);
}
...
...
@@ -59,7 +59,7 @@ public class EnterpriseBussinessController {
@ApiOperation
(
value
=
"供应商项目列表(openApi)"
)
@RequestMapping
(
value
=
"/supplierProjectPage"
,
method
=
RequestMethod
.
POST
)
public
TableDataInfo
supplierProjectPage
(
@RequestBody
EnterpriseBussinessSupplierProjectPageBody
paramMap
)
throws
Exception
{
public
Map
<
String
,
Object
>
supplierProjectPage
(
@RequestBody
EnterpriseBussinessSupplierProjectPageBody
paramMap
)
throws
Exception
{
return
enterpriseBussinessService
.
supplierProjectPage
(
paramMap
);
}
...
...
dsk-common/src/main/java/com/dsk/common/core/domain/model/EnterpriseBussinessHistorySendPageBody.java
View file @
3775c318
...
...
@@ -18,6 +18,11 @@ public class EnterpriseBussinessHistorySendPageBody extends BasePage {
@NotNull
(
message
=
"企业id不能为空"
)
private
Integer
cid
;
/**
* 查询关键字
*/
private
String
keys
;
/*
* 排序条件:1金额倒序,2金额正序,3时间倒序,4时间正序,7下浮率倒序,8下浮率正序,9工期倒序,10工期正序
*/
...
...
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
View file @
3775c318
...
...
@@ -51,7 +51,17 @@ let claim= function claim(param) {
data
:
param
})
}
// 查建筑企业
let
enterprisePage
=
function
enterprisePage
(
param
)
{
return
request
({
url
:
'/enterprise/page'
,
method
:
'post'
,
data
:
param
})
}
export
default
{
aptitudeCode
,
personCert
,
searchDic
,
regionWebList
,
uipGroupData
,
uipSerach
,
claim
}
\ No newline at end of file
export
default
{
aptitudeCode
,
personCert
,
searchDic
,
regionWebList
,
uipGroupData
,
uipSerach
,
claim
,
enterprisePage
}
\ No newline at end of file
dsk-operate-ui/src/assets/images/enterprise.png
0 → 100644
View file @
3775c318
13.9 KB
dsk-operate-ui/src/assets/styles/index.scss
View file @
3775c318
...
...
@@ -307,11 +307,12 @@ ul, li {
background
:
#F0F3FA
;
}
}
.el-table__fixed
{
.
is-scrolling-left
+
.el-table__fixed
,
.is-scrolling-middle
+
.el-table__fixed
,
.is-scrolling-right
+
.
el-table__fixed
{
box-shadow
:none
;
height
:
auto
!
important
;
bottom
:
1
2
px
;
bottom
:
1
6
px
;
}
.caret-wrapper
{
width
:
10px
;
}
...
...
dsk-operate-ui/src/assets/styles/public.css
View file @
3775c318
...
...
@@ -463,21 +463,6 @@ select {
display
:
inline-block
;
}
.viewlist-el-popover
.pup_list
li
.VIP
{
width
:
24px
;
height
:
12px
;
top
:
0px
;
right
:
-8px
;
position
:
absolute
;
}
.viewlist-el-popover
.pup_list
li
.SVIP
{
width
:
24px
;
height
:
12px
;
top
:
0px
;
right
:
-10px
;
position
:
absolute
;
}
.viewlist-el-popover
.pup_list
li
:hover
{
color
:
#0081FF
;
...
...
@@ -725,3 +710,365 @@ select {
.checkbox
.checkbox-content
.checkbox-content-qx
{
margin-right
:
30px
;
}
.toolbar-right-search
{
margin-left
:
16px
;
}
.bottomlist-title-left
{
display
:
inline-flex
;
align-items
:
center
;
}
.toolbar-right-search
.toolbar-right_input
{
width
:
228px
;
display
:
inline-flex
;
align-items
:
center
;
}
.toolbar-right-search
.el-input__inner
{
width
:
228px
;
height
:
32px
;
line-height
:
32px
;
}
.toolbar-right-search
.el-input
.el-input__inner
{
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
;
border-right
:
none
;
height
:
32px
;
line-height
:
32px
;
}
.toolbar-right-search
.el-input-group__append
{
padding
:
0
;
}
.toolbar-right-search
.result-search
{
height
:
32px
;
line-height
:
32px
;
}
.toolbar-right-search
.toolbar-right-search
.el-input
.el-input__inner
{
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
;
border-right
:
none
;
height
:
32px
;
line-height
:
32px
;
}
.toolbar-right-search
.result-search
{
width
:
80px
;
height
:
32px
;
background
:
#0081FF
;
border-top-right-radius
:
2px
;
border-bottom-right-radius
:
2px
;
text-align
:
center
;
line-height
:
32px
;
padding
:
0
;
cursor
:
pointer
;
color
:
#fff
;
}
.toolbar-right-search
.result-search
:hover
{
background
:
#0074E5
;
}
.info-list
{
display
:
flex
;
/* width: 1200px; */
margin
:
auto
;
background
:
#fff
;
padding
:
24px
0px
;
border-bottom
:
1px
solid
#EFEFEF
;
/* cursor: pointer; */
}
.info-list
:hover
{
background
:
#F5FAFF
;
}
.info-list
.info-list-left
{
width
:
128px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
flex-start
;
}
.info-list
.info-list-right
{
width
:
auto
;
}
.info-list-left
img
{
width
:
96px
;
height
:
96px
;
}
.info-list-left
.list-left-titel
{
width
:
78px
;
height
:
78px
;
line-height
:
78px
;
border-radius
:
4px
4px
4px
4px
;
text-align
:
center
;
color
:
#fff
;
font-size
:
32px
;
}
.info-list-right
.card-right-title
{
display
:
flex
;
align-items
:
center
;
line-height
:
18px
;
/* cursor: pointer; */
}
.info-list-right
.card-right-title
.card-right-img
{
width
:
14px
;
height
:
14px
;
margin-right
:
2px
;
margin-top
:
2px
;
}
.info-list-right
.card-right-title
.right-title-black
{
display
:
inline-block
;
font-weight
:
400
;
color
:
#333333
;
margin-right
:
24px
;
}
.info-list-right
.card-right-title
.right-title-black-640
{
max-width
:
640px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.info-list-right
.card-right-title
.right-title-blue
{
font-weight
:
400
;
color
:
#0081FF
;
margin-right
:
24px
;
cursor
:
pointer
;
}
.info-list-right
.card-right-title
.right-title-grey
{
font-weight
:
400
;
color
:
#999999
;
}
.info-list-right
.card-right-title
.right-title-blue
.blue
{
color
:
#0081FF
;
margin-right
:
12px
;
}
.info-list-right
.card-right-title
.right-title-blue
.black
{
color
:
#333333
;
margin-right
:
12px
;
}
.info-list-right
.card-right-title
.right-title-blue
.grey
{
color
:
#999999
;
margin-right
:
12px
;
}
/* 标题 */
.info-list-right
.card-right-title
.title
{
font-size
:
18px
;
font-weight
:
bold
;
color
:
#333333
;
margin-right
:
12px
;
line-height
:
24px
;
cursor
:
pointer
;
padding
:
0
;
}
.info-list-right
.card-right-title
.right-title-caption
{
font-size
:
18px
;
font-weight
:
bold
;
color
:
#333333
;
margin-right
:
12px
;
line-height
:
24px
;
cursor
:
pointer
;
/* height: 24px; */
}
/* 地区标签 */
.info-list-right
.card-right-title
.region
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
border
:
1px
solid
#099D4B
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#F3F3FF
;
color
:
#8491E8
;
margin-right
:
8px
;
}
/* 曾用名 */
.info-list-right
.card-right-title
.formername
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#EEEEEE
;
color
:
#838383
;
margin-right
:
8px
;
}
/* 正向标签 */
.info-list-right
.card-right-title
.positive
{
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
height
:
22px
;
padding
:
0
16px
;
color
:
#54BC7E
;
background-color
:
#ECF6E7
;
margin-right
:
8px
;
}
/* 中性标签 */
.info-list-right
.card-right-title
.neutral
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#E4F3FD
;
color
:
#41A1FD
;
margin-right
:
8px
;
}
.info-list-right
.card-right-title
.neutral1
{
margin-bottom
:
8px
;
}
/* 警示标签 */
.info-list-right
.card-right-title
.warning
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#FFF3F3
;
color
:
#FD5757
;
margin-right
:
8px
;
}
/* 其它紫色 */
.info-list-right
.card-right-title
.purple
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#FCF3FF
;
color
:
#B589DB
;
margin-right
:
8px
;
}
/*地区淡蓝色 */
.info-list-right
.card-right-title
.cityblue
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#F3F3FF
;
color
:
#8491E8
;
margin-right
:
8px
;
}
/* 工程用途 */
.info-list-right
.card-right-title
.purposeStr
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#E3F6F8
;
color
:
#44BCC4
;
margin-right
:
8px
;
}
/* 荣誉奖项 */
.info-list-right
.card-right-title
.honoraryaward
{
display
:
inline-block
;
border-radius
:
2px
2px
2px
2px
;
display
:
inline-block
;
text-align
:
center
;
font-size
:
12px
;
line-height
:
22px
;
padding
:
0
16px
;
background
:
#FFF1DC
;
color
:
#BFA061
;
margin-right
:
8px
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-0
{
background
:
#E4F3FD
;
color
:
#41A1FD
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-1
{
background
:
#FFF1DC
;
color
:
#BFA061
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-2
{
background
:
#E3F6F8
;
color
:
#44BCC4
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-3
{
background
:
#F3F3FF
;
color
:
#8491E8
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-4
{
background
:
#FCF3FF
;
color
:
#B589DB
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-5
{
background
:
#E4F3FD
;
color
:
#41A1FD
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-6
{
background
:
#FFF1DC
;
color
:
#BFA061
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-7
{
background
:
#E3F6F8
;
color
:
#44BCC4
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-8
{
background
:
#F3F3FF
;
color
:
#8491E8
;
}
.info-list-right
.card-right-title
.honoraryaward
.color-9
{
background
:
#FCF3FF
;
color
:
#B589DB
;
}
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
3775c318
...
...
@@ -76,7 +76,7 @@ export default {
]},
{
title
:
'城投分析'
,
pathName
:
''
,
children
:
[
{
title
:
'区域经济'
,
pathName
:
'regionalEconomies'
},
{
title
:
'城投
那
地'
,
pathName
:
'landAcquisition'
},
{
title
:
'城投
拿
地'
,
pathName
:
'landAcquisition'
},
{
title
:
'同地区城投'
,
pathName
:
'sameRegion'
}
]},
{
title
:
'风险信息'
,
pathName
:
''
,
children
:
[
...
...
dsk-operate-ui/src/views/detail/party-a/dealings/component/customDetail.vue
View file @
3775c318
...
...
@@ -26,7 +26,7 @@
>
<template
slot=
"projectAllName"
slot-scope=
"scope"
>
<div
class=
"flex-box"
>
<img
class=
"tip-img"
src=
"@/assets/images/detail/ico_pdf.png"
v-if=
"scope.row.s
ourceUrl"
@
click=
"handlePic(scope.row.sourceUrl
)"
/>
<img
class=
"tip-img"
src=
"@/assets/images/detail/ico_pdf.png"
v-if=
"scope.row.s
napshootPic"
@
click=
"handlePic(scope.row.snapshootPic, true
)"
/>
<div
class=
"a-link"
@
click=
"handlePic(scope.row.sourceUrl)"
v-if=
"scope.row.sourceUrl&&scope.row.projectAllName"
v-html=
"scope.row.projectAllName"
style=
"cursor: pointer"
></div>
<!--
<router-link
to=
""
tag=
"a"
class=
"a-link"
v-if=
"scope.row.id&&scope.row.projectAllName"
v-html=
"scope.row.projectAllName"
></router-link>
-->
<span
v-else
v-html=
"scope.row.projectAllName || '--'"
></span>
...
...
@@ -35,6 +35,9 @@
<
template
slot=
"province"
slot-scope=
"scope"
>
{{
scope
.
row
.
province
}}{{
`${scope.row.city?'-'+scope.row.city:''
}
`
}}
<
/template
>
<
template
slot
=
"lowerRate"
slot
-
scope
=
"scope"
>
<
span
>
{{
scope
.
row
.
lowerRate
?
scope
.
row
.
lowerRate
+
'%'
:
'--'
}}
<
/span
>
<
/template
>
<
/tables
>
<
/el-drawer
>
<
/div
>
...
...
@@ -74,7 +77,7 @@ export default {
{
label
:
'项目地区'
,
prop
:
'province'
,
width
:
'160'
,
slot
:
true
}
,
{
label
:
'项目类型'
,
prop
:
'boundType'
,
width
:
'130'
}
,
{
label
:
'工期(天)'
,
prop
:
'period'
,
width
:
'90'
}
,
{
label
:
'下浮率'
,
prop
:
'lowerRate'
,
width
:
'90'
}
{
label
:
'下浮率'
,
prop
:
'lowerRate'
,
width
:
'90'
,
slot
:
true
}
],
//列表
tableLoading
:
false
,
...
...
@@ -99,7 +102,8 @@ export default {
this
.
tableDataTotal
=
res
.
total
this
.
amountTotal
=
res
.
totalAmount
}
,
handlePic
(
url
){
handlePic
(
url
,
isPic
){
isPic
?
url
=
'https://imgs.jiansheku.com/'
+
url
:
''
if
(
url
){
window
.
open
(
url
,
"_blank"
)
}
...
...
dsk-operate-ui/src/views/detail/party-a/dealings/component/supplierDetail.vue
View file @
3775c318
...
...
@@ -26,7 +26,7 @@
>
<template
slot=
"projectAllName"
slot-scope=
"scope"
>
<div
class=
"flex-box"
>
<img
class=
"tip-img"
src=
"@/assets/images/detail/ico_pdf.png"
v-if=
"scope.row.s
ourceUrl"
@
click=
"handlePic(scope.row.sourceUrl
)"
/>
<img
class=
"tip-img"
src=
"@/assets/images/detail/ico_pdf.png"
v-if=
"scope.row.s
napshootPic"
@
click=
"handlePic(scope.row.snapshootPic, true
)"
/>
<div
class=
"a-link"
@
click=
"handlePic(scope.row.sourceUrl)"
v-if=
"scope.row.sourceUrl&&scope.row.projectAllName"
v-html=
"scope.row.projectAllName"
style=
"cursor: pointer"
></div>
<!--
<router-link
to=
""
tag=
"a"
class=
"a-link"
v-if=
"scope.row.id&&scope.row.projectAllName"
v-html=
"scope.row.projectAllName"
></router-link>
-->
<span
v-else
v-html=
"scope.row.projectAllName || '--'"
></span>
...
...
@@ -35,6 +35,9 @@
<
template
slot=
"province"
slot-scope=
"scope"
>
{{
scope
.
row
.
province
}}{{
`${scope.row.city?'-'+scope.row.city:''
}
`
}}
<
/template
>
<
template
slot
=
"lowerRate"
slot
-
scope
=
"scope"
>
<
span
>
{{
scope
.
row
.
lowerRate
?
scope
.
row
.
lowerRate
+
'%'
:
'--'
}}
<
/span
>
<
/template
>
<
/tables
>
<
/el-drawer
>
<
/div
>
...
...
@@ -74,7 +77,7 @@ export default {
{
label
:
'项目地区'
,
prop
:
'province'
,
width
:
'160'
,
slot
:
true
}
,
{
label
:
'项目类型'
,
prop
:
'boundType'
,
width
:
'130'
}
,
{
label
:
'工期(天)'
,
prop
:
'period'
,
width
:
'90'
}
,
{
label
:
'下浮率'
,
prop
:
'lowerRate'
,
width
:
'90'
}
{
label
:
'下浮率'
,
prop
:
'lowerRate'
,
width
:
'90'
,
slot
:
true
}
],
//列表
tableLoading
:
false
,
...
...
@@ -99,7 +102,8 @@ export default {
this
.
tableDataTotal
=
res
.
total
this
.
amountTotal
=
res
.
totalAmount
}
,
handlePic
(
url
){
handlePic
(
url
,
isPic
){
isPic
?
url
=
'https://imgs.jiansheku.com/'
+
url
:
''
if
(
url
){
window
.
open
(
url
,
"_blank"
)
}
...
...
dsk-operate-ui/src/views/detail/party-a/dealings/custom.vue
View file @
3775c318
...
...
@@ -44,6 +44,7 @@
import
mixin
from
'../mixins/mixin'
import
{
clientPage
}
from
'@/api/detail/party-a/dealings'
import
ClientDetail
from
'./component/customDetail'
import
auth
from
"@/plugins/auth"
;
export
default
{
name
:
'Custom'
,
props
:
[
'companyId'
],
...
...
@@ -90,6 +91,12 @@ export default {
this
.
tableLoading
=
false
if
(
res
.
code
==
200
){
this
.
tableData
=
res
.
rows
if
(
this
.
tableData
&&
this
.
tableData
.
length
>
0
){
this
.
tableData
.
forEach
(
item
=>
{
typeof
item
.
projectInfo
==
'string'
?
item
.
projectInfo
=
JSON
.
parse
(
item
.
projectInfo
)
:
''
item
.
amount
?
item
.
amount
=
parseFloat
(
item
.
amount
.
toFixed
(
4
))
:
''
})
}
}
this
.
tableDataTotal
=
res
.
total
},
...
...
dsk-operate-ui/src/views/detail/party-a/dealings/supplier.vue
View file @
3775c318
...
...
@@ -90,6 +90,12 @@ export default {
this
.
tableLoading
=
false
if
(
res
.
code
==
200
){
this
.
tableData
=
res
.
rows
if
(
this
.
tableData
&&
this
.
tableData
.
length
>
0
){
this
.
tableData
.
forEach
(
item
=>
{
typeof
item
.
projectInfo
==
'string'
?
item
.
projectInfo
=
JSON
.
parse
(
item
.
projectInfo
)
:
''
item
.
amount
?
item
.
amount
=
parseFloat
(
item
.
amount
.
toFixed
(
4
))
:
''
})
}
}
this
.
tableDataTotal
=
res
.
total
},
...
...
dsk-operate-ui/src/views/detail/party-a/overview/branch.vue
View file @
3775c318
...
...
@@ -51,7 +51,7 @@ export default {
],
formData
:
[
{
type
:
1
,
fieldName
:
'hasBid'
,
value
:
''
,
placeholder
:
'招标公告'
,
options
:
[
{
name
:
'不限'
,
value
:
''
},
{
name
:
'不限'
,
value
:
'
noLimit
'
},
{
name
:
'有招标公告'
,
value
:
1
},
{
name
:
'无招标公告'
,
value
:
0
}
]
...
...
@@ -70,6 +70,9 @@ export default {
async
handleQuery
(
params
)
{
this
.
tableLoading
=
true
let
param
=
params
?
params
:
this
.
queryParams
if
(
param
.
hasBid
==
'noLimit'
){
delete
param
.
hasBid
}
let
res
=
await
affiliates
(
param
)
this
.
tableLoading
=
false
if
(
res
.
code
==
200
){
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/operations.vue
View file @
3775c318
...
...
@@ -9,7 +9,7 @@
<div
class=
"operations-title"
>
{{
item
.
bratingSubjectLevel
}}
-
<span>
{{
item
.
ratingDate
}}
</span></div>
<div
class=
"flex-box operations-info"
>
<div>
{{
item
.
bondType
||
'--'
}}
</div>
<span
class=
"text-cl1"
><img
src=
"@/assets/images/detail/overview/oper_source.png"
>
{{
item
.
creditRatingAgency
||
'--'
}}
</span>
<span
class=
"text-cl1"
:title=
"item.creditRatingAgency"
><img
src=
"@/assets/images/detail/overview/oper_source.png"
>
{{
item
.
creditRatingAgency
||
'--'
}}
</span>
</div>
</div>
</li>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/relationship.vue
View file @
3775c318
<
template
>
<div
class=
"app-container rela-container"
>
<div
class=
"common-title"
>
关系企业
</div>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handle
Query
"
class=
"tabpane selfTab"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handle
Click
"
class=
"tabpane selfTab"
>
<el-tab-pane
label=
"股东"
name=
"first"
></el-tab-pane>
<el-tab-pane
label=
"对外投资"
name=
"second"
></el-tab-pane>
</el-tabs>
<div
class=
"table-item"
>
<div
class=
"rela-person"
v-
if
=
"activeName=='first'"
>
实际控制人:
{{
financial
&&
financial
.
actualController
||
'--'
}}
</div>
<div
class=
"rela-person"
v-
show
=
"activeName=='first'"
>
实际控制人:
{{
financial
&&
financial
.
actualController
||
'--'
}}
</div>
<el-table
:data=
"holderData"
border
style=
"width: 100%"
v-show=
"activeName=='first'"
>
<el-table-column
label=
"序号"
width=
"55"
align=
"left"
fixed
>
<template
slot-scope=
"scope"
>
{{
holderParams
.
pageNum
*
holderParams
.
pageSize
-
holderParams
.
pageSize
+
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"stockName"
min-width=
"140"
label=
"股东名称"
></el-table-column>
<el-table-column
prop=
"shouldCapiConv"
label=
"持股数量(亿)"
></el-table-column>
<el-table-column
label=
"持股比例"
>
<el-table-column
prop=
"shouldCapiConv"
label=
"应缴金额"
></el-table-column>
<el-table-column
prop=
"stockPercent"
label=
"持股比例"
></el-table-column>
<el-table-column
prop=
""
label=
"法定代表人"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
stockPercent
?
parseFloat
(
Number
(
scope
.
row
.
stockPercent
*
100
).
toFixed
(
4
))
+
'%'
:
'--'
}}
</span>
<span>
{{
scope
.
row
.
corporatePerson
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"法定代表人
"
>
<el-table-column
prop=
""
label=
"成立日期
"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
corporatePerson
||
'--'
}}
</span>
<span>
{{
scope
.
row
.
registeredDate
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"成立日期
"
>
<el-table-column
prop=
""
label=
"企业状态
"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
registeredDate
||
'--'
}}
</span>
<span>
{{
scope
.
row
.
businessStatus
||
'--'
}}
</span>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -44,16 +45,16 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"investOperName"
label=
"法定代表人"
></el-table-column>
<el-table-column
prop=
"investRegistCapi"
label=
"注册资本(万元)"
></el-table-column>
<el-table-column
prop=
"investStartDate"
label=
"成立日期"
></el-table-column>
<el-table-column
prop=
"stockPercentage"
label=
"股权占比"
>
<el-table-column
label=
"注册资本"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
stockPercentage
?
parseFloat
(
Number
(
scope
.
row
.
stockPercentage
*
100
).
toFixed
(
4
))
+
'%'
:
'--'
}}
</span>
<span>
{{
scope
.
row
.
investRegistCapi
||
'--'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"investStartDate"
label=
"成立日期"
></el-table-column>
<el-table-column
prop=
"stockPercentage"
label=
"股权占比"
></el-table-column>
<el-table-column
prop=
"shouldCapi"
label=
"认缴出资额(万元)"
></el-table-column>
</el-table>
<div
class=
"rela-more"
v-
if
=
"activeName=='second'&& shipTotal>shipParams.pageSize"
><span
class=
"a-link"
@
click=
"handlePath"
>
查看更多数据 >
</span></div>
<div
class=
"rela-more"
v-
show
=
"activeName=='second'&& shipTotal>shipParams.pageSize"
><span
class=
"a-link"
@
click=
"handlePath"
>
查看更多数据 >
</span></div>
</div>
</div>
</template>
...
...
@@ -87,16 +88,35 @@ export default {
},
created
()
{
this
.
handleQuery
()
this
.
handleInvest
()
},
mounted
()
{
},
methods
:
{
async
handleQuery
(){
let
res
=
this
.
activeName
==
'first'
?
await
bestStockPage
(
this
.
holderParams
):
await
investment
(
this
.
ship
Params
)
let
res
=
await
bestStockPage
(
this
.
holder
Params
)
if
(
res
.
code
==
200
){
this
.
activeName
==
'first'
?
this
.
holderData
=
res
.
rows
:
this
.
shipData
=
res
.
rows
if
(
res
.
rows
&&
res
.
rows
.
length
>
0
){
res
.
rows
.
forEach
(
item
=>
{
item
.
stockPercent
?
item
.
stockPercent
=
parseFloat
(
Number
(
item
.
stockPercent
*
100
).
toFixed
(
4
))
+
'%'
:
''
})
}
this
.
holderData
=
res
.
rows
}
},
async
handleInvest
(){
let
res
=
await
investment
(
this
.
shipParams
)
if
(
res
.
code
==
200
){
if
(
res
.
rows
&&
res
.
rows
.
length
>
0
){
res
.
rows
.
forEach
(
item
=>
{
item
.
stockPercentage
?
item
.
stockPercentage
=
parseFloat
(
Number
(
item
.
stockPercentage
*
100
).
toFixed
(
4
))
+
'%'
:
''
})
}
this
.
shipData
=
res
.
rows
this
.
shipTotal
=
res
.
total
}
this
.
activeName
==
'second'
?
this
.
shipTotal
=
res
.
total
:
''
},
handleClick
(){
},
handlePath
(){
changePath
(
this
,
'overseas'
)
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/tender.vue
View file @
3775c318
...
...
@@ -5,7 +5,7 @@
<template
v-if=
"zbggList.length>0"
>
<div
class=
"tender-item"
v-for=
"(item, index) in zbggList"
:key=
"index"
>
<div
class=
"flex-box tender-title"
><div
class=
"text-cl1"
:title=
"item.projectName"
><router-link
:to=
"'/radar/Bidding/details/'+item.bid"
tag=
"a"
class=
"a-link"
>
{{
item
.
projectName
}}
</router-link></div><span
:class=
"item.tenderStage=='项目动态'?'style2':item.tag=='招投标'?'style4':'style1'"
>
{{
item
.
tenderStage
}}
</span></div>
<span
class=
"tender-time"
>
{{
item
.
contact
}}
{{
item
.
issueTime
}}
</span>
<span
class=
"tender-time"
>
{{
item
.
issueTime
}}
</span>
</div>
</
template
>
<div
class=
"tender-no-data"
v-else
>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/holderinfo.vue
View file @
3775c318
...
...
@@ -24,6 +24,7 @@
<div
v-else
v-html=
"scope.row.stockName || '--'"
></div>
<div
class=
"tags"
v-if=
"scope.row.businessStatus"
>
<span
class=
"tag style1"
v-if=
"scope.row.businessStatus"
>
{{
scope
.
row
.
businessStatus
}}
</span>
<span
class=
"tag style1"
v-if=
"scope.row.biddingAnnouncement"
>
招标
{{
scope
.
row
.
biddingAnnouncement
}}
</span>
</div>
</
template
>
<
template
slot=
"stockPercent"
slot-scope=
"scope"
>
...
...
@@ -52,7 +53,7 @@ export default {
forData
:
[
{
label
:
'发起人/股东'
,
prop
:
'stockName'
,
minWidth
:
'230'
,
slot
:
true
},
{
label
:
'持股比例'
,
prop
:
'stockPercent'
,
slot
:
true
},
{
label
:
'认缴出资
(万)
'
,
prop
:
'shouldCapiConv'
},
{
label
:
'认缴出资'
,
prop
:
'shouldCapiConv'
},
{
label
:
'实缴出资额'
,
prop
:
'realCapi'
},
{
label
:
'认缴出资日期'
,
prop
:
'conDate'
},
{
label
:
'参股日期'
,
prop
:
'realCapiDate'
,
width
:
'150'
}
...
...
dsk-operate-ui/src/views/detail/party-a/overview/overseas.vue
View file @
3775c318
...
...
@@ -59,20 +59,20 @@ export default {
forData
:
[
{
label
:
'被投资企业名称'
,
prop
:
'investName'
,
minWidth
:
'180'
,
slot
:
true
},
{
label
:
'法定代表人'
,
prop
:
'investOperName'
},
{
label
:
'注册资本
(万元)
'
,
prop
:
'investRegistCapi'
},
{
label
:
'注册资本'
,
prop
:
'investRegistCapi'
},
{
label
:
'成立日期'
,
prop
:
'investStartDate'
},
{
label
:
'股权占比'
,
prop
:
'stockPercentage'
,
slot
:
true
,
slotHeader
:
true
,
slotName
:
'proportion'
},
{
label
:
'认缴出资额(万元)'
,
prop
:
'shouldCapi'
}
],
formData
:
[
{
type
:
1
,
fieldName
:
'hasBid'
,
value
:
''
,
placeholder
:
'招标公告'
,
options
:
[
{
name
:
'不限'
,
value
:
''
},
{
name
:
'不限'
,
value
:
'
noLimit
'
},
{
name
:
'有招标公告'
,
value
:
1
},
{
name
:
'无招标公告'
,
value
:
0
}
]
},
{
type
:
1
,
fieldName
:
'proportion'
,
value
:
''
,
placeholder
:
'股权占比'
,
options
:
[
{
name
:
'不限'
,
value
:
''
},
{
name
:
'不限'
,
value
:
'
noLimit
'
},
{
name
:
'100%'
,
value
:
'1~1'
},
{
name
:
'66.66%以上'
,
value
:
'0.6666~1'
},
{
name
:
'50%以上'
,
value
:
'0.4~1'
},
...
...
@@ -105,10 +105,15 @@ export default {
handleSearch
(){
let
params
=
this
.
formParams
()
if
(
params
.
proportion
){
params
.
stockPercentageMin
=
parseFloat
(
params
.
proportion
.
split
(
'~'
)[
0
])
params
.
stockPercentageMax
=
parseFloat
(
params
.
proportion
.
split
(
'~'
)[
1
])
if
(
params
.
proportion
!=
'noLimit'
){
params
.
stockPercentageMin
=
parseFloat
(
params
.
proportion
.
split
(
'~'
)[
0
])
params
.
stockPercentageMax
=
parseFloat
(
params
.
proportion
.
split
(
'~'
)[
1
])
}
delete
params
.
proportion
}
if
(
params
.
hasBid
==
'noLimit'
){
delete
params
.
hasBid
}
params
.
pageNum
=
1
this
.
queryParams
.
pageNum
=
1
this
.
handleQuery
(
params
)
...
...
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
3775c318
...
...
@@ -21,8 +21,8 @@ export default {
created
()
{
if
(
this
.
$route
.
params
.
id
)
{
// 获取companyId
this
.
loading
=
true
this
.
src
=
`https://pre-plug.jiansheku.com/enterprise/
${
this
.
$route
.
params
.
id
}
?ak=
${
this
.
ak
}
`
// this.src = `http://192.168.60.30:3300/enterprise/${this.$route.params.id}?ak=aec7b3ff2y2q8x6t49a7e2c463ce21912
`
//
this.src = `https://pre-plug.jiansheku.com/enterprise/${this.$route.params.id}?ak=${this.ak}`
this
.
src
=
`http://192.168.60.30:3300/enterprise/
${
this
.
$route
.
params
.
id
}
?ak=
${
this
.
ak
}
`
}
},
mounted
()
{
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
3775c318
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/index.vue
View file @
3775c318
...
...
@@ -100,7 +100,7 @@
<div
class=
"main"
>
<div
class=
"amount"
>
<p>
<span>
产值目标
(万元)
</span>
<span>
产值目标
(万元)
</span>
<span>
实际已完成(万元)
</span>
</p>
<p>
...
...
@@ -547,7 +547,9 @@ export default {
let
option
=
{
legend
:
{
x
:
'right'
,
padding
:[
0
,
120
,
0
,
0
],
padding
:[
3
,
120
,
0
,
0
],
itemHeight
:
8
,
itemWidth
:
16
,
},
tooltip
:
{
trigger
:
'axis'
,
...
...
@@ -567,7 +569,7 @@ export default {
type
:
'value'
,
},
grid
:
{
top
:
35
,
top
:
40
,
left
:
30
,
right
:
10
,
bottom
:
20
,
...
...
@@ -1036,8 +1038,8 @@ export default {
}
}
.btn
{
width
:
8
0%
;
height
:
6
4
px
;
width
:
10
0%
;
height
:
6
0
px
;
background
:
#FFFFFF
;
border-radius
:
4px
;
border
:
1px
solid
#E6E6E9
;
...
...
@@ -1045,6 +1047,7 @@ export default {
line-height
:
64px
;
font-size
:
14px
;
margin-left
:
0
;
margin-right
:
7px
;
i
{
margin-right
:
4px
;
}
...
...
dsk-operate-ui/src/views/macro/component/empty-data.vue
0 → 100644
View file @
3775c318
dsk-operate-ui/src/views/radar/components/debtProject/index.vue
View file @
3775c318
...
...
@@ -228,6 +228,7 @@
created
()
{
this
.
addressListfn
();
this
.
searchDic
();
this
.
search
();
},
methods
:
{
searchDic
(){
...
...
@@ -319,16 +320,16 @@
let
arr
=
(
this
.
$refs
.
address
.
getCheckedNodes
())
let
provinceCode
=
[],
cityCode
=
[],
county
Code
=
[];
area
Code
=
[];
let
province
=
[],
city
=
[],
county
=
[];
area
=
[];
for
(
var
i
in
arr
)
{
if
(
arr
[
i
].
parent
)
{
if
(
!
arr
[
i
].
parent
.
checked
)
{
arr
[
i
].
hasChildren
&&
cityCode
.
push
(
arr
[
i
].
value
);
!
arr
[
i
].
hasChildren
&&
county
Code
.
push
(
arr
[
i
].
value
);
!
arr
[
i
].
hasChildren
&&
area
Code
.
push
(
arr
[
i
].
value
);
}
}
else
{
provinceCode
.
push
(
arr
[
i
].
value
)
...
...
@@ -360,12 +361,12 @@
}
}
if
(
county
Code
.
length
>
0
)
{
for
(
let
i
=
0
;
i
<
county
Code
.
length
;
i
++
)
{
if
(
county
Code
[
i
]
==
jsk_data
[
j
].
id
)
{
county
.
push
({
if
(
area
Code
.
length
>
0
)
{
for
(
let
i
=
0
;
i
<
area
Code
.
length
;
i
++
)
{
if
(
area
Code
[
i
]
==
jsk_data
[
j
].
id
)
{
area
.
push
({
value
:
jsk_data
[
j
].
regionName
,
key
:
county
Code
[
i
]
key
:
area
Code
[
i
]
})
}
...
...
@@ -373,7 +374,7 @@
}
}
if
(
province
.
length
>
0
||
city
.
length
>
0
||
county
.
length
>
0
)
{
if
(
province
.
length
>
0
||
city
.
length
>
0
||
area
.
length
>
0
)
{
let
arrlist
=
[];
if
(
province
.
length
>
0
)
{
for
(
let
i
in
province
)
{
...
...
@@ -385,9 +386,9 @@
arrlist
.
push
(
city
[
i
].
value
)
}
}
if
(
county
.
length
>
0
)
{
for
(
let
i
in
county
)
{
arrlist
.
push
(
county
[
i
].
value
)
if
(
area
.
length
>
0
)
{
for
(
let
i
in
area
)
{
arrlist
.
push
(
area
[
i
].
value
)
}
}
console
.
log
(
this
.
addressType
);
...
...
@@ -396,7 +397,7 @@
keyid
:
'address'
,
provinceCode
:
provinceCode
,
cityCode
:
cityCode
,
countyCode
:
county
Code
,
areaCode
:
area
Code
,
title
:
'项目属地:'
,
key
:
''
,
addressType
:
this
.
addressType
...
...
@@ -464,17 +465,14 @@
if
(
this
.
arrList
[
i
].
keyid
==
"address"
)
{
params
.
specialBondProjectDto
[
'province'
]
=
this
.
arrList
[
i
].
provinceCode
.
join
(
','
);
params
.
specialBondProjectDto
[
'city'
]
=
this
.
arrList
[
i
].
cityCode
.
join
(
','
);
params
.
specialBondProjectDto
[
'
county'
]
=
this
.
arrList
[
i
].
county
Code
.
join
(
','
);
params
.
specialBondProjectDto
[
'
area'
]
=
this
.
arrList
[
i
].
area
Code
.
join
(
','
);
}
}
}
if
(
this
.
projectType
.
length
>
0
&&
this
.
projectType
[
0
]
!=
'不限'
){
params
.
specialBondProjectDto
[
'projectType'
]
=
this
.
projectType
.
join
(
','
);
}
if
(
!
this
.
ckhasValue
(
params
.
specialBondProjectDto
)){
this
.
$message
.
warning
(
"请选择筛选条件后添加多组业绩!"
);
return
}
api
.
bondProjectPage
(
params
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
tableData
=
res
.
data
.
list
;
...
...
dsk-system/src/main/java/com/dsk/system/dskService/EnterpriseBussinessService.java
View file @
3775c318
package
com
.
dsk
.
system
.
dskService
;
import
cn.hutool.core.bean.BeanUtil
;
import
cn.hutool.json.JSONUtil
;
import
com.dsk.common.core.domain.R
;
import
com.dsk.common.core.domain.model.*
;
import
com.dsk.common.core.page.TableDataInfo
;
import
com.dsk.common.utils.DskOpenApiUtil
;
import
org.apache.commons.collections4.MapUtils
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
java.util.List
;
import
java.util.Map
;
@Service
...
...
@@ -27,9 +30,17 @@ public class EnterpriseBussinessService {
}
public
TableDataInfo
clientProjectPage
(
EnterpriseBussinessClientProjectPageBody
body
)
throws
Exception
{
public
Map
<
String
,
Object
>
clientProjectPage
(
EnterpriseBussinessClientProjectPageBody
body
)
throws
Exception
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseBussiness/clientProjectPage"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
Integer
code
=
MapUtils
.
getInteger
(
map
,
"code"
,
300
);
Map
data
=
MapUtils
.
getMap
(
map
,
"data"
,
null
);
if
(
200
!=
code
)
throw
new
RuntimeException
();
Integer
count
=
MapUtils
.
getInteger
(
data
,
"totalCount"
,
0
);
Object
list
=
MapUtils
.
getObject
(
data
,
"list"
,
""
);
TableDataInfo
tableDataInfo
=
new
TableDataInfo
((
List
<?>)
list
,
count
);
Map
<
String
,
Object
>
resMap
=
BeanUtil
.
beanToMap
(
tableDataInfo
);
resMap
.
put
(
"totalAmount"
,
MapUtils
.
getDouble
(
data
,
"totalAmount"
,
0.0
));
return
resMap
;
}
...
...
@@ -51,9 +62,18 @@ public class EnterpriseBussinessService {
}
public
TableDataInfo
supplierProjectPage
(
EnterpriseBussinessSupplierProjectPageBody
body
)
throws
Exception
{
public
Map
<
String
,
Object
>
supplierProjectPage
(
EnterpriseBussinessSupplierProjectPageBody
body
)
throws
Exception
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseBussiness/supplierProjectPage"
,
BeanUtil
.
beanToMap
(
body
,
false
,
false
));
return
dskOpenApiUtil
.
responsePage
(
map
);
log
.
info
(
JSONUtil
.
toJsonStr
(
map
));
Integer
code
=
MapUtils
.
getInteger
(
map
,
"code"
,
300
);
Map
data
=
MapUtils
.
getMap
(
map
,
"data"
,
null
);
if
(
200
!=
code
)
throw
new
RuntimeException
();
Integer
count
=
MapUtils
.
getInteger
(
data
,
"totalCount"
,
0
);
Object
list
=
MapUtils
.
getObject
(
data
,
"list"
,
""
);
TableDataInfo
tableDataInfo
=
new
TableDataInfo
((
List
<?>)
list
,
count
);
Map
<
String
,
Object
>
resMap
=
BeanUtil
.
beanToMap
(
tableDataInfo
);
resMap
.
put
(
"totalAmount"
,
MapUtils
.
getDouble
(
data
,
"totalAmount"
,
0.0
));
return
resMap
;
}
...
...
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