Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
39305a80
Commit
39305a80
authored
Nov 28, 2022
by
zhouqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug单修改
parent
d84efe4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
Litdckp.vue
src/views/Business/Litdck/Litdckp.vue
+12
-0
Addbcb1.vue
src/views/Business/Litrog/Addbcb1.vue
+6
-1
No files found.
src/views/Business/Litdck/Litdckp.vue
View file @
39305a80
...
...
@@ -603,6 +603,18 @@ export default {
}
},
},
"model.brdgrp.rec.docflg"
:
{
immediate
:
true
,
handler
(
val
,
oldval
)
{
if
(
this
.
model
.
brdgrp
.
rec
.
docflg
==
"P"
)
{
this
.
flag3
=
true
;
this
.
flag2
=
true
;
}
else
{
this
.
flag3
=
false
;
this
.
flag2
=
false
;
}
},
},
"model.brdgrp.blk.matper"
:
{
immediate
:
true
,
handler
(
val
,
oldval
)
{
...
...
src/views/Business/Litrog/Addbcb1.vue
View file @
39305a80
...
...
@@ -6,7 +6,12 @@
<div
v-text=
""
data-path=
".addbcb.label2"
>
2、申请人已提交全套业务所需资料;
</div>
<div
v-text=
""
data-path=
".addbcb.label3"
>
3、申请书要素齐全并已签章,签章已经核符﹔
</div>
<div
v-text=
""
data-path=
".addbcb.label4"
>
4、占用授信额度的开证业务;
</div>
<c-select
v-model=
"model.addbcb.label5"
style=
"width: 100%"
:code=
"codes.label5"
>
</c-select>
</el-form-item>
</c-col>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment