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
e54aeb75
Commit
e54aeb75
authored
Aug 03, 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
1a513b7a
9e05383b
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1556 additions
and
706 deletions
+1556
-706
macro.js
dsk-operate-ui/src/api/macro/macro.js
+22
-3
sjxmfx.vue
...ui/src/views/macro/nationalEconomies/component/sjxmfx.vue
+1
-1
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+164
-142
zhaobiao.vue
.../src/views/macro/nationalEconomies/component/zhaobiao.vue
+726
-555
zhaobiao1.vue
...src/views/macro/nationalEconomies/component/zhaobiao1.vue
+638
-0
index.vue
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
+1
-1
UrbanInvestmentPlatformServiceImpl.java
...stem/service/impl/UrbanInvestmentPlatformServiceImpl.java
+4
-4
No files found.
dsk-operate-ui/src/api/macro/macro.js
View file @
e54aeb75
...
...
@@ -68,6 +68,14 @@ export function countLandMarketByProvince(param) {
})
}
//全国商机项目分析-全国土地交易项目年份统计
export
function
countLandMarketByYear
()
{
return
request
({
url
:
'/marketAnalysis/countLandMarketByYear'
,
method
:
'POST'
,
})
}
//全国商机项目分析-全国各地区招标统计TOP10
export
function
countNewsBidByProvince
(
param
)
{
return
request
({
...
...
@@ -76,10 +84,13 @@ export function countNewsBidByProvince(param) {
data
:
param
})
}
//全国商机项目分析-全国土地交易项目年份统计
export
function
countLandMarketByYear
()
{
//全国商机项目分析-全国公招项目统计
export
function
countNewsBidByYear
()
{
return
request
({
url
:
'/marketAnalysis/count
LandMarket
ByYear'
,
url
:
'/marketAnalysis/count
NewsBid
ByYear'
,
method
:
'POST'
,
})
}
...
...
@@ -91,6 +102,14 @@ export function countBidGroupByProvince(param) {
data
:
param
})
}
//全国商机项目分析-全国各年度招标月份统计
export
function
countNewsBidByMonth
(
param
)
{
return
request
({
url
:
'/marketAnalysis/countNewsBidByMonth'
,
method
:
'POST'
,
data
:
param
})
}
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/sjxmfx.vue
View file @
e54aeb75
...
...
@@ -13,7 +13,7 @@
import
*
as
echarts
from
'echarts'
;
import
{
countGroupByMonth
,
countGroupByProvince
,
getYear
}
from
'@/api/macro/macro'
import
Tdjy
from
'./tdjy'
import
Zhaobiao
from
'./zhaobiao'
import
Zhaobiao
from
'./zhaobiao
1
'
export
default
{
name
:
'NationalEconomies'
,
components
:
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
e54aeb75
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao.vue
View file @
e54aeb75
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao1.vue
0 → 100644
View file @
e54aeb75
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
View file @
e54aeb75
...
...
@@ -28,7 +28,7 @@ export default {
},
data
()
{
return
{
activeName
:
'
second
'
activeName
:
'
first
'
}
},
created
()
{
...
...
dsk-system/src/main/java/com/dsk/system/service/impl/UrbanInvestmentPlatformServiceImpl.java
View file @
e54aeb75
...
...
@@ -52,8 +52,8 @@ public class UrbanInvestmentPlatformServiceImpl implements UrbanInvestmentPlatfo
for
(
Object
dataMap
:
list
)
{
String
name
=
MapUtils
.
getString
(
CommonUtils
.
assertAsMap
(
dataMap
),
"companyName"
);
if
(
ObjectUtil
.
isNotEmpty
(
name
)
&&
ObjectUtil
.
isNotEmpty
(
pageDto
.
getKeyword
()))
{
name
=
name
.
replace
(
"<font color='red'>"
,
""
);
name
=
name
.
replace
(
"</font>"
,
""
);
name
=
name
.
replace
All
(
"<font color='red'>"
,
""
);
name
=
name
.
replace
All
(
"</font>"
,
""
);
companyNames
.
add
(
name
);
}
else
{
companyNames
.
add
(
name
);
...
...
@@ -82,8 +82,8 @@ public class UrbanInvestmentPlatformServiceImpl implements UrbanInvestmentPlatfo
String
uipId
=
MapUtils
.
getString
(
companyMap
,
"uipId"
);
String
companyName
=
MapUtils
.
getString
(
companyMap
,
"companyName"
,
""
);
if
(
ObjectUtil
.
isNotEmpty
(
companyName
)
&&
ObjectUtil
.
isNotEmpty
(
pageDto
.
getKeyword
()))
{
companyName
=
companyName
.
replace
(
"<font color='red'>"
,
""
);
companyName
=
companyName
.
replace
(
"</font>"
,
""
);
companyName
=
companyName
.
replace
All
(
"<font color='red'>"
,
""
);
companyName
=
companyName
.
replace
All
(
"</font>"
,
""
);
}
companyMap
.
put
(
"claimStatus"
,
null
);
companyMap
.
put
(
"bratingSubjectLevel"
,
null
);
...
...
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