Commit bbe6a048 authored by xinzhedeai's avatar xinzhedeai

日期选择框滑动隐藏的问题

parent 43038ada
......@@ -46,12 +46,12 @@
</van-cell-group>
<van-cell-group :class="{'disable-van-cell': disabled}">
<van-cell is-link @click="showPopup('showPopup4hdInspectDate1')" >作业起始时间*<span class="formValue">{{form.startTime}}</span></van-cell>
<van-popup v-model="showPopup4hdInspectDate1" position="bottom" :style="{ height: '30%' }">
<van-popup v-model="showPopup4hdInspectDate1" position="bottom">
<van-datetime-picker v-model="hdInspectDateModel1" type="date" title="选择年月日" @confirm="confirm4hdInspectDate1" @cancel="showPopup4hdInspectDate1=false" />
</van-cell-group>
<van-cell-group :class="{'disable-van-cell': disabled}">
<van-cell is-link @click="showPopup('showPopup4hdInspectDate2')" >作业结束时间*<span class="formValue">{{form.endTime}}</span></van-cell>
<van-popup v-model="showPopup4hdInspectDate2" position="bottom" :style="{ height: '30%' }">
<van-popup v-model="showPopup4hdInspectDate2" position="bottom">
<van-datetime-picker v-model="hdInspectDateModel2" type="date" title="选择年月日" @confirm="confirm4hdInspectDate2" @cancel="showPopup4hdInspectDate2=false" />
</van-cell-group>
......@@ -69,7 +69,7 @@
</van-cell-group>
<van-cell-group :class="{'disable-van-cell': disabled}">
<van-cell is-link @click="showPopup('showPopup4hdRectificationDate')">报告时间<span class="formValue">{{form.uploadDate}}</span></van-cell>
<van-popup v-model="showPopup4hdRectificationDate" position="bottom" :style="{ height: '30%' }">
<van-popup v-model="showPopup4hdRectificationDate" position="bottom">
<van-datetime-picker v-model="hdRectificationDateModel" type="date" title="选择年月日" @confirm="confirm4hdRectificationDate" @cancel="showPopup4hdRectificationDate=false" />
</van-popup>
</van-cell-group>
......
......@@ -94,7 +94,7 @@
<van-cell-group :class="{'disable-van-cell': disabled}">
<van-cell @click="showPopup('showPopup4completionDate')">完成时间*<span class="formValue">{{form.completionDate}}</span></van-cell>
<van-popup v-model="showPopup4completionDate" position="bottom" :style="{ height: '30%' }">
<van-popup v-model="showPopup4completionDate" position="bottom">
<van-datetime-picker v-model="completionDate" type="date" title="选择年月日" @confirm="confirm4completionDate" @cancel="showPopup4completionDate=false" />
</van-popup>
</van-cell-group>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment