Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
40 changed files
with
421 additions
and
414 deletions
| ... | @@ -111,6 +111,18 @@ export function selectZdjbxx (data) { | ... | @@ -111,6 +111,18 @@ export function selectZdjbxx (data) { |
| 111 | }) | 111 | }) |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | /** | ||
| 115 | * @description: 业务办理-选择单元-查询宗地基本信息 | ||
| 116 | * @param {*} data | ||
| 117 | * @author: renchao | ||
| 118 | */ | ||
| 119 | export function selectHQjdc (data) { | ||
| 120 | return request({ | ||
| 121 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectHQjdc', | ||
| 122 | method: 'post', | ||
| 123 | data | ||
| 124 | }) | ||
| 125 | } | ||
| 114 | /* | 126 | /* |
| 115 | 业务办理-选择单元-查询宗地基本信息 | 127 | 业务办理-选择单元-查询宗地基本信息 |
| 116 | */ | 128 | */ |
| ... | @@ -266,9 +278,9 @@ export function selectYgdj100 (data) { | ... | @@ -266,9 +278,9 @@ export function selectYgdj100 (data) { |
| 266 | * @param data | 278 | * @param data |
| 267 | * @returns {*} | 279 | * @returns {*} |
| 268 | */ | 280 | */ |
| 269 | export function selectYgdj200 (data) { | 281 | export function selectYgmmdj (data) { |
| 270 | return request({ | 282 | return request({ |
| 271 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdj200', | 283 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgmmdj', |
| 272 | method: 'post', | 284 | method: 'post', |
| 273 | data | 285 | data |
| 274 | }) | 286 | }) |
| ... | @@ -278,9 +290,9 @@ export function selectYgdj200 (data) { | ... | @@ -278,9 +290,9 @@ export function selectYgdj200 (data) { |
| 278 | * @param data | 290 | * @param data |
| 279 | * @returns {*} | 291 | * @returns {*} |
| 280 | */ | 292 | */ |
| 281 | export function selectYgdy (data) { | 293 | export function selectYgdydj (data) { |
| 282 | return request({ | 294 | return request({ |
| 283 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdy', | 295 | url: SERVER.SERVERAPI + '/rest/ywbl/ywsq/selectYgdydj', |
| 284 | method: 'post', | 296 | method: 'post', |
| 285 | data | 297 | data |
| 286 | }) | 298 | }) | ... | ... |
src/image/bdclogo.png
0 → 100644
20.9 KB
This diff is collapsed.
Click to expand it.
src/styles/AlimamaShuHeiTi-Bold.ttf
0 → 100644
No preview for this file type
| 1 | @import './variables.scss'; | 1 | @import "./variables.scss"; |
| 2 | @import './mixin.scss'; | 2 | @import "./mixin.scss"; |
| 3 | @import './transition.scss'; | 3 | @import "./transition.scss"; |
| 4 | @import './element-ui.scss'; | 4 | @import "./element-ui.scss"; |
| 5 | @import './sidebar.scss'; | 5 | @import "./sidebar.scss"; |
| 6 | @import './btn.scss'; | 6 | @import "./btn.scss"; |
| 7 | |||
| 8 | // 字体 | ||
| 9 | @font-face { | ||
| 10 | font-family: "albbsht"; | ||
| 11 | font-weight: 200; | ||
| 12 | src: url("./AlimamaShuHeiTi-Bold.ttf"); | ||
| 13 | /* src: url("//at.alicdn.com/wf/webfont/ZU6UneTxNcLy/v9AokMyfgvHu.woff2") format("woff2"), | ||
| 14 | url("//at.alicdn.com/wf/webfont/ZU6UneTxNcLy/paYiW177n7Bc.woff") format("woff"); */ | ||
| 15 | font-display: swap; | ||
| 16 | } | ||
| 7 | 17 | ||
| 8 | /* CSS 初始化 */ | 18 | /* CSS 初始化 */ |
| 9 | html, | 19 | html, |
| ... | @@ -85,7 +95,8 @@ body { | ... | @@ -85,7 +95,8 @@ body { |
| 85 | -moz-osx-font-smoothing: grayscale; | 95 | -moz-osx-font-smoothing: grayscale; |
| 86 | -webkit-font-smoothing: antialiased; | 96 | -webkit-font-smoothing: antialiased; |
| 87 | text-rendering: optimizeLegibility; | 97 | text-rendering: optimizeLegibility; |
| 88 | font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; | 98 | font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, |
| 99 | Microsoft YaHei, Arial, sans-serif; | ||
| 89 | } | 100 | } |
| 90 | 101 | ||
| 91 | html { | 102 | html { |
| ... | @@ -161,7 +172,7 @@ div:focus { | ... | @@ -161,7 +172,7 @@ div:focus { |
| 161 | } | 172 | } |
| 162 | 173 | ||
| 163 | .move { | 174 | .move { |
| 164 | color: #409EFF; | 175 | color: #409eff; |
| 165 | font-size: 24px; | 176 | font-size: 24px; |
| 166 | } | 177 | } |
| 167 | 178 | ||
| ... | @@ -192,7 +203,8 @@ aside { | ... | @@ -192,7 +203,8 @@ aside { |
| 192 | display: block; | 203 | display: block; |
| 193 | line-height: 32px; | 204 | line-height: 32px; |
| 194 | font-size: 16px; | 205 | font-size: 16px; |
| 195 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; | 206 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, |
| 207 | Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; | ||
| 196 | color: #2c3e50; | 208 | color: #2c3e50; |
| 197 | -webkit-font-smoothing: antialiased; | 209 | -webkit-font-smoothing: antialiased; |
| 198 | -moz-osx-font-smoothing: grayscale; | 210 | -moz-osx-font-smoothing: grayscale; |
| ... | @@ -251,7 +263,7 @@ aside { | ... | @@ -251,7 +263,7 @@ aside { |
| 251 | } | 263 | } |
| 252 | 264 | ||
| 253 | .text-center { | 265 | .text-center { |
| 254 | text-align: center | 266 | text-align: center; |
| 255 | } | 267 | } |
| 256 | 268 | ||
| 257 | .width100 { | 269 | .width100 { |
| ... | @@ -266,7 +278,13 @@ aside { | ... | @@ -266,7 +278,13 @@ aside { |
| 266 | text-align: right; | 278 | text-align: right; |
| 267 | padding-right: 20px; | 279 | padding-right: 20px; |
| 268 | transition: 600ms ease position; | 280 | transition: 600ms ease position; |
| 269 | background: linear-gradient(90deg, rgba(32, 182, 249, 1) 0%, rgba(32, 182, 249, 1) 0%, rgba(33, 120, 241, 1) 100%, rgba(33, 120, 241, 1) 100%); | 281 | background: linear-gradient( |
| 282 | 90deg, | ||
| 283 | rgba(32, 182, 249, 1) 0%, | ||
| 284 | rgba(32, 182, 249, 1) 0%, | ||
| 285 | rgba(33, 120, 241, 1) 100%, | ||
| 286 | rgba(33, 120, 241, 1) 100% | ||
| 287 | ); | ||
| 270 | 288 | ||
| 271 | .subtitle { | 289 | .subtitle { |
| 272 | font-size: 20px; | 290 | font-size: 20px; |
| ... | @@ -314,17 +332,16 @@ aside { | ... | @@ -314,17 +332,16 @@ aside { |
| 314 | .delete-button { | 332 | .delete-button { |
| 315 | line-height: 32px; | 333 | line-height: 32px; |
| 316 | cursor: pointer; | 334 | cursor: pointer; |
| 317 | color: #FF7115; | 335 | color: #ff7115; |
| 318 | font-size: 20px; | 336 | font-size: 20px; |
| 319 | margin-right: 5px; | 337 | margin-right: 5px; |
| 320 | |||
| 321 | } | 338 | } |
| 322 | 339 | ||
| 323 | .add-button { | 340 | .add-button { |
| 324 | line-height: 32px; | 341 | line-height: 32px; |
| 325 | color: #2FA5FF; | 342 | color: #2fa5ff; |
| 326 | cursor: pointer; | 343 | cursor: pointer; |
| 327 | font-size: 20PX; | 344 | font-size: 20px; |
| 328 | } | 345 | } |
| 329 | 346 | ||
| 330 | .description { | 347 | .description { |
| ... | @@ -352,13 +369,13 @@ aside { | ... | @@ -352,13 +369,13 @@ aside { |
| 352 | .disabled { | 369 | .disabled { |
| 353 | color: #87adf3; | 370 | color: #87adf3; |
| 354 | background-color: #fff; | 371 | background-color: #fff; |
| 355 | cursor: not-allowed | 372 | cursor: not-allowed; |
| 356 | } | 373 | } |
| 357 | 374 | ||
| 358 | .bad { | 375 | .bad { |
| 359 | color: #f00; | 376 | color: #f00; |
| 360 | background-color: #fff; | 377 | background-color: #fff; |
| 361 | cursor: not-allowed | 378 | cursor: not-allowed; |
| 362 | } | 379 | } |
| 363 | 380 | ||
| 364 | .allow, | 381 | .allow, |
| ... | @@ -382,7 +399,7 @@ aside { | ... | @@ -382,7 +399,7 @@ aside { |
| 382 | } | 399 | } |
| 383 | 400 | ||
| 384 | .suspend::before { | 401 | .suspend::before { |
| 385 | content: ''; | 402 | content: ""; |
| 386 | position: absolute; | 403 | position: absolute; |
| 387 | left: 5px; | 404 | left: 5px; |
| 388 | top: 45%; | 405 | top: 45%; |
| ... | @@ -424,7 +441,6 @@ aside { | ... | @@ -424,7 +441,6 @@ aside { |
| 424 | } | 441 | } |
| 425 | } | 442 | } |
| 426 | 443 | ||
| 427 | |||
| 428 | .linshiIcon { | 444 | .linshiIcon { |
| 429 | position: relative; | 445 | position: relative; |
| 430 | 446 | ||
| ... | @@ -474,7 +490,7 @@ aside { | ... | @@ -474,7 +490,7 @@ aside { |
| 474 | height: 0; | 490 | height: 0; |
| 475 | border-width: 0px 0px 55px 55px; | 491 | border-width: 0px 0px 55px 55px; |
| 476 | border-style: none solid solid; | 492 | border-style: none solid solid; |
| 477 | border-color: transparent transparent #67C23A; | 493 | border-color: transparent transparent #67c23a; |
| 478 | position: absolute; | 494 | position: absolute; |
| 479 | top: 0; | 495 | top: 0; |
| 480 | right: 0; | 496 | right: 0; |
| ... | @@ -508,4 +524,4 @@ aside { | ... | @@ -508,4 +524,4 @@ aside { |
| 508 | top: 0; | 524 | top: 0; |
| 509 | right: 0; | 525 | right: 0; |
| 510 | transform: rotate(-90deg); | 526 | transform: rotate(-90deg); |
| 511 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 527 | } | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-15 14:46:47 | 4 | * @LastEditTime: 2024-03-08 08:50:28 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="edit"> | 7 | <div class="edit"> |
| ... | @@ -16,9 +16,11 @@ | ... | @@ -16,9 +16,11 @@ |
| 16 | :style="{ height: lpbContentHight + 'px' }" | 16 | :style="{ height: lpbContentHight + 'px' }" |
| 17 | v-show="bjztFlag"> | 17 | v-show="bjztFlag"> |
| 18 | <!-- 楼盘表主体 --> | 18 | <!-- 楼盘表主体 --> |
| 19 | <div class="lp-overview" :style="{ width: lpbContentwidth + 'px','margin-right': formData.onlyShow ? '10px' : 0 }"> | 19 | <div class="lp-overview" |
| 20 | :style="{ width: lpbContentwidth + 'px','margin-right': formData.onlyShow ? '10px' : 0 }"> | ||
| 20 | <lpbContent | 21 | <lpbContent |
| 21 | ref="lpbContent" | 22 | ref="lpbContent" |
| 23 | v-if="formData.bsm" | ||
| 22 | :zrzbsm="formData.bsm" | 24 | :zrzbsm="formData.bsm" |
| 23 | :scyclx="formData.scyclx" | 25 | :scyclx="formData.scyclx" |
| 24 | :onlyShow="formData.onlyShow" | 26 | :onlyShow="formData.onlyShow" |
| ... | @@ -26,9 +28,10 @@ | ... | @@ -26,9 +28,10 @@ |
| 26 | :unitData="formData.unitData" | 28 | :unitData="formData.unitData" |
| 27 | :sqywInfo="formData" | 29 | :sqywInfo="formData" |
| 28 | :key="time"></lpbContent> | 30 | :key="time"></lpbContent> |
| 31 | <el-empty v-else description="暂无楼盘表"></el-empty> | ||
| 29 | </div> | 32 | </div> |
| 30 | <!-- 右侧图例 --> | 33 | <!-- 右侧图例 --> |
| 31 | <div class="lp-legend" v-if="formData.onlyShow"> | 34 | <div class="lp-legend" v-if="formData.onlyShow && formData.bsm"> |
| 32 | <div class="handleCol"> | 35 | <div class="handleCol"> |
| 33 | <div class="btn" @click="legendToggle"> | 36 | <div class="btn" @click="legendToggle"> |
| 34 | <i v-show="!legendToggleFlag" class="el-icon-d-arrow-left"></i> | 37 | <i v-show="!legendToggleFlag" class="el-icon-d-arrow-left"></i> | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| ... | @@ -107,59 +107,59 @@ class data extends filter { | ... | @@ -107,59 +107,59 @@ class data extends filter { |
| 107 | type: 'index' | 107 | type: 'index' |
| 108 | }, | 108 | }, |
| 109 | { | 109 | { |
| 110 | prop: 'nodecode', | 110 | prop: 'djywbm', |
| 111 | label: '权利类型代码', | ||
| 111 | width: '105', | 112 | width: '105', |
| 112 | label: '登记情形编码', | 113 | // render: (h, scope) => { |
| 113 | render: (h, scope) => { | 114 | // return ( |
| 114 | return ( | 115 | // <el-input placeholder="权利类型代码" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input> |
| 115 | <el-input placeholder="登记情形编码" value={scope.row[scope.column.property]} | 116 | // ) |
| 116 | onInput={(val) => { scope.row[scope.column.property] = val; vm.orderNoChange() }} maxlength="8"> | 117 | // } |
| 117 | </el-input> | ||
| 118 | ) | ||
| 119 | } | ||
| 120 | }, | 118 | }, |
| 121 | { | 119 | { |
| 122 | prop: 'nodename', | 120 | prop: 'djywmc', |
| 123 | label: '登记情形名称', | 121 | label: '权利类型名称', |
| 124 | render: (h, scope) => { | 122 | // render: (h, scope) => { |
| 125 | return ( | 123 | // return ( |
| 126 | <el-input placeholder="登记情形名称" value={scope.row[scope.column.property]} | 124 | // <el-input placeholder="权利类型名称" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input> |
| 127 | onInput={(val) => { scope.row[scope.column.property] = val; vm.orderNoChange() }}> | 125 | // ) |
| 128 | </el-input> | 126 | // } |
| 129 | ) | ||
| 130 | } | ||
| 131 | }, | 127 | }, |
| 132 | { | 128 | { |
| 133 | prop: 'djywbm', | 129 | prop: 'nodecode', |
| 134 | label: '登记业务编码', | ||
| 135 | width: '105', | 130 | width: '105', |
| 136 | render: (h, scope) => { | 131 | label: '登记类型代码', |
| 137 | return ( | 132 | // render: (h, scope) => { |
| 138 | <el-input placeholder="登记业务编码" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input> | 133 | // return ( |
| 139 | ) | 134 | // <el-input placeholder="登记情形编码" value={scope.row[scope.column.property]} |
| 140 | } | 135 | // onInput={(val) => { scope.row[scope.column.property] = val; vm.orderNoChange() }} maxlength="8"> |
| 141 | }, | 136 | // </el-input> |
| 142 | { | 137 | // ) |
| 143 | prop: 'djywmc', | 138 | // } |
| 144 | label: '登记业务名称', | ||
| 145 | render: (h, scope) => { | ||
| 146 | return ( | ||
| 147 | <el-input placeholder="登记业务名称" value={scope.row[scope.column.property]} onInput={(val) => { scope.row[scope.column.property] = val; orderNoChange() }}></el-input> | ||
| 148 | ) | ||
| 149 | } | ||
| 150 | }, | 139 | }, |
| 151 | { | 140 | { |
| 152 | label: '移动', | 141 | prop: 'nodename', |
| 153 | width: '100', | 142 | label: '登记类型名称', |
| 154 | render: (h, scope) => { | 143 | // render: (h, scope) => { |
| 155 | return ( | 144 | // return ( |
| 156 | <div> | 145 | // <el-input placeholder="登记情形名称" value={scope.row[scope.column.property]} |
| 157 | <el-button type='text' disabled={scope.$index == 0} onClick={() => { vm.moveUpward(scope.$index, scope.row, 'djqx') }}>上移</el-button> | 146 | // onInput={(val) => { scope.row[scope.column.property] = val; vm.orderNoChange() }}> |
| 158 | <el-button type='text' disabled={(scope.$index + 1) == vm.form.djlx.length} onClick={() => { vm.moveDown(scope.$index, scope.row, 'djqx') }}>下移</el-button > | 147 | // </el-input> |
| 159 | </div> | 148 | // ) |
| 160 | ) | 149 | // } |
| 161 | } | ||
| 162 | } | 150 | } |
| 151 | // { | ||
| 152 | // label: '移动', | ||
| 153 | // width: '100', | ||
| 154 | // render: (h, scope) => { | ||
| 155 | // return ( | ||
| 156 | // <div> | ||
| 157 | // <el-button type='text' disabled={scope.$index == 0} onClick={() => { vm.moveUpward(scope.$index, scope.row, 'djqx') }}>上移</el-button> | ||
| 158 | // <el-button type='text' disabled={(scope.$index + 1) == vm.form.djlx.length} onClick={() => { vm.moveDown(scope.$index, scope.row, 'djqx') }}>下移</el-button > | ||
| 159 | // </div> | ||
| 160 | // ) | ||
| 161 | // } | ||
| 162 | // } | ||
| 163 | ] | 163 | ] |
| 164 | } | 164 | } |
| 165 | clxxCol () { | 165 | clxxCol () { | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-02 16:52:02 | 4 | * @LastEditTime: 2024-03-07 09:52:35 |
| 5 | --> | 5 | --> |
| 6 | <!-- 批量删除弹框 --> | 6 | <!-- 批量删除弹框 --> |
| 7 | <template> | 7 | <template> |
| ... | @@ -65,7 +65,6 @@ | ... | @@ -65,7 +65,6 @@ |
| 65 | } | 65 | } |
| 66 | }, | 66 | }, |
| 67 | methods: { | 67 | methods: { |
| 68 | // 批量删除确定按钮 | ||
| 69 | /** | 68 | /** |
| 70 | * @description: 批量删除确定按钮 | 69 | * @description: 批量删除确定按钮 |
| 71 | * @author: renchao | 70 | * @author: renchao |
| ... | @@ -74,6 +73,7 @@ | ... | @@ -74,6 +73,7 @@ |
| 74 | var formdata = new FormData(); | 73 | var formdata = new FormData(); |
| 75 | formdata.append("bsmSldyList", this.selectBdcdy); | 74 | formdata.append("bsmSldyList", this.selectBdcdy); |
| 76 | formdata.append("bsmSlsq", this.formData.bsmSlsq); | 75 | formdata.append("bsmSlsq", this.formData.bsmSlsq); |
| 76 | store.dispatch('user/refreshPage', false); | ||
| 77 | deleteSlbdcdy(formdata).then(res => { | 77 | deleteSlbdcdy(formdata).then(res => { |
| 78 | if (res.code == 200) { | 78 | if (res.code == 200) { |
| 79 | this.$popupCacel(); | 79 | this.$popupCacel(); | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: workFrame左侧菜单列表-普通 | 2 | * @Description: workFrame左侧菜单列表-普通 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-01 16:57:55 | 4 | * @LastEditTime: 2024-03-07 09:54:56 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> | 7 | <div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }"> |
| ... | @@ -84,7 +84,7 @@ | ... | @@ -84,7 +84,7 @@ |
| 84 | isRefresh: { | 84 | isRefresh: { |
| 85 | handler (newVal, oldVal) { | 85 | handler (newVal, oldVal) { |
| 86 | if (newVal) { | 86 | if (newVal) { |
| 87 | this.loadBdcdylist(true) | 87 | this.loadBdcdylist() |
| 88 | } | 88 | } |
| 89 | }, | 89 | }, |
| 90 | immediate: true | 90 | immediate: true | ... | ... |
| ... | @@ -384,6 +384,19 @@ | ... | @@ -384,6 +384,19 @@ |
| 384 | @upDateQlrxxList="upDateQlrxxList" | 384 | @upDateQlrxxList="upDateQlrxxList" |
| 385 | :disabled="viewEdit" | 385 | :disabled="viewEdit" |
| 386 | :gyfs="ruleForm.sldy.gyfs" /> | 386 | :gyfs="ruleForm.sldy.gyfs" /> |
| 387 | |||
| 388 | <div v-if="ruleForm.ywrList && ruleForm.ywrList.length > 0 && ruleForm.qlxx.djlx==200"> | ||
| 389 | <div class="slxx_title title-block"> | ||
| 390 | 义务人信息 | ||
| 391 | <div class="triangle"></div> | ||
| 392 | </div> | ||
| 393 | <ywrCommonTable | ||
| 394 | v-if="ruleForm.ywrList" | ||
| 395 | :disabled="viewEdit" | ||
| 396 | :tableData="ruleForm.ywrList" | ||
| 397 | :key="key" | ||
| 398 | @upDateQlrxxList="upDateYwrxxList" /> | ||
| 399 | </div> | ||
| 387 | <div class="slxx_title title-block"> | 400 | <div class="slxx_title title-block"> |
| 388 | 登记原因 | 401 | 登记原因 |
| 389 | <div class="triangle"></div> | 402 | <div class="triangle"></div> |
| ... | @@ -414,6 +427,7 @@ | ... | @@ -414,6 +427,7 @@ |
| 414 | <script> | 427 | <script> |
| 415 | import ywmix from "@/views/ywbl/mixin/index"; | 428 | import ywmix from "@/views/ywbl/mixin/index"; |
| 416 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; | 429 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
| 430 | import ywrCommonTable from "@/views/workflow/components/ywrCommonTable"; | ||
| 417 | import tdytTable from "@/views/workflow/components/tdytTable"; | 431 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| 418 | import { Init, saveData } from "@/api/workflow/fwsyqFlow.js"; | 432 | import { Init, saveData } from "@/api/workflow/fwsyqFlow.js"; |
| 419 | import { mapGetters } from "vuex"; | 433 | import { mapGetters } from "vuex"; |
| ... | @@ -460,7 +474,7 @@ | ... | @@ -460,7 +474,7 @@ |
| 460 | this.isSave = false | 474 | this.isSave = false |
| 461 | }) | 475 | }) |
| 462 | }, | 476 | }, |
| 463 | components: { qlrCommonTable, tdytTable }, | 477 | components: { qlrCommonTable, tdytTable, ywrCommonTable}, |
| 464 | computed: { | 478 | computed: { |
| 465 | ...mapGetters(["dictData", "flag"]), | 479 | ...mapGetters(["dictData", "flag"]), |
| 466 | }, | 480 | }, | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-02-23 16:27:17 | 4 | * @LastEditTime: 2024-03-07 09:13:26 |
| 5 | */ | 5 | */ |
| 6 | import Vue from 'vue' | 6 | import Vue from 'vue' |
| 7 | import { getPrintTemplateByCode, getPrintAcceptance,getPrintReceiveSupplementalMaterials,getPrintRejectForms,getPrintSendBackMaterials,getPrintRiviseForms} from "@/api/print"; | 7 | import { getPrintTemplateByCode, getPrintAcceptance, getPrintReceiveSupplementalMaterials, getPrintRejectForms, getPrintSendBackMaterials, getPrintRiviseForms } from "@/api/print"; |
| 8 | import { uploadUndo } from "@/api/clxx"; | 8 | import { uploadUndo } from "@/api/clxx"; |
| 9 | import { getLodop } from "@/utils/LodopFuncs"; | 9 | import { getLodop } from "@/utils/LodopFuncs"; |
| 10 | import { getNewDate } from '@/utils/util' | 10 | import { getNewDate } from '@/utils/util' |
| ... | @@ -151,7 +151,8 @@ export default { | ... | @@ -151,7 +151,8 @@ export default { |
| 151 | unitData: window.unitData, | 151 | unitData: window.unitData, |
| 152 | bsmSlsq: this.bsmSlsq, | 152 | bsmSlsq: this.bsmSlsq, |
| 153 | showSave: true, | 153 | showSave: true, |
| 154 | djlx: window.djlx | 154 | djlx: window.djlx, |
| 155 | isworkFrame: true | ||
| 155 | }, '85%', true, false) | 156 | }, '85%', true, false) |
| 156 | } else { | 157 | } else { |
| 157 | this.$message.error(res.message) | 158 | this.$message.error(res.message) |
| ... | @@ -259,8 +260,8 @@ export default { | ... | @@ -259,8 +260,8 @@ export default { |
| 259 | }) | 260 | }) |
| 260 | } | 261 | } |
| 261 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 262 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] |
| 262 | infoRes.result.nowyue = this.newDate.slice(5,7) | 263 | infoRes.result.nowyue = this.newDate.slice(5, 7) |
| 263 | infoRes.result.nowri = this.newDate.slice(8,10) | 264 | infoRes.result.nowri = this.newDate.slice(8, 10) |
| 264 | let date = infoRes.result.sqrq | 265 | let date = infoRes.result.sqrq |
| 265 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] | 266 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] |
| 266 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] | 267 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] |
| ... | @@ -285,13 +286,13 @@ export default { | ... | @@ -285,13 +286,13 @@ export default { |
| 285 | } | 286 | } |
| 286 | }) | 287 | }) |
| 287 | break; | 288 | break; |
| 288 | // 补充材料通知书 | 289 | // 补充材料通知书 |
| 289 | case "bccltzs": | 290 | case "bccltzs": |
| 290 | this.$popupDialog("补充材料通知书", "workflow/top/bccltzs/index", | 291 | this.$popupDialog("补充材料通知书", "workflow/top/bccltzs/index", |
| 291 | { bsmSlsq: this.$route.query.bsmSlsq, bsmSldy: this.currentSelectProps.bsmSldy,type:"bccltzs" }, | 292 | { bsmSlsq: this.$route.query.bsmSlsq, bsmSldy: this.currentSelectProps.bsmSldy, type: "bccltzs" }, |
| 292 | '70%', true) | 293 | '70%', true) |
| 293 | break; | 294 | break; |
| 294 | // 补充材料接收凭证 | 295 | // 补充材料接收凭证 |
| 295 | case "bccljspz": | 296 | case "bccljspz": |
| 296 | getPrintTemplateByCode({ tmpno: 'bdcdjbccljspz' }).then(res => { | 297 | getPrintTemplateByCode({ tmpno: 'bdcdjbccljspz' }).then(res => { |
| 297 | if (res.code === 200) { | 298 | if (res.code === 200) { |
| ... | @@ -302,12 +303,12 @@ export default { | ... | @@ -302,12 +303,12 @@ export default { |
| 302 | let key = index + 1 | 303 | let key = index + 1 |
| 303 | this.$set(infoRes.result, "file" + key, it.sjmc) | 304 | this.$set(infoRes.result, "file" + key, it.sjmc) |
| 304 | this.$set(infoRes.result, "file" + key + 'ys', it.ys) | 305 | this.$set(infoRes.result, "file" + key + 'ys', it.ys) |
| 305 | this.$set(infoRes.result, "file" + key + 'lx', it.sjlx==1?"原件":"复印件") | 306 | this.$set(infoRes.result, "file" + key + 'lx', it.sjlx == 1 ? "原件" : "复印件") |
| 306 | }) | 307 | }) |
| 307 | } | 308 | } |
| 308 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 309 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] |
| 309 | infoRes.result.nowyue = this.newDate.slice(5,7) | 310 | infoRes.result.nowyue = this.newDate.slice(5, 7) |
| 310 | infoRes.result.nowri = this.newDate.slice(8,10) | 311 | infoRes.result.nowri = this.newDate.slice(8, 10) |
| 311 | let date = infoRes.result.sqrq | 312 | let date = infoRes.result.sqrq |
| 312 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] | 313 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] |
| 313 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] | 314 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] |
| ... | @@ -333,7 +334,7 @@ export default { | ... | @@ -333,7 +334,7 @@ export default { |
| 333 | }) | 334 | }) |
| 334 | break; | 335 | break; |
| 335 | 336 | ||
| 336 | // 不予登记告知书 | 337 | // 不予登记告知书 |
| 337 | case "bydjgzs": | 338 | case "bydjgzs": |
| 338 | getPrintTemplateByCode({ tmpno: 'bydjgzs' }).then(res => { | 339 | getPrintTemplateByCode({ tmpno: 'bydjgzs' }).then(res => { |
| 339 | if (res.code === 200) { | 340 | if (res.code === 200) { |
| ... | @@ -347,8 +348,8 @@ export default { | ... | @@ -347,8 +348,8 @@ export default { |
| 347 | }) | 348 | }) |
| 348 | } | 349 | } |
| 349 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 350 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] |
| 350 | infoRes.result.nowyue = this.newDate.slice(5,7) | 351 | infoRes.result.nowyue = this.newDate.slice(5, 7) |
| 351 | infoRes.result.nowri = this.newDate.slice(8,10) | 352 | infoRes.result.nowri = this.newDate.slice(8, 10) |
| 352 | let date = infoRes.result.sqrq | 353 | let date = infoRes.result.sqrq |
| 353 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] | 354 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] |
| 354 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] | 355 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] |
| ... | @@ -373,7 +374,7 @@ export default { | ... | @@ -373,7 +374,7 @@ export default { |
| 373 | } | 374 | } |
| 374 | }) | 375 | }) |
| 375 | break; | 376 | break; |
| 376 | // 申请材料退回通知书 | 377 | // 申请材料退回通知书 |
| 377 | case "sqclthtzs": | 378 | case "sqclthtzs": |
| 378 | getPrintTemplateByCode({ tmpno: 'bdcdjsqclthtzs' }).then(res => { | 379 | getPrintTemplateByCode({ tmpno: 'bdcdjsqclthtzs' }).then(res => { |
| 379 | if (res.code === 200) { | 380 | if (res.code === 200) { |
| ... | @@ -387,8 +388,8 @@ export default { | ... | @@ -387,8 +388,8 @@ export default { |
| 387 | }) | 388 | }) |
| 388 | } | 389 | } |
| 389 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 390 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] |
| 390 | infoRes.result.nowyue = this.newDate.slice(5,7) | 391 | infoRes.result.nowyue = this.newDate.slice(5, 7) |
| 391 | infoRes.result.nowri = this.newDate.slice(8,10) | 392 | infoRes.result.nowri = this.newDate.slice(8, 10) |
| 392 | let date = infoRes.result.sqrq | 393 | let date = infoRes.result.sqrq |
| 393 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] | 394 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] |
| 394 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] | 395 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] |
| ... | @@ -413,7 +414,7 @@ export default { | ... | @@ -413,7 +414,7 @@ export default { |
| 413 | } | 414 | } |
| 414 | }) | 415 | }) |
| 415 | break; | 416 | break; |
| 416 | // 不动产更正登记通知书 | 417 | // 不动产更正登记通知书 |
| 417 | case "gzdjtzs": | 418 | case "gzdjtzs": |
| 418 | getPrintTemplateByCode({ tmpno: 'bdcgzdjtzs' }).then(res => { | 419 | getPrintTemplateByCode({ tmpno: 'bdcgzdjtzs' }).then(res => { |
| 419 | if (res.code === 200) { | 420 | if (res.code === 200) { |
| ... | @@ -428,8 +429,8 @@ export default { | ... | @@ -428,8 +429,8 @@ export default { |
| 428 | }) | 429 | }) |
| 429 | } | 430 | } |
| 430 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] | 431 | infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0] |
| 431 | infoRes.result.nowyue = this.newDate.slice(5,7) | 432 | infoRes.result.nowyue = this.newDate.slice(5, 7) |
| 432 | infoRes.result.nowri = this.newDate.slice(8,10) | 433 | infoRes.result.nowri = this.newDate.slice(8, 10) |
| 433 | let date = infoRes.result.sqrq | 434 | let date = infoRes.result.sqrq |
| 434 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] | 435 | infoRes.result.sqnian = date.split(' ')[0].split('-')[0] |
| 435 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] | 436 | infoRes.result.sqyue = date.split(' ')[0].split('-')[1] | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -10,45 +10,37 @@ | ... | @@ -10,45 +10,37 @@ |
| 10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
| 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 12 | <el-row> | 12 | <el-row> |
| 13 | <el-col :span="6"> | 13 | <el-col :span="8"> |
| 14 | <el-form-item label="权利类型"> | 14 | <el-form-item label="业务号"> |
| 15 | <el-select v-model="queryForm.qllx" class="width100" filterable clearable placeholder="请选择权利类型"> | 15 | <el-input placeholder="请输入业务号" v-model="queryForm.ywh" clearable> |
| 16 | <el-option v-for="item in qllxList" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 16 | </el-input> |
| 17 | </el-option> | ||
| 18 | </el-select> | ||
| 19 | </el-form-item> | 17 | </el-form-item> |
| 20 | </el-col> | 18 | </el-col> |
| 21 | <el-col :span="6"> | 19 | <el-col :span="8"> |
| 22 | <el-form-item label="不动产单元号"> | 20 | <el-form-item label="不动产单元号"> |
| 23 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable> | 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable> |
| 24 | </el-input> | 22 | </el-input> |
| 25 | </el-form-item> | 23 | </el-form-item> |
| 26 | </el-col> | 24 | </el-col> |
| 27 | <el-col :span="6"> | 25 | <el-col :span="8"> |
| 28 | <el-form-item label="业务号"> | ||
| 29 | <el-input placeholder="请输入业务号" v-model="queryForm.ywh" clearable> | ||
| 30 | </el-input> | ||
| 31 | </el-form-item> | ||
| 32 | </el-col> | ||
| 33 | <el-col :span="6"> | ||
| 34 | <el-form-item label="不动产权证号"> | 26 | <el-form-item label="不动产权证号"> |
| 35 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable> | 27 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable> |
| 36 | </el-input> | 28 | </el-input> |
| 37 | </el-form-item> | 29 | </el-form-item> |
| 38 | </el-col> | 30 | </el-col> |
| 39 | <el-col :span="6"> | 31 | <el-col :span="8"> |
| 40 | <el-form-item label="权利人"> | 32 | <el-form-item label="权利人"> |
| 41 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | 33 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> |
| 42 | </el-input> | 34 | </el-input> |
| 43 | </el-form-item> | 35 | </el-form-item> |
| 44 | </el-col> | 36 | </el-col> |
| 45 | <el-col :span="6"> | 37 | <el-col :span="8"> |
| 46 | <el-form-item label="证件号"> | 38 | <el-form-item label="证件号"> |
| 47 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | 39 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> |
| 48 | </el-input> | 40 | </el-input> |
| 49 | </el-form-item> | 41 | </el-form-item> |
| 50 | </el-col> | 42 | </el-col> |
| 51 | <el-col :span="12" class="btnColRight"> | 43 | <el-col :span="8" class="btnColRight"> |
| 52 | <el-form-item> | 44 | <el-form-item> |
| 53 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 54 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | ... | ... |
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 11 | <el-row style="margin-bottom:10px"> | 11 | <el-row style="margin-bottom:10px"> |
| 12 | <el-col :span="6"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="不动产单元号"> | 13 | <el-form-item label="不动产单元号"> |
| 14 | <el-input | 14 | <el-input |
| 15 | placeholder="请输入不动产单元号" | 15 | placeholder="请输入不动产单元号" |
| ... | @@ -19,38 +19,32 @@ | ... | @@ -19,38 +19,32 @@ |
| 19 | class="width100"></el-input> | 19 | class="width100"></el-input> |
| 20 | </el-form-item> | 20 | </el-form-item> |
| 21 | </el-col> | 21 | </el-col> |
| 22 | <el-col :span="6"> | 22 | <el-col :span="8"> |
| 23 | <el-form-item label="查封机关"> | 23 | <el-form-item label="查封机关"> |
| 24 | <el-input placeholder="请输入查封机关" v-model="queryForm.cfjg" clearable class="width100"></el-input> | 24 | <el-input placeholder="支持模糊查询" v-model="queryForm.cfjg" clearable class="width100"></el-input> |
| 25 | </el-form-item> | 25 | </el-form-item> |
| 26 | </el-col> | 26 | </el-col> |
| 27 | <el-col :span="6"> | 27 | <el-col :span="8"> |
| 28 | <el-form-item label="查封文号"> | 28 | <el-form-item label="查封文号"> |
| 29 | <el-input | 29 | <el-input |
| 30 | placeholder="请输入查封文号" | 30 | placeholder="支持模糊查询" |
| 31 | v-model="queryForm.cfwh" | 31 | v-model="queryForm.cfwh" |
| 32 | clearable | 32 | clearable |
| 33 | class="width100"></el-input> | 33 | class="width100"></el-input> |
| 34 | </el-form-item> | 34 | </el-form-item> |
| 35 | </el-col> | 35 | </el-col> |
| 36 | <el-col :span="6"> | 36 | <el-col :span="8"> |
| 37 | <el-form-item label="坐落"> | 37 | <el-form-item label="业务号"> |
| 38 | <el-input placeholder="请输入坐落" v-model="queryForm.zl" clearable class="width100"></el-input> | 38 | <el-input placeholder="请输入业务号" v-model="queryForm.ywh" clearable> |
| 39 | </el-form-item> | ||
| 40 | </el-col> | ||
| 41 | <el-col :span="6"> | ||
| 42 | <el-form-item label="权利人"> | ||
| 43 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | ||
| 44 | </el-input> | 39 | </el-input> |
| 45 | </el-form-item> | 40 | </el-form-item> |
| 46 | </el-col> | 41 | </el-col> |
| 47 | <el-col :span="6"> | 42 | <el-col :span="8"> |
| 48 | <el-form-item label="证件号"> | 43 | <el-form-item label="坐落"> |
| 49 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | 44 | <el-input placeholder="支持模糊查询" v-model="queryForm.zl" clearable class="width100"></el-input> |
| 50 | </el-input> | ||
| 51 | </el-form-item> | 45 | </el-form-item> |
| 52 | </el-col> | 46 | </el-col> |
| 53 | <el-col :span="12" class="btnColRight"> | 47 | <el-col :span="8" class="btnColRight"> |
| 54 | <el-form-item> | 48 | <el-form-item> |
| 55 | <el-button type="primary" @click="queryClick">查询</el-button> | 49 | <el-button type="primary" @click="queryClick">查询</el-button> |
| 56 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 50 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
| ... | @@ -85,7 +79,7 @@ | ... | @@ -85,7 +79,7 @@ |
| 85 | //查封登记 | 79 | //查封登记 |
| 86 | import store from "@/store/index.js"; | 80 | import store from "@/store/index.js"; |
| 87 | import ywsqTable from "@/utils/mixin/ywsqTable"; | 81 | import ywsqTable from "@/utils/mixin/ywsqTable"; |
| 88 | import jump from "../components/mixin/jump"; | 82 | import jump from "./mixin/jump"; |
| 89 | import { ywPopupDialog } from "@/utils/popup.js"; | 83 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 90 | import { datas, sendThis } from "../javascript/cfdj.js"; | 84 | import { datas, sendThis } from "../javascript/cfdj.js"; |
| 91 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 85 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | ... | ... |
| ... | @@ -9,46 +9,38 @@ | ... | @@ -9,46 +9,38 @@ |
| 9 | <!-- 表单部分 --> | 9 | <!-- 表单部分 --> |
| 10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
| 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 12 | <el-row> | 12 | <el-row> |
| 13 | <el-col :span="6"> | 13 | <el-col :span="8"> |
| 14 | <el-form-item label="权利类型"> | ||
| 15 | <el-select v-model="queryForm.qllx" filterable clearable placeholder="请选择权利类型" class="width100"> | ||
| 16 | <el-option v-for="item in qllxs" :key="item.value" :label="item.label" :value="item.value"> | ||
| 17 | </el-option> | ||
| 18 | </el-select> | ||
| 19 | </el-form-item> | ||
| 20 | </el-col> | ||
| 21 | <el-col :span="6"> | ||
| 22 | <el-form-item label="不动产单元号"> | 14 | <el-form-item label="不动产单元号"> |
| 23 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable> | 15 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable> |
| 24 | </el-input> | 16 | </el-input> |
| 25 | </el-form-item> | 17 | </el-form-item> |
| 26 | </el-col> | 18 | </el-col> |
| 27 | <el-col :span="6"> | 19 | <el-col :span="8"> |
| 28 | <el-form-item label="业务号"> | 20 | <el-form-item label="不动产权证号"> |
| 29 | <el-input placeholder="请输入业务号" v-model="queryForm.ywh" clearable> | 21 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 30 | </el-input> | 22 | </el-input> |
| 31 | </el-form-item> | 23 | </el-form-item> |
| 32 | </el-col> | 24 | </el-col> |
| 33 | <el-col :span="6"> | 25 | <el-col :span="8"> |
| 34 | <el-form-item label="不动产权证号"> | 26 | <el-form-item label="坐落"> |
| 35 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable> | 27 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 36 | </el-input> | 28 | </el-input> |
| 37 | </el-form-item> | 29 | </el-form-item> |
| 38 | </el-col> | 30 | </el-col> |
| 39 | <el-col :span="6"> | 31 | <el-col :span="8"> |
| 40 | <el-form-item label="权利人"> | 32 | <el-form-item label="权利人"> |
| 41 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable> | 33 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable> |
| 42 | </el-input> | 34 | </el-input> |
| 43 | </el-form-item> | 35 | </el-form-item> |
| 44 | </el-col> | 36 | </el-col> |
| 45 | <el-col :span="6"> | 37 | <el-col :span="8"> |
| 46 | <el-form-item label="证件号"> | 38 | <el-form-item label="证件号"> |
| 47 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable> | 39 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable> |
| 48 | </el-input> | 40 | </el-input> |
| 49 | </el-form-item> | 41 | </el-form-item> |
| 50 | </el-col> | 42 | </el-col> |
| 51 | <el-col :span="12" class="btnColRight"> | 43 | <el-col :span="8" class="btnColRight"> |
| 52 | <el-form-item> | 44 | <el-form-item> |
| 53 | <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch" :loading="loading">查询</el-button> |
| 54 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
| ... | @@ -75,7 +67,7 @@ | ... | @@ -75,7 +67,7 @@ |
| 75 | <script> | 67 | <script> |
| 76 | import store from '@/store/index.js' | 68 | import store from '@/store/index.js' |
| 77 | import ywsqTable from "@/utils/mixin/ywsqTable"; | 69 | import ywsqTable from "@/utils/mixin/ywsqTable"; |
| 78 | import jump from "../components/mixin/jump"; | 70 | import jump from "./mixin/jump"; |
| 79 | import { ywPopupDialog } from "@/utils/popup.js"; | 71 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 80 | import { datas, sendThis } from "../javascript/diyaq.js"; | 72 | import { datas, sendThis } from "../javascript/diyaq.js"; |
| 81 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 73 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | ... | ... |
| ... | @@ -9,13 +9,13 @@ | ... | @@ -9,13 +9,13 @@ |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 11 | <el-row> | 11 | <el-row> |
| 12 | <el-col :span="6"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="不动产权证号"> | 13 | <el-form-item label="不动产权证号"> |
| 14 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 14 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 15 | </el-input> | 15 | </el-input> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="6"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产单元号"> | 19 | <el-form-item label="不动产单元号"> |
| 20 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 20 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 21 | </el-input> | 21 | </el-input> |
| ... | @@ -23,11 +23,23 @@ | ... | @@ -23,11 +23,23 @@ |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="8"> | 24 | <el-col :span="8"> |
| 25 | <el-form-item label="坐落" label-width="60px"> | 25 | <el-form-item label="坐落" label-width="60px"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | ||
| 28 | </el-form-item> | ||
| 29 | </el-col> | ||
| 30 | <el-col :span="8"> | ||
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | <el-col :span="8"> | ||
| 37 | <el-form-item label="证件号"> | ||
| 38 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable> | ||
| 27 | </el-input> | 39 | </el-input> |
| 28 | </el-form-item> | 40 | </el-form-item> |
| 29 | </el-col> | 41 | </el-col> |
| 30 | <el-col :span="4" class="btnColRight"> | 42 | <el-col :span="8" class="btnColRight"> |
| 31 | <el-form-item> | 43 | <el-form-item> |
| 32 | <el-button type="primary" @click="handleSearch">查询</el-button> | 44 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 33 | </el-form-item> | 45 | </el-form-item> | ... | ... |
| ... | @@ -9,25 +9,37 @@ | ... | @@ -9,25 +9,37 @@ |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 11 | <el-row> | 11 | <el-row> |
| 12 | <el-col :span="7"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="不动产权证号"> | 13 | <el-form-item label="不动产权证号"> |
| 14 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 14 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 15 | </el-input> | 15 | </el-input> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="7"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产单元号"> | 19 | <el-form-item label="不动产单元号"> |
| 20 | <el-input placeholder="请输入不动产单元号" v-model="queryForm.bdcdyh" clearable maxlength="28" class="width100"> | 20 | <el-input placeholder="请输入不动产单元号" v-model="queryForm.bdcdyh" clearable maxlength="28" class="width100"> |
| 21 | </el-input> | 21 | </el-input> |
| 22 | </el-form-item> | 22 | </el-form-item> |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="6"> | 24 | <el-col :span="8"> |
| 25 | <el-form-item label="坐落" label-width="60px"> | 25 | <el-form-item label="坐落" label-width="60px"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | 27 | </el-input> |
| 28 | </el-form-item> | 28 | </el-form-item> |
| 29 | </el-col> | 29 | </el-col> |
| 30 | <el-col :span="4" class="btnColRight"> | 30 | <el-col :span="8"> |
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | <el-col :span="8"> | ||
| 37 | <el-form-item label="证件号"> | ||
| 38 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable> | ||
| 39 | </el-input> | ||
| 40 | </el-form-item> | ||
| 41 | </el-col> | ||
| 42 | <el-col :span="8" class="btnColRight"> | ||
| 31 | <el-form-item> | 43 | <el-form-item> |
| 32 | <el-button type="primary" @click="handleSearch">查询</el-button> | 44 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 33 | </el-form-item> | 45 | </el-form-item> | ... | ... |
| ... | @@ -10,37 +10,37 @@ | ... | @@ -10,37 +10,37 @@ |
| 10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
| 11 | <el-form :model="queryForm" ref="queryForm" label-width="105px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="105px"> |
| 12 | <el-row> | 12 | <el-row> |
| 13 | <el-col :span="6"> | 13 | <el-col :span="8"> |
| 14 | <el-form-item label="不动产权证号"> | 14 | <el-form-item label="不动产权证号"> |
| 15 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 15 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 16 | </el-input> | 16 | </el-input> |
| 17 | </el-form-item> | 17 | </el-form-item> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :span="6"> | 19 | <el-col :span="8"> |
| 20 | <el-form-item label="不动产单元号"> | 20 | <el-form-item label="不动产单元号"> |
| 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 22 | </el-input> | 22 | </el-input> |
| 23 | </el-form-item> | 23 | </el-form-item> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | <el-col :span="6"> | 25 | <el-col :span="8"> |
| 26 | <el-form-item label="坐落" label-width="60px"> | 26 | <el-form-item label="坐落" label-width="60px"> |
| 27 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 27 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 28 | </el-input> | 28 | </el-input> |
| 29 | </el-form-item> | 29 | </el-form-item> |
| 30 | </el-col> | 30 | </el-col> |
| 31 | <el-col :span="6"> | 31 | <el-col :span="8"> |
| 32 | <el-form-item label="权利人"> | 32 | <el-form-item label="权利人"> |
| 33 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable> | 33 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable> |
| 34 | </el-input> | 34 | </el-input> |
| 35 | </el-form-item> | 35 | </el-form-item> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | <el-col :span="6"> | 37 | <el-col :span="8"> |
| 38 | <el-form-item label="证件号"> | 38 | <el-form-item label="证件号"> |
| 39 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable> | 39 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable> |
| 40 | </el-input> | 40 | </el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="18" class="btnColRight"> | 43 | <el-col :span="8" class="btnColRight"> |
| 44 | <el-form-item> | 44 | <el-form-item> |
| 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | ... | ... |
| ... | @@ -9,38 +9,26 @@ | ... | @@ -9,38 +9,26 @@ |
| 9 | <!-- 表单部分 --> | 9 | <!-- 表单部分 --> |
| 10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
| 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 12 | <el-row> | 12 | <el-row> |
| 13 | <!-- <el-col :span="6"> | 13 | <el-col :span="6"> |
| 14 | <el-form-item label="不动产权证号"> | 14 | <el-form-item label="项目名称"> |
| 15 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 15 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.xmmc" clearable class="width100"> |
| 16 | </el-input> | 16 | </el-input> |
| 17 | </el-form-item> | 17 | </el-form-item> |
| 18 | </el-col> --> | 18 | </el-col> |
| 19 | <el-col :span="6"> | 19 | <el-col :span="6"> |
| 20 | <el-form-item label="不动产单元号"> | 20 | <el-form-item label="不动产单元号"> |
| 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 22 | </el-input> | 22 | </el-input> |
| 23 | </el-form-item> | 23 | </el-form-item> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | <el-col :span="6"> | 25 | <el-col :span="8"> |
| 26 | <el-form-item label="坐落" label-width="60px"> | 26 | <el-form-item label="坐落"> |
| 27 | <el-input placeholder="坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 27 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 28 | </el-input> | ||
| 29 | </el-form-item> | ||
| 30 | </el-col> | ||
| 31 | <el-col :span="6"> | ||
| 32 | <el-form-item label="权利人" label-width="60px"> | ||
| 33 | <el-input placeholder="权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | ||
| 34 | </el-input> | ||
| 35 | </el-form-item> | ||
| 36 | </el-col> | ||
| 37 | <el-col :span="6"> | ||
| 38 | <el-form-item label="证件号" label-width="60px"> | ||
| 39 | <el-input placeholder="权利人" v-model.trim="queryForm.zjh" clearable class="width100"> | ||
| 40 | </el-input> | 28 | </el-input> |
| 41 | </el-form-item> | 29 | </el-form-item> |
| 42 | </el-col> | 30 | </el-col> |
| 43 | <el-col :span="24" class="btnColRight"> | 31 | <el-col :span="4" class="btnColRight"> |
| 44 | <el-form-item> | 32 | <el-form-item> |
| 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | 33 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 34 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
| ... | @@ -71,7 +59,7 @@ | ... | @@ -71,7 +59,7 @@ |
| 71 | import { ywPopupDialog } from "@/utils/popup.js"; | 59 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 72 | import { datas, sendThis } from "../javascript/selectH.js"; | 60 | import { datas, sendThis } from "../javascript/selectH.js"; |
| 73 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 61 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
| 74 | // import { selectHQjdc } from "@/api/ywsq.js"; | 62 | import { selectHQjdc } from "@/api/ywsq.js"; |
| 75 | import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; | 63 | import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; |
| 76 | export default { | 64 | export default { |
| 77 | mixins: [ywsqTable, jump], | 65 | mixins: [ywsqTable, jump], |
| ... | @@ -123,16 +111,16 @@ | ... | @@ -123,16 +111,16 @@ |
| 123 | * @author: renchao | 111 | * @author: renchao |
| 124 | */ | 112 | */ |
| 125 | queryClick () { | 113 | queryClick () { |
| 126 | // this.$startLoading(); | 114 | this.$startLoading(); |
| 127 | // this.queryForm.sqywbm = this.sqywInfo.djywbm; | 115 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
| 128 | // selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { | 116 | selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { |
| 129 | // this.$endLoading(); | 117 | this.$endLoading(); |
| 130 | // if (res.code === 200) { | 118 | if (res.code === 200) { |
| 131 | // let { total, records } = res.result; | 119 | let { total, records } = res.result; |
| 132 | // this.tableData.total = total; | 120 | this.tableData.total = total; |
| 133 | // this.tableData.data = records; | 121 | this.tableData.data = records; |
| 134 | // } | 122 | } |
| 135 | // }); | 123 | }); |
| 136 | }, | 124 | }, |
| 137 | /** | 125 | /** |
| 138 | * @description: submitForm | 126 | * @description: submitForm | ... | ... |
| ... | @@ -17,13 +17,13 @@ | ... | @@ -17,13 +17,13 @@ |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="8"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产权证号"> | 19 | <el-form-item label="不动产权证号"> |
| 20 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 20 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 21 | </el-input> | 21 | </el-input> |
| 22 | </el-form-item> | 22 | </el-form-item> |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="8"> | 24 | <el-col :span="8"> |
| 25 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | 27 | </el-input> |
| 28 | </el-form-item> | 28 | </el-form-item> |
| 29 | </el-col> | 29 | </el-col> | ... | ... |
| ... | @@ -15,9 +15,15 @@ | ... | @@ -15,9 +15,15 @@ |
| 15 | </el-input> | 15 | </el-input> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="10"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产权证号"> | 19 | <el-form-item label="不动产权证号"> |
| 20 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 20 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 21 | </el-input> | ||
| 22 | </el-form-item> | ||
| 23 | </el-col> | ||
| 24 | <el-col :span="8"> | ||
| 25 | <el-form-item label="坐落"> | ||
| 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> | ||
| 21 | </el-input> | 27 | </el-input> |
| 22 | </el-form-item> | 28 | </el-form-item> |
| 23 | </el-col> | 29 | </el-col> |
| ... | @@ -29,13 +35,13 @@ | ... | @@ -29,13 +35,13 @@ |
| 29 | </el-input> | 35 | </el-input> |
| 30 | </el-form-item> | 36 | </el-form-item> |
| 31 | </el-col> | 37 | </el-col> |
| 32 | <el-col :span="10"> | 38 | <el-col :span="8"> |
| 33 | <el-form-item label="坐落"> | 39 | <el-form-item label="证件号码"> |
| 34 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 40 | <el-input placeholder="请输入证件号码" v-model="queryForm.zjh" clearable class="width100"> |
| 35 | </el-input> | 41 | </el-input> |
| 36 | </el-form-item> | 42 | </el-form-item> |
| 37 | </el-col> | 43 | </el-col> |
| 38 | <el-col :span="6" class="btnColRight"> | 44 | <el-col :span="8" class="btnColRight"> |
| 39 | <el-form-item> | 45 | <el-form-item> |
| 40 | <el-button type="primary" @click="handleSearch">查询</el-button> | 46 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 41 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 47 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | ... | ... |
| ... | @@ -8,26 +8,38 @@ | ... | @@ -8,26 +8,38 @@ |
| 8 | <!-- 表单部分 林权转移变更注销 --> | 8 | <!-- 表单部分 林权转移变更注销 --> |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm"> | 10 | <el-form :model="queryForm" ref="queryForm"> |
| 11 | <el-row :gutter="20"> | 11 | <el-row :gutter="20"> |
| 12 | <el-col :span="6"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="宗地代码"> | 13 | <el-form-item label="不动产单元号"> |
| 14 | <el-input placeholder="请输入宗地代码" maxlength="19" v-model="queryForm.zddm" clearable class="width100"> | 14 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 15 | </el-input> | 15 | </el-input> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="6"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产单元号"> | 19 | <el-form-item label="不动产权证号"> |
| 20 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 20 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 21 | </el-input> | 21 | </el-input> |
| 22 | </el-form-item> | 22 | </el-form-item> |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="6"> | 24 | <el-col :span="8"> |
| 25 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | ||
| 28 | </el-form-item> | ||
| 29 | </el-col> | ||
| 30 | <el-col :span="8"> | ||
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable class="width100"> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | <el-col :span="8"> | ||
| 37 | <el-form-item label="证件号码"> | ||
| 38 | <el-input placeholder="请输入证件号码" v-model="queryForm.zjh" clearable class="width100"> | ||
| 27 | </el-input> | 39 | </el-input> |
| 28 | </el-form-item> | 40 | </el-form-item> |
| 29 | </el-col> | 41 | </el-col> |
| 30 | <el-col :span="6" class="btnColRight"> | 42 | <el-col :span="8" class="btnColRight"> |
| 31 | <el-form-item> | 43 | <el-form-item> |
| 32 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> | 44 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> |
| 33 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | ... | ... |
| ... | @@ -23,23 +23,11 @@ | ... | @@ -23,23 +23,11 @@ |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="6"> | 24 | <el-col :span="6"> |
| 25 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | 27 | </el-input> |
| 28 | </el-form-item> | 28 | </el-form-item> |
| 29 | </el-col> | 29 | </el-col> |
| 30 | <el-col :span="6"> | 30 | <el-col :span="6" class="btnColRight"> |
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | <el-col :span="6"> | ||
| 37 | <el-form-item label="证件号"> | ||
| 38 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | ||
| 39 | </el-input> | ||
| 40 | </el-form-item> | ||
| 41 | </el-col> | ||
| 42 | <el-col :span="18" class="btnColRight"> | ||
| 43 | <el-form-item> | 31 | <el-form-item> |
| 44 | <el-button type="primary" @click="handleSearch">查询</el-button> | 32 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 45 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 33 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | ... | ... |
| ... | @@ -26,9 +26,8 @@ | ... | @@ -26,9 +26,8 @@ |
| 26 | </el-form-item> | 26 | </el-form-item> |
| 27 | </el-col> | 27 | </el-col> |
| 28 | <el-col :span="6"> | 28 | <el-col :span="6"> |
| 29 | <el-form-item label="土地坐落"> | 29 | <el-form-item label="项目名称" label-width="90px"> |
| 30 | <el-input placeholder="请输入土地坐落" v-model="queryzrzForm.zl" clearable> | 30 | <el-input placeholder="请输入项目名称" v-model="queryzrzForm.xmmc"></el-input> |
| 31 | </el-input> | ||
| 32 | </el-form-item> | 31 | </el-form-item> |
| 33 | </el-col> | 32 | </el-col> |
| 34 | <el-col :span="6"> | 33 | <el-col :span="6"> |
| ... | @@ -38,32 +37,20 @@ | ... | @@ -38,32 +37,20 @@ |
| 38 | </el-form-item> | 37 | </el-form-item> |
| 39 | </el-col> | 38 | </el-col> |
| 40 | </el-row> | 39 | </el-row> |
| 41 | <el-row> | 40 | <el-row> |
| 42 | <el-col :span="6"> | ||
| 43 | <el-form-item label="项目名称" label-width="90px"> | ||
| 44 | <el-input placeholder="请输入项目名称" v-model="queryzrzForm.xmmc"></el-input> | ||
| 45 | </el-form-item> | ||
| 46 | </el-col> | ||
| 47 | <el-col :span="6"> | 41 | <el-col :span="6"> |
| 48 | <el-form-item label="建筑物名称"> | 42 | <el-form-item label="建筑物名称"> |
| 49 | <el-input placeholder="请输入建筑物名称" v-model="queryzrzForm.jzwmc" clearable> | 43 | <el-input placeholder="请输入建筑物名称" v-model="queryzrzForm.jzwmc" clearable> |
| 50 | </el-input> | 44 | </el-input> |
| 51 | </el-form-item> | 45 | </el-form-item> |
| 52 | </el-col> | 46 | </el-col> |
| 53 | |||
| 54 | <el-col :span="6"> | ||
| 55 | <el-form-item label="权利人"> | ||
| 56 | <el-input placeholder="请输入权利人" v-model="queryzrzForm.qlr" clearable> | ||
| 57 | </el-input> | ||
| 58 | </el-form-item> | ||
| 59 | </el-col> | ||
| 60 | <el-col :span="6"> | 47 | <el-col :span="6"> |
| 61 | <el-form-item label="证件号"> | 48 | <el-form-item label="房屋坐落"> |
| 62 | <el-input placeholder="请输入证件号" v-model="queryzrzForm.zjh" clearable> | 49 | <el-input placeholder="请输入房屋坐落" v-model="queryzrzForm.zl" clearable> |
| 63 | </el-input> | 50 | </el-input> |
| 64 | </el-form-item> | 51 | </el-form-item> |
| 65 | </el-col> | 52 | </el-col> |
| 66 | <el-col :span="24" class="btnColRight"> | 53 | <el-col :span="12" class="btnColRight"> |
| 67 | <el-form-item> | 54 | <el-form-item> |
| 68 | <el-button type="primary" @click="handleSearch">查询</el-button> | 55 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 69 | <el-button type="primary" @click="resetFormZrz(true)">重置</el-button> | 56 | <el-button type="primary" @click="resetFormZrz(true)">重置</el-button> |
| ... | @@ -96,24 +83,12 @@ | ... | @@ -96,24 +83,12 @@ |
| 96 | </el-form-item> | 83 | </el-form-item> |
| 97 | </el-col> | 84 | </el-col> |
| 98 | <el-col :span="6"> | 85 | <el-col :span="6"> |
| 99 | <el-form-item label="坐落"> | 86 | <el-form-item label="多幢坐落"> |
| 100 | <el-input placeholder="请输入土地坐落" v-model="querydzForm.zl" clearable> | 87 | <el-input placeholder="请输入多幢坐落" v-model="querydzForm.zl" clearable> |
| 101 | </el-input> | ||
| 102 | </el-form-item> | ||
| 103 | </el-col> | ||
| 104 | <el-col :span="6"> | ||
| 105 | <el-form-item label="权利人"> | ||
| 106 | <el-input placeholder="请输入权利人" v-model="querydzForm.qlr" clearable> | ||
| 107 | </el-input> | ||
| 108 | </el-form-item> | ||
| 109 | </el-col> | ||
| 110 | <el-col :span="6"> | ||
| 111 | <el-form-item label="证件号"> | ||
| 112 | <el-input placeholder="请输入证件号" v-model="querydzForm.zjh" clearable> | ||
| 113 | </el-input> | 88 | </el-input> |
| 114 | </el-form-item> | 89 | </el-form-item> |
| 115 | </el-col> | 90 | </el-col> |
| 116 | <el-col :span="24" class="btnColRight"> | 91 | <el-col :span="12" class="btnColRight"> |
| 117 | <el-form-item> | 92 | <el-form-item> |
| 118 | <el-button type="primary" @click="handleSearch">查询</el-button> | 93 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 119 | <el-button type="primary" @click="resetFormDz(true)">重置</el-button> | 94 | <el-button type="primary" @click="resetFormDz(true)">重置</el-button> | ... | ... |
| ... | @@ -23,25 +23,11 @@ | ... | @@ -23,25 +23,11 @@ |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="6"> | 24 | <el-col :span="6"> |
| 25 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | 27 | </el-input> |
| 28 | </el-form-item> | 28 | </el-form-item> |
| 29 | </el-col> | 29 | </el-col> |
| 30 | <el-col :span="6"> | 30 | <el-col :span="6" class="btnColRight"> |
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | </el-row> | ||
| 37 | <el-row :gutter="20"> | ||
| 38 | <el-col :span="6"> | ||
| 39 | <el-form-item label="证件号" label-width="80px"> | ||
| 40 | <el-input placeholder="请输入证件号" v-model="queryForm.zjh" clearable class="width100"> | ||
| 41 | </el-input> | ||
| 42 | </el-form-item> | ||
| 43 | </el-col> | ||
| 44 | <el-col :span="18" class="btnColRight"> | ||
| 45 | <el-form-item> | 31 | <el-form-item> |
| 46 | <el-button type="primary" @click="handleSearch">查询</el-button> | 32 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 47 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 33 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | ... | ... |
| ... | @@ -9,25 +9,37 @@ | ... | @@ -9,25 +9,37 @@ |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm"> | 10 | <el-form :model="queryForm" ref="queryForm"> |
| 11 | <el-row :gutter="20"> | 11 | <el-row :gutter="20"> |
| 12 | <el-col :span="6"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="宗地代码"> | 13 | <el-form-item label="不动产单元号"> |
| 14 | <el-input placeholder="请输入宗地代码" maxlength="19" v-model="queryForm.zddm" clearable class="width100"> | 14 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 15 | </el-input> | 15 | </el-input> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="6"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产单元号"> | 19 | <el-form-item label="不动产权证号"> |
| 20 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 20 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 21 | </el-input> | 21 | </el-input> |
| 22 | </el-form-item> | 22 | </el-form-item> |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="6"> | 24 | <el-col :span="8"> |
| 25 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | ||
| 28 | </el-form-item> | ||
| 29 | </el-col> | ||
| 30 | <el-col :span="8"> | ||
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model="queryForm.qlr" clearable class="width100"> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | <el-col :span="8"> | ||
| 37 | <el-form-item label="证件号码"> | ||
| 38 | <el-input placeholder="请输入证件号码" v-model="queryForm.zjh" clearable class="width100"> | ||
| 27 | </el-input> | 39 | </el-input> |
| 28 | </el-form-item> | 40 | </el-form-item> |
| 29 | </el-col> | 41 | </el-col> |
| 30 | <el-col :span="6" class="btnColRight"> | 42 | <el-col :span="8" class="btnColRight"> |
| 31 | <el-form-item> | 43 | <el-form-item> |
| 32 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> | 44 | <!-- <el-button type="primary" @click="resetForm(true)">重置</el-button> --> |
| 33 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | ... | ... |
| ... | @@ -23,23 +23,11 @@ | ... | @@ -23,23 +23,11 @@ |
| 23 | </el-col> | 23 | </el-col> |
| 24 | <el-col :span="6"> | 24 | <el-col :span="6"> |
| 25 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 26 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 27 | </el-input> | 27 | </el-input> |
| 28 | </el-form-item> | 28 | </el-form-item> |
| 29 | </el-col> | 29 | </el-col> |
| 30 | <el-col :span="6"> | 30 | <el-col :span="6" class="btnColRight"> |
| 31 | <el-form-item label="权利人"> | ||
| 32 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | ||
| 33 | </el-input> | ||
| 34 | </el-form-item> | ||
| 35 | </el-col> | ||
| 36 | <el-col :span="6"> | ||
| 37 | <el-form-item label="证件号"> | ||
| 38 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | ||
| 39 | </el-input> | ||
| 40 | </el-form-item> | ||
| 41 | </el-col> | ||
| 42 | <el-col :span="18" class="btnColRight"> | ||
| 43 | <el-form-item> | 31 | <el-form-item> |
| 44 | <el-button type="primary" @click="handleSearch">查询</el-button> | 32 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 45 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 33 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | ... | ... |
| ... | @@ -17,14 +17,13 @@ | ... | @@ -17,14 +17,13 @@ |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="8"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产权证号"> | 19 | <el-form-item label="不动产权证号"> |
| 20 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 20 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 21 | </el-input> | 21 | </el-input> |
| 22 | </el-form-item> | 22 | </el-form-item> |
| 23 | </el-col> | 23 | </el-col> |
| 24 | |||
| 25 | <el-col :span="8"> | 24 | <el-col :span="8"> |
| 26 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 27 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 28 | </el-input> | 27 | </el-input> |
| 29 | </el-form-item> | 28 | </el-form-item> |
| 30 | </el-col> | 29 | </el-col> | ... | ... |
| ... | @@ -54,11 +54,11 @@ | ... | @@ -54,11 +54,11 @@ |
| 54 | <script> | 54 | <script> |
| 55 | import store from '@/store/index.js' | 55 | import store from '@/store/index.js' |
| 56 | import { ywPopupDialog } from "@/utils/popup.js"; | 56 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 57 | import { datas, sendThis } from "../javascript/selectYgdj200.js"; | 57 | import { datas, sendThis } from "../javascript/selectYgmmdj.js"; |
| 58 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 58 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
| 59 | import ywsqTable from "@/utils/mixin/ywsqTable"; | 59 | import ywsqTable from "@/utils/mixin/ywsqTable"; |
| 60 | import jump from "./mixin/jump"; | 60 | import jump from "./mixin/jump"; |
| 61 | import { selectYgdj200 } from "@/api/ywsq.js"; | 61 | import { selectYgmmdj } from "@/api/ywsq.js"; |
| 62 | import { startTogetherFlow, againAddSldy } from "@/api/workFlow.js"; | 62 | import { startTogetherFlow, againAddSldy } from "@/api/workFlow.js"; |
| 63 | export default { | 63 | export default { |
| 64 | mixins: [ywsqTable, jump], | 64 | mixins: [ywsqTable, jump], |
| ... | @@ -89,7 +89,7 @@ | ... | @@ -89,7 +89,7 @@ |
| 89 | queryClick () { | 89 | queryClick () { |
| 90 | this.$startLoading(); | 90 | this.$startLoading(); |
| 91 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 91 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
| 92 | selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => { | 92 | selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => { |
| 93 | this.$endLoading(); | 93 | this.$endLoading(); |
| 94 | if (res.code === 200) { | 94 | if (res.code === 200) { |
| 95 | let { total, records } = res.result; | 95 | let { total, records } = res.result; |
| ... | @@ -232,4 +232,4 @@ | ... | @@ -232,4 +232,4 @@ |
| 232 | <style scoped lang="scss"> | 232 | <style scoped lang="scss"> |
| 233 | @import "~@/styles/mixin.scss"; | 233 | @import "~@/styles/mixin.scss"; |
| 234 | @import "~@/styles/public.scss"; | 234 | @import "~@/styles/public.scss"; |
| 235 | </style> | 235 | </style>../javascript/selectYgmmdj.js | ... | ... |
| ... | @@ -168,7 +168,7 @@ | ... | @@ -168,7 +168,7 @@ |
| 168 | @current-change="handleCurrentChange"></el-pagination> | 168 | @current-change="handleCurrentChange"></el-pagination> |
| 169 | </div> | 169 | </div> |
| 170 | <div class="from-clues-content loadingtext"> | 170 | <div class="from-clues-content loadingtext"> |
| 171 | 预告抵押信息 | 171 | 预告抵押登记信息 |
| 172 | <lb-table ref="table" :pagination="false" :calcHeight="500" :column="tableData.columns" | 172 | <lb-table ref="table" :pagination="false" :calcHeight="500" :column="tableData.columns" |
| 173 | :data="tableData.dataList"> | 173 | :data="tableData.dataList"> |
| 174 | </lb-table> | 174 | </lb-table> |
| ... | @@ -185,9 +185,9 @@ | ... | @@ -185,9 +185,9 @@ |
| 185 | import store from '@/store/index.js' | 185 | import store from '@/store/index.js' |
| 186 | import ywsqTable from "@/utils/mixin/ywsqTable"; | 186 | import ywsqTable from "@/utils/mixin/ywsqTable"; |
| 187 | import { ywPopupDialog } from "@/utils/popup.js"; | 187 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 188 | import { datas, sendThis } from "../javascript/selectYgdy.js"; | 188 | import { datas, sendThis } from "../javascript/selectYgdydj.js"; |
| 189 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 189 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
| 190 | import { selectYgdj200, selectYgdy } from "@/api/ywsq.js"; | 190 | import { selectYgmmdj, selectYgdydj } from "@/api/ywsq.js"; |
| 191 | import { startTogetherFlow } from "@/api/workFlow.js"; | 191 | import { startTogetherFlow } from "@/api/workFlow.js"; |
| 192 | export default { | 192 | export default { |
| 193 | mixins: [ywsqTable, jump], | 193 | mixins: [ywsqTable, jump], |
| ... | @@ -266,7 +266,7 @@ | ... | @@ -266,7 +266,7 @@ |
| 266 | getCurrentRow (row) { | 266 | getCurrentRow (row) { |
| 267 | this.radioVal = row.bdcdyh; | 267 | this.radioVal = row.bdcdyh; |
| 268 | this.bdcdysz = [row] | 268 | this.bdcdysz = [row] |
| 269 | selectYgdy({ bdcdyh: this.radioVal, currentPage: 1, pageSize: 10 }).then((res) => { | 269 | selectYgdydj({ bdcdyh: this.radioVal, currentPage: 1, pageSize: 10 }).then((res) => { |
| 270 | if (res.code === 200) { | 270 | if (res.code === 200) { |
| 271 | this.tableData.dataList = res.result.records | 271 | this.tableData.dataList = res.result.records |
| 272 | this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList] | 272 | this.bdcdysz = [this.bdcdysz[0], ...this.tableData.dataList] |
| ... | @@ -281,7 +281,7 @@ | ... | @@ -281,7 +281,7 @@ |
| 281 | queryClick () { | 281 | queryClick () { |
| 282 | this.$startLoading(); | 282 | this.$startLoading(); |
| 283 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 283 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
| 284 | selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => { | 284 | selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => { |
| 285 | this.$endLoading(); | 285 | this.$endLoading(); |
| 286 | if (res.code === 200) { | 286 | if (res.code === 200) { |
| 287 | let { total, records } = res.result; | 287 | let { total, records } = res.result; | ... | ... |
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | import { ywPopupDialog } from "@/utils/popup.js"; | 58 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 59 | import { datas, sendThis } from "../javascript/selectH.js"; | 59 | import { datas, sendThis } from "../javascript/selectH.js"; |
| 60 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 60 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
| 61 | // import { selectHQjdc } from "@/api/ywsq.js"; | 61 | import { selectHQjdc } from "@/api/ywsq.js"; |
| 62 | import { startTogetherFlow, againAddSldy } from "@/api/workFlow.js"; | 62 | import { startTogetherFlow, againAddSldy } from "@/api/workFlow.js"; |
| 63 | export default { | 63 | export default { |
| 64 | mixins: [ywsqTable, jump], | 64 | mixins: [ywsqTable, jump], |
| ... | @@ -89,14 +89,14 @@ | ... | @@ -89,14 +89,14 @@ |
| 89 | queryClick () { | 89 | queryClick () { |
| 90 | this.$startLoading(); | 90 | this.$startLoading(); |
| 91 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 91 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
| 92 | // selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { | 92 | selectHQjdc({ ...this.queryForm, ...this.pageData }).then((res) => { |
| 93 | // this.$endLoading(); | 93 | this.$endLoading(); |
| 94 | // if (res.code === 200) { | 94 | if (res.code === 200) { |
| 95 | // let { total, records } = res.result; | 95 | let { total, records } = res.result; |
| 96 | // this.tableData.total = total; | 96 | this.tableData.total = total; |
| 97 | // this.tableData.data = records; | 97 | this.tableData.data = records; |
| 98 | // } | 98 | } |
| 99 | // }); | 99 | }); |
| 100 | }, | 100 | }, |
| 101 | /** | 101 | /** |
| 102 | * @description: submitForm | 102 | * @description: submitForm | ... | ... |
| ... | @@ -10,37 +10,37 @@ | ... | @@ -10,37 +10,37 @@ |
| 10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
| 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 12 | <el-row> | 12 | <el-row> |
| 13 | <el-col :span="6"> | 13 | <el-col :span="8"> |
| 14 | <el-form-item label="不动产权证号"> | 14 | <el-form-item label="不动产登记证明号" label-width="130px"> |
| 15 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 15 | <el-input placeholder="请输入证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 16 | </el-input> | 16 | </el-input> |
| 17 | </el-form-item> | 17 | </el-form-item> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :span="6"> | 19 | <el-col :span="8"> |
| 20 | <el-form-item label="不动产单元号"> | 20 | <el-form-item label="不动产单元号"> |
| 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 22 | </el-input> | 22 | </el-input> |
| 23 | </el-form-item> | 23 | </el-form-item> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | <el-col :span="6"> | 25 | <el-col :span="8"> |
| 26 | <el-form-item label="坐落"> | 26 | <el-form-item label="坐落"> |
| 27 | <el-input placeholder="坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 27 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 28 | </el-input> | 28 | </el-input> |
| 29 | </el-form-item> | 29 | </el-form-item> |
| 30 | </el-col> | 30 | </el-col> |
| 31 | <el-col :span="6"> | 31 | <el-col :span="8"> |
| 32 | <el-form-item label="权利人"> | 32 | <el-form-item label="权利人"> |
| 33 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | 33 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> |
| 34 | </el-input> | 34 | </el-input> |
| 35 | </el-form-item> | 35 | </el-form-item> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | <el-col :span="6"> | 37 | <el-col :span="8"> |
| 38 | <el-form-item label="证件号"> | 38 | <el-form-item label="证件号"> |
| 39 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | 39 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> |
| 40 | </el-input> | 40 | </el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="18" class="btnColRight"> | 43 | <el-col :span="8" class="btnColRight"> |
| 44 | <el-form-item> | 44 | <el-form-item> |
| 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
| ... | @@ -67,11 +67,11 @@ | ... | @@ -67,11 +67,11 @@ |
| 67 | <script> | 67 | <script> |
| 68 | import store from '@/store/index.js' | 68 | import store from '@/store/index.js' |
| 69 | import { ywPopupDialog } from "@/utils/popup.js"; | 69 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 70 | import { datas, sendThis } from "../javascript/selectYgdy.js"; | 70 | import { datas, sendThis } from "../javascript/selectYgdydj.js"; |
| 71 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 71 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
| 72 | import ywsqTable from "@/utils/mixin/ywsqTable"; | 72 | import ywsqTable from "@/utils/mixin/ywsqTable"; |
| 73 | import jump from "./mixin/jump"; | 73 | import jump from "./mixin/jump"; |
| 74 | import { selectYgdy } from "@/api/ywsq.js"; | 74 | import { selectYgdydj } from "@/api/ywsq.js"; |
| 75 | import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; | 75 | import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; |
| 76 | export default { | 76 | export default { |
| 77 | mixins: [ywsqTable, jump], | 77 | mixins: [ywsqTable, jump], |
| ... | @@ -102,7 +102,7 @@ | ... | @@ -102,7 +102,7 @@ |
| 102 | queryClick () { | 102 | queryClick () { |
| 103 | this.$startLoading(); | 103 | this.$startLoading(); |
| 104 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 104 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
| 105 | selectYgdy({ ...this.queryForm, ...this.pageData }).then((res) => { | 105 | selectYgdydj({ ...this.queryForm, ...this.pageData }).then((res) => { |
| 106 | this.$endLoading(); | 106 | this.$endLoading(); |
| 107 | if (res.code === 200) { | 107 | if (res.code === 200) { |
| 108 | let { total, records } = res.result; | 108 | let { total, records } = res.result; |
| ... | @@ -261,4 +261,4 @@ | ... | @@ -261,4 +261,4 @@ |
| 261 | <style scoped lang="scss"> | 261 | <style scoped lang="scss"> |
| 262 | @import "~@/styles/mixin.scss"; | 262 | @import "~@/styles/mixin.scss"; |
| 263 | @import "~@/styles/public.scss"; | 263 | @import "~@/styles/public.scss"; |
| 264 | </style> | 264 | </style>./mixin/jump.js../javascript/selectYgdydj.js/index.js | ... | ... |
| ... | @@ -10,37 +10,37 @@ | ... | @@ -10,37 +10,37 @@ |
| 10 | <div class="from-clues-header"> | 10 | <div class="from-clues-header"> |
| 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 11 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 12 | <el-row> | 12 | <el-row> |
| 13 | <el-col :span="6"> | 13 | <el-col :span="8"> |
| 14 | <el-form-item label="不动产权证号"> | 14 | <el-form-item label="不动产登记证明号" label-width="130px"> |
| 15 | <el-input placeholder="请输入不动产权证号" v-model="queryForm.bdcqzh" clearable class="width100"> | 15 | <el-input placeholder="请输入证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> |
| 16 | </el-input> | 16 | </el-input> |
| 17 | </el-form-item> | 17 | </el-form-item> |
| 18 | </el-col> | 18 | </el-col> |
| 19 | <el-col :span="6"> | 19 | <el-col :span="8"> |
| 20 | <el-form-item label="不动产单元号"> | 20 | <el-form-item label="不动产单元号"> |
| 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 21 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 22 | </el-input> | 22 | </el-input> |
| 23 | </el-form-item> | 23 | </el-form-item> |
| 24 | </el-col> | 24 | </el-col> |
| 25 | <el-col :span="6"> | 25 | <el-col :span="8"> |
| 26 | <el-form-item label="坐落"> | 26 | <el-form-item label="坐落"> |
| 27 | <el-input placeholder="坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 27 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 28 | </el-input> | 28 | </el-input> |
| 29 | </el-form-item> | 29 | </el-form-item> |
| 30 | </el-col> | 30 | </el-col> |
| 31 | <el-col :span="6"> | 31 | <el-col :span="8"> |
| 32 | <el-form-item label="权利人"> | 32 | <el-form-item label="权利人"> |
| 33 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | 33 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> |
| 34 | </el-input> | 34 | </el-input> |
| 35 | </el-form-item> | 35 | </el-form-item> |
| 36 | </el-col> | 36 | </el-col> |
| 37 | <el-col :span="6"> | 37 | <el-col :span="8"> |
| 38 | <el-form-item label="证件号"> | 38 | <el-form-item label="证件号"> |
| 39 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | 39 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> |
| 40 | </el-input> | 40 | </el-input> |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | <el-col :span="18" class="btnColRight"> | 43 | <el-col :span="8" class="btnColRight"> |
| 44 | <el-form-item> | 44 | <el-form-item> |
| 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> |
| 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 46 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
| ... | @@ -67,11 +67,11 @@ | ... | @@ -67,11 +67,11 @@ |
| 67 | <script> | 67 | <script> |
| 68 | import store from '@/store/index.js' | 68 | import store from '@/store/index.js' |
| 69 | import { ywPopupDialog } from "@/utils/popup.js"; | 69 | import { ywPopupDialog } from "@/utils/popup.js"; |
| 70 | import { datas, sendThis } from "../javascript/selectYgdj200.js"; | 70 | import { datas, sendThis } from "../javascript/selectYgmmdj.js"; |
| 71 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; | 71 | import { defaultParameters } from "../javascript/publicDefaultPar.js"; |
| 72 | import ywsqTable from "@/utils/mixin/ywsqTable"; | 72 | import ywsqTable from "@/utils/mixin/ywsqTable"; |
| 73 | import jump from "./mixin/jump"; | 73 | import jump from "./mixin/jump"; |
| 74 | import { selectYgdj200 } from "@/api/ywsq.js"; | 74 | import { selectYgmmdj } from "@/api/ywsq.js"; |
| 75 | import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; | 75 | import { startBusinessFlow, againAddSldy } from "@/api/workFlow.js"; |
| 76 | export default { | 76 | export default { |
| 77 | mixins: [ywsqTable, jump], | 77 | mixins: [ywsqTable, jump], |
| ... | @@ -125,7 +125,7 @@ | ... | @@ -125,7 +125,7 @@ |
| 125 | queryClick () { | 125 | queryClick () { |
| 126 | this.$startLoading(); | 126 | this.$startLoading(); |
| 127 | this.queryForm.sqywbm = this.sqywInfo.djywbm; | 127 | this.queryForm.sqywbm = this.sqywInfo.djywbm; |
| 128 | selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => { | 128 | selectYgmmdj({ ...this.queryForm, ...this.pageData }).then((res) => { |
| 129 | this.$endLoading(); | 129 | this.$endLoading(); |
| 130 | if (res.code === 200) { | 130 | if (res.code === 200) { |
| 131 | let { total, records } = res.result; | 131 | let { total, records } = res.result; |
| ... | @@ -260,4 +260,4 @@ | ... | @@ -260,4 +260,4 @@ |
| 260 | <style scoped lang="scss"> | 260 | <style scoped lang="scss"> |
| 261 | @import "~@/styles/mixin.scss"; | 261 | @import "~@/styles/mixin.scss"; |
| 262 | @import "~@/styles/public.scss"; | 262 | @import "~@/styles/public.scss"; |
| 263 | </style> | 263 | </style>./mixin/jump.js../javascript/selectYgmmdj.js/index.js | ... | ... |
| ... | @@ -9,31 +9,37 @@ | ... | @@ -9,31 +9,37 @@ |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> | 10 | <el-form :model="queryForm" ref="queryForm" label-width="100px"> |
| 11 | <el-row> | 11 | <el-row> |
| 12 | <el-col :span="6"> | 12 | <el-col :span="8"> |
| 13 | <el-form-item label="不动产单元号"> | 13 | <el-form-item label="不动产单元号"> |
| 14 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> | 14 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model="queryForm.bdcdyh" clearable class="width100"> |
| 15 | </el-input> | 15 | </el-input> |
| 16 | </el-form-item> | 16 | </el-form-item> |
| 17 | </el-col> | 17 | </el-col> |
| 18 | <el-col :span="6"> | 18 | <el-col :span="8"> |
| 19 | <el-form-item label="不动产权证号"> | ||
| 20 | <el-input placeholder="请输入不动产权证号全部数字" v-model="queryForm.bdcqzh" clearable class="width100"> | ||
| 21 | </el-input> | ||
| 22 | </el-form-item> | ||
| 23 | </el-col> | ||
| 24 | <el-col :span="8"> | ||
| 19 | <el-form-item label="坐落"> | 25 | <el-form-item label="坐落"> |
| 20 | <el-input placeholder="请输入坐落" v-model.trim="queryForm.zl" clearable class="width100"> | 26 | <el-input placeholder="支持模糊查询" v-model.trim="queryForm.zl" clearable class="width100"> |
| 21 | </el-input> | 27 | </el-input> |
| 22 | </el-form-item> | 28 | </el-form-item> |
| 23 | </el-col> | 29 | </el-col> |
| 24 | <el-col :span="6"> | 30 | <el-col :span="8"> |
| 25 | <el-form-item label="权利人"> | 31 | <el-form-item label="权利人"> |
| 26 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> | 32 | <el-input placeholder="请输入权利人" v-model.trim="queryForm.qlr" clearable class="width100"> |
| 27 | </el-input> | 33 | </el-input> |
| 28 | </el-form-item> | 34 | </el-form-item> |
| 29 | </el-col> | 35 | </el-col> |
| 30 | <el-col :span="6"> | 36 | <el-col :span="8"> |
| 31 | <el-form-item label="证件号"> | 37 | <el-form-item label="证件号"> |
| 32 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> | 38 | <el-input placeholder="请输入证件号" v-model.trim="queryForm.zjh" clearable class="width100"> |
| 33 | </el-input> | 39 | </el-input> |
| 34 | </el-form-item> | 40 | </el-form-item> |
| 35 | </el-col> | 41 | </el-col> |
| 36 | <el-col :span="24" class="btnColRight"> | 42 | <el-col :span="8" class="btnColRight"> |
| 37 | <el-form-item> | 43 | <el-form-item> |
| 38 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 44 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
| 39 | <el-button type="primary" @click="handleSearch">查询</el-button> | 45 | <el-button type="primary" @click="handleSearch">查询</el-button> | ... | ... |
File moved
File moved
| ... | @@ -8,7 +8,7 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -8,7 +8,7 @@ export function queueDjywmc (djywbm, djqxbm) { |
| 8 | return "selectFwfgSplitMerge"; | 8 | return "selectFwfgSplitMerge"; |
| 9 | } | 9 | } |
| 10 | if (djqxbm == "A37100S2") { | 10 | if (djqxbm == "A37100S2") { |
| 11 | return "selectYgdy"; | 11 | return "selectYgdydj"; |
| 12 | } | 12 | } |
| 13 | if (djqxbm == "DJBBL001") { | 13 | if (djqxbm == "DJBBL001") { |
| 14 | return "selectDjbbl"; | 14 | return "selectDjbbl"; |
| ... | @@ -49,7 +49,7 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -49,7 +49,7 @@ export function queueDjywmc (djywbm, djqxbm) { |
| 49 | break; | 49 | break; |
| 50 | case "A04100"://国有建设用地使用权/房屋所有权(首次登记) | 50 | case "A04100"://国有建设用地使用权/房屋所有权(首次登记) |
| 51 | case "B37100": // 在建工程抵押权 || 首次登记 | 51 | case "B37100": // 在建工程抵押权 || 首次登记 |
| 52 | vm = "fwsyq"; | 52 | vm = "selectQjZrzDz"; |
| 53 | break; | 53 | break; |
| 54 | // 房屋分割 | 54 | // 房屋分割 |
| 55 | case "A04200": //国有建设用地使用权/房屋所有权 || 转移登记 | 55 | case "A04200": //国有建设用地使用权/房屋所有权 || 转移登记 |
| ... | @@ -69,12 +69,12 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -69,12 +69,12 @@ export function queueDjywmc (djywbm, djqxbm) { |
| 69 | case "A09100"://土地经营权(首次登记) | 69 | case "A09100"://土地经营权(首次登记) |
| 70 | vm = "tdjyq100"; | 70 | vm = "tdjyq100"; |
| 71 | break; | 71 | break; |
| 72 | case "A23200": | 72 | case "A23200"://国有农用地 |
| 73 | case "A23300": | 73 | case "A23300": |
| 74 | case "A23400": | 74 | case "A23400": |
| 75 | case "A09200": // 土地承包经营权(转移登记) | ||
| 76 | vm = "tdjyq200"; | 75 | vm = "tdjyq200"; |
| 77 | break; | 76 | break; |
| 77 | case "A09200": // 土地承包经营权 | ||
| 78 | case "A09300": | 78 | case "A09300": |
| 79 | case "A09400": | 79 | case "A09400": |
| 80 | vm = "tdjyq200"; | 80 | vm = "tdjyq200"; |
| ... | @@ -85,25 +85,25 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -85,25 +85,25 @@ export function queueDjywmc (djywbm, djqxbm) { |
| 85 | case "B37200"://抵押权转移 | 85 | case "B37200"://抵押权转移 |
| 86 | case "B37300"://抵押权变更 | 86 | case "B37300"://抵押权变更 |
| 87 | case "B37400"://抵押权注销 | 87 | case "B37400"://抵押权注销 |
| 88 | vm = "diyaq"; | 88 | vm = "selectDiyaq"; |
| 89 | break; | 89 | break; |
| 90 | case "B39300"://续封 | 90 | case "B39300"://续封 |
| 91 | case "B39400"://解封 | 91 | case "B39400"://解封 |
| 92 | vm = "cfdj"; | 92 | vm = "selectCfdj"; |
| 93 | break; | 93 | break; |
| 94 | case "B40100"://预告首次 | 94 | case "B40100"://预告首次 |
| 95 | vm = "selectH"; | 95 | vm = "selectH"; |
| 96 | break; | 96 | break; |
| 97 | case "B40200"://预告转移 | 97 | case "B40200"://预告买卖登记 转移 |
| 98 | case "B40300"://预告变更 | 98 | case "B40300"://预告买卖登记 变更 |
| 99 | case "B40400"://预告注销 | 99 | case "B40400"://预告买卖登记 注销 |
| 100 | case "B41100": //预告抵押首次 | 100 | case "B41100": //预告抵押登记 首次 |
| 101 | vm = "selectYgdj200"; | 101 | vm = "selectYgmmdj"; |
| 102 | break; | 102 | break; |
| 103 | case "B41200": //预告抵押转移 | 103 | case "B41200": //预告抵押登记 转移 |
| 104 | case "B41300": //预告抵押变更 | 104 | case "B41300": //预告抵押登记 变更 |
| 105 | case "B41400": //预告抵押注销 | 105 | case "B41400": //预告抵押登记 注销 |
| 106 | vm = "selectYgdy"; | 106 | vm = "selectYgdydj"; |
| 107 | break; | 107 | break; |
| 108 | case "C40100": //预告买卖抵押首次一并申请 | 108 | case "C40100": //预告买卖抵押首次一并申请 |
| 109 | vm = "selectYbsc"; | 109 | vm = "selectYbsc"; |
| ... | @@ -116,7 +116,6 @@ export function queueDjywmc (djywbm, djqxbm) { | ... | @@ -116,7 +116,6 @@ export function queueDjywmc (djywbm, djqxbm) { |
| 116 | vm = "selectFwsyq"; | 116 | vm = "selectFwsyq"; |
| 117 | break; | 117 | break; |
| 118 | case "C04372": //一并国有房屋变更 | 118 | case "C04372": //一并国有房屋变更 |
| 119 | // vm = "selectYbgybg"; | ||
| 120 | vm = "selectFwbjDybgSplitMerge" | 119 | vm = "selectFwbjDybgSplitMerge" |
| 121 | break; | 120 | break; |
| 122 | case "A11100"://林地使用权首次 | 121 | case "A11100"://林地使用权首次 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2024-01-29 13:29:56 | 4 | * @LastEditTime: 2024-03-07 16:59:12 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | <div class="from-clues-header"> | 9 | <div class="from-clues-header"> |
| 10 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px"> | 10 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px"> |
| 11 | <el-row> | 11 | <el-row> |
| 12 | <el-col :span="4"> | 12 | <el-col :span="5"> |
| 13 | <el-form-item label="权利类型" prop="qllx"> | 13 | <el-form-item label="权利类型" prop="qllx"> |
| 14 | <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型"> | 14 | <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型"> |
| 15 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 15 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| ... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
| 17 | </el-select> | 17 | </el-select> |
| 18 | </el-form-item> | 18 | </el-form-item> |
| 19 | </el-col> | 19 | </el-col> |
| 20 | <el-col :span="4"> | 20 | <el-col :span="5"> |
| 21 | <el-form-item label="登记类型" prop="djlx"> | 21 | <el-form-item label="登记类型" prop="djlx"> |
| 22 | <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型"> | 22 | <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型"> |
| 23 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 23 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| ... | @@ -36,13 +36,13 @@ | ... | @@ -36,13 +36,13 @@ |
| 36 | </el-select> | 36 | </el-select> |
| 37 | </el-form-item> | 37 | </el-form-item> |
| 38 | </el-col> | 38 | </el-col> |
| 39 | <el-col :span="6"> | 39 | <el-col :span="5"> |
| 40 | <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px"> | 40 | <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px"> |
| 41 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100"> | 41 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100"> |
| 42 | </el-input> | 42 | </el-input> |
| 43 | </el-form-item> | 43 | </el-form-item> |
| 44 | </el-col> | 44 | </el-col> |
| 45 | <el-col :span="6"> | 45 | <el-col :span="5"> |
| 46 | <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px"> | 46 | <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px"> |
| 47 | <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100"> | 47 | <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100"> |
| 48 | </el-input> | 48 | </el-input> |
| ... | @@ -57,25 +57,25 @@ | ... | @@ -57,25 +57,25 @@ |
| 57 | </el-form-item> | 57 | </el-form-item> |
| 58 | </el-col> | 58 | </el-col> |
| 59 | <el-col :span="5"> | 59 | <el-col :span="5"> |
| 60 | <el-form-item label="坐落:" prop="zl" label-width="105px"> | 60 | <el-form-item label="权利人:" prop="qlrmc"> |
| 61 | <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100"> | ||
| 62 | </el-input> | ||
| 63 | </el-form-item> | ||
| 64 | </el-col> | ||
| 65 | <el-col :span="5"> | ||
| 66 | <el-form-item label="权利人:" prop="qlrmc" label-width="105px"> | ||
| 67 | <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100"> | 61 | <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100"> |
| 68 | </el-input> | 62 | </el-input> |
| 69 | </el-form-item> | 63 | </el-form-item> |
| 70 | </el-col> | 64 | </el-col> |
| 71 | <el-col :span="5"> | 65 | <el-col :span="4"> |
| 72 | <el-form-item label="义务人:" prop="ywrmc"> | 66 | <el-form-item label="义务人:" prop="ywrmc"> |
| 73 | <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100"> | 67 | <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100"> |
| 74 | </el-input> | 68 | </el-input> |
| 75 | </el-form-item> | 69 | </el-form-item> |
| 76 | </el-col> | 70 | </el-col> |
| 71 | <el-col :span="7"> | ||
| 72 | <el-form-item label="坐落:" prop="zl" label-width="105px"> | ||
| 73 | <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100"> | ||
| 74 | </el-input> | ||
| 75 | </el-form-item> | ||
| 76 | </el-col> | ||
| 77 | 77 | ||
| 78 | <el-col :span="4" class="btnColRight"> | 78 | <el-col :span="3" class="btnColRight"> |
| 79 | <el-form-item> | 79 | <el-form-item> |
| 80 | <el-button @click="handleReset">重置</el-button> | 80 | <el-button @click="handleReset">重置</el-button> |
| 81 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> | 81 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> |
| ... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
| 98 | import table from "@/utils/mixin/table"; | 98 | import table from "@/utils/mixin/table"; |
| 99 | import { datas, sendThis } from "./djbcxdata"; | 99 | import { datas, sendThis } from "./djbcxdata"; |
| 100 | import { getDjbBysearch } from "@/api/search.js"; | 100 | import { getDjbBysearch } from "@/api/search.js"; |
| 101 | import { getZrzListByBsmSlsq } from "@/api/workflow/zjgcdyFlow.js"; | 101 | import { getZrzListByBsmSlsq } from "@/api/workflow/zjgcdyFlow.js"; |
| 102 | 102 | ||
| 103 | export default { | 103 | export default { |
| 104 | name: "djbcx", | 104 | name: "djbcx", |
| ... | @@ -139,7 +139,7 @@ | ... | @@ -139,7 +139,7 @@ |
| 139 | qllxs: [], | 139 | qllxs: [], |
| 140 | isDialog: false, | 140 | isDialog: false, |
| 141 | djbxxData: {}, | 141 | djbxxData: {}, |
| 142 | zrzbsm:"" | 142 | zrzbsm: "" |
| 143 | } | 143 | } |
| 144 | }, | 144 | }, |
| 145 | computed: { | 145 | computed: { |
| ... | @@ -190,17 +190,17 @@ | ... | @@ -190,17 +190,17 @@ |
| 190 | * @author: renchao | 190 | * @author: renchao |
| 191 | */ | 191 | */ |
| 192 | handleLpbClick (item) { | 192 | handleLpbClick (item) { |
| 193 | let params = {zdbsm:item.bsmZd}; | 193 | let params = { zdbsm: item.bsmZd }; |
| 194 | getZrzListByBsmSlsq(params).then((res) => { | 194 | getZrzListByBsmSlsq(params).then((res) => { |
| 195 | if (res.code === 200) { | 195 | if (res.code === 200) { |
| 196 | } | 196 | } |
| 197 | }); | 197 | }); |
| 198 | console.log("zrzbsm",item,item.zrzbsm); | 198 | console.log("zrzbsm", item, item.zrzbsm); |
| 199 | this.$popupDialog('楼盘表', 'lpb/index', { | 199 | this.$popupDialog('楼盘表', 'lpb/index', { |
| 200 | bsm: item.zrzbsm, | 200 | bsm: item.zrzbsm, |
| 201 | zrzbsm: item.zrzbsm, | 201 | zrzbsm: item.zrzbsm, |
| 202 | zdbsm: item.zrzbsm, | 202 | zdbsm: item.zrzbsm, |
| 203 | onlyShow: true | 203 | onlyShow: true |
| 204 | }, '90%', true) | 204 | }, '90%', true) |
| 205 | } | 205 | } |
| 206 | } | 206 | } | ... | ... |
-
Please register or sign in to post a comment