Merge branch 'master' of http://git.scdxtc.com/chen/public-opinion
commit
9571be3940
|
@ -26,8 +26,12 @@
|
||||||
findings:'', //调查结果
|
findings:'', //调查结果
|
||||||
results:'', //处理结果
|
results:'', //处理结果
|
||||||
flag:true,
|
flag:true,
|
||||||
|
id:0, //工单id
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
onLoad(op) {
|
||||||
|
if(op.id) this.id = op.id;
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 提交或取消
|
// 提交或取消
|
||||||
submitEv(id,type){
|
submitEv(id,type){
|
||||||
|
@ -39,7 +43,7 @@
|
||||||
result:this.results,
|
result:this.results,
|
||||||
invalid:type
|
invalid:type
|
||||||
}
|
}
|
||||||
this.$requst.post('/api/opinion/worker-handle',params).then(res => {
|
this.$requst.post('opinion/worker-handle',params).then(res => {
|
||||||
if(res.code==0){
|
if(res.code==0){
|
||||||
this.$toolAll.tools.showToast('提交成功');
|
this.$toolAll.tools.showToast('提交成功');
|
||||||
// 返回
|
// 返回
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="disjcac pad-sx50" v-if="ifManager==0">
|
<view class="disjcac pad-sx50" v-if="ifManager==0">
|
||||||
<view class="disjcac enter-btn" style="margin: 0;" @tap="handleEv">立即办理</view>
|
<view class="disjcac enter-btn" style="margin: 0;" @tap="handleEv(detail.id)">立即办理</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="disjcac pad-sx50" v-if="ifManager==1">
|
<view class="disjcac pad-sx50" v-if="ifManager==1">
|
||||||
<view class="disjcac enter-btn" style="margin: 0;background-color: #f71200;border-color: #f71200;" @tap="reexamineEv">督办复审</view>
|
<view class="disjcac enter-btn" style="margin: 0;background-color: #f71200;border-color: #f71200;" @tap="reexamineEv">督办复审</view>
|
||||||
|
|
Loading…
Reference in New Issue