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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
T36D.js
src/swift/Tags/T36D.js
+6
-1
T57A.js
src/swift/Tags/T57A.js
+1
-1
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
...
...
@@ -97,7 +97,7 @@ export default class T57A extends Component
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
>
...
...
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