Commit 9cc3cc53 by s_guodong

增加MT601、MT604、MT606

parent 4fae0002
const Tags = [
{"tag":"26C","status":"M","tno":1,"letter":[],"label":"Identification of the Commodity and the Commodity Account","tagValue":[{},null]},
{"tag":"25","status":"O","tno":2,"letter":[],"label":"Further Account Identification","tagValue":[{},null]},
{"tag":"30","status":"M","tno":3,"letter":[],"label":"Value Date","tagValue":[{},null]},
{"tag":"72","status":"O","tno":4,"letter":[],"label":"Sender to Receiver Information","tagValue":[{},null]},
{"cyclist":"5","cycs":[[
{"tag":"20","status":"M","tno":5,"letter":[],"label":"Transaction Reference Number","tagValue":[{},null]},
{"tag":"21","status":"M","tno":6,"letter":[],"label":"Related Reference","tagValue":[{},null]},
{"tag":"23","status":"M","tno":7,"letter":[],"label":"Further Identification","tagValue":[{},null]},
{"tag":"26D","status":"O","tno":8,"letter":[],"label":"Certificate Number(s) and/or Bar Number(s)","tagValue":[{},null]},
{"tag":"32F","status":"M","tno":9,"letter":[],"label":"Quantity of the Commodity","tagValue":[{},null]},
{"tag":"82A","status":"O","tno":10,"letter":["82A","82B","82D"],"label":"Instructing Party","tagValue":[{},null]},
{"tag":"86A","status":"O","tno":11,"letter":["86A","86B","86D"],"label":"Intermediary","tagValue":[{},null]},
{"tag":"87A","status":"O","tno":12,"letter":["87A","87B","87D"],"label":"Receiver of the Commodity","tagValue":[{},null]},
{"tag":"88A","status":"M","tno":13,"letter":["88A","88B","88D"],"label":"Beneficiary of the Commodity","tagValue":[{},null]},
{"tag":"72","status":"O","tno":14,"letter":[],"label":"Sender to Receiver Information","tagValue":[{},null]}
]],
"pattern":[
{"tag":"20","status":"M","tno":5,"letter":[],"label":"Transaction Reference Number","tagValue":[{},null]},
{"tag":"21","status":"M","tno":6,"letter":[],"label":"Related Reference","tagValue":[{},null]},
{"tag":"23","status":"M","tno":7,"letter":[],"label":"Further Identification","tagValue":[{},null]},
{"tag":"26D","status":"O","tno":8,"letter":[],"label":"Certificate Number(s) and/or Bar Number(s)","tagValue":[{},null]},
{"tag":"32F","status":"M","tno":9,"letter":[],"label":"Quantity of the Commodity","tagValue":[{},null]},
{"tag":"82A","status":"O","tno":10,"letter":["82A","82B","82D"],"label":"Instructing Party","tagValue":[{},null]},
{"tag":"86A","status":"O","tno":11,"letter":["86A","86B","86D"],"label":"Intermediary","tagValue":[{},null]},
{"tag":"87A","status":"O","tno":12,"letter":["87A","87B","87D"],"label":"Receiver of the Commodity","tagValue":[{},null]},
{"tag":"88A","status":"M","tno":13,"letter":["88A","88B","88D"],"label":"Beneficiary of the Commodity","tagValue":[{},null]},
{"tag":"72","status":"O","tno":14,"letter":[],"label":"Sender to Receiver Information","tagValue":[{},null]}
] }
]
const Title = "Commodity Transfer/Delivery Order"
export default { Tags,Title}
\ No newline at end of file
const Tags = [
{"tag":"20","status":"M","tno":1,"letter":[],"label":"Transaction Reference Number","tagValue":[{},null]},
{"tag":"21","status":"M","tno":2,"letter":[],"label":"Related Reference","tagValue":[{},null]},
{"tag":"26C","status":"M","tno":3,"letter":[],"label":"Identification of the Commodity and the Commodity Account","tagValue":[{},null]},
{"tag":"25","status":"O","tno":4,"letter":[],"label":"Further Account Identification","tagValue":[{},null]},
{"tag":"26D","status":"O","tno":5,"letter":[],"label":"Certificate Number(s) and/or Bar Number(s)","tagValue":[{},null]},
{"tag":"30","status":"M","tno":6,"letter":[],"label":"Value Date","tagValue":[{},null]},
{"tag":"32F","status":"M","tno":7,"letter":[],"label":"Quantity of the Commodity","tagValue":[{},null]},
{"tag":"82A","status":"O","tno":8,"letter":["82A","82D"],"label":"Instructing Party","tagValue":[{},null]},
{"tag":"86A","status":"O","tno":9,"letter":["86A","86B","86D"],"label":"Intermediary","tagValue":[{},null]},
{"tag":"87A","status":"O","tno":10,"letter":["87A","87D"],"label":"Receiver of the Commodity","tagValue":[{},null]},
{"tag":"88A","status":"O","tno":11,"letter":["88A","88D"],"label":"Beneficiary of the Commodity","tagValue":[{},null]},
{"tag":"72","status":"O","tno":12,"letter":[],"label":"Sender to Receiver Information","tagValue":[{},null]}
]
const Title = "Commodity Debit Advice"
export default { Tags,Title}
\ No newline at end of file
...@@ -39,7 +39,10 @@ import MT567 from './MT567' ...@@ -39,7 +39,10 @@ import MT567 from './MT567'
import MT600 from './MT600' import MT600 from './MT600'
import MT601 from './MT601'
import MT604 from './MT604'
import MT605 from './MT605' import MT605 from './MT605'
import MT606 from './MT606'
import MT607 from './MT607' import MT607 from './MT607'
import MT620 from './MT620' import MT620 from './MT620'
...@@ -151,8 +154,14 @@ export default function MTFactory(mty) ...@@ -151,8 +154,14 @@ export default function MTFactory(mty)
return MT567 return MT567
if(mty=="mt600") if(mty=="mt600")
return MT600 return MT600
if(mty=="mt601")
return MT601
if(mty=="mt604")
return MT604
if(mty=="mt605") if(mty=="mt605")
return MT605 return MT605
if(mty=="mt606")
return MT606
if(mty=="mt607") if(mty=="mt607")
return MT607 return MT607
if(mty=="mt620") if(mty=="mt620")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment