style:受理申请
Showing
3 changed files
with
4 additions
and
35 deletions
... | @@ -346,7 +346,7 @@ export default { | ... | @@ -346,7 +346,7 @@ export default { |
346 | case "signout": | 346 | case "signout": |
347 | window.close(); | 347 | window.close(); |
348 | break; | 348 | break; |
349 | case "record": | 349 | case "B9": |
350 | var formdata = new FormData(); | 350 | var formdata = new FormData(); |
351 | formdata.append("bsmSlsq", this.bsmSlsq); | 351 | formdata.append("bsmSlsq", this.bsmSlsq); |
352 | formdata.append("bestepid", this.bestepid); | 352 | formdata.append("bestepid", this.bestepid); | ... | ... |
... | @@ -212,37 +212,7 @@ export default { | ... | @@ -212,37 +212,7 @@ export default { |
212 | disabled: true, | 212 | disabled: true, |
213 | tdytOption: [], | 213 | tdytOption: [], |
214 | czrOptions: [], | 214 | czrOptions: [], |
215 | ruleForm: { | 215 | ruleForm: {}, |
216 | // slry: "", | ||
217 | // slsj: "", | ||
218 | // qllx: "", | ||
219 | // djlx: "", | ||
220 | // djqx: "", | ||
221 | // // 宗地代码 | ||
222 | // zddm: "", | ||
223 | // bdcdyh: "", | ||
224 | // qlxzmc: "", | ||
225 | // qlrxx: [], | ||
226 | // // 自然幢号 | ||
227 | // zrzh: "", | ||
228 | // // 户不动产单元号 | ||
229 | // hbdcdyh: "", | ||
230 | // djzt: "", | ||
231 | // // 图幅丘幢号 | ||
232 | // tfqzh: "", | ||
233 | // zl: "", | ||
234 | // // 房屋用途 | ||
235 | // fwyt: "", | ||
236 | // fwxz: "", | ||
237 | // fwjg: "", | ||
238 | // // 权利人信息 | ||
239 | // gyfs: "1", | ||
240 | // // 是否分别持证 | ||
241 | // sffbcz: "", | ||
242 | // // 持证人 | ||
243 | // czr: "", | ||
244 | // djyy: "", | ||
245 | }, | ||
246 | //传递参数 | 216 | //传递参数 |
247 | propsParam: this.$attrs, | 217 | propsParam: this.$attrs, |
248 | rules: {}, | 218 | rules: {}, |
... | @@ -270,7 +240,6 @@ export default { | ... | @@ -270,7 +240,6 @@ export default { |
270 | onSubmit () { | 240 | onSubmit () { |
271 | saveData(this.ruleForm).then((res) => { | 241 | saveData(this.ruleForm).then((res) => { |
272 | console.log(this.ruleForm); | 242 | console.log(this.ruleForm); |
273 | //this.$alert(this.ruleForm); | ||
274 | if (res.code === 200 && res.result) { | 243 | if (res.code === 200 && res.result) { |
275 | console.log(res); | 244 | console.log(res); |
276 | //this.ruleForm = { ...res.result, ...res.result.zdjbxxdatas, ...res.result.qlxxdatas, ...res.result.jsydsyqdatas } | 245 | //this.ruleForm = { ...res.result, ...res.result.zdjbxxdatas, ...res.result.qlxxdatas, ...res.result.jsydsyqdatas } | ... | ... |
... | @@ -133,10 +133,10 @@ export default { | ... | @@ -133,10 +133,10 @@ export default { |
133 | let that = this; | 133 | let that = this; |
134 | this.$popup({ | 134 | this.$popup({ |
135 | title: "楼盘表", | 135 | title: "楼盘表", |
136 | width: "100%", | 136 | width: "50%", |
137 | btnShow: true, | 137 | btnShow: true, |
138 | editItem: "xxxxxxxxxx", | 138 | editItem: "xxxxxxxxxx", |
139 | height: "1200px", | 139 | height: "800px", |
140 | formData: { | 140 | formData: { |
141 | bsmSlsq: this.bsmSlsq, | 141 | bsmSlsq: this.bsmSlsq, |
142 | dataList: this.unitData, | 142 | dataList: this.unitData, | ... | ... |
-
Please register or sign in to post a comment