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
f298680e
Commit
f298680e
authored
Jan 30, 2019
by
gq777
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ea84be7f
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
22 additions
and
10 deletions
+22
-10
T14A.js
src/swift/Tags/T14A.js
+1
-0
T14G.js
src/swift/Tags/T14G.js
+3
-3
T14J.js
src/swift/Tags/T14J.js
+1
-0
T23A.js
src/swift/Tags/T23A.js
+2
-0
T38E.js
src/swift/Tags/T38E.js
+1
-0
T38G.js
src/swift/Tags/T38G.js
+2
-0
T38H.js
src/swift/Tags/T38H.js
+2
-0
T39M.js
src/swift/Tags/T39M.js
+1
-0
T72.js
src/swift/Tags/T72.js
+1
-1
T72Z.js
src/swift/Tags/T72Z.js
+2
-2
T75.js
src/swift/Tags/T75.js
+2
-2
T76.js
src/swift/Tags/T76.js
+2
-2
T77B.js
src/swift/Tags/T77B.js
+2
-0
No files found.
src/swift/Tags/T14A.js
View file @
f298680e
...
...
@@ -51,6 +51,7 @@ export default class T14A extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Convention"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s1
}
onChange
=
{
val
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"FOLLOWING"
>
FOLLOWING
<
/Option
>
<
Option
value
=
"FRN"
>
FRN
<
/Option
>
...
...
src/swift/Tags/T14G.js
View file @
f298680e
...
...
@@ -14,7 +14,7 @@ export default class T14G extends Component {
pattern
=
"1!a/8!a"
tno
=
-
1
keys
=
[
1
]
keys
=
[
1
,
2
]
onChange
=
(
index
,
value
)
=>
{
let
obj
=
{};
if
(
!
value
)
...
...
@@ -64,8 +64,8 @@ export default class T14G extends Component {
<
FormItem
label
=
"Method"
required
=
{
this
.
props
.
status
==
'M'
||
mval
?
'required'
:
null
}
help
=
{
errmsg
.
s
1
}
validateStatus
=
{
errmsg
.
s
1
?
'error'
:
null
}
help
=
{
errmsg
.
s
2
}
validateStatus
=
{
errmsg
.
s
2
?
'error'
:
null
}
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Method"
...
...
src/swift/Tags/T14J.js
View file @
f298680e
...
...
@@ -51,6 +51,7 @@ export default class T14J extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
""
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s1
}
onChange
=
{
val
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"FIRST"
>
FIRST
<
/Option
>
<
Option
value
=
"LAST"
>
LAST
<
/Option
>
...
...
src/swift/Tags/T23A.js
View file @
f298680e
...
...
@@ -51,6 +51,7 @@ export default class T23A extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Type of Swap"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s1
}
onChange
=
{
val
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"CAPBUYER"
>
CAPBUYER
<
/Option
>
<
Option
value
=
"CAPSELLER"
>
CAPSELLER
<
/Option
>
...
...
@@ -75,6 +76,7 @@ export default class T23A extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Settlement Method"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s2
}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
"CROSS"
>
CROSS
<
/Option
>
<
Option
value
=
"NET"
>
NET
<
/Option
>
...
...
src/swift/Tags/T38E.js
View file @
f298680e
...
...
@@ -61,6 +61,7 @@ export default class T38E extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Period"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s2
}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
"D"
>
D
<
/Option
>
<
Option
value
=
"M"
>
M
<
/Option
>
...
...
src/swift/Tags/T38G.js
View file @
f298680e
...
...
@@ -61,6 +61,7 @@ export default class T38G extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Period From"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s2
}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
"D"
>
D
<
/Option
>
<
Option
value
=
"M"
>
M
<
/Option
>
...
...
@@ -89,6 +90,7 @@ export default class T38G extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Period To"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s4
}
onChange
=
{
val
=>
this
.
onChange
(
4
,
val
)}
>
<
Option
value
=
"D"
>
D
<
/Option
>
<
Option
value
=
"M"
>
M
<
/Option
>
...
...
src/swift/Tags/T38H.js
View file @
f298680e
...
...
@@ -61,6 +61,7 @@ export default class T38H extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Period From"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s2
}
onChange
=
{
val
=>
this
.
onChange
(
2
,
val
)}
>
<
Option
value
=
"D"
>
D
<
/Option
>
<
Option
value
=
"M"
>
M
<
/Option
>
...
...
@@ -89,6 +90,7 @@ export default class T38H extends Component {
>
<
Select
size
=
{
InputSize
}
placeholder
=
"Period To"
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s4
}
onChange
=
{
val
=>
this
.
onChange
(
4
,
val
)}
>
<
Option
value
=
"D"
>
D
<
/Option
>
<
Option
value
=
"M"
>
M
<
/Option
>
...
...
src/swift/Tags/T39M.js
View file @
f298680e
...
...
@@ -33,6 +33,7 @@ export default class T39M extends Component {
>
<
Select
placeholder
=
"Country Code"
showSearch
allowClear
=
{
true
}
optionFilterProp
=
"children"
notFoundContent
=
"Wrong Code"
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
,
zIndex
:
99
}}
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
val
)}
>
...
...
src/swift/Tags/T72.js
View file @
f298680e
...
...
@@ -99,7 +99,7 @@ export class T72BAK extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"ACC"
>
ACC
-
Account
with
institution
<
/Option>
<
Option
value
=
"INS"
>
INS
-
Instructing
institution
<
/Option
>
<
Option
value
=
"INT"
>
INT
-
Intermediary
institution
<
/Option
>
...
...
src/swift/Tags/T72Z.js
View file @
f298680e
...
...
@@ -101,7 +101,7 @@ export class T72ZBAK extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"PHONBEN"
>
PHONBEN
<
/Option>
<
Option
value
=
"TELEBEN"
>
TELEBEN
<
/Option
>
...
...
@@ -189,7 +189,7 @@ class SubItem extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
item
.
val1
}
onChange
=
{(
val
)
=>
{
item
.
val1
=
val
;
this
.
props
.
onValue
([
value
,
this
.
combineValue
(
value
)])}}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
item
.
val1
}
onChange
=
{(
val
)
=>
{
item
.
val1
=
val
;
this
.
props
.
onValue
([
value
,
this
.
combineValue
(
value
)])}}
>
<
Option
value
=
"PHONBEN"
>
PHONBEN
<
/Option>
<
Option
value
=
"TELEBEN"
>
TELEBEN
<
/Option
>
<
/Select
>
...
...
src/swift/Tags/T75.js
View file @
f298680e
...
...
@@ -173,7 +173,7 @@ export class T75BAK extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
{
getCode
(
this
.
props
.
mty
).
map
(
item
=><
Option
key
=
{
item
}
value
=
{
""
+
item
}
>
{
item
+
""
}
<
/Option>
)
...
...
@@ -262,7 +262,7 @@ class SubItem extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
item
.
val1
}
onChange
=
{(
val
)
=>
{
item
.
val1
=
val
;
this
.
props
.
onValue
([
value
,
this
.
combineValue
(
value
)])}}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
item
.
val1
}
onChange
=
{(
val
)
=>
{
item
.
val1
=
val
;
this
.
props
.
onValue
([
value
,
this
.
combineValue
(
value
)])}}
>
{
getCode
(
this
.
props
.
mty
).
map
(
item
=><
Option
key
=
{
item
}
value
=
{
""
+
item
}
>
{
item
+
""
}
<
/Option>
)
}
...
...
src/swift/Tags/T76.js
View file @
f298680e
...
...
@@ -126,7 +126,7 @@ export class T76BAK extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
{
getCode
(
this
.
props
.
mty
).
map
(
item
=><
Option
key
=
{
item
}
value
=
{
""
+
item
}
>
{
item
+
""
}
<
/Option>
)
...
...
@@ -215,7 +215,7 @@ class SubItem extends Component
label
=
"Code"
required
>
<
Select
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
item
.
val1
}
onChange
=
{(
val
)
=>
{
item
.
val1
=
val
;
this
.
props
.
onValue
([
value
,
this
.
combineValue
(
value
)])}}
>
<
Select
size
=
{
InputSize
}
allowClear
=
{
true
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"Code"
value
=
{
item
.
val1
}
onChange
=
{(
val
)
=>
{
item
.
val1
=
val
;
this
.
props
.
onValue
([
value
,
this
.
combineValue
(
value
)])}}
>
{
getCode
(
this
.
props
.
mty
).
map
(
item
=><
Option
key
=
{
item
}
value
=
{
""
+
item
}
>
{
item
+
""
}
<
/Option>
)
}
...
...
src/swift/Tags/T77B.js
View file @
f298680e
...
...
@@ -97,6 +97,7 @@ export class T77Bbak extends Component
>
<
Select
size
=
{
InputSize
}
showSearch
allowClear
=
{
true
}
optionFilterProp
=
"children"
notFoundContent
=
"Wrong Code"
style
=
{{
width
:
"100%"
,
zIndex
:
99
}}
placeholder
=
"Code"
value
=
{
value
.
s1
}
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
...
...
@@ -113,6 +114,7 @@ export class T77Bbak extends Component
>
<
Select
placeholder
=
"Country Code"
showSearch
allowClear
=
{
true
}
optionFilterProp
=
"children"
notFoundContent
=
"Wrong Code"
size
=
{
InputSize
}
style
=
{{
width
:
"100%"
,
zIndex
:
99
}}
value
=
{
value
.
s2
}
onChange
=
{(
val
)
=>
this
.
onChange
(
2
,
val
)}
>
...
...
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