Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
4a4575ce
Commit
4a4575ce
authored
Mar 24, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ce2ea365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
79 deletions
+52
-79
realAuthentication.vue
src/components/tradePavilion/realAuthentication.vue
+52
-79
No files found.
src/components/tradePavilion/realAuthentication.vue
View file @
4a4575ce
...
...
@@ -60,78 +60,42 @@
<div
style=
"margin:20px 0;font-weight:bold;"
>
<span
class=
"tradeLine"
></span>
公司信息
</div>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"6"
>
公司id:
{{
listInfo
.
CompanyId
}}
</el-col>
<el-col
:span=
"6"
>
企业名称:
{{
listInfo
.
CompanyName
}}
</el-col>
<el-col
:span=
"6"
>
法人:
{{
listInfo
.
LegalPerson
}}
</el-col>
<el-col
:span=
"6"
>
统一社会信用代码:
{{
listInfo
.
UnifiedCode
}}
</el-col>
</el-row>
<el-row>
<el-col
:span=
"6"
>
公司状态:
<span
v-if=
"listInfo.CompanyStatus==0"
>
待审核
</span>
<span
v-if=
"listInfo.CompanyStatus==1"
>
审核通过
</span>
<span
v-if=
"listInfo.CompanyStatus==2"
>
审核拒绝
</span>
</el-col>
<el-col
:span=
"6"
>
联系电话:
{{
listInfo
.
Mobile
}}
</el-col>
<el-col
:span=
"6"
style=
"display:flex;"
>
营业执照:
<img
:src=
"listInfo.BusinessLicense"
style=
"width:40px;"
/>
</el-col>
</el-row>
<el-form
label-width=
"150px"
>
<el-form-item
label=
"企业名称:"
>
{{
listInfo
.
CompanyName
}}
</el-form-item>
<el-form-item
label=
"法人:"
>
{{
listInfo
.
LegalPerson
}}
</el-form-item>
<el-form-item
label=
"统一社会信用代码:"
>
{{
listInfo
.
UnifiedCode
}}
</el-form-item>
<el-form-item
label=
"公司状态:"
>
<span
v-if=
"listInfo.CompanyStatus==0"
>
待审核
</span>
<span
v-if=
"listInfo.CompanyStatus==1"
>
审核通过
</span>
<span
v-if=
"listInfo.CompanyStatus==2"
>
审核拒绝
</span>
</el-form-item>
<el-form-item
label=
"联系电话:"
>
{{
listInfo
.
Mobile
}}
</el-form-item>
<el-form-item
label=
"营业执照:"
>
<img
:src=
"listInfo.BusinessLicense"
style=
"width:80px;"
/>
</el-form-item>
</el-form>
<template
v-if=
"listInfo.BrandModel"
>
<div
style=
"margin:20px 0;font-weight:bold;"
>
<span
class=
"tradeLine"
></span>
品牌信息
</div>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"6"
>
客户群体:
<span
v-for=
"(item,index) in listInfo.BrandModel.CustomerTypeInfo"
:key=
"index"
>
{{
item
}}
</span>
</el-col>
<el-col
:span=
"6"
>
品牌id:
{{
listInfo
.
BrandModel
.
ID
}}
</el-col>
<el-col
:span=
"6"
>
公司id:
{{
listInfo
.
BrandModel
.
CompanyId
}}
</el-col>
<el-col
:span=
"6"
>
品牌名称:
{{
listInfo
.
BrandModel
.
BrandName
}}
</el-col>
</el-row>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"6"
>
店铺数量:
{{
listInfo
.
BrandModel
.
ShopNum
}}
</el-col>
<el-col
:span=
"6"
>
店铺面积:
<span
v-if=
"listInfo.BrandModel.BuiltUpArea>0"
>
{{
listInfo
.
BrandModel
.
BuiltUpArea
}}
</span>
-
<span
v-if=
"listInfo.BrandModel.EndBuiltUpArea>0"
>
{{
listInfo
.
BrandModel
.
EndBuiltUpArea
}}
</span>
</el-col>
<el-col
:span=
"6"
>
品牌定位:
{{
listInfo
.
BrandModel
.
FullBrandName
}}
</el-col>
<el-col
:span=
"6"
>
扩店区域:
{{
listInfo
.
BrandModel
.
StoreExpansion
}}
</el-col>
</el-row>
<el-row
style=
"margin-bottom:20px;"
>
<el-col
:span=
"6"
>
商品性质:
{{
listInfo
.
BrandModel
.
ProjectType
}}
</el-col>
<el-col
:span=
"6"
>
面积要求:
<span
v-if=
"listInfo.BrandModel.AreaRequirement>0"
>
{{
listInfo
.
BrandModel
.
AreaRequirement
}}
</span>
<span
v-if=
"listInfo.BrandModel.EndAreaRequirement>0"
>
-
{{
listInfo
.
BrandModel
.
EndAreaRequirement
}}
</span>
</el-col>
</el-row>
<div
style=
"margin:20px 0;font-weight:bold;"
>
<span
class=
"tradeLine"
></span>
品牌信息
</div>
<el-form
label-width=
"150px"
>
<el-form-item
label=
"客户群体:"
>
<span
v-for=
"(item,index) in listInfo.BrandModel.CustomerTypeInfo"
:key=
"index"
>
{{
item
}}
</span>
</el-form-item>
<el-form-item
label=
"品牌名称:"
>
{{
listInfo
.
BrandModel
.
BrandName
}}
</el-form-item>
<el-form-item
label=
"店铺数量:"
>
{{
listInfo
.
BrandModel
.
ShopNum
}}
</el-form-item>
<el-form-item
label=
"店铺面积:"
>
<span
v-if=
"listInfo.BrandModel.BuiltUpArea>0"
>
{{
listInfo
.
BrandModel
.
BuiltUpArea
}}
</span>
-
<span
v-if=
"listInfo.BrandModel.EndBuiltUpArea>0"
>
{{
listInfo
.
BrandModel
.
EndBuiltUpArea
}}
</span>
</el-form-item>
<el-form-item
label=
"品牌定位:"
>
{{
listInfo
.
BrandModel
.
FullBrandName
}}
</el-form-item>
<el-form-item
label=
"扩店区域:"
>
{{
listInfo
.
BrandModel
.
StoreExpansion
}}
</el-form-item>
<el-form-item
label=
"商品性质:"
>
{{
listInfo
.
BrandModel
.
ProjectType
}}
</el-form-item>
<el-form-item
label=
"面积要求:"
>
<span
v-if=
"listInfo.BrandModel.AreaRequirement>0"
>
{{
listInfo
.
BrandModel
.
AreaRequirement
}}
</span>
<span
v-if=
"listInfo.BrandModel.EndAreaRequirement>0"
>
-
{{
listInfo
.
BrandModel
.
EndAreaRequirement
}}
</span>
</el-form-item>
</el-form>
</
template
>
<el-button
size=
"small"
style=
"margin-top:20px;padding:9px 25px;"
type=
"primary"
@
click=
"audit(1)"
>
审核通过
...
...
@@ -193,16 +157,25 @@
},
//审核
audit
(
type
){
let
msg
=
{
CompanyId
:
this
.
listInfo
.
CompanyId
,
CompanyStatus
:
type
let
that
=
this
;
let
str
=
''
if
(
type
==
1
){
str
=
'确定审核通过?'
}
else
{
str
=
'确定审核失败?'
}
th
is
.
apipost
(
"/api/Trade/UpdateCompanyStatus"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
isShowInfo
=
false
;
this
.
getList
();
th
at
.
Confirm
(
str
,
function
()
{
let
msg
=
{
CompanyId
:
that
.
listInfo
.
CompanyId
,
CompanyStatus
:
type
}
})
that
.
apipost
(
"/api/Trade/UpdateCompanyStatus"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
isShowInfo
=
false
;
that
.
getList
();
}
})
});
}
},
mounted
()
{}
...
...
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