Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
11 changed files
with
119 additions
and
154 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-22 16:27:35 | 4 | * @LastEditTime: 2023-08-30 15:52:11 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -10,7 +10,6 @@ | ... | @@ -10,7 +10,6 @@ |
10 | :model="ruleForm" | 10 | :model="ruleForm" |
11 | :rules="rules" | 11 | :rules="rules" |
12 | :class="{ readonly: editDisabled }" | 12 | :class="{ readonly: editDisabled }" |
13 | class="loadingtext" | ||
14 | ref="ruleForm" | 13 | ref="ruleForm" |
15 | :label-position="flag ? 'top' : ''" | 14 | :label-position="flag ? 'top' : ''" |
16 | :inline="flag" | 15 | :inline="flag" |
... | @@ -313,20 +312,6 @@ | ... | @@ -313,20 +312,6 @@ |
313 | <el-input v-model="ruleForm.qlxx.zl"></el-input> | 312 | <el-input v-model="ruleForm.qlxx.zl"></el-input> |
314 | </el-form-item> | 313 | </el-form-item> |
315 | </el-col> | 314 | </el-col> |
316 | <!-- <el-col :span="8"> | ||
317 | <el-form-item label="不动产登记证明号:" prop="bdcqzh"> | ||
318 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | ||
319 | </el-form-item> | ||
320 | </el-col> --> | ||
321 | <!-- <el-col :span="8"> | ||
322 | <el-form-item | ||
323 | label="区县代码:" | ||
324 | prop="qlxx.qxdm" | ||
325 | :rules="rules.qxdmrules" | ||
326 | > | ||
327 | <el-input v-model="ruleForm.qlxx.qxdm"></el-input> | ||
328 | </el-form-item> | ||
329 | </el-col> --> | ||
330 | <el-col :span="8"> | 315 | <el-col :span="8"> |
331 | <el-form-item label="在建建筑物抵押范围:"> | 316 | <el-form-item label="在建建筑物抵押范围:"> |
332 | <el-input v-model="ruleForm.diyaq.zjjzwdyfw"></el-input> | 317 | <el-input v-model="ruleForm.diyaq.zjjzwdyfw"></el-input> |
... | @@ -401,24 +386,6 @@ | ... | @@ -401,24 +386,6 @@ |
401 | </el-date-picker> | 386 | </el-date-picker> |
402 | </el-form-item> | 387 | </el-form-item> |
403 | </el-col> | 388 | </el-col> |
404 | |||
405 | <!-- <el-col :span="8"> | ||
406 | <el-form-item label="是否预告登记:"> | ||
407 | <el-select v-model="ruleForm.diyaq.sfygdj"> | ||
408 | <el-option | ||
409 | v-for="item in dictData['A6']" | ||
410 | :key="item.dcode" | ||
411 | :label="item.dname" | ||
412 | :value="item.dcode"></el-option> | ||
413 | </el-select> | ||
414 | </el-form-item> | ||
415 | </el-col> --> | ||
416 | <!-- <el-col :span="8"> | ||
417 | <el-form-item label="在建建筑物坐落:"> | ||
418 | <el-input v-model="ruleForm.diyaq.zjzzwzl"></el-input> | ||
419 | </el-form-item> | ||
420 | </el-col> --> | ||
421 | |||
422 | <el-col :span="24"> | 389 | <el-col :span="24"> |
423 | <el-form-item label="登记原因:"> | 390 | <el-form-item label="登记原因:"> |
424 | <el-input v-model="ruleForm.diyaq.djyy"></el-input> | 391 | <el-input v-model="ruleForm.diyaq.djyy"></el-input> | ... | ... |
1 | /* | 1 | /* |
2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 | 2 | * @Description:workFramezu.vue组件的方法 头部按钮弹框方法 |
3 | * @Autor: miaofang | 3 | * @Autor: miaofang |
4 | * @LastEditTime: 2023-08-10 13:41:26 | 4 | * @LastEditTime: 2023-08-30 15:52:01 |
5 | */ | 5 | */ |
6 | import { getPrintTemplateByCode } from "@/api/print"; | 6 | import { getPrintTemplateByCode } from "@/api/print"; |
7 | import { getQllxByBdcdyid } from "@/api/djbDetail.js"; | 7 | import { getQllxByBdcdyid } from "@/api/djbDetail.js"; |
... | @@ -44,7 +44,6 @@ export default { | ... | @@ -44,7 +44,6 @@ export default { |
44 | this.flowInitParam(); | 44 | this.flowInitParam(); |
45 | }, | 45 | }, |
46 | methods: { | 46 | methods: { |
47 | //加载流程初始参数 | ||
48 | /** | 47 | /** |
49 | * @description: 加载流程初始参数 | 48 | * @description: 加载流程初始参数 |
50 | * @author: renchao | 49 | * @author: renchao | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-30 10:33:52 | 4 | * @LastEditTime: 2023-08-30 17:07:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> |
... | @@ -13,8 +13,8 @@ | ... | @@ -13,8 +13,8 @@ |
13 | </el-tabs> | 13 | </el-tabs> |
14 | <el-empty description="暂无数据" v-if="headTabBdcqz.length == 0 && noData"></el-empty> | 14 | <el-empty description="暂无数据" v-if="headTabBdcqz.length == 0 && noData"></el-empty> |
15 | <div style="width:1180px;"> | 15 | <div style="width:1180px;"> |
16 | <canvas ref="zs" width="1000" v-show="headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx==1" height="700"></canvas> | 16 | <canvas ref="zs" width="1000" v-show="this.bdcqz.bdcqzlx==1" height="700"></canvas> |
17 | <canvas ref="zm" width="1180" v-show="headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx!=1" height="780"></canvas> | 17 | <canvas ref="zm" width="1180" v-show="this.bdcqz.bdcqzlx==2" height="780"></canvas> |
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
20 | </template> | 20 | </template> |
... | @@ -93,7 +93,7 @@ | ... | @@ -93,7 +93,7 @@ |
93 | this.activeName = res.result[0].bsmBdcqz | 93 | this.activeName = res.result[0].bsmBdcqz |
94 | this.bdcqz = res.result[0] | 94 | this.bdcqz = res.result[0] |
95 | this.headTabBdcqz = res.result | 95 | this.headTabBdcqz = res.result |
96 | if (res.result[0].bdcqzlx == 1) { | 96 | if (this.bdcqz.bdcqzlx == 1) { |
97 | this.drawTextOnImage() | 97 | this.drawTextOnImage() |
98 | } else { | 98 | } else { |
99 | this.drawTextzmImage() | 99 | this.drawTextzmImage() |
... | @@ -108,9 +108,8 @@ | ... | @@ -108,9 +108,8 @@ |
108 | * @param {*} e | 108 | * @param {*} e |
109 | * @author: renchao | 109 | * @author: renchao |
110 | */ | 110 | */ |
111 | handleClick (e) { | 111 | handleClick (tab, event) { |
112 | this.bdcqz = this.headTabBdcqz[e.index - 0] | 112 | this.bdcqz = this.headTabBdcqz[tab.index] |
113 | this.activeName = this.headTabBdcqz.bsmBdcqz | ||
114 | if (this.bdcqz.bdcqzlx == 1) { | 113 | if (this.bdcqz.bdcqzlx == 1) { |
115 | this.drawTextOnImage() | 114 | this.drawTextOnImage() |
116 | } else { | 115 | } else { |
... | @@ -461,19 +460,20 @@ | ... | @@ -461,19 +460,20 @@ |
461 | arr.push(currentLine); | 460 | arr.push(currentLine); |
462 | if (i > 0) { | 461 | if (i > 0) { |
463 | arr.forEach((line, index) => { | 462 | arr.forEach((line, index) => { |
464 | context.fillText(line, 770, 438 + (23 * (i - 1)) + 5 * num + (index * 18)); // 调整行高 | 463 | context.fillText(line, 770, 428 + (23 * (i - 1)) + 5 * num + (index * 14)); // 调整行高 |
465 | }) | 464 | }) |
466 | } else { | 465 | } else { |
467 | arr.forEach((line, index) => { | 466 | arr.forEach((line, index) => { |
468 | context.fillText(line, 770, 438 + (23 * (i - 1)) + (index * 18)); // 调整行高 | 467 | context.fillText(line, 770, 428 + (23 * (i - 1)) + (index * 14)); // 调整行高 |
469 | }) | 468 | }) |
470 | } | 469 | } |
471 | } else { | 470 | } else { |
472 | if (i > 0) { | 471 | context.fillText(lines[i] ? lines[i] : '', 770, 440 + 4 * num + (22 * (i - 1))); |
473 | context.fillText(lines[i] ? lines[i] : '', 770, 450 + 5 * num + (23 * (i - 1))); | 472 | // if (i > 0) { |
474 | } else { | 473 | // context.fillText(lines[i] ? lines[i] : '', 770, 440 + 5 * num + (23 * (i - 1))); |
475 | context.fillText(lines[i] ? lines[i] : '', 770, 450 + (23 * (i - 1))); | 474 | // } else { |
476 | } | 475 | // context.fillText(lines[i] ? lines[i] : '', 770, 440 + (23 * (i - 1))); |
476 | // } | ||
477 | } | 477 | } |
478 | } | 478 | } |
479 | // fj | 479 | // fj | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-25 09:53:27 | 4 | * @LastEditTime: 2023-08-30 16:03:09 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -66,13 +66,13 @@ | ... | @@ -66,13 +66,13 @@ |
66 | ) | 66 | ) |
67 | } | 67 | } |
68 | }, | 68 | }, |
69 | { | 69 | // { |
70 | label: '身份证读卡器', | 70 | // label: '身份证读卡器', |
71 | align: 'center', | 71 | // align: 'center', |
72 | render: (h, scope) => { | 72 | // render: (h, scope) => { |
73 | return <el-button type="text" icon="el-icon-tickets" disabled={!this.disabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button> | 73 | // return <el-button type="text" icon="el-icon-tickets" disabled={!this.disabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button> |
74 | } | 74 | // } |
75 | }, | 75 | // }, |
76 | { | 76 | { |
77 | prop: "sqrmc", | 77 | prop: "sqrmc", |
78 | label: "姓名/名称" | 78 | label: "姓名/名称" |
... | @@ -124,12 +124,12 @@ | ... | @@ -124,12 +124,12 @@ |
124 | let that = this | 124 | let that = this |
125 | this.$nextTick(() => { | 125 | this.$nextTick(() => { |
126 | if (val.length == 0 || !val) { | 126 | if (val.length == 0 || !val) { |
127 | that.tableDataList = _.cloneDeep([{ | 127 | // that.tableDataList = _.cloneDeep([{ |
128 | sqrmc: '', | 128 | // sqrmc: '', |
129 | dlrzjlx: '', | 129 | // dlrzjlx: '', |
130 | dlrzjh: '', | 130 | // dlrzjh: '', |
131 | fr: '' | 131 | // fr: '' |
132 | }]) | 132 | // }]) |
133 | } else { | 133 | } else { |
134 | that.tableDataList = _.cloneDeep(val) | 134 | that.tableDataList = _.cloneDeep(val) |
135 | } | 135 | } |
... | @@ -174,7 +174,7 @@ | ... | @@ -174,7 +174,7 @@ |
174 | this.$message.error('证件号不能重复'); | 174 | this.$message.error('证件号不能重复'); |
175 | } | 175 | } |
176 | } else { | 176 | } else { |
177 | if (!arr.includes(value.zjh)||this.tableData[this.dataIndex].zjh==value.zjh) { | 177 | if (!arr.includes(value.zjh) || this.tableData[this.dataIndex].zjh == value.zjh) { |
178 | this.tableDataList[this.dataIndex] = _.cloneDeep(value); | 178 | this.tableDataList[this.dataIndex] = _.cloneDeep(value); |
179 | this.$emit('upDateQlrxxList', this.tableDataList) | 179 | this.$emit('upDateQlrxxList', this.tableDataList) |
180 | } else { | 180 | } else { |
... | @@ -207,7 +207,6 @@ | ... | @@ -207,7 +207,6 @@ |
207 | deleClick (index, row) { | 207 | deleClick (index, row) { |
208 | this.tableData.splice(index, 1) | 208 | this.tableData.splice(index, 1) |
209 | }, | 209 | }, |
210 | |||
211 | /** | 210 | /** |
212 | * @description: 身份证读取 | 211 | * @description: 身份证读取 |
213 | * @param {*} row | 212 | * @param {*} row |
... | @@ -244,7 +243,7 @@ | ... | @@ -244,7 +243,7 @@ |
244 | */ | 243 | */ |
245 | editClick (index, row) { | 244 | editClick (index, row) { |
246 | this.details = row | 245 | this.details = row |
247 | this.details.gyfs=this.gyfs | 246 | this.details.gyfs = this.gyfs |
248 | this.dataIndex = index | 247 | this.dataIndex = index |
249 | this.dialog = true | 248 | this.dialog = true |
250 | 249 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-29 10:03:25 | 4 | * @LastEditTime: 2023-08-30 16:54:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="szxx"> | 7 | <div class="szxx"> |
... | @@ -136,7 +136,7 @@ | ... | @@ -136,7 +136,7 @@ |
136 | store.dispatch('user/reWorkFresh', false) | 136 | store.dispatch('user/reWorkFresh', false) |
137 | if (type == 1) { | 137 | if (type == 1) { |
138 | //证书预览 | 138 | //证书预览 |
139 | this.$popupDialog("证书预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); | 139 | this.$popupDialog("证书证明预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); |
140 | } else { | 140 | } else { |
141 | this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); | 141 | this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); |
142 | } | 142 | } | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-22 16:27:16 | 4 | * @LastEditTime: 2023-08-30 15:47:48 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -11,8 +11,8 @@ | ... | @@ -11,8 +11,8 @@ |
11 | ref="ruleForm" | 11 | ref="ruleForm" |
12 | :label-position="flag ? 'top' : ''" | 12 | :label-position="flag ? 'top' : ''" |
13 | :inline="flag" | 13 | :inline="flag" |
14 | label-width="120px" | 14 | v-Loading="loading" |
15 | > | 15 | label-width="120px"> |
16 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 16 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
17 | <div class="slxx_title title-block"> | 17 | <div class="slxx_title title-block"> |
18 | 申请业务信息 | 18 | 申请业务信息 |
... | @@ -81,14 +81,12 @@ | ... | @@ -81,14 +81,12 @@ |
81 | <el-select | 81 | <el-select |
82 | disabled | 82 | disabled |
83 | v-model="ruleForm.zdjbxx.mjdw" | 83 | v-model="ruleForm.zdjbxx.mjdw" |
84 | style="width: 20%" | 84 | style="width: 20%"> |
85 | > | ||
86 | <el-option | 85 | <el-option |
87 | v-for="item in dictData['A7']" | 86 | v-for="item in dictData['A7']" |
88 | :key="item.dcode" | 87 | :key="item.dcode" |
89 | :label="item.dname" | 88 | :label="item.dname" |
90 | :value="item.dcode" | 89 | :value="item.dcode"></el-option> |
91 | ></el-option> | ||
92 | </el-select> | 90 | </el-select> |
93 | </div> | 91 | </div> |
94 | </el-form-item> | 92 | </el-form-item> |
... | @@ -124,15 +122,13 @@ | ... | @@ -124,15 +122,13 @@ |
124 | :disabled="!viewEdit" | 122 | :disabled="!viewEdit" |
125 | v-model="ruleForm.fdcq1.fdcjyjg" | 123 | v-model="ruleForm.fdcq1.fdcjyjg" |
126 | style="width: 500%" | 124 | style="width: 500%" |
127 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null" | 125 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
128 | ></el-input> | ||
129 | <el-select :disabled="!viewEdit" v-model="ruleForm.fdcq1.jedw"> | 126 | <el-select :disabled="!viewEdit" v-model="ruleForm.fdcq1.jedw"> |
130 | <el-option | 127 | <el-option |
131 | v-for="item in dictData['A57']" | 128 | v-for="item in dictData['A57']" |
132 | :key="item.dcode" | 129 | :key="item.dcode" |
133 | :label="item.dname" | 130 | :label="item.dname" |
134 | :value="item.dcode" | 131 | :value="item.dcode"></el-option> |
135 | ></el-option> | ||
136 | </el-select> | 132 | </el-select> |
137 | </div> | 133 | </div> |
138 | </el-form-item> | 134 | </el-form-item> |
... | @@ -146,8 +142,7 @@ | ... | @@ -146,8 +142,7 @@ |
146 | v-model="ruleForm.fdcq1.fj" | 142 | v-model="ruleForm.fdcq1.fj" |
147 | type="textarea" | 143 | type="textarea" |
148 | maxlength="500" | 144 | maxlength="500" |
149 | show-word-limit | 145 | show-word-limit></el-input> |
150 | ></el-input> | ||
151 | </el-form-item> | 146 | </el-form-item> |
152 | </el-col> | 147 | </el-col> |
153 | </el-row> | 148 | </el-row> |
... | @@ -157,8 +152,7 @@ | ... | @@ -157,8 +152,7 @@ |
157 | <fdcqxmTable | 152 | <fdcqxmTable |
158 | :ableOperation="viewEdit" | 153 | :ableOperation="viewEdit" |
159 | :tableData="ruleForm.fdcqxm" | 154 | :tableData="ruleForm.fdcqxm" |
160 | @updateFdcwxmList="updateFdcwxmList" | 155 | @updateFdcwxmList="updateFdcwxmList" /> |
161 | /> | ||
162 | <div class="slxx_title title-block"> | 156 | <div class="slxx_title title-block"> |
163 | 土地用途 | 157 | 土地用途 |
164 | <div class="triangle"></div> | 158 | <div class="triangle"></div> |
... | @@ -166,8 +160,7 @@ | ... | @@ -166,8 +160,7 @@ |
166 | <tdytTable | 160 | <tdytTable |
167 | :ableOperation="viewEdit" | 161 | :ableOperation="viewEdit" |
168 | :tableData="ruleForm.tdytqxList" | 162 | :tableData="ruleForm.tdytqxList" |
169 | @upDateTdytxxList="upDateTdytxxList" | 163 | @upDateTdytxxList="upDateTdytxxList" /> |
170 | /> | ||
171 | <div class="slxx_title title-block"> | 164 | <div class="slxx_title title-block"> |
172 | 权利人信息 | 165 | 权利人信息 |
173 | <div class="triangle"></div> | 166 | <div class="triangle"></div> |
... | @@ -177,8 +170,7 @@ | ... | @@ -177,8 +170,7 @@ |
177 | <el-form-item label="共有方式:"> | 170 | <el-form-item label="共有方式:"> |
178 | <el-radio-group | 171 | <el-radio-group |
179 | :disabled="!viewEdit" | 172 | :disabled="!viewEdit" |
180 | v-model="ruleForm.sldy.gyfs" | 173 | v-model="ruleForm.sldy.gyfs"> |
181 | > | ||
182 | <el-radio label="0">单独所有</el-radio> | 174 | <el-radio label="0">单独所有</el-radio> |
183 | <el-radio label="1">共同共有</el-radio> | 175 | <el-radio label="1">共同共有</el-radio> |
184 | <el-radio label="2">按份所有</el-radio> | 176 | <el-radio label="2">按份所有</el-radio> |
... | @@ -191,8 +183,7 @@ | ... | @@ -191,8 +183,7 @@ |
191 | <el-radio-group | 183 | <el-radio-group |
192 | v-model="ruleForm.sldy.sqfbcz" | 184 | v-model="ruleForm.sldy.sqfbcz" |
193 | :disabled="!viewEdit" | 185 | :disabled="!viewEdit" |
194 | @input="updaterow()" | 186 | @input="updaterow()"> |
195 | > | ||
196 | <el-radio :label="1">是</el-radio> | 187 | <el-radio :label="1">是</el-radio> |
197 | <el-radio :label="0">否</el-radio> | 188 | <el-radio :label="0">否</el-radio> |
198 | </el-radio-group> | 189 | </el-radio-group> |
... | @@ -200,20 +191,17 @@ | ... | @@ -200,20 +191,17 @@ |
200 | </el-col> | 191 | </el-col> |
201 | <el-col | 192 | <el-col |
202 | :span="5" | 193 | :span="5" |
203 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'" | 194 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'"> |
204 | > | ||
205 | <el-form-item label="持证人1:"> | 195 | <el-form-item label="持证人1:"> |
206 | <el-select | 196 | <el-select |
207 | v-model="czr" | 197 | v-model="czr" |
208 | placeholder="持证人" | 198 | placeholder="持证人" |
209 | :disabled="!viewEdit" | 199 | :disabled="!viewEdit"> |
210 | > | ||
211 | <el-option | 200 | <el-option |
212 | v-for="item in czrOptions" | 201 | v-for="item in czrOptions" |
213 | :key="item.zjh" | 202 | :key="item.zjh" |
214 | :label="item.sqrmc" | 203 | :label="item.sqrmc" |
215 | :value="item.zjh" | 204 | :value="item.zjh"></el-option> |
216 | ></el-option> | ||
217 | </el-select> | 205 | </el-select> |
218 | </el-form-item> | 206 | </el-form-item> |
219 | </el-col> | 207 | </el-col> |
... | @@ -222,8 +210,7 @@ | ... | @@ -222,8 +210,7 @@ |
222 | @upDateQlrxxList="upDateQlrxxList" | 210 | @upDateQlrxxList="upDateQlrxxList" |
223 | :disabled="viewEdit" | 211 | :disabled="viewEdit" |
224 | :tableData="ruleForm.qlrList" | 212 | :tableData="ruleForm.qlrList" |
225 | :gyfs="ruleForm.sldy.gyfs" | 213 | :gyfs="ruleForm.sldy.gyfs" /> |
226 | /> | ||
227 | 214 | ||
228 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | 215 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> |
229 | <div class="slxx_title title-block"> | 216 | <div class="slxx_title title-block"> |
... | @@ -235,8 +222,7 @@ | ... | @@ -235,8 +222,7 @@ |
235 | :disabled="viewEdit" | 222 | :disabled="viewEdit" |
236 | @upDateQlrxxList="upDateYwrxxList" | 223 | @upDateQlrxxList="upDateYwrxxList" |
237 | :tableData="ruleForm.ywrList" | 224 | :tableData="ruleForm.ywrList" |
238 | :gyfs="ruleForm.qlxx.gyfs" | 225 | :gyfs="ruleForm.qlxx.gyfs" /> |
239 | /> | ||
240 | </div> | 226 | </div> |
241 | <div class="slxx_title title-block"> | 227 | <div class="slxx_title title-block"> |
242 | 登记原因 | 228 | 登记原因 |
... | @@ -251,8 +237,7 @@ | ... | @@ -251,8 +237,7 @@ |
251 | maxlength="500" | 237 | maxlength="500" |
252 | show-word-limit | 238 | show-word-limit |
253 | :disabled="!viewEdit" | 239 | :disabled="!viewEdit" |
254 | v-model="ruleForm.fdcq1.djyy" | 240 | v-model="ruleForm.fdcq1.djyy"></el-input> |
255 | ></el-input> | ||
256 | </el-form-item> | 241 | </el-form-item> |
257 | </el-col> | 242 | </el-col> |
258 | </el-row> | 243 | </el-row> |
... | @@ -267,15 +252,16 @@ | ... | @@ -267,15 +252,16 @@ |
267 | </div> | 252 | </div> |
268 | </template> | 253 | </template> |
269 | <script> | 254 | <script> |
270 | import ywmix from "@/views/ywbl/mixin/index"; | 255 | import ywmix from "@/views/ywbl/mixin/index"; |
271 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; | 256 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
272 | import fdcqxmTable from "@/views/workflow/components/fdcqxmTable"; | 257 | import fdcqxmTable from "@/views/workflow/components/fdcqxmTable"; |
273 | import tdytTable from "@/views/workflow/components/tdytTable"; | 258 | import tdytTable from "@/views/workflow/components/tdytTable"; |
274 | import { Init, saveData } from "@/api/workflow/fwsyq1Flow.js"; | 259 | import { Init, saveData } from "@/api/workflow/fwsyq1Flow.js"; |
275 | import { mapGetters } from "vuex"; | 260 | import { mapGetters } from "vuex"; |
276 | export default { | 261 | export default { |
277 | mixins: [ywmix], | 262 | mixins: [ywmix], |
278 | mounted() { | 263 | mounted () { |
264 | this.loading = true | ||
279 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; | 265 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; |
280 | this.propsParam = this.$attrs; | 266 | this.propsParam = this.$attrs; |
281 | var formdata = new FormData(); | 267 | var formdata = new FormData(); |
... | @@ -293,6 +279,9 @@ export default { | ... | @@ -293,6 +279,9 @@ export default { |
293 | this.czr = item.sqrmc; | 279 | this.czr = item.sqrmc; |
294 | } | 280 | } |
295 | }); | 281 | }); |
282 | setTimeout(() => { | ||
283 | this.loading = false | ||
284 | }, 200) | ||
296 | //初始化发证方式,1:小证,2:大正 | 285 | //初始化发证方式,1:小证,2:大正 |
297 | this.ruleForm.slsq.fzfs == null | 286 | this.ruleForm.slsq.fzfs == null |
298 | ? (this.ruleForm.slsq.fzfs = "1") | 287 | ? (this.ruleForm.slsq.fzfs = "1") |
... | @@ -305,8 +294,9 @@ export default { | ... | @@ -305,8 +294,9 @@ export default { |
305 | computed: { | 294 | computed: { |
306 | ...mapGetters(["dictData", "flag"]), | 295 | ...mapGetters(["dictData", "flag"]), |
307 | }, | 296 | }, |
308 | data() { | 297 | data () { |
309 | return { | 298 | return { |
299 | loading: false, | ||
310 | disabled: true, | 300 | disabled: true, |
311 | tdytOption: [], | 301 | tdytOption: [], |
312 | czrOptions: [], | 302 | czrOptions: [], |
... | @@ -338,7 +328,7 @@ export default { | ... | @@ -338,7 +328,7 @@ export default { |
338 | }; | 328 | }; |
339 | }, | 329 | }, |
340 | methods: { | 330 | methods: { |
341 | updateFdcwxmList(val) { | 331 | updateFdcwxmList (val) { |
342 | this.ruleForm.fdcqxm && (this.ruleForm.fdcqxm = _.cloneDeep(val)); | 332 | this.ruleForm.fdcqxm && (this.ruleForm.fdcqxm = _.cloneDeep(val)); |
343 | this.key++; | 333 | this.key++; |
344 | }, | 334 | }, |
... | @@ -347,7 +337,7 @@ export default { | ... | @@ -347,7 +337,7 @@ export default { |
347 | * @param {*} val | 337 | * @param {*} val |
348 | * @author: renchao | 338 | * @author: renchao |
349 | */ | 339 | */ |
350 | upDateTdytxxList(val) { | 340 | upDateTdytxxList (val) { |
351 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 341 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
352 | this.key++; | 342 | this.key++; |
353 | }, | 343 | }, |
... | @@ -356,7 +346,7 @@ export default { | ... | @@ -356,7 +346,7 @@ export default { |
356 | * @param {*} val | 346 | * @param {*} val |
357 | * @author: renchao | 347 | * @author: renchao |
358 | */ | 348 | */ |
359 | upDateQlrxxList(val) { | 349 | upDateQlrxxList (val) { |
360 | this.ruleForm.qlrList = _.cloneDeep(val); | 350 | this.ruleForm.qlrList = _.cloneDeep(val); |
361 | this.czrOptions = this.ruleForm.qlrList; | 351 | this.czrOptions = this.ruleForm.qlrList; |
362 | this.key++; | 352 | this.key++; |
... | @@ -368,7 +358,7 @@ export default { | ... | @@ -368,7 +358,7 @@ export default { |
368 | * @param {*} val | 358 | * @param {*} val |
369 | * @author: renchao | 359 | * @author: renchao |
370 | */ | 360 | */ |
371 | updaterow() { | 361 | updaterow () { |
372 | this.czr = ""; | 362 | this.czr = ""; |
373 | }, | 363 | }, |
374 | // 更新权利人信息 | 364 | // 更新权利人信息 |
... | @@ -377,14 +367,14 @@ export default { | ... | @@ -377,14 +367,14 @@ export default { |
377 | * @param {*} val | 367 | * @param {*} val |
378 | * @author: renchao | 368 | * @author: renchao |
379 | */ | 369 | */ |
380 | upDateYwrxxList(val) { | 370 | upDateYwrxxList (val) { |
381 | this.ruleForm.ywrList = _.cloneDeep(val); | 371 | this.ruleForm.ywrList = _.cloneDeep(val); |
382 | }, | 372 | }, |
383 | /** | 373 | /** |
384 | * @description: onSubmit | 374 | * @description: onSubmit |
385 | * @author: renchao | 375 | * @author: renchao |
386 | */ | 376 | */ |
387 | onSubmit() { | 377 | onSubmit () { |
388 | let that = this; | 378 | let that = this; |
389 | let arr = this.ruleForm.tdytqxList.filter((item) => !item.yt); | 379 | let arr = this.ruleForm.tdytqxList.filter((item) => !item.yt); |
390 | if (arr.length > 0) { | 380 | if (arr.length > 0) { |
... | @@ -466,55 +456,55 @@ export default { | ... | @@ -466,55 +456,55 @@ export default { |
466 | }); | 456 | }); |
467 | }, | 457 | }, |
468 | }, | 458 | }, |
469 | }; | 459 | }; |
470 | </script> | 460 | </script> |
471 | <style scoped lang="scss"> | 461 | <style scoped lang="scss"> |
472 | @import "~@/styles/public.scss"; | 462 | @import "~@/styles/public.scss"; |
473 | 463 | ||
474 | /deep/.el-form { | 464 | /deep/.el-form { |
475 | display: flex; | 465 | display: flex; |
476 | flex-direction: column; | 466 | flex-direction: column; |
477 | height: calc(100vh - 130px); | 467 | height: calc(100vh - 130px); |
478 | } | 468 | } |
479 | 469 | ||
480 | /deep/.el-form-item__label { | 470 | /deep/.el-form-item__label { |
481 | padding: 0; | 471 | padding: 0; |
482 | } | 472 | } |
483 | 473 | ||
484 | /deep/.el-radio { | 474 | /deep/.el-radio { |
485 | margin-right: 10px; | 475 | margin-right: 10px; |
486 | } | 476 | } |
487 | 477 | ||
488 | /deep/.el-select { | 478 | /deep/.el-select { |
489 | width: 100%; | 479 | width: 100%; |
490 | } | 480 | } |
491 | 481 | ||
492 | /deep/.el-form-item { | 482 | /deep/.el-form-item { |
493 | margin-bottom: 8px; | 483 | margin-bottom: 8px; |
494 | } | 484 | } |
495 | 485 | ||
496 | .marginBot0 { | 486 | .marginBot0 { |
497 | margin-bottom: 0 !important; | 487 | margin-bottom: 0 !important; |
498 | } | 488 | } |
499 | 489 | ||
500 | .slxx { | 490 | .slxx { |
501 | box-sizing: border-box; | 491 | box-sizing: border-box; |
502 | } | 492 | } |
503 | 493 | ||
504 | .slxx_con { | 494 | .slxx_con { |
505 | flex: 1; | 495 | flex: 1; |
506 | height: 100%; | 496 | height: 100%; |
507 | background-color: #ffffff; | 497 | background-color: #ffffff; |
508 | overflow-y: auto; | 498 | overflow-y: auto; |
509 | padding-right: 3px; | 499 | padding-right: 3px; |
510 | overflow-x: hidden; | 500 | overflow-x: hidden; |
511 | } | 501 | } |
512 | 502 | ||
513 | .submit_btn { | 503 | .submit_btn { |
514 | height: 50px; | 504 | height: 50px; |
515 | } | 505 | } |
516 | 506 | ||
517 | .slxx_title { | 507 | .slxx_title { |
518 | border-bottom: 1px solid $borderColor; | 508 | border-bottom: 1px solid $borderColor; |
519 | padding-left: 10px; | 509 | padding-left: 10px; |
520 | padding-bottom: 5px; | 510 | padding-bottom: 5px; |
... | @@ -523,23 +513,23 @@ export default { | ... | @@ -523,23 +513,23 @@ export default { |
523 | font-size: 16px; | 513 | font-size: 16px; |
524 | font-weight: 500; | 514 | font-weight: 500; |
525 | color: #4a4a4a; | 515 | color: #4a4a4a; |
526 | } | 516 | } |
527 | 517 | ||
528 | .btn { | 518 | .btn { |
529 | text-align: center; | 519 | text-align: center; |
530 | padding-top: 10px; | 520 | padding-top: 10px; |
531 | height: 36px; | 521 | height: 36px; |
532 | background-color: #ffffff; | 522 | background-color: #ffffff; |
533 | padding: 5px 0; | 523 | padding: 5px 0; |
534 | } | 524 | } |
535 | 525 | ||
536 | .textArea { | 526 | .textArea { |
537 | /deep/.el-textarea__inner { | 527 | /deep/.el-textarea__inner { |
538 | min-height: 90px !important; | 528 | min-height: 90px !important; |
539 | } | 529 | } |
540 | } | 530 | } |
541 | 531 | ||
542 | /deep/.el-form-item__label { | 532 | /deep/.el-form-item__label { |
543 | padding-bottom: 0px; | 533 | padding-bottom: 0px; |
544 | } | 534 | } |
545 | </style> | 535 | </style> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-08-30 14:57:39 | 4 | * @LastEditTime: 2023-08-30 15:53:18 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
8 | <el-form | 8 | <el-form |
9 | :model="ruleForm" | 9 | :model="ruleForm" |
10 | :rules="rules" | 10 | :rules="rules" |
11 | v-Loading="loading" | ||
11 | ref="ruleForm" | 12 | ref="ruleForm" |
12 | :label-position="flag ? 'top' : ''" | 13 | :label-position="flag ? 'top' : ''" |
13 | :inline="flag" | 14 | :inline="flag" |
... | @@ -285,6 +286,7 @@ | ... | @@ -285,6 +286,7 @@ |
285 | export default { | 286 | export default { |
286 | mixins: [ywmix], | 287 | mixins: [ywmix], |
287 | mounted () { | 288 | mounted () { |
289 | this.loading = true | ||
288 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; | 290 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; |
289 | this.propsParam = this.$attrs; | 291 | this.propsParam = this.$attrs; |
290 | var formdata = new FormData(); | 292 | var formdata = new FormData(); |
... | @@ -307,15 +309,19 @@ | ... | @@ -307,15 +309,19 @@ |
307 | ? (this.ruleForm.slsq.fzfs = "1") | 309 | ? (this.ruleForm.slsq.fzfs = "1") |
308 | : this.ruleForm.slsq.fzfs; | 310 | : this.ruleForm.slsq.fzfs; |
309 | this.czrOptions = this.ruleForm.qlrList; | 311 | this.czrOptions = this.ruleForm.qlrList; |
312 | setTimeout(() => { | ||
313 | this.loading = false | ||
314 | }, 200) | ||
310 | } | 315 | } |
311 | }); | 316 | }) |
312 | }, | 317 | }, |
313 | components: { qlrCommonTable, tdytTable }, | 318 | components: { qlrCommonTable, tdytTable }, |
314 | computed: { | 319 | computed: { |
315 | ...mapGetters(["dictData", "flag"]), | 320 | ...mapGetters(["dictData", "flag"]) |
316 | }, | 321 | }, |
317 | data () { | 322 | data () { |
318 | return { | 323 | return { |
324 | loading: false, | ||
319 | disabled: true, | 325 | disabled: true, |
320 | tdytOption: [], | 326 | tdytOption: [], |
321 | czrOptions: [], | 327 | czrOptions: [], | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <el-form | 4 | <el-form |
5 | :model="ruleForm" | 5 | :model="ruleForm" |
6 | :rules="rules" | 6 | :rules="rules" |
7 | class="loadingtext" | 7 | v-Loading="loading" |
8 | ref="ruleForm" | 8 | ref="ruleForm" |
9 | :label-position="flag ? 'top' : ''" | 9 | :label-position="flag ? 'top' : ''" |
10 | :inline="flag" | 10 | :inline="flag" |
... | @@ -284,7 +284,7 @@ | ... | @@ -284,7 +284,7 @@ |
284 | mounted () { | 284 | mounted () { |
285 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; | 285 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; |
286 | this.propsParam = this.$attrs; | 286 | this.propsParam = this.$attrs; |
287 | this.$startLoading(); | 287 | this.loading = true |
288 | var formdata = new FormData(); | 288 | var formdata = new FormData(); |
289 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 289 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
290 | formdata.append("djlx", this.propsParam.djlx); | 290 | formdata.append("djlx", this.propsParam.djlx); |
... | @@ -293,12 +293,14 @@ | ... | @@ -293,12 +293,14 @@ |
293 | if (res.code === 200 && res.result) { | 293 | if (res.code === 200 && res.result) { |
294 | this.ruleForm = res.result; | 294 | this.ruleForm = res.result; |
295 | this.czrOptions = this.ruleForm.qlrList; | 295 | this.czrOptions = this.ruleForm.qlrList; |
296 | this.$endLoading(); | ||
297 | this.ruleForm.qlrList.forEach((item) => { | 296 | this.ruleForm.qlrList.forEach((item) => { |
298 | if (item.sfczr == 1) { | 297 | if (item.sfczr == 1) { |
299 | this.czr = item.sqrmc | 298 | this.czr = item.sqrmc |
300 | } | 299 | } |
301 | }) | 300 | }) |
301 | setTimeout(() => { | ||
302 | this.loading = false | ||
303 | }, 200) | ||
302 | } | 304 | } |
303 | }) | 305 | }) |
304 | }, | 306 | }, |
... | @@ -308,6 +310,7 @@ | ... | @@ -308,6 +310,7 @@ |
308 | }, | 310 | }, |
309 | data () { | 311 | data () { |
310 | return { | 312 | return { |
313 | loading: false, | ||
311 | mjdw: "1", | 314 | mjdw: "1", |
312 | //表单是否可操作 | 315 | //表单是否可操作 |
313 | viewEdit: true, | 316 | viewEdit: true, | ... | ... |
... | @@ -286,7 +286,7 @@ | ... | @@ -286,7 +286,7 @@ |
286 | import { mapGetters } from "vuex"; | 286 | import { mapGetters } from "vuex"; |
287 | export default { | 287 | export default { |
288 | mixins: [ywmix], | 288 | mixins: [ywmix], |
289 | created () { | 289 | mounted () { |
290 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; | 290 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; |
291 | this.propsParam = this.$attrs; | 291 | this.propsParam = this.$attrs; |
292 | var formdata = new FormData(); | 292 | var formdata = new FormData(); |
... | @@ -298,7 +298,6 @@ | ... | @@ -298,7 +298,6 @@ |
298 | formdata.append("isEdit", this.viewEdit); | 298 | formdata.append("isEdit", this.viewEdit); |
299 | Init(formdata).then((res) => { | 299 | Init(formdata).then((res) => { |
300 | if (res.code === 200 && res.result) { | 300 | if (res.code === 200 && res.result) { |
301 | console.log(res.result, 'res.result'); | ||
302 | that.ruleForm = res.result; | 301 | that.ruleForm = res.result; |
303 | this.czrOptions = this.ruleForm.qlrList; | 302 | this.czrOptions = this.ruleForm.qlrList; |
304 | this.ruleForm.qlrList.forEach((item) => { | 303 | this.ruleForm.qlrList.forEach((item) => { |
... | @@ -306,7 +305,9 @@ | ... | @@ -306,7 +305,9 @@ |
306 | this.czr = item.sqrmc; | 305 | this.czr = item.sqrmc; |
307 | } | 306 | } |
308 | }); | 307 | }); |
309 | that.loading = false | 308 | setTimeout(() => { |
309 | this.loading = false | ||
310 | }, 200) | ||
310 | } | 311 | } |
311 | }) | 312 | }) |
312 | }, | 313 | }, | ... | ... |
-
Please register or sign in to post a comment