Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
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
rl
hls-rljj-wx
Commits
d9d5877e
Commit
d9d5877e
authored
Oct 13, 2020
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史注册用户调整
parent
5f1aefa7
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
71 additions
and
42 deletions
+71
-42
dev.env.js
config/dev.env.js
+1
-1
prod.env.js
config/prod.env.js
+1
-1
contractDownload.vue
src/pages/applications/contractDownload/contractDownload.vue
+13
-0
electronicContract.vue
...es/applications/electronicContract/electronicContract.vue
+13
-5
authorizedAgent.vue
src/pages/applications/userRegisters/authorizedAgent.vue
+23
-15
companyRegister.vue
src/pages/applications/userRegisters/companyRegister.vue
+20
-20
No files found.
config/dev.env.js
View file @
d9d5877e
config/prod.env.js
View file @
d9d5877e
src/pages/applications/contractDownload/contractDownload.vue
View file @
d9d5877e
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
<scroll
ref=
"scroll"
>
<scroll
ref=
"scroll"
>
<list-item
:item-height=
"80"
>
<list-item
:item-height=
"80"
>
<div
:key=
"index"
:proportion=
"[5,1]"
:show-arrow=
"true"
>
<div
:key=
"index"
:proportion=
"[5,1]"
:show-arrow=
"true"
>
<div
class=
"cont-type"
style=
"color: #e42112;font-size: 18px;text-align: center;margin-top: 10px;"
>
提示:待签署人全部签署完成以后,可进行合同下载
</div>
<!--
<div
class=
"con-num"
>
合同编号:
<span
style=
"font-weight: 600"
>
201821023721847
</span></div>
-->
<!--
<div
class=
"con-num"
>
合同编号:
<span
style=
"font-weight: 600"
>
201821023721847
</span></div>
-->
<item
<item
style=
"margin-top:10px"
style=
"margin-top:10px"
...
@@ -139,10 +140,16 @@ export default {
...
@@ -139,10 +140,16 @@ export default {
// name: "北京骏马机械有限公司",
// name: "北京骏马机械有限公司",
name
:
vm
.
userInfo
.
name
,
name
:
vm
.
userInfo
.
name
,
ctino
:
vm
.
userInfo
.
idNo
,
ctino
:
vm
.
userInfo
.
idNo
,
isManagerFlag
:
vm
.
userInfo
.
isManagerFlag
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentName
:
vm
.
userInfo
.
agentName
agentName
:
vm
.
userInfo
.
agentName
// ctino: ""
// ctino: ""
};
};
if
(
vm
.
userInfo
.
ctitype
==
2
&&
vm
.
userInfo
.
managerAuthFlag
==
'N'
)
{
return
;
}
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
();
vm
.
hlsPopup
.
hideLoading
();
...
@@ -215,8 +222,14 @@ export default {
...
@@ -215,8 +222,14 @@ export default {
ctino
:
vm
.
userInfo
.
idNo
,
ctino
:
vm
.
userInfo
.
idNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentName
:
vm
.
userInfo
.
agentName
,
agentName
:
vm
.
userInfo
.
agentName
,
isManagerFlag
:
vm
.
userInfo
.
isManagerFlag
,
tenant_name
:
vm
.
searchCondition
.
input
tenant_name
:
vm
.
searchCondition
.
input
};
};
if
(
vm
.
userInfo
.
ctitype
==
2
&&
vm
.
userInfo
.
managerAuthFlag
==
'N'
)
{
return
;
}
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
();
vm
.
hlsPopup
.
hideLoading
();
...
...
src/pages/applications/electronicContract/electronicContract.vue
View file @
d9d5877e
...
@@ -31,10 +31,10 @@
...
@@ -31,10 +31,10 @@
src=
"../../../assets/electronicContract/contract-icon.png"
src=
"../../../assets/electronicContract/contract-icon.png"
class=
"left-icon"
class=
"left-icon"
/>
/>
<div
slot=
"name"
class=
"text"
style=
"width:
70
%;font-size: 12px;"
>
<div
slot=
"name"
class=
"text"
style=
"width:
82
%;font-size: 12px;"
>
<div
<div
class=
"cont-type"
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
style=
"color: #5a5959;font-size: 14px
;font-weight:bold
"
>
承租人:
{{
item
.
customername
}}
</div>
>
承租人:
{{
item
.
customername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
经销商:
{{
item
.
dealername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
经销商:
{{
item
.
dealername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
产品名称:
{{
item
.
modelname
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
产品名称:
{{
item
.
modelname
}}
</div>
...
@@ -61,17 +61,17 @@
...
@@ -61,17 +61,17 @@
<!-- 已签约 -->
<!-- 已签约 -->
<list-item
:item-height=
"80"
v-if=
"myIndex == 1"
>
<list-item
:item-height=
"80"
v-if=
"myIndex == 1"
>
<!--
<div
:key=
"index"
:proportion=
"[5,1]"
:show-arrow=
"true"
>
-->
<!--
<div
:key=
"index"
:proportion=
"[5,1]"
:show-arrow=
"true"
>
-->
<div
class=
"cont-type"
style=
"color: #e42112;font-size: 18px;text-align: center;margin-top: 10px;"
>
提示:
待签署人全部签署完成以后,可进行合同下载
</div>
<div
class=
"cont-type"
style=
"color: #e42112;font-size: 18px;text-align: center;margin-top: 10px;"
>
提示:
查看合同详情请至“电子合同下载”进行
</div>
<item
style=
"margin-top:10px"
v-for=
"(item,index) in signData"
:key=
"index"
>
<item
style=
"margin-top:10px"
v-for=
"(item,index) in signData"
:key=
"index"
>
<!--
<img
<!--
<img
slot=
"left-icon"
slot=
"left-icon"
src=
"../../../assets/electronicContract/contract-icon.png"
src=
"../../../assets/electronicContract/contract-icon.png"
class=
"left-icon"
class=
"left-icon"
/>
-->
/>
-->
<div
slot=
"name"
class=
"text"
style=
"width:
70
%;font-size: 12px;"
>
<div
slot=
"name"
class=
"text"
style=
"width:
86
%;font-size: 12px;"
>
<div
<div
class=
"cont-type"
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
style=
"color: #5a5959;font-size: 14px
;font-weight:bold
"
>
承租人:
{{
item
.
customername
}}
</div>
>
承租人:
{{
item
.
customername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
经销商:
{{
item
.
dealername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
经销商:
{{
item
.
dealername
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
产品名称:
{{
item
.
modelname
}}
</div>
<div
class=
"cont-type"
style=
"color: #5a5959;font-size: 14px"
>
产品名称:
{{
item
.
modelname
}}
</div>
...
@@ -156,9 +156,13 @@ export default {
...
@@ -156,9 +156,13 @@ export default {
name
:
vm
.
userInfo
.
name
,
name
:
vm
.
userInfo
.
name
,
ctino
:
vm
.
userInfo
.
idNo
,
ctino
:
vm
.
userInfo
.
idNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
isManagerFlag
:
vm
.
userInfo
.
isManagerFlag
,
agentName
:
vm
.
userInfo
.
agentName
agentName
:
vm
.
userInfo
.
agentName
};
};
if
(
vm
.
userInfo
.
ctitype
==
2
&&
vm
.
userInfo
.
managerAuthFlag
==
'N'
)
{
return
;
}
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
();
vm
.
hlsPopup
.
hideLoading
();
...
@@ -178,8 +182,12 @@ export default {
...
@@ -178,8 +182,12 @@ export default {
ctino
:
vm
.
userInfo
.
idNo
,
ctino
:
vm
.
userInfo
.
idNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentIdNo
:
vm
.
userInfo
.
agentIdNo
,
agentName
:
vm
.
userInfo
.
agentName
,
agentName
:
vm
.
userInfo
.
agentName
,
isManagerFlag
:
vm
.
userInfo
.
isManagerFlag
,
tenant_name
:
vm
.
searchCondition
.
input
tenant_name
:
vm
.
searchCondition
.
input
};
};
if
(
vm
.
userInfo
.
ctitype
==
2
&&
vm
.
userInfo
.
managerAuthFlag
==
'N'
)
{
return
;
}
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
hlsPopup
.
showLoading
(
"请稍等"
);
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
params
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
();
vm
.
hlsPopup
.
hideLoading
();
...
...
src/pages/applications/userRegisters/authorizedAgent.vue
View file @
d9d5877e
...
@@ -272,6 +272,12 @@
...
@@ -272,6 +272,12 @@
"oldOpenId"
:
window
.
localStorage
.
openId
,
"oldOpenId"
:
window
.
localStorage
.
openId
,
"openId"
:
vm
.
choosedList
[
0
].
openId
"openId"
:
vm
.
choosedList
[
0
].
openId
}
}
hlsPopup
.
showConfirm
({
title
:
'“授权”须知'
,
content
:
'您即将授权“未授权”的经办人员作为贵司的签约授权代表,一旦您点击了“授权”按钮,相应的授权经办人员即完全取得代表贵司签约的权利,其所有签约操作行为都完全代表贵司。请您作为贵司签约授权管理人,在完全理解和明白前述点击“授权”按钮的法律后果并确保贵司愿意接受该种法律后果的情况下点击“授权”按钮。如您因误操作点击了“授权”按钮,请您立即进行取消授权的操作,否则贵司也将承担因误操作所引发的一切法律后果。'
,
onConfirm
:
function
(
index
)
{
if
(
index
===
1
)
{
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
hideLoading
()
...
@@ -289,7 +295,9 @@
...
@@ -289,7 +295,9 @@
hlsPopup
.
showLongCenter
(
res
.
message
)
hlsPopup
.
showLongCenter
(
res
.
message
)
}
}
})
})
}
},
})
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
'请选择经办人且只能转移给一人!'
)
hlsPopup
.
showLongCenter
(
'请选择经办人且只能转移给一人!'
)
}
}
...
...
src/pages/applications/userRegisters/companyRegister.vue
View file @
d9d5877e
...
@@ -91,7 +91,7 @@
...
@@ -91,7 +91,7 @@
组织机构名称:
组织机构名称:
</div>
</div>
<div
class=
"list_right"
style=
"width:61%;"
>
<div
class=
"list_right"
style=
"width:61%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName"
/>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
v-if=
"orgAuthStatus =='SUCCESS'"
>
<div
class=
"info_list"
v-if=
"orgAuthStatus =='SUCCESS'"
>
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
统一社会信用代码:
统一社会信用代码:
</div>
</div>
<div
class=
"list_right"
style=
"width:52%;"
>
<div
class=
"list_right"
style=
"width:52%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode"
/>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
style=
"border-bottom:none;"
>
<div
class=
"info_list"
style=
"border-bottom:none;"
>
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
法定代表人姓名:
法定代表人姓名:
</div>
</div>
<div
class=
"list_right"
style=
"width:57%;"
>
<div
class=
"list_right"
style=
"width:57%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeName"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeName"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
v-if=
"faceAuthStatus =='SUCCESS'"
>
<div
class=
"info_list"
v-if=
"faceAuthStatus =='SUCCESS'"
>
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
法定代表人身份证号码:
法定代表人身份证号码:
</div>
</div>
<div
class=
"list_right"
style=
"width:46%;"
>
<div
class=
"list_right"
style=
"width:46%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeCardNumber"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeCardNumber"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -264,7 +264,7 @@
...
@@ -264,7 +264,7 @@
经办人姓名:
经办人姓名:
</div>
</div>
<div
class=
"list_right"
style=
"width:61%;"
>
<div
class=
"list_right"
style=
"width:61%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"jbName"
/>
<input
type=
"text"
class=
"edit"
v-model=
"jbName"
readonly
/>
</div>
</div>
</div>
</div>
...
@@ -291,7 +291,7 @@
...
@@ -291,7 +291,7 @@
经办人身份证号:
经办人身份证号:
</div>
</div>
<div
class=
"list_right"
style=
"width:59%;"
>
<div
class=
"list_right"
style=
"width:59%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"jbIdNumber"
/>
<input
type=
"text"
class=
"edit"
v-model=
"jbIdNumber"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -354,7 +354,7 @@
...
@@ -354,7 +354,7 @@
组织机构名称:
组织机构名称:
</div>
</div>
<div
class=
"list_right"
style=
"width:61%;"
>
<div
class=
"list_right"
style=
"width:61%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName1"
/>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName1"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
v-if=
"orgAuthStatus =='SUCCESS'"
>
<div
class=
"info_list"
v-if=
"orgAuthStatus =='SUCCESS'"
>
...
@@ -380,7 +380,7 @@
...
@@ -380,7 +380,7 @@
统一社会信用代码:
统一社会信用代码:
</div>
</div>
<div
class=
"list_right"
style=
"width:52%;"
>
<div
class=
"list_right"
style=
"width:52%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode1"
/>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode1"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
style=
"border-bottom:none;"
>
<div
class=
"info_list"
style=
"border-bottom:none;"
>
...
@@ -489,7 +489,7 @@
...
@@ -489,7 +489,7 @@
组织机构名称:
组织机构名称:
</div>
</div>
<div
class=
"list_right"
style=
"width:61%;"
>
<div
class=
"list_right"
style=
"width:61%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName"
/>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -502,7 +502,7 @@
...
@@ -502,7 +502,7 @@
统一社会信用代码:
统一社会信用代码:
</div>
</div>
<div
class=
"list_right"
style=
"width:52%;"
>
<div
class=
"list_right"
style=
"width:52%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode"
/>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode"
readonly
/>
</div>
</div>
</div>
</div>
<!--
<div
class=
"info_list"
style=
"border-bottom:none;"
>
<!--
<div
class=
"info_list"
style=
"border-bottom:none;"
>
...
@@ -530,7 +530,7 @@
...
@@ -530,7 +530,7 @@
法定代表人姓名:
法定代表人姓名:
</div>
</div>
<div
class=
"list_right"
style=
"width:57%;"
>
<div
class=
"list_right"
style=
"width:57%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeName"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeName"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -543,7 +543,7 @@
...
@@ -543,7 +543,7 @@
法定代表人身份证号码:
法定代表人身份证号码:
</div>
</div>
<div
class=
"list_right"
style=
"width:46%;"
>
<div
class=
"list_right"
style=
"width:46%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeCardNumber"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeCardNumber"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -556,7 +556,7 @@
...
@@ -556,7 +556,7 @@
手机号码:
手机号码:
</div>
</div>
<div
class=
"list_right"
style=
"width:70%;"
>
<div
class=
"list_right"
style=
"width:70%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalPhoneNumber"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalPhoneNumber"
readonly
/>
</div>
</div>
</div>
</div>
<!--
<div
style=
"margin: 10px 0 0 14px;color:#636363"
>
<!--
<div
style=
"margin: 10px 0 0 14px;color:#636363"
>
...
@@ -608,7 +608,7 @@
...
@@ -608,7 +608,7 @@
经办人姓名:
经办人姓名:
</div>
</div>
<div
class=
"list_right"
style=
"width:61%;"
>
<div
class=
"list_right"
style=
"width:61%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"jbName"
/>
<input
type=
"text"
class=
"edit"
v-model=
"jbName"
readonly
/>
</div>
</div>
</div>
</div>
...
@@ -622,7 +622,7 @@
...
@@ -622,7 +622,7 @@
经办人身份证号:
经办人身份证号:
</div>
</div>
<div
class=
"list_right"
style=
"width:52%;"
>
<div
class=
"list_right"
style=
"width:52%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"jbIdNumber"
/>
<input
type=
"text"
class=
"edit"
v-model=
"jbIdNumber"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -635,7 +635,7 @@
...
@@ -635,7 +635,7 @@
手机号码:
手机号码:
</div>
</div>
<div
class=
"list_right"
style=
"width:70%;"
>
<div
class=
"list_right"
style=
"width:70%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"jbPhoneNumber"
/>
<input
type=
"text"
class=
"edit"
v-model=
"jbPhoneNumber"
readonly
/>
</div>
</div>
</div>
</div>
<!--
<div
style=
"margin: 10px 0 0 14px;color:#636363"
>
<!--
<div
style=
"margin: 10px 0 0 14px;color:#636363"
>
...
@@ -668,7 +668,7 @@
...
@@ -668,7 +668,7 @@
组织机构名称:
组织机构名称:
</div>
</div>
<div
class=
"list_right"
style=
"width:61%;"
>
<div
class=
"list_right"
style=
"width:61%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName1"
/>
<input
type=
"text"
class=
"edit"
v-model=
"organizationName1"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -681,7 +681,7 @@
...
@@ -681,7 +681,7 @@
统一社会信用代码:
统一社会信用代码:
</div>
</div>
<div
class=
"list_right"
style=
"width:52%;"
>
<div
class=
"list_right"
style=
"width:52%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode1"
/>
<input
type=
"text"
class=
"edit"
v-model=
"socialCode1"
readonly
/>
</div>
</div>
</div>
</div>
<!--
<div
class=
"info_list"
style=
"border-bottom:none;"
>
<!--
<div
class=
"info_list"
style=
"border-bottom:none;"
>
...
@@ -709,7 +709,7 @@
...
@@ -709,7 +709,7 @@
法定代表人姓名:
法定代表人姓名:
</div>
</div>
<div
class=
"list_right"
style=
"width:57%;"
>
<div
class=
"list_right"
style=
"width:57%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeName1"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeName1"
readonly
/>
</div>
</div>
</div>
</div>
<div
class=
"info_list"
>
<div
class=
"info_list"
>
...
@@ -722,7 +722,7 @@
...
@@ -722,7 +722,7 @@
法定代表人身份证号码:
法定代表人身份证号码:
</div>
</div>
<div
class=
"list_right"
style=
"width:46%;"
>
<div
class=
"list_right"
style=
"width:46%;"
>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeCardNumber1"
/>
<input
type=
"text"
class=
"edit"
v-model=
"legalRepresentativeCardNumber1"
readonly
/>
</div>
</div>
</div>
</div>
<button
<button
...
...
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