diff --git a/src/components/home/HomeApplyUploadCompTc.vue b/src/components/home/HomeApplyUploadCompTc.vue
index fbe586dc..db08bd56 100644
--- a/src/components/home/HomeApplyUploadCompTc.vue
+++ b/src/components/home/HomeApplyUploadCompTc.vue
@@ -63,6 +63,7 @@ export default {
},
},
created() {
+ console.info(this.businessType);
if (this.businessType !== null) {
this.showAttachmentComp(this.businessType, this.proposerId, this.houseApplyStatus, this.processKey, this.tableName, this.full)
}
diff --git a/src/views/homesteadSurvey/add2.vue b/src/views/homesteadSurvey/add2.vue
index 4ffe693f..8d9966e6 100644
--- a/src/views/homesteadSurvey/add2.vue
+++ b/src/views/homesteadSurvey/add2.vue
@@ -205,7 +205,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
- message: '是否确认删除使用权人标识为"' + val.id + '"的数据项?',
+ message: '是否确认删除使用权人数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
diff --git a/src/views/homesteadSurvey/add3.vue b/src/views/homesteadSurvey/add3.vue
index faad26ee..dcb41aee 100644
--- a/src/views/homesteadSurvey/add3.vue
+++ b/src/views/homesteadSurvey/add3.vue
@@ -350,7 +350,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
- message: '是否确认删除自然幢标识为"' + val.id + '"的数据项?',
+ message: '是否确认删除自然幢号数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
diff --git a/src/views/homesteadSurvey/add4.vue b/src/views/homesteadSurvey/add4.vue
index c11eb451..b4b58bad 100644
--- a/src/views/homesteadSurvey/add4.vue
+++ b/src/views/homesteadSurvey/add4.vue
@@ -388,7 +388,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
- message: '是否确认删除附属物标识为"' + val.id + '"的数据项?',
+ message: '是否确认删除附属物的数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
diff --git a/src/views/homesteadSurvey/nmfwList.vue b/src/views/homesteadSurvey/nmfwList.vue
index 6ed5b98c..e53f7237 100644
--- a/src/views/homesteadSurvey/nmfwList.vue
+++ b/src/views/homesteadSurvey/nmfwList.vue
@@ -299,7 +299,7 @@ export default {
const ids = val.id || this.ids;
Dialog.confirm({
title: '系统提示',
- message: '是否确认删除农民房屋标识为"' + val.id + '"的数据项?',
+ message: '是否确认删除农民房屋数据项?',
confirmButtonText: '确定',
cancelButtonText: '取消'
})
diff --git a/src/views/sunVillage_info/arbitration/arbitrationDetail.vue b/src/views/sunVillage_info/arbitration/arbitrationDetail.vue
index a80d13f0..406d486a 100644
--- a/src/views/sunVillage_info/arbitration/arbitrationDetail.vue
+++ b/src/views/sunVillage_info/arbitration/arbitrationDetail.vue
@@ -16,7 +16,6 @@
@@ -30,7 +29,7 @@
- {{item.sqrxm}}
+ {{item.shyqrdbxm}}
{
- if (response.code == 200) {
- this.shyqrdmxmChange(response.rows[0]);
- this.closeMoule(response.rows[0].zjddm);
- }
- });
- this.getDetail();
- this.getUserHouseApplyProposer();
+ if(Cookies.get('user')){
+ this.sysFarmer = JSON.parse(Cookies.get('user'));
+ getShyqrs({shyqrdbzjhm:this.sysFarmer.idcard,status:1}).then((response) => {
+ if (response.code == 200) {
+ if(response.rows.length > 0){
+ this.shyqrdmxmChange(response.rows[0]);
+ this.closeMoule(response.rows[0].zjddm);
+ }
+ }
+ });
+ this.getDetail();
+ this.getUserHouseApplyProposer();
+ }
+
},
computed: {
allowCUD: function () {
@@ -409,21 +413,7 @@ export default {
if (query !== "") {
getShyqrs({shyqrdbxm:query,status:1}).then((response) => {
if (response.code == 200) {
- this.getObligeeOptions = response.rows.map(function (item) {
- return {
- sqrxm:item.shyqrdbxm,
- sqrxb:item.xb,
- sqrzjhm:item.shyqrdbzjhm,
- shyqrdm:item.shyqrdm,
- sqrzjlx:item.shyqrdbzjlx,
- zjddm:item.zjddm,
- sqrdh:item.dh,
- gyfs:item.gyfs,
- dz:item.dz,
- deptId:item.deptId,
- deptName:item.deptName,
- }
- })
+ this.getObligeeOptions = response.rows.filter(function (e) { return !e.shyqrdbxm.includes("村集体"); });
//设置模糊查询的下拉框和滚动条
if (this.getObligeeOptions.length > 0) {
this.showDropList = true; // div显示会阻挡下边的选择框和输入框,showDropList控制下拉框是否显示
@@ -451,7 +441,7 @@ export default {
shyqrdmxmChange(val){
this.$set(this.arbitrationData, "shyqrdbxm", val.shyqrdbxm);
this.$set(this.arbitrationData, "deptId", val.deptId);
- this.$set(this.arbitrationData, "deptName", val.deptId);
+ this.$set(this.arbitrationData, "deptName", val.deptName);
this.$set(this.arbitrationData, "shyqrzjhm", val.shyqrdbzjhm);
this.$set(this.arbitrationData, "shyqrzjlx", val.shyqrdbzjlx);
this.$set(this.arbitrationData, "shyqrdm", val.shyqrdm);
@@ -483,7 +473,6 @@ export default {
this.notify("请标注宅基地位置!", 'danger');
return;
}*/
- console.log("进行保存", this.arbitrationData);
(this.arbitrationData.id ? editArbitration : addArbitration)(this.arbitrationData).then((response) => {
this.notify("保存成功", 'success');
this.goBack();
@@ -531,6 +520,7 @@ export default {
},
onActionSelect(a, index) {
a.route.query.arbitrationId = this.arbitrationData.id;
+ console.info(a);
this.$router.push(a.route);
},
},
diff --git a/src/views/sunVillage_info/assetMapOpen.vue b/src/views/sunVillage_info/assetMapOpen.vue
index edf6c7dc..f6231682 100644
--- a/src/views/sunVillage_info/assetMapOpen.vue
+++ b/src/views/sunVillage_info/assetMapOpen.vue
@@ -280,12 +280,12 @@
text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.plotPremises_right {
- width: 98%;
+ width: 94%;
position: fixed;
z-index: 1001;
top: 50%;
transform: translateY(-50%);
- right: 0;
+ right: 3%;
display: flex;
// display: none;
min-width: 300px;
@@ -308,9 +308,7 @@
// align-items: center;
.area_information {
// margin-bottom: 3%;
- flex: 1.5;
position: relative;
- display: flex;
.mian {
background: rgba(25, 29, 24, 0.7);
/*background: rgba(255, 255, 255, 0.7);*/
@@ -495,6 +493,7 @@
situationW: 70,
//地图判断
openMap: false,
+ showBtn: false,
mapTheGeomId: null,
mapTheGeomResourceId: null,
drawInsert:null,
diff --git a/src/views/sunVillage_info/homeApplication/proposerLite.vue b/src/views/sunVillage_info/homeApplication/proposerLite.vue
index bc946711..dadb5230 100644
--- a/src/views/sunVillage_info/homeApplication/proposerLite.vue
+++ b/src/views/sunVillage_info/homeApplication/proposerLite.vue
@@ -2102,7 +2102,11 @@ export default {
if(this.type === "todo" || this.type === "done"){
this.$set(this.sysFarmer, 'memberName', this.$store.getters.nickName);
}else{
- this.sysFarmer = JSON.parse(Cookies.get('user'));
+ if(Cookies.get('user')){
+ this.sysFarmer = JSON.parse(Cookies.get('user'));
+ }else{
+ this.$router.push('/sunVillage_info/login_code')
+ }
}
this.getFormIntent();
this.getDetail();
diff --git a/src/views/sunVillage_info/paidExit/paidExitAdd.vue b/src/views/sunVillage_info/paidExit/paidExitAdd.vue
index caad2727..e401b769 100644
--- a/src/views/sunVillage_info/paidExit/paidExitAdd.vue
+++ b/src/views/sunVillage_info/paidExit/paidExitAdd.vue
@@ -24,7 +24,7 @@
- {{item.sqrxm}}
+ {{item.shyqrdbxm}}
@@ -283,7 +283,7 @@