|
|
@@ -78,8 +78,6 @@ |
|
|
|
v-model="currentDate" |
|
|
|
type="date" |
|
|
|
title="选择年月日" |
|
|
|
:min-date="minDate" |
|
|
|
:max-date="maxDate" |
|
|
|
@confirm="onConfirmLasj" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
@@ -99,12 +97,10 @@ |
|
|
|
v-model="currentDate" |
|
|
|
type="date" |
|
|
|
title="选择年月日" |
|
|
|
:min-date="minDate" |
|
|
|
:max-date="maxDate" |
|
|
|
@confirm="onConfirmInspectorTime" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
<van-field label="备注" v-model="jgList.bz" placeholder="填写备注" input-align="right" label-width="auto" :rules="[{ required: true }]" required/> |
|
|
|
<van-field label="备注" v-model="jgList.bz" placeholder="填写备注" input-align="right" label-width="auto"/> |
|
|
|
</div> |
|
|
|
|
|
|
|
<p class="main_title">违法信息</p> |
|
|
@@ -146,8 +142,6 @@ |
|
|
|
v-model="currentDate" |
|
|
|
type="date" |
|
|
|
title="选择年月日" |
|
|
|
:min-date="minDate" |
|
|
|
:max-date="maxDate" |
|
|
|
@confirm="onConfirmReformDeadline" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
@@ -159,7 +153,7 @@ |
|
|
|
<van-button type="info" color="#B4B0B0" native-type="submit" @click="goBack" class="submitButton">取<i style="margin-right: 1em;"></i>消</van-button> |
|
|
|
</van-col> |
|
|
|
<van-col span="12" align="center"> |
|
|
|
<van-button type="info" native-type="submit" @click="goAdd" class="submitButton">添<i style="margin-right: 1em;"></i>加</van-button> |
|
|
|
<van-button type="info" native-type="submit" @click="goAdd" class="submitButton">保<i style="margin-right: 1em;"></i>存</van-button> |
|
|
|
</van-col> |
|
|
|
</van-row> |
|
|
|
<div class="clear"></div> |
|
|
@@ -185,8 +179,6 @@ |
|
|
|
showwfydlx:false, |
|
|
|
showReformDeadline:false, |
|
|
|
|
|
|
|
minDate: new Date(), |
|
|
|
maxDate: new Date(2025, 10, 1), |
|
|
|
currentDate: new Date(), |
|
|
|
jgList:{}, |
|
|
|
|
|
|
|