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
5fb223cf
authored
2024-03-27 11:06:54 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改批量抵押效验
1 parent
0d970659
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
30 deletions
src/views/workflow/main/slsqxx/diyaq/batchSlxx.vue
src/views/workflow/main/slsqxx/diyaq/batchSlxx.vue
View file @
5fb223c
...
...
@@ -3,6 +3,7 @@
<div
class=
"slxx"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
v-Loading=
"loading"
:label-position=
"flag ? 'top' : ''"
:inline=
"flag"
...
...
@@ -75,7 +76,7 @@
v-if=
"ruleForm.diyaqList && ruleForm.diyaqList.length > 0 && !ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"抵押方式:"
>
<el-radio-group
disabled
v-model=
"ruleForm.diyaq
List[0]
.dyfs"
>
<el-radio-group
disabled
v-model=
"ruleForm.diyaq.dyfs"
>
<el-radio
label=
"1"
>
一般抵押
</el-radio>
<el-radio
label=
"2"
>
最高额抵押
</el-radio>
</el-radio-group>
...
...
@@ -84,7 +85,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"抵押金额类型:"
>
<el-radio-group
v-model=
"ruleForm.diyaq
List[0]
.dyjelx"
v-model=
"ruleForm.diyaq.dyjelx"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
>
<el-radio
label=
"0"
>
独立抵押
</el-radio>
<el-radio
label=
"1"
>
整体抵押
</el-radio>
...
...
@@ -93,10 +94,10 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"是否
存在禁止或者限制转让抵押不动产
的约定:"
label-width=
"
3
00px"
>
label=
"是否
禁止或者限制转让
的约定:"
label-width=
"
2
00px"
>
<el-radio-group
v-model=
"ruleForm.diyaq
List[0]
.sfczjzhxz"
v-model=
"ruleForm.diyaq.sfczjzhxz"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
>
<el-radio
label=
"1"
>
启用
</el-radio>
<el-radio
label=
"0"
>
禁用
</el-radio>
...
...
@@ -107,15 +108,15 @@
<el-row
:gutter=
"10"
v-if=
"ruleForm.diyaqList && ruleForm.diyaqList.length > 0 && !ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq
List[0]
.dyfs == 1"
>
<el-form-item
label=
"被担保主债权数额:"
>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq.dyfs == 1"
>
<el-form-item
label=
"被担保主债权数额:"
prop=
"diyaq.bdbzzqse"
>
<div
style=
"display: flex"
>
<el-input
v-model=
"ruleForm.diyaq
List[0]
.bdbzzqse"
v-model=
"ruleForm.diyaq.bdbzzqse"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
></el-input>
<el-select
style=
"width: 68px"
v-model=
"ruleForm.diyaq
List[0]
.jedw"
v-model=
"ruleForm.diyaq.jedw"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
>
<el-option
v-for=
"item in dictData['A57']"
...
...
@@ -128,13 +129,13 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq
List[0]
.dyfs == 2"
>
<el-form-item
label=
"最高债权额:"
>
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq.dyfs == 2"
>
<el-form-item
label=
"最高债权额:"
prop=
"diyaq.zgzqse"
>
<el-input
v-model=
"ruleForm.diyaq
List[0]
.zgzqse"
v-model=
"ruleForm.diyaq.zgzqse"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
></el-input>
<el-select
v-model=
"ruleForm.diyaq
List[0]
.jedw"
v-model=
"ruleForm.diyaq.jedw"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
>
<el-option
v-for=
"item in dictData['A57']"
...
...
@@ -147,18 +148,18 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"债务履行起始时间:"
>
<el-form-item
label=
"债务履行起始时间:"
prop=
"diyaq.zwlxqssj"
>
<el-date-picker
v-model=
"ruleForm.diyaq
List[0]
.zwlxqssj"
v-model=
"ruleForm.diyaq.zwlxqssj"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
type=
"date"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"债务履行结束时间:"
>
<el-form-item
label=
"债务履行结束时间:"
prop=
"diyaq.zwlxjssj"
>
<el-date-picker
v-model=
"ruleForm.diyaq
List[0]
.zwlxjssj"
v-model=
"ruleForm.diyaq.zwlxjssj"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
type=
"date"
>
</el-date-picker>
...
...
@@ -169,7 +170,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
"担保范围:"
>
<el-input
v-model=
"ruleForm.diyaq
List[0]
.dbfw"
v-model=
"ruleForm.diyaq.dbfw"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -178,7 +179,7 @@
<el-col
:span=
"24"
>
<el-form-item
label=
"最高债权确定事实和数额:"
>
<el-input
v-model=
"ruleForm.diyaq
List[0]
.zgzqqdss"
v-model=
"ruleForm.diyaq.zgzqqdss"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -190,7 +191,7 @@
type=
"textarea"
maxlength=
"500"
show-word-limit
v-model=
"ruleForm.diyaq
List[0]
.fj"
v-model=
"ruleForm.diyaq.fj"
:disabled=
"!viewEdit || ruleForm.slsq.djywbm.includes('400')"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -278,17 +279,17 @@
class=
"textArea"
type=
"textarea"
:disabled=
"!viewEdit"
v-model=
"ruleForm.diyaq
List[0]
.zxdyyy"
>
v-model=
"ruleForm.diyaq.zxdyyy"
>
</el-input>
</el-form-item>
<el-form-item
v-else
label=
"登记原因:"
prop=
"diyaq
List[0]
.djyy"
>
<el-form-item
v-else
label=
"登记原因:"
prop=
"diyaq.djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
maxlength=
"500"
show-word-limit
:disabled=
"!viewEdit"
v-model=
"ruleForm.diyaq
List[0]
.djyy"
>
v-model=
"ruleForm.diyaq.djyy"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -307,6 +308,7 @@
import
dyaqTable
from
"../commonTable/dyaqTable"
;
import
qlrCommonTable
from
"@/views/workflow/components/qlrCommonTable"
;
import
{
batchInit
,
saveBatchData
}
from
"@/api/workflow/diyaqFlow.js"
;
import
{
formValidate
}
from
"./slxxValidate"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
mounted
()
{
...
...
@@ -332,7 +334,11 @@
}
})
that
.
czrOptions
=
that
.
ruleForm
.
qlrList
;
that
.
isSave
=
that
.
viewEdit
that
.
isSave
=
that
.
viewEdit
;
that
.
rules
=
formValidate
(
that
.
ruleForm
.
sldyList
[
0
].
djlx
,
that
.
ruleForm
.
diyaq
.
dyfs
);
}
else
{
that
.
isSave
=
false
that
.
$confirm
(
res
.
message
,
'提示'
,
{
...
...
@@ -361,11 +367,7 @@
ruleForm
:
{},
//传递参数
propsParam
:
{},
rules
:
{
'diyaqList[0].djyy'
:
[
{
required
:
true
,
message
:
'请输入登记原因'
,
trigger
:
'blur'
}
]
},
rules
:
{},
tableData
:
[],
};
},
...
...
@@ -450,7 +452,7 @@
}
else
{
that
.
$message
({
showClose
:
true
,
message
:
"请输入
登记原因
"
,
message
:
"请输入
红框内的相关信息!
"
,
type
:
"error"
})
return
false
...
...
Please
register
or
sign in
to post a comment