Commit 551ec727 authored by zhengke's avatar zhengke

增加实名认证

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