0f37dd26 by yuanbo

增加注释

1 parent 816facd6
...@@ -257,10 +257,20 @@ ...@@ -257,10 +257,20 @@
257 }, 257 },
258 methods: { 258 methods: {
259 // 更新土地用途信息 259 // 更新土地用途信息
260 /**
261 * @description: 更新土地用途信息
262 * @param {*} val
263 * @author: renchao
264 */
260 upDateTdytxxList (val) { 265 upDateTdytxxList (val) {
261 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 266 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
262 this.key++; 267 this.key++;
263 }, 268 },
269 /**
270 * @description: list
271 * @param {*} bsmSldy
272 * @author: renchao
273 */
264 list (bsmSldy) { 274 list (bsmSldy) {
265 var formdata = new FormData(); 275 var formdata = new FormData();
266 formdata.append("bsmSldy", bsmSldy); 276 formdata.append("bsmSldy", bsmSldy);
...@@ -276,6 +286,10 @@ ...@@ -276,6 +286,10 @@
276 } 286 }
277 }); 287 });
278 }, 288 },
289 /**
290 * @description: onSubmit
291 * @author: renchao
292 */
279 onSubmit () { 293 onSubmit () {
280 fristReg(this.ruleForm).then((res) => { 294 fristReg(this.ruleForm).then((res) => {
281 if (res.code === 200 && res.result) { 295 if (res.code === 200 && res.result) {
......
...@@ -249,21 +249,40 @@ ...@@ -249,21 +249,40 @@
249 }, 249 },
250 methods: { 250 methods: {
251 // 更新土地用途信息 251 // 更新土地用途信息
252 /**
253 * @description: 更新土地用途信息
254 * @param {*} val
255 * @author: renchao
256 */
252 upDateTdytxxList (val) { 257 upDateTdytxxList (val) {
253 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 258 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
254 this.key++; 259 this.key++;
255 }, 260 },
256 // 更新权利人信息 261 // 更新权利人信息
262 /**
263 * @description: 更新权利人信息
264 * @param {*} val
265 * @author: renchao
266 */
257 upDateQlrxxList (val) { 267 upDateQlrxxList (val) {
258 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)) 268 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val))
259 this.czrOptions = this.ruleForm.qlrList; 269 this.czrOptions = this.ruleForm.qlrList;
260 this.key++ 270 this.key++
261 }, 271 },
262 // 更新义务人信息 272 // 更新义务人信息
273 /**
274 * @description: 更新义务人信息
275 * @param {*} val
276 * @author: renchao
277 */
263 upDateYwrxxList (val) { 278 upDateYwrxxList (val) {
264 this.ruleForm.ywrList && (this.ruleForm.ywrList = _.cloneDeep(val)) 279 this.ruleForm.ywrList && (this.ruleForm.ywrList = _.cloneDeep(val))
265 this.key++ 280 this.key++
266 }, 281 },
282 /**
283 * @description: onSubmit
284 * @author: renchao
285 */
267 onSubmit () { 286 onSubmit () {
268 if (this.ruleForm.qlrList.length == 0) { 287 if (this.ruleForm.qlrList.length == 0) {
269 this.$message({ 288 this.$message({
......
...@@ -235,14 +235,28 @@ ...@@ -235,14 +235,28 @@
235 }, 235 },
236 methods: { 236 methods: {
237 // 更新土地用途信息 237 // 更新土地用途信息
238 /**
239 * @description: 更新土地用途信息
240 * @param {*} val
241 * @author: renchao
242 */
238 upDateTdytxxList (val) { 243 upDateTdytxxList (val) {
239 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 244 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
240 this.key++; 245 this.key++;
241 }, 246 },
242 // 更新权利人信息 247 // 更新权利人信息
248 /**
249 * @description: 更新权利人信息
250 * @param {*} val
251 * @author: renchao
252 */
243 upDateQlrxxList (val) { 253 upDateQlrxxList (val) {
244 this.ruleForm.qlrList = _.cloneDeep(val); 254 this.ruleForm.qlrList = _.cloneDeep(val);
245 }, 255 },
256 /**
257 * @description: onSubmit
258 * @author: renchao
259 */
246 onSubmit () { 260 onSubmit () {
247 saveData(this.ruleForm).then((res) => { 261 saveData(this.ruleForm).then((res) => {
248 if (res.code === 200) { 262 if (res.code === 200) {
...@@ -261,6 +275,10 @@ ...@@ -261,6 +275,10 @@
261 } 275 }
262 }); 276 });
263 }, 277 },
278 /**
279 * @description: compare
280 * @author: renchao
281 */
264 compare () { 282 compare () {
265 this.$popup({ 283 this.$popup({
266 titleStyle: "left", 284 titleStyle: "left",
......
...@@ -271,6 +271,10 @@ ...@@ -271,6 +271,10 @@
271 } 271 }
272 }, 272 },
273 methods: { 273 methods: {
274 /**
275 * @description: onSubmit
276 * @author: renchao
277 */
274 onSubmit () { 278 onSubmit () {
275 saveData(this.ruleForm).then((res) => { 279 saveData(this.ruleForm).then((res) => {
276 if (res.code === 200) { 280 if (res.code === 200) {
...@@ -289,13 +293,28 @@ ...@@ -289,13 +293,28 @@
289 } 293 }
290 }); 294 });
291 }, 295 },
296 /**
297 * @description: upDateQlrxxList
298 * @param {*} val
299 * @author: renchao
300 */
292 upDateQlrxxList (val) { 301 upDateQlrxxList (val) {
293 this.ruleForm.qlrList = _.cloneDeep(val) 302 this.ruleForm.qlrList = _.cloneDeep(val)
294 }, 303 },
304 /**
305 * @description: upDateJtcyList
306 * @param {*} val
307 * @author: renchao
308 */
295 upDateJtcyList (val) { 309 upDateJtcyList (val) {
296 this.ruleForm.jtcyList = _.cloneDeep(val) 310 this.ruleForm.jtcyList = _.cloneDeep(val)
297 }, 311 },
298 //水域滩涂类型变化事件 312 //水域滩涂类型变化事件
313 /**
314 * @description: 水域滩涂类型变化事件
315 * @param {*} e
316 * @author: renchao
317 */
299 changeSyttlx (e) { 318 changeSyttlx (e) {
300 let itemLx = {} 319 let itemLx = {}
301 itemLx = this.dictData['A23'].find((item) => { 320 itemLx = this.dictData['A23'].find((item) => {
...@@ -304,6 +323,11 @@ ...@@ -304,6 +323,11 @@
304 this.ruleForm.nydsyq.syttlxmc = itemLx.dname; 323 this.ruleForm.nydsyq.syttlxmc = itemLx.dname;
305 }, 324 },
306 //养殖业方式变化事件 325 //养殖业方式变化事件
326 /**
327 * @description: 养殖业方式变化事件
328 * @param {*} e
329 * @author: renchao
330 */
307 changeYzyfs (e) { 331 changeYzyfs (e) {
308 let itemLx = {} 332 let itemLx = {}
309 itemLx = this.dictData['A24'].find((item) => { 333 itemLx = this.dictData['A24'].find((item) => {
...@@ -312,6 +336,11 @@ ...@@ -312,6 +336,11 @@
312 this.ruleForm.nydsyq.yzyfsmc = itemLx.dname; 336 this.ruleForm.nydsyq.yzyfsmc = itemLx.dname;
313 }, 337 },
314 //用地用海变化事件 338 //用地用海变化事件
339 /**
340 * @description: 用地用海变化事件
341 * @param {*} e
342 * @author: renchao
343 */
315 changeYdyhfl (e) { 344 changeYdyhfl (e) {
316 let itemLx = {} 345 let itemLx = {}
317 itemLx = this.dictData['A51'].find((item) => { 346 itemLx = this.dictData['A51'].find((item) => {
......
...@@ -275,6 +275,10 @@ ...@@ -275,6 +275,10 @@
275 } 275 }
276 }, 276 },
277 methods: { 277 methods: {
278 /**
279 * @description: onSubmit
280 * @author: renchao
281 */
278 onSubmit () { 282 onSubmit () {
279 saveData(this.ruleForm).then((res) => { 283 saveData(this.ruleForm).then((res) => {
280 if (res.code === 200) { 284 if (res.code === 200) {
...@@ -294,18 +298,38 @@ ...@@ -294,18 +298,38 @@
294 }); 298 });
295 }, 299 },
296 //权利人更新 300 //权利人更新
301 /**
302 * @description: 权利人更新
303 * @param {*} val
304 * @author: renchao
305 */
297 upDateQlrxxList (val) { 306 upDateQlrxxList (val) {
298 this.ruleForm.qlrList = _.cloneDeep(val) 307 this.ruleForm.qlrList = _.cloneDeep(val)
299 }, 308 },
300 // 更新义务人信息 309 // 更新义务人信息
310 /**
311 * @description: 更新义务人信息
312 * @param {*} val
313 * @author: renchao
314 */
301 upDateYwrxxList (val) { 315 upDateYwrxxList (val) {
302 this.ruleForm.ywrList = _.cloneDeep(val); 316 this.ruleForm.ywrList = _.cloneDeep(val);
303 }, 317 },
304 //家庭成员更新 318 //家庭成员更新
319 /**
320 * @description: 家庭成员更新
321 * @param {*} val
322 * @author: renchao
323 */
305 upDateJtcyList (val) { 324 upDateJtcyList (val) {
306 this.ruleForm.jtcyList = _.cloneDeep(val) 325 this.ruleForm.jtcyList = _.cloneDeep(val)
307 }, 326 },
308 //水域滩涂类型变化事件 327 //水域滩涂类型变化事件
328 /**
329 * @description: 水域滩涂类型变化事件
330 * @param {*} e
331 * @author: renchao
332 */
309 changeSyttlx (e) { 333 changeSyttlx (e) {
310 let itemLx = {} 334 let itemLx = {}
311 itemLx = this.dictData['A23'].find((item) => { 335 itemLx = this.dictData['A23'].find((item) => {
...@@ -314,6 +338,11 @@ ...@@ -314,6 +338,11 @@
314 this.ruleForm.nydsyq.syttlxmc = itemLx.dname; 338 this.ruleForm.nydsyq.syttlxmc = itemLx.dname;
315 }, 339 },
316 //养殖业方式变化事件 340 //养殖业方式变化事件
341 /**
342 * @description: 养殖业方式变化事件
343 * @param {*} e
344 * @author: renchao
345 */
317 changeYzyfs (e) { 346 changeYzyfs (e) {
318 let itemLx = {} 347 let itemLx = {}
319 itemLx = this.dictData['A24'].find((item) => { 348 itemLx = this.dictData['A24'].find((item) => {
...@@ -322,6 +351,11 @@ ...@@ -322,6 +351,11 @@
322 this.ruleForm.nydsyq.yzyfsmc = itemLx.dname; 351 this.ruleForm.nydsyq.yzyfsmc = itemLx.dname;
323 }, 352 },
324 //用地用海变化事件 353 //用地用海变化事件
354 /**
355 * @description: 用地用海变化事件
356 * @param {*} e
357 * @author: renchao
358 */
325 changeYdyhfl (e) { 359 changeYdyhfl (e) {
326 let itemLx = {} 360 let itemLx = {}
327 itemLx = this.dictData['A51'].find((item) => { 361 itemLx = this.dictData['A51'].find((item) => {
......
...@@ -400,21 +400,40 @@ ...@@ -400,21 +400,40 @@
400 }, 400 },
401 methods: { 401 methods: {
402 // 更新土地用途信息 402 // 更新土地用途信息
403 /**
404 * @description: 更新土地用途信息
405 * @param {*} val
406 * @author: renchao
407 */
403 upDateTdytxxList (val) { 408 upDateTdytxxList (val) {
404 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 409 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
405 this.key++; 410 this.key++;
406 }, 411 },
407 // 更新权利人信息 412 // 更新权利人信息
413 /**
414 * @description: 更新权利人信息
415 * @param {*} val
416 * @author: renchao
417 */
408 upDateQlrxxList (val) { 418 upDateQlrxxList (val) {
409 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); 419 this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val));
410 this.czrOptions = this.ruleForm.qlrList; 420 this.czrOptions = this.ruleForm.qlrList;
411 this.key++; 421 this.key++;
412 }, 422 },
413 // 更新义务人信息 423 // 更新义务人信息
424 /**
425 * @description: 更新义务人信息
426 * @param {*} val
427 * @author: renchao
428 */
414 upDateYwrxxList (val) { 429 upDateYwrxxList (val) {
415 this.ruleForm.ywrList && (this.ruleForm.ywrList = _.cloneDeep(val)); 430 this.ruleForm.ywrList && (this.ruleForm.ywrList = _.cloneDeep(val));
416 this.key++; 431 this.key++;
417 }, 432 },
433 /**
434 * @description: onSubmit
435 * @author: renchao
436 */
418 onSubmit () { 437 onSubmit () {
419 if (this.ruleForm.qlrList.length == 0) { 438 if (this.ruleForm.qlrList.length == 0) {
420 this.$message({ 439 this.$message({
......
...@@ -196,13 +196,27 @@ ...@@ -196,13 +196,27 @@
196 }, 196 },
197 methods: { 197 methods: {
198 // 更新权利人信息 198 // 更新权利人信息
199 /**
200 * @description: 更新权利人信息
201 * @param {*} val
202 * @author: renchao
203 */
199 upDateQlrxxList (val) { 204 upDateQlrxxList (val) {
200 this.ruleForm.qlrList = _.cloneDeep(val); 205 this.ruleForm.qlrList = _.cloneDeep(val);
201 }, 206 },
202 // 更新权利人信息 207 // 更新权利人信息
208 /**
209 * @description: 更新权利人信息
210 * @param {*} val
211 * @author: renchao
212 */
203 upDateYwrxxList (val) { 213 upDateYwrxxList (val) {
204 this.ruleForm.ywrList = _.cloneDeep(val); 214 this.ruleForm.ywrList = _.cloneDeep(val);
205 }, 215 },
216 /**
217 * @description: onSubmit
218 * @author: renchao
219 */
206 onSubmit () { 220 onSubmit () {
207 saveData(this.ruleForm).then((res) => { 221 saveData(this.ruleForm).then((res) => {
208 if (res.code === 200) { 222 if (res.code === 200) {
......
...@@ -191,6 +191,10 @@ ...@@ -191,6 +191,10 @@
191 }; 191 };
192 }, 192 },
193 methods: { 193 methods: {
194 /**
195 * @description: onClick
196 * @author: renchao
197 */
194 onClick () { 198 onClick () {
195 this.$popup("房屋信息比对", "ywbl/ygdj/slxxCompareDetai", 199 this.$popup("房屋信息比对", "ywbl/ygdj/slxxCompareDetai",
196 { 200 {
...@@ -201,14 +205,28 @@ ...@@ -201,14 +205,28 @@
201 }); 205 });
202 }, 206 },
203 // 更新权利人信息 207 // 更新权利人信息
208 /**
209 * @description: 更新权利人信息
210 * @param {*} val
211 * @author: renchao
212 */
204 upDateQlrxxList (val) { 213 upDateQlrxxList (val) {
205 this.ruleForm.qlrList = _.cloneDeep(val); 214 this.ruleForm.qlrList = _.cloneDeep(val);
206 }, 215 },
207 // 更新权利人信息 216 // 更新权利人信息
217 /**
218 * @description: 更新权利人信息
219 * @param {*} val
220 * @author: renchao
221 */
208 upDateYwrxxList (val) { 222 upDateYwrxxList (val) {
209 this.ruleForm.ywrList = _.cloneDeep(val); 223 this.ruleForm.ywrList = _.cloneDeep(val);
210 }, 224 },
211 225
226 /**
227 * @description: onSubmit
228 * @author: renchao
229 */
212 onSubmit () { 230 onSubmit () {
213 saveData(this.ruleForm).then((res) => { 231 saveData(this.ruleForm).then((res) => {
214 if (res.code === 200) { 232 if (res.code === 200) {
......
...@@ -244,13 +244,27 @@ ...@@ -244,13 +244,27 @@
244 }, 244 },
245 methods: { 245 methods: {
246 // 更新权利人信息 246 // 更新权利人信息
247 /**
248 * @description: 更新权利人信息
249 * @param {*} val
250 * @author: renchao
251 */
247 upDateQlrxxList (val) { 252 upDateQlrxxList (val) {
248 this.ruleForm.qlrList = _.cloneDeep(val); 253 this.ruleForm.qlrList = _.cloneDeep(val);
249 }, 254 },
250 // 更新权利人信息 255 // 更新权利人信息
256 /**
257 * @description: 更新权利人信息
258 * @param {*} val
259 * @author: renchao
260 */
251 upDateYwrxxList (val) { 261 upDateYwrxxList (val) {
252 this.ruleForm.ywrList = _.cloneDeep(val); 262 this.ruleForm.ywrList = _.cloneDeep(val);
253 }, 263 },
264 /**
265 * @description: onSubmit
266 * @author: renchao
267 */
254 onSubmit () { 268 onSubmit () {
255 saveData(this.ruleForm).then((res) => { 269 saveData(this.ruleForm).then((res) => {
256 if (res.code === 200) { 270 if (res.code === 200) {
......
...@@ -243,6 +243,10 @@ ...@@ -243,6 +243,10 @@
243 }; 243 };
244 }, 244 },
245 methods: { 245 methods: {
246 /**
247 * @description: onSubmitClick
248 * @author: renchao
249 */
246 onSubmitClick () { 250 onSubmitClick () {
247 saveBatchData(this.ruleForm, this.propsParam.djlx).then((res) => { 251 saveBatchData(this.ruleForm, this.propsParam.djlx).then((res) => {
248 if (res.code === 200) { 252 if (res.code === 200) {
...@@ -263,12 +267,22 @@ ...@@ -263,12 +267,22 @@
263 }, 267 },
264 268
265 // 更新权利人信息 269 // 更新权利人信息
270 /**
271 * @description: 更新权利人信息
272 * @param {*} val
273 * @author: renchao
274 */
266 upDateQlrxxList (val) { 275 upDateQlrxxList (val) {
267 if (!_.isEqual(val, this.ruleForm.qlrList)) { 276 if (!_.isEqual(val, this.ruleForm.qlrList)) {
268 this.ruleForm.qlrList = _.cloneDeep(val); 277 this.ruleForm.qlrList = _.cloneDeep(val);
269 } 278 }
270 }, 279 },
271 // 更新义务人信息 280 // 更新义务人信息
281 /**
282 * @description: 更新义务人信息
283 * @param {*} val
284 * @author: renchao
285 */
272 upDateYwrxxList (val) { 286 upDateYwrxxList (val) {
273 if (!_.isEqual(val, this.ruleForm.ywrList)) { 287 if (!_.isEqual(val, this.ruleForm.ywrList)) {
274 this.ruleForm.ywrList = _.cloneDeep(val); 288 this.ruleForm.ywrList = _.cloneDeep(val);
......
...@@ -285,6 +285,10 @@ ...@@ -285,6 +285,10 @@
285 }; 285 };
286 }, 286 },
287 methods: { 287 methods: {
288 /**
289 * @description: onSubmitClick
290 * @author: renchao
291 */
288 onSubmitClick () { 292 onSubmitClick () {
289 saveData(this.ruleForm, this.propsParam.djlx).then((res) => { 293 saveData(this.ruleForm, this.propsParam.djlx).then((res) => {
290 if (res.code === 200) { 294 if (res.code === 200) {
...@@ -305,12 +309,22 @@ ...@@ -305,12 +309,22 @@
305 }, 309 },
306 310
307 // 更新权利人信息 311 // 更新权利人信息
312 /**
313 * @description: 更新权利人信息
314 * @param {*} val
315 * @author: renchao
316 */
308 upDateQlrxxList (val) { 317 upDateQlrxxList (val) {
309 if (!_.isEqual(val, this.ruleForm.qlrList)) { 318 if (!_.isEqual(val, this.ruleForm.qlrList)) {
310 this.ruleForm.qlrList = _.cloneDeep(val); 319 this.ruleForm.qlrList = _.cloneDeep(val);
311 } 320 }
312 }, 321 },
313 // 更新义务人信息 322 // 更新义务人信息
323 /**
324 * @description: 更新义务人信息
325 * @param {*} val
326 * @author: renchao
327 */
314 upDateYwrxxList (val) { 328 upDateYwrxxList (val) {
315 if (!_.isEqual(val, this.ruleForm.ywrList)) { 329 if (!_.isEqual(val, this.ruleForm.ywrList)) {
316 this.ruleForm.ywrList = _.cloneDeep(val); 330 this.ruleForm.ywrList = _.cloneDeep(val);
......