ac22fbbe by 田浩浩

修改注销登记和预告登记内容优化

1 parent f2288e99
...@@ -65,9 +65,30 @@ ...@@ -65,9 +65,30 @@
65 </el-form-item> 65 </el-form-item>
66 </el-col> 66 </el-col>
67 </el-row> 67 </el-row>
68
69 <el-row> 68 <el-row>
70 <el-col :span="8"> 69 <el-col :span="8">
70 <el-form-item prop="BDCQZMH">
71 <span slot="label">
72 不动产权证明号: <br />
73 <p class="label-detail">(BDCQZMH)</p>
74 </span>
75 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.BDCQZMH" placeholder="不动产权证明号">
76 </el-input>
77 </el-form-item>
78 </el-col>
79 <el-col :span="8">
80 <el-form-item prop="QLLX">
81 <span slot="label">
82 权利类型: <br />
83 <p class="label-detail">(QLLX)</p>
84 </span>
85 <el-select :disabled="$store.state.business.Edit" v-model="ruleForm.QLLX" placeholder="权利类型">
86 <el-option v-for="item in dicData['A8']" :key="item.DCODE" :label="item.DNAME" :value="item.DCODE">
87 </el-option>
88 </el-select>
89 </el-form-item>
90 </el-col>
91 <el-col :span="8">
71 <el-form-item prop="QXDM"> 92 <el-form-item prop="QXDM">
72 <span slot="label"> 93 <span slot="label">
73 区县代码: <br /> 94 区县代码: <br />
...@@ -76,7 +97,8 @@ ...@@ -76,7 +97,8 @@
76 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM" placeholder="区县代码"></el-input> 97 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.QXDM" placeholder="区县代码"></el-input>
77 </el-form-item> 98 </el-form-item>
78 </el-col> 99 </el-col>
79 100 </el-row>
101 <el-row>
80 <el-col :span="8"> 102 <el-col :span="8">
81 <el-form-item prop="DJJG"> 103 <el-form-item prop="DJJG">
82 <span slot="label"> 104 <span slot="label">
...@@ -86,7 +108,6 @@ ...@@ -86,7 +108,6 @@
86 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJJG" placeholder="登记机构"></el-input> 108 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DJJG" placeholder="登记机构"></el-input>
87 </el-form-item> 109 </el-form-item>
88 </el-col> 110 </el-col>
89
90 <el-col :span="8"> 111 <el-col :span="8">
91 <el-form-item prop="DBR"> 112 <el-form-item prop="DBR">
92 <span slot="label"> 113 <span slot="label">
...@@ -96,9 +117,6 @@ ...@@ -96,9 +117,6 @@
96 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR" placeholder="登簿人"></el-input> 117 <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.DBR" placeholder="登簿人"></el-input>
97 </el-form-item> 118 </el-form-item>
98 </el-col> 119 </el-col>
99 </el-row>
100
101 <el-row>
102 <el-col :span="8"> 120 <el-col :span="8">
103 <el-form-item prop="DJSJ"> 121 <el-form-item prop="DJSJ">
104 <span slot="label"> 122 <span slot="label">
...@@ -109,8 +127,9 @@ ...@@ -109,8 +127,9 @@
109 v-model="ruleForm.DJSJ" value-format="yyyy-MM-dd"></el-date-picker> 127 v-model="ruleForm.DJSJ" value-format="yyyy-MM-dd"></el-date-picker>
110 </el-form-item> 128 </el-form-item>
111 </el-col> 129 </el-col>
112 130 </el-row>
113 <el-col :span="8"> 131 <el-row>
132 <el-col :span="24">
114 <el-form-item prop="BZ"> 133 <el-form-item prop="BZ">
115 <span slot="label"> 134 <span slot="label">
116 备注: <br /> 135 备注: <br />
...@@ -126,60 +145,60 @@ ...@@ -126,60 +145,60 @@
126 </template> 145 </template>
127 <script> 146 <script>
128 // 注销登记信息 147 // 注销登记信息
129 import business from '@/api/business' 148 import business from "@/api/business";
130 import ruleMixin from '@/mixins/ruleMixin.js' 149 import ruleMixin from "@/mixins/ruleMixin.js";
131 export default { 150 export default {
132 mixins: [ruleMixin], 151 mixins: [ruleMixin],
133 props: { 152 props: {
134 bsmSjsb: { 153 bsmSjsb: {
135 type: String, 154 type: String,
136 default: '' 155 default: "",
137 }, 156 },
138 bsmYwsjb: { 157 bsmYwsjb: {
139 type: String, 158 type: String,
140 default: '' 159 default: "",
141 } 160 },
142 }, 161 },
143 data () { 162 data() {
144 return { 163 return {
145 ruleForm: { 164 ruleForm: {
146 YSDM: '', 165 YSDM: "",
147 YWH: '', 166 YWH: "",
148 BDCDYH: '', 167 BDCDYH: "",
149 BDCQZH: '', 168 BDCQZH: "",
150 ZXYWH: '', 169 ZXYWH: "",
151 ZXSJ: '', 170 ZXSJ: "",
152 QXDM: '', 171 QXDM: "",
153 DJJG: '', 172 DJJG: "",
154 DBR: '', 173 DBR: "",
155 DJSJ: '', 174 DJSJ: "",
156 BZ: '' 175 BZ: "",
157 } 176 },
158 } 177 };
159 }, 178 },
160 methods: { 179 methods: {
161 async featchData () { 180 async featchData() {
162 try { 181 try {
163 let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb) 182 let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb);
164 this.ruleForm = res 183 this.ruleForm = res;
165 //this.featchRule() 184 //this.featchRule()
166 } catch (error) { 185 } catch (error) {
167 this.$refs.msg.messageShow() 186 this.$refs.msg.messageShow();
168 } 187 }
169 }, 188 },
170 handleUpdateForm () { 189 handleUpdateForm() {
171 return new Promise(async (resolve) => { 190 return new Promise(async (resolve) => {
172 try { 191 try {
173 let res = await business.updateQlfQlZxdj(this.ruleForm) 192 let res = await business.updateQlfQlZxdj(this.ruleForm);
174 // this.$refs['formList'].resetFields(); 193 // this.$refs['formList'].resetFields();
175 resolve(res.code) 194 resolve(res.code);
176 } catch (error) { 195 } catch (error) {
177 this.$refs.msg.messageShow() 196 this.$refs.msg.messageShow();
178 }
179 })
180 } 197 }
181 } 198 });
182 } 199 },
200 },
201 };
183 </script> 202 </script>
184 <style scoped lang="scss"> 203 <style scoped lang="scss">
185 @import "./css/itemForm.scss"; 204 @import "./css/itemForm.scss";
......