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
17975315
Commit
17975315
authored
Dec 21, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getopn缺陷解决
parent
bbbfcfb4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
50 deletions
+54
-50
Opnp.vue
src/views/Business/Getopn/Opnp.vue
+54
-50
Ovwp1.vue
src/views/Business/Getopn/Ovwp1.vue
+0
-0
No files found.
src/views/Business/Getopn/Opnp.vue
View file @
17975315
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否SWIFT格式"
prop=
"gitp.swiftflg"
>
<c-select
v-model=
"model.gitp.swiftflg"
style=
"width: 100%"
placeholder=
"请选择是否SWIFT格式"
>
<el-option
v-for=
"item in codes.swiftflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
<!-- =======================================左边======================================== -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否SWIFT格式"
prop=
"gitp.swiftflg"
>
<c-select
v-model=
"model.gitp.swiftflg"
style=
"width: 100%"
placeholder=
"请选择是否SWIFT格式"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否对外担保"
prop=
"gidgrp.rec.fingua"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.fingua"
style=
"width: 100%"
placeholder=
"请选择是否对外担保"
>
<el-option
v-for=
"item in codes.fingua"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
<el-option
v-for=
"item in codes.swiftflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"model.gidgrp.cbs.max.cur == 'CNY'? 20 : 24"
>
<el-form-item
label=
"对外担保类型"
prop=
"gidgrp.rec.cfaguatyp"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.cfaguatyp"
:style=
"model.gidgrp.cbs.max.cur == 'CNY'? 'width:90%' : 'width:100%'"
placeholder=
"请选择对外担保类型"
>
<el-option
v-for=
"item in codes.cfaguatyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"4"
class=
"centerLable"
>
<c-checkbox
v-if=
"model.gidgrp.cbs.max.cur == 'CNY'"
disabled
v-model=
"model.gidgrp.rec.cmtflg"
>
跨境人民币保函
</c-checkbox
>
</el-option
>
<
/c-select
>
</
el-form-item
>
</c-col
>
<
!--
<c-checkbox
v-if=
"model.gidgrp.rec.fingua=='Y'"
disabled
v-model=
"model.gidgrp.rec.cmtflg"
>
跨境人民币保函
</c-checkbox>
--
>
</
c-col
>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"2
0
"
>
<el-form-item
label=
"
对外担保类型"
prop=
"gidgrp.rec.cfaguatyp
"
>
<!-- =======================================右边======================================== -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"
是否对外担保"
prop=
"gidgrp.rec.fingua
"
>
<c-select
disabled
v-model=
"model.gidgrp.rec.
cfaguatyp
"
style=
"width: 9
0
%"
placeholder=
"请选择
对外担保类型
"
v-model=
"model.gidgrp.rec.
fingua
"
style=
"width: 9
5
%"
placeholder=
"请选择
是否对外担保
"
>
<el-option
v-for=
"item in codes.
cfaguatyp
"
v-for=
"item in codes.
fingua
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -56,15 +69,6 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"4"
class=
"centerLable"
>
<c-checkbox
v-if=
"model.gidgrp.cbs.max.cur == 'CNY'"
disabled
v-model=
"model.gidgrp.rec.cmtflg"
>
跨境人民币保函
</c-checkbox
>
</c-col>
<!--
<c-checkbox
v-if=
"model.gidgrp.rec.fingua=='Y'"
disabled
v-model=
"model.gidgrp.rec.cmtflg"
>
跨境人民币保函
</c-checkbox>
-->
</c-col>
</div>
</
template
>
...
...
src/views/Business/Getopn/Ovwp1.vue
View file @
17975315
This diff is collapsed.
Click to expand it.
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