Commit 6664f573 authored by miaohaoyun's avatar miaohaoyun

Merge branch 'master' into 'mhy'

# Conflicts:
#   xichongSys/src/router/index.js
parents 7fa1dd9e f38d1557
...@@ -11,10 +11,12 @@ import store from '@/store' ...@@ -11,10 +11,12 @@ import store from '@/store'
import { getIFramePath, getIFrameUrl } from '@/utils/iframe' import { getIFramePath, getIFrameUrl } from '@/utils/iframe'
import Table from '@/views/Myvue/table' import Table from '@/views/Myvue/table'
import Cbdj from '@/views/Myvue/insuredReg' import Cbdj from '@/views/Myvue/insuredReg'
import insuredRegp from '@/views/Myvue/insuredRegp'
import Flow from '@/views/Myvue/flow' import Flow from '@/views/Myvue/flow'
import shrecord from '@/views/Myvue/examRecord' import shrecord from '@/views/Myvue/examRecord'
import drcbdj from "@/views/Myvue/drcbdj" import drcbdj from "@/views/Myvue/drcbdj"
import xxbg from "@/views/Myvue/infoChange" import xxbg from "@/views/Myvue/infoChange"
import infoChangep from "@/views/Myvue/infoChangep";
import Record from "@/views/Myvue/authRecord" import Record from "@/views/Myvue/authRecord"
import Newsupdata from "@/views/Myvue/newsupdata" import Newsupdata from "@/views/Myvue/newsupdata"
import drxxbg from "@/views/Myvue/drxxbg"; import drxxbg from "@/views/Myvue/drxxbg";
...@@ -27,19 +29,22 @@ import PayInfo from "@/views/Myvue/payInfo" ...@@ -27,19 +29,22 @@ import PayInfo from "@/views/Myvue/payInfo"
import application from "@/views/Myvue/application" import application from "@/views/Myvue/application"
import importByExcel from "@/views/Myvue/importByExcel" import importByExcel from "@/views/Myvue/importByExcel"
import insuranceCancellationAudit from "@/views/Myvue/insuranceCancellationAudit" import insuranceCancellationAudit from "@/views/Myvue/insuranceCancellationAudit"
import insuranceCancellationAuditp from "@/views/Myvue/insuranceCancellationAuditp"
import supPaymentAudit from "@/views/Myvue/supPaymentAudit" import supPaymentAudit from "@/views/Myvue/supPaymentAudit"
import supPaymentAuditp from "@/views/Myvue/supPaymentAuditp"
import traRelationsAudit from "@/views/Myvue/traRelationsAudit" import traRelationsAudit from "@/views/Myvue/traRelationsAudit"
import traRelationsAuditp from "@/views/Myvue/traRelationsAuditp"
import upgradeReoAudit from "@/views/Myvue/upgradeReoAudit" import upgradeReoAudit from "@/views/Myvue/upgradeReoAudit"
import upgradeReoAuditp from "@/views/Myvue/upgradeReoAuditp"
import interact from "@/views/Myvue/interact" import interact from "@/views/Myvue/interact"
import preView from "@/views/Myvue/preView" import preView from "@/views/Myvue/preView"
import treatmentApplicationAudit from "@/views/Myvue/treatmentApplicationAudit"; import treatmentApplicationAudit from "@/views/Myvue/treatmentApplicationAudit";
import treatmentApplicationAuditp from "@/views/Myvue/treatmentApplicationAuditp";
import drcbzx from "@/views/Myvue/drcbzx"; import drcbzx from "@/views/Myvue/drcbzx";
import drbjbf from "@/views/Myvue/drbjbf"; import drbjbf from "@/views/Myvue/drbjbf";
import drtsyw from "@/views/Myvue/drtsyw"; import drtsyw from "@/views/Myvue/drtsyw";
import authRecordphone from "@/views/Myvue/authRecordphone"; import authRecordphone from "@/views/Myvue/authRecordphone";
import importBaseInfoByExcel from "@/views/Myvue/importBaseInfoByExcel"; import tablep from "@/views/Myvue/tablep";
import importPayInfoByExcel from "@/views/Myvue/importPayInfoByExcel";
import importGrantInfoByExcel from "@/views/Myvue/importGrantInfoByExcel";
Vue.use(Router) Vue.use(Router)
...@@ -219,12 +224,45 @@ const router = new Router({ ...@@ -219,12 +224,45 @@ const router = new Router({
path:"/authRecordphone", path:"/authRecordphone",
name:"认证记录", name:"认证记录",
component: authRecordphone component: authRecordphone
},{
path:"/tablep",
name:"tablep",
component: tablep
},{
path:"/insuredRegp",
name:"insuredRegp",
component: insuredRegp
},{
path:"/infoChangep",
name:"infoChangep",
component: infoChangep
},{
path:"/upgradeReoAuditp",
name:"upgradeReoAuditp",
component: upgradeReoAuditp
},
{
path:"/traRelationsAuditp",
name:"traRelationsAuditp",
component: traRelationsAuditp
},{
path:"/treatmentApplicationAuditp",
name:"treatmentApplicationAuditp",
component: treatmentApplicationAuditp
},{
path:"/insuranceCancellationAuditp",
name:"insuranceCancellationAuditp",
component: insuranceCancellationAuditp
},{
path:"/supPaymentAuditp",
name:"supPaymentAuditp",
component: supPaymentAuditp
}, },
{ {
path: '/404', path: '/404',
name: 'notFound', name: 'notFound',
component: NotFound component: NotFound
} },
] ]
}) })
......
...@@ -114,6 +114,7 @@ export default { ...@@ -114,6 +114,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.$store.state.tab.mainTabs=[]
this.refreshCaptcha() this.refreshCaptcha()
}, },
computed:{ computed:{
......
...@@ -154,7 +154,7 @@ import Candode from "../Core/candode" ...@@ -154,7 +154,7 @@ import Candode from "../Core/candode"
value:"3", value:"3",
label:"未认证", label:"未认证",
},{ },{
value:"3", value:"4",
label:"今年未认证" label:"今年未认证"
}], }],
//时间 //时间
...@@ -220,8 +220,9 @@ import Candode from "../Core/candode" ...@@ -220,8 +220,9 @@ import Candode from "../Core/candode"
serchs(p){ serchs(p){
var start="" var start=""
var end="" var end=""
if(this.state==3){ var sta=""
if(this.state==4){
sta=3
start="2019-01-01" start="2019-01-01"
end="2019-12-31" end="2019-12-31"
}else{ }else{
...@@ -251,7 +252,7 @@ import Candode from "../Core/candode" ...@@ -251,7 +252,7 @@ import Candode from "../Core/candode"
town_name:this.townList[0], town_name:this.townList[0],
village_name:this.townList[1], village_name:this.townList[1],
iDCard:this.idcard, iDCard:this.idcard,
match_state:this.state, match_state:sta?sta:this.state,
begin_time:start, begin_time:start,
end_time:end, end_time:end,
siType:this.cblx, siType:this.cblx,
......
...@@ -107,7 +107,9 @@ ...@@ -107,7 +107,9 @@
<el-pagination <el-pagination
class="pone" class="pone"
:page-size='10' :page-size='10'
layout="total, prev, pager, next, jumper" :page-sizes="[10, 50, 100]"
@size-change="handleSizeChange"
layout="total, sizes, prev, pager, next, jumper"
:total="totals" :total="totals"
:current-page.sync="Page" :current-page.sync="Page"
@current-change="current_change" @current-change="current_change"
...@@ -164,6 +166,7 @@ ...@@ -164,6 +166,7 @@
return { return {
list:[], list:[],
pagesize:10,
name:"", name:"",
activities: [], activities: [],
options1: [], options1: [],
...@@ -177,6 +180,10 @@ ...@@ -177,6 +180,10 @@
} }
}, },
methods: { methods: {
handleSizeChange(val){
this.pagesize=val
this.serche(this.Page)
},
childByValue(val){ childByValue(val){
this.townList=val this.townList=val
}, },
...@@ -259,9 +266,13 @@ ...@@ -259,9 +266,13 @@
// return ''; // return '';
}, },
current_change(ss){ current_change(ss){
var data={ this.Page=ss
this.serche(ss)
},
serche(ss){
var data={
pageNum:ss, pageNum:ss,
pageSize:10, pageSize:this.pagesize,
idcard:this.idcard, idcard:this.idcard,
type:this.ywtype type:this.ywtype
} }
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -93,10 +93,12 @@ ...@@ -93,10 +93,12 @@
<el-pagination <el-pagination
class="pone" class="pone"
:page-size='10' :page-size='10'
layout="total, prev, pager, next, jumper" :page-sizes="[10, 50, 100]"
layout="total, sizes, prev, pager, next, jumper"
:total="totals" :total="totals"
:current-page.sync="Page" :current-page.sync="Page"
@current-change="current_change" @current-change="current_change"
@size-change="handleSizeChange"
> >
</el-pagination> </el-pagination>
...@@ -148,10 +150,15 @@ ...@@ -148,10 +150,15 @@
idcard:"", idcard:"",
ywtype:"", ywtype:"",
info:'', info:'',
pageSize:10,
tableData: [] tableData: []
} }
}, },
methods: { methods: {
handleSizeChange(val){
this.pageSize=val
this.serchh(this.Page)
},
childByValue(val){ childByValue(val){
this.townList=val this.townList=val
}, },
...@@ -223,9 +230,12 @@ ...@@ -223,9 +230,12 @@
}, },
current_change(ss){ current_change(ss){
var data={ this.serchh(ss)
},
serchh(ss){
var data={
pageNum:ss, pageNum:ss,
pageSize:10, pageSize:this.pageSize,
idcard:this.idcard, idcard:this.idcard,
type:this.ywtype type:this.ywtype
} }
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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