Commit b7280d88 authored by 5359's avatar 5359

历史注册用户调整

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