Merge branch 'dev'
Showing
26 changed files
with
192 additions
and
235 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 11:14:21 | 4 | * @LastEditTime: 2023-08-16 15:51:58 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -475,7 +475,7 @@ | ... | @@ -475,7 +475,7 @@ |
| 475 | <el-form-item label="共有方式:"> | 475 | <el-form-item label="共有方式:"> |
| 476 | <el-radio-group | 476 | <el-radio-group |
| 477 | :disabled="!ableOperation" | 477 | :disabled="!ableOperation" |
| 478 | v-model="ruleForm.qlxx.gyfs"> | 478 | v-model="ruleForm.sldy.gyfs"> |
| 479 | <el-radio label="0">单独所有</el-radio> | 479 | <el-radio label="0">单独所有</el-radio> |
| 480 | <el-radio label="1">共同共有</el-radio> | 480 | <el-radio label="1">共同共有</el-radio> |
| 481 | <el-radio label="2">按份所有</el-radio> | 481 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -489,7 +489,7 @@ | ... | @@ -489,7 +489,7 @@ |
| 489 | @upDateQlrxxList="upDateQlrxxList" | 489 | @upDateQlrxxList="upDateQlrxxList" |
| 490 | :key="key" | 490 | :key="key" |
| 491 | :ableOperation="ableOperation" | 491 | :ableOperation="ableOperation" |
| 492 | :gyfs="ruleForm.qlxx.gyfs" /> | 492 | :gyfs="ruleForm.sldy.gyfs" /> |
| 493 | 493 | ||
| 494 | <div v-if="ruleForm.ywrData"> | 494 | <div v-if="ruleForm.ywrData"> |
| 495 | <div class="slxx_title title-block"> | 495 | <div class="slxx_title title-block"> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-10 14:11:39 | 4 | * @LastEditTime: 2023-08-16 16:18:00 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -15,8 +15,7 @@ | ... | @@ -15,8 +15,7 @@ |
| 15 | :label-position="flag ? 'top' : ''" | 15 | :label-position="flag ? 'top' : ''" |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | :show-message="false" | 17 | :show-message="false" |
| 18 | label-width="145px" | 18 | label-width="145px"> |
| 19 | > | ||
| 20 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 19 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| 21 | <div class="slxx_title title-block"> | 20 | <div class="slxx_title title-block"> |
| 22 | 补录信息 | 21 | 补录信息 |
| ... | @@ -162,8 +161,7 @@ | ... | @@ -162,8 +161,7 @@ |
| 162 | <el-form-item | 161 | <el-form-item |
| 163 | label="业务号:" | 162 | label="业务号:" |
| 164 | prop="qlxx.ywh" | 163 | prop="qlxx.ywh" |
| 165 | :rules="rules.ywhrules" | 164 | :rules="rules.ywhrules"> |
| 166 | > | ||
| 167 | <el-input maxlength="20" v-model="ruleForm.qlxx.ywh" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');"></el-input> | 165 | <el-input maxlength="20" v-model="ruleForm.qlxx.ywh" onkeyup="this.value=this.value.replace(/[^\w_]/g,'');"></el-input> |
| 168 | </el-form-item> | 166 | </el-form-item> |
| 169 | </el-col> | 167 | </el-col> |
| ... | @@ -188,15 +186,13 @@ | ... | @@ -188,15 +186,13 @@ |
| 188 | <el-form-item | 186 | <el-form-item |
| 189 | label="登记类型: " | 187 | label="登记类型: " |
| 190 | prop="qlxx.djlx" | 188 | prop="qlxx.djlx" |
| 191 | :rules="rules.djlxrules" | 189 | :rules="rules.djlxrules"> |
| 192 | > | ||
| 193 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> | 190 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> |
| 194 | <el-option | 191 | <el-option |
| 195 | v-for="item in djlxlist" | 192 | v-for="item in djlxlist" |
| 196 | :key="item.dcode" | 193 | :key="item.dcode" |
| 197 | :label="item.dname" | 194 | :label="item.dname" |
| 198 | :value="item.dcode" | 195 | :value="item.dcode"> |
| 199 | > | ||
| 200 | </el-option> | 196 | </el-option> |
| 201 | </el-select> | 197 | </el-select> |
| 202 | </el-form-item> | 198 | </el-form-item> |
| ... | @@ -210,8 +206,7 @@ | ... | @@ -210,8 +206,7 @@ |
| 210 | <el-form-item | 206 | <el-form-item |
| 211 | label="不动产权证号:" | 207 | label="不动产权证号:" |
| 212 | prop="qlxx.bdcqzh" | 208 | prop="qlxx.bdcqzh" |
| 213 | :rules="rules.bdcqzhrules" | 209 | :rules="rules.bdcqzhrules"> |
| 214 | > | ||
| 215 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> | 210 | <el-input v-model="ruleForm.qlxx.bdcqzh"></el-input> |
| 216 | </el-form-item> | 211 | </el-form-item> |
| 217 | </el-col> | 212 | </el-col> |
| ... | @@ -224,8 +219,7 @@ | ... | @@ -224,8 +219,7 @@ |
| 224 | <el-form-item | 219 | <el-form-item |
| 225 | label="登记机构:" | 220 | label="登记机构:" |
| 226 | prop="qlxx.djjg" | 221 | prop="qlxx.djjg" |
| 227 | :rules="rules.djjgrules" | 222 | :rules="rules.djjgrules"> |
| 228 | > | ||
| 229 | <el-input v-model="ruleForm.qlxx.djjg"></el-input> | 223 | <el-input v-model="ruleForm.qlxx.djjg"></el-input> |
| 230 | </el-form-item> | 224 | </el-form-item> |
| 231 | </el-col> | 225 | </el-col> |
| ... | @@ -233,8 +227,7 @@ | ... | @@ -233,8 +227,7 @@ |
| 233 | <el-form-item | 227 | <el-form-item |
| 234 | label="登簿人:" | 228 | label="登簿人:" |
| 235 | prop="qlxx.dbr" | 229 | prop="qlxx.dbr" |
| 236 | :rules="rules.dbrrules" | 230 | :rules="rules.dbrrules"> |
| 237 | > | ||
| 238 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> | 231 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> |
| 239 | </el-form-item> | 232 | </el-form-item> |
| 240 | </el-col> | 233 | </el-col> |
| ... | @@ -242,16 +235,14 @@ | ... | @@ -242,16 +235,14 @@ |
| 242 | <el-form-item | 235 | <el-form-item |
| 243 | label="登记时间:" | 236 | label="登记时间:" |
| 244 | prop="qlxx.djsj" | 237 | prop="qlxx.djsj" |
| 245 | :rules="rules.djsjrules" | 238 | :rules="rules.djsjrules"> |
| 246 | > | ||
| 247 | <el-date-picker | 239 | <el-date-picker |
| 248 | v-model="ruleForm.qlxx.djsj" | 240 | v-model="ruleForm.qlxx.djsj" |
| 249 | type="date" | 241 | type="date" |
| 250 | class="width100" | 242 | class="width100" |
| 251 | placeholder="选择日期" | 243 | placeholder="选择日期" |
| 252 | value-format="yyyy-MM-dd HH:mm:ss" | 244 | value-format="yyyy-MM-dd HH:mm:ss" |
| 253 | format="yyyy-MM-dd" | 245 | format="yyyy-MM-dd"> |
| 254 | > | ||
| 255 | </el-date-picker> | 246 | </el-date-picker> |
| 256 | </el-form-item> | 247 | </el-form-item> |
| 257 | </el-col> | 248 | </el-col> |
| ... | @@ -262,8 +253,7 @@ | ... | @@ -262,8 +253,7 @@ |
| 262 | v-for="item in qsztlist" | 253 | v-for="item in qsztlist" |
| 263 | :key="item.dcode" | 254 | :key="item.dcode" |
| 264 | :label="item.dname" | 255 | :label="item.dname" |
| 265 | :value="item.dcode" | 256 | :value="item.dcode"> |
| 266 | > | ||
| 267 | </el-option> | 257 | </el-option> |
| 268 | </el-select> | 258 | </el-select> |
| 269 | </el-form-item> | 259 | </el-form-item> |
| ... | @@ -285,11 +275,8 @@ | ... | @@ -285,11 +275,8 @@ |
| 285 | <el-tooltip | 275 | <el-tooltip |
| 286 | content="供役地权利人证件种类:" | 276 | content="供役地权利人证件种类:" |
| 287 | placement="top" | 277 | placement="top" |
| 288 | effect="light" | 278 | effect="light"> |
| 289 | > | 279 | <span type="text" style="color: #444" size="mini">供役地权利人证件...</span> |
| 290 | <span type="text" style="color: #444" size="mini" | ||
| 291 | >供役地权利人证件...</span | ||
| 292 | > | ||
| 293 | </el-tooltip> | 280 | </el-tooltip> |
| 294 | </span> | 281 | </span> |
| 295 | <div class="flex"> | 282 | <div class="flex"> |
| ... | @@ -298,8 +285,7 @@ | ... | @@ -298,8 +285,7 @@ |
| 298 | v-for="item in dictData['A30']" | 285 | v-for="item in dictData['A30']" |
| 299 | :key="item.dcode" | 286 | :key="item.dcode" |
| 300 | :label="item.dname" | 287 | :label="item.dname" |
| 301 | :value="item.dcode" | 288 | :value="item.dcode"></el-option> |
| 302 | ></el-option> | ||
| 303 | </el-select> | 289 | </el-select> |
| 304 | </div> | 290 | </div> |
| 305 | </el-form-item> | 291 | </el-form-item> |
| ... | @@ -330,11 +316,8 @@ | ... | @@ -330,11 +316,8 @@ |
| 330 | <el-tooltip | 316 | <el-tooltip |
| 331 | content="需役地权利人证件种类:" | 317 | content="需役地权利人证件种类:" |
| 332 | placement="top" | 318 | placement="top" |
| 333 | effect="light" | 319 | effect="light"> |
| 334 | > | 320 | <span type="text" style="color: #444" size="mini">需役地权利人证件...</span> |
| 335 | <span type="text" style="color: #444" size="mini" | ||
| 336 | >需役地权利人证件...</span | ||
| 337 | > | ||
| 338 | </el-tooltip> | 321 | </el-tooltip> |
| 339 | </span> | 322 | </span> |
| 340 | <div class="flex"> | 323 | <div class="flex"> |
| ... | @@ -343,8 +326,7 @@ | ... | @@ -343,8 +326,7 @@ |
| 343 | v-for="item in dictData['A30']" | 326 | v-for="item in dictData['A30']" |
| 344 | :key="item.dcode" | 327 | :key="item.dcode" |
| 345 | :label="item.dname" | 328 | :label="item.dname" |
| 346 | :value="item.dcode" | 329 | :value="item.dcode"></el-option> |
| 347 | ></el-option> | ||
| 348 | </el-select> | 330 | </el-select> |
| 349 | </div> | 331 | </div> |
| 350 | </el-form-item> | 332 | </el-form-item> |
| ... | @@ -372,8 +354,7 @@ | ... | @@ -372,8 +354,7 @@ |
| 372 | type="date" | 354 | type="date" |
| 373 | placeholder="选择日期" | 355 | placeholder="选择日期" |
| 374 | value-format="yyyy-MM-dd HH:mm:ss" | 356 | value-format="yyyy-MM-dd HH:mm:ss" |
| 375 | format="yyyy-MM-dd" | 357 | format="yyyy-MM-dd"> |
| 376 | > | ||
| 377 | </el-date-picker> | 358 | </el-date-picker> |
| 378 | </el-form-item> | 359 | </el-form-item> |
| 379 | </el-col> | 360 | </el-col> |
| ... | @@ -385,8 +366,7 @@ | ... | @@ -385,8 +366,7 @@ |
| 385 | type="date" | 366 | type="date" |
| 386 | placeholder="选择日期" | 367 | placeholder="选择日期" |
| 387 | value-format="yyyy-MM-dd HH:mm:ss" | 368 | value-format="yyyy-MM-dd HH:mm:ss" |
| 388 | format="yyyy-MM-dd" | 369 | format="yyyy-MM-dd"> |
| 389 | > | ||
| 390 | </el-date-picker> | 370 | </el-date-picker> |
| 391 | </el-form-item> | 371 | </el-form-item> |
| 392 | </el-col> | 372 | </el-col> |
| ... | @@ -410,8 +390,7 @@ | ... | @@ -410,8 +390,7 @@ |
| 410 | <el-form-item label="共有方式:"> | 390 | <el-form-item label="共有方式:"> |
| 411 | <el-radio-group | 391 | <el-radio-group |
| 412 | :disabled="!ableOperation" | 392 | :disabled="!ableOperation" |
| 413 | v-model="ruleForm.qlxx.gyfs" | 393 | v-model="ruleForm.sldy.gyfs"> |
| 414 | > | ||
| 415 | <el-radio label="0">单独所有</el-radio> | 394 | <el-radio label="0">单独所有</el-radio> |
| 416 | <el-radio label="1">共同共有</el-radio> | 395 | <el-radio label="1">共同共有</el-radio> |
| 417 | <el-radio label="2">按份所有</el-radio> | 396 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -424,9 +403,8 @@ | ... | @@ -424,9 +403,8 @@ |
| 424 | :tableData="ruleForm.qlrData" | 403 | :tableData="ruleForm.qlrData" |
| 425 | @upDateQlrxxList="upDateQlrxxList" | 404 | @upDateQlrxxList="upDateQlrxxList" |
| 426 | :key="key" | 405 | :key="key" |
| 427 | :ableOperation="ableOperation" | 406 | :disabled="ableOperation" |
| 428 | :gyfs="ruleForm.qlxx.gyfs" | 407 | :gyfs="ruleForm.sldy.gyfs" /> |
| 429 | /> | ||
| 430 | 408 | ||
| 431 | <div> | 409 | <div> |
| 432 | <div class="slxx_title title-block"> | 410 | <div class="slxx_title title-block"> |
| ... | @@ -437,9 +415,8 @@ | ... | @@ -437,9 +415,8 @@ |
| 437 | v-if="ruleForm.ywrData" | 415 | v-if="ruleForm.ywrData" |
| 438 | :tableData="ruleForm.ywrData" | 416 | :tableData="ruleForm.ywrData" |
| 439 | :key="key" | 417 | :key="key" |
| 440 | :ableOperation="ableOperation" | 418 | :disabled="ableOperation" |
| 441 | @upDateQlrxxList="upDateYwrxxList" | 419 | @upDateQlrxxList="upDateYwrxxList" /> |
| 442 | /> | ||
| 443 | </div> | 420 | </div> |
| 444 | </div> | 421 | </div> |
| 445 | <el-row class="btn" v-if="ableOperation"> | 422 | <el-row class="btn" v-if="ableOperation"> |
| ... | @@ -451,15 +428,15 @@ | ... | @@ -451,15 +428,15 @@ |
| 451 | </div> | 428 | </div> |
| 452 | </template> | 429 | </template> |
| 453 | <script> | 430 | <script> |
| 454 | import ywmix from "./dataprocessing"; | 431 | import ywmix from "./dataprocessing"; |
| 455 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 432 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
| 456 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; | 433 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; |
| 457 | import tdytTable from "@/views/workflow/components/tdytTable"; | 434 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| 458 | import selectTable from "@/components/selectTable/index.vue"; | 435 | import selectTable from "@/components/selectTable/index.vue"; |
| 459 | export default { | 436 | export default { |
| 460 | mixins: [ywmix], | 437 | mixins: [ywmix], |
| 461 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, | 438 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, |
| 462 | data() { | 439 | data () { |
| 463 | return { | 440 | return { |
| 464 | //传递参数\ | 441 | //传递参数\ |
| 465 | rules: { | 442 | rules: { |
| ... | @@ -480,9 +457,9 @@ export default { | ... | @@ -480,9 +457,9 @@ export default { |
| 480 | }, | 457 | }, |
| 481 | }; | 458 | }; |
| 482 | }, | 459 | }, |
| 483 | }; | 460 | }; |
| 484 | </script> | 461 | </script> |
| 485 | <style scoped lang="scss"> | 462 | <style scoped lang="scss"> |
| 486 | @import "~@/styles/public.scss"; | 463 | @import "~@/styles/public.scss"; |
| 487 | @import "~@/styles/slxx/slxx.scss"; | 464 | @import "~@/styles/slxx/slxx.scss"; |
| 488 | </style> | 465 | </style> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 11:06:34 | 4 | * @LastEditTime: 2023-08-16 16:11:35 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -400,7 +400,7 @@ | ... | @@ -400,7 +400,7 @@ |
| 400 | <el-form-item label="共有方式:"> | 400 | <el-form-item label="共有方式:"> |
| 401 | <el-radio-group | 401 | <el-radio-group |
| 402 | :disabled="!ableOperation" | 402 | :disabled="!ableOperation" |
| 403 | v-model="ruleForm.qlxx.gyfs"> | 403 | v-model="ruleForm.sldy.gyfs"> |
| 404 | <el-radio label="0">单独所有</el-radio> | 404 | <el-radio label="0">单独所有</el-radio> |
| 405 | <el-radio label="1">共同共有</el-radio> | 405 | <el-radio label="1">共同共有</el-radio> |
| 406 | <el-radio label="2">按份所有</el-radio> | 406 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -412,9 +412,9 @@ | ... | @@ -412,9 +412,9 @@ |
| 412 | <qlrCommonTable | 412 | <qlrCommonTable |
| 413 | :tableData="ruleForm.qlrData" | 413 | :tableData="ruleForm.qlrData" |
| 414 | @upDateQlrxxList="upDateQlrxxList" | 414 | @upDateQlrxxList="upDateQlrxxList" |
| 415 | :ableOperation="ableOperation" | 415 | :disabled="ableOperation" |
| 416 | :key="key" | 416 | :key="key" |
| 417 | :gyfs="ruleForm.qlxx.gyfs" /> | 417 | :gyfs="ruleForm.sldy.gyfs" /> |
| 418 | </div> | 418 | </div> |
| 419 | <el-row class="btn" v-if="ableOperation"> | 419 | <el-row class="btn" v-if="ableOperation"> |
| 420 | <el-form-item> | 420 | <el-form-item> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-14 10:40:10 | 4 | * @LastEditTime: 2023-08-16 16:18:20 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -251,7 +251,7 @@ | ... | @@ -251,7 +251,7 @@ |
| 251 | <el-form-item label="共有方式:"> | 251 | <el-form-item label="共有方式:"> |
| 252 | <el-radio-group | 252 | <el-radio-group |
| 253 | :disabled="!ableOperation" | 253 | :disabled="!ableOperation" |
| 254 | v-model="ruleForm.qlxx.gyfs"> | 254 | v-model="ruleForm.sldy.gyfs"> |
| 255 | <el-radio label="0">单独所有</el-radio> | 255 | <el-radio label="0">单独所有</el-radio> |
| 256 | <el-radio label="1">共同共有</el-radio> | 256 | <el-radio label="1">共同共有</el-radio> |
| 257 | <el-radio label="2">按份所有</el-radio> | 257 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -264,8 +264,8 @@ | ... | @@ -264,8 +264,8 @@ |
| 264 | :tableData="ruleForm.qlrData" | 264 | :tableData="ruleForm.qlrData" |
| 265 | @upDateQlrxxList="upDateQlrxxList" | 265 | @upDateQlrxxList="upDateQlrxxList" |
| 266 | :key="key" | 266 | :key="key" |
| 267 | :ableOperation="ableOperation" | 267 | :disabled="ableOperation" |
| 268 | :gyfs="ruleForm.qlxx.gyfs" /> | 268 | :gyfs="ruleForm.sldy.gyfs" /> |
| 269 | </div> | 269 | </div> |
| 270 | <el-row class="btn" v-if="ableOperation"> | 270 | <el-row class="btn" v-if="ableOperation"> |
| 271 | <el-form-item> | 271 | <el-form-item> | ... | ... |
| ... | @@ -354,7 +354,7 @@ | ... | @@ -354,7 +354,7 @@ |
| 354 | <el-form-item label="共有方式:"> | 354 | <el-form-item label="共有方式:"> |
| 355 | <el-radio-group | 355 | <el-radio-group |
| 356 | :disabled="!ableOperation" | 356 | :disabled="!ableOperation" |
| 357 | v-model="ruleForm.qlxx.gyfs"> | 357 | v-model="ruleForm.sldy.gyfs"> |
| 358 | <el-radio label="0">单独所有</el-radio> | 358 | <el-radio label="0">单独所有</el-radio> |
| 359 | <el-radio label="1">共同共有</el-radio> | 359 | <el-radio label="1">共同共有</el-radio> |
| 360 | <el-radio label="2">按份所有</el-radio> | 360 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -367,8 +367,8 @@ | ... | @@ -367,8 +367,8 @@ |
| 367 | :tableData="ruleForm.qlrData" | 367 | :tableData="ruleForm.qlrData" |
| 368 | @upDateQlrxxList="upDateQlrxxList" | 368 | @upDateQlrxxList="upDateQlrxxList" |
| 369 | :key="key" | 369 | :key="key" |
| 370 | :ableOperation="ableOperation" | 370 | :disabled="ableOperation" |
| 371 | :gyfs="ruleForm.qlxx.gyfs" /> | 371 | :gyfs="ruleForm.sldy.gyfs" /> |
| 372 | </div> | 372 | </div> |
| 373 | <el-row class="btn" v-if="ableOperation"> | 373 | <el-row class="btn" v-if="ableOperation"> |
| 374 | <el-form-item> | 374 | <el-form-item> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 10:01:49 | 4 | * @LastEditTime: 2023-08-16 16:11:56 |
| 5 | :show-message="false" | 5 | :show-message="false" |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| ... | @@ -450,7 +450,7 @@ | ... | @@ -450,7 +450,7 @@ |
| 450 | <el-form-item label="共有方式:"> | 450 | <el-form-item label="共有方式:"> |
| 451 | <el-radio-group | 451 | <el-radio-group |
| 452 | :disabled="!ableOperation" | 452 | :disabled="!ableOperation" |
| 453 | v-model="ruleForm.qlxx.gyfs"> | 453 | v-model="ruleForm.sldy.gyfs"> |
| 454 | <el-radio label="0">单独所有</el-radio> | 454 | <el-radio label="0">单独所有</el-radio> |
| 455 | <el-radio label="1">共同共有</el-radio> | 455 | <el-radio label="1">共同共有</el-radio> |
| 456 | <el-radio label="2">按份所有</el-radio> | 456 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -463,8 +463,8 @@ | ... | @@ -463,8 +463,8 @@ |
| 463 | :tableData="ruleForm.qlrData" | 463 | :tableData="ruleForm.qlrData" |
| 464 | @upDateQlrxxList="upDateQlrxxList" | 464 | @upDateQlrxxList="upDateQlrxxList" |
| 465 | :key="key" | 465 | :key="key" |
| 466 | :ableOperation="ableOperation" | 466 | :disabled="ableOperation" |
| 467 | :gyfs="ruleForm.qlxx.gyfs" /> | 467 | :gyfs="ruleForm.sldy.gyfs" /> |
| 468 | 468 | ||
| 469 | <div v-if="ruleForm.ywrData"> | 469 | <div v-if="ruleForm.ywrData"> |
| 470 | <div class="slxx_title title-block"> | 470 | <div class="slxx_title title-block"> |
| ... | @@ -475,7 +475,7 @@ | ... | @@ -475,7 +475,7 @@ |
| 475 | v-if="ruleForm.ywrData" | 475 | v-if="ruleForm.ywrData" |
| 476 | :tableData="ruleForm.ywrData" | 476 | :tableData="ruleForm.ywrData" |
| 477 | :key="key" | 477 | :key="key" |
| 478 | :ableOperation="ableOperation" | 478 | :disabled="ableOperation" |
| 479 | @upDateQlrxxList="upDateYwrxxList" /> | 479 | @upDateQlrxxList="upDateYwrxxList" /> |
| 480 | </div> | 480 | </div> |
| 481 | </div> | 481 | </div> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-10 14:13:10 | 4 | * @LastEditTime: 2023-08-16 16:12:12 |
| 5 | :show-message="false" | 5 | :show-message="false" |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| ... | @@ -367,7 +367,7 @@ | ... | @@ -367,7 +367,7 @@ |
| 367 | <el-form-item label="共有方式:"> | 367 | <el-form-item label="共有方式:"> |
| 368 | <el-radio-group | 368 | <el-radio-group |
| 369 | :disabled="!ableOperation" | 369 | :disabled="!ableOperation" |
| 370 | v-model="ruleForm.qlxx.gyfs"> | 370 | v-model="ruleForm.sldy.gyfs"> |
| 371 | <el-radio label="0">单独所有</el-radio> | 371 | <el-radio label="0">单独所有</el-radio> |
| 372 | <el-radio label="1">共同共有</el-radio> | 372 | <el-radio label="1">共同共有</el-radio> |
| 373 | <el-radio label="2">按份所有</el-radio> | 373 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -380,8 +380,8 @@ | ... | @@ -380,8 +380,8 @@ |
| 380 | :tableData="ruleForm.qlrData" | 380 | :tableData="ruleForm.qlrData" |
| 381 | @upDateQlrxxList="upDateQlrxxList" | 381 | @upDateQlrxxList="upDateQlrxxList" |
| 382 | :key="key" | 382 | :key="key" |
| 383 | :ableOperation="ableOperation" | 383 | :disabled="ableOperation" |
| 384 | :gyfs="ruleForm.qlxx.gyfs" /> | 384 | :gyfs="ruleForm.sldy.gyfs" /> |
| 385 | 385 | ||
| 386 | <div v-if="ruleForm.ywrData"> | 386 | <div v-if="ruleForm.ywrData"> |
| 387 | <div class="slxx_title title-block"> | 387 | <div class="slxx_title title-block"> |
| ... | @@ -392,7 +392,7 @@ | ... | @@ -392,7 +392,7 @@ |
| 392 | v-if="ruleForm.ywrData" | 392 | v-if="ruleForm.ywrData" |
| 393 | :tableData="ruleForm.ywrData" | 393 | :tableData="ruleForm.ywrData" |
| 394 | :key="key" | 394 | :key="key" |
| 395 | :ableOperation="ableOperation" | 395 | :disabled="ableOperation" |
| 396 | @upDateQlrxxList="upDateYwrxxList" /> | 396 | @upDateQlrxxList="upDateYwrxxList" /> |
| 397 | </div> | 397 | </div> |
| 398 | </div> | 398 | </div> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-10 14:13:24 | 4 | * @LastEditTime: 2023-08-16 16:18:31 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -16,8 +16,7 @@ | ... | @@ -16,8 +16,7 @@ |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | inline-message | 17 | inline-message |
| 18 | :show-message="false" | 18 | :show-message="false" |
| 19 | label-width="145px" | 19 | label-width="145px"> |
| 20 | > | ||
| 21 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 20 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| 22 | <div class="slxx_title title-block"> | 21 | <div class="slxx_title title-block"> |
| 23 | 补录信息 | 22 | 补录信息 |
| ... | @@ -46,25 +45,21 @@ | ... | @@ -46,25 +45,21 @@ |
| 46 | <el-form-item | 45 | <el-form-item |
| 47 | label="抵押不动产信息:" | 46 | label="抵押不动产信息:" |
| 48 | prop="ztQlxx.bdcqzh" | 47 | prop="ztQlxx.bdcqzh" |
| 49 | :rules="rules.ztQlxxrules" | 48 | :rules="rules.ztQlxxrules"> |
| 50 | > | ||
| 51 | <select-table | 49 | <select-table |
| 52 | v-model="ruleForm.ztQlxx" | 50 | v-model="ruleForm.ztQlxx" |
| 53 | :table-width="550" | 51 | :table-width="550" |
| 54 | :tableData="ztQlxxList" | 52 | :tableData="ztQlxxList" |
| 55 | :props="props" | 53 | :props="props" |
| 56 | @change="ztQlxxchange" | 54 | @change="ztQlxxchange"> |
| 57 | > | ||
| 58 | <el-table-column | 55 | <el-table-column |
| 59 | prop="qllxmc" | 56 | prop="qllxmc" |
| 60 | width="130" | 57 | width="130" |
| 61 | label="权利类型" | 58 | label="权利类型"></el-table-column> |
| 62 | ></el-table-column> | ||
| 63 | <el-table-column | 59 | <el-table-column |
| 64 | prop="bdcqzh" | 60 | prop="bdcqzh" |
| 65 | width="160" | 61 | width="160" |
| 66 | label="不动产权证书" | 62 | label="不动产权证书"></el-table-column> |
| 67 | ></el-table-column> | ||
| 68 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | 63 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> |
| 69 | <el-table-column prop="mjmc" label="面积"></el-table-column> | 64 | <el-table-column prop="mjmc" label="面积"></el-table-column> |
| 70 | <el-table-column prop="ytmc" label="用途"></el-table-column> | 65 | <el-table-column prop="ytmc" label="用途"></el-table-column> |
| ... | @@ -131,25 +126,21 @@ | ... | @@ -131,25 +126,21 @@ |
| 131 | <el-form-item | 126 | <el-form-item |
| 132 | label="上手权利信息:" | 127 | label="上手权利信息:" |
| 133 | prop="ssQlxx.bdcqzh" | 128 | prop="ssQlxx.bdcqzh" |
| 134 | :rules="rules.ssQlxxrules" | 129 | :rules="rules.ssQlxxrules"> |
| 135 | > | ||
| 136 | <select-table | 130 | <select-table |
| 137 | v-model="ruleForm.ssQlxx" | 131 | v-model="ruleForm.ssQlxx" |
| 138 | :table-width="550" | 132 | :table-width="550" |
| 139 | :tableData="ssQlxxList" | 133 | :tableData="ssQlxxList" |
| 140 | :props="props" | 134 | :props="props" |
| 141 | @change="ssQlxxchange" | 135 | @change="ssQlxxchange"> |
| 142 | > | ||
| 143 | <el-table-column | 136 | <el-table-column |
| 144 | prop="qllxmc" | 137 | prop="qllxmc" |
| 145 | width="130" | 138 | width="130" |
| 146 | label="权利类型" | 139 | label="权利类型"></el-table-column> |
| 147 | ></el-table-column> | ||
| 148 | <el-table-column | 140 | <el-table-column |
| 149 | prop="bdcqzh" | 141 | prop="bdcqzh" |
| 150 | width="160" | 142 | width="160" |
| 151 | label="不动产权证书" | 143 | label="不动产权证书"></el-table-column> |
| 152 | ></el-table-column> | ||
| 153 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | 144 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> |
| 154 | <el-table-column prop="mjmc" label="面积"></el-table-column> | 145 | <el-table-column prop="mjmc" label="面积"></el-table-column> |
| 155 | <el-table-column prop="ytmc" label="用途"></el-table-column> | 146 | <el-table-column prop="ytmc" label="用途"></el-table-column> |
| ... | @@ -169,8 +160,7 @@ | ... | @@ -169,8 +160,7 @@ |
| 169 | <el-form-item | 160 | <el-form-item |
| 170 | label="业务号:" | 161 | label="业务号:" |
| 171 | prop="qlxx.ywh" | 162 | prop="qlxx.ywh" |
| 172 | :rules="rules.ywhrules" | 163 | :rules="rules.ywhrules"> |
| 173 | > | ||
| 174 | <el-input maxlength="10" v-model="ruleForm.qlxx.ywh"></el-input> | 164 | <el-input maxlength="10" v-model="ruleForm.qlxx.ywh"></el-input> |
| 175 | </el-form-item> | 165 | </el-form-item> |
| 176 | </el-col> | 166 | </el-col> |
| ... | @@ -195,15 +185,13 @@ | ... | @@ -195,15 +185,13 @@ |
| 195 | <el-form-item | 185 | <el-form-item |
| 196 | label="登记类型:" | 186 | label="登记类型:" |
| 197 | prop="qlxx.djlx" | 187 | prop="qlxx.djlx" |
| 198 | :rules="rules.djlxrules" | 188 | :rules="rules.djlxrules"> |
| 199 | > | ||
| 200 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> | 189 | <el-select v-model="ruleForm.qlxx.djlx" @change="djlxchange"> |
| 201 | <el-option | 190 | <el-option |
| 202 | v-for="item in djlxlist" | 191 | v-for="item in djlxlist" |
| 203 | :key="item.dcode" | 192 | :key="item.dcode" |
| 204 | :label="item.dname" | 193 | :label="item.dname" |
| 205 | :value="item.dcode" | 194 | :value="item.dcode"> |
| 206 | > | ||
| 207 | </el-option> | 195 | </el-option> |
| 208 | </el-select> | 196 | </el-select> |
| 209 | </el-form-item> | 197 | </el-form-item> |
| ... | @@ -230,8 +218,7 @@ | ... | @@ -230,8 +218,7 @@ |
| 230 | <el-form-item | 218 | <el-form-item |
| 231 | label="登记机构:" | 219 | label="登记机构:" |
| 232 | prop="qlxx.djjg" | 220 | prop="qlxx.djjg" |
| 233 | :rules="rules.djjgrules" | 221 | :rules="rules.djjgrules"> |
| 234 | > | ||
| 235 | <el-input v-model="ruleForm.qlxx.djjg"></el-input> | 222 | <el-input v-model="ruleForm.qlxx.djjg"></el-input> |
| 236 | </el-form-item> | 223 | </el-form-item> |
| 237 | </el-col> | 224 | </el-col> |
| ... | @@ -239,8 +226,7 @@ | ... | @@ -239,8 +226,7 @@ |
| 239 | <el-form-item | 226 | <el-form-item |
| 240 | label="登簿人:" | 227 | label="登簿人:" |
| 241 | prop="qlxx.dbr" | 228 | prop="qlxx.dbr" |
| 242 | :rules="rules.dbrrules" | 229 | :rules="rules.dbrrules"> |
| 243 | > | ||
| 244 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> | 230 | <el-input v-model="ruleForm.qlxx.dbr"></el-input> |
| 245 | </el-form-item> | 231 | </el-form-item> |
| 246 | </el-col> | 232 | </el-col> |
| ... | @@ -248,16 +234,14 @@ | ... | @@ -248,16 +234,14 @@ |
| 248 | <el-form-item | 234 | <el-form-item |
| 249 | label="登记时间:" | 235 | label="登记时间:" |
| 250 | prop="qlxx.djsj" | 236 | prop="qlxx.djsj" |
| 251 | :rules="rules.djsjrules" | 237 | :rules="rules.djsjrules"> |
| 252 | > | ||
| 253 | <el-date-picker | 238 | <el-date-picker |
| 254 | v-model="ruleForm.qlxx.djsj" | 239 | v-model="ruleForm.qlxx.djsj" |
| 255 | class="width100" | 240 | class="width100" |
| 256 | type="date" | 241 | type="date" |
| 257 | placeholder="选择日期" | 242 | placeholder="选择日期" |
| 258 | value-format="yyyy-MM-dd HH:mm:ss" | 243 | value-format="yyyy-MM-dd HH:mm:ss" |
| 259 | format="yyyy-MM-dd" | 244 | format="yyyy-MM-dd"> |
| 260 | > | ||
| 261 | </el-date-picker> | 245 | </el-date-picker> |
| 262 | </el-form-item> | 246 | </el-form-item> |
| 263 | </el-col> | 247 | </el-col> |
| ... | @@ -268,8 +252,7 @@ | ... | @@ -268,8 +252,7 @@ |
| 268 | v-for="item in qsztlist" | 252 | v-for="item in qsztlist" |
| 269 | :key="item.dcode" | 253 | :key="item.dcode" |
| 270 | :label="item.dname" | 254 | :label="item.dname" |
| 271 | :value="item.dcode" | 255 | :value="item.dcode"> |
| 272 | > | ||
| 273 | </el-option> | 256 | </el-option> |
| 274 | </el-select> | 257 | </el-select> |
| 275 | </el-form-item> | 258 | </el-form-item> |
| ... | @@ -279,8 +262,7 @@ | ... | @@ -279,8 +262,7 @@ |
| 279 | <el-form-item | 262 | <el-form-item |
| 280 | label="异议事项:" | 263 | label="异议事项:" |
| 281 | prop="yydj.yysx" | 264 | prop="yydj.yysx" |
| 282 | :rules="rules.yysxrules" | 265 | :rules="rules.yysxrules"> |
| 283 | > | ||
| 284 | <el-input v-model="ruleForm.yydj.yysx"></el-input> | 266 | <el-input v-model="ruleForm.yydj.yysx"></el-input> |
| 285 | </el-form-item> | 267 | </el-form-item> |
| 286 | </el-col> | 268 | </el-col> |
| ... | @@ -288,8 +270,7 @@ | ... | @@ -288,8 +270,7 @@ |
| 288 | <el-form-item | 270 | <el-form-item |
| 289 | label="不动产登记证明号:" | 271 | label="不动产登记证明号:" |
| 290 | prop="qlxx.bdcqzh" | 272 | prop="qlxx.bdcqzh" |
| 291 | :rules="rules.bdcdjzmhrules" | 273 | :rules="rules.bdcdjzmhrules"> |
| 292 | > | ||
| 293 | <el-input maxlength="11" v-model="ruleForm.qlxx.bdcqzh"></el-input> | 274 | <el-input maxlength="11" v-model="ruleForm.qlxx.bdcqzh"></el-input> |
| 294 | </el-form-item> | 275 | </el-form-item> |
| 295 | </el-col> | 276 | </el-col> |
| ... | @@ -317,8 +298,7 @@ | ... | @@ -317,8 +298,7 @@ |
| 317 | type="date" | 298 | type="date" |
| 318 | placeholder="选择日期" | 299 | placeholder="选择日期" |
| 319 | value-format="yyyy-MM-dd HH:mm:ss" | 300 | value-format="yyyy-MM-dd HH:mm:ss" |
| 320 | format="yyyy-MM-dd" | 301 | format="yyyy-MM-dd"> |
| 321 | > | ||
| 322 | </el-date-picker> | 302 | </el-date-picker> |
| 323 | </el-form-item> | 303 | </el-form-item> |
| 324 | </el-col> | 304 | </el-col> |
| ... | @@ -337,8 +317,7 @@ | ... | @@ -337,8 +317,7 @@ |
| 337 | <el-form-item label="共有方式:"> | 317 | <el-form-item label="共有方式:"> |
| 338 | <el-radio-group | 318 | <el-radio-group |
| 339 | :disabled="!ableOperation" | 319 | :disabled="!ableOperation" |
| 340 | v-model="ruleForm.qlxx.gyfs" | 320 | v-model="ruleForm.sldy.gyfs"> |
| 341 | > | ||
| 342 | <el-radio label="0">单独所有</el-radio> | 321 | <el-radio label="0">单独所有</el-radio> |
| 343 | <el-radio label="1">共同共有</el-radio> | 322 | <el-radio label="1">共同共有</el-radio> |
| 344 | <el-radio label="2">按份所有</el-radio> | 323 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -351,9 +330,8 @@ | ... | @@ -351,9 +330,8 @@ |
| 351 | :tableData="ruleForm.qlrData" | 330 | :tableData="ruleForm.qlrData" |
| 352 | @upDateQlrxxList="upDateQlrxxList" | 331 | @upDateQlrxxList="upDateQlrxxList" |
| 353 | :key="key" | 332 | :key="key" |
| 354 | :ableOperation="ableOperation" | 333 | :disabled="ableOperation" |
| 355 | :gyfs="ruleForm.qlxx.gyfs" | 334 | :gyfs="ruleForm.sldy.gyfs" /> |
| 356 | /> | ||
| 357 | <div v-if="ruleForm.ywrData"> | 335 | <div v-if="ruleForm.ywrData"> |
| 358 | <div class="slxx_title title-block"> | 336 | <div class="slxx_title title-block"> |
| 359 | 义务人信息 | 337 | 义务人信息 |
| ... | @@ -363,9 +341,8 @@ | ... | @@ -363,9 +341,8 @@ |
| 363 | v-if="ruleForm.ywrData" | 341 | v-if="ruleForm.ywrData" |
| 364 | :tableData="ruleForm.ywrData" | 342 | :tableData="ruleForm.ywrData" |
| 365 | :key="key" | 343 | :key="key" |
| 366 | :ableOperation="ableOperation" | 344 | :disabled="ableOperation" |
| 367 | @upDateQlrxxList="upDateYwrxxList" | 345 | @upDateQlrxxList="upDateYwrxxList" /> |
| 368 | /> | ||
| 369 | </div> | 346 | </div> |
| 370 | </div> | 347 | </div> |
| 371 | <el-row class="btn" v-if="ableOperation"> | 348 | <el-row class="btn" v-if="ableOperation"> |
| ... | @@ -377,16 +354,16 @@ | ... | @@ -377,16 +354,16 @@ |
| 377 | </div> | 354 | </div> |
| 378 | </template> | 355 | </template> |
| 379 | <script> | 356 | <script> |
| 380 | // import ywmix from "@/views/ywbl/mixin/index"; | 357 | // import ywmix from "@/views/ywbl/mixin/index"; |
| 381 | import ywmix from "./dataprocessing"; | 358 | import ywmix from "./dataprocessing"; |
| 382 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 359 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
| 383 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; | 360 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; |
| 384 | import tdytTable from "@/views/workflow/components/tdytTable"; | 361 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| 385 | import selectTable from "@/components/selectTable/index.vue"; | 362 | import selectTable from "@/components/selectTable/index.vue"; |
| 386 | export default { | 363 | export default { |
| 387 | mixins: [ywmix], | 364 | mixins: [ywmix], |
| 388 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, | 365 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, |
| 389 | data() { | 366 | data () { |
| 390 | return { | 367 | return { |
| 391 | ssqlxxshow: true, | 368 | ssqlxxshow: true, |
| 392 | //表单是否可操作 | 369 | //表单是否可操作 |
| ... | @@ -425,9 +402,9 @@ export default { | ... | @@ -425,9 +402,9 @@ export default { |
| 425 | }; | 402 | }; |
| 426 | }, | 403 | }, |
| 427 | methods: {}, | 404 | methods: {}, |
| 428 | }; | 405 | }; |
| 429 | </script> | 406 | </script> |
| 430 | <style scoped lang="scss"> | 407 | <style scoped lang="scss"> |
| 431 | @import "~@/styles/public.scss"; | 408 | @import "~@/styles/public.scss"; |
| 432 | @import "~@/styles/slxx/slxx.scss"; | 409 | @import "~@/styles/slxx/slxx.scss"; |
| 433 | </style> | 410 | </style> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 15:33:46 | 4 | * @LastEditTime: 2023-08-16 16:05:07 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div> | 7 | <div> |
| 8 | <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" | 8 | <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" |
| 9 | :data="tableDataList"> | 9 | :data="tableDataList"> |
| 10 | </lb-table> | 10 | </lb-table> |
| 11 | <addQlr v-model="dialog" :details="details" :showButton="!isDisabled" @updateDetail="handleupdateDetail" /> | 11 | <addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" /> |
| 12 | </div> | 12 | </div> |
| 13 | </template> | 13 | </template> |
| 14 | <script> | 14 | <script> |
| ... | @@ -44,7 +44,6 @@ | ... | @@ -44,7 +44,6 @@ |
| 44 | dataIndex: 0, | 44 | dataIndex: 0, |
| 45 | dialog: false, | 45 | dialog: false, |
| 46 | isaddupdate: false, | 46 | isaddupdate: false, |
| 47 | isDisabled: this.disabled, | ||
| 48 | details: {}, | 47 | details: {}, |
| 49 | tableDataList: [], | 48 | tableDataList: [], |
| 50 | InformationTable: [ | 49 | InformationTable: [ |
| ... | @@ -52,7 +51,7 @@ | ... | @@ -52,7 +51,7 @@ |
| 52 | width: '50', | 51 | width: '50', |
| 53 | renderHeader: (h, scope) => { | 52 | renderHeader: (h, scope) => { |
| 54 | return <div> { | 53 | return <div> { |
| 55 | this.isDisabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i> | 54 | this.disabled ? '序号' : <i class="el-icon-plus pointer" onClick={() => { this.addClick() }}></i> |
| 56 | } | 55 | } |
| 57 | </div> | 56 | </div> |
| 58 | }, | 57 | }, |
| ... | @@ -60,7 +59,7 @@ | ... | @@ -60,7 +59,7 @@ |
| 60 | return ( | 59 | return ( |
| 61 | <div> | 60 | <div> |
| 62 | { | 61 | { |
| 63 | this.isDisabled ? <span>{scope.$index + 1}</span> : | 62 | this.disabled ? <span>{scope.$index + 1}</span> : |
| 64 | <i class="el-icon-minus pointer" onClick={() => { this.deleClick(scope.$index, scope.row) }}></i> | 63 | <i class="el-icon-minus pointer" onClick={() => { this.deleClick(scope.$index, scope.row) }}></i> |
| 65 | } | 64 | } |
| 66 | </div> | 65 | </div> |
| ... | @@ -71,7 +70,7 @@ | ... | @@ -71,7 +70,7 @@ |
| 71 | label: '身份证读卡器', | 70 | label: '身份证读卡器', |
| 72 | align: 'center', | 71 | align: 'center', |
| 73 | render: (h, scope) => { | 72 | render: (h, scope) => { |
| 74 | return <el-button type="text" icon="el-icon-tickets" disabled={this.isDisabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button> | 73 | return <el-button type="text" icon="el-icon-tickets" disabled={!this.disabled} onClick={() => { this.readClick(scope.row) }}>读取</el-button> |
| 75 | } | 74 | } |
| 76 | }, | 75 | }, |
| 77 | { | 76 | { |
| ... | @@ -103,13 +102,13 @@ | ... | @@ -103,13 +102,13 @@ |
| 103 | return ( | 102 | return ( |
| 104 | <div> | 103 | <div> |
| 105 | { | 104 | { |
| 106 | this.isDisabled ? <el-button | 105 | this.disabled ? <el-button |
| 107 | icon="el-icon-view" | ||
| 108 | type="text" | ||
| 109 | onClick={() => { this.queryViewClick(scope.$index, scope.row) }} > 查看</el-button> : <el-button | ||
| 110 | icon="el-icon-edit-outline" | 106 | icon="el-icon-edit-outline" |
| 111 | type="text" | 107 | type="text" |
| 112 | onClick={() => { this.editClick(scope.$index, scope.row) }}>编辑</el-button> | 108 | onClick={() => { this.editClick(scope.$index, scope.row) }}>编辑</el-button> : <el-button |
| 109 | icon="el-icon-view" | ||
| 110 | type="text" | ||
| 111 | onClick={() => { this.queryViewClick(scope.$index, scope.row) }} > 查看</el-button> | ||
| 113 | } | 112 | } |
| 114 | </div> | 113 | </div> |
| 115 | ) | 114 | ) | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 14:40:56 | 4 | * @LastEditTime: 2023-08-16 16:10:51 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -232,13 +232,13 @@ | ... | @@ -232,13 +232,13 @@ |
| 232 | </el-form-item> | 232 | </el-form-item> |
| 233 | </el-col> | 233 | </el-col> |
| 234 | </el-row> | 234 | </el-row> |
| 235 | <qlrCommonTable :tableData="ruleForm.qlrList" :disabled="!viewEdit" @upDateQlrxxList="upDateQlrxxList" | 235 | <qlrCommonTable :tableData="ruleForm.qlrList" :disabled="viewEdit" @upDateQlrxxList="upDateQlrxxList" |
| 236 | :gyfs="ruleForm.sldy.gyfs" /> | 236 | :gyfs="ruleForm.sldy.gyfs" /> |
| 237 | <div class="slxx_title title-block"> | 237 | <div class="slxx_title title-block"> |
| 238 | 抵押人信息 | 238 | 抵押人信息 |
| 239 | <div class="triangle"></div> | 239 | <div class="triangle"></div> |
| 240 | </div> | 240 | </div> |
| 241 | <qlrCommonTable :tableData="ruleForm.ywrList" :disabled="!viewEdit" @upDateQlrxxList="upDateYwrxxList" /> | 241 | <qlrCommonTable :tableData="ruleForm.ywrList" :disabled="viewEdit" @upDateQlrxxList="upDateYwrxxList" /> |
| 242 | 242 | ||
| 243 | <div class="slxx_title title-block"> | 243 | <div class="slxx_title title-block"> |
| 244 | 登记原因 | 244 | 登记原因 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-16 14:45:15 | 4 | * @LastEditTime: 2023-08-16 16:18:38 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -199,7 +199,7 @@ | ... | @@ -199,7 +199,7 @@ |
| 199 | <qlrCommonTable | 199 | <qlrCommonTable |
| 200 | @upDateQlrxxList="upDateQlrxxList" | 200 | @upDateQlrxxList="upDateQlrxxList" |
| 201 | :tableData="ruleForm.qlrList" | 201 | :tableData="ruleForm.qlrList" |
| 202 | :gyfs="ruleForm.slsq.gyfs" | 202 | :gyfs="ruleForm.sldy.gyfs" |
| 203 | /> | 203 | /> |
| 204 | 204 | ||
| 205 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | 205 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 15:36:07 | 4 | * @LastEditTime: 2023-08-16 16:05:34 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
| 63 | </el-col> | 63 | </el-col> |
| 64 | <el-col :span="8"> | 64 | <el-col :span="8"> |
| 65 | <el-form-item label="坐落:"> | 65 | <el-form-item label="坐落:"> |
| 66 | <el-input v-model="ruleForm.sldy.zl"></el-input> | 66 | <el-input v-model="ruleForm.sldy.zl" disabled></el-input> |
| 67 | </el-form-item> | 67 | </el-form-item> |
| 68 | </el-col> | 68 | </el-col> |
| 69 | </el-row> | 69 | </el-row> |
| ... | @@ -345,8 +345,8 @@ | ... | @@ -345,8 +345,8 @@ |
| 345 | </el-form-item> | 345 | </el-form-item> |
| 346 | </el-col> | 346 | </el-col> |
| 347 | </el-row> | 347 | </el-row> |
| 348 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" | 348 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit" |
| 349 | :gyfs="ruleForm.qlxx.gyfs" /> | 349 | :gyfs="ruleForm.sldy.gyfs" /> |
| 350 | 350 | ||
| 351 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> | 351 | <div v-if="ruleForm.ywrList && ruleForm.qlxx.djlx == '200'"> |
| 352 | <div class="slxx_title title-block"> | 352 | <div class="slxx_title title-block"> |
| ... | @@ -354,7 +354,7 @@ | ... | @@ -354,7 +354,7 @@ |
| 354 | <div class="triangle"></div> | 354 | <div class="triangle"></div> |
| 355 | </div> | 355 | </div> |
| 356 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" | 356 | <qlrCommonTable v-if="ruleForm.qlxx" @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" |
| 357 | :gyfs="ruleForm.qlxx.gyfs" /> | 357 | :gyfs="ruleForm.sldy.gyfs" /> |
| 358 | </div> | 358 | </div> |
| 359 | <div class="slxx_title title-block"> | 359 | <div class="slxx_title title-block"> |
| 360 | 登记原因 | 360 | 登记原因 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 10:01:56 | 4 | * @LastEditTime: 2023-08-16 15:53:25 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -226,7 +226,7 @@ | ... | @@ -226,7 +226,7 @@ |
| 226 | </el-col> | 226 | </el-col> |
| 227 | </el-row> | 227 | </el-row> |
| 228 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :tableData="ruleForm.qlrList" | 228 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :tableData="ruleForm.qlrList" |
| 229 | :gyfs="ruleForm.slsq.gyfs" /> | 229 | :gyfs="ruleForm.sldy.gyfs" /> |
| 230 | <div class="slxx_title title-block"> | 230 | <div class="slxx_title title-block"> |
| 231 | 登记原因 | 231 | 登记原因 |
| 232 | <div class="triangle"></div> | 232 | <div class="triangle"></div> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 10:02:06 | 4 | * @LastEditTime: 2023-08-16 16:18:49 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -146,7 +146,8 @@ | ... | @@ -146,7 +146,8 @@ |
| 146 | </el-radio-group> | 146 | </el-radio-group> |
| 147 | </el-form-item> | 147 | </el-form-item> |
| 148 | </el-col> | 148 | </el-col> |
| 149 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 149 | |
| 150 | <el-col :span="5" v-show="ruleForm.gyfs != '1'"> | ||
| 150 | <el-form-item label="是否分别持证:"> | 151 | <el-form-item label="是否分别持证:"> |
| 151 | <el-radio-group v-model="ruleForm.sffbcz" :disabled="!viewEdit"> | 152 | <el-radio-group v-model="ruleForm.sffbcz" :disabled="!viewEdit"> |
| 152 | <el-radio label="1">是</el-radio> | 153 | <el-radio label="1">是</el-radio> |
| ... | @@ -154,7 +155,7 @@ | ... | @@ -154,7 +155,7 @@ |
| 154 | </el-radio-group> | 155 | </el-radio-group> |
| 155 | </el-form-item> | 156 | </el-form-item> |
| 156 | </el-col> | 157 | </el-col> |
| 157 | <el-col :span="5" v-show="ruleForm.gyfs == '2'"> | 158 | <el-col :span="5" v-show="ruleForm.gyfs != '1' && ruleForm.sffbcz=='0'"> |
| 158 | <el-form-item label="持证人:"> | 159 | <el-form-item label="持证人:"> |
| 159 | <el-select v-model="ruleForm.czr" placeholder="持证人" :disabled="!viewEdit"> | 160 | <el-select v-model="ruleForm.czr" placeholder="持证人" :disabled="!viewEdit"> |
| 160 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 161 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> |
| ... | @@ -163,7 +164,7 @@ | ... | @@ -163,7 +164,7 @@ |
| 163 | </el-form-item> | 164 | </el-form-item> |
| 164 | </el-col> | 165 | </el-col> |
| 165 | </el-row> | 166 | </el-row> |
| 166 | <qlrCommonTable :tableData="ruleForm.qlrList" :gyfs="ruleForm.gyfs" :disabled="!viewEdit" /> | 167 | <qlrCommonTable :tableData="ruleForm.qlrList" :gyfs="ruleForm.gyfs" :disabled="viewEdit" /> |
| 167 | <div class="slxx_title title-block"> | 168 | <div class="slxx_title title-block"> |
| 168 | 登记原因 | 169 | 登记原因 |
| 169 | <div class="triangle"></div> | 170 | <div class="triangle"></div> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 14:42:19 | 4 | * @LastEditTime: 2023-08-16 16:13:05 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -171,7 +171,7 @@ | ... | @@ -171,7 +171,7 @@ |
| 171 | </el-col> | 171 | </el-col> |
| 172 | </el-row> | 172 | </el-row> |
| 173 | <qlrCommonTable :tableData="ruleForm.qlrList" | 173 | <qlrCommonTable :tableData="ruleForm.qlrList" |
| 174 | :disabled="!viewEdit" | 174 | :disabled="viewEdit" |
| 175 | @upDateQlrxxList="upDateQlrxxList" :key="key" :gyfs="ruleForm.sldy.gyfs" /> | 175 | @upDateQlrxxList="upDateQlrxxList" :key="key" :gyfs="ruleForm.sldy.gyfs" /> |
| 176 | 176 | ||
| 177 | <div v-if="ruleForm.ywrList && ruleForm.ywrList.length > 0"> | 177 | <div v-if="ruleForm.ywrList && ruleForm.ywrList.length > 0"> |
| ... | @@ -179,7 +179,7 @@ | ... | @@ -179,7 +179,7 @@ |
| 179 | 义务人信息 | 179 | 义务人信息 |
| 180 | <div class="triangle"></div> | 180 | <div class="triangle"></div> |
| 181 | </div> | 181 | </div> |
| 182 | <qlrCommonTable v-if="ruleForm.ywrList" :disabled="!viewEdit" :tableData="ruleForm.ywrList" :key="key" @upDateQlrxxList="upDateYwrxxList" /> | 182 | <qlrCommonTable v-if="ruleForm.ywrList" :disabled="viewEdit" :tableData="ruleForm.ywrList" :key="key" @upDateQlrxxList="upDateYwrxxList" /> |
| 183 | </div> | 183 | </div> |
| 184 | 184 | ||
| 185 | <div class="slxx_title title-block"> | 185 | <div class="slxx_title title-block"> | ... | ... |
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | <!-- | 2 | <!-- |
| 3 | * @Description: | 3 | * @Description: |
| 4 | * @Autor: renchao | 4 | * @Autor: renchao |
| 5 | * @LastEditTime: 2023-08-16 09:56:08 | 5 | * @LastEditTime: 2023-08-16 16:13:20 |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| 8 | <!-- 受理信息 --> | 8 | <!-- 受理信息 --> |
| ... | @@ -185,7 +185,7 @@ | ... | @@ -185,7 +185,7 @@ |
| 185 | </el-row> | 185 | </el-row> |
| 186 | <qlrCommonTable | 186 | <qlrCommonTable |
| 187 | :tableData="ruleForm.qlrList" | 187 | :tableData="ruleForm.qlrList" |
| 188 | :disabled="!viewEdit" | 188 | :disabled="viewEdit" |
| 189 | @upDateQlrxxList="upDateQlrxxList" | 189 | @upDateQlrxxList="upDateQlrxxList" |
| 190 | :gyfs="ruleForm.sldy.gyfs" /> | 190 | :gyfs="ruleForm.sldy.gyfs" /> |
| 191 | <div class="slxx_title title-block"> | 191 | <div class="slxx_title title-block"> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-16 09:06:27 | 4 | * @LastEditTime: 2023-08-16 16:14:03 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -152,7 +152,7 @@ | ... | @@ -152,7 +152,7 @@ |
| 152 | <div class="triangle"></div> | 152 | <div class="triangle"></div> |
| 153 | </div> | 153 | </div> |
| 154 | <tdytTable | 154 | <tdytTable |
| 155 | :ableOperation="ableOperation" | 155 | :ableOperation="viewEdit" |
| 156 | :tableData="ruleForm.tdytqxList" | 156 | :tableData="ruleForm.tdytqxList" |
| 157 | @upDateTdytxxList="upDateTdytxxList" /> | 157 | @upDateTdytxxList="upDateTdytxxList" /> |
| 158 | <div class="slxx_title title-block"> | 158 | <div class="slxx_title title-block"> |
| ... | @@ -163,7 +163,7 @@ | ... | @@ -163,7 +163,7 @@ |
| 163 | <el-col :span="12" v-if="ruleForm.qlxx"> | 163 | <el-col :span="12" v-if="ruleForm.qlxx"> |
| 164 | <el-form-item label="共有方式:"> | 164 | <el-form-item label="共有方式:"> |
| 165 | <el-radio-group | 165 | <el-radio-group |
| 166 | :disabled="!ableOperation" | 166 | :disabled="!viewEdit" |
| 167 | v-model="ruleForm.sldy.gyfs"> | 167 | v-model="ruleForm.sldy.gyfs"> |
| 168 | <el-radio label="0">单独所有</el-radio> | 168 | <el-radio label="0">单独所有</el-radio> |
| 169 | <el-radio label="1">共同共有</el-radio> | 169 | <el-radio label="1">共同共有</el-radio> |
| ... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
| 176 | <el-form-item label="是否分别持证:"> | 176 | <el-form-item label="是否分别持证:"> |
| 177 | <el-radio-group | 177 | <el-radio-group |
| 178 | v-model="ruleForm.sldy.sqfbcz" | 178 | v-model="ruleForm.sldy.sqfbcz" |
| 179 | :disabled="!ableOperation"> | 179 | :disabled="!viewEdit"> |
| 180 | <el-radio :label="1">是</el-radio> | 180 | <el-radio :label="1">是</el-radio> |
| 181 | <el-radio :label="0">否</el-radio> | 181 | <el-radio :label="0">否</el-radio> |
| 182 | </el-radio-group> | 182 | </el-radio-group> |
| ... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
| 189 | <el-select | 189 | <el-select |
| 190 | v-model="ruleForm.czr" | 190 | v-model="ruleForm.czr" |
| 191 | placeholder="持证人" | 191 | placeholder="持证人" |
| 192 | :disabled="!ableOperation"> | 192 | :disabled="!viewEdit"> |
| 193 | <el-option | 193 | <el-option |
| 194 | v-for="(item,index) in czrOptions" | 194 | v-for="(item,index) in czrOptions" |
| 195 | :key="index" | 195 | :key="index" |
| ... | @@ -203,8 +203,8 @@ | ... | @@ -203,8 +203,8 @@ |
| 203 | <qlrCommonTable | 203 | <qlrCommonTable |
| 204 | @upDateQlrxxList="upDateQlrxxList" | 204 | @upDateQlrxxList="upDateQlrxxList" |
| 205 | :tableData="ruleForm.qlrList" | 205 | :tableData="ruleForm.qlrList" |
| 206 | :disabled="!ableOperation" | 206 | :disabled="viewEdit" |
| 207 | :gyfs="ruleForm.slsq.gyfs" /> | 207 | :gyfs="ruleForm.sldy.gyfs" /> |
| 208 | 208 | ||
| 209 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> | 209 | <div v-if="ruleForm.ywrList && ruleForm.slsq.djlx == '200'"> |
| 210 | <div class="slxx_title title-block"> | 210 | <div class="slxx_title title-block"> |
| ... | @@ -215,7 +215,7 @@ | ... | @@ -215,7 +215,7 @@ |
| 215 | v-if="ruleForm.qlxx" | 215 | v-if="ruleForm.qlxx" |
| 216 | @upDateQlrxxList="upDateYwrxxList" | 216 | @upDateQlrxxList="upDateYwrxxList" |
| 217 | :tableData="ruleForm.ywrList" | 217 | :tableData="ruleForm.ywrList" |
| 218 | :gyfs="ruleForm.qlxx.gyfs" /> | 218 | :gyfs="ruleForm.sldy.gyfs" /> |
| 219 | </div> | 219 | </div> |
| 220 | <div class="slxx_title title-block"> | 220 | <div class="slxx_title title-block"> |
| 221 | 登记原因 | 221 | 登记原因 |
| ... | @@ -228,14 +228,14 @@ | ... | @@ -228,14 +228,14 @@ |
| 228 | class="textArea" | 228 | class="textArea" |
| 229 | type="textarea" | 229 | type="textarea" |
| 230 | maxlength="500" show-word-limit | 230 | maxlength="500" show-word-limit |
| 231 | :disabled="!ableOperation" | 231 | :disabled="!viewEdit" |
| 232 | v-model="ruleForm.lq.djyy"> | 232 | v-model="ruleForm.lq.djyy"> |
| 233 | </el-input> | 233 | </el-input> |
| 234 | </el-form-item> | 234 | </el-form-item> |
| 235 | </el-col> | 235 | </el-col> |
| 236 | </el-row> | 236 | </el-row> |
| 237 | </div> | 237 | </div> |
| 238 | <el-row class="btn" v-if="ableOperation"> | 238 | <el-row class="btn" v-if="viewEdit"> |
| 239 | <el-form-item> | 239 | <el-form-item> |
| 240 | <el-button type="primary" @click="onSubmit">保存</el-button> | 240 | <el-button type="primary" @click="onSubmit">保存</el-button> |
| 241 | </el-form-item> | 241 | </el-form-item> |
| ... | @@ -252,12 +252,12 @@ | ... | @@ -252,12 +252,12 @@ |
| 252 | export default { | 252 | export default { |
| 253 | mixins: [ywmix], | 253 | mixins: [ywmix], |
| 254 | mounted () { | 254 | mounted () { |
| 255 | this.ableOperation = this.$parent.currentSelectTab.ableOperation; | 255 | this.viewEdit = this.$parent.currentSelectTab.viewEdit; |
| 256 | this.propsParam = this.$attrs; | 256 | this.propsParam = this.$attrs; |
| 257 | var formdata = new FormData(); | 257 | var formdata = new FormData(); |
| 258 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 258 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| 259 | formdata.append("djlx", this.propsParam.djlx); | 259 | formdata.append("djlx", this.propsParam.djlx); |
| 260 | formdata.append("isEdit", this.ableOperation); | 260 | formdata.append("isEdit", this.viewEdit); |
| 261 | Init(formdata).then((res) => { | 261 | Init(formdata).then((res) => { |
| 262 | if (res.code === 200 && res.result) { | 262 | if (res.code === 200 && res.result) { |
| 263 | this.ruleForm = { | 263 | this.ruleForm = { |
| ... | @@ -304,7 +304,7 @@ | ... | @@ -304,7 +304,7 @@ |
| 304 | //传递参数 | 304 | //传递参数 |
| 305 | propsParam: this.$attrs, | 305 | propsParam: this.$attrs, |
| 306 | //表单是否可操作 | 306 | //表单是否可操作 |
| 307 | ableOperation: true, | 307 | viewEdit: true, |
| 308 | rules: {}, | 308 | rules: {}, |
| 309 | }; | 309 | }; |
| 310 | }, | 310 | }, | ... | ... |
| ... | @@ -212,12 +212,13 @@ | ... | @@ -212,12 +212,13 @@ |
| 212 | </el-form-item> | 212 | </el-form-item> |
| 213 | </el-col> | 213 | </el-col> |
| 214 | </el-row> | 214 | </el-row> |
| 215 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :gyfs="ruleForm.slywxx.gyfs" /> | 215 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit" |
| 216 | :gyfs="ruleForm.sldy.gyfs" /> | ||
| 216 | <div class="slxx_title title-block"> | 217 | <div class="slxx_title title-block"> |
| 217 | 家庭成员 | 218 | 家庭成员 |
| 218 | <div class="triangle"></div> | 219 | <div class="triangle"></div> |
| 219 | </div> | 220 | </div> |
| 220 | <JtcyTable :tableData="ruleForm.jtcyList" @upDateJtcyList="upDateJtcyList" :disabled="!viewEdit" :gyfs="ruleForm.slywxx.gyfs" /> | 221 | <JtcyTable :tableData="ruleForm.jtcyList" @upDateJtcyList="upDateJtcyList" :disabled="viewEdit" :gyfs="ruleForm.sldy.gyfs" /> |
| 221 | <div class="slxx_title title-block"> | 222 | <div class="slxx_title title-block"> |
| 222 | 登记原因 | 223 | 登记原因 |
| 223 | <div class="triangle"></div> | 224 | <div class="triangle"></div> | ... | ... |
| ... | @@ -212,12 +212,13 @@ | ... | @@ -212,12 +212,13 @@ |
| 212 | </el-form-item> | 212 | </el-form-item> |
| 213 | </el-col> | 213 | </el-col> |
| 214 | </el-row> | 214 | </el-row> |
| 215 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!viewEdit" :gyfs="ruleForm.sldy.gyfs" /> | 215 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit" |
| 216 | :gyfs="ruleForm.sldy.gyfs" /> | ||
| 216 | <div class="slxx_title title-block"> | 217 | <div class="slxx_title title-block"> |
| 217 | 义务人信息 | 218 | 义务人信息 |
| 218 | <div class="triangle"></div> | 219 | <div class="triangle"></div> |
| 219 | </div> | 220 | </div> |
| 220 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="!viewEdit" /> | 221 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" /> |
| 221 | <div class="slxx_title title-block"> | 222 | <div class="slxx_title title-block"> |
| 222 | 家庭成员 | 223 | 家庭成员 |
| 223 | <div class="triangle"></div> | 224 | <div class="triangle"></div> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 09:58:36 | 4 | * @LastEditTime: 2023-08-16 16:09:58 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -294,7 +294,7 @@ | ... | @@ -294,7 +294,7 @@ |
| 294 | </el-row> | 294 | </el-row> |
| 295 | <qlrCommonTable | 295 | <qlrCommonTable |
| 296 | :tableData="ruleForm.qlrList" | 296 | :tableData="ruleForm.qlrList" |
| 297 | :disabled="!viewEdit" | 297 | :disabled="viewEdit" |
| 298 | @upDateQlrxxList="upDateQlrxxList" | 298 | @upDateQlrxxList="upDateQlrxxList" |
| 299 | :key="key" | 299 | :key="key" |
| 300 | :gyfs="ruleForm.sldy.gyfs" /> | 300 | :gyfs="ruleForm.sldy.gyfs" /> |
| ... | @@ -306,7 +306,7 @@ | ... | @@ -306,7 +306,7 @@ |
| 306 | </div> | 306 | </div> |
| 307 | <qlrCommonTable | 307 | <qlrCommonTable |
| 308 | v-if="ruleForm.ywrList" | 308 | v-if="ruleForm.ywrList" |
| 309 | :disabled="!viewEdit" | 309 | :disabled="viewEdit" |
| 310 | :tableData="ruleForm.ywrList" | 310 | :tableData="ruleForm.ywrList" |
| 311 | :key="key" | 311 | :key="key" |
| 312 | @upDateQlrxxList="upDateYwrxxList" /> | 312 | @upDateQlrxxList="upDateYwrxxList" /> | ... | ... |
| ... | @@ -113,7 +113,7 @@ | ... | @@ -113,7 +113,7 @@ |
| 113 | <el-input v-model="ruleForm.ygdj.qdjg"></el-input> | 113 | <el-input v-model="ruleForm.ygdj.qdjg"></el-input> |
| 114 | <el-select | 114 | <el-select |
| 115 | v-model="ruleForm.ygdj.jedw" | 115 | v-model="ruleForm.ygdj.jedw" |
| 116 | :disabled="!ableOperation" | 116 | :disabled="!viewEdit" |
| 117 | style="width: 68px"> | 117 | style="width: 68px"> |
| 118 | <el-option | 118 | <el-option |
| 119 | v-for="item in dictData['A57']" | 119 | v-for="item in dictData['A57']" |
| ... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
| 145 | <el-row :gutter="10"> | 145 | <el-row :gutter="10"> |
| 146 | <el-col :span="14" v-if="ruleForm.qlxx"> | 146 | <el-col :span="14" v-if="ruleForm.qlxx"> |
| 147 | <el-form-item label="共有方式:"> | 147 | <el-form-item label="共有方式:"> |
| 148 | <el-radio-group :disabled="!ableOperation" v-model="ruleForm.sldy.gyfs"> | 148 | <el-radio-group :disabled="!viewEdit" v-model="ruleForm.sldy.gyfs"> |
| 149 | <el-radio label="0">单独所有</el-radio> | 149 | <el-radio label="0">单独所有</el-radio> |
| 150 | <el-radio label="1">共同共有</el-radio> | 150 | <el-radio label="1">共同共有</el-radio> |
| 151 | <el-radio label="2">按份所有</el-radio> | 151 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -157,7 +157,7 @@ | ... | @@ -157,7 +157,7 @@ |
| 157 | <el-form-item label="是否分别持证:"> | 157 | <el-form-item label="是否分别持证:"> |
| 158 | <el-radio-group | 158 | <el-radio-group |
| 159 | v-model="ruleForm.sldy.sqfbcz" | 159 | v-model="ruleForm.sldy.sqfbcz" |
| 160 | :disabled="!ableOperation"> | 160 | :disabled="!viewEdit"> |
| 161 | <el-radio :label="1">是</el-radio> | 161 | <el-radio :label="1">是</el-radio> |
| 162 | <el-radio :label="0">否</el-radio> | 162 | <el-radio :label="0">否</el-radio> |
| 163 | </el-radio-group> | 163 | </el-radio-group> |
| ... | @@ -170,7 +170,7 @@ | ... | @@ -170,7 +170,7 @@ |
| 170 | <el-select | 170 | <el-select |
| 171 | v-model="ruleForm.czr" | 171 | v-model="ruleForm.czr" |
| 172 | placeholder="持证人" | 172 | placeholder="持证人" |
| 173 | :disabled="!ableOperation"> | 173 | :disabled="!viewEdit"> |
| 174 | <el-option | 174 | <el-option |
| 175 | v-for="item in czrOptions" | 175 | v-for="item in czrOptions" |
| 176 | :key="item.zjh" | 176 | :key="item.zjh" |
| ... | @@ -181,14 +181,14 @@ | ... | @@ -181,14 +181,14 @@ |
| 181 | </el-form-item> | 181 | </el-form-item> |
| 182 | </el-col> | 182 | </el-col> |
| 183 | </el-row> | 183 | </el-row> |
| 184 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="!ableOperation" :tableData="ruleForm.qlrList" | 184 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit" :tableData="ruleForm.qlrList" |
| 185 | :gyfs="ruleForm.qlxx.gyfs" /> | 185 | :gyfs="ruleForm.sldy.gyfs" /> |
| 186 | <div class="slxx_title title-block"> | 186 | <div class="slxx_title title-block"> |
| 187 | 义务人信息 | 187 | 义务人信息 |
| 188 | <div class="triangle"></div> | 188 | <div class="triangle"></div> |
| 189 | </div> | 189 | </div> |
| 190 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :disabled="!ableOperation" :tableData="ruleForm.ywrList" | 190 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" :tableData="ruleForm.ywrList" |
| 191 | :gyfs="ruleForm.qlxx.gyfs" /> | 191 | :gyfs="ruleForm.sldy.gyfs" /> |
| 192 | <div class="slxx_title title-block"> | 192 | <div class="slxx_title title-block"> |
| 193 | 登记原因 | 193 | 登记原因 |
| 194 | <div class="triangle"></div> | 194 | <div class="triangle"></div> |
| ... | @@ -196,14 +196,14 @@ | ... | @@ -196,14 +196,14 @@ |
| 196 | <el-row :gutter="10"> | 196 | <el-row :gutter="10"> |
| 197 | <el-col> | 197 | <el-col> |
| 198 | <el-form-item label="登记原因:" prop="djyy"> | 198 | <el-form-item label="登记原因:" prop="djyy"> |
| 199 | <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!ableOperation" | 199 | <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!viewEdit" |
| 200 | v-model="ruleForm.ygdj.djyy"> | 200 | v-model="ruleForm.ygdj.djyy"> |
| 201 | </el-input> | 201 | </el-input> |
| 202 | </el-form-item> | 202 | </el-form-item> |
| 203 | </el-col> | 203 | </el-col> |
| 204 | </el-row> | 204 | </el-row> |
| 205 | </div> | 205 | </div> |
| 206 | <el-row class="btn" v-if="ableOperation"> | 206 | <el-row class="btn" v-if="viewEdit"> |
| 207 | <el-form-item> | 207 | <el-form-item> |
| 208 | <el-button type="primary" @click="onSubmit">保存</el-button> | 208 | <el-button type="primary" @click="onSubmit">保存</el-button> |
| 209 | </el-form-item> | 209 | </el-form-item> |
| ... | @@ -219,13 +219,13 @@ | ... | @@ -219,13 +219,13 @@ |
| 219 | export default { | 219 | export default { |
| 220 | mixins: [ywmix], | 220 | mixins: [ywmix], |
| 221 | created () { | 221 | created () { |
| 222 | this.ableOperation = this.$parent.currentSelectTab.ableOperation | 222 | this.viewEdit = this.$parent.currentSelectTab.ableOperation |
| 223 | this.propsParam = this.$attrs; | 223 | this.propsParam = this.$attrs; |
| 224 | this.$startLoading(); | 224 | this.$startLoading(); |
| 225 | var formdata = new FormData(); | 225 | var formdata = new FormData(); |
| 226 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 226 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| 227 | formdata.append("djlx", this.propsParam.djlx); | 227 | formdata.append("djlx", this.propsParam.djlx); |
| 228 | formdata.append("isEdit", this.ableOperation); | 228 | formdata.append("isEdit", this.viewEdit); |
| 229 | Init(formdata).then(res => { | 229 | Init(formdata).then(res => { |
| 230 | if (res.code === 200 && res.result) { | 230 | if (res.code === 200 && res.result) { |
| 231 | this.ruleForm = res.result; | 231 | this.ruleForm = res.result; |
| ... | @@ -246,7 +246,7 @@ | ... | @@ -246,7 +246,7 @@ |
| 246 | data () { | 246 | data () { |
| 247 | return { | 247 | return { |
| 248 | //表单是否可操作 | 248 | //表单是否可操作 |
| 249 | ableOperation: true, | 249 | viewEdit: true, |
| 250 | disabled: true, | 250 | disabled: true, |
| 251 | tdytOption: [], | 251 | tdytOption: [], |
| 252 | czrOptions: [], | 252 | czrOptions: [], | ... | ... |
| ... | @@ -149,13 +149,13 @@ | ... | @@ -149,13 +149,13 @@ |
| 149 | </el-form-item> | 149 | </el-form-item> |
| 150 | </el-col> | 150 | </el-col> |
| 151 | </el-row> | 151 | </el-row> |
| 152 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" | 152 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit" |
| 153 | :gyfs="ruleForm.sldy.gyfs" /> | 153 | :gyfs="ruleForm.sldy.gyfs" /> |
| 154 | <div class="slxx_title title-block"> | 154 | <div class="slxx_title title-block"> |
| 155 | 义务人信息 | 155 | 义务人信息 |
| 156 | <div class="triangle"></div> | 156 | <div class="triangle"></div> |
| 157 | </div> | 157 | </div> |
| 158 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="!viewEdit" | 158 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="viewEdit" |
| 159 | :gyfs="ruleForm.sldy.gyfs" /> | 159 | :gyfs="ruleForm.sldy.gyfs" /> |
| 160 | <div class="slxx_title title-block"> | 160 | <div class="slxx_title title-block"> |
| 161 | 登记原因 | 161 | 登记原因 | ... | ... |
| ... | @@ -210,13 +210,13 @@ | ... | @@ -210,13 +210,13 @@ |
| 210 | </el-form-item> | 210 | </el-form-item> |
| 211 | </el-col> | 211 | </el-col> |
| 212 | </el-row> | 212 | </el-row> |
| 213 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!viewEdit" | 213 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="viewEdit" |
| 214 | :gyfs="ruleForm.sldy.gyfs" /> | 214 | :gyfs="ruleForm.sldy.gyfs" /> |
| 215 | <div class="slxx_title title-block"> | 215 | <div class="slxx_title title-block"> |
| 216 | 义务人信息 | 216 | 义务人信息 |
| 217 | <div class="triangle"></div> | 217 | <div class="triangle"></div> |
| 218 | </div> | 218 | </div> |
| 219 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="!viewEdit" | 219 | <qlrCommonTable @upDateQlrxxList="upDateYwrxxList" :tableData="ruleForm.ywrList" :disabled="viewEdit" |
| 220 | :gyfs="ruleForm.sldy.gyfs" /> | 220 | :gyfs="ruleForm.sldy.gyfs" /> |
| 221 | <div class="slxx_title title-block"> | 221 | <div class="slxx_title title-block"> |
| 222 | 登记原因 | 222 | 登记原因 | ... | ... |
| ... | @@ -170,12 +170,12 @@ | ... | @@ -170,12 +170,12 @@ |
| 170 | </el-col> | 170 | </el-col> |
| 171 | </el-row> | 171 | </el-row> |
| 172 | <qlrCommonTable v-if="ruleForm.sldyList && ruleForm.sldyList.length>0" :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" | 172 | <qlrCommonTable v-if="ruleForm.sldyList && ruleForm.sldyList.length>0" :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" |
| 173 | :disabled="!viewEdit" :gyfs="ruleForm.sldyList[0].gyfs" /> | 173 | :disabled="viewEdit" :gyfs="ruleForm.sldyList[0].gyfs" /> |
| 174 | <div class="slxx_title title-block"> | 174 | <div class="slxx_title title-block"> |
| 175 | 抵押人信息 | 175 | 抵押人信息 |
| 176 | <div class="triangle"></div> | 176 | <div class="triangle"></div> |
| 177 | </div> | 177 | </div> |
| 178 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="!viewEdit" /> | 178 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" /> |
| 179 | 179 | ||
| 180 | <div class="slxx_title title-block"> | 180 | <div class="slxx_title title-block"> |
| 181 | 登记原因 | 181 | 登记原因 | ... | ... |
| ... | @@ -122,7 +122,7 @@ | ... | @@ -122,7 +122,7 @@ |
| 122 | </el-col> | 122 | </el-col> |
| 123 | <el-col :span="16"> | 123 | <el-col :span="16"> |
| 124 | <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> | 124 | <el-form-item label="是否存在禁止或者限制转让抵押不动产的约定:" label-width="350px"> |
| 125 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!ableOperation"> | 125 | <el-radio-group v-model="ruleForm.diyaq.sfczjzhxz" :disabled="!viewEdit"> |
| 126 | <el-radio label="1">启用</el-radio> | 126 | <el-radio label="1">启用</el-radio> |
| 127 | <el-radio label="0">禁用</el-radio> | 127 | <el-radio label="0">禁用</el-radio> |
| 128 | </el-radio-group> | 128 | </el-radio-group> |
| ... | @@ -133,8 +133,8 @@ | ... | @@ -133,8 +133,8 @@ |
| 133 | <el-row :gutter="10"> | 133 | <el-row :gutter="10"> |
| 134 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> | 134 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 1"> |
| 135 | <el-form-item label="被担保主债权数额:"> | 135 | <el-form-item label="被担保主债权数额:"> |
| 136 | <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!ableOperation"></el-input> | 136 | <el-input v-model="ruleForm.diyaq.bdbzzqse" :disabled="!viewEdit"></el-input> |
| 137 | <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation"> | 137 | <el-select v-model="ruleForm.diyaq.jedw" :disabled="!viewEdit"> |
| 138 | <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 138 | <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 139 | </el-option> | 139 | </el-option> |
| 140 | </el-select> | 140 | </el-select> |
| ... | @@ -143,8 +143,8 @@ | ... | @@ -143,8 +143,8 @@ |
| 143 | 143 | ||
| 144 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> | 144 | <el-col :span="8" v-show="ruleForm.diyaq.dyfs == 2"> |
| 145 | <el-form-item label="最高债权额:"> | 145 | <el-form-item label="最高债权额:"> |
| 146 | <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!ableOperation"></el-input> | 146 | <el-input v-model="ruleForm.diyaq.zgzqse" :disabled="!viewEdit"></el-input> |
| 147 | <el-select v-model="ruleForm.diyaq.jedw" :disabled="!ableOperation"> | 147 | <el-select v-model="ruleForm.diyaq.jedw" :disabled="!viewEdit"> |
| 148 | <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 148 | <el-option v-for="item in dictData['A57']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
| 149 | </el-option> | 149 | </el-option> |
| 150 | </el-select> | 150 | </el-select> |
| ... | @@ -153,13 +153,13 @@ | ... | @@ -153,13 +153,13 @@ |
| 153 | 153 | ||
| 154 | <el-col :span="8"> | 154 | <el-col :span="8"> |
| 155 | <el-form-item label="债务履行起始时间:"> | 155 | <el-form-item label="债务履行起始时间:"> |
| 156 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!ableOperation" type="date"> | 156 | <el-date-picker v-model="ruleForm.diyaq.zwlxqssj" :disabled="!viewEdit" type="date"> |
| 157 | </el-date-picker> | 157 | </el-date-picker> |
| 158 | </el-form-item> | 158 | </el-form-item> |
| 159 | </el-col> | 159 | </el-col> |
| 160 | <el-col :span="8"> | 160 | <el-col :span="8"> |
| 161 | <el-form-item label="债务履行结束时间:"> | 161 | <el-form-item label="债务履行结束时间:"> |
| 162 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!ableOperation" type="date"> | 162 | <el-date-picker v-model="ruleForm.diyaq.zwlxjssj" :disabled="!viewEdit" type="date"> |
| 163 | </el-date-picker> | 163 | </el-date-picker> |
| 164 | </el-form-item> | 164 | </el-form-item> |
| 165 | </el-col> | 165 | </el-col> |
| ... | @@ -169,21 +169,21 @@ | ... | @@ -169,21 +169,21 @@ |
| 169 | <el-col :span="24"> | 169 | <el-col :span="24"> |
| 170 | <el-form-item label="担保范围:"> | 170 | <el-form-item label="担保范围:"> |
| 171 | <el-input v-model="ruleForm.diyaq.dbfw" | 171 | <el-input v-model="ruleForm.diyaq.dbfw" |
| 172 | :disabled="ruleForm.sldy.djlx == '300' && !ableOperation"></el-input> | 172 | :disabled="ruleForm.sldy.djlx == '300' && !viewEdit"></el-input> |
| 173 | </el-form-item> | 173 | </el-form-item> |
| 174 | </el-col> | 174 | </el-col> |
| 175 | </el-row> | 175 | </el-row> |
| 176 | <el-row> | 176 | <el-row> |
| 177 | <el-col :span="24"> | 177 | <el-col :span="24"> |
| 178 | <el-form-item label="最高债权确定事实和数额:"> | 178 | <el-form-item label="最高债权确定事实和数额:"> |
| 179 | <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!ableOperation"></el-input> | 179 | <el-input v-model="ruleForm.diyaq.zgzqqdss" :disabled="!viewEdit"></el-input> |
| 180 | </el-form-item> | 180 | </el-form-item> |
| 181 | </el-col> | 181 | </el-col> |
| 182 | </el-row> | 182 | </el-row> |
| 183 | <el-row> | 183 | <el-row> |
| 184 | <el-col> | 184 | <el-col> |
| 185 | <el-form-item label="附记:" prop="fj"> | 185 | <el-form-item label="附记:" prop="fj"> |
| 186 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!ableOperation"></el-input> | 186 | <el-input type="textarea" v-model="ruleForm.diyaq.fj" :disabled="!viewEdit"></el-input> |
| 187 | </el-form-item> | 187 | </el-form-item> |
| 188 | </el-col> | 188 | </el-col> |
| 189 | </el-row> | 189 | </el-row> |
| ... | @@ -195,7 +195,7 @@ | ... | @@ -195,7 +195,7 @@ |
| 195 | <el-row :gutter="10"> | 195 | <el-row :gutter="10"> |
| 196 | <el-col :span="14"> | 196 | <el-col :span="14"> |
| 197 | <el-form-item label="共有方式:"> | 197 | <el-form-item label="共有方式:"> |
| 198 | <el-radio-group :disabled="!ableOperation" v-model="ruleForm.sldy.gyfs"> | 198 | <el-radio-group :disabled="!viewEdit" v-model="ruleForm.sldy.gyfs"> |
| 199 | <el-radio label="0">单独所有</el-radio> | 199 | <el-radio label="0">单独所有</el-radio> |
| 200 | <el-radio label="1">共同共有</el-radio> | 200 | <el-radio label="1">共同共有</el-radio> |
| 201 | <el-radio label="2">按份所有</el-radio> | 201 | <el-radio label="2">按份所有</el-radio> |
| ... | @@ -207,7 +207,7 @@ | ... | @@ -207,7 +207,7 @@ |
| 207 | <el-form-item label="是否分别持证:"> | 207 | <el-form-item label="是否分别持证:"> |
| 208 | <el-radio-group | 208 | <el-radio-group |
| 209 | v-model="ruleForm.sldy.sqfbcz" | 209 | v-model="ruleForm.sldy.sqfbcz" |
| 210 | :disabled="!ableOperation"> | 210 | :disabled="!viewEdit"> |
| 211 | <el-radio :label="1">是</el-radio> | 211 | <el-radio :label="1">是</el-radio> |
| 212 | <el-radio :label="0">否</el-radio> | 212 | <el-radio :label="0">否</el-radio> |
| 213 | </el-radio-group> | 213 | </el-radio-group> |
| ... | @@ -220,7 +220,7 @@ | ... | @@ -220,7 +220,7 @@ |
| 220 | <el-select | 220 | <el-select |
| 221 | v-model="ruleForm.czr" | 221 | v-model="ruleForm.czr" |
| 222 | placeholder="持证人" | 222 | placeholder="持证人" |
| 223 | :disabled="!ableOperation"> | 223 | :disabled="!viewEdit"> |
| 224 | <el-option | 224 | <el-option |
| 225 | v-for="item in czrOptions" | 225 | v-for="item in czrOptions" |
| 226 | :key="item.zjh" | 226 | :key="item.zjh" |
| ... | @@ -231,12 +231,12 @@ | ... | @@ -231,12 +231,12 @@ |
| 231 | </el-form-item> | 231 | </el-form-item> |
| 232 | </el-col> | 232 | </el-col> |
| 233 | </el-row> | 233 | </el-row> |
| 234 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="!ableOperation" :gyfs="ruleForm.sldy.gyfs" /> | 234 | <qlrCommonTable :tableData="ruleForm.qlrList" @upDateQlrxxList="upDateQlrxxList" :disabled="viewEdit" :gyfs="ruleForm.sldy.gyfs" /> |
| 235 | <div class="slxx_title title-block"> | 235 | <div class="slxx_title title-block"> |
| 236 | 抵押人信息 | 236 | 抵押人信息 |
| 237 | <div class="triangle"></div> | 237 | <div class="triangle"></div> |
| 238 | </div> | 238 | </div> |
| 239 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="!ableOperation" /> | 239 | <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" :disabled="viewEdit" /> |
| 240 | 240 | ||
| 241 | <div class="slxx_title title-block"> | 241 | <div class="slxx_title title-block"> |
| 242 | 登记原因 | 242 | 登记原因 |
| ... | @@ -245,19 +245,19 @@ | ... | @@ -245,19 +245,19 @@ |
| 245 | <el-row :gutter="10"> | 245 | <el-row :gutter="10"> |
| 246 | <el-col> | 246 | <el-col> |
| 247 | <el-form-item v-if="ruleForm.sldy.djlx == '400'" label="注销抵押原因:" prop="djyy"> | 247 | <el-form-item v-if="ruleForm.sldy.djlx == '400'" label="注销抵押原因:" prop="djyy"> |
| 248 | <el-input class="textArea" type="textarea" :disabled="!ableOperation" | 248 | <el-input class="textArea" type="textarea" :disabled="!viewEdit" |
| 249 | v-model="ruleForm.diyaq.zxdyyy"> | 249 | v-model="ruleForm.diyaq.zxdyyy"> |
| 250 | </el-input> | 250 | </el-input> |
| 251 | </el-form-item> | 251 | </el-form-item> |
| 252 | <el-form-item v-else label="登记原因:" prop="djyy"> | 252 | <el-form-item v-else label="登记原因:" prop="djyy"> |
| 253 | <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!ableOperation " | 253 | <el-input class="textArea" type="textarea" maxlength="500" show-word-limit :disabled="!viewEdit " |
| 254 | v-model="ruleForm.diyaq.djyy"> | 254 | v-model="ruleForm.diyaq.djyy"> |
| 255 | </el-input> | 255 | </el-input> |
| 256 | </el-form-item> | 256 | </el-form-item> |
| 257 | </el-col> | 257 | </el-col> |
| 258 | </el-row> | 258 | </el-row> |
| 259 | </div> | 259 | </div> |
| 260 | <el-row class="btn" v-if="ableOperation"> | 260 | <el-row class="btn" v-if="viewEdit"> |
| 261 | <el-form-item> | 261 | <el-form-item> |
| 262 | <el-button type="primary" @click="onSubmitClick()">保存</el-button> | 262 | <el-button type="primary" @click="onSubmitClick()">保存</el-button> |
| 263 | </el-form-item> | 263 | </el-form-item> |
| ... | @@ -271,13 +271,13 @@ | ... | @@ -271,13 +271,13 @@ |
| 271 | import { mapGetters } from "vuex"; | 271 | import { mapGetters } from "vuex"; |
| 272 | export default { | 272 | export default { |
| 273 | mounted () { | 273 | mounted () { |
| 274 | this.ableOperation = this.$parent.currentSelectTab.ableOperation | 274 | this.viewEdit = this.$parent.currentSelectTab.ableOperation |
| 275 | this.propsParam = this.$attrs; | 275 | this.propsParam = this.$attrs; |
| 276 | var formdata = new FormData(); | 276 | var formdata = new FormData(); |
| 277 | this.$startLoading(); | 277 | this.$startLoading(); |
| 278 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 278 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| 279 | formdata.append("djlx", this.propsParam.djlx); | 279 | formdata.append("djlx", this.propsParam.djlx); |
| 280 | formdata.append("isEdit", this.ableOperation); | 280 | formdata.append("isEdit", this.viewEdit); |
| 281 | Init(formdata).then((res) => { | 281 | Init(formdata).then((res) => { |
| 282 | if (res.code === 200 && res.result) { | 282 | if (res.code === 200 && res.result) { |
| 283 | this.ruleForm = res.result; | 283 | this.ruleForm = res.result; |
| ... | @@ -298,7 +298,7 @@ | ... | @@ -298,7 +298,7 @@ |
| 298 | data () { | 298 | data () { |
| 299 | return { | 299 | return { |
| 300 | //表单是否可操作 | 300 | //表单是否可操作 |
| 301 | ableOperation: true, | 301 | viewEdit: true, |
| 302 | disabled: true, | 302 | disabled: true, |
| 303 | czrOptions: [], | 303 | czrOptions: [], |
| 304 | ruleForm: {}, | 304 | ruleForm: {}, | ... | ... |
| ... | @@ -38,8 +38,9 @@ class data extends filter { | ... | @@ -38,8 +38,9 @@ class data extends filter { |
| 38 | render: (h, scope) => { | 38 | render: (h, scope) => { |
| 39 | return ( | 39 | return ( |
| 40 | <div> | 40 | <div> |
| 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 41 | {/*<a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a>*/} |
| 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 42 | <span v-show={scope.row.qqzt == 1}>已确权</span> |
| 43 | <span v-show={scope.row.qqzt == 0}>未确权</span> | ||
| 43 | </div> | 44 | </div> |
| 44 | ) | 45 | ) |
| 45 | } | 46 | } | ... | ... |
-
Please register or sign in to post a comment