|
@@ -262,7 +262,8 @@
|
|
|
<view v-for="(record, index4) in item.oplist" :key="index4" class="record-item" @click="viewDetails(record)" style="border-bottom: 2px solid #eee;">
|
|
|
|
|
|
<view style="display: flex; flex-direction:row;align-items: center; ">
|
|
|
- <view v-if="item.oplist.length!=1" :class="index4 === item.oplist.length - 1 ? 'record-p2' : 'record-p1'"></view>
|
|
|
+ <!-- <view v-if="item.oplist.length!=1" :class="index4 === item.oplist.length - 1 ? 'record-p2' : 'record-p1'"></view> -->
|
|
|
+ <view v-if="item.oplist.length!=1" class="record-p1"></view>
|
|
|
<view v-if="item.oplist.length==1" class="record-p1"></view>
|
|
|
<text class="record-time">{{ record.opTypeName }}</text>
|
|
|
</view>
|
|
@@ -281,7 +282,7 @@
|
|
|
|
|
|
<view v-if="canpj">
|
|
|
|
|
|
- <view class="cu-form-group margin-top" >
|
|
|
+ <view class="cu-form-group margin-top" style="padding-left: 20rpx;" >
|
|
|
<view class="title" style="color: #3c9cff;">
|
|
|
企业主要负责人知晓情况:
|
|
|
</view>
|
|
@@ -295,7 +296,7 @@
|
|
|
</radio-group>
|
|
|
</view>
|
|
|
|
|
|
- <view class="cu-form-group margin-top" >
|
|
|
+ <view class="cu-form-group margin-top" style="padding-left: 20rpx;" >
|
|
|
<view class="title" style="padding-right: 0;color: #3c9cff;">
|
|
|
满意度评价:
|
|
|
</view>
|
|
@@ -396,7 +397,8 @@
|
|
|
},
|
|
|
parkList: [ "用工人才", "资金需求", "土地厂房", "订单及配套", "政策兑现", "创新及品牌", "审批手续", "水电气供应", "安全环保消防", "其他(需详细说明)"],
|
|
|
questionList:[{qname:"",qtype:"",qTypeindex:"",gaps:"",des:"",t1:"",t1s:"",picLists2:[]}],
|
|
|
- dels:["办结","反馈大走访活动办","正在办理","难以化解","持续跟踪","提请会办"],
|
|
|
+ // dels:["办结","反馈大走访活动办","正在办理","难以化解","持续跟踪","提请会办"],
|
|
|
+ dels:["正在办理","反馈大走访办公室","办结"],
|
|
|
dels2:["办结","交办"],
|
|
|
dels3:["办结","正在办理","难以化解","持续跟踪","提请会办"],
|
|
|
dels4:["是","否"],
|
|
@@ -483,8 +485,15 @@
|
|
|
//问题处理
|
|
|
console.log("问题:"+data2.data.dzfQuestionDetilDTOList[i].oplist[j].opType)
|
|
|
|
|
|
- if(data2.data.dzfQuestionDetilDTOList[i].oplist[j].opType=='3'){
|
|
|
- data2.data.dzfQuestionDetilDTOList[i].current=0
|
|
|
+ if(data2.data.dzfQuestionDetilDTOList[i].oplist[j].opType=='3'){
|
|
|
+ //挂钩干部
|
|
|
+ if(this.roleIds=='1915280292672946177'){
|
|
|
+ data2.data.dzfQuestionDetilDTOList[i].current=2
|
|
|
+ //交办部门
|
|
|
+ }else{
|
|
|
+ data2.data.dzfQuestionDetilDTOList[i].current=0
|
|
|
+ }
|
|
|
+
|
|
|
data2.data.dzfQuestionDetilDTOList[i].showjbdw=false;
|
|
|
data2.data.dzfQuestionDetilDTOList[i].showjbdw2=false;
|
|
|
}else if(data2.data.dzfQuestionDetilDTOList[i].oplist[j].opType=='4'){
|
|
@@ -492,7 +501,7 @@
|
|
|
}else if(data2.data.dzfQuestionDetilDTOList[i].oplist[j].opType=='5'){
|
|
|
//挂钩干部
|
|
|
if(this.roleIds=='1915280292672946177'){
|
|
|
- data2.data.dzfQuestionDetilDTOList[i].current=2
|
|
|
+ data2.data.dzfQuestionDetilDTOList[i].current=0
|
|
|
//交办部门
|
|
|
}else{
|
|
|
data2.data.dzfQuestionDetilDTOList[i].current=1
|