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
132cc69e
Commit
132cc69e
authored
Nov 10, 2023
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MT767中22A码表值调整
parent
c3ccc792
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
T22A.js
src/swift/Tags/T22A.js
+15
-10
No files found.
src/swift/Tags/T22A.js
View file @
132cc69e
...
...
@@ -27,13 +27,11 @@ export default class T22A extends Component
let
errmsg
=
value
&&
value
.
length
==
3
?
value
[
2
]:{}
value
=
value
&&
value
.
length
?
value
[
0
]
:
{}
let
Purpose
=
[
'ACNF'
,
'ADVI'
,
'ISSU'
]
let
Purpose1
=
[
{
code
:
"ACNF"
,
name
:
"ACNF"
},
{
code
:
"ADVI"
,
name
:
"ADVI"
},
{
code
:
"ISSU"
,
name
:
"ISSU"
}]
if
(
this
.
props
.
mty
==
'mt300'
)
{
Purpose
=
[
'AMND'
,
'CANC'
,
'DUPL'
,
'EXOP'
,
'NEWT'
]
Purpose1
=
[
{
code
:
"AMND"
,
name
:
"Amendment"
},
{
code
:
"CANC"
,
name
:
"Cancellation"
},
...
...
@@ -42,31 +40,38 @@ export default class T22A extends Component
{
code
:
"NEWT"
,
name
:
"New Confirmation"
}]
}
if
(
this
.
props
.
mty
==
'mt306'
)
{
Purpose
=
[
'AMND'
,
'CANC'
,
'NEWT'
]
Purpose1
=
[
{
code
:
"AMND"
,
name
:
"Amendment"
},
{
code
:
"CANC"
,
name
:
"Cancellation"
},
{
code
:
"NEWT"
,
name
:
"New Confirmation"
}]
}
if
(
this
.
props
.
mty
==
'mt320'
||
this
.
props
.
mty
==
'mt360'
||
this
.
props
.
mty
==
'mt620'
)
{
Purpose
=
[
'AMND'
,
'CANC'
,
'DUPL'
,
'NEWT'
]
Purpose1
=
[
{
code
:
"AMND"
,
name
:
"Amendment"
},
{
code
:
"CANC"
,
name
:
"Cancellation"
},
{
code
:
"DUPL"
,
name
:
"Duplicate"
},
{
code
:
"NEWT"
,
name
:
"New Confirmation"
}]
}
if
(
this
.
props
.
mty
==
'mt760'
||
this
.
props
.
mty
==
'mt767'
){
if
(
this
.
props
.
mty
==
'mt760'
){
Purpose1
=
[
{
code
:
"ISSU"
,
name
:
"Issuance of undertaking"
},
{
code
:
"ISCO"
,
name
:
"Issuance of counter-undertaking"
},
{
code
:
"ADVI"
,
name
:
"Advice of issued undertaking"
},
{
code
:
"ACNF"
,
name
:
"Advice and confirm of issued undert"
},
{
code
:
"ICCO"
,
name
:
"Issuance of counter-counter-undert."
}]
{
code
:
"ADVI"
,
name
:
"Advice of issued undertaking"
},
{
code
:
"ICCO"
,
name
:
"Issuance of counter-counter-undert."
},
{
code
:
"ISCO"
,
name
:
"Issuance of counter-undertaking"
},
{
code
:
"ISSU"
,
name
:
"Issuance of undertaking"
}
]
}
if
(
this
.
props
.
mty
==
'mt767'
){
Purpose1
=
[
{
code
:
"ACNA"
,
name
:
"Advice and confirmation of amendment to issued undertaking"
},
{
code
:
"ADVA"
,
name
:
"Advice of amendment to issued undertaking"
},
{
code
:
"ICCA"
,
name
:
"Issuance of amendment to issued counter counter-undertaking."
},
{
code
:
"ISCA"
,
name
:
"Issuance of amendment to issued counter-undertaking."
},
{
code
:
"ISUA"
,
name
:
"Issuance of amendment to issued undertaking"
}]
}
return
(
<
Row
>
<
Col
span
=
{
1
0
}
>
<
Col
span
=
{
1
5
}
>
<
FormItem
help
=
{
errmsg
.
s1
}
...
...
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