|
@@ -10,8 +10,8 @@
|
|
|
</van-row>
|
|
</van-row>
|
|
|
<van-row class="cell">
|
|
<van-row class="cell">
|
|
|
<van-col span="6">报告时间:</van-col>
|
|
<van-col span="6">报告时间:</van-col>
|
|
|
- <van-col span="18" @click="dateshow=true">
|
|
|
|
|
- <van-field v-model="form.mandatoryDate" :rules="[{ required: true}]" placeholder="请输入报告时间" disabled />
|
|
|
|
|
|
|
+ <van-col span="18">
|
|
|
|
|
+ <van-field clickable readonly v-model="form.mandatoryDate" :rules="[{ required: true}]" placeholder="请输入报告时间" @click="dateshow=true" />
|
|
|
<!-- {{form.mandatoryDate?form.mandatoryDate:'请选择'}} -->
|
|
<!-- {{form.mandatoryDate?form.mandatoryDate:'请选择'}} -->
|
|
|
</van-col>
|
|
</van-col>
|
|
|
<van-popup v-model="dateshow" position="bottom" :style="{ height: '50%' }">
|
|
<van-popup v-model="dateshow" position="bottom" :style="{ height: '50%' }">
|
|
@@ -28,7 +28,7 @@
|
|
|
<van-row class="cell">
|
|
<van-row class="cell">
|
|
|
<van-col span="8">报告所在地:</van-col>
|
|
<van-col span="8">报告所在地:</van-col>
|
|
|
<van-col span="16">
|
|
<van-col span="16">
|
|
|
- <van-field v-model="form.streetName" :rules="[{ required: true}]" @click="streetShow=true" placeholder="请选择报告所在地" disabled />
|
|
|
|
|
|
|
+ <van-field clickable readonly v-model="form.streetName" :rules="[{ required: true}]" @click="streetShow=true" placeholder="请选择报告所在地" />
|
|
|
</van-col>
|
|
</van-col>
|
|
|
<van-popup v-model="streetShow" position="bottom" :style="{ height: '50%' }">
|
|
<van-popup v-model="streetShow" position="bottom" :style="{ height: '50%' }">
|
|
|
<van-picker default-index="2" show-toolbar :columns="streetList" @confirm="onConfirm" @cancel="streetShow=false" value-key="name" />
|
|
<van-picker default-index="2" show-toolbar :columns="streetList" @confirm="onConfirm" @cancel="streetShow=false" value-key="name" />
|