平昌卡扣登记和返乡登记

This commit is contained in:
shijingjing
2022-11-15 10:43:47 +08:00
parent 0df80b87fb
commit 668c51494b
3 changed files with 24 additions and 24 deletions

View File

@@ -49,7 +49,7 @@
</div>
</div>
</div>
<div class="form-item">
<!-- <div class="form-item">
<div class="form-item__wrapper">
<div class="form-item__title">
<i>*</i>
@@ -70,7 +70,7 @@
<AiSelect v-model="form.highRiskIndustries" dict="EP_highRiskIndustries" class="select"></AiSelect>
</div>
</div>
</div>
</div> -->
</div>
<!-- 行程信息 -->
@@ -322,8 +322,8 @@ export default {
phone: '',
name: '',
idNumber: '',
type: '', // 人员类别
highRiskIndustries: '',
// type: '', // 人员类别
// highRiskIndustries: '',
startTime: '',
startAreaId: '',
startAreaName: '',
@@ -549,13 +549,13 @@ export default {
return this.$toast('请输入姓名')
}
if (!this.form.highRiskIndustries) {
return this.$toast('请选择高危行业')
}
// if (!this.form.highRiskIndustries) {
// return this.$toast('请选择高危行业')
// }
if (!this.form.type) {
return this.$toast('请选择人员类别')
}
// if (!this.form.type) {
// return this.$toast('请选择人员类别')
// }
if (!this.form.startTime) {
return this.$toast('请选择出发时间')