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
699cd3dc
Commit
699cd3dc
authored
Oct 19, 2023
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPDATE
parent
b7b8dc57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
17 deletions
+21
-17
T36D.js
src/swift/Tags/T36D.js
+6
-1
T57A.js
src/swift/Tags/T57A.js
+15
-16
No files found.
src/swift/Tags/T36D.js
View file @
699cd3dc
...
...
@@ -64,7 +64,12 @@ export default class T36D extends Component
optionFilterProp
=
"children"
notFoundContent
=
"Wrong Code"
style
=
{{
width
:
"100%"
}}
value
=
{
value
.
s1
}
onChange
=
{
val
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"BCAW"
>
BCAW
<
/Option
>
<
Option
value
=
"PAIR"
>
PAIR
<
/Option
>
<
Option
value
=
"TURN"
>
TURN
<
/Option
>
<
Option
value
=
"MION"
>
MION
<
/Option
>
<
Option
value
=
"SIZE"
>
SIZE
<
/Option
>
<
Option
value
=
"SETT"
>
SETT
<
/Option
>
<
Option
value
=
"LOST"
>
LOST
<
/Option
>
<
/Select
>
<
/FormItem
>
<
/Col
>
...
...
src/swift/Tags/T57A.js
View file @
699cd3dc
...
...
@@ -15,7 +15,7 @@ export default class T57A extends Component
name
=
'57A'
desp
=
"Account With Bank"
pattern
=
""
tno
=
-
1
...
...
@@ -27,7 +27,7 @@ export default class T57A extends Component
if
(
!
value
)
value
=
""
let
objtemp
=
this
.
props
.
value
objtemp
=
objtemp
&&
objtemp
.
length
?
objtemp
[
0
]
:
{}
objtemp
[
"s"
+
index
]
=
value
;
...
...
@@ -35,13 +35,13 @@ export default class T57A extends Component
this
.
keys
.
forEach
(
i
=>
{
obj
[
's'
+
i
]
=
objtemp
[
's'
+
i
]
});
let
mval
=
""
if
(
obj
.
s1
)
mval
=
'/'
+
obj
.
s1
mval
=
'/'
+
obj
.
s1
if
(
obj
.
s2
)
mval
=
mval
+
'/'
+
obj
.
s2
mval
=
mval
+
'/'
+
obj
.
s2
if
(
obj
.
s3
)
mval
=
mval
?
`
${
mval
}
\r\n
${
obj
.
s3
}
`
:
obj
.
s3
this
.
props
.
onValue
([
obj
,
mval
])
...
...
@@ -63,11 +63,11 @@ export default class T57A extends Component
<
Col
span
=
{
10
}
>
<
FormItem
help
=
{
errmsg
.
s1
}
validateStatus
=
{
errmsg
.
s1
?
'error'
:
null
}
validateStatus
=
{
errmsg
.
s1
?
'error'
:
null
}
label
=
"D/C"
>
<
Select
allowClear
=
{
true
}
value
=
{
value
.
s1
}
style
=
{{
width
:
"100%"
}}
placeholder
=
"D/C"
onChange
=
{(
val
)
=>
this
.
onChange
(
1
,
val
)}
>
<
Option
value
=
"C"
>
C
<
/Option
>
<
Option
value
=
"D"
>
D
<
/Option
>
...
...
@@ -80,28 +80,28 @@ export default class T57A extends Component
validateStatus
=
{
errmsg
.
s2
?
'error'
:
null
}
label
=
"Account"
>
<
Input
addonBefore
=
"/"
maxLength
=
{
34
}
style
=
{{
imeMode
:
'disabled'
}}
placeholder
=
"Account"
value
=
{
value
.
s2
}
onChange
=
{(
e
)
=>
this
.
onChange
(
2
,
e
.
target
.
value
)}
/
>
<
/FormItem
>
<
/Col
>
<
/Col
>
<
/Row
>
<
Row
>
<
Col
>
<
FormItem
label
=
"Identifier Code"
label
=
"Identifier Code"
required
=
{
this
.
props
.
status
==
'M'
||
mval
?
'required'
:
null
}
help
=
{
errmsg
.
s3
}
validateStatus
=
{
errmsg
.
s3
?
'error'
:
null
}
>
<
Input
addonAfter
=
{
<
YBIC
onSelect
=
{
obj
=>
this
.
onChange
(
3
,
obj
.
bic
)}
/> } maxLength=
{1
6
}
style={{imeMode:'disabled'}} placeholder="Identifier Code" value={value.s3} onChange={
(
e
)
=>this.onChange
(
3,e.target.value
)
}/
>
<
Input
addonAfter
=
{
<
YBIC
onSelect
=
{
obj
=>
this
.
onChange
(
3
,
obj
.
bic
)}
/> } maxLength=
{1
1
}
style={{imeMode:'disabled'}} placeholder="Identifier Code" value={value.s3} onChange={
(
e
)
=>this.onChange
(
3,e.target.value
)
}/
>
<
/FormItem
>
<
/Col
>
<
/Row
>
<
/div
>
)
}
}
\ 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