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
fukai
vue-gjjs
Commits
937edcd3
Commit
937edcd3
authored
Sep 02, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bctdav修改
parent
9b2e28a9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
82 additions
and
8 deletions
+82
-8
Detp.vue
src/views/Business/Bctdav/Detp.vue
+38
-7
index.vue
src/views/Business/Bctdav/index.vue
+7
-0
Bctsus.vue
src/views/Business/Bctset/Bctsus.vue
+36
-0
Gitsetp.vue
src/views/Business/Gitset/Gitsetp.vue
+1
-1
No files found.
src/views/Business/Bctdav/Detp.vue
View file @
937edcd3
...
...
@@ -20,7 +20,18 @@
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onColinsButtxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'bctp.colins.buttxmsel',
null,
null,
{ TXT: 'bcdgrp.blk.colins' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</c-col>
...
...
@@ -38,7 +49,17 @@
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDftinsButtxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'bctp.dftins.buttxmsel',
null,
null,
{ TXT: 'bcdgrp.blk.dftins' },
{ TXT: false },
'doxpDialog'
)
">
...
</c-button>
</c-col>
...
...
@@ -66,7 +87,17 @@
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onOthins1Buttxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'bctp.othins.buttxmsel',
null,
null,
{ TXT: 'bcdgrp.blk.othins' },
{ TXT: false },
'doxpDialog'
)
">
...
</c-button>
</c-col>
...
...
@@ -106,7 +137,7 @@
:code=
"codes.chadet"
>
</c-select>
</el-option>
</c-col>
...
...
@@ -124,12 +155,12 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
5
"
>
<c-col
:span=
"
4
"
>
<el-form-item
label=
"Waive Collecting"
>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<el-form-item
label=
"Bank Charges"
style=
"margin-left:
-42
px"
>
<el-form-item
label=
"Bank Charges"
style=
"margin-left:
15
px"
>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -147,7 +178,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<el-form-item
label=
"Bank Charges"
style=
"margin-left:
-18
px"
>
<el-form-item
label=
"Bank Charges"
style=
"margin-left:
15
px"
>
</el-form-item>
</c-col>
...
...
src/views/Business/Bctdav/index.vue
View file @
937edcd3
...
...
@@ -83,6 +83,13 @@
v-on:select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
...
...
src/views/Business/Bctset/Bctsus.vue
View file @
937edcd3
...
...
@@ -269,6 +269,42 @@
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"跨境人民币清算模式"
prop=
"trnmod.cmtflg"
v-if=
"model.setmod.doccur == 'CNY'"
style=
"margin-top: 15px"
>
<c-select
v-model=
"model.trnmod.cmtflg"
style=
"width: 100%"
placeholder=
""
:disabled=
"model.gcdgrp.rec.frepaylg=='X'"
>
<el-option
v-for=
"item in codes.cmtflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"报文类型"
prop=
"trnmod.swftyp"
v-if=
"model.trnmod.cmtflg =='P'||model.trnmod.cmtflg =='X'"
>
<c-select
v-model=
"model.trnmod.swftyp"
disabled
placeholder=
""
:code=
"codes.swftyp1"
style=
"width: 100%"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Settle Amt."
prop=
"setmod.doccur"
>
<c-select
...
...
src/views/Business/Gitset/Gitsetp.vue
View file @
937edcd3
...
...
@@ -429,7 +429,7 @@
<c-col
:span=
"12"
class=
"centerLable marginLable"
v-if=
"model.
gcdgrp.cbs.max.
cur == 'CNY'"
v-if=
"model.
setmod.doc
cur == 'CNY'"
>
<c-checkbox
v-model=
"model.gidgrp.rec.cmtflg"
>
跨境人民币保函
</c-checkbox
...
...
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