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
f4d4f922
Commit
f4d4f922
authored
Sep 19, 2022
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bttcrl文本类回填组件
parent
83b0c140
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
index.js
src/model/Bttrcl/index.js
+0
-3
Rclp.vue
src/views/Business/Bttrcl/Rclp.vue
+8
-5
Remp.vue
src/views/Business/Bttrcl/Remp.vue
+1
-0
No files found.
src/model/Bttrcl/index.js
View file @
f4d4f922
...
...
@@ -76,9 +76,6 @@ export default class Bttrcl{
setinsbt
:
""
,
// Settlement Instructions transaction field .btdgrp.blk.setinsbt
},
},
liaall
:{
tenstm
:
""
,
// Tenor Stream .liaall.tenstm
},
rmbclm
:{
clmrmbflg
:
""
,
// Send MT 742 .rmbclm.clmrmbflg
rmbrmb
:{
...
...
src/views/Business/Bttrcl/Rclp.vue
View file @
f4d4f922
...
...
@@ -117,12 +117,13 @@
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"Document Type"
prop=
"btdgrp.rec.doctypcod"
>
<c-
inpu
t
<c-
selec
t
v-model=
"model.btdgrp.rec.doctypcod"
maxlength=
"16"
placeholder=
"请输入Document Type"
:code=
"codes.brdtyp"
disabled
></c-
inpu
t>
></c-
selec
t>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -168,12 +169,14 @@
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"Document Set status"
prop=
"btdgrp.rec.docsta"
>
<c-
inpu
t
<c-
selec
t
v-model=
"model.btdgrp.rec.docsta"
maxlength=
"40"
style=
"width:100%"
placeholder=
"请输入Document Set status"
disabled
></c-input>
:code=
"codes.docsta2"
></c-select>
</c-form-item>
</c-col>
</c-col>
...
...
@@ -282,7 +285,7 @@
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'
bttrcl.
setins.buttxmsel',
'setins.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.setinsbt' },
...
...
src/views/Business/Bttrcl/Remp.vue
View file @
f4d4f922
...
...
@@ -9,6 +9,7 @@
v-model=
"model.rmbclm.rmbrol"
style=
"width: 100%"
placeholder=
"请选择Reimbursement Bank"
:code=
"codes.rolall"
>
</c-select>
</el-form-item>
...
...
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