29346
This commit is contained in:
@@ -246,7 +246,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer-btn" v-if="info.status == 1">
|
<div class="footer-btn" v-if="info.status == 1">
|
||||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
<div class="confirm-btn" @click="toAddView('您确认要解除此监测对象的风险吗?', 1)">消除风险</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer-btn" v-if="info.status == 2">
|
<div class="footer-btn" v-if="info.status == 2">
|
||||||
|
|||||||
@@ -1,25 +1,27 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="MonitorAddView">
|
<div class="MonitorAddView">
|
||||||
<div class="type" v-if="status == 0">
|
<div class="containter">
|
||||||
<div><span style="color: #FF4466">*</span>监测对象类型</div>
|
<div class="type" v-if="status == 0">
|
||||||
<div>
|
<div><span style="color: #FF4466">*</span>监测对象类型</div>
|
||||||
<AiSelect dict="fpRiskType" v-model="riskType" />
|
<div>
|
||||||
|
<AiSelect dict="fpRiskType" v-model="riskType" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="type" v-if="status == 1">
|
||||||
<div class="type" v-if="status == 1">
|
<div><span style="color: #FF4466">*</span>风险消除方式</div>
|
||||||
<div><span style="color: #FF4466">*</span>风险消除方式</div>
|
<div>
|
||||||
<div>
|
<AiSelect dict="fpRiskEliminationMethod" v-model="riskEliminationMethod" />
|
||||||
<AiSelect dict="fpRiskEliminationMethod" v-model="riskEliminationMethod" />
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="remark">
|
||||||
<div class="remark">
|
<div class="title"><span style="display: inline-block;width: 8px;"></span>备注说明</div>
|
||||||
<div class="title"><span style="display: inline-block;width: 8px;"></span>备注说明</div>
|
<u-input v-model="opinion" type="textarea" placeholder="请输入备注说明" height="200" :maxlength="500"></u-input>
|
||||||
<u-input v-model="opinion" type="textarea" placeholder="请输入备注说明" height="200" :maxlength="500"></u-input>
|
</div>
|
||||||
</div>
|
<div class="remark">
|
||||||
<div class="remark">
|
<div class="title"><span style="display: inline-block;width: 8px;"></span>图片<span style="color: #999999;font-size: 14px;">(最多9张)</span></div>
|
||||||
<div class="title"><span style="display: inline-block;width: 8px;"></span>图片<span style="color: #999999;font-size: 14px;">(最多9张)</span></div>
|
<div style="padding-bottom: 20px; box-sizing: border-box;">
|
||||||
<div style="padding-bottom: 20px; box-sizing: border-box;">
|
<AiUploader :def.sync="file" multiple placeholder="上传图片" :limit="9" action="/admin/file/add2"></AiUploader>
|
||||||
<AiUploader :def.sync="file" multiple placeholder="上传图片" :limit="9" action="/admin/file/add2"></AiUploader>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -123,6 +125,10 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.MonitorAddView {
|
.MonitorAddView {
|
||||||
|
.containter {
|
||||||
|
padding-bottom: 112px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
.type {
|
.type {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<div class="result">
|
<div class="result">
|
||||||
<div class="title">处理意见</div>
|
<div class="title">处理意见</div>
|
||||||
<div class="check">
|
<div class="check" v-if="info.status != 2">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<span style="color: #FF4466;">*</span>
|
<span style="color: #FF4466;">*</span>
|
||||||
<span>审核结果</span>
|
<span>审核结果</span>
|
||||||
@@ -111,10 +111,6 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
// if (!this.form.opinion) {
|
|
||||||
// return this.$u.toast('请输入备注说明')
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (this.form.pass == 1) { // 申请纳入
|
if (this.form.pass == 1) { // 申请纳入
|
||||||
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
||||||
params: {
|
params: {
|
||||||
|
|||||||
Reference in New Issue
Block a user