728aab71 by renchao@pashanhoo.com

style:权利人信息

1 parent a7720248
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-14 12:53:15 4 * @LastEditTime: 2023-08-14 13:14:44
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -295,6 +295,7 @@ ...@@ -295,6 +295,7 @@
295 } 295 }
296 }) 296 })
297 this.ruleForm.diyaq.sfczjzhxz = "0"; 297 this.ruleForm.diyaq.sfczjzhxz = "0";
298 this.czrOptions = this.ruleForm.qlrList;
298 } 299 }
299 this.$endLoading(); 300 this.$endLoading();
300 }) 301 })
...@@ -344,8 +345,6 @@ ...@@ -344,8 +345,6 @@
344 } 345 }
345 }); 346 });
346 }, 347 },
347
348 // 更新权利人信息
349 /** 348 /**
350 * @description: 更新权利人信息 349 * @description: 更新权利人信息
351 * @param {*} val 350 * @param {*} val
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-14 12:57:21 4 * @LastEditTime: 2023-08-14 13:15:04
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -274,8 +274,6 @@ ...@@ -274,8 +274,6 @@
274 this.$set(this.ruleForm, "czr", item.zjh) 274 this.$set(this.ruleForm, "czr", item.zjh)
275 } 275 }
276 }) 276 })
277 //初始化发证方式,1:小证,2:大正
278 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs;
279 this.czrOptions = this.ruleForm.qlrList; 277 this.czrOptions = this.ruleForm.qlrList;
280 } 278 }
281 }) 279 })
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-14 12:58:35 4 * @LastEditTime: 2023-08-14 13:15:34
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -182,6 +182,11 @@ ...@@ -182,6 +182,11 @@
182 BatchInit(formdata).then((res) => { 182 BatchInit(formdata).then((res) => {
183 if (res.code == 200) { 183 if (res.code == 200) {
184 this.ruleForm = res.result; 184 this.ruleForm = res.result;
185 this.ruleForm.qlrList.forEach((item, index) => {
186 if (item.sfczr == 1) {
187 this.$set(this.ruleForm, "czr", item.zjh)
188 }
189 })
185 this.czrOptions = this.ruleForm.qlrList; 190 this.czrOptions = this.ruleForm.qlrList;
186 this.splicingFdcq2Info(); 191 this.splicingFdcq2Info();
187 } 192 }
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-14 13:03:32 4 * @LastEditTime: 2023-08-14 13:18:03
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
163 </el-form-item> 163 </el-form-item>
164 </el-col> 164 </el-col>
165 </el-row> 165 </el-row>
166 <qlrCommonTable :tableData="ruleForm.qlrList" :gyfs="ruleForm.gyfs" :disabled="!ableOperation" /> 166 <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :gyfs="ruleForm.gyfs" :disabled="!ableOperation" />
167 <div class="slxx_title title-block"> 167 <div class="slxx_title title-block">
168 登记原因 168 登记原因
169 <div class="triangle"></div> 169 <div class="triangle"></div>
...@@ -206,6 +206,11 @@ ...@@ -206,6 +206,11 @@
206 ...res.result.qlxxdatas, 206 ...res.result.qlxxdatas,
207 ...res.result.jsydsyqdatas, 207 ...res.result.jsydsyqdatas,
208 }; 208 };
209 this.ruleForm.qlrList.forEach((item, index) => {
210 if (item.sfczr == 1) {
211 this.$set(this.ruleForm, "czr", item.zjh)
212 }
213 })
209 this.czrOptions = this.ruleForm.qlrList; 214 this.czrOptions = this.ruleForm.qlrList;
210 } 215 }
211 }); 216 });
...@@ -267,9 +272,12 @@ ...@@ -267,9 +272,12 @@
267 */ 272 */
268 upDateTdytxxList (val) { 273 upDateTdytxxList (val) {
269 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 274 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
270 this.czrOptions = this.ruleForm.qlrData;
271 this.key++; 275 this.key++;
272 }, 276 },
277 upDateQlrxxList (val) {
278 this.ruleForm.qlrList = _.cloneDeep(val);
279 this.czrOptions = this.ruleForm.qlrList;
280 },
273 /** 281 /**
274 * @description: list 282 * @description: list
275 * @param {*} bsmSldy 283 * @param {*} bsmSldy
......
...@@ -307,10 +307,10 @@ ...@@ -307,10 +307,10 @@
307 this.$message({ 307 this.$message({
308 showClose: true, 308 showClose: true,
309 message: res.message, 309 message: res.message,
310 type: "error", 310 type: "error"
311 }); 311 })
312 } 312 }
313 }); 313 })
314 }, 314 },
315 /** 315 /**
316 * @description: 权利人更新 316 * @description: 权利人更新
......
...@@ -224,6 +224,11 @@ ...@@ -224,6 +224,11 @@
224 if (res.code === 200 && res.result) { 224 if (res.code === 200 && res.result) {
225 this.ruleForm = res.result; 225 this.ruleForm = res.result;
226 this.czrOptions = this.ruleForm.qlrList; 226 this.czrOptions = this.ruleForm.qlrList;
227 this.ruleForm.qlrList.forEach((item, index) => {
228 if (item.sfczr == 1) {
229 this.$set(this.ruleForm, "czr", item.zjh)
230 }
231 })
227 } else { 232 } else {
228 this.$message.error(res.message); 233 this.$message.error(res.message);
229 } 234 }
......