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