|
@@ -80,7 +80,7 @@
|
|
|
|
|
|
|
|
|
<!-- 弹窗 -->
|
|
|
- <pop-up :type='ptype' :blfsList="matterList" :dflxlist="dflxlist" :blcdlist="blcdlist" @getFaFn="getFaFn" :mycdlist="mycdlist" :dataTree="deptTree" @getClose="getClose" @getupSubmit="getupSubmit"></pop-up>
|
|
|
+ <pop-up :type='ptype' :sh="sh" :blfsList="matterList" :dflxlist="dflxlist" :blcdlist="blcdlist" @getFaFn="getFaFn" :mycdlist="mycdlist" :dataTree="deptTree" @getClose="getClose" @getupSubmit="getupSubmit"></pop-up>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -110,7 +110,7 @@
|
|
|
tabList:[{tit:'全部',val:'qb',limit:'sqmyInfo:info:list'},
|
|
|
{tit:'信息审核',jd:1,val:'xxsh',limit:'sqmyInfo:info:isRecord'},
|
|
|
{tit:'信息交办',jd:2,val:'xxjb',limit:'sqmyInfo:info:assign'},
|
|
|
- {tit:'信息办理',val:'xxbl',limit:'sqmyInfo:info:unitList'},
|
|
|
+ // {tit:'信息办理',val:'xxbl',limit:'sqmyInfo:info:unitList'},
|
|
|
// {tit:'办结审核',jd:6,val:'bjsh',},
|
|
|
{tit:'信息催办',val:'xxcb',limit:'sqmyInfo:info:sqmycbList'},
|
|
|
// {tit:'接收催办',val:'jssqcb',limit:'zxUrge:urge:list'},
|
|
@@ -159,6 +159,7 @@
|
|
|
tajdidx:'',
|
|
|
id:'',
|
|
|
userId:this.$store.state.user.userId,
|
|
|
+ sh:'',
|
|
|
}
|
|
|
},
|
|
|
onUnload(){
|
|
@@ -277,27 +278,29 @@
|
|
|
var type=data.type;
|
|
|
var that=this;
|
|
|
if(type=='scfk'){
|
|
|
- if(sh==1){
|
|
|
- this.ptype=data.type;
|
|
|
- }else{
|
|
|
- var params={
|
|
|
- proposalId:data.id,
|
|
|
- isRecord:0,
|
|
|
- }
|
|
|
- getsqmyInfoisRecordFn(params).then(res=>{
|
|
|
- if(res.code==200){
|
|
|
- this.$toast("立案成功");
|
|
|
- setTimeout(function(){
|
|
|
- that.ptype='';
|
|
|
- that.pageNum=1;
|
|
|
- that.list=[];
|
|
|
- that.reachflag=true;
|
|
|
- that.getDataFn()
|
|
|
- },1200)
|
|
|
+ this.ptype=data.type;
|
|
|
+ this.sh=data.sh;
|
|
|
+ // if(sh==1){
|
|
|
+ // this.ptype=data.type;
|
|
|
+ // }else{
|
|
|
+ // var params={
|
|
|
+ // proposalId:data.id,
|
|
|
+ // isRecord:0,
|
|
|
+ // }
|
|
|
+ // getsqmyInfoisRecordFn(params).then(res=>{
|
|
|
+ // if(res.code==200){
|
|
|
+ // this.$toast("立案成功");
|
|
|
+ // setTimeout(function(){
|
|
|
+ // that.ptype='';
|
|
|
+ // that.pageNum=1;
|
|
|
+ // that.list=[];
|
|
|
+ // that.reachflag=true;
|
|
|
+ // that.getDataFn()
|
|
|
+ // },1200)
|
|
|
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // }
|
|
|
}else{
|
|
|
this.ptype=type
|
|
|
}
|
|
@@ -567,9 +570,9 @@
|
|
|
// }
|
|
|
|
|
|
if(tab=='tjyx'){
|
|
|
- params.isOutstanding="0"
|
|
|
+ // params.isOutstanding="0"
|
|
|
}else if(tab=='tjzd'){
|
|
|
- params.isKeyPoint="0"
|
|
|
+ // params.isKeyPoint="0"
|
|
|
}else if(tab=='xxsb'){
|
|
|
params.sqmyUserId=this.userId
|
|
|
}
|