平昌新需求
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
<span class="tips">*</span>身份证号
|
||||
</div>
|
||||
<div class="value">
|
||||
<u-input type="number" input-align="right" height="32" maxlength="18" v-model="info.idNumber" :custom-style="{'font-size': '17px'}" />
|
||||
<u-input input-align="right" height="32" maxlength="18" v-model="info.idNumber" :custom-style="{'font-size': '17px'}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="item solid">
|
||||
@@ -172,7 +172,7 @@
|
||||
</div>
|
||||
<div class="item solid">
|
||||
<div class="label">
|
||||
<span class="tips">*</span>隔离时间
|
||||
<span class="tips">*</span>管理时间
|
||||
</div>
|
||||
<div class="value" @click="showDateSelect=true">
|
||||
<span class="color-999" v-if="!form.quarantineBeginTime">请选择</span>
|
||||
@@ -182,7 +182,7 @@
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="label">
|
||||
<span class="tips">*</span>隔离策略
|
||||
<span class="tips">*</span>管理策略
|
||||
</div>
|
||||
<div class="value" @click="dictSelectClick('EP_quarantineStrategy', 'quarantineStrategy')">
|
||||
<span :class="form.quarantineStrategy === '' ? 'color-999' : ''">{{ $dict.getLabel('EP_quarantineStrategy', form.quarantineStrategy) || '请选择'}}</span>
|
||||
@@ -344,10 +344,10 @@ export default {
|
||||
return this.$u.toast('请选择居家状态')
|
||||
}
|
||||
if(!this.form.quarantineBeginTime) {
|
||||
return this.$u.toast('请选择隔离时间')
|
||||
return this.$u.toast('请选择管理时间')
|
||||
}
|
||||
if(this.form.quarantineStrategy === '' || this.form.quarantineStrategy === null) {
|
||||
return this.$u.toast('请选择隔离策略')
|
||||
return this.$u.toast('请选择管理策略')
|
||||
}
|
||||
if(!this.form.controllerUserName) {
|
||||
return this.$u.toast('请输入管控人姓名')
|
||||
|
||||
Reference in New Issue
Block a user