270e8492 by renchao@pashanhoo.com

style:权利人

1 parent 2ea1c216
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:25:39
* @LastEditTime: 2023-09-11 16:37:36
-->
<template>
<!-- 受理信息 -->
......@@ -479,7 +479,6 @@
},
};
},
created () { },
mounted () {
this.loadData();
this.ableOperation = this.$parent.ableOperation;
......@@ -495,7 +494,6 @@
this.ruleForm.qlxx.ssywh = val.ywh;
this.ssQlxxchangediolog(val);
},
// 弹框事件
/**
* @description: 弹框事件
* @param {*} val
......@@ -600,7 +598,6 @@
}
});
},
// 更新土地用途信息
/**
* @description: 更新土地用途信息
* @param {*} val
......@@ -620,9 +617,6 @@
this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
this.czrOptions = this.ruleForm.qlrData;
}
if (this.ruleForm.qlrData.length == 0) {
this.czr = ''
}
},
// 更新义务人信息
/**
......
......@@ -523,14 +523,12 @@
this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
this.key++;
},
// 更新权利人信息
/**
* @description: 更新权利人信息
* @param {*} val
* @author: renchao
*/
upDateQlrxxList (val) {
if (!_.isEqual(val, this.ruleForm.qlrData)) {
this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
this.czrOptions = this.ruleForm.qlrData;
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-22 16:27:48
* @LastEditTime: 2023-09-11 16:38:51
-->
<template>
<!-- 受理信息 -->
......@@ -641,9 +641,6 @@
this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
this.czrOptions = this.ruleForm.qlrData;
}
if (this.ruleForm.qlrData.length == 0) {
this.czr = ''
}
},
/**
* @description: onSubmit
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:17:54
* @LastEditTime: 2023-09-11 16:40:54
-->
<template>
<dialogBox
......@@ -422,6 +422,9 @@
watch: {
value (val) {
this.myValue = _.cloneDeep(val)
if (val && Object.keys(this.details).length > 0) {
this.activeName = '1'
}
this.isShow = this.showButton
},
details: {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-11 16:25:28
* @LastEditTime: 2023-09-11 16:39:27
-->
<template>
<!-- 受理信息 -->
......@@ -499,6 +499,9 @@
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
}
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -357,6 +357,9 @@
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
}
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -507,6 +507,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -319,6 +319,9 @@
this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val));
this.czrOptions = this.ruleForm.qlrList;
this.key++;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -420,6 +420,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -456,6 +456,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -406,6 +406,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -429,6 +429,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val));
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -352,6 +352,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -270,6 +270,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......
......@@ -358,6 +358,9 @@
upDateQlrxxList (val) {
this.ruleForm.qlrList = _.cloneDeep(val);
this.czrOptions = this.ruleForm.qlrList;
if (this.ruleForm.qlrList.length == 1) {
this.czr = this.ruleForm.qlrList[0].sqrmc
}
if (this.ruleForm.qlrList.length == 0) {
this.czr = ''
}
......