Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swifteditor
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
swifteditor
Commits
fdf5809e
Commit
fdf5809e
authored
May 28, 2020
by
fukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支持MT110
parent
f078dd9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
LeadPage.js
src/swift/LeadPage.js
+1
-0
MT110.js
src/swift/MT/MT110.js
+28
-0
No files found.
src/swift/LeadPage.js
View file @
fdf5809e
...
...
@@ -12,6 +12,7 @@ const Step = Steps.Step;
export
const
mty
=
[
{
mty
:
"mt101"
,
desp
:
"MT 101 Request for Transfer"
},
{
mty
:
"mt103"
,
desp
:
"MT 103 Single Customer Credit Transfer"
},
{
mty
:
"mt110"
,
desp
:
"MT 110 Advice of Cheque(s)"
},
{
mty
:
"mt195"
,
desp
:
"MT 195 Queries"
},
{
mty
:
"mt196"
,
desp
:
"MT 196 Answers"
},
{
mty
:
"mt199"
,
desp
:
"MT 199 Free Format Message"
},
...
...
src/swift/MT/MT110.js
0 → 100644
View file @
fdf5809e
const
Tags
=
[
{
"tag"
:
"20"
,
"status"
:
"M"
,
"tno"
:
1
,
"letter"
:[],
"label"
:
"Sender's Reference"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"53A"
,
"status"
:
"O"
,
"tno"
:
2
,
"letter"
:[
"53A"
,
"53B"
,
"53D"
],
"label"
:
"Sender's Correspondent"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"54A"
,
"status"
:
"O"
,
"tno"
:
3
,
"letter"
:[
"54A"
,
"54B"
,
"54D"
],
"label"
:
"Receiver's Correspondent"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"72"
,
"status"
:
"O"
,
"tno"
:
4
,
"letter"
:[],
"label"
:
"Sender to Receiver Information"
,
"tagValue"
:[{},
null
]},
{
"cyclist"
:
"5"
,
"cycs"
:[[
{
"tag"
:
"21"
,
"status"
:
"M"
,
"tno"
:
5
,
"letter"
:[],
"label"
:
"Cheque Number"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"30"
,
"status"
:
"M"
,
"tno"
:
6
,
"letter"
:[],
"label"
:
"Date of Issue"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"32A"
,
"status"
:
"M"
,
"tno"
:
7
,
"letter"
:[
"32A"
,
"32B"
],
"label"
:
"Amount"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"50A"
,
"status"
:
"O"
,
"tno"
:
8
,
"letter"
:[
"50A"
,
"50F"
,
"50K"
],
"label"
:
"Payer"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"52A"
,
"status"
:
"O"
,
"tno"
:
9
,
"letter"
:[
"52A"
,
"52B"
,
"52D"
],
"label"
:
"Drawer Bank"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"59"
,
"status"
:
"M"
,
"tno"
:
10
,
"letter"
:[
"59"
,
"59F"
],
"label"
:
"Payee"
,
"tagValue"
:[{},
null
]}
]],
"pattern"
:[
{
"tag"
:
"21"
,
"status"
:
"M"
,
"tno"
:
5
,
"letter"
:[],
"label"
:
"Cheque Number"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"30"
,
"status"
:
"M"
,
"tno"
:
6
,
"letter"
:[],
"label"
:
"Date of Issue"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"32A"
,
"status"
:
"M"
,
"tno"
:
7
,
"letter"
:[
"32A"
,
"32B"
],
"label"
:
"Amount"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"50A"
,
"status"
:
"O"
,
"tno"
:
8
,
"letter"
:[
"50A"
,
"50F"
,
"50K"
],
"label"
:
"Payer"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"52A"
,
"status"
:
"O"
,
"tno"
:
9
,
"letter"
:[
"52A"
,
"52B"
,
"52D"
],
"label"
:
"Drawer Bank"
,
"tagValue"
:[{},
null
]},
{
"tag"
:
"59"
,
"status"
:
"M"
,
"tno"
:
10
,
"letter"
:[
"59"
,
"59F"
],
"label"
:
"Payee"
,
"tagValue"
:[{},
null
]}
]
}
]
const
Title
=
"MT 110 Advice of Cheque(s)"
export
default
{
Tags
,
Title
}
;
\ No newline at end of file
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