Commit 0497b448 by fukai

支持607

parent 23f52380
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":"Deliverer of the Commodity","tagValue":[{},null]},
{"tag":"88A","status":"O","tno":11,"letter":["88A","88B","88D"],"label":"Beneficiary of the Commodity","tagValue":[{},null]},
{"tag":"72","status":"O","tno":12,"letter":[],"label":"Sender to Receiver Information","tagValue":[{},null]}
]
const Title="MT 607 Commodity Credit Advice"
export default { Tags,Title}
\ No newline at end of file
......@@ -42,6 +42,8 @@ import MT768 from './MT768'
import MT747 from './MT747'
import MT769 from './MT769'
import MT605 from './MT605'
import MT607 from './MT607'
import MT707 from './MT707'
export default function MTFactory(mty)
......@@ -124,6 +126,8 @@ export default function MTFactory(mty)
return MT769
if(mty=="mt605")
return MT605
if(mty=="mt607")
return MT607
if(mty=="mt707")
return MT707
......
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