Commit 551ec727 authored by zhengke's avatar zhengke

增加实名认证

parent 6a2515f8
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
class="w135" class="w135"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
type="date" type="date"
></el-date-picker>- ></el-date-picker> -
<el-date-picker <el-date-picker
v-model="msg.EDate" v-model="msg.EDate"
@change="dataDui()" @change="dataDui()"
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
type="date" type="date"
></el-date-picker> ></el-date-picker>
</li> </li>
<li> <li style="display:none;">
<span> <span>
<em>{{$t('system.query_company')}}</em> <em>{{$t('system.query_company')}}</em>
<el-select filterable v-model="msg.RB_Branch_Id"> <el-select filterable v-model="msg.RB_Branch_Id">
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
SDate: "", SDate: "",
EDate: "", EDate: "",
ApplyState: "-1", ApplyState: "-1",
RB_Branch_Id: -2 RB_Branch_Id: ''
}, },
viewerObj: null, viewerObj: null,
Reason: "", Reason: "",
...@@ -339,6 +339,7 @@ export default { ...@@ -339,6 +339,7 @@ export default {
mounted() { mounted() {
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.getCompanyMsg.RB_Group_Id = userInfo.RB_Group_id; //集团ID this.getCompanyMsg.RB_Group_Id = userInfo.RB_Group_id; //集团ID
this.msg.RB_Branch_Id = userInfo.RB_Branch_id; //公司ID
this.getList(); this.getList();
this.getCompanyList(); this.getCompanyList();
} }
......
This diff is collapsed.
...@@ -641,6 +641,14 @@ export default { ...@@ -641,6 +641,14 @@ export default {
title: '联盟管理' title: '联盟管理'
}, },
}, },
{
path: '/custumerXzCertification', //客户实名认证
name: 'custumerXzCertification',
component: resolve => require(['@/components/administrative/custumerXzCertification'], resolve),
meta: {
title: '客户实名认证'
},
},
{ {
path: '/LianMengManagementList', //联盟客户列表管理 path: '/LianMengManagementList', //联盟客户列表管理
name: 'LianMengManagementList', name: 'LianMengManagementList',
......
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