Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1b6319a0
authored
2024-01-26 17:02:12 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
dbe75d03
ec7961fb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
src/views/registerBook/qlxxFormData.js
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/registerBook/qlxxFormData.js
View file @
1b6319a
...
...
@@ -1017,6 +1017,18 @@ class data extends filter {
label
:
"取得价格/被担保主债权数额"
,
},
{
prop
:
"zwlxqssj"
,
label
:
"债务履行起始时间"
,
},
{
prop
:
"zwlxjssj"
,
label
:
"债务履行结束时间"
,
},
{
prop
:
"dyqx"
,
label
:
"债务履行期限"
,
},
{
prop
:
"dbfw"
,
label
:
"担保范围"
,
},
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
1b6319a
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 202
3-11-15 15:46:58
* @LastEditTime: 202
4-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"
...
...
Please
register
or
sign in
to post a comment