c8b8aa4f by renchao@pashanhoo.com

style:发证环节

1 parent 7cd220ab
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-18 10:53:49
* @LastEditTime: 2023-07-24 10:22:41
-->
<template>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px">
......@@ -123,6 +123,9 @@
getUnclaimedBdcqz({ bsmSlsq: Vue.prototype.$currentRoute.query.bsmSlsq }).then(res => {
if (res.code === 200) {
this.tableData.data = res.result.list;
if(this.tableData.data.length>0) {
this.ruleForm.lzrxm = this.tableData.data[0].qlr
}
this.ruleForm.fzrmc = res.result.fzrmc
this.ruleForm.fzsj = res.result.fzsj
this.ruleForm.fzsl = res.result.fzsl
......@@ -151,12 +154,13 @@
* @author: renchao
*/
handleSubmit () {
this.$refs.ruleForm.validate(valid => {
if (valid) {
issueCertificate(this.ruleForm).then(res => {
if (res.code == 200) {
this.$message.success('保存成功');
//刷新列表
store.dispatch('user/refreshPage', true)
this.$popupCacel()
} else {
this.$message.error(res.message)
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-20 16:58:04
* @LastEditTime: 2023-07-24 10:15:01
-->
<template>
<div class="from-clues">
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:38:57
* @LastEditTime: 2023-07-24 10:24:48
*/
import filter from '@/utils/filter.js'
let vm = null
......@@ -23,8 +23,13 @@ class data extends filter {
width: '50'
},
{
prop: "fzrmc",
label: "发证人"
},
{
prop: "bdcqzlx",
label: "不动产权证类型",
width: '130',
render: (h, scope) => {
return (
<div>
......