소스 검색

宅基地bug修改

wulanhaote
zhao 3 년 전
부모
커밋
bc846ddcbf
23개의 변경된 파일26개의 추가작업 그리고 103개의 파일을 삭제
  1. +9
    -0
      src/router/index.js
  2. +0
    -6
      src/views/onlineHome/homestead/circulation/circulationAdd.vue
  3. +1
    -1
      src/views/onlineHome/homestead/circulation/circulationDetail.vue
  4. +0
    -6
      src/views/onlineHome/homestead/circulation/circulationModify.vue
  5. +1
    -1
      src/views/onlineHome/homestead/homeApplication/proposerLite.vue
  6. +1
    -6
      src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue
  7. +1
    -6
      src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeModify.vue
  8. +1
    -5
      src/views/onlineHome/homestead/mortgage/mortgageAdd.vue
  9. +1
    -1
      src/views/onlineHome/homestead/mortgage/mortgageDetail.vue
  10. +2
    -6
      src/views/onlineHome/homestead/mortgage/mortgageModify.vue
  11. +0
    -6
      src/views/onlineHome/homestead/paidUtilize/paidUtilizeAdd.vue
  12. +0
    -2
      src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue
  13. +0
    -6
      src/views/onlineHome/homestead/paidUtilize/paidUtilizeModify.vue
  14. +0
    -6
      src/views/onlineHome/homestead/reporting/taskCloseCaseAdd.vue
  15. +0
    -2
      src/views/onlineHome/homestead/reporting/taskReportingAdd.vue
  16. +0
    -2
      src/views/onlineHome/homestead/reporting/taskReportingDetail.vue
  17. +2
    -10
      src/views/onlineHome/homestead/supervision/supervisionAdd.vue
  18. +0
    -4
      src/views/onlineHome/homestead/supervision/supervisionCloseCase.vue
  19. +1
    -1
      src/views/onlineHome/homestead/supervision/supervisionList.vue
  20. +1
    -9
      src/views/onlineHome/homestead/supervision/supervisionModify.vue
  21. +1
    -3
      src/views/onlineHome/homestead/task/taskLssueAdd.vue
  22. +2
    -7
      src/views/onlineHome/homestead/utilization/utilizationAdd.vue
  23. +2
    -7
      src/views/onlineHome/homestead/utilization/utilizationModify.vue

+ 9
- 0
src/router/index.js 파일 보기

@@ -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)
},
];




+ 0
- 6
src/views/onlineHome/homestead/circulation/circulationAdd.vue 파일 보기

@@ -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: {}
};


+ 1
- 1
src/views/onlineHome/homestead/circulation/circulationDetail.vue 파일 보기

@@ -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>


+ 0
- 6
src/views/onlineHome/homestead/circulation/circulationModify.vue 파일 보기

@@ -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:[]
};


+ 1
- 1
src/views/onlineHome/homestead/homeApplication/proposerLite.vue 파일 보기

@@ -2899,7 +2899,7 @@ export default {
}

if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.location)) {
return "拟建位置不能为空";
return "拟建地址不能为空";
}
if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.landArea)) {
return "拟建宅基地面积不能为空";


+ 1
- 6
src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue 파일 보기

@@ -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) => {


+ 1
- 6
src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeModify.vue 파일 보기

@@ -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) => {


+ 1
- 5
src/views/onlineHome/homestead/mortgage/mortgageAdd.vue 파일 보기

@@ -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:[],//抵押不动产类型


+ 1
- 1
src/views/onlineHome/homestead/mortgage/mortgageDetail.vue 파일 보기

@@ -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">


+ 2
- 6
src/views/onlineHome/homestead/mortgage/mortgageModify.vue 파일 보기

@@ -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)
}
})


+ 0
- 6
src/views/onlineHome/homestead/paidUtilize/paidUtilizeAdd.vue 파일 보기

@@ -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(),
};
},


+ 0
- 2
src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue 파일 보기

@@ -94,8 +94,6 @@
showycsydqsj: false,

circulation:{},
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(),
};
},


+ 0
- 6
src/views/onlineHome/homestead/paidUtilize/paidUtilizeModify.vue 파일 보기

@@ -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(),
};
},


+ 0
- 6
src/views/onlineHome/homestead/reporting/taskCloseCaseAdd.vue 파일 보기

@@ -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:{},



+ 0
- 2
src/views/onlineHome/homestead/reporting/taskReportingAdd.vue 파일 보기

@@ -108,8 +108,6 @@
showinspectorTime:false,
showwfydlx:false,

minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(),
jgList:{},



+ 0
- 2
src/views/onlineHome/homestead/reporting/taskReportingDetail.vue 파일 보기

@@ -74,8 +74,6 @@
showinspectorTime:false,
showwfydlx:false,

minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(),
jgList:{},



+ 2
- 10
src/views/onlineHome/homestead/supervision/supervisionAdd.vue 파일 보기

@@ -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:{},



+ 0
- 4
src/views/onlineHome/homestead/supervision/supervisionCloseCase.vue 파일 보기

@@ -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:{},



+ 1
- 1
src/views/onlineHome/homestead/supervision/supervisionList.vue 파일 보기

@@ -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>


+ 1
- 9
src/views/onlineHome/homestead/supervision/supervisionModify.vue 파일 보기

@@ -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:{},



+ 1
- 3
src/views/onlineHome/homestead/task/taskLssueAdd.vue 파일 보기

@@ -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: '请填写完整的表单项' });


+ 2
- 7
src/views/onlineHome/homestead/utilization/utilizationAdd.vue 파일 보기

@@ -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) => {


+ 2
- 7
src/views/onlineHome/homestead/utilization/utilizationModify.vue 파일 보기

@@ -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);


불러오는 중...
취소
저장