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
6ea9d19a
Commit
6ea9d19a
authored
Aug 09, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f55ed098
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1124 additions
and
754 deletions
+1124
-754
macro.js
dsk-operate-ui/src/api/macro/macro.js
+41
-1
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+2
-2
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+1
-1
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+1073
-743
index.vue
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
+4
-4
gzdb.vue
...erate-ui/src/views/project/projectList/component/gzdb.vue
+3
-3
No files found.
dsk-operate-ui/src/api/macro/macro.js
View file @
6ea9d19a
...
@@ -100,7 +100,16 @@ export function countNewsBidByMonth(param) {
...
@@ -100,7 +100,16 @@ export function countNewsBidByMonth(param) {
data
:
param
data
:
param
})
})
}
}
//全国商机项目分析-全国土地交易项目年份统计
//全国中标市场分析-全国中标项目统计
export
function
countBidByType
(
param
)
{
return
request
({
url
:
'/marketAnalysis/countBidByType'
,
method
:
'POST'
,
data
:
param
})
}
//全国中标市场分析-全国各地区中标统计TOP10
export
function
countBidGroupByProvince
(
param
)
{
export
function
countBidGroupByProvince
(
param
)
{
return
request
({
return
request
({
url
:
'/marketAnalysis/countBidGroupByProvince'
,
url
:
'/marketAnalysis/countBidGroupByProvince'
,
...
@@ -108,6 +117,37 @@ export function countBidGroupByProvince(param) {
...
@@ -108,6 +117,37 @@ export function countBidGroupByProvince(param) {
data
:
param
data
:
param
})
})
}
}
//全国中标市场分析-全国中标金额分析
export
function
rangeBidMoney
(
param
)
{
return
request
({
url
:
'/marketAnalysis/rangeBidMoney'
,
method
:
'POST'
,
data
:
param
})
}
//全国中标市场分析-全国中标趋势分析
export
function
rangeBidFiveYears
()
{
return
request
({
url
:
'/marketAnalysis/rangeBidFiveYears'
,
method
:
'POST'
,
})
}
//全国中标市场分析-全国中标下浮率分析
export
function
lowerRateByYear
(
param
)
{
return
request
({
url
:
'/marketAnalysis/lowerRateByYear'
,
method
:
'POST'
,
data
:
param
})
}
//全国中标市场分析-全国中标业绩项目类型下浮率
export
function
lowerRangeTenderType
(
param
)
{
return
request
({
url
:
'/marketAnalysis/lowerRangeTenderType'
,
method
:
'POST'
,
data
:
param
})
}
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
6ea9d19a
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"gdp"
label=
"GDP(亿元)"
sortable
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"gdp"
label=
"GDP(亿元)"
sortable
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"gdpGrowth"
label=
"GDP增速(%)"
sortable
width=
"1
0
0"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"gdpGrowth"
label=
"GDP增速(%)"
sortable
width=
"1
2
0"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"gdpPerCapita"
label=
"人均GDP(元)"
sortable
width=
"130"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"gdpPerCapita"
label=
"人均GDP(元)"
sortable
width=
"130"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"population"
label=
"人口(万人)"
sortable
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"population"
label=
"人口(万人)"
sortable
width=
"120"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"fixedInvestment"
label=
"固定资产投资 (亿元) "
sortable
width=
"200"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"fixedInvestment"
label=
"固定资产投资 (亿元) "
sortable
width=
"200"
:formatter=
"formatStatus"
/>
...
@@ -100,7 +100,6 @@ export default {
...
@@ -100,7 +100,6 @@ export default {
},
},
methods
:
{
methods
:
{
getData
(){
getData
(){
this
.
isSkeleton
=
true
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
year
:
this
.
queryParams
.
year
,
type
:
2
}
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
year
:
this
.
queryParams
.
year
,
type
:
2
}
if
(
this
.
queryParams
.
field
){
if
(
this
.
queryParams
.
field
){
params
.
field
=
this
.
queryParams
.
field
params
.
field
=
this
.
queryParams
.
field
...
@@ -118,6 +117,7 @@ export default {
...
@@ -118,6 +117,7 @@ export default {
params
.
areaId
=
[
this
.
provinceId
[
2
]]
params
.
areaId
=
[
this
.
provinceId
[
2
]]
}
}
// params.provinceIds=[this.dataQuery.provinceId]
// params.provinceIds=[this.dataQuery.provinceId]
// this.isSkeleton = true
nationalPage
(
params
).
then
(
res
=>
{
nationalPage
(
params
).
then
(
res
=>
{
this
.
isSkeleton
=
false
this
.
isSkeleton
=
false
this
.
tableData
=
res
.
data
.
list
this
.
tableData
=
res
.
data
.
list
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
6ea9d19a
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
},
},
// 查询提交
// 查询提交
async
querySubmit
()
{
async
querySubmit
()
{
this
.
isSkeleton
=
true
//
this.isSkeleton = true
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
year
:
this
.
queryParams
.
year
,
type
:
1
}
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
year
:
this
.
queryParams
.
year
,
type
:
1
}
if
(
this
.
queryParams
.
address
){
if
(
this
.
queryParams
.
address
){
let
arr
=
this
.
$refs
.
address
.
getCheckedNodes
();
let
arr
=
this
.
$refs
.
address
.
getCheckedNodes
();
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
6ea9d19a
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
View file @
6ea9d19a
...
@@ -4,14 +4,14 @@
...
@@ -4,14 +4,14 @@
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"全国经济大全"
name=
"first"
></el-tab-pane>
<el-tab-pane
label=
"全国经济大全"
name=
"first"
></el-tab-pane>
<el-tab-pane
label=
"全国商机项目分析"
name=
"second"
></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=
"全国中标市场分析"
name=
"third"
></el-tab-pane
>
<el-tab-pane
label=
"全国
中标市场
分析"
name=
"fourth"
></el-tab-pane>
<el-tab-pane
label=
"全国
建筑企业
分析"
name=
"fourth"
></el-tab-pane>
</el-tabs>
</el-tabs>
</div>
</div>
<Economic
v-if=
"activeName === 'first'"
></Economic>
<Economic
v-if=
"activeName === 'first'"
></Economic>
<Sjxmfx
v-if=
"activeName === 'second'"
></Sjxmfx>
<Sjxmfx
v-if=
"activeName === 'second'"
></Sjxmfx>
<
!--
<Zhongbiao
v-if=
"activeName === 'third'"
></Zhongbiao>
--
>
<
Zhongbiao
v-if=
"activeName === 'third'"
></Zhongbiao
>
<Jzqyfx
v-if=
"activeName === 'fourth'"
></Jzqyfx>
<Jzqyfx
v-if=
"activeName === 'fourth'"
></Jzqyfx>
</div>
</div>
</
template
>
</
template
>
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
activeName
:
'
first
'
activeName
:
'
third
'
}
}
},
},
created
()
{
created
()
{
...
...
dsk-operate-ui/src/views/project/projectList/component/gzdb.vue
View file @
6ea9d19a
...
@@ -130,9 +130,9 @@
...
@@ -130,9 +130,9 @@
state
:
2
,
state
:
2
,
}
}
getGZDB
(
params
).
then
(
result
=>
{
getGZDB
(
params
).
then
(
result
=>
{
this
.
datalist
=
result
.
code
==
200
?
result
:[]
let
datalist
=
result
.
code
==
200
?
result
:[]
if
(
this
.
datalist
){
if
(
datalist
){
this
.
yqnum
=
`已逾期
${
this
.
datalist
.
rows
.
length
}
条`
;
this
.
yqnum
=
`已逾期
${
datalist
.
rows
.
length
}
条`
;
}
}
})
})
},
},
...
...
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