BUG 29319
This commit is contained in:
@@ -194,7 +194,7 @@
|
|||||||
<AiUploader :def.sync="photo" multiple placeholder="上传图片" :limit="1" action="/admin/file/add2" :disabled="id != ''"></AiUploader>
|
<AiUploader :def.sync="photo" multiple placeholder="上传图片" :limit="1" action="/admin/file/add2" :disabled="id != ''"></AiUploader>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group" >
|
<div class="form-group" >
|
||||||
<div class="form-item">
|
<div class="form-item">
|
||||||
@@ -423,8 +423,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="btn" hover-class="text" @click="nextStep" v-if="current == 0">下一步</div>
|
<div class="btn" hover-class="text" @click="nextStep" v-if="current == 0">下一步</div>
|
||||||
<div class="btn" hover-class="text" @click="submit" v-if="current == 0 && id">保存</div>
|
<div class="btn" hover-class="text" @click="submit" v-if="current == 0 && id">保存</div>
|
||||||
<div class="btn" hover-class="text" @click="submit" v-if="current == 1"> {{ girdInfo.checkType == 2 ? '保存' : '申请纳入监测' }}</div>
|
<div class="btn" hover-class="text" @click="submit" v-if="current == 1"> {{ girdInfo.checkType == 2 ? '保存' : '申请纳入监测' }}</div>
|
||||||
@@ -438,9 +438,9 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
numList: [
|
numList: [
|
||||||
{name: '基本信息'},
|
{name: '基本信息'},
|
||||||
{name: '情况描述'},
|
{name: '情况描述'},
|
||||||
{name: '等待审核'},
|
{name: '等待审核'},
|
||||||
],
|
],
|
||||||
current: 0,
|
current: 0,
|
||||||
form: {
|
form: {
|
||||||
@@ -554,14 +554,12 @@ export default {
|
|||||||
if (query.id) {
|
if (query.id) {
|
||||||
this.flag = true
|
this.flag = true
|
||||||
this.id = query.id
|
this.id = query.id
|
||||||
|
|
||||||
|
|
||||||
this.getInfo(this.id)
|
this.getInfo(this.id)
|
||||||
|
|
||||||
|
|
||||||
} else if (!query.id) {
|
}
|
||||||
this.form.currentAreaId = this.user.areaId
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -598,7 +596,7 @@ export default {
|
|||||||
this.namelist.splice(index, 1)
|
this.namelist.splice(index, 1)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
this.form.healthyStatus = this.namelist.map(v=>v.dictValue).join(',')
|
this.form.healthyStatus = this.namelist.map(v=>v.dictValue).join(',')
|
||||||
},
|
},
|
||||||
@@ -623,9 +621,9 @@ export default {
|
|||||||
if(!this.form.objectType) {
|
if(!this.form.objectType) {
|
||||||
this.$u.toast('请选择监测对象类型')
|
this.$u.toast('请选择监测对象类型')
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!this.form.idNumber) {
|
if(!this.form.idNumber) {
|
||||||
this.$u.toast('请输入身份证号')
|
this.$u.toast('请输入身份证号')
|
||||||
}
|
}
|
||||||
@@ -660,7 +658,7 @@ export default {
|
|||||||
if(this.photo.length) {
|
if(this.photo.length) {
|
||||||
this.form.photo = this.photo[0].accessUrl
|
this.form.photo = this.photo[0].accessUrl
|
||||||
}
|
}
|
||||||
|
|
||||||
this.form.girdId = this.girdInfo.girdId
|
this.form.girdId = this.girdInfo.girdId
|
||||||
this.form.girdName = this.girdInfo.girdName
|
this.form.girdName = this.girdInfo.girdName
|
||||||
this.form.householdIdNumber = this.form.idNumber
|
this.form.householdIdNumber = this.form.idNumber
|
||||||
@@ -695,7 +693,7 @@ export default {
|
|||||||
this.guaranteeList.push(index)
|
this.guaranteeList.push(index)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.form.guaranteeCheck = this.guaranteeList.join(',')
|
this.form.guaranteeCheck = this.guaranteeList.join(',')
|
||||||
|
|
||||||
this.checkInit('jcbxCxyiliao',this.basicsCheckList, 0)
|
this.checkInit('jcbxCxyiliao',this.basicsCheckList, 0)
|
||||||
@@ -882,7 +880,7 @@ export default {
|
|||||||
border: 1px solid #1174FE;
|
border: 1px solid #1174FE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user