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
664570e8
Commit
664570e8
authored
Jul 24, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9933b2b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+22
-22
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
664570e8
...
@@ -204,26 +204,26 @@ export default {
...
@@ -204,26 +204,26 @@ export default {
methods
:
{
methods
:
{
//认领
//认领
async
handleClaim
(){
async
handleClaim
(){
if
(
this
.
companyInfo
.
uipId
){
let
res
=
await
api
.
customerStatus
(
this
.
companyInfo
.
companyName
)
this
.
claimLoading
=
true
if
(
res
.
data
===
1
){
let
param
=
{
this
.
claimLoading
=
false
companyId
:
this
.
companyId
,
this
.
dialogVisible2
=
true
;
uipId
:
this
.
companyInfo
.
uipId
,
}
else
{
companyName
:
this
.
companyInfo
.
companyName
,
if
(
this
.
companyInfo
.
uipId
){
creditLevel
:
this
.
companyInfo
.
bratingSubjectLevel
||
''
,
this
.
claimLoading
=
true
le
galPerson
:
this
.
companyInfo
.
corporatePerson
||
''
,
le
t
param
=
{
registerCapital
:
this
.
companyInfo
.
registeredCapital
||
''
,
companyId
:
this
.
companyId
,
provinceId
:
this
.
companyInfo
.
provinceId
||
''
,
uipId
:
this
.
companyInfo
.
uipId
,
cityId
:
this
.
companyInfo
.
cityId
||
''
,
companyName
:
this
.
companyInfo
.
companyName
,
districtId
:
this
.
companyInfo
.
districtCode
||
''
,
creditLevel
:
this
.
companyInfo
.
bratingSubjectLevel
||
''
,
registerAddress
:
this
.
companyInfo
.
provinceName
+
(
this
.
companyInfo
.
cityName
?
'-'
+
this
.
companyInfo
.
cityName
:
''
)
+
(
this
.
companyInfo
.
districtName
?
'-'
+
this
.
companyInfo
.
districtName
:
''
)
,
legalPerson
:
this
.
companyInfo
.
corporatePerson
||
''
,
creditCode
:
this
.
companyInfo
.
creditCode
registerCapital
:
this
.
companyInfo
.
registeredCapital
||
''
,
}
provinceId
:
this
.
companyInfo
.
provinceId
||
''
,
let
res
=
await
api
.
customerStatus
(
this
.
companyInfo
.
companyName
)
cityId
:
this
.
companyInfo
.
cityId
||
''
,
if
(
res
.
data
===
1
){
districtId
:
this
.
companyInfo
.
districtCode
||
''
,
this
.
claimLoading
=
false
registerAddress
:
this
.
companyInfo
.
provinceName
+
(
this
.
companyInfo
.
cityName
?
'-'
+
this
.
companyInfo
.
cityName
:
''
)
+
(
this
.
companyInfo
.
districtName
?
'-'
+
this
.
companyInfo
.
districtName
:
''
),
this
.
dialogVisible2
=
true
;
creditCode
:
this
.
companyInfo
.
creditCode
}
else
{
}
let
res
=
await
claim
(
param
)
let
res
=
await
claim
(
param
)
this
.
claimLoading
=
false
this
.
claimLoading
=
false
if
(
res
.
code
==
200
){
if
(
res
.
code
==
200
){
...
@@ -231,9 +231,9 @@ export default {
...
@@ -231,9 +231,9 @@ export default {
this
.
companyInfo
.
claimStatus
=
1
this
.
companyInfo
.
claimStatus
=
1
this
.
customerId
=
res
.
data
.
customerId
this
.
customerId
=
res
.
data
.
customerId
}
}
}
else
{
this
.
$message
.
warning
(
'对不起,当前不能认领'
)
}
}
}
else
{
this
.
$message
.
warning
(
'对不起,当前不能认领'
)
}
}
},
},
//取消认领
//取消认领
...
...
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