29725
This commit is contained in:
@@ -23,10 +23,10 @@
|
|||||||
|
|
||||||
<div class="remark">
|
<div class="remark">
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<span style="margin-right: 8px;"></span><span>办理意见</span>
|
<span>*</span><span>办理意见</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<u-input type="textarea" v-model="description" placeholder="请写下你的办理意见" maxlength="500" height="200"/>
|
<u-input type="textarea" v-model="description" placeholder="请写下你的办理意见" maxlength="100" height="200" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -87,6 +87,9 @@ export default {
|
|||||||
return this.$u.toast('请选择处理结果')
|
return this.$u.toast('请选择处理结果')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!this.description) {
|
||||||
|
return this.$u.toast('请输入办理意见')
|
||||||
|
}
|
||||||
|
|
||||||
let url = ''
|
let url = ''
|
||||||
let form = {}
|
let form = {}
|
||||||
@@ -122,7 +125,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = this.checkType == 1? "处理意见":this.checkType == 2? "处理结果": ''
|
document.title = this.status == 1? "转交": "审核处理"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user