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
97bbcc72
authored
2024-01-30 16:53:31 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
9acbd97f
bf1f5913
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
17 deletions
src/views/registerBook/components/djbDetail.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/registerBook/components/djbDetail.vue
View file @
97bbcc7
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-
29 14:26:09
* @LastEditTime: 2024-01-
30 16:53:30
-->
<
template
>
<div
class=
"tableBox"
>
...
...
@@ -159,17 +159,21 @@
default
:
(
label
)
=>
label
};
const
strategy
=
strategies
[
prop
]
||
strategies
.
default
;
if
(
prop
==
'bdbzzqse'
)
{
let
title
=
strategy
(
label
)
if
(
row
.
jedw
==
2
)
{
if
(
[
'zgzqse'
,
'bdbzzqse'
].
includes
(
prop
)
)
{
let
title
=
strategy
(
label
)
?
strategy
(
label
)
:
''
if
(
strategy
(
label
)
&&
row
.
jedw
==
2
)
{
title
=
title
+
'万元'
}
else
if
(
row
.
jedw
==
1
)
{
}
else
if
(
strategy
(
label
)
&&
row
.
jedw
==
1
)
{
title
=
title
+
'元'
}
return
title
}
else
if
(
prop
==
'dymj'
&&
row
.
mjdw
)
{
let
arr
=
store
.
getters
.
dictData
[
'A7'
].
filter
(
item
=>
item
.
dcode
===
row
.
mjdw
);
return
strategy
(
label
)
+
arr
[
0
].
dname
if
(
strategy
(
label
))
{
return
strategy
(
label
)
+
arr
[
0
].
dname
}
else
{
return
strategy
(
label
)
}
}
else
{
return
strategy
(
label
);
}
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
97bbcc7
...
...
@@ -194,17 +194,19 @@
<el-col
:span=
"8"
v-show=
"ruleForm.diyaq.dyfs == 2"
>
<el-form-item
label=
"最高债权额:"
>
<el-input
v-model=
"ruleForm.diyaq.zgzqse"
:disabled=
"!viewEdit || ruleForm.sldy.djlx == '400'"
></el-input>
<el-select
v-model=
"ruleForm.diyaq.jedw"
:disabled=
"!viewEdit || ruleForm.sldy.djlx == '400'"
>
<el-option
v-for=
"item in dictData['A57']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
<div
style=
"display: flex"
>
<el-input
v-model=
"ruleForm.diyaq.zgzqse"
:disabled=
"!viewEdit || ruleForm.sldy.djlx == '400'"
></el-input>
<el-select
v-model=
"ruleForm.diyaq.jedw"
style=
"width: 68px"
:disabled=
"!viewEdit || ruleForm.sldy.djlx == '400'"
>
<el-option
v-for=
"item in dictData['A57']"
:key=
"item.dcode"
:label=
"item.dname"
:value=
"item.dcode"
>
</el-option>
</el-select>
</div>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment