Commit d9d5877e authored by 5359's avatar 5359

历史注册用户调整

parent 5f1aefa7
...@@ -29,4 +29,4 @@ module.exports = merge(prodEnv, { ...@@ -29,4 +29,4 @@ module.exports = merge(prodEnv, {
wxCode: "'hlsWx'", wxCode: "'hlsWx'",
uploadSysName: "'HLS_APP'", uploadSysName: "'HLS_APP'",
uploadApiName: "'attachment_upload'" uploadApiName: "'attachment_upload'"
}); });
\ No newline at end of file
...@@ -17,4 +17,4 @@ module.exports = { ...@@ -17,4 +17,4 @@ module.exports = {
wxCode: "'hlsWx'", wxCode: "'hlsWx'",
uploadSysName: "'HLS_APP'", uploadSysName: "'HLS_APP'",
uploadApiName: "'attachment_upload'" uploadApiName: "'attachment_upload'"
} }
\ No newline at end of file
...@@ -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();
......
...@@ -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();
......
...@@ -272,24 +272,32 @@ ...@@ -272,24 +272,32 @@
"oldOpenId": window.localStorage.openId, "oldOpenId": window.localStorage.openId,
"openId": vm.choosedList[0].openId "openId": vm.choosedList[0].openId
} }
vm.hlsPopup.showLoading('请稍等')
vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.code == '000000') {
hlsPopup.showLongCenter('管理员转让成功!')
vm.obj = {}
vm.choosedList = []
vm.showButton = false
this.$router.push({ hlsPopup.showConfirm({
name: 'CompanyRegister' title: '“授权”须知',
}) content: '您即将授权“未授权”的经办人员作为贵司的签约授权代表,一旦您点击了“授权”按钮,相应的授权经办人员即完全取得代表贵司签约的权利,其所有签约操作行为都完全代表贵司。请您作为贵司签约授权管理人,在完全理解和明白前述点击“授权”按钮的法律后果并确保贵司愿意接受该种法律后果的情况下点击“授权”按钮。如您因误操作点击了“授权”按钮,请您立即进行取消授权的操作,否则贵司也将承担因误操作所引发的一切法律后果。',
onConfirm: function (index) {
if (index === 1) {
vm.hlsPopup.showLoading('请稍等')
vm.$post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.code == '000000') {
hlsPopup.showLongCenter('管理员转让成功!')
vm.obj = {}
vm.choosedList = []
vm.showButton = false
} else { this.$router.push({
hlsPopup.showLongCenter(res.message) name: 'CompanyRegister'
} })
})
} else {
hlsPopup.showLongCenter(res.message)
}
})
}
},
})
} else { } else {
hlsPopup.showLongCenter('请选择经办人且只能转移给一人!') hlsPopup.showLongCenter('请选择经办人且只能转移给一人!')
} }
......
...@@ -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
......
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