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
5e285abc
Commit
5e285abc
authored
Jul 21, 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
b34380eb
0687daf2
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
106 additions
and
97 deletions
+106
-97
bidding.vue
...i/src/views/detail/party-a/overview/component/bidding.vue
+1
-1
execuinfo.vue
...perate-ui/src/views/detail/party-a/overview/execuinfo.vue
+1
-0
skeleton.vue
dsk-operate-ui/src/views/macro/component/skeleton.vue
+29
-0
industrialStructure.vue
...c/views/macro/economies/component/industrialStructure.vue
+2
-2
regionalEconomy.vue
...i/src/views/macro/economies/component/regionalEconomy.vue
+16
-16
index.vue
dsk-operate-ui/src/views/macro/enterprises/index.vue
+8
-5
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+9
-7
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+9
-6
index.vue
dsk-operate-ui/src/views/radar/components/Bidding/index.vue
+31
-60
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/bidding.vue
View file @
5e285abc
...
@@ -166,7 +166,7 @@ export default {
...
@@ -166,7 +166,7 @@ export default {
}
}
},
},
grid
:{
grid
:{
left
:
'1'
,
left
:
'1
%
'
,
top
:
'8%'
,
top
:
'8%'
,
right
:
'5%'
,
right
:
'5%'
,
bottom
:
'8%'
,
bottom
:
'8%'
,
...
...
dsk-operate-ui/src/views/detail/party-a/overview/execuinfo.vue
View file @
5e285abc
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<tables
<tables
:tableLoading=
"tableLoading"
:tableLoading=
"tableLoading"
:tableData=
"tableData"
:tableData=
"tableData"
:tableDataTotal=
"tableDataTotal"
:forData=
"forData"
:forData=
"forData"
:isIndex=
"false"
:isIndex=
"false"
:queryParams=
"queryParams"
:queryParams=
"queryParams"
...
...
dsk-operate-ui/src/views/macro/component/skeleton.vue
0 → 100644
View file @
5e285abc
<
template
>
<el-skeleton
animated
>
<template
slot=
"template"
>
<el-skeleton-item
variant=
"text"
style=
"width: 60%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 100%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 100%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 100%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 60%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 100%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 100%;"
/>
<el-skeleton-item
variant=
"text"
style=
"width: 100%;"
/>
</
template
>
</el-skeleton>
</template>
<
script
>
export
default
{
name
:
'skeleton'
}
</
script
>
<
style
lang=
"scss"
scoped
>
.el-skeleton__item
{
height
:
20px
;
border-radius
:
0
;
margin
:
9px
0
;
background
:
#f0f0f0
;
}
</
style
>
dsk-operate-ui/src/views/macro/economies/component/industrialStructure.vue
View file @
5e285abc
...
@@ -164,9 +164,9 @@ export default {
...
@@ -164,9 +164,9 @@ export default {
list
.
push
(
item
);
list
.
push
(
item
);
}
}
this
.
data
=
list
;
this
.
data
=
list
;
if
(
list
.
length
>
0
){
//
if(list.length > 0){
this
.
initChart
()
this
.
initChart
()
}
//
}
}
}
})
})
},
},
...
...
dsk-operate-ui/src/views/macro/economies/component/regionalEconomy.vue
View file @
5e285abc
...
@@ -7,57 +7,57 @@
...
@@ -7,57 +7,57 @@
<div
class=
"item-title"
><i
style=
"background: #4E8EFF;"
></i>
{{
recentlyYear
.
year
}}
年GDP
</div>
<div
class=
"item-title"
><i
style=
"background: #4E8EFF;"
></i>
{{
recentlyYear
.
year
}}
年GDP
</div>
<div
class=
"item-count"
>
<div
class=
"item-count"
>
<span>
{{
recentlyYear
.
gdp
}}
</span>
亿
<span>
{{
recentlyYear
.
gdp
}}
</span>
亿
<img
v-if=
"Number(
getMoneyNum(recentlyYear.gdpGrowth)
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-if=
"Number(
recentlyYear.gdpCompare
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
</div>
</div>
<div
id=
"echartsGDP"
style=
"height: 75px;"
></div>
<div
id=
"echartsGDP"
style=
"height: 75px;"
></div>
<div
class=
"item-text up"
v-if=
"Number(recentlyYear.gdp
Growth) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
gdpGrowth
}}
%
</span></div>
<div
class=
"item-text up"
v-if=
"Number(recentlyYear.gdp
Compare) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
gdpCompare
}}
亿
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
gdp
Growth
).
toFixed
(
2
).
toString
().
substring
(
1
)
}}
%
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
gdp
Compare
).
toString
().
substring
(
1
)
}}
亿
</span></div>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<div
class=
"item-title"
><i
style=
"background: #718AFF;"
></i>
{{
recentlyYear
.
year
}}
年GDP增速
</div>
<div
class=
"item-title"
><i
style=
"background: #718AFF;"
></i>
{{
recentlyYear
.
year
}}
年GDP增速
</div>
<div
class=
"item-count"
>
<div
class=
"item-count"
>
<span>
{{
recentlyYear
.
gdpGrowth
}}
</span>
%
<span>
{{
recentlyYear
.
gdpGrowth
}}
</span>
%
<img
v-if=
"
(Number(getMoneyNum(recentlyYear.gdpGrowth))-Number(getMoneyNum(nextYearMap.gdpGrowth))
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-if=
"
Number(recentlyYear.gdpGrowthCompare
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
</div>
</div>
<div
id=
"echartsZS"
style=
"height: 75px;"
></div>
<div
id=
"echartsZS"
style=
"height: 75px;"
></div>
<div
class=
"item-text up"
v-if=
"
(Number(getMoneyNum(recentlyYear.gdpGrowth))-Number(getMoneyNum(nextYearMap.gdpGrowth))
) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
gdpGrowthCompare
}}
%
</span></div>
<div
class=
"item-text up"
v-if=
"
Number(recentlyYear.gdpGrowthCompare
) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
gdpGrowthCompare
}}
%
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
gdpGrowthCompare
).
to
Fixed
(
2
).
to
String
().
substring
(
1
)
}}
%
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
gdpGrowthCompare
).
toString
().
substring
(
1
)
}}
%
</span></div>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<div
class=
"item-title"
><i
style=
"background: #3AD0D1;"
></i>
{{
recentlyYear
.
year
}}
年人口
</div>
<div
class=
"item-title"
><i
style=
"background: #3AD0D1;"
></i>
{{
recentlyYear
.
year
}}
年人口
</div>
<div
class=
"item-count"
>
<div
class=
"item-count"
>
<span>
{{
recentlyYear
.
population
}}
</span>
万
<span>
{{
recentlyYear
.
population
}}
</span>
万
<img
v-if=
"Number(
getMoneyNum(recentlyYear.populationGrowthRate)
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-if=
"Number(
recentlyYear.populationCompare
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
</div>
</div>
<div
id=
"echartsRK"
style=
"height: 75px;"
></div>
<div
id=
"echartsRK"
style=
"height: 75px;"
></div>
<div
class=
"item-text up"
v-if=
"Number(recentlyYear.population
GrowthRate) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
populationGrowthRate
}}
%
</span></div>
<div
class=
"item-text up"
v-if=
"Number(recentlyYear.population
Compare) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
populationCompare
}}
万
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
population
GrowthRate
).
toFixed
(
2
).
toString
().
substring
(
1
)
}}
%
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
population
Compare
).
toString
().
substring
(
1
)
}}
万
</span></div>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<div
class=
"item-title"
><i
style=
"background: #FFBE5D;"
></i>
{{
recentlyYear
.
year
}}
年一般公共预算收入
</div>
<div
class=
"item-title"
><i
style=
"background: #FFBE5D;"
></i>
{{
recentlyYear
.
year
}}
年一般公共预算收入
</div>
<div
class=
"item-count"
>
<div
class=
"item-count"
>
<span>
{{
recentlyYear
.
gbr
}}
</span>
亿
<span>
{{
recentlyYear
.
gbr
}}
</span>
亿
<img
v-if=
"Number(
getMoneyNum(recentlyYear.gbrGrowth)
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-if=
"Number(
recentlyYear.gbrCompare
) > 0"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
</div>
</div>
<div
id=
"echartsSR"
style=
"height: 75px;"
></div>
<div
id=
"echartsSR"
style=
"height: 75px;"
></div>
<div
class=
"item-text up"
v-if=
"Number(recentlyYear.gbr
Growth) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
gbrGrowth
}}
%
</span></div>
<div
class=
"item-text up"
v-if=
"Number(recentlyYear.gbr
Compare) > 0"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
gbrCompare
}}
亿
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
gbr
Growth
).
toFixed
(
2
).
toString
().
substring
(
1
)
}}
%
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
gbr
Compare
).
toString
().
substring
(
1
)
}}
亿
</span></div>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<div
class=
"item-title"
><i
style=
"background: #FF8935;"
></i>
{{
recentlyYear
.
year
}}
年地方政府债务余额
</div>
<div
class=
"item-title"
><i
style=
"background: #FF8935;"
></i>
{{
recentlyYear
.
year
}}
年地方政府债务余额
</div>
<div
class=
"item-count"
>
<div
class=
"item-count"
>
<span>
{{
recentlyYear
.
govDebtBalance
}}
</span>
亿
<span>
{{
recentlyYear
.
govDebtBalance
}}
</span>
亿
<img
v-if=
"Number(
getMoneyNum(recentlyYear.govDebtBalance)) > Number(getMoneyNum(nextYearMap.govDebtBalance))
"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-if=
"Number(
recentlyYear.govDebtBalanceCompare) > 0
"
src=
"@/assets/images/economies/icon_up.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
<img
v-else
src=
"@/assets/images/economies/icon_down.png"
>
</div>
</div>
<div
id=
"echartsYE"
style=
"height: 75px;"
></div>
<div
id=
"echartsYE"
style=
"height: 75px;"
></div>
<div
class=
"item-text up"
v-if=
"Number(
getMoneyNum(recentlyYear.govDebtBalance)) > Number(getMoneyNum(nextYearMap.govDebtBalance))
"
>
<div
class=
"item-text up"
v-if=
"Number(
recentlyYear.govDebtBalanceCompare) > 0
"
>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
govDebtBalanceCompare
}}
%
</span></div>
较
{{
nextYearMap
.
year
}}
年上升
<span>
{{
recentlyYear
.
govDebtBalanceCompare
}}
亿
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
recentlyYear
.
govDebtBalanceCompare
}}
%
</span></div>
<div
class=
"item-text down"
v-else
>
较
{{
nextYearMap
.
year
}}
年下降
<span>
{{
Number
(
recentlyYear
.
govDebtBalanceCompare
).
toString
().
substring
(
1
)
}}
亿
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
dsk-operate-ui/src/views/macro/enterprises/index.vue
View file @
5e285abc
...
@@ -24,16 +24,16 @@
...
@@ -24,16 +24,16 @@
</el-input>
</el-input>
<span
class=
"total"
>
共
{{
tableDataTotal
}}
条
</span>
<span
class=
"total"
>
共
{{
tableDataTotal
}}
条
</span>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
<el-table
v-loading=
"tableLoading"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
border
border
fit
fit
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0"
v-if=
"tableDataTotal > 0
&& !isSkeleton
"
:default-sort =
"
{prop: 'skyCount', order: 'descending'}"
:default-sort =
"
{prop: 'skyCount', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
class=
"empty"
v-if=
"tableDataTotal === 0"
>
<div
class=
"empty"
v-if=
"tableDataTotal === 0
&& !isSkeleton
"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
...
@@ -92,10 +92,10 @@
...
@@ -92,10 +92,10 @@
import
aptitudeCode
from
'@/assets/json/aptitudeCode'
import
aptitudeCode
from
'@/assets/json/aptitudeCode'
import
{
enterprise
,
location
,
getUipIdByCid
}
from
'@/api/macro/macro'
import
{
enterprise
,
location
,
getUipIdByCid
}
from
'@/api/macro/macro'
import
Region
from
'../component/region'
import
Region
from
'../component/region'
import
skeleton
from
'../component/skeleton'
export
default
{
export
default
{
name
:
'Enterprises'
,
name
:
'Enterprises'
,
components
:
{
Region
},
components
:
{
Region
,
skeleton
},
data
()
{
data
()
{
return
{
return
{
encodeStr
,
encodeStr
,
...
@@ -124,6 +124,7 @@ export default {
...
@@ -124,6 +124,7 @@ export default {
provinceId
:
''
,
provinceId
:
''
,
show_page
:
true
,
show_page
:
true
,
MaxPage
:
500
,
MaxPage
:
500
,
isSkeleton
:
true
}
}
},
},
created
()
{
created
()
{
...
@@ -166,6 +167,7 @@ export default {
...
@@ -166,6 +167,7 @@ export default {
this
.
aptitudeCodeList
=
aptitudeCode
this
.
aptitudeCodeList
=
aptitudeCode
},
},
async
querySubmit
(){
async
querySubmit
(){
this
.
isSkeleton
=
true
;
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
}
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
}
if
(
this
.
queryParams
.
field
){
if
(
this
.
queryParams
.
field
){
params
.
field
=
this
.
queryParams
.
field
params
.
field
=
this
.
queryParams
.
field
...
@@ -192,6 +194,7 @@ export default {
...
@@ -192,6 +194,7 @@ export default {
params
.
aptitudeQueryDto
.
aptitudeDtoList
=
aptitudeType
params
.
aptitudeQueryDto
.
aptitudeDtoList
=
aptitudeType
}
}
enterprise
(
params
).
then
(
res
=>
{
enterprise
(
params
).
then
(
res
=>
{
this
.
isSkeleton
=
false
if
(
res
.
code
===
200
){
if
(
res
.
code
===
200
){
this
.
tableData
=
res
.
data
.
list
;
this
.
tableData
=
res
.
data
.
list
;
this
.
tableDataTotal
=
res
.
data
.
total
;
this
.
tableDataTotal
=
res
.
data
.
total
;
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
5e285abc
...
@@ -28,16 +28,16 @@
...
@@ -28,16 +28,16 @@
<span
class=
"flex-box"
@
click=
"handleMessage"
><img
src=
"@/assets/images/ability_excel.png"
>
导出EXCEL
</span>
<span
class=
"flex-box"
@
click=
"handleMessage"
><img
src=
"@/assets/images/ability_excel.png"
>
导出EXCEL
</span>
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
<el-table
v-loading=
"tableLoading"
class=
"fixed-table"
class=
"fixed-table"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
border
border
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0"
v-if=
"tableDataTotal > 0
&& !isSkeleton
"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
:default-sort =
"
{prop: 'gdp', order: 'descending'}"
>
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
>
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
<el-table-column
label=
"社会消费品零售总额(亿元)"
prop=
"trscg"
:formatter=
"formatStatus"
width=
"160"
align=
"right"
></el-table-column>
<el-table-column
label=
"社会消费品零售总额(亿元)"
prop=
"trscg"
:formatter=
"formatStatus"
width=
"160"
align=
"right"
></el-table-column>
<el-table-column
label=
"城镇居民人均可支配收入(元)"
prop=
"urbanPcdi"
:formatter=
"formatStatus"
width=
"160"
align=
"right"
></el-table-column>
<el-table-column
label=
"城镇居民人均可支配收入(元)"
prop=
"urbanPcdi"
:formatter=
"formatStatus"
width=
"160"
align=
"right"
></el-table-column>
</el-table>
</el-table>
<div
class=
"empty"
v-if=
"tableDataTotal === 0"
>
<div
class=
"empty"
v-if=
"tableDataTotal === 0
&& !isSkeleton
"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
...
@@ -117,11 +117,12 @@
...
@@ -117,11 +117,12 @@
import
{
nationalPage
,
getYears
}
from
'@/api/macro/macro'
import
{
nationalPage
,
getYears
}
from
'@/api/macro/macro'
import
dataRegion
from
'@/assets/json/dataRegion'
import
dataRegion
from
'@/assets/json/dataRegion'
import
economiesDetail
from
'./economies-detail'
import
economiesDetail
from
'./economies-detail'
import
skeleton
from
'../../component/skeleton'
import
axios
from
'axios'
import
axios
from
'axios'
export
default
{
export
default
{
name
:
'NationalEconomies'
,
name
:
'NationalEconomies'
,
components
:
{
components
:
{
economiesDetail
economiesDetail
,
skeleton
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -142,7 +143,8 @@
...
@@ -142,7 +143,8 @@
pageSize
:
20
,
pageSize
:
20
,
tableDataTotal
:
null
,
tableDataTotal
:
null
,
show_page
:
true
,
show_page
:
true
,
MaxPage
:
500
MaxPage
:
500
,
isSkeleton
:
true
}
}
},
},
created
()
{
created
()
{
...
@@ -227,7 +229,7 @@
...
@@ -227,7 +229,7 @@
},
},
// 查询提交
// 查询提交
async
querySubmit
()
{
async
querySubmit
()
{
this
.
tableLoading
=
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
();
...
@@ -272,7 +274,7 @@
...
@@ -272,7 +274,7 @@
}
}
nationalPage
(
params
).
then
(
res
=>
{
nationalPage
(
params
).
then
(
res
=>
{
this
.
tableLoading
=
false
this
.
isSkeleton
=
false
this
.
tableData
=
res
.
data
.
list
;
this
.
tableData
=
res
.
data
.
list
;
this
.
tableDataTotal
=
res
.
data
.
totalCount
this
.
tableDataTotal
=
res
.
data
.
totalCount
})
})
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
5e285abc
...
@@ -144,8 +144,9 @@
...
@@ -144,8 +144,9 @@
<span
class=
"flex-box"
@
click=
"handleMessage"
><img
src=
"@/assets/images/ability_excel.png"
>
导出EXCEL
</span>
<span
class=
"flex-box"
@
click=
"handleMessage"
><img
src=
"@/assets/images/ability_excel.png"
>
导出EXCEL
</span>
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<div
v-if=
"tableDataTotal > 0"
>
<div
v-if=
"tableDataTotal > 0
&& !isSkeleton
"
>
<el-table
<el-table
v-loading=
"tableLoading"
v-loading=
"tableLoading"
:data=
"tableData"
:data=
"tableData"
...
@@ -234,7 +235,7 @@
...
@@ -234,7 +235,7 @@
<!--<el-table-column prop="bl" label="开发区类别" width="160" />-->
<!--<el-table-column prop="bl" label="开发区类别" width="160" />-->
</el-table>
</el-table>
</div>
</div>
<div
class=
"empty"
v-if=
"tableDataTotal === 0"
>
<div
class=
"empty"
v-if=
"tableDataTotal === 0
&& !isSkeleton
"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<img
class=
"img"
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p1"
>
抱歉,没找到相关数据
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
<div
class=
"p2"
>
建议调整关键词或筛选条件,重新搜索
</div>
...
@@ -282,6 +283,7 @@
...
@@ -282,6 +283,7 @@
<
script
>
<
script
>
import
{
encodeStr
}
from
"@/assets/js/common.js"
import
{
encodeStr
}
from
"@/assets/js/common.js"
import
skeleton
from
'../component/skeleton'
import
dataRegion
from
'@/assets/json/dataRegion'
import
dataRegion
from
'@/assets/json/dataRegion'
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
import
elementResizeDetectorMaker
from
"element-resize-detector"
import
elementResizeDetectorMaker
from
"element-resize-detector"
...
@@ -291,7 +293,7 @@
...
@@ -291,7 +293,7 @@
export
default
{
export
default
{
name
:
'Urban'
,
name
:
'Urban'
,
components
:
{
components
:
{
Region
Region
,
skeleton
},
},
data
()
{
data
()
{
return
{
return
{
...
@@ -336,7 +338,7 @@ export default {
...
@@ -336,7 +338,7 @@ export default {
dataQuery
:{},
dataQuery
:{},
province
:
''
,
province
:
''
,
provinceId
:[],
provinceId
:[],
fixed
:
false
,
isSkeleton
:
true
}
}
},
},
watch
:{
watch
:{
...
@@ -452,7 +454,8 @@ export default {
...
@@ -452,7 +454,8 @@ export default {
},
},
// 查询提交
// 查询提交
async
querySubmit
()
{
async
querySubmit
()
{
this
.
tableLoading
=
true
// this.tableLoading = true;
this
.
isSkeleton
=
true
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
type
:
Number
(
this
.
queryParams
.
radio
)}
const
params
=
{
pageNum
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
type
:
Number
(
this
.
queryParams
.
radio
)}
const
param
=
{}
const
param
=
{}
// if(this.queryParams.address.length > 0){
// if(this.queryParams.address.length > 0){
...
@@ -529,7 +532,7 @@ export default {
...
@@ -529,7 +532,7 @@ export default {
}
}
urbanInvestmentPage
(
params
).
then
(
res
=>
{
urbanInvestmentPage
(
params
).
then
(
res
=>
{
this
.
tableLoading
=
false
this
.
isSkeleton
=
false
this
.
tableData
=
res
.
data
.
list
;
this
.
tableData
=
res
.
data
.
list
;
this
.
tableDataTotal
=
res
.
data
.
totalCount
this
.
tableDataTotal
=
res
.
data
.
totalCount
})
})
...
...
dsk-operate-ui/src/views/radar/components/Bidding/index.vue
View file @
5e285abc
...
@@ -359,28 +359,20 @@ export default {
...
@@ -359,28 +359,20 @@ export default {
value
:
"今天"
,
value
:
"今天"
,
},
},
{
{
label
:
"近3日"
,
label
:
"未来3天"
,
value
:
"近3日"
,
value
:
"未来3天"
,
},
{
label
:
"近7日"
,
value
:
"近7日"
,
},
{
label
:
"近1个月"
,
value
:
"近1个月"
,
},
},
{
{
label
:
"
近3个月
"
,
label
:
"
未来7天
"
,
value
:
"
近3个月
"
,
value
:
"
未来7天
"
,
},
},
{
{
label
:
"
近半年
"
,
label
:
"
未来1个月
"
,
value
:
"
近半年
"
,
value
:
"
未来1个月
"
,
},
},
{
{
label
:
"
近1年
"
,
label
:
"
未来3个月
"
,
value
:
"
近1年
"
,
value
:
"
未来3个月
"
,
},
},
],
],
PlanTenderDateValue
:
""
,
PlanTenderDateValue
:
""
,
...
@@ -746,58 +738,30 @@ export default {
...
@@ -746,58 +738,30 @@ export default {
startTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
startTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
endTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
endTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
break
;
break
;
case
"近3日"
:
case
"未来3天"
:
endTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
startTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
if
(
Day
>
3
)
{
endTime
=
this
.
getDate
(
3
)
startTime
=
Year
+
"-"
+
Month
+
"-"
+
(
Day
-
3
);
}
else
{
let
newTime
=
datetime
.
getTime
()
-
3
*
24
*
60
*
60
*
1000
Year
=
new
Date
(
newTime
).
getFullYear
();
Month
=
new
Date
(
newTime
).
getMonth
()
+
1
;
Day
=
new
Date
(
newTime
).
getDate
();
startTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
}
break
;
break
;
case
"近7日"
:
case
"未来7天"
:
endTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
startTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
if
(
Day
>
7
)
{
endTime
=
this
.
getDate
(
7
)
startTime
=
Year
+
"-"
+
Month
+
"-"
+
(
Day
-
7
);
}
else
{
let
newTime
=
datetime
.
getTime
()
-
7
*
24
*
60
*
60
*
1000
Year
=
new
Date
(
newTime
).
getFullYear
();
Month
=
new
Date
(
newTime
).
getMonth
()
+
1
;
Day
=
new
Date
(
newTime
).
getDate
();
startTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
}
break
;
case
"近1个月"
:
endTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
if
(
Month
>
1
)
{
startTime
=
Year
+
"-"
+
(
Month
-
1
)
+
"-1"
;
}
else
{
startTime
=
Year
-
1
+
"-"
+
(
12
+
Month
-
1
)
+
"-1"
;
}
break
;
break
;
case
"
近3
个月"
:
case
"
未来1
个月"
:
end
Time
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
start
Time
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
if
(
Month
>
3
)
{
if
(
Month
==
12
)
{
startTime
=
Year
+
"-"
+
(
Month
-
3
)
+
"-1"
;
endTime
=
Year
+
1
+
"-01-"
+
+
Day
;
}
else
{
}
else
{
startTime
=
Year
-
1
+
"-"
+
(
12
+
Month
-
3
)
+
"-1"
;
endTime
=
Year
+
"-"
+
(
Month
+
1
)
+
"-"
+
Day
;
}
}
break
;
break
;
case
"
近半年
"
:
case
"
未来3个月
"
:
end
Time
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
start
Time
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
if
(
Month
>
6
)
{
if
(
Month
>
9
)
{
startTime
=
Year
+
"-"
+
(
Month
-
6
)
+
"-1"
;
endTime
=
Year
+
1
+
"-"
+
Month
-
9
+
"-"
+
+
Day
;
}
else
{
}
else
{
startTime
=
Year
-
1
+
"-"
+
(
12
+
Month
-
6
)
+
"-1"
;
endTime
=
Year
+
"-"
+
(
Month
+
3
)
+
"-"
+
Day
;
}
}
break
;
break
;
case
"近1年"
:
startTime
=
Year
-
1
+
"-"
+
Month
+
"-"
+
Day
;
endTime
=
Year
+
"-"
+
Month
+
"-"
+
Day
;
break
;
case
"自定义"
:
case
"自定义"
:
if
(
!
this
.
PlanTenderDate
)
{
if
(
!
this
.
PlanTenderDate
)
{
this
.
PlanTenderDateValue
=
""
;
this
.
PlanTenderDateValue
=
""
;
...
@@ -839,6 +803,13 @@ export default {
...
@@ -839,6 +803,13 @@ export default {
}
}
this
.
jskBidPlanDto
=
obj
;
this
.
jskBidPlanDto
=
obj
;
},
},
getDate
(
n
){
let
date1
=
new
Date
();
let
date2
=
new
Date
(
date1
);
date2
.
setDate
(
date1
.
getDate
()
+
n
);
let
time2
=
date2
.
getFullYear
()
+
"-"
+
(
"0"
+
(
date2
.
getMonth
()
+
1
)).
slice
(
-
2
)
+
"-"
+
(
"0"
+
date2
.
getDate
()).
slice
(
-
2
);
return
time2
},
changeIssueTime
(
type
)
{
changeIssueTime
(
type
)
{
if
(
type
==
'bid'
&&
this
.
tenderDate
){
if
(
type
==
'bid'
&&
this
.
tenderDate
){
this
.
tenderDateValue
=
"自定义"
;
this
.
tenderDateValue
=
"自定义"
;
...
...
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