@@ -2815,6 +2815,15 @@ export const constantRoutes = [ | |||||
}, | }, | ||||
component: (resolve) => require(['@/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail'], resolve) | component: (resolve) => require(['@/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail'], resolve) | ||||
}, | }, | ||||
{ | |||||
path: '/onlineHome/supervisionDetail', | |||||
name: 'supervisionDetail', | |||||
meta: { | |||||
title: '宅基地监管详情', | |||||
hidden: true, | |||||
}, | |||||
component: (resolve) => require(['@/views/onlineHome/homestead/supervision/supervisionDetail'], resolve) | |||||
}, | |||||
]; | ]; | ||||
@@ -99,8 +99,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLzqsrq" | @confirm="onConfirmLzqsrq" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -120,8 +118,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLzjsrq" | @confirm="onConfirmLzjsrq" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -269,8 +265,6 @@ | |||||
showZjd:false, | showZjd:false, | ||||
showlzqsrq:false, | showlzqsrq:false, | ||||
showlzjsrq:false, | showlzjsrq:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
circulation: {} | circulation: {} | ||||
}; | }; | ||||
@@ -7,7 +7,7 @@ | |||||
@click-left="$router.back(-1)" | @click-left="$router.back(-1)" | ||||
> | > | ||||
<template #title> | <template #title> | ||||
<p style="font-weight: bold;">查看宅基地使用流转权</p> | |||||
<p style="font-weight: bold;">宅基地使用流转权</p> | |||||
</template> | </template> | ||||
</van-nav-bar> | </van-nav-bar> | ||||
<p class="main_title">转出方信息</p> | <p class="main_title">转出方信息</p> | ||||
@@ -99,8 +99,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLzqsrq" | @confirm="onConfirmLzqsrq" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -120,8 +118,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLzjsrq" | @confirm="onConfirmLzjsrq" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -268,8 +264,6 @@ export default { | |||||
showZjd:false, | showZjd:false, | ||||
showlzqsrq:false, | showlzqsrq:false, | ||||
showlzjsrq:false, | showlzjsrq:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
circulation:[] | circulation:[] | ||||
}; | }; | ||||
@@ -2899,7 +2899,7 @@ export default { | |||||
} | } | ||||
if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.location)) { | if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.location)) { | ||||
return "拟建位置不能为空"; | |||||
return "拟建地址不能为空"; | |||||
} | } | ||||
if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.landArea)) { | if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.landArea)) { | ||||
return "拟建宅基地面积不能为空"; | return "拟建宅基地面积不能为空"; | ||||
@@ -66,8 +66,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmZjdxzqssj" | @confirm="onConfirmZjdxzqssj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -87,8 +85,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmDcsj" | @confirm="onConfirmDcsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -127,8 +123,6 @@ export default { | |||||
showzjdxzqssj : false , | showzjdxzqssj : false , | ||||
showdcsj : false , | showdcsj : false , | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
}; | }; | ||||
}, | }, | ||||
@@ -170,6 +164,7 @@ export default { | |||||
zjdlyAdd(this.circulation).then(response => { | zjdlyAdd(this.circulation).then(response => { | ||||
if(response.code = 200){ | if(response.code = 200){ | ||||
this.$toast.success('保存成功'); | this.$toast.success('保存成功'); | ||||
this.$router.back(); | |||||
} | } | ||||
}); | }); | ||||
}).catch((e) => { | }).catch((e) => { | ||||
@@ -66,8 +66,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmZjdxzqssj" | @confirm="onConfirmZjdxzqssj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -87,8 +85,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmDcsj" | @confirm="onConfirmDcsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -127,8 +123,6 @@ export default { | |||||
showzjdxzqssj : false , | showzjdxzqssj : false , | ||||
showdcsj : false , | showdcsj : false , | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
}; | }; | ||||
}, | }, | ||||
@@ -179,6 +173,7 @@ export default { | |||||
zjdlyEdit(this.circulation).then(response => { | zjdlyEdit(this.circulation).then(response => { | ||||
if(response.code = 200){ | if(response.code = 200){ | ||||
this.$toast.success('保存成功'); | this.$toast.success('保存成功'); | ||||
this.$router.back(); | |||||
} | } | ||||
}); | }); | ||||
}).catch((e) => { | }).catch((e) => { | ||||
@@ -7,7 +7,7 @@ | |||||
@click-left="$router.back(-1)" | @click-left="$router.back(-1)" | ||||
> | > | ||||
<template #title> | <template #title> | ||||
<p style="font-weight: bold;">使用抵押权</p> | |||||
<p style="font-weight: bold;">使用权抵押</p> | |||||
</template> | </template> | ||||
</van-nav-bar> | </van-nav-bar> | ||||
<van-form ref="_Form"> | <van-form ref="_Form"> | ||||
@@ -141,8 +141,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmDjsj" | @confirm="onConfirmDjsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -188,8 +186,6 @@ export default { | |||||
djlx: '', | djlx: '', | ||||
qszt: '', | qszt: '', | ||||
zjddm: '', | zjddm: '', | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
circulation:{}, | circulation:{}, | ||||
dybdclxDictionaries:[],//抵押不动产类型 | dybdclxDictionaries:[],//抵押不动产类型 | ||||
@@ -7,7 +7,7 @@ | |||||
@click-left="$router.back(-1)" | @click-left="$router.back(-1)" | ||||
> | > | ||||
<template #title> | <template #title> | ||||
<p style="font-weight: bold;">使用抵押权</p> | |||||
<p style="font-weight: bold;">使用权抵押</p> | |||||
</template> | </template> | ||||
</van-nav-bar> | </van-nav-bar> | ||||
<div class="main_box"> | <div class="main_box"> | ||||
@@ -7,7 +7,7 @@ | |||||
@click-left="$router.back(-1)" | @click-left="$router.back(-1)" | ||||
> | > | ||||
<template #title> | <template #title> | ||||
<p style="font-weight: bold;">使用抵押权</p> | |||||
<p style="font-weight: bold;">使用权抵押</p> | |||||
</template> | </template> | ||||
</van-nav-bar> | </van-nav-bar> | ||||
<van-form ref="_Form"> | <van-form ref="_Form"> | ||||
@@ -141,8 +141,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmDjsj" | @confirm="onConfirmDjsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -188,8 +186,6 @@ export default { | |||||
djlx: '', | djlx: '', | ||||
qszt: '', | qszt: '', | ||||
zjddm: '', | zjddm: '', | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
circulation:{}, | circulation:{}, | ||||
dybdclxDictionaries:[],//抵押不动产类型 | dybdclxDictionaries:[],//抵押不动产类型 | ||||
@@ -296,7 +292,7 @@ export default { | |||||
if(response.code = 200){ | if(response.code = 200){ | ||||
this.$toast.success('保存成功'); | this.$toast.success('保存成功'); | ||||
setTimeout(function(){ | setTimeout(function(){ | ||||
window.location.replace("mortgageList") | |||||
this.$router.back(-1); | |||||
},1000) | },1000) | ||||
} | } | ||||
}) | }) | ||||
@@ -99,8 +99,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmYcsykssj" | @confirm="onConfirmYcsykssj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -122,8 +120,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmYcsydqsj" | @confirm="onConfirmYcsydqsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -185,8 +181,6 @@ | |||||
showycsydqsj: false, | showycsydqsj: false, | ||||
circulation:{}, | circulation:{}, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
}; | }; | ||||
}, | }, | ||||
@@ -94,8 +94,6 @@ | |||||
showycsydqsj: false, | showycsydqsj: false, | ||||
circulation:{}, | circulation:{}, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
}; | }; | ||||
}, | }, | ||||
@@ -99,8 +99,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmYcsykssj" | @confirm="onConfirmYcsykssj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -122,8 +120,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmYcsydqsj" | @confirm="onConfirmYcsydqsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -185,8 +181,6 @@ | |||||
showycsydqsj: false, | showycsydqsj: false, | ||||
circulation:{}, | circulation:{}, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
}; | }; | ||||
}, | }, | ||||
@@ -84,8 +84,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLasj" | @confirm="onConfirmLasj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -105,8 +103,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmInspectorTime" | @confirm="onConfirmInspectorTime" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -169,8 +165,6 @@ export default { | |||||
showinspectorTime:false, | showinspectorTime:false, | ||||
showwfydlx:false, | showwfydlx:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
jgList:{}, | jgList:{}, | ||||
@@ -108,8 +108,6 @@ | |||||
showinspectorTime:false, | showinspectorTime:false, | ||||
showwfydlx:false, | showwfydlx:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
jgList:{}, | jgList:{}, | ||||
@@ -74,8 +74,6 @@ | |||||
showinspectorTime:false, | showinspectorTime:false, | ||||
showwfydlx:false, | showwfydlx:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
jgList:{}, | jgList:{}, | ||||
@@ -78,8 +78,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLasj" | @confirm="onConfirmLasj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -99,12 +97,10 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmInspectorTime" | @confirm="onConfirmInspectorTime" | ||||
/> | /> | ||||
</van-popup> | </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> | </div> | ||||
<p class="main_title">违法信息</p> | <p class="main_title">违法信息</p> | ||||
@@ -146,8 +142,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmReformDeadline" | @confirm="onConfirmReformDeadline" | ||||
/> | /> | ||||
</van-popup> | </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-button type="info" color="#B4B0B0" native-type="submit" @click="goBack" class="submitButton">取<i style="margin-right: 1em;"></i>消</van-button> | ||||
</van-col> | </van-col> | ||||
<van-col span="12" align="center"> | <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-col> | ||||
</van-row> | </van-row> | ||||
<div class="clear"></div> | <div class="clear"></div> | ||||
@@ -185,8 +179,6 @@ | |||||
showwfydlx:false, | showwfydlx:false, | ||||
showReformDeadline:false, | showReformDeadline:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
jgList:{}, | jgList:{}, | ||||
@@ -44,8 +44,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmJasj" | @confirm="onConfirmJasj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -82,8 +80,6 @@ export default { | |||||
showReformDeadline:false, | showReformDeadline:false, | ||||
showjasj:false, | showjasj:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
jgList:{}, | jgList:{}, | ||||
@@ -21,7 +21,7 @@ | |||||
@load="getList" | @load="getList" | ||||
> | > | ||||
<van-swipe-cell v-for="(item,index) in applicationList" :key="index"> | <van-swipe-cell v-for="(item,index) in applicationList" :key="index"> | ||||
<van-cell :title="item.zjddm" :value="item.status" center > | |||||
<van-cell :title="item.zjddm" :value="item.status" center :to="{name: 'supervisionDetail', query: {id: item.id}}"> | |||||
<template #icon> | <template #icon> | ||||
<van-icon name="../../../static/images/onlineHome/icon_zjd12.png" size="30" color="#539FFD" style="margin-right: 10px;" /> | <van-icon name="../../../static/images/onlineHome/icon_zjd12.png" size="30" color="#539FFD" style="margin-right: 10px;" /> | ||||
</template> | </template> | ||||
@@ -71,8 +71,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmLasj" | @confirm="onConfirmLasj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -92,12 +90,10 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmInspectorTime" | @confirm="onConfirmInspectorTime" | ||||
/> | /> | ||||
</van-popup> | </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> | </div> | ||||
<p class="main_title">违法信息</p> | <p class="main_title">违法信息</p> | ||||
@@ -139,8 +135,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmReformDeadline" | @confirm="onConfirmReformDeadline" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -174,8 +168,6 @@ | |||||
showwfydlx:false, | showwfydlx:false, | ||||
showReformDeadline:false, | showReformDeadline:false, | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
jgList:{}, | jgList:{}, | ||||
@@ -77,9 +77,7 @@ export default { | |||||
addTask(this.queryParams).then(response => { | addTask(this.queryParams).then(response => { | ||||
console.log(response); | console.log(response); | ||||
this.$toast.success('保存成功'); | this.$toast.success('保存成功'); | ||||
setTimeout(function(){ | |||||
history.go(-1) | |||||
},2000) | |||||
this.$router.back(); | |||||
}) | }) | ||||
}).catch((e) => { | }).catch((e) => { | ||||
Notify({ type: 'danger', message: '请填写完整的表单项' }); | Notify({ type: 'danger', message: '请填写完整的表单项' }); | ||||
@@ -129,8 +129,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmFwxzqssj" | @confirm="onConfirmFwxzqssj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -170,8 +168,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmDcsj" | @confirm="onConfirmDcsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -230,9 +226,7 @@ export default { | |||||
name: "circulationAdd", | name: "circulationAdd", | ||||
data() { | data() { | ||||
return { | return { | ||||
minDate: new Date(2020, 0, 1), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(2021, 0, 17), | |||||
currentDate: new Date(), | |||||
findList:[], | findList:[], | ||||
phlyms : '', | phlyms : '', | ||||
@@ -342,6 +336,7 @@ export default { | |||||
nmfwlyAdd(this.circulation).then(response => { | nmfwlyAdd(this.circulation).then(response => { | ||||
if(response.code = 200){ | if(response.code = 200){ | ||||
this.$toast.success('保存成功'); | this.$toast.success('保存成功'); | ||||
this.$router.back(); | |||||
} | } | ||||
}); | }); | ||||
}).catch((e) => { | }).catch((e) => { | ||||
@@ -7,7 +7,7 @@ | |||||
@click-left="$router.back(-1)" | @click-left="$router.back(-1)" | ||||
> | > | ||||
<template #title> | <template #title> | ||||
<p style="font-weight: bold;">宅基地利用情况</p> | |||||
<p style="font-weight: bold;">农房利用情况</p> | |||||
</template> | </template> | ||||
</van-nav-bar> | </van-nav-bar> | ||||
<van-form ref="_Form"> | <van-form ref="_Form"> | ||||
@@ -129,8 +129,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmFwxzqssj" | @confirm="onConfirmFwxzqssj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -170,8 +168,6 @@ | |||||
v-model="currentDate" | v-model="currentDate" | ||||
type="date" | type="date" | ||||
title="选择年月日" | title="选择年月日" | ||||
:min-date="minDate" | |||||
:max-date="maxDate" | |||||
@confirm="onConfirmDcsj" | @confirm="onConfirmDcsj" | ||||
/> | /> | ||||
</van-popup> | </van-popup> | ||||
@@ -230,8 +226,6 @@ export default { | |||||
name: "utilizationModify", | name: "utilizationModify", | ||||
data() { | data() { | ||||
return { | return { | ||||
minDate: new Date(), | |||||
maxDate: new Date(2025, 10, 1), | |||||
currentDate: new Date(), | currentDate: new Date(), | ||||
findListD:[], | findListD:[], | ||||
findListN:[], | findListN:[], | ||||
@@ -407,6 +401,7 @@ export default { | |||||
nmfwlyEdit(that.circulation).then(response => { | nmfwlyEdit(that.circulation).then(response => { | ||||
if(response.code = 200){ | if(response.code = 200){ | ||||
that.$toast.success('保存成功'); | that.$toast.success('保存成功'); | ||||
this.$router.back(); | |||||
} | } | ||||
}); | }); | ||||
},2000); | },2000); | ||||