巡检补检前端页面

This commit is contained in:
shane 2022-10-29 12:01:46 +08:00
parent 36f2c4532a
commit 7dbed334ea
4 changed files with 24 additions and 0 deletions

View File

@ -134,6 +134,16 @@
</select>
</div>
<label class="col-sm-2 col-form-label text-right">
<span><vc:i18n name="允许补检" namespace="editInspectionPlanInfo"></vc:i18n></span>
</label>
<div class="col-sm-4">
<select class="custom-select" v-model="editInspectionPlanInfo.canReexamine">
<option value="1000">不允许补检</option>
<option value="2000">允许补检</option>
</select>
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label text-right">

View File

@ -13,6 +13,7 @@
startTime:'',
endTime:'',
signType: '',
canReexamine: '',
signTypes: [],
state: '2020025',
remark: '',
@ -195,6 +196,7 @@
startTime:'',
endTime:'',
signType: '',
canReexamine: '',
signTypes: signTypes,
state: '2020025',
remark: '',

View File

@ -138,6 +138,16 @@
</select>
</div>
<label class="col-sm-2 col-form-label text-right">
<span><vc:i18n name="允许补检" namespace="addInspectionPlan"></vc:i18n></span>
</label>
<div class="col-sm-4">
<select class="custom-select" v-model="addInspectionPlanInfo.canReexamine">
<option selected value="1000">不允许补检</option>
<option value="2000">允许补检</option>
</select>
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label text-right">

View File

@ -13,6 +13,7 @@
startTime:'',
endTime:'',
signType: '',
canReexamine: '1000',
signTypes: [],
state: '2020025',
remark: '',
@ -190,6 +191,7 @@
startTime:'',
endTime:'',
signType: '',
canReexamine: '1000',
state: '2020025',
remark: '',
signTypes: signTypes,