Commit 5f581478 by wangna

码表汉化

parent 1fd5fa13
......@@ -4030,8 +4030,8 @@ const CodeTable = {
{ label: "是", value: "X" },
],
key2: [
{ label: "Transaction", value: "TRN" },
{ label: "Database", value: "DBF" },
{ label: "交易", value: "TRN" },
{ label: "数据库", value: "DBF" },
],
payrol: [
{ label: "第二通知行", value: "A2B" },
......@@ -4135,7 +4135,7 @@ const CodeTable = {
{ label: "借方", value: "UMS" },
],
payrol1: [
{ label: "Applicant", value: "APL" },
{ label: "申请人", value: "APL" },
{ label: "Further Party", value: "OTH" },
],
ptyp2:[
......@@ -6635,12 +6635,12 @@ const CodeTable = {
{ label: "APL 申请人", value: "APL" }
],
setfelRol1: [
{ label: "A2B 2nd Advising Bank", value: "A2B" },
{ label: "ADV Advising Bank", value: "ADV" },
{ label: "APL Applicant", value: "APL" },
{ label: "AVB Available with Bank", value: "AVB" },
{ label: "BEN Beneficiary", value: "BEN" },
{ label: "CON Confirming Bank", value: "CON" },
{ label: "A2B 第二通知行", value: "A2B" },
{ label: "ADV 通知行", value: "ADV" },
{ label: "APL 申请人", value: "APL" },
{ label: "AVB 可用银行", value: "AVB" },
{ label: "BEN 受益人", value: "BEN" },
{ label: "CON 保兑行", value: "CON" },
],
ptydbt: [
{ label: "OWN Ourselves", value: "OWN" },
......@@ -6958,9 +6958,6 @@ const CodeTable = {
{ label: "电子汇总征税保函", value: "02" },
],
// typgar: [
// { label: "农民工工资保函", value: "1" },
// ],
gtxinr: [
{ label: "性能保函2", value: "00000008" },
{ label: "预付款保函", value: "00000006" },
......@@ -7095,19 +7092,19 @@ const CodeTable = {
],
ptydbt_setpan1: [
{ label: "OWN Ourselves", value: "OWN" },
{ label: "ADV Advising Bank", value: "ADV" },
{ label: "APL Applicant", value: "APL" },
{ label: "AVB Available with Bank", value: "AVB" },
{ label: "BEN Beneficiary", value: "BEN" },
{ label: "CON Confirming Bank", value: "CON" },
{ label: "ADV 通知行", value: "ADV" },
{ label: "APL 申请人", value: "APL" },
{ label: "AVB 可用银行", value: "AVB" },
{ label: "BEN 受益人", value: "BEN" },
{ label: "CON 保兑行", value: "CON" },
],
ptydbt_setpan2: [
{ label: "OWN Ourselves", value: "OWN" },
{ label: "A2B 2nd Advising Bank", value: "A2B" },
{ label: "ADV Advising Bank", value: "ADV" },
{ label: "AVB Available with Bank", value: "AVB" },
{ label: "BEN Beneficiary", value: "BEN" },
{ label: "CON Confirming Bank", value: "CON" },
{ label: "A2B 第二通知行", value: "A2B" },
{ label: "ADV 通知行", value: "ADV" },
{ label: "AVB 可用银行", value: "AVB" },
{ label: "BEN 受益人", value: "BEN" },
{ label: "CON 保兑行", value: "CON" },
],
apprul2: [
{ label: "保函受ICC见索即付保函规则约束", value: "URDG" },
......@@ -7202,13 +7199,13 @@ const CodeTable = {
{label:"GB 英国",value:"GB"},
],
ctytxt2:[
{label:"People's Republic of China",value:"CN"},
{label:"HONG KONG",value:"HK"},
{label:"Great Britain",value:"GB"},
{label:"中华人民共和国",value:"CN"},
{label:"香港",value:"HK"},
{label:"英国",value:"GB"},
],
trndoc_advdoc: [
{ label: "经核验,证实电相符/印鉴相符", value: "" },
{ label: "信用证真实性待核实", value: "2" },
{ label: "经核验,证实电相符/印鉴相符", value: "" },
{ label: "信用证真实性待核实", value: "2" },
],
swiftflg:[
{label:"是",value:"Y"},
......@@ -7351,14 +7348,14 @@ const CodeTable = {
{ label: "选定的用户", value: "<SELU>" },
],
sta_ordrel: [
{ label: "All", value: "" },
{ label: "Break", value: "BRK" },
{ label: "Correction", value: "COR" },
{ label: "Delete", value: "DEL" },
{ label: "ORD Break", value: "CMB" },
{ label: "ORD Correction", value: "CMR" },
{ label: "ORD Delete", value: "DES" },
{ label: "ORD Waiting", value: "CRE" },
{ label: "全部", value: "" },
{ label: "终止", value: "BRK" },
{ label: "修改", value: "COR" },
{ label: "删除", value: "DEL" },
{ label: "ORD终止", value: "CMB" },
{ label: "ORD修改", value: "CMR" },
{ label: "ORD删除", value: "DES" },
{ label: "ORD等待", value: "CRE" },
{ label: "已发布", value: "REL" },
{ label: "总行退回", value: "CTR" },
],
......
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