Commit d9d5877e authored by 5359's avatar 5359

历史注册用户调整

parent 5f1aefa7
......@@ -17,6 +17,7 @@
<scroll ref="scroll">
<list-item :item-height="80">
<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> -->
<item
style="margin-top:10px"
......@@ -139,10 +140,16 @@ export default {
// name: "北京骏马机械有限公司",
name: vm.userInfo.name,
ctino: vm.userInfo.idNo,
isManagerFlag: vm.userInfo.isManagerFlag,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName
// ctino: ""
};
if (vm.userInfo.ctitype == 2 && vm.userInfo.managerAuthFlag == 'N') {
return;
}
vm.hlsPopup.showLoading("请稍等");
vm.$post(url, params).then(function(res) {
vm.hlsPopup.hideLoading();
......@@ -215,8 +222,14 @@ export default {
ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName,
isManagerFlag: vm.userInfo.isManagerFlag,
tenant_name: vm.searchCondition.input
};
if (vm.userInfo.ctitype == 2 && vm.userInfo.managerAuthFlag == 'N') {
return;
}
vm.hlsPopup.showLoading("请稍等");
vm.$post(url, params).then(function(res) {
vm.hlsPopup.hideLoading();
......
......@@ -31,10 +31,10 @@
src="../../../assets/electronicContract/contract-icon.png"
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
class="cont-type"
style="color: #5a5959;font-size: 14px"
style="color: #5a5959;font-size: 14px;font-weight:bold"
>承租人:{{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.modelname}}</div>
......@@ -61,17 +61,17 @@
<!-- 已签约 -->
<list-item :item-height="80" v-if="myIndex == 1">
<!-- <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">
<!-- <img
slot="left-icon"
src="../../../assets/electronicContract/contract-icon.png"
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
class="cont-type"
style="color: #5a5959;font-size: 14px"
style="color: #5a5959;font-size: 14px;font-weight:bold"
>承租人:{{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.modelname}}</div>
......@@ -156,9 +156,13 @@ export default {
name: vm.userInfo.name,
ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
isManagerFlag: vm.userInfo.isManagerFlag,
agentName: vm.userInfo.agentName
};
if (vm.userInfo.ctitype == 2 && vm.userInfo.managerAuthFlag == 'N') {
return;
}
vm.hlsPopup.showLoading("请稍等");
vm.$post(url, params).then(function(res) {
vm.hlsPopup.hideLoading();
......@@ -178,8 +182,12 @@ export default {
ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName,
isManagerFlag: vm.userInfo.isManagerFlag,
tenant_name: vm.searchCondition.input
};
if (vm.userInfo.ctitype == 2 && vm.userInfo.managerAuthFlag == 'N') {
return;
}
vm.hlsPopup.showLoading("请稍等");
vm.$post(url, params).then(function(res) {
vm.hlsPopup.hideLoading();
......
......@@ -272,6 +272,12 @@
"oldOpenId": window.localStorage.openId,
"openId": vm.choosedList[0].openId
}
hlsPopup.showConfirm({
title: '“授权”须知',
content: '您即将授权“未授权”的经办人员作为贵司的签约授权代表,一旦您点击了“授权”按钮,相应的授权经办人员即完全取得代表贵司签约的权利,其所有签约操作行为都完全代表贵司。请您作为贵司签约授权管理人,在完全理解和明白前述点击“授权”按钮的法律后果并确保贵司愿意接受该种法律后果的情况下点击“授权”按钮。如您因误操作点击了“授权”按钮,请您立即进行取消授权的操作,否则贵司也将承担因误操作所引发的一切法律后果。',
onConfirm: function (index) {
if (index === 1) {
vm.hlsPopup.showLoading('请稍等')
vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
......@@ -289,7 +295,9 @@
hlsPopup.showLongCenter(res.message)
}
})
}
},
})
} else {
hlsPopup.showLongCenter('请选择经办人且只能转移给一人!')
}
......
......@@ -91,7 +91,7 @@
组织机构名称:
</div>
<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 class="info_list" v-if="orgAuthStatus =='SUCCESS'">
......@@ -117,7 +117,7 @@
统一社会信用代码:
</div>
<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 class="info_list" style="border-bottom:none;">
......@@ -149,7 +149,7 @@
法定代表人姓名:
</div>
<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 class="info_list" v-if="faceAuthStatus =='SUCCESS'">
......@@ -180,7 +180,7 @@
法定代表人身份证号码:
</div>
<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 class="info_list">
......@@ -264,7 +264,7 @@
经办人姓名:
</div>
<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>
......@@ -291,7 +291,7 @@
经办人身份证号:
</div>
<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 class="info_list">
......@@ -354,7 +354,7 @@
组织机构名称:
</div>
<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 class="info_list" v-if="orgAuthStatus =='SUCCESS'">
......@@ -380,7 +380,7 @@
统一社会信用代码:
</div>
<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 class="info_list" style="border-bottom:none;">
......@@ -489,7 +489,7 @@
组织机构名称:
</div>
<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 class="info_list">
......@@ -502,7 +502,7 @@
统一社会信用代码:
</div>
<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 class="info_list" style="border-bottom:none;">
......@@ -530,7 +530,7 @@
法定代表人姓名:
</div>
<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 class="info_list">
......@@ -543,7 +543,7 @@
法定代表人身份证号码:
</div>
<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 class="info_list">
......@@ -556,7 +556,7 @@
手机号码:
</div>
<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 style="margin: 10px 0 0 14px;color:#636363">
......@@ -608,7 +608,7 @@
经办人姓名:
</div>
<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>
......@@ -622,7 +622,7 @@
经办人身份证号:
</div>
<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 class="info_list">
......@@ -635,7 +635,7 @@
手机号码:
</div>
<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 style="margin: 10px 0 0 14px;color:#636363">
......@@ -668,7 +668,7 @@
组织机构名称:
</div>
<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 class="info_list">
......@@ -681,7 +681,7 @@
统一社会信用代码:
</div>
<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 class="info_list" style="border-bottom:none;">
......@@ -709,7 +709,7 @@
法定代表人姓名:
</div>
<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 class="info_list">
......@@ -722,7 +722,7 @@
法定代表人身份证号码:
</div>
<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>
<button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment