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
4aa39cfd
Commit
4aa39cfd
authored
Jun 30, 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
a1168428
cee03391
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
121 additions
and
104 deletions
+121
-104
macro.js
dsk-operate-ui/src/api/macro/macro.js
+7
-0
request.js
dsk-operate-ui/src/utils/request.js
+5
-4
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+1
-1
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+1
-7
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+1
-7
comparison.vue
...ate-ui/src/views/macro/economies/component/comparison.vue
+62
-21
industrialStructure.vue
...c/views/macro/economies/component/industrialStructure.vue
+12
-8
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+6
-3
regionalEconomy.vue
...i/src/views/macro/economies/component/regionalEconomy.vue
+1
-0
index.vue
dsk-operate-ui/src/views/macro/economies/index.vue
+5
-3
index.vue
dsk-operate-ui/src/views/macro/financing/index.vue
+7
-0
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+3
-0
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+1
-1
index.vue
...operate-ui/src/views/radar/components/BidRecord/index.vue
+1
-7
index.vue
dsk-operate-ui/src/views/radar/components/Bidding/index.vue
+1
-7
index.vue
...ate-ui/src/views/radar/components/Establishment/index.vue
+1
-7
index.vue
dsk-operate-ui/src/views/radar/components/Land/index.vue
+1
-7
index.vue
dsk-operate-ui/src/views/radar/components/Tender/index.vue
+1
-7
index.vue
...operate-ui/src/views/radar/components/bxprozbgg/index.vue
+1
-7
index.vue
...erate-ui/src/views/radar/components/debtProject/index.vue
+3
-7
No files found.
dsk-operate-ui/src/api/macro/macro.js
View file @
4aa39cfd
...
...
@@ -127,6 +127,13 @@ export function regionalCompare(param) {
data
:
param
})
}
export
function
multipleCompare
(
param
)
{
return
request
({
url
:
'/economic/regional/multipleCompare'
,
method
:
'POST'
,
data
:
param
})
}
...
...
dsk-operate-ui/src/utils/request.js
View file @
4aa39cfd
...
...
@@ -67,6 +67,7 @@ service.interceptors.request.use(config => {
// 响应拦截器
service
.
interceptors
.
response
.
use
(
res
=>
{
const
apiList
=
[
'/login'
]
//需要提示错误的接口
// 未设置状态码则默认成功状态
const
code
=
res
.
data
.
code
||
200
;
// 获取错误信息
...
...
@@ -88,16 +89,16 @@ service.interceptors.response.use(res => {
});
}
return
Promise
.
reject
(
'无效的会话,或者会话已过期,请重新登录。'
)
}
/* else if (code === 500
) {
}
else
if
(
code
===
500
&&
apiList
.
includes
(
res
.
config
.
url
)
)
{
Message
({
message
:
msg
,
type
:
'error'
})
return
Promise
.
reject
(
new
Error
(
msg
))
} else if (code === 601) {
}
else
if
(
code
===
601
&&
apiList
.
includes
(
res
.
config
.
url
)
)
{
Message
({
message
:
msg
,
type
:
'warning'
})
return
Promise
.
reject
(
'error'
)
} else if (code !== 200) {
}
else
if
(
code
!==
200
&&
apiList
.
includes
(
res
.
config
.
url
)
)
{
Notification
.
error
({
title
:
msg
})
return
Promise
.
reject
(
'error'
)
}
*/
else
{
}
else
{
return
res
.
data
}
},
error
=>
{
...
...
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
4aa39cfd
...
...
@@ -245,7 +245,7 @@ export default {
this
.
$nextTick
(()
=>
{
this
.
isCustomer
=
true
this
.
isCompany
=
false
this
.
currentPath
.
pathName
=
'business'
this
.
currentPath
.
pathName
=
this
.
$route
.
query
.
path
||
'business'
this
.
companyInfo
=
{
companyName
:
this
.
customerInfo
.
companyName
}
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
4aa39cfd
...
...
@@ -132,13 +132,7 @@
<p>
共有
{{
total
}}
条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
4aa39cfd
...
...
@@ -449,13 +449,7 @@
<p>
共有{{total}}条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message({message: '功能正在开发中',type: 'warning'})"
>
导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/macro/economies/component/comparison.vue
View file @
4aa39cfd
...
...
@@ -102,7 +102,7 @@
<
script
>
import
dataRegion
from
'@/assets/json/dataRegion'
import
{
regionalCompare
,
getYears
}
from
'@/api/macro/macro'
import
{
regionalCompare
,
getYears
,
multipleCompare
}
from
'@/api/macro/macro'
export
default
{
name
:
'comparison'
,
props
:[
'dataQuery'
,
'provinceId'
],
...
...
@@ -287,7 +287,8 @@ export default {
value3Flag
:
false
,
value4Flag
:
false
,
value5Flag
:
false
,
regionData
:[]
regionData
:[],
compareList
:[{},{},{},{},{}]
}
},
watch
:
{
...
...
@@ -302,19 +303,32 @@ export default {
this
.
yearOptions
=
res
.
data
.
reverse
();
this
.
queryParams
.
year
=
this
.
yearOptions
[
0
].
year
;
if
(
this
.
dataQuery
.
pId
){
const
params
=
{
year
:
this
.
queryParams
.
year
,
type
:
3
}
let
item
=
{
}
if
(
this
.
provinceId
.
length
>=
0
){
params
.
provinceId
=
this
.
provinceId
[
0
]
item
.
provinceId
=
this
.
provinceId
[
0
]
}
if
(
this
.
provinceId
.
length
>=
1
){
params
.
cityId
=
this
.
provinceId
[
1
]
item
.
cityId
=
this
.
provinceId
[
1
]
}
if
(
this
.
provinceId
.
length
>=
2
){
params
.
areaId
=
this
.
provinceId
[
2
]
item
.
areaId
=
this
.
provinceId
[
2
]
}
if
(
this
.
dataQuery
.
id
){
item
.
id
=
this
.
dataQuery
.
id
}
this
.
compareList
.
splice
(
0
,
1
,
item
);
this
.
value1Flag
=
true
this
.
addressValue1
=
this
.
dataQuery
.
province
.
join
(
'-'
)
this
.
getData
(
params
,
1
)
let
list
=
[];
for
(
let
i
=
0
;
i
<
this
.
compareList
.
length
;
i
++
){
if
(
this
.
compareList
[
i
].
provinceId
){
list
.
push
(
this
.
compareList
[
i
])
}
}
let
params
=
{}
params
.
compareList
=
list
;
this
.
getData
(
params
)
}
})
},
...
...
@@ -329,13 +343,19 @@ export default {
}
},
methods
:
{
getData
(
params
,
index
){
if
(
this
.
dataQuery
.
id
){
params
.
id
=
this
.
dataQuery
.
id
}
regionalCompare
(
params
).
then
(
res
=>
{
getData
(
params
){
params
.
year
=
this
.
queryParams
.
year
;
multipleCompare
(
params
).
then
(
res
=>
{
if
(
res
.
data
){
this
.
tableData
.
splice
(
index
-
1
,
1
,
res
.
data
)
let
arr
=
[]
for
(
let
i
=
0
;
i
<
this
.
compareList
.
length
;
i
++
){
if
(
this
.
compareList
[
i
].
provinceId
){
arr
.
push
(
i
)
}
}
for
(
let
j
=
0
;
j
<
res
.
data
.
length
;
j
++
){
this
.
tableData
.
splice
(
arr
[
j
],
1
,
res
.
data
[
j
])
}
this
.
$forceUpdate
();
}
})
...
...
@@ -413,21 +433,34 @@ export default {
this
.
value5Flag
=
true
break
;
}
const
params
=
{
year
:
this
.
queryParams
.
year
,
type
:
3
}
const
params
=
{}
let
code
=
[];
for
(
var
i
in
this
.
regionData
)
{
code
=
this
.
regionData
[
i
].
path
}
let
item
=
{}
if
(
code
.
length
>=
1
){
params
.
provinceId
=
code
[
0
]
item
.
provinceId
=
code
[
0
]
}
if
(
code
.
length
>=
2
){
params
.
cityId
=
code
[
1
]
item
.
cityId
=
code
[
1
]
}
if
(
code
.
length
>=
3
){
params
.
areaId
=
code
[
2
]
item
.
areaId
=
code
[
2
]
}
this
.
getData
(
params
,
index
)
if
(
this
.
dataQuery
.
id
){
item
.
id
=
this
.
dataQuery
.
id
}
this
.
compareList
.
splice
(
index
-
1
,
1
,
item
);
let
list
=
[];
for
(
let
i
=
0
;
i
<
this
.
compareList
.
length
;
i
++
){
if
(
this
.
compareList
[
i
].
provinceId
){
list
.
push
(
this
.
compareList
[
i
])
}
}
params
.
compareList
=
list
;
this
.
getData
(
params
)
}
}
},
...
...
@@ -538,12 +571,20 @@ export default {
break
;
}
this
.
tableData
.
splice
(
index
-
1
,
1
,{})
this
.
compareList
.
splice
(
index
-
1
,
1
,{})
this
.
$forceUpdate
();
},
handleSelect
(
val
){
const
params
=
{
year
:
this
.
queryParams
.
year
,
type
:
3
}
console
.
log
(
val
)
let
list
=
[];
for
(
let
i
=
0
;
i
<
this
.
compareList
.
length
;
i
++
){
if
(
this
.
compareList
[
i
].
provinceId
){
list
.
push
(
this
.
compareList
[
i
])
}
}
const
params
=
{}
params
.
compareList
=
list
;
this
.
getData
(
params
)
},
formatStatus
:
function
(
row
,
column
,
cellValue
)
{
if
(
row
.
title
===
'经济'
||
row
.
title
===
'财政'
||
row
.
title
===
'债务'
){
...
...
dsk-operate-ui/src/views/macro/economies/component/industrialStructure.vue
View file @
4aa39cfd
...
...
@@ -129,15 +129,19 @@ export default {
endTime
=
this
.
queryParams
.
year
+
'-12-31'
;
}
bidGroupCountByProjectType
({
startDate
:
startTime
,
endDate
:
endTime
}).
then
(
res
=>
{
let
list
=
[]
for
(
let
i
=
0
;
i
<
res
.
data
.
length
;
i
++
){
let
item
=
{};
item
.
name
=
res
.
data
[
i
].
type
item
.
value
=
res
.
data
[
i
].
count
list
.
push
(
item
);
if
(
res
.
code
===
200
){
let
list
=
[]
for
(
let
i
=
0
;
i
<
res
.
data
.
length
;
i
++
){
let
item
=
{};
item
.
name
=
res
.
data
[
i
].
type
item
.
value
=
res
.
data
[
i
].
count
list
.
push
(
item
);
}
this
.
data
=
list
;
if
(
list
.
length
>
0
){
this
.
initChart
()
}
}
this
.
data
=
list
;
this
.
initChart
()
})
},
initChart
()
{
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
4aa39cfd
...
...
@@ -165,10 +165,13 @@ export default {
data
.
provinceId
=
item
.
provinceId
;
data
.
cityId
=
item
.
cityId
;
data
.
areaId
=
item
.
areaId
;
if
(
item
.
area
){
data
.
province
=
item
.
area
;
if
(
item
.
cityId
){
data
.
province
=
[
item
.
province
,
item
.
city
];
if
(
item
.
areaId
){
data
.
province
=
[
item
.
province
,
item
.
city
,
item
.
area
];
}
}
else
{
data
.
province
=
item
.
province
;
data
.
province
=
[
item
.
province
]
;
}
this
.
$parent
.
handleClick
(
'first'
,
data
);
}
...
...
dsk-operate-ui/src/views/macro/economies/component/regionalEconomy.vue
View file @
4aa39cfd
...
...
@@ -676,6 +676,7 @@ export default {
},
childMethod
()
{
let
data
=
this
.
dataQuery
console
.
log
(
this
.
dataQuery
,
"||||||||"
)
data
.
pId
=
this
.
dataQuery
.
provinceId
this
.
$parent
.
handleClick
(
'four'
,
data
);
}
...
...
dsk-operate-ui/src/views/macro/economies/index.vue
View file @
4aa39cfd
...
...
@@ -66,14 +66,15 @@ export default {
// params.provinceId=this.dataQuery.provinceId
// }
if
(
this
.
dataQuery
.
provinceId
){
this
.
province
=
this
.
dataQuery
.
province
;
this
.
province
=
this
.
dataQuery
.
province
[
this
.
dataQuery
.
province
.
length
-
1
]
;
this
.
provinceId
.
push
(
this
.
dataQuery
.
provinceId
)
}
else
{
location
({}).
then
(
res
=>
{
this
.
province
=
res
.
data
.
province
;
if
(
!
this
.
dataQuery
.
provinceId
){
this
.
dataQuery
.
provinceId
=
res
.
data
.
provinceId
this
.
dataQuery
.
province
=
this
.
province
;
let
arr
=
[
this
.
province
]
this
.
dataQuery
.
province
=
arr
;
this
.
provinceId
.
push
(
res
.
data
.
provinceId
)
}
else
{
this
.
provinceId
.
push
(
this
.
dataQuery
.
provinceId
)
...
...
@@ -112,7 +113,8 @@ export default {
this
.
provinceId
.
push
(
item
.
areaId
)
}
}
this
.
province
=
item
.
province
;
this
.
province
=
item
.
province
[
item
.
province
.
length
-
1
];
this
.
dataQuery
=
item
;
}
// sessionStorage.setItem('currentTab', this.activeName)
},
...
...
dsk-operate-ui/src/views/macro/financing/index.vue
View file @
4aa39cfd
...
...
@@ -311,6 +311,13 @@ export default {
padding
:
0
;
}
.qyzx
{
.query-ability
{
span
{
font-weight
:
400
;
color
:
#3D3D3D
;
font-size
:
12px
;
}
}
.content
{
background
:
#ffffff
;
padding
:
16px
;
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
4aa39cfd
...
...
@@ -325,6 +325,9 @@
.qgjjdq
{
.query-box
{
margin
:
-8px
0
8px
0
;
.a-link
:hover
{
text-decoration
:none
;
}
.query-params
{
.el-form
{
margin-left
:
24px
;
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
4aa39cfd
...
...
@@ -174,8 +174,8 @@
<el-table-column
prop=
"biddingCount"
label=
"招标数量"
:formatter=
"formatStatus"
sortable=
"custom"
width=
"110"
align=
"right"
/>
<el-table-column
prop=
"landInfoCount"
label=
"城投拿地"
:formatter=
"formatStatus"
sortable=
"custom"
width=
"100"
align=
"right"
/>
<el-table-column
prop=
"supplierCount"
label=
"供应商"
:formatter=
"formatStatus"
sortable=
"custom"
width=
"100"
align=
"right"
/>
<!--<el-table-column prop="bratingSubjectLevel" label="主体评级" :formatter="formatStatus" sortable="custom" width="110" />-->
<el-table-column
prop=
"bondBalance"
label=
"债券余额(亿元)"
:formatter=
"formatStatus"
sortable=
"custom"
width=
"140"
align=
"right"
/>
<el-table-column
prop=
"bratingSubjectLevel"
label=
"主体评级"
:formatter=
"formatStatus"
width=
"110"
/>
<el-table-column
prop=
"uipExecutiveLevel"
label=
"行政级别"
:formatter=
"formatStatus"
width=
"110"
/>
<el-table-column
prop=
"shareholderBg"
label=
"股东背景"
:formatter=
"formatStatus"
width=
"110"
/>
<el-table-column
prop=
"equityRelationship"
label=
"股权关系"
:formatter=
"formatStatus"
width=
"110"
/>
...
...
dsk-operate-ui/src/views/radar/components/BidRecord/index.vue
View file @
4aa39cfd
...
...
@@ -124,13 +124,7 @@
<p>
共有
{{
total
}}
条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/radar/components/Bidding/index.vue
View file @
4aa39cfd
...
...
@@ -177,13 +177,7 @@
<p>
共有
{{
total
}}
条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/radar/components/Establishment/index.vue
View file @
4aa39cfd
...
...
@@ -180,13 +180,7 @@
<p>
共有
{{
total
}}
条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/radar/components/Land/index.vue
View file @
4aa39cfd
...
...
@@ -219,13 +219,7 @@
<p>
共有
{{
total
}}
条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/radar/components/Tender/index.vue
View file @
4aa39cfd
...
...
@@ -180,13 +180,7 @@
<p>
共有
{{
total
}}
条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message(
{message: '功能正在开发中',type: 'warning'})">导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/radar/components/bxprozbgg/index.vue
View file @
4aa39cfd
...
...
@@ -336,13 +336,7 @@
<p>
共有{{total}}条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message({message: '功能正在开发中',type: 'warning'})"
>
导出EXCEL
</span>
</p>
</div>
...
...
dsk-operate-ui/src/views/radar/components/debtProject/index.vue
View file @
4aa39cfd
...
...
@@ -94,13 +94,9 @@
<p>
共有{{total}}条
</p>
<p>
<img
src=
"@/assets/images/EXCEL.png"
alt=
""
>
<el-popover
placement=
"top-end"
width=
"200"
trigger=
"hover"
content=
"功能正在开发中"
>
<span
class=
"excel"
slot=
"reference"
>
导出EXCEL
</span>
</el-popover>
<span
class=
"excel"
@
click=
"$message({message: '功能正在开发中',type: 'warning'})"
>
导出EXCEL
</span>
</p>
</div>
<div
class=
"table-item-jf1"
v-if=
"tableData.length==0"
>
...
...
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