|
@@ -172,12 +172,6 @@
|
|
<input v-model="altitudeDocumentNumber" maxlength="18" type="text" placeholder="请输入高空证号" />
|
|
<input v-model="altitudeDocumentNumber" maxlength="18" type="text" placeholder="请输入高空证号" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="item flex" @click="$refs.reexamineTime.showWin">
|
|
|
|
- <view class="">复审日期</view>
|
|
|
|
- <view class="flex" style="flex: 1; pointer-events: none">
|
|
|
|
- <input v-model="reexamineTime" disabled type="text" placeholder="请选择日期" />
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
<view class="item flex" @click="$refs.altitudeDocumentStateTime.showWin">
|
|
<view class="item flex" @click="$refs.altitudeDocumentStateTime.showWin">
|
|
<view class="">证件有效期开始日期</view>
|
|
<view class="">证件有效期开始日期</view>
|
|
<view class="flex" style="flex: 1; pointer-events: none">
|
|
<view class="flex" style="flex: 1; pointer-events: none">
|
|
@@ -190,6 +184,12 @@
|
|
<input v-model="altitudeDocumentEndTime" disabled type="text" placeholder="请选择日期" />
|
|
<input v-model="altitudeDocumentEndTime" disabled type="text" placeholder="请选择日期" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="item flex" @click="$refs.reexamineTime.showWin">
|
|
|
|
+ <view class="">复审日期</view>
|
|
|
|
+ <view class="flex" style="flex: 1; pointer-events: none">
|
|
|
|
+ <input v-model="reexamineTime" disabled type="text" placeholder="请选择日期" />
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- ----------------------------------------------------------------- -->
|
|
<!-- ----------------------------------------------------------------- -->
|