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
af93e5c5
Commit
af93e5c5
authored
Jun 14, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hy
parent
6f061c83
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
12 deletions
+42
-12
enterpriseData.js
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
+1
-0
radar.js
dsk-operate-ui/src/api/radar/radar.js
+9
-1
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+11
-8
index.vue
...erate-ui/src/views/radar/components/debtProject/index.vue
+21
-3
No files found.
dsk-operate-ui/src/api/enterpriseData/enterpriseData.js
View file @
af93e5c5
...
...
@@ -32,6 +32,7 @@ let uipGroupData= function uipGroupData(param) {
return
request
({
url
:
'/enterprise/uipGroupData'
,
method
:
'post'
,
data
:
param
})
}
// 查甲方列表
...
...
dsk-operate-ui/src/api/radar/radar.js
View file @
af93e5c5
...
...
@@ -15,5 +15,13 @@ let searchDic= function searchDic(param) {
})
}
// 专项债项目查询
let
bondProjectPage
=
function
bondProjectPage
(
param
)
{
return
request
({
url
:
'/radar/bondProjectPage'
,
method
:
'post'
,
data
:
param
})
}
export
default
{
importData
,
searchDic
}
\ No newline at end of file
export
default
{
importData
,
searchDic
,
bondProjectPage
}
\ No newline at end of file
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
af93e5c5
...
...
@@ -4,8 +4,8 @@
<div
class=
"content_item"
>
<div
class=
"label"
>
项目名称
</div>
<div
class=
"content_right item_ckquery_list"
>
<el-input
class=
"ename_input"
placeholder=
"请输入项目名称关键字"
v-model=
"keys"
@
input=
"projectNamebtn('keys',keys,'关键字:')"
>
<div
slot=
"append"
class=
"btn-search"
@
click=
""
>
搜索
</div>
<el-input
class=
"ename_input"
placeholder=
"请输入项目名称关键字"
v-model=
"keys"
>
<div
slot=
"append"
class=
"btn-search"
@
click=
"
search
"
>
搜索
</div>
</el-input>
</div>
...
...
@@ -151,7 +151,7 @@
<el-table-column
label=
"公司名称"
width=
"430"
>
<
template
slot-scope=
"scope"
>
<div
class=
"renling"
>
<router-link
:to=
"
'/radar/bxprozbgg/details/'+ 1"
tag=
"a"
class=
"list-titel-a"
>
{{
scope
.
row
.
companyName
}}
</router-link>
<router-link
:to=
"
`/enterprise/$
{encodeStr(scope.row.agencyId)}`" tag="a" class="list-titel-a" v-html="scope.row.companyName" >
</router-link>
<div
class=
"renling-btn"
>
<img
src=
"@/assets/images/owner/renling1.png"
alt=
""
>
<span
v-if=
"scope.row.claimStatus"
class=
"renling-hui"
>
...
...
@@ -237,10 +237,10 @@
</el-table-column>
<el-table-column
label=
"实控人"
width=
"290"
>
<
template
slot-scope=
"scope"
>
<router-link
v-if=
"scope.row.actualController"
:to=
"'/radar/bxprozbgg/details/'+ 1"
tag=
"a"
class=
"list-titel-a"
>
<
!--
<
router-link
v-if=
"scope.row.actualController"
:to=
"'/radar/bxprozbgg/details/'+ 1"
tag=
"a"
class=
"list-titel-a"
>
{{
scope
.
row
.
actualController
}}
</router-link>
<template
v-else
>
</router-link>
-->
<template
>
{{
scope
.
row
.
actualController
||
"--"
}}
</
template
>
</template>
...
...
@@ -461,12 +461,14 @@
</template>
<
script
>
import
{
encodeStr
}
from
"@/assets/js/common.js"
import
jsk_data
from
'../../../../../public/jsk.json'
;
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
export
default
{
name
:
'Owner'
,
data
()
{
return
{
encodeStr
,
keys
:
''
,
addressList
:
[],
addressType
:
[],
...
...
@@ -586,7 +588,6 @@ export default {
}).
catch
(
error
=>
{
});
},
mounted
()
{
...
...
@@ -774,10 +775,11 @@ export default {
});
},
claimbtn
(
item
){
console
.
log
(
item
.
companyName
);
var
params
=
{
companyId
:
item
.
companyId
,
uipId
:
item
.
uipId
,
companyName
:
item
.
companyName
,
companyName
:
item
.
companyName
.
replace
(
/<font color='red'>/g
,
''
).
replace
(
/<
\/
font>/g
,
''
)
,
// creditLevel:item.bratingSubjectLevel,
// legalPerson:item.legalPerson,
// registerCapital:item.registerCapital,
...
...
@@ -875,6 +877,7 @@ export default {
},
renlin
(){
this
.
dialogVisible
=
false
;
// this.$router.push({path:'/home',query: {id:'1'}})
// 跳转地址
},
...
...
dsk-operate-ui/src/views/radar/components/debtProject/index.vue
View file @
af93e5c5
...
...
@@ -229,7 +229,7 @@
],
projectTypeText
:
[
'不限'
],
arrList
:[],
total
:
600
0
,
total
:
0
,
page
:
1
,
pageSize
:
20
...
...
@@ -449,8 +449,26 @@
handleCurrentChange
(
val
){
},
search
(){
search
(
page
,
limit
,
exportFlag
)
{
if
(
!
page
)
{
this
.
page
=
1
;
}
if
(
!
limit
)
{
this
.
limit
=
20
;
}
if
(
!
page
&&
!
limit
)
{
this
.
reloadPage
();
}
let
params
=
{
page
:{
"page"
:
this
.
page
,
"limit"
:
this
.
limit
,
"field"
:
""
,
"order"
:
"desc"
},
specialBondProjectDto
:{}
};
},
reset
(){
...
...
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