b4a9848c by tianhaohao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents bbb4d181 d94a29c7
......@@ -726,7 +726,7 @@ class data extends filter {
label: "抵押权人证件号",
},
{
prop: "dyrlx",
prop: "ywrlx",
label: "抵押人类型",
},
{
......
......@@ -220,7 +220,7 @@
</el-col>
<el-col :span="8">
<el-form-item label="债务履行结束时间:">
<el-date-picker
<el-date-picker class="width100"
v-model="ruleForm.diyaq.zwlxjssj"
:disabled="!viewEdit || isJfOperation"
type="date">
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-11-15 15:46:58
* @LastEditTime: 2024-01-26 17:01:19
-->
<template>
<div class="slxx">
......@@ -227,7 +227,7 @@
style="width: 500%"
:disabled="!viewEdit"
oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
<el-select v-model="ruleForm.fdcq2.jedw" disabled>
<el-select v-model="ruleForm.fdcq2.jedw" :disabled="!viewEdit">
<el-option
v-for="item in dictData['A57']"
:key="item.dcode"
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-21 10:39:16
* @LastEditTime: 2024-01-29 13:29:56
-->
<template>
<div class="from-clues">
......@@ -119,7 +119,7 @@
},
],
queryForm: {
qszt: "1",
qszt: "",
qllx: "",
bdcdyh: "",
bdcqzh: "",
......