Commit b7280d88 authored by 5359's avatar 5359

历史注册用户调整

parent 34b778b8
...@@ -139,7 +139,9 @@ export default { ...@@ -139,7 +139,9 @@ export default {
let params = { let params = {
// name: "北京骏马机械有限公司", // name: "北京骏马机械有限公司",
name: vm.userInfo.name, name: vm.userInfo.name,
ctino: vm.userInfo.idNo ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName
// ctino: "" // ctino: ""
}; };
vm.hlsPopup.showLoading("请稍等"); vm.hlsPopup.showLoading("请稍等");
...@@ -213,6 +215,8 @@ export default { ...@@ -213,6 +215,8 @@ export default {
// name: "北京骏马机械有限公司", // name: "北京骏马机械有限公司",
name: vm.userInfo.name, name: vm.userInfo.name,
ctino: vm.userInfo.idNo, ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName,
tenant_name: vm.searchCondition.input tenant_name: vm.searchCondition.input
}; };
vm.hlsPopup.showLoading("请稍等"); vm.hlsPopup.showLoading("请稍等");
......
...@@ -154,7 +154,10 @@ export default { ...@@ -154,7 +154,10 @@ export default {
let params = { let params = {
// name: "北京骏马机械有限公司", // name: "北京骏马机械有限公司",
name: vm.userInfo.name, name: vm.userInfo.name,
ctino: vm.userInfo.idNo ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName
}; };
vm.hlsPopup.showLoading("请稍等"); vm.hlsPopup.showLoading("请稍等");
vm.$post(url, params).then(function(res) { vm.$post(url, params).then(function(res) {
...@@ -174,6 +177,8 @@ export default { ...@@ -174,6 +177,8 @@ export default {
// name: "北京骏马机械有限公司", // name: "北京骏马机械有限公司",
name: vm.userInfo.name, name: vm.userInfo.name,
ctino: vm.userInfo.idNo, ctino: vm.userInfo.idNo,
agentIdNo: vm.userInfo.agentIdNo,
agentName: vm.userInfo.agentName,
tenant_name: vm.searchCondition.input tenant_name: vm.searchCondition.input
}; };
vm.hlsPopup.showLoading("请稍等"); vm.hlsPopup.showLoading("请稍等");
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<div class="left">经办人<span>{{index+1}}</span></div> <div class="left">经办人<span>{{index+1}}</span></div>
</div> </div>
<div class="list_right" style="width:61%;"> <div class="list_right" style="width:61%;">
<input type="text" class="edit" readonly /> <input type="text" class="edit" readonly/>
</div> </div>
</div> </div>
<div class="info_all"> <div class="info_all">
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
经办人姓名: 经办人姓名:
</div> </div>
<div class="list_right" style="width:61%;"> <div class="list_right" style="width:61%;">
<input type="text" class="edit" v-model="item.name" readonly /> <input type="text" class="edit" v-model="item.agentName" readonly/>
</div> </div>
</div> </div>
<div class="info_list"> <div class="info_list">
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
经办人身份证号: 经办人身份证号:
</div> </div>
<div class="list_right" style="width:52%;"> <div class="list_right" style="width:52%;">
<input type="text" class="edit" v-model="item.idNo" readonly /> <input type="text" class="edit" v-model="item.agentIdNo" readonly/>
</div> </div>
</div> </div>
<div class="info_list"> <div class="info_list">
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
手机号码: 手机号码:
</div> </div>
<div class="list_right" style="width:61%;"> <div class="list_right" style="width:61%;">
<input type="text" class="edit" v-model="item.mobile" readonly /> <input type="text" class="edit" v-model="item.mobile" readonly/>
</div> </div>
</div> </div>
<div class="info_list"> <div class="info_list">
...@@ -92,10 +92,10 @@ ...@@ -92,10 +92,10 @@
/> />
是否授权: 是否授权:
</div> </div>
<div v-if="item.authFlag == 'Y'" class="list_right" style="width:61%;"> <div v-if="item.managerAuthFlag == 'Y'" class="list_right" style="width:61%;">
已授权 已授权
</div> </div>
<div v-if="item.authFlag == 'N'" class="list_right" style="width:61%;"> <div v-if="item.managerAuthFlag == 'N'" class="list_right" style="width:61%;">
未授权 未授权
</div> </div>
</div> </div>
...@@ -105,11 +105,13 @@ ...@@ -105,11 +105,13 @@
<div <div
class="next_step" class="next_step"
@click="managerTransfer" @click="managerTransfer"
>管理转移</div> >管理转移
</div>
<div <div
class="next_step" class="next_step"
@click="autohrized('N')" @click="autohrized('N')"
>取消授权</div> >取消授权
</div>
</div> </div>
</div> </div>
...@@ -132,7 +134,7 @@ ...@@ -132,7 +134,7 @@
<div class="left">经办人<span>{{index+1}}</span></div> <div class="left">经办人<span>{{index+1}}</span></div>
</div> </div>
<div class="list_right" style="width:61%;"> <div class="list_right" style="width:61%;">
<input type="text" class="edit" readonly /> <input type="text" class="edit" readonly/>
</div> </div>
</div> </div>
<div class="info_all"> <div class="info_all">
...@@ -146,7 +148,7 @@ ...@@ -146,7 +148,7 @@
经办人姓名: 经办人姓名:
</div> </div>
<div class="list_right" style="width:61%;"> <div class="list_right" style="width:61%;">
<input type="text" class="edit" v-model="item.name" readonly /> <input type="text" class="edit" v-model="item.agentName" readonly/>
</div> </div>
</div> </div>
<div class="info_list"> <div class="info_list">
...@@ -159,7 +161,7 @@ ...@@ -159,7 +161,7 @@
经办人身份证号: 经办人身份证号:
</div> </div>
<div class="list_right" style="width:52%;"> <div class="list_right" style="width:52%;">
<input type="text" class="edit" v-model="item.idNo" readonly /> <input type="text" class="edit" v-model="item.agentIdNo" readonly/>
</div> </div>
</div> </div>
<div class="info_list"> <div class="info_list">
...@@ -172,7 +174,7 @@ ...@@ -172,7 +174,7 @@
手机号码: 手机号码:
</div> </div>
<div class="list_right" style="width:61%;"> <div class="list_right" style="width:61%;">
<input type="text" class="edit" v-model="item.mobile" readonly /> <input type="text" class="edit" v-model="item.mobile" readonly/>
</div> </div>
</div> </div>
<div class="info_list"> <div class="info_list">
...@@ -184,10 +186,10 @@ ...@@ -184,10 +186,10 @@
/> />
是否授权: 是否授权:
</div> </div>
<div v-if="item.authFlag == 'Y'" class="list_right" style="width:61%;"> <div v-if="item.managerAuthFlag == 'Y'" class="list_right" style="width:61%;">
已授权 已授权
</div> </div>
<div v-if="item.authFlag == 'N'" class="list_right" style="width:61%;"> <div v-if="item.managerAuthFlag == 'N'" class="list_right" style="width:61%;">
未授权 未授权
</div> </div>
</div> </div>
...@@ -197,7 +199,8 @@ ...@@ -197,7 +199,8 @@
<div <div
class="next_step" class="next_step"
@click="autohrized('Y')" @click="autohrized('Y')"
>授权</div> >授权
</div>
</div> </div>
</div> </div>
...@@ -207,19 +210,20 @@ ...@@ -207,19 +210,20 @@
</template> </template>
<script> <script>
// import { Grid, GridItem } from "vux"; // import { Grid, GridItem } from "vux";
import { getUrlParam } from "@/scripts/utils"; import {getUrlParam} from "@/scripts/utils";
export default {
export default {
data() { data() {
return { return {
staffType: "已授权", staffType: "已授权",
authorizedList:[], //已授权数组 authorizedList: [], //已授权数组
unAuthorizedList:[],//未授权数组, unAuthorizedList: [],//未授权数组,
id:null, id: null,
choosedList:[],//已选择数组 choosedList: [],//已选择数组
obj:{}, obj: {},
showButton:true, showButton: true,
}; };
}, },
...@@ -227,16 +231,17 @@ export default { ...@@ -227,16 +231,17 @@ export default {
// Grid, // Grid,
// GridItem // GridItem
}, },
activated: function() {}, activated: function () {
updated: function() {}, },
updated: function () {
},
created() { created() {
let vm = this let vm = this
}, },
beforeRouteEnter: function (to, form, next) { beforeRouteEnter: function (to, form, next) {
next(vm => { next(vm => {
vm.id = vm.$route.params.id vm.id = window.localStorage.AuthSocialCode;
vm.init() vm.init()
}) })
}, },
...@@ -245,136 +250,126 @@ export default { ...@@ -245,136 +250,126 @@ export default {
getRadioVal() { getRadioVal() {
// console.log(this.staffType); // console.log(this.staffType);
}, },
changeChoose(item){ changeChoose(item) {
let vm = this let vm = this
vm.$set(item,'choose',!item.choose) vm.$set(item, 'choose', !item.choose)
console.log(item);
}, },
//管理转移 //管理转移
managerTransfer(){ managerTransfer() {
let vm = this
let vm=this vm.choosedList = []
vm.choosedList =[]
vm.authorizedList.forEach(function (value) { vm.authorizedList.forEach(function (value) {
if(value.choose){ vm.obj = {};
vm.obj.openId =value.openId if (value.choose) {
vm.obj.openId = value.openId
vm.choosedList.push(vm.obj) vm.choosedList.push(vm.obj)
} }
}) })
if(vm.choosedList.length==1){ if (vm.choosedList.length == 1) {
let url = process.env.rootPath + '/auth/api/individual/assignment' let url = process.env.rootPath + '/auth/api/individual/assignment'
let param = { let param = {
"oldOpenId":window.localStorage.openId, "oldOpenId": window.localStorage.openId,
"openId":vm.choosedList[0].openId "openId": vm.choosedList[0].openId
} }
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()
if(res.code=='000000'){ if (res.code == '000000') {
hlsPopup.showLongCenter('管理员转让成功!') hlsPopup.showLongCenter('管理员转让成功!')
vm.obj={} vm.obj = {}
vm.choosedList = [] vm.choosedList = []
vm.showButton =false vm.showButton = false
this.$router.push({ this.$router.push({
name: 'CompanyRegister' name: 'CompanyRegister'
}) })
} else {
}else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
} }
}) })
}else{ } else {
hlsPopup.showLongCenter('请选择经办人且只能转移给一人!') hlsPopup.showLongCenter('请选择经办人且只能转移给一人!')
} }
}, },
//授权 //授权
autohrized(flag){ autohrized(flag) {
let vm = this let vm = this
vm.choosedList = []; vm.choosedList = [];
if (flag == 'N') { //已经授权的 取消授权
if(flag=='N'){ //已经授权的 取消授权
vm.authorizedList.forEach(function (value) { vm.authorizedList.forEach(function (value) {
if(value.choose){ vm.obj = {};
vm.obj.openId =value.openId if (value.choose) {
vm.obj.authFlag = 'N' vm.obj.openId = value.openId
vm.choosedList.push(vm.obj) vm.obj.managerAuthFlag = 'N'
vm.choosedList.push(vm.obj);
} }
}) })
}else if(flag=='Y'){ //未授权的 授权 } else if (flag == 'Y') { //未授权的 授权
vm.unAuthorizedList.forEach(function (value) { vm.unAuthorizedList.forEach(function (value) {
if(value.choose){ vm.obj = {};
vm.obj.openId =value.openId if (value.choose) {
vm.obj.authFlag = 'Y' vm.obj.openId = value.openId
vm.choosedList.push(vm.obj) vm.obj.managerAuthFlag = 'Y'
vm.choosedList.push(vm.obj);
} }
}) })
} }
if (vm.choosedList.length > 0) {
if(vm.choosedList.length>0){
let url = process.env.rootPath + '/auth/api/individual/authorize' let url = process.env.rootPath + '/auth/api/individual/authorize'
let param = vm.choosedList let param = vm.choosedList
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()
if (res.code == '000000') {
if(res.code=='000000'){
hlsPopup.showLongCenter('操作成功!') hlsPopup.showLongCenter('操作成功!')
vm.obj={} vm.obj = {}
vm.choosedList = [] vm.choosedList = []
vm.init() vm.init()
}else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
} }
}) })
} else {
}else{
hlsPopup.showLongCenter('请选择经办人!') hlsPopup.showLongCenter('请选择经办人!')
} }
}, },
//数据初始化查询 //数据初始化查询
init(){ init() {
let vm = this let vm = this
let url = process.env.rootPath + '/auth/api/individual/info/query' let url = process.env.rootPath + '/auth/api/individual/info/query'
//91430722MA4L61HD37
let param = { let param = {
idNo:vm.id, idNo: vm.id
managerAuthFlag:window.localStorage.managerAuthFlag
} }
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()
if(res.success){ if (res.success) {
vm.authorizedList = [];
vm.unAuthorizedList = [];
res.rows.forEach(function (value) { res.rows.forEach(function (value) {
// 是否被选中标志 // 是否被选中标志
vm.$set(value, 'choose', false)
vm.$set(value,'choose',false) if (value.managerAuthFlag == 'Y') {
if(value.authFlag =='Y'){
vm.authorizedList.push(value) vm.authorizedList.push(value)
}else if(value.authFlag =='N'){ } else if (value.managerAuthFlag == 'N') {
vm.unAuthorizedList.push(value) vm.unAuthorizedList.push(value)
} }
}) })
} }
}) })
} }
}, },
}; };
</script> </script>
<style lang="less" type="text/less" scoped> <style lang="less" type="text/less" scoped>
@import "../../../styles/vue-1px.less"; @import "../../../styles/vue-1px.less";
.authorizedAgent { .authorizedAgent {
.reg-content { .reg-content {
padding: 20px; padding: 20px;
font-size: 14px; font-size: 14px;
...@@ -385,7 +380,7 @@ export default { ...@@ -385,7 +380,7 @@ export default {
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;
} }
.info_all{ .info_all {
width: 100%; width: 100%;
border: 1px solid #d0d0d0;; border: 1px solid #d0d0d0;;
...@@ -485,10 +480,10 @@ export default { ...@@ -485,10 +480,10 @@ export default {
// float: left; // float: left;
} }
} }
.info_list:last-child{ .info_list:last-child {
border:none border: none
} }
.button_all{ .button_all {
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;
display: -webkit-flex; display: -webkit-flex;
...@@ -497,14 +492,14 @@ export default { ...@@ -497,14 +492,14 @@ export default {
justify-content: space-around; justify-content: space-around;
-webkit-align-items: center; -webkit-align-items: center;
-webkit-justify-content: space-around; -webkit-justify-content: space-around;
.next_step{ .next_step {
// width:30%; // width:30%;
height:30px; height: 30px;
line-height: 30px; line-height: 30px;
text-align: center; text-align: center;
border-radius:15px; border-radius: 15px;
background-color:#09bb07; background-color: #09bb07;
color:#FFFFFF; color: #FFFFFF;
} }
} }
.uppic { .uppic {
...@@ -537,23 +532,23 @@ export default { ...@@ -537,23 +532,23 @@ export default {
margin-top: 50px; margin-top: 50px;
} }
} }
} }
// iPhoneX适配 // iPhoneX适配
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) { @media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios { .platform-ios {
#home { #home {
} }
} }
} }
// iPhoneX Max适配 // iPhoneX Max适配
@media (device-width: 414px) and (device-height: 896px) { @media (device-width: 414px) and (device-height: 896px) {
.platform-ios { .platform-ios {
.platform-ios { .platform-ios {
#home { #home {
} }
} }
} }
} }
</style> </style>
...@@ -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" readonly/> <input type="text" class="edit" v-model="organizationName"/>
</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" readonly/> <input type="text" class="edit" v-model="socialCode"/>
</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" readonly/> <input type="text" class="edit" v-model="legalRepresentativeName"/>
</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" readonly/> <input type="text" class="edit" v-model="legalRepresentativeCardNumber"/>
</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" readonly/> <input type="text" class="edit" v-model="jbName"/>
</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" readonly/> <input type="text" class="edit" v-model="jbIdNumber"/>
</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" readonly/> <input type="text" class="edit" v-model="organizationName1"/>
</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" readonly/> <input type="text" class="edit" v-model="socialCode1"/>
</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" readonly/> <input type="text" class="edit" v-model="organizationName"/>
</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" readonly/> <input type="text" class="edit" v-model="socialCode"/>
</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" readonly/> <input type="text" class="edit" v-model="legalRepresentativeName"/>
</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" readonly/> <input type="text" class="edit" v-model="legalRepresentativeCardNumber"/>
</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" readonly/> <input type="text" class="edit" v-model="legalPhoneNumber"/>
</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" readonly/> <input type="text" class="edit" v-model="jbName"/>
</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" readonly/> <input type="text" class="edit" v-model="jbIdNumber"/>
</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" readonly/> <input type="text" class="edit" v-model="jbPhoneNumber"/>
</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" readonly/> <input type="text" class="edit" v-model="organizationName1"/>
</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" readonly/> <input type="text" class="edit" v-model="socialCode1"/>
</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" readonly/> <input type="text" class="edit" v-model="legalRepresentativeName1"/>
</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" readonly/> <input type="text" class="edit" v-model="legalRepresentativeCardNumber1"/>
</div> </div>
</div> </div>
<button <button
...@@ -1051,7 +1051,7 @@ ...@@ -1051,7 +1051,7 @@
!vm.organizationName || !vm.organizationName ||
!vm.socialCode || !vm.socialCode ||
!vm.legalRepresentativeName || !vm.legalRepresentativeName ||
// !vm.legalRepresentativeCardNumber || !vm.legalRepresentativeCardNumber ||
!vm.legalPhoneNumber !vm.legalPhoneNumber
// || // ||
// !vm.cardUp || // !vm.cardUp ||
...@@ -1060,10 +1060,10 @@ ...@@ -1060,10 +1060,10 @@
vm.hlsPopup.showLongCenter("必输字端不能为空!"); vm.hlsPopup.showLongCenter("必输字端不能为空!");
return; return;
} }
// if (vm.hlsUtil.isCardID(vm.legalRepresentativeCardNumber)) { if (vm.hlsUtil.isCardID(vm.legalRepresentativeCardNumber)) {
// vm.hlsPopup.showLongCenter("法定代表人身份证号有误"); vm.hlsPopup.showLongCenter("法定代表人身份证号有误");
// return; return;
// } else { } else {
sessionStorage.setItem("organizationName_leg", vm.organizationName); sessionStorage.setItem("organizationName_leg", vm.organizationName);
sessionStorage.setItem("cardUp_leg", vm.cardUp); sessionStorage.setItem("cardUp_leg", vm.cardUp);
sessionStorage.setItem("busLic_leg", vm.busLic); sessionStorage.setItem("busLic_leg", vm.busLic);
...@@ -1107,7 +1107,7 @@ ...@@ -1107,7 +1107,7 @@
vm.$vux.toast.text(res.message, "middle"); vm.$vux.toast.text(res.message, "middle");
} }
}); });
// } }
}, },
next_step_oth() { next_step_oth() {
let vm = this; let vm = this;
...@@ -1115,7 +1115,7 @@ ...@@ -1115,7 +1115,7 @@
!vm.organizationName1 || !vm.organizationName1 ||
!vm.socialCode1 || !vm.socialCode1 ||
!vm.legalRepresentativeName1 || !vm.legalRepresentativeName1 ||
// !vm.legalRepresentativeCardNumber1 || !vm.legalRepresentativeCardNumber1 ||
!vm.jbName || !vm.jbName ||
!vm.jbPhoneNumber || !vm.jbPhoneNumber ||
!vm.jbIdNumber !vm.jbIdNumber
...@@ -1125,10 +1125,10 @@ ...@@ -1125,10 +1125,10 @@
vm.hlsPopup.showLongCenter("必输字端不能为空!"); vm.hlsPopup.showLongCenter("必输字端不能为空!");
return; return;
} }
// if (vm.hlsUtil.isCardID(vm.legalRepresentativeCardNumber1)) { if (vm.hlsUtil.isCardID(vm.legalRepresentativeCardNumber1)) {
// vm.hlsPopup.showLongCenter("身份证号有误"); vm.hlsPopup.showLongCenter("身份证号有误");
// return; return;
// } else { } else {
sessionStorage.setItem("organizationName_oth", vm.organizationName1); sessionStorage.setItem("organizationName_oth", vm.organizationName1);
sessionStorage.setItem("cardUp_oth", vm.cardUp1); sessionStorage.setItem("cardUp_oth", vm.cardUp1);
sessionStorage.setItem("busLic_oth", vm.busLic1); sessionStorage.setItem("busLic_oth", vm.busLic1);
...@@ -1171,7 +1171,7 @@ ...@@ -1171,7 +1171,7 @@
vm.$vux.toast.text(res.message, "middle"); vm.$vux.toast.text(res.message, "middle");
} }
}); });
// } }
}, },
UrlSearch() { UrlSearch() {
var name, value; var name, value;
...@@ -1263,14 +1263,14 @@ ...@@ -1263,14 +1263,14 @@
}, 100); }, 100);
}, },
// 进入授权管理 // 进入授权管理
goAutohrized(){ // goAutohrized(){
this.$router.push({ // this.$router.push({
name: 'AuthorizedAgent', // name: 'AuthorizedAgent',
params: { // params: {
id: vm.socialCode // id: vm.socialCode
}, // },
}) // })
}, // },
// 查询用户信息 // 查询用户信息
getUserInfo() { getUserInfo() {
var Request = new this.UrlSearch(); //实例化 var Request = new this.UrlSearch(); //实例化
......
...@@ -272,11 +272,21 @@ ...@@ -272,11 +272,21 @@
<input type="text" class="edit" v-model="legalRepresentativeCardNumber1" readonly /> <input type="text" class="edit" v-model="legalRepresentativeCardNumber1" readonly />
</div> </div>
</div> </div>
<button <!--<button-->
<!--class="next_step"-->
<!--style="width:120px;height:30px;border-radius:15px;background-color:#09bb07;color:#FFFFFF;margin:100px 0 0 -60px;position:relative;left:50%;"-->
<!--@click="logout()"-->
<!--&gt;注销</button>-->
<div class="button_all">
<div v-if="isManagerFlag=='Y'"
class="next_step"
@click="goAutohrized()"
>授权管理</div>
<div
class="next_step" class="next_step"
style="width:120px;height:30px;border-radius:15px;background-color:#09bb07;color:#FFFFFF;margin:100px 0 0 -60px;position:relative;left:50%;"
@click="logout()" @click="logout()"
>注销</button> >注销</div>
</div>
</div> </div>
</list-item> </list-item>
</h-content> </h-content>
...@@ -387,6 +397,19 @@ export default { ...@@ -387,6 +397,19 @@ export default {
} }
}); });
}, },
// 进入授权管理
goAutohrized(){
if(this.agentType=="1"){
window.localStorage.setItem('AuthSocialCode',this.socialCode);
}else{
window.localStorage.setItem('AuthSocialCode',this.socialCode1);
}
this.$router.push({
name: 'AuthorizedAgent',
params: {
},
})
},
// 调用微信接口的基础配置 // 调用微信接口的基础配置
wxConfig() { wxConfig() {
let clientUrl = ""; let clientUrl = "";
...@@ -432,22 +455,13 @@ export default { ...@@ -432,22 +455,13 @@ export default {
}); });
} }
}, },
// 进入授权管理
goAutohrized(){
this.$router.push({
name: 'AuthorizedAgent',
params: {
id: vm.socialCode
},
})
},
created() { created() {
this.wxConfig(); this.wxConfig();
var data = this.$route.params.userInfo; var data = this.$route.params.userInfo;
var agentType = data.agentType; var agentType = data.agentType;
// console.log(data); // console.log(data);
if (agentType == 1) { if (agentType == 1) {
// this.agentType = data.dealerFlag; this.agentType = agentType;
this.organizationName = data.name; this.organizationName = data.name;
this.socialCode = data.idNo; this.socialCode = data.idNo;
this.legalRepresentativeName = data.legalName; this.legalRepresentativeName = data.legalName;
...@@ -455,11 +469,10 @@ export default { ...@@ -455,11 +469,10 @@ export default {
this.legalPhoneNumber = data.mobile; this.legalPhoneNumber = data.mobile;
this.attachmentId = data.attachmentId; this.attachmentId = data.attachmentId;
this.orgAttachmentId = data.orgAttachmentId; this.orgAttachmentId = data.orgAttachmentId;
window.localStorage.setItem('isManagerFlag', data.isManagerFlag);
window.localStorage.setItem('isManagerFlag', data.isManagerFlag) window.localStorage.setItem('managerAuthFlag', data.managerAuthFlag);
window.localStorage.setItem('managerAuthFlag', data.managerAuthFlag) this.isManagerFlag = data.isManagerFlag;
vm.isManagerFlag = data.isManagerFlag this.managerAuthFlag = data.managerAuthFlag;
vm.managerAuthFlag = data.managerAuthFlag
this.cardUp = this.cardUp =
...@@ -475,7 +488,7 @@ export default { ...@@ -475,7 +488,7 @@ export default {
"&apiName=download&sysName=HCL_UPLOAD_FILE&access_token=" + "&apiName=download&sysName=HCL_UPLOAD_FILE&access_token=" +
window.localStorage.access_token_rl; window.localStorage.access_token_rl;
} else if (agentType == 2) { } else if (agentType == 2) {
// this.agentType = data.dealerFlag; this.agentType = agentType;
this.staffType = "组织其他员工"; this.staffType = "组织其他员工";
this.jbName = data.agentName; this.jbName = data.agentName;
this.jbPhoneNumber = data.mobile; this.jbPhoneNumber = data.mobile;
...@@ -486,6 +499,10 @@ export default { ...@@ -486,6 +499,10 @@ export default {
this.legalRepresentativeCardNumber1 = data.legalIdNo; this.legalRepresentativeCardNumber1 = data.legalIdNo;
this.attachmentId1 = data.attachmentId; this.attachmentId1 = data.attachmentId;
this.orgAttachmentId1 = data.orgAttachmentId; this.orgAttachmentId1 = data.orgAttachmentId;
window.localStorage.setItem('isManagerFlag', data.isManagerFlag);
window.localStorage.setItem('managerAuthFlag', data.managerAuthFlag);
this.isManagerFlag = data.isManagerFlag;
this.managerAuthFlag = data.managerAuthFlag;
this.cardUp1 = this.cardUp1 =
process.env.rootPath + process.env.rootPath +
"/app/fileViewSvc?attachment_id=" + "/app/fileViewSvc?attachment_id=" +
......
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