Commit 31a039ec by liaoxing

GTX 静态交易需求文档 修改

parent 491e027f
...@@ -3785,12 +3785,13 @@ const CodeTable = { ...@@ -3785,12 +3785,13 @@ const CodeTable = {
{ label: "通知/确认", value: "LETOPN" }, { label: "通知/确认", value: "LETOPN" },
], ],
hndtyp: [ hndtyp: [
{ label: "他行委托我行转开的保函登记", value: "FR" }, // { label: "他行委托我行转开的保函登记", value: "FR" },
{ label: "他行委托我行开立保函", value: "OT" }, // { label: "他行委托我行开立保函", value: "OT" },
{ label: "我行直接开立保函", value: "OL" }, { label: "我行直接开立保函", value: "OL" },
{ label: "通知保函", value: "FI" }, // { label: "通知保函", value: "FI" },
{ label: "我行通知或转往保函指定的通知行", value: "FA" }, // { label: "我行通知或转往保函指定的通知行", value: "FA" },
{ label: "我行委托他行开立保函", value: "OC" }, { label: "我行委托他行开立保函", value: "OC" },
], ],
seahndtyp1: [ seahndtyp1: [
{ label: "我行直接开立保函", value: "OL" }, { label: "我行直接开立保函", value: "OL" },
...@@ -4786,8 +4787,13 @@ const CodeTable = { ...@@ -4786,8 +4787,13 @@ const CodeTable = {
{ label: "等待响应", value: "" }, { label: "等待响应", value: "" },
], ],
objtyp: [ objtyp: [
{ label: "规则", value: "ORD" }, // { label: "规则", value: "ORD" },该选项和TD中不一样
{ label: "交易", value: "TRN" }, // { label: "交易", value: "TRN" },该选项和TD中不一样
{ label: "default", value: "" },
{ label: "country", value: "CTY" },
{ label: "party", value: "PTY" },
{ label: "group", value: "HEQ" },
], ],
obsper: [ obsper: [
{ label: "15分钟", value: "003" }, { label: "15分钟", value: "003" },
...@@ -6397,7 +6403,7 @@ const CodeTable = { ...@@ -6397,7 +6403,7 @@ const CodeTable = {
{ label: "银行信贷证明", value: "V" }, { label: "银行信贷证明", value: "V" },
{ label: "其他融资类保函", value: "W" }, { label: "其他融资类保函", value: "W" },
{ label: "加贸保函", value: "X" }, { label: "加贸保函", value: "X" },
{ label: "备用信用证备用信用证", value: "Y" }, { label: "备用信用证", value: "Y" },
{ label: "其他非融资类保函", value: "Z" }, { label: "其他非融资类保函", value: "Z" },
], ],
typsel: [ typsel: [
......
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