28598
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 待审核 -->
|
<!-- 待审核 -->
|
||||||
<div class="to-check" v-if="data.visitUserName" >
|
<div class="to-check" v-if="data.visitUserName">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<span>走访核实</span>
|
<span>走访核实</span>
|
||||||
<span style="color:#FF8822" v-if="data.status == 1">疑似风险</span>
|
<span style="color:#FF8822" v-if="data.status == 1">疑似风险</span>
|
||||||
@@ -124,9 +124,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="height: 56px"></div>
|
<div style="height: 56px"></div>
|
||||||
|
|
||||||
<div class="btn" @click="toResult" v-if="(checkType == 1 || checkType == 2) && tabIndex==0 ">
|
<div class="btn" @click="toResult" v-if="checkType == 1 && tabIndex==0 && !data.visitUserName">
|
||||||
<span v-if="data.status==0 || data.status==1">走访核实</span>
|
<span v-if="(data.status==0 || data.status==1)">走访核实</span>
|
||||||
<span v-else>处理结果</span>
|
<!-- <span v-if="(data.status==2 || data.status==3)">处理结果</span> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="btn" @click="toResult" v-if="checkType == 2 && tabIndex==0" !data.auditUserName>
|
||||||
|
<!-- <span v-if="(data.status==0 || data.status==1)">走访核实</span> -->
|
||||||
|
<span v-if="(data.status==2 || data.status==3)">处理结果</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -152,7 +157,11 @@ export default {
|
|||||||
this.tabIndex = o.tabIndex;
|
this.tabIndex = o.tabIndex;
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
this.getCheckType()
|
this.getCheckType()
|
||||||
|
uni.$on('update',()=>{
|
||||||
|
this.getDetail()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
previewImage(images, img) {
|
previewImage(images, img) {
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submit() {
|
submit() {
|
||||||
|
|
||||||
if(!this.operation) {
|
if(!this.operation) {
|
||||||
return this.$u.toast('请选择处理意见')
|
return this.$u.toast('请选择处理意见')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user