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
12f684ba
Commit
12f684ba
authored
Jun 15, 2023
by
zhangyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1599cf0e
a4d6efa0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
115 additions
and
25 deletions
+115
-25
common.js
dsk-operate-ui/src/api/common.js
+9
-0
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+1
-1
index.vue
...rate-ui/src/views/detail/party-a/decisionMaking/index.vue
+3
-3
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+1
-1
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+82
-14
punish.vue
...te-ui/src/views/detail/party-a/riskInformation/punish.vue
+2
-2
sameRegion.vue
...i/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
+17
-4
No files found.
dsk-operate-ui/src/api/common.js
View file @
12f684ba
...
@@ -8,3 +8,12 @@ export const idRemark = (data) => {
...
@@ -8,3 +8,12 @@ export const idRemark = (data) => {
data
:
data
data
:
data
})
})
}
}
// 认领用户
export
const
claim
=
function
claim
(
param
)
{
return
request
({
url
:
'/customer/claim'
,
method
:
'post'
,
data
:
param
})
}
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
12f684ba
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<!-- 输入框 -->
<!-- 输入框 -->
<
template
v-if=
"form.type==3"
>
<
template
v-if=
"form.type==3"
>
<div
class=
"cooperate-name"
>
<div
class=
"cooperate-name"
>
<el-input
clearable
@
focus=
"clickFocus('focus'+i)"
@
blur=
"clickFocus('focus'+i)"
v-model=
"form.value"
:placeholder=
"form.placeholder"
></el-input>
<el-input
clearable
@
clear=
"changeSelect"
@
focus=
"clickFocus('focus'+i)"
@
blur=
"clickFocus('focus'+i)"
v-model=
"form.value"
:placeholder=
"form.placeholder"
></el-input>
<span
:id=
"'focus'+i"
@
click=
"changeSelect"
>
搜索
</span>
<span
:id=
"'focus'+i"
@
click=
"changeSelect"
>
搜索
</span>
</div>
</div>
</
template
>
</
template
>
...
...
dsk-operate-ui/src/views/detail/party-a/decisionMaking/index.vue
View file @
12f684ba
...
@@ -39,9 +39,9 @@
...
@@ -39,9 +39,9 @@
width=
"464px"
>
width=
"464px"
>
<div
class=
"poptitle"
>
<div
class=
"poptitle"
>
<img
src=
"@/assets/images/economies/icon.png"
>
<img
src=
"@/assets/images/economies/icon.png"
>
<span>
重庆市轨道交通3号线二期工程4标段施工总承包
</span>
<span>
{{ companyInfo.companyName }}
</span>
</div>
</div>
<el-form
:model=
"addRorm"
:rules=
"addRules"
ref=
"addRorm"
class=
"popform"
label-width=
"
75
px"
>
<el-form
:model=
"addRorm"
:rules=
"addRules"
ref=
"addRorm"
class=
"popform"
label-width=
"
90
px"
>
<el-form-item
label=
"姓名:"
prop=
"name"
>
<el-form-item
label=
"姓名:"
prop=
"name"
>
<el-input
v-model=
"addRorm.name"
placeholder=
"请输入"
></el-input>
<el-input
v-model=
"addRorm.name"
placeholder=
"请输入"
></el-input>
</el-form-item>
</el-form-item>
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
components
:
{
components
:
{
Tables
Tables
},
},
props
:
[
'customerIds'
],
props
:
[
'customerIds'
,
'companyInfo'
],
data
()
{
data
()
{
return
{
return
{
ifEmpty
:
false
,
ifEmpty
:
false
,
...
...
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
12f684ba
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<!-- 合作情况 -->
<!-- 合作情况 -->
<Cooperate
v-if=
"currentPath.pathName=='cooperate'"
:customer-ids=
"customerId"
/>
<Cooperate
v-if=
"currentPath.pathName=='cooperate'"
:customer-ids=
"customerId"
/>
<!-- 决策链条 -->
<!-- 决策链条 -->
<DecisionMaking
v-if=
"currentPath.pathName=='decisionMaking'"
:customer-ids=
"customerId"
/>
<DecisionMaking
v-if=
"currentPath.pathName=='decisionMaking'"
:customer-ids=
"customerId"
:companyInfo=
"companyInfo"
/>
<!-- 跟进记录 -->
<!-- 跟进记录 -->
<Gjjl
v-if=
"currentPath.pathName=='gjjl'"
types=
"gjdt"
:customer-ids=
"customerId"
/>
<Gjjl
v-if=
"currentPath.pathName=='gjjl'"
types=
"gjdt"
:customer-ids=
"customerId"
/>
</
template
>
</
template
>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
12f684ba
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
</div>
</div>
</div>
</div>
<div
class=
"company-menu"
>
<div
class=
"company-menu"
>
<el-button
@
click=
"handleClaim"
v-if=
"ifClaim"
class=
"hasClaim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"已认领"
title=
"已认领"
></i>
已认领
</el-button>
<el-button
@
click=
"handleClaim"
v-if=
"ifClaim
==1
"
class=
"hasClaim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"已认领"
title=
"已认领"
></i>
已认领
</el-button>
<el-button
@
click=
"handleClaim"
v-else
class=
"claim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"认领客户"
title=
"认领客户"
></i>
认领客户
</el-button>
<el-button
@
click=
"handleClaim"
v-else
class=
"claim"
v-loading=
"claimLoading"
><i
class=
"el-ico-claim"
alt=
"认领客户"
title=
"认领客户"
></i>
认领客户
</el-button>
</div>
</div>
...
@@ -121,6 +121,19 @@
...
@@ -121,6 +121,19 @@
</div>
</div>
<!-- 分条件:滚动与不滚动 -->
<!-- 分条件:滚动与不滚动 -->
</div>
</div>
<el-dialog
title=
""
:visible
.
sync=
"dialogVisible"
:modal=
"false"
custom-class=
'dialog-renlin'
:show-close=
"false"
width=
"244px"
>
<span>
认领成功,是否完善客户信息?
</span>
<div
slot=
"footer"
class=
"dialog-footer"
>
<span
class=
"dialog-footer-btn1"
type=
"primary"
@
click=
"renlin()"
>
立即完善
</span>
<span
class=
"dialog-footer-btn2"
@
click=
"renHide()"
>
稍后
</span>
</div>
</el-dialog>
</div>
</div>
</template>
</template>
...
@@ -128,6 +141,7 @@
...
@@ -128,6 +141,7 @@
import
{
changePath
}
from
'@/assets/js/common'
import
{
changePath
}
from
'@/assets/js/common'
var
Swiper
=
require
(
'@/assets/lib/swiper/swiper-bundle.min.js'
)
var
Swiper
=
require
(
'@/assets/lib/swiper/swiper-bundle.min.js'
)
import
"@/assets/lib/swiper/swiper-bundle.css"
import
"@/assets/lib/swiper/swiper-bundle.css"
import
{
claim
}
from
"@/api/common"
export
default
{
export
default
{
name
:
'Infoheader'
,
name
:
'Infoheader'
,
props
:
[
'companyId'
,
'companyInfo'
,
'statistic'
],
props
:
[
'companyId'
,
'companyInfo'
,
'statistic'
],
...
@@ -136,7 +150,7 @@ export default {
...
@@ -136,7 +150,7 @@ export default {
newStatic
:
null
,
newStatic
:
null
,
labelList
:
[],
//企业标签
labelList
:
[],
//企业标签
claimLoading
:
false
,
claimLoading
:
false
,
ifClaim
:
false
,
//是否认领
ifClaim
:
0
,
//是否认领
showMore
:
false
,
showMore
:
false
,
showState
:
false
,
showState
:
false
,
graphList
:
[
graphList
:
[
...
@@ -151,6 +165,7 @@ export default {
...
@@ -151,6 +165,7 @@ export default {
//风险扫描
//风险扫描
labelArr
:[
'失信联合惩戒企业'
,
'司法纠纷'
,
'注销'
],
//负向经营状态
labelArr
:[
'失信联合惩戒企业'
,
'司法纠纷'
,
'注销'
],
//负向经营状态
enterpriseLabel
:[],
//企业标签
enterpriseLabel
:[],
//企业标签
dialogVisible
:
false
}
}
},
},
created
()
{
created
()
{
...
@@ -163,16 +178,18 @@ export default {
...
@@ -163,16 +178,18 @@ export default {
methods
:
{
methods
:
{
//认领
//认领
async
handleClaim
(){
async
handleClaim
(){
let
_this
=
this
if
(
this
.
companyInfo
.
uipId
){
_this
.
claimLoading
=
true
this
.
claimLoading
=
true
setTimeout
(
function
(){
let
param
=
{
companyId
:
this
.
companyId
,
uipId
:
this
.
companyInfo
.
uipId
,
companyName
:
this
.
companyInfo
.
companyName
}
_this
.
claimLoading
=
false
let
res
=
await
claim
(
param
)
_this
.
$confirm
(
`认领成功,是否完善客户信息`
,
'提示'
,
{
this
.
tableLoading
=
false
type
:
'warning'
if
(
res
.
code
==
200
){
}).
then
(
async
()
=>
{
this
.
dialogVisible
=
true
console
.
log
(
'操作跳转!'
)
this
.
ifClaim
=
true
})
}
},
1000
)
}
else
{
this
.
$message
.
warning
(
'对不起,当前不能认领'
)
}
},
},
companySwiper
(){
companySwiper
(){
new
Swiper
(
'.swiper-info'
,
{
new
Swiper
(
'.swiper-info'
,
{
...
@@ -208,8 +225,8 @@ export default {
...
@@ -208,8 +225,8 @@ export default {
this
.
companySwiper
()
//swiper滚动板块
this
.
companySwiper
()
//swiper滚动板块
},
},
//获取认领状态
//获取认领状态
async
getClaimStatus
(){
getClaimStatus
(){
this
.
ifClaim
=
false
this
.
ifClaim
=
this
.
companyInfo
.
regCapital
},
},
handleWidth
(){
handleWidth
(){
if
(
this
.
companyInfo
.
introduction
){
if
(
this
.
companyInfo
.
introduction
){
...
@@ -261,6 +278,14 @@ export default {
...
@@ -261,6 +278,14 @@ export default {
if
(
it
.
id
==
302
&&
it
.
val
){
if
(
it
.
id
==
302
&&
it
.
val
){
changePath
(
this
,
'administrative'
)
changePath
(
this
,
'administrative'
)
}
}
},
renlin
(){
this
.
dialogVisible
=
false
;
// this.$router.push({path:'/home',query: {id:'1'}})
// 跳转地址
},
renHide
(){
this
.
dialogVisible
=
false
;
}
}
},
},
watch
:
{
watch
:
{
...
@@ -619,4 +644,47 @@ export default {
...
@@ -619,4 +644,47 @@ export default {
margin-left
:
4px
;
margin-left
:
4px
;
}
}
}
}
::v-deep
.dialog-renlin
{
margin-top
:
40vh
!
important
;
.el-dialog__body
{
padding
:
0
;
text-align
:
center
;
padding-bottom
:
24px
;
}
.el-dialog__footer
{
padding
:
0px
;
padding-bottom
:
24px
;
.dialog-footer
{
display
:
inline-flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
.dialog-footer-btn1
{
cursor
:
pointer
;
width
:
72px
;
height
:
28px
;
background
:
#0081FF
;
border-radius
:
2px
2px
2px
2px
;
font-size
:
12px
;
font-weight
:
400
;
color
:
#FFFFFF
;
line-height
:
28px
;
text-align
:
center
;
margin-right
:
8px
;
}
.dialog-footer-btn2
{
cursor
:
pointer
;
width
:
72px
;
height
:
28px
;
border-radius
:
2px
2px
2px
2px
;
border
:
1px
solid
#CCCCCC
;
line-height
:
28px
;
text-align
:
center
;
font-size
:
12px
;
font-weight
:
400
;
color
:
rgba
(
35
,
35
,
35
,
0
.8
);
}
}
}
}
</
style
>
</
style
>
dsk-operate-ui/src/views/detail/party-a/riskInformation/punish.vue
View file @
12f684ba
...
@@ -51,9 +51,9 @@ export default {
...
@@ -51,9 +51,9 @@ export default {
},
},
forData
:
[
forData
:
[
{
label
:
'处罚原因'
,
prop
:
'punishReason'
,
width
:
'508'
,
slot
:
true
,
fixed
:
true
},
{
label
:
'处罚原因'
,
prop
:
'punishReason'
,
width
:
'508'
,
slot
:
true
,
fixed
:
true
},
{
label
:
'决定日期'
,
prop
:
'punishBegin'
,
width
:
'
9
5'
},
{
label
:
'决定日期'
,
prop
:
'punishBegin'
,
width
:
'
10
5'
},
{
label
:
'处罚结果'
,
prop
:
'punishResult'
,
width
:
'264'
},
{
label
:
'处罚结果'
,
prop
:
'punishResult'
,
width
:
'264'
},
{
label
:
'处罚文书号'
,
prop
:
'fileNum'
,
width
:
'2
0
0'
},
{
label
:
'处罚文书号'
,
prop
:
'fileNum'
,
width
:
'2
4
0'
},
{
label
:
'处罚机关'
,
prop
:
'office'
,
width
:
'264'
},
{
label
:
'处罚机关'
,
prop
:
'office'
,
width
:
'264'
},
{
label
:
'处罚结束日期'
,
prop
:
'punishEnd'
,
width
:
'100'
},
{
label
:
'处罚结束日期'
,
prop
:
'punishEnd'
,
width
:
'100'
},
],
],
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
View file @
12f684ba
...
@@ -123,8 +123,8 @@ export default {
...
@@ -123,8 +123,8 @@ export default {
data
()
{
data
()
{
return
{
return
{
queryParams
:
{
queryParams
:
{
provinceId
:
''
,
provinceId
s
:
[]
,
cityId
:
''
,
cityId
s
:
[]
,
uipExecutiveLevel
:
''
,
uipExecutiveLevel
:
''
,
uipBusinessType
:
[],
uipBusinessType
:
[],
bratingSubjectLevel
:
[],
bratingSubjectLevel
:
[],
...
@@ -192,10 +192,23 @@ export default {
...
@@ -192,10 +192,23 @@ export default {
tableDataTotal
:
0
,
tableDataTotal
:
0
,
}
}
},
},
watch
:{
searchState
:{
handler
(
newVal
,
olVal
)
{
if
(
newVal
)
{
setTimeout
(()
=>
{
document
.
addEventListener
(
'click'
,
this
.
handleSearch1
);
},
0
);
}
else
{
document
.
removeEventListener
(
'click'
,
this
.
handleSearch1
);
}
}
}
},
created
()
{
created
()
{
if
(
this
.
companyInfo
){
if
(
this
.
companyInfo
){
this
.
queryParams
.
provinceId
=
this
.
companyInfo
.
provinceId
this
.
queryParams
.
provinceId
s
.
push
(
this
.
companyInfo
.
provinceId
)
this
.
queryParams
.
cityId
=
this
.
companyInfo
.
cityId
this
.
queryParams
.
cityId
s
.
push
(
this
.
companyInfo
.
cityId
)
this
.
handleQuery
()
this
.
handleQuery
()
this
.
getScreen
()
this
.
getScreen
()
}
}
...
...
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