Commit d8795a93 by huangxin

保函修改

parent 3e282baf
......@@ -7266,6 +7266,14 @@ const CodeTable = {
{ label: "URDG 保函受ICC见索即付保函规则约束", value: "URDG" },
{ label: "NONE 保函不受任何规则约束", value: "NONE" },
],
apprulc2: [
{ label: "UCPR 保函受UCP跟单信用证规则约束", value: "UCPR" },
{ label: "OTHR 保函受另一套规则约束,请参阅叙述", value: "OTHR" },
{ label: "URDG 保函受ICC见索即付保函规则约束", value: "URDG" },
{ label: "URCG 保函受ICC合约保函规则约束", value: "URCG" },
{ label: "ISPR 保函受国际备用惯例ISP的约束", value: "ISPR" },
{ label: "NONE 保函不受任何规则约束", value: "NONE" },
],
ptydbt_setpan: [
{ label: "OWN Ourselves", value: "OWN" },
{ label: "通知行", value: "ADV" },
......
......@@ -7,6 +7,7 @@ export default class Trtame{
this.data = {
trdgrp:{
rec:{
finblk:"",
pntref:"", // 父交易参考号 .trdgrp.rec.pntref
pntnam:"", // Name .trdgrp.rec.pntnam
ownref:"", // 参考号 .trdgrp.rec.ownref
......@@ -14,7 +15,7 @@ export default class Trtame{
pctfin:"", // 融资比例 .trdgrp.rec.pctfin
stttendat:"", // 起息日期 .trdgrp.rec.stttendat
matdat:"", // Maturity Date .trdgrp.rec.matdat
fintyp:"", // 融资品种 .trdgrp.rec.fintyp
fintyp:"", // 融资品种 .trdgcrp.rec.fintyp
finact:"", // Finance Account .trdgrp.rec.finact
intrat:"", // Margin Spread applied to Interest Rate .trdgrp.rec.intrat
actrat:"", // actural rate .trdgrp.rec.actrat
......
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