31052
This commit is contained in:
@@ -128,7 +128,6 @@
|
|||||||
<h2>出行方式</h2>
|
<h2>出行方式</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item__right">
|
<div class="form-item__right">
|
||||||
<!-- <AiCheckbox style="width: 100%;" v-model="travelType" dict="EP_travelType"/> -->
|
|
||||||
<div class="travelType">
|
<div class="travelType">
|
||||||
<div class="travelItem" v-for="(v,index) in travelTypeDict" :key="index" :class="[travelType.includes(v.dictValue)? 'active':'']" @click="travelTypeSelect(v.dictValue)">{{ v.dictName }}</div>
|
<div class="travelItem" v-for="(v,index) in travelTypeDict" :key="index" :class="[travelType.includes(v.dictValue)? 'active':'']" @click="travelTypeSelect(v.dictValue)">{{ v.dictName }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -56,6 +56,14 @@
|
|||||||
<span>{{ $dict.getLabel('EP_registerPersonType', info.type) }}</span>
|
<span>{{ $dict.getLabel('EP_registerPersonType', info.type) }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="detail-info__item">
|
||||||
|
<div class="left">
|
||||||
|
<label>高危行业</label>
|
||||||
|
</div>
|
||||||
|
<div class="right">
|
||||||
|
<span>{{ $dict.getLabel('EP_highRiskIndustries', info.highRiskIndustries) }}</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="detail-info">
|
<div class="detail-info">
|
||||||
<h2>行程信息</h2>
|
<h2>行程信息</h2>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="album">
|
<div class="album">
|
||||||
<div class="tips">请确保以下信息全部由本人填写,本人对所填写内容的真实性和完整性负责</div>、
|
<div class="tips">请确保以下信息全部由本人填写,本人对所填写内容的真实性和完整性负责</div>
|
||||||
|
|
||||||
<div class="title">基本信息</div>
|
<div class="title">基本信息</div>
|
||||||
<div class="form-item__group">
|
<div class="form-item__group">
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
<h2>高危行业</h2>
|
<h2>高危行业</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item__right">
|
<div class="form-item__right">
|
||||||
<AiSelect v-model="form.type" dict="epidemicRecentPersonType" class="select"></AiSelect>
|
<AiSelect v-model="form.highRiskIndustries" dict="EP_highRiskIndustries" class="select"></AiSelect>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
<h2>出行方式</h2>
|
<h2>出行方式</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item__right">
|
<div class="form-item__right">
|
||||||
<AiSelect dict="epidemicRecentTravel" v-model="form.travelType" class="select"></AiSelect>
|
<AiSelect dict="EP_travelType" v-model="form.travelType" class="select"></AiSelect>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
<h2>车次/航班</h2>
|
<h2>车次/航班</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item__right">
|
<div class="form-item__right">
|
||||||
<input placeholder="请输入" v-model="form.name" :maxlength="20"/>
|
<input placeholder="请输入" v-model="form.trainNo" :maxlength="20"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -290,10 +290,28 @@ export default {
|
|||||||
day: true
|
day: true
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
arriveAddress: '',
|
infoType: '1',
|
||||||
|
name: '',
|
||||||
|
idNumber: '',
|
||||||
|
phone: '',
|
||||||
|
type: '',
|
||||||
|
highRiskIndustries: '', // 高危行业
|
||||||
|
startTime: '',
|
||||||
|
startAreaId: '',
|
||||||
|
startAreaName: '',
|
||||||
|
startAddress: '',
|
||||||
|
travelType: '', // 出行方式
|
||||||
|
trainNo: '',
|
||||||
|
description: '',
|
||||||
|
arriveTime: '',
|
||||||
|
arriveAreaId: '', // 预计到达卡口id
|
||||||
|
gatewayId: '', // 卡口id
|
||||||
|
gatewayName: '',
|
||||||
arriveAreaId: '',
|
arriveAreaId: '',
|
||||||
arriveAreaName: '',
|
arriveAreaName: '',
|
||||||
arriveTime: '',
|
arriveAddress: '',
|
||||||
|
|
||||||
|
|
||||||
checkPhoto: [],
|
checkPhoto: [],
|
||||||
checkResult: '',
|
checkResult: '',
|
||||||
checkTime: '',
|
checkTime: '',
|
||||||
@@ -302,10 +320,9 @@ export default {
|
|||||||
idNumber: '',
|
idNumber: '',
|
||||||
name: '',
|
name: '',
|
||||||
phone: '',
|
phone: '',
|
||||||
startAddress: '',
|
|
||||||
startAreaId: '',
|
|
||||||
startAreaName: '',
|
|
||||||
startTime: '',
|
|
||||||
temperature: '',
|
temperature: '',
|
||||||
touchInFourteen: '',
|
touchInFourteen: '',
|
||||||
travelType: '',
|
travelType: '',
|
||||||
@@ -628,7 +645,7 @@ export default {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
font-weight: 600;
|
font-weight: 400;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user