Commit dae02947 by yangxiaolei

Merge branch 'bochk-poc-1113' of http://192.168.0.110:11080/fukai/vue-gjjs into bochk-poc-1113

parents b5152d8b 82c5cfac
export default [
{
path: "0",
name: "Identification",
label: "账号信息",
tag: "id",
type: "Choice",
status: "M",
children: [
{
path: "0.0",
name: "IBAN",
label: "国际账号标识",
tag: "iban",
type: "TextInput#[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}",
status: "M",
maxLength: "34",
},
{
path: "0.1",
name: "Other",
label: "其他账号",
tag: "othr",
status: "M",
children: [
{
path: "0.1.0",
name: "Identification",
label: "账号标识",
tag: "id",
type: "TextInput#([0-9a-zA-Z-?:().,'+ ]([0-9a-zA-Z-?:().,'+ ]*(/[0-9a-zA-Z-?:().,'+ ])?)*)",
status: "M",
maxLength: "34",
},
{
path: "0.1.1",
name: "Scheme Name",
label: "账号类型",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.1.1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalAccountIdCode",
status: "M",
},
{
path: "0.1.1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Type",
label: "账户类型",
tag: "tp",
type: "Choice",
status: "O",
children: [
{
path: "1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalCashAccountTypeCode",
status: "M",
},
{
path: "1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "2",
name: "Currency",
label: "账户币种",
tag: "ccy",
type: "Select#ccy",
status: "O",
},
{
path: "3",
name: "Name",
label: "账户名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "70",
},
];
export default [
{
path: "0",
name: "Identification",
label: "账号信息",
tag: "id",
type: "Choice",
status: "M",
children: [
{
path: "0.0",
name: "IBAN",
label: "国际账号标识",
tag: "iban",
type: "TextInput#[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}",
status: "M",
maxLength: "34",
},
{
path: "0.1",
name: "Other",
label: "其他账号",
tag: "othr",
status: "M",
children: [
{
path: "0.1.0",
name: "Identification",
label: "账号标识",
tag: "id",
type: "TextInput#([0-9a-zA-Z-?:().,'+ ]([0-9a-zA-Z-?:().,'+ ]*(/[0-9a-zA-Z-?:().,'+ ])?)*)",
status: "M",
maxLength: "34",
},
{
path: "0.1.1",
name: "Scheme Name",
label: "账号类型",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.1.1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalAccountIdCode",
status: "M",
},
{
path: "0.1.1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Type",
label: "账户类型",
tag: "tp",
type: "Choice",
status: "O",
children: [
{
path: "1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalCashAccountTypeCode",
status: "M",
},
{
path: "1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "2",
name: "Currency",
label: "账户币种",
tag: "ccy",
type: "Select#ccy",
status: "O",
},
{
path: "3",
name: "Name",
label: "账户名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
];
export default [
{
path: "0",
name: "Identification",
label: "账号信息",
tag: "id",
type: "Choice",
status: "M",
children: [
{
path: "0.0",
name: "IBAN",
label: "国际账号标识",
tag: "iban",
type: "TextInput#[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}",
status: "M",
maxLength: "34",
},
{
path: "0.1",
name: "Other",
label: "其他账号",
tag: "othr",
status: "M",
children: [
{
path: "0.1.0",
name: "Identification",
label: "账号标识",
tag: "id",
type: "TextInput#([0-9a-zA-Z-?:().,'+ ]([0-9a-zA-Z-?:().,'+ ]*(/[0-9a-zA-Z-?:().,'+ ])?)*)",
status: "M",
maxLength: "34",
},
{
path: "0.1.1",
name: "Scheme Name",
label: "账号类型",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.1.1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalAccountIdCode",
status: "M",
},
{
path: "0.1.1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Type",
label: "账户类型",
tag: "tp",
type: "Choice",
status: "O",
children: [
{
path: "1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalCashAccountTypeCode",
status: "M",
},
{
path: "1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput",
status: "M",
maxLength: "35",
},
],
},
{
path: "2",
name: "Currency",
label: "账户币种",
tag: "ccy",
type: "Select#ccy",
status: "M",
},
{
path: "3",
name: "Name",
label: "账户名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "70",
},
{
path: "4",
name: "Owner",
label: "账户户主",
tag: "ownr",
type: "Party1350",
status: "O",
},
{
path: "5",
name: "Servicer",
label: "账户行信息",
tag: "svcr",
type: "Agent60",
status: "O",
},
];
export default [
{
path: "0",
name: "Identification",
label: "账号信息",
tag: "id",
type: "Choice",
status: "M",
children: [
{
path: "0.0",
name: "IBAN",
label: "国际账号标识",
tag: "iban",
type: "TextInput#[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}",
status: "M",
maxLength: "34",
},
{
path: "0.1",
name: "Other",
label: "其他账号",
tag: "othr",
status: "M",
children: [
{
path: "0.1.0",
name: "Identification",
label: "账号标识",
tag: "id",
type: "TextInput#([0-9a-zA-Z-?:().,'+ ]([0-9a-zA-Z-?:().,'+ ]*(/[0-9a-zA-Z-?:().,'+ ])?)*)",
status: "M",
maxLength: "34",
},
{
path: "0.1.1",
name: "Scheme Name",
label: "账号类型",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.1.1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalAccountIdCode",
status: "M",
},
{
path: "0.1.1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Type",
label: "账户类型",
tag: "tp",
type: "Choice",
status: "O",
children: [
{
path: "1.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#externalCashAccountTypeCode",
status: "M",
},
{
path: "1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput",
status: "M",
maxLength: "35",
},
],
},
{
path: "2",
name: "Currency",
label: "账户币种",
tag: "ccy",
type: "Select#ccy",
status: "M",
},
{
path: "3",
name: "Name",
label: "账户名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "70",
},
{
path: "4",
name: "Owner",
label: "账户户主",
tag: "ownr",
type: "Party1350",
status: "O",
},
{
path: "5",
name: "Servicer",
label: "账户行信息",
tag: "svcr",
type: "Agent66",
status: "O",
},
];
export default [
{
path: "0",
name: "Address Type",
label: "地址类型",
tag: "adrTp",
type: "Choice",
status: "O",
children: [
{
path: "0.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#AddressTypeCode",
status: "M",
},
{
path: "0.1",
name: "Proprietary",
label: "专有地址类型",
tag: "prtry",
status: "M",
children: [
{
path: "0.1.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInut#[a-zA-Z0-9]{4}",
status: "M",
maxLength: "4",
},
{
path: "0.1.1",
name: "Issuer",
label: "标识对象",
tag: "issr",
type: "TextInput",
status: "M",
maxLength: "35",
},
{
path: "0.1.2",
name: "Scheme Name",
label: "简短描述",
tag: "schmeNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
],
},
],
},
{
path: "1",
name: "Country",
label: "国家",
tag: "ctry",
type: "TextInput#[A-Z]{2,2}",
status: "O",
maxLength: "2",
},
{
path: "2",
name: "Country Sub Division",
label: "省份",
tag: "ctrySubDvsn",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "3",
name: "District Name",
label: "市",
tag: "dstrctNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "4",
name: "Town Location Name",
label: "区",
tag: "twnLctnNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "5",
name: "Town Name",
label: "城镇",
tag: "twnNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "6",
name: "Post Code",
label: "邮编",
tag: "pstCd",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "7",
name: "Street Name",
label: "街道",
tag: "strtNm",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "8",
name: "Building Number",
label: "建筑门牌号",
tag: "bldgNb",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "9",
name: "Building Name",
label: "建筑名称",
tag: "bldgNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "10",
name: "Floor",
label: "楼层",
tag: "flr",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "11",
name: "Post Box",
label: "邮箱编号",
tag: "pstBx",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "12",
name: "Room",
label: "房间号",
tag: "room",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "13",
name: "Department",
label: "部门名称",
tag: "dept",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "14",
name: "Sub Department",
label: "子部门名称",
tag: "subDept",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "15",
name: "Address Line",
label: "地址信息",
tag: "adrLine",
type: "List",
status: "O",
maxLength: "35,3",
},
];
export default [
{
path: "0",
name: "Country",
label: "国家",
tag: "ctry",
type: "TextInput#[A-Z]{2,2}",
status: "O",
maxLength: "2",
},
{
path: "1",
name: "Country Sub Division",
label: "省份",
tag: "ctrySubDvsn",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "2",
name: "District Name",
label: "市",
tag: "dstrctNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "3",
name: "Town Location Name",
label: "区",
tag: "twnLctnNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "4",
name: "Town Name",
label: "城镇",
tag: "twnNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "5",
name: "Post Code",
label: "邮编",
tag: "pstCd",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "16",
},
{
path: "6",
name: "Street Name",
label: "街道",
tag: "strtNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "7",
name: "Building Number",
label: "建筑门牌号",
tag: "bldgNb",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "16",
},
{
path: "8",
name: "Building Name",
label: "建筑名称",
tag: "bldgNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "9",
name: "Floor",
label: "楼层",
tag: "flr",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "10",
name: "Post Box",
label: "邮箱编号",
tag: "pstBx",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "16",
},
{
path: "11",
name: "Room",
label: "房间号",
tag: "room",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "12",
name: "Department",
label: "部门名称",
tag: "dept",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "13",
name: "Sub Department",
label: "子部门名称",
tag: "subDept",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "14",
name: "Address Line",
label: "地址信息",
tag: "adrLine",
type: "List#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35,3",
},
];
export default [
{
path: "0",
name: "Address Type",
label: "地址类型",
tag: "adrTp",
type: "Choice",
status: "O",
children: [
{
path: "0.0",
name: "Code",
label: "类型代码",
tag: "cd",
type: "Select#AddressTypeCode",
status: "M",
},
{
path: "0.1",
name: "Proprietary",
label: "专有地址类型",
tag: "prtry",
status: "M",
children: [
{
path: "0.1.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInut#[a-zA-Z0-9]{4}",
status: "M",
maxLength: "4",
},
{
path: "0.1.1",
name: "Issuer",
label: "标识对象",
tag: "issr",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "M",
maxLength: "35",
},
{
path: "0.1.2",
name: "Scheme Name",
label: "简短描述",
tag: "schmeNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
],
},
],
},
{
path: "1",
name: "Country",
label: "国家",
tag: "ctry",
type: "TextInput#[A-Z]{2,2}",
status: "O",
maxLength: "2",
},
{
path: "2",
name: "Country Sub Division",
label: "省份",
tag: "ctrySubDvsn",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "3",
name: "District Name",
label: "市",
tag: "dstrctNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "4",
name: "Town Location Name",
label: "区",
tag: "twnLctnNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "5",
name: "Town Name",
label: "城镇",
tag: "twnNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "6",
name: "Post Code",
label: "邮编",
tag: "pstCd",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "16",
},
{
path: "7",
name: "Street Name",
label: "街道",
tag: "strtNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "8",
name: "Building Number",
label: "建筑门牌号",
tag: "bldgNb",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "16",
},
{
path: "9",
name: "Building Name",
label: "建筑名称",
tag: "bldgNm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35",
},
{
path: "10",
name: "Floor",
label: "楼层",
tag: "flr",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "11",
name: "Post Box",
label: "邮箱编号",
tag: "pstBx",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "16",
},
{
path: "12",
name: "Room",
label: "房间号",
tag: "room",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "13",
name: "Department",
label: "部门名称",
tag: "dept",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "14",
name: "Sub Department",
label: "子部门名称",
tag: "subDept",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "70",
},
{
path: "15",
name: "Address Line",
label: "地址信息",
tag: "adrLine",
type: "List#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35,3",
},
];
export default [
{
path: "0",
name: "Country",
label: "国家",
tag: "ctry",
type: "TextInput#[A-Z]{2,2}",
status: "M",
maxLength: "2",
},
{
path: "1",
name: "Country Sub Division",
label: "省份",
tag: "ctrySubDvsn",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "2",
name: "District Name",
label: "市",
tag: "dstrctNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "3",
name: "Town Location Name",
label: "区",
tag: "twnLctnNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "4",
name: "Town Name",
label: "城镇",
tag: "twnNm",
type: "TextInput",
status: "M",
maxLength: "35",
},
{
path: "5",
name: "Post Code",
label: "邮编",
tag: "pstCd",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "6",
name: "Street Name",
label: "街道",
tag: "strtNm",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "7",
name: "Building Number",
label: "建筑门牌号",
tag: "bldgNb",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "8",
name: "Building Name",
label: "建筑名称",
tag: "bldgNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "9",
name: "Floor",
label: "楼层",
tag: "flr",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "10",
name: "Post Box",
label: "邮箱编号",
tag: "pstBx",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "11",
name: "Room",
label: "房间号",
tag: "room",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "12",
name: "Department",
label: "部门名称",
tag: "dept",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "13",
name: "Sub Department",
label: "子部门名称",
tag: "subDept",
type: "TextInput",
status: "O",
maxLength: "70",
},
];
export default [
{
path: "0",
name: "Country",
label: "国家",
tag: "ctry",
type: "TextInput#[A-Z]{2,2}",
status: "M",
maxLength: "2",
},
{
path: "1",
name: "Country Sub Division",
label: "省份",
tag: "ctrySubDvsn",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "2",
name: "District Name",
label: "市",
tag: "dstrctNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "3",
name: "Town Location Name",
label: "区",
tag: "twnLctnNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "4",
name: "Town Name",
label: "城镇",
tag: "twnNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "5",
name: "Post Code",
label: "邮编",
tag: "pstCd",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "6",
name: "Street Name",
label: "街道",
tag: "strtNm",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "7",
name: "Building Number",
label: "建筑门牌号",
tag: "bldgNb",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "8",
name: "Building Name",
label: "建筑名称",
tag: "bldgNm",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "9",
name: "Floor",
label: "楼层",
tag: "flr",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "10",
name: "Post Box",
label: "邮箱编号",
tag: "pstBx",
type: "TextInput",
status: "O",
maxLength: "16",
},
{
path: "11",
name: "Room",
label: "房间号",
tag: "room",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "12",
name: "Department",
label: "部门名称",
tag: "dept",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "13",
name: "Sub Department",
label: "子部门名称",
tag: "subDept",
type: "TextInput",
status: "O",
maxLength: "70",
},
{
path: "14",
name: "Address Line",
label: "地址信息",
tag: "adrLine",
type: "List#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "35,3",
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "O",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "M",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "28",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "0.3",
name: "Name",
label: "机构名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "0.4",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address242",
status: "O",
},
{
path: "0.5",
name: "Other",
label: "其他信息",
tag: "othr",
status: "O",
children: [
{
path: "0.5.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "0.5.1",
name: "Scheme Name",
label: "标识方案名称",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.5.1.0",
name: "Code",
label: "标识码",
tag: "cd",
type: "TextInput",
status: "M",
maxLength: "4",
},
{
path: "0.5.1.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Branch Identification",
label: "特定分行的机构信息",
tag: "brnchId",
status: "O",
children: [
{
path: "1.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "1.1",
name: "LEI",
label: "金融机构的法人标识",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "1.2",
name: "Name",
label: "名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "1.3",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address242",
status: "O",
},
],
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "O",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "M",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "28",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "0.3",
name: "Name",
label: "机构名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "0.4",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address241",
status: "O",
},
],
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "M",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "28",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
],
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "O",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "M",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "28",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "0.3",
name: "Name",
label: "机构名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "0.4",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address241",
status: "O",
},
],
},
{
path: "1",
name: "Branch Identification",
label: "分行信息",
tag: "brnchId",
status: "O",
children: [
{
path: "1.0",
name: "Identification",
label: "标识号",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
],
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "O",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "O",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
{
path: "0.1.0.1",
name: "Proprietary",
label: "其他系统代码",
tag: "prtry",
type: "TextInput",
status: "M",
maxLength: "35",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput",
status: "M",
maxLength: "35",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "0.3",
name: "Name",
label: "机构名称",
tag: "nm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "0.4",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address",
status: "O",
},
{
path: "0.5",
name: "Other",
label: "其他信息",
tag: "othr",
status: "O",
children: [
{
path: "0.5.0",
name: "Identification",
label: "标识号",
tag: "id",
type: "TextInput",
status: "M",
maxLength: "35",
},
{
path: "0.5.1",
name: "Scheme Name",
label: "类型信息",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.5.1.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "TextInput",
status: "M",
maxLength: "4",
},
{
path: "0.5.1.1",
name: "Proprietary",
label: "其他类型代码",
tag: "prtry",
type: "TextInput",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Branch Identification",
label: "分行信息",
tag: "brnchId",
status: "O",
children: [
{
path: "1.0",
name: "Identification",
label: "标识号",
tag: "id",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "1.1",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "1.2",
name: "Name",
label: "分行名称",
tag: "nm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "1.3",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address",
status: "O",
},
],
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "O",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "M",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "28",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "0.3",
name: "Name",
label: "机构名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "0.4",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address242",
status: "O",
},
{
path: "0.5",
name: "Other",
label: "其他信息",
tag: "othr",
status: "O",
children: [
{
path: "0.5.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "0.5.1",
name: "Scheme Name",
label: "标识方案名称",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.5.1.0",
name: "Code",
label: "标识码",
tag: "cd",
type: "TextInput",
status: "M",
maxLength: "4",
},
{
path: "0.5.1.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Branch Identification",
label: "特定分行的机构信息",
tag: "brnchId",
status: "O",
children: [
{
path: "1.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "1.1",
name: "LEI",
label: "金融机构的法人标识",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "1.2",
name: "Name",
label: "名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "1.3",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address242",
status: "O",
},
],
},
];
export default [
{
path: "0",
name: "Financial Institution Identification",
label: "金融机构信息",
tag: "finInstnId",
status: "M",
children: [
{
path: "0.0",
name: "BICFI",
label: "行号",
tag: "bicfi",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "O",
maxLength: "11",
},
{
path: "0.1",
name: "Clearing System Member Identification",
label: "清算系统成员信息",
tag: "clrSysMmbId",
status: "O",
children: [
{
path: "0.1.0",
name: "Clearing System Identification",
label: "清算系统",
tag: "clrSysId",
type: "Choice",
status: "M",
children: [
{
path: "0.1.0.0",
name: "Code",
label: "系统代码",
tag: "cd",
type: "Select#externalClearingSystemIdentificationCode",
status: "M",
},
],
},
{
path: "0.1.1",
name: "Member Identification",
label: "标识号",
tag: "mmbId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "28",
},
],
},
{
path: "0.2",
name: "LEI",
label: "法人标识号",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "0.3",
name: "Name",
label: "机构名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "0.4",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address242",
status: "O",
},
{
path: "0.5",
name: "Other",
label: "其他信息",
tag: "othr",
status: "O",
children: [
{
path: "0.5.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "0.5.1",
name: "Scheme Name",
label: "标识方案名称",
tag: "schmeNm",
type: "Choice",
status: "O",
children: [
{
path: "0.5.1.0",
name: "Code",
label: "标识码",
tag: "cd",
type: "TextInput",
status: "M",
maxLength: "4",
},
{
path: "0.5.1.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
],
},
{
path: "1",
name: "Branch Identification",
label: "特定分行的机构信息",
tag: "brnchId",
status: "O",
children: [
{
path: "1.0",
name: "Identification",
label: "唯一标识",
tag: "id",
type: "TextInput",
status: "O",
maxLength: "35",
},
{
path: "1.1",
name: "LEI",
label: "金融机构的法人标识",
tag: "lei",
type: "TextInput#[A-Z0-9]{18,18}[0-9]{2,2}",
status: "O",
maxLength: "20",
},
{
path: "1.2",
name: "Name",
label: "名称",
tag: "nm",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ !#$%&*=^_`{|}~\";<>@[\\]]+",
status: "O",
maxLength: "140",
},
{
path: "1.3",
name: "Postal Address",
label: "地址信息",
tag: "pstlAdr",
type: "Address241",
status: "O",
},
],
},
];
export default {
ccy: "",
value: "",
};
export default {
cd: "",
fmly: {
cd: "",
subFmlyCd: "",
},
};
export default [
{
path: "0",
name: "Type",
label: "账户余额的类型",
tag: "tp",
status: "M",
children: [
{
path: "0.0",
name: "Code Or Proprietary",
label: "余额类型",
tag: "cdOrPrtry",
type: "Choice",
status: "M",
children: [
{
path: "0.0.0",
name: "Code",
label: "余额类型代码",
tag: "cd",
type: "Select#ExternalBalanceType1Code",
status: "M",
},
{
path: "0.0.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "0.1",
name: "Sub Type",
label: "余额的子类型",
tag: "subTp",
type: "Choice",
status: "O",
children: [
{
path: "0.1.0",
name: "Code",
label: "余额类型代码",
tag: "cd",
type: "Select#ExternalBalanceSubType1Code",
status: "M",
},
{
path: "0.1.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
{
path: "1",
name: "Credit Line",
label: "信贷额度详情",
tag: "cdtLine",
status: "O",
array: true,
children: [
{
path: "1.0",
name: "Included",
label: "信贷额度是否包含在余额中",
tag: "incl",
type: "Boolean",
status: "M",
},
{
path: "1.1",
name: "Type",
label: "信贷额度的类型",
tag: "Tp",
type: "Choice",
status: "O",
children: [
{
path: "1.1.0",
name: "Code",
label: "信贷额度的类型代码",
tag: "cd",
type: "TextInput",
status: "M",
maxLength: "4",
},
{
path: "1.1.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "1.2",
name: "Amount",
label: "金额",
tag: "amt",
type: "Amount#18,5",
status: "O",
},
{
path: "1.3",
name: "Date",
label: "提供信贷的日期",
tag: "dt",
type: "Choice",
status: "O",
children: [
{
path: "1.3.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Date",
status: "M",
},
{
path: "1.3.1",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
],
},
{
path: "2",
name: "Amount",
label: "账户金额",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "3",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
{
path: "4",
name: "Date",
label: "日期",
tag: "dt",
type: "Choice",
status: "M",
children: [
{
path: "4.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Date",
status: "M",
},
{
path: "4.1",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
{
path: "5",
name: "Availability",
label: "记录产生利息信息",
tag: "avlbty",
status: "O",
array: true,
children: [
{
path: "5.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Choice",
status: "M",
children: [
{
path: "5.0.0",
name: "Number Of Days",
label: "浮动的天数",
tag: "nbOfDays",
type: "TextInput#[+]{0,1}[0-9]{1,15}",
status: "M",
},
{
path: "5.0.1",
name: "Actual Date",
label: "实际开始的日期",
tag: "actlDt",
type: "Date",
status: "M",
},
],
},
{
path: "5.1",
name: "Amount",
label: "账户金额",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "5.2",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
],
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.029.001.09",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Agent",
label: "转让行代理行",
tag: "assgnrAgt",
type: "Agent62",
status: "M",
},
{
path: "9",
name: "Agent",
label: "受让行代理行",
tag: "assgneAgt",
type: "Agent62",
status: "M",
},
{
path: "10",
name: "Confirmation",
label: "当前状态",
tag: "conf",
type: "Select#CBPR_CancellationStatus",
status: "M",
},
{
path: "11",
name: "Cancellation Status Identification",
label: "取消状态唯一标识",
tag: "cxlStsId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "16",
},
{
path: "12",
name: "Resolved Case",
label: "案例",
tag: "rslvdCase",
status: "M",
children: [
{
path: "12.0",
name: "Identification",
label: "案例唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "16",
},
{
path: "12.1",
name: "Creator",
label: "当事人信息",
tag: "cretr",
type: "Choice",
status: "M",
children: [
{
path: "12.1.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1351",
status: "M",
},
{
path: "12.1.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
],
},
{
path: "13",
name: "Original Message Identification",
label: "原始消息标识号",
tag: "orgnlMsgId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "14",
name: "Original Message Name Identification",
label: "原始消息名称",
tag: "orgnlMsgNmId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "15",
name: "Original Creation Date Time",
label: "原始消息创建时间",
tag: "orgnlCreDtTm",
type: "DateTime",
status: "O",
maxLength: "35",
},
{
path: "16",
name: "Original Instruction Identification",
label: "原始指示方唯一标识",
tag: "orgnlInstrId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "16",
},
{
path: "17",
name: "Original End To End Identification",
label: "原始端到端标识号",
tag: "orgnlEndToEndId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "18",
name: "Original Transaction Identification",
label: "原始交易的唯一标识",
tag: "orgnlTxId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "19",
name: "Original Clearing System Reference",
label: "清分系统唯一标识",
tag: "orgnlClrSysRef",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "20",
name: "Originator",
label: "出具解决通知方",
tag: "orgtr",
type: "Party1351",
status: "O",
},
{
path: "21",
name: "Code",
label: "状态报告原因代码",
tag: "rsnCd",
type: "Select#CBPR_CancellationStatusReasonCode",
status: "O",
},
{
path: "22",
name: "Additional Information",
label: "取消消息状态交易详情",
tag: "addtlInf",
type: "List#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "105,2",
},
{
path: "23",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.029.001.09",
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.052.001.08",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Identification",
label: "账户唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "9",
name: "Account",
label: "账号信息",
tag: "acct",
type: "Account391",
status: "M",
},
{
path: "10",
name: "LglSeqNb",
label: "对账单号码",
tag: "lglSeqNb",
type: "Decimal#18,0",
status: "O",
maxLength: "18",
},
{
path: "11",
name: "Report Pagination",
label: "报告分页信息",
tag: "rptPgntn",
status: "M",
children: [
{
path: "11.0",
name: "Page Number",
label: "页码",
tag: "pgNb",
type: "TextInput#[0-9]{1,5}",
status: "M",
maxLength: "5",
},
{
path: "11.1",
name: "Last Page Indicator",
label: "是否为最后一页",
tag: "lastPgInd",
type: "Boolean",
status: "M",
},
],
},
{
path: "12",
name: "Entry",
label: "对账单细目",
tag: "ntry",
type: "Ntry",
status: "O",
array: true,
},
{
path: "13",
name: "Total Credit Entries",
label: "贷方条目",
tag: "ttlCdtNtries",
status: "O",
children: [
{
path: "13.0",
name: "Number Of Entries",
label: "数量",
tag: "nbOfNtries",
type: "TextInput#[0-9]{1,15}",
status: "O",
maxLength: "15",
},
{
path: "13.1",
name: "Sum",
label: "条目金额总和",
tag: "sum",
type: "Decimal#18,17",
status: "O",
maxLength: "18",
},
],
},
{
path: "14",
name: "Total Debit Entries",
label: "借方条目",
tag: "ttlDbtNtries",
status: "O",
children: [
{
path: "14.0",
name: "Number Of Entries",
label: "数量",
tag: "nbOfNtries",
type: "TextInput#[0-9]{1,15}",
status: "O",
maxLength: "15",
},
{
path: "14.1",
name: "Sum",
label: "条目金额总和",
tag: "sum",
type: "Decimal#18,17",
status: "O",
maxLength: "18",
},
],
},
{
path: "15",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.052.001.08",
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.053.001.08",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Account",
label: "账号信息",
tag: "acct",
type: "Account391",
status: "M",
},
{
path: "9",
name: "Legal Sequence Number",
label: "对账单号码",
tag: "lglSeqNb",
type: "Decimal#18,0",
status: "M",
maxLength: "18",
},
{
path: "10",
name: "Statement Pagination",
label: "账户分页信息",
tag: "stmtPgntn",
status: "M",
children: [
{
path: "10.0",
name: "Page Number",
label: "页码",
tag: "pgNb",
type: "TextInput#[0-9]{1,5}",
status: "M",
maxLength: "5",
},
{
path: "10.1",
name: "Last Page Indicator",
label: "是否为最后一页",
tag: "lastPgInd",
type: "Boolean",
status: "M",
maxLength: "35",
},
],
},
{
path: "11",
name: "Balance",
label: "余额信息",
tag: "bal",
type: "Balance",
status: "M",
array: true,
},
{
path: "12",
name: "Entry",
label: "对账单细目",
tag: "ntry",
type: "Ntry",
status: "M",
array: true,
},
{
path: "13",
name: "Additional Statement Information",
label: "附加信息",
tag: "addtlStmtInf",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "500",
},
{
path: "14",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.053.001.08",
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.054.001.08",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Identification",
label: "账户通知唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "9",
name: "Account",
label: "账号信息",
tag: "acct",
type: "Account392",
status: "M",
},
{
path: "10",
name: "Entry",
label: "对账单细目",
tag: "ntry",
type: "Ntry2",
status: "M",
array: true,
},
{
path: "11",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.054.001.08",
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.056.001.08",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Agent",
label: "转让行代理行",
tag: "assgnrAgt",
type: "Agent62",
status: "M",
},
{
path: "9",
name: "Agent",
label: "受让行代理行",
tag: "assgneAgt",
type: "Agent62",
status: "M",
},
{
path: "10",
name: "Original Message Identification",
label: "原始消息标识号",
tag: "orgnlMsgId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "11",
name: "Original Message Name Identification",
label: "原始消息名称",
tag: "orgnlMsgNmId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "12",
name: "Original Creation Date Time",
label: "原始消息创建时间",
tag: "orgnlCreDtTm",
type: "DateTime",
status: "O",
maxLength: "35",
},
{
path: "13",
name: "Original Instruction Identification",
label: "原始指示方唯一标识",
tag: "orgnlInstrId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "16",
},
{
path: "14",
name: "Original End To End Identification",
label: "原始端到端标识号",
tag: "orgnlEndToEndId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "15",
name: "Original Transaction Identification",
label: "原始交易的唯一标识",
tag: "orgnlTxId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "16",
name: "Original Clearing System Reference",
label: "清分系统唯一标识",
tag: "orgnlClrSysRef",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "17",
name: "Original Interbank Settlement Amount",
label: "发报行给收报行的金额",
tag: "orgnlIntrBkSttlmAmt",
type: "Amount#14,5",
status: "M",
},
{
path: "18",
name: "Original Interbank Settlement Date",
label: "原始结算日期",
tag: "orgnlIntrBkSttlmDt",
type: "Date",
status: "M",
},
{
path: "19",
name: "Cancellation Reason Information",
label: "取消原因详情",
tag: "cxlRsnInf",
status: "M",
maxLength: "1",
array: true,
children: [
{
path: "19.0",
name: "Originator",
label: "出具解决通知方",
tag: "orgtr",
type: "Party1351",
status: "O",
},
{
path: "19.1",
name: "Reason",
label: "状态报告原因",
tag: "rsn",
status: "M",
children: [
{
path: "19.1.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#CBPR_CancellationReasonCode",
status: "M",
},
],
},
{
path: "19.2",
name: "Additional Information",
label: "取消消息状态交易详情",
tag: "addtlInf",
type: "List#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "105,2",
},
],
},
{
path: "20",
name: "Creator",
label: "当事人信息",
tag: "cretr",
type: "Choice",
status: "M",
children: [
{
path: "20.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1351",
status: "M",
},
{
path: "20.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
{
path: "21",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.056.001.08",
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.057.001.06",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Message Sender",
label: "发送消息的一方",
tag: "msgSndr",
type: "Choice",
status: "O",
children: [
{
path: "8.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1351",
status: "M",
},
{
path: "8.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
{
path: "9",
name: "Identification",
label: "通知信息唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "10",
name: "Account",
label: "账号",
tag: "acct",
type: "Account381",
status: "O",
},
{
path: "11",
name: "Account Owner",
label: "账号所有者",
tag: "acctOwnr",
type: "Choice",
status: "O",
children: [
{
path: "11.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1351",
status: "M",
},
{
path: "11.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
{
path: "12",
name: "Account Servicer",
label: "账号的服务方",
tag: "acctSvcr",
type: "Agent61",
status: "O",
},
{
path: "13",
name: "Related Account",
label: "入账金额父账户",
tag: "rltdAcct",
type: "Account381",
status: "O",
},
{
path: "14",
name: "Total Amount",
label: "金额总和",
tag: "ttlAmt",
type: "Amount#18,5",
status: "O",
},
{
path: "15",
name: "Expected Value Date",
label: "期待获得现金的日期",
tag: "xpctdValDt",
type: "Date",
status: "O",
},
{
path: "16",
name: "Debtor",
label: "汇款方",
tag: "dbtr",
type: "Choice",
status: "O",
children: [
{
path: "16.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party",
status: "M",
},
{
path: "16.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
{
path: "17",
name: "Debtor Agent",
label: "汇款行",
tag: "dbtrAgt",
type: "Agent61",
status: "O",
},
{
path: "18",
name: "Intermediary Agent",
label: "中间行",
tag: "intrmyAgt",
type: "Agent61",
status: "O",
},
{
path: "19",
name: "Item",
label: "账户预期金额详情",
tag: "itm",
status: "M",
array: true,
children: [
{
path: "19.0",
name: "Identification",
label: "账户所有者的唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "19.1",
name: "End To End Identification",
label: "端到端标识号",
tag: "endToEndId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "19.2",
name: "Amount",
label: "金额明细",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "19.3",
name: "Purpose",
label: "支付交易的潜在原因",
tag: "purp",
type: "Choice",
status: "O",
children: [
{
path: "19.3.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#ExternalPurpose1Code",
status: "M",
},
{
path: "19.3.1",
name: "Proprietary",
label: "其他参考代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
{
path: "20",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.057.001.06",
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "camt.060.001.05",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Message Sender",
label: "发送消息的一方",
tag: "msgSndr",
type: "Choice",
status: "O",
children: [
{
path: "8.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1350",
status: "M",
},
{
path: "8.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
{
path: "9",
name: "Identification",
label: "账户所有者唯一标识",
tag: "id",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "10",
name: "Requested Message Name Identification",
label: "请求报告的消息类型",
tag: "reqdMsgNmId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "11",
name: "Account",
label: "账号信息",
tag: "acct",
type: "Account381",
status: "O",
},
{
path: "12",
name: "Account Owner",
label: "账号所有者",
tag: "acctOwnr",
type: "Choice",
status: "M",
children: [
{
path: "12.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1350",
status: "M",
},
{
path: "12.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent61",
status: "M",
},
],
},
{
path: "13",
name: "Account Servicer",
label: "账号的服务方",
tag: "acctSvcr",
type: "Agent61",
status: "O",
},
{
path: "14",
name: "Requested Transaction Type",
label: "请求交易类型",
tag: "reqdTxTp",
status: "O",
children: [
{
path: "14.0",
name: "Status",
label: "账户条目状态",
tag: "sts",
type: "Choice",
status: "M",
children: [
{
path: "14.0.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#ExternalEntryStatus1Code",
status: "M",
},
{
path: "14.0.1",
name: "Proprietary",
label: "其他参考代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "14.1",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
],
},
{
path: "15",
name: "Requested Balance Type",
label: "余额报告的详情",
tag: "reqdBalTp",
status: "O",
array: true,
children: [
{
path: "15.0",
name: "Code Or Proprietary",
label: "余额的类型",
tag: "cdOrPrtry",
type: "Choice",
status: "M",
children: [
{
path: "15.0.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#ExternalBalanceType1Code",
status: "M",
},
{
path: "15.0.1",
name: "Proprietary",
label: "其他参考代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "15.1",
name: "Sub Type",
label: "余额的子类型",
tag: "subTp",
type: "Choice",
status: "O",
children: [
{
path: "15.1.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#ExternalBalanceSubType1Code",
status: "M",
},
{
path: "15.1.1",
name: "Proprietary",
label: "其他参考代码",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
{
path: "16",
name: "Identifier",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "camt.060.001.05",
},
];
export function appendTreeChild(nodeArry) {
const json = {};
const keySet = new Set();
for (let node of nodeArry) {
if (keySet.has(node.tag) || node.array) {
let tmpNewNode = {};
genJsonNode(tmpNewNode, node);
if (!Array.isArray(json[node.tag])) {
let tmpOrgNode = json[node.tag];
json[node.tag] = [];
if (tmpOrgNode !== undefined) {
json[node.tag].push(tmpOrgNode);
}
}
json[node.tag].push(tmpNewNode[node.tag]);
} else {
keySet.add(node.tag);
genJsonNode(json, node);
}
}
return json;
}
function genJsonNode(newJson, orgJson) {
if (orgJson.children === undefined || orgJson.children === null) {
orgJson.children = orgJson._children;
}
if (orgJson.children === undefined || orgJson.children === null) {
if (orgJson.value === undefined) {
newJson[orgJson.tag] = "";
} else if (Array.isArray(orgJson.value)) {
const arry = [];
for (let aEle of orgJson.value) {
arry.push(...Object.values(aEle));
}
newJson[orgJson.tag] = arry;
} else {
newJson[orgJson.tag] = orgJson.value;
}
} else if (orgJson.diabled !== true) {
newJson[orgJson.tag] = appendTreeChild(orgJson.children);
}
return newJson;
}
export function deleteEmptyProperty(object) {
for (var i in object) {
var value = object[i];
if (typeof value === "object") {
if (Array.isArray(value)) {
if (value.length == 0) {
delete object[i];
continue;
}
}
deleteEmptyProperty(value);
if (isEmpty(value)) {
delete object[i];
}
} else {
if (value === "" || value === null || value === undefined) {
delete object[i];
} else {
}
}
}
}
function isEmpty(object) {
for (var name in object) {
return false;
}
return true;
}
export function hasMandatoryChildNode(childNodeArry) {
if (childNodeArry) {
for (let node of childNodeArry) {
if (node.status === "M") {
return true;
}
}
}
}
export function isEmptyMsg(json) {
if (Array.isArray(json)) {
for (let js of json) {
if (!isEmptyMsg(js)) {
return false;
}
}
return true;
} else {
if (json.children) {
return isEmptyMsg(json.children);
}else if(json._children){
return isEmptyMsg(json._children);
} else {
if (json.children === null || !json.value) {
return true;
}
if (Object.prototype.toString.call(json.value) === "[object Object]") {
return isEmptyJson(json.value);
} else if (typeof json.value === "string") {
return json.value === "";
} else {
return true;
}
}
}
}
function isEmptyJson(json) {
if (Array.isArray(json)) {
for (let js of json) {
if (!isEmptyJson(js)) {
return false;
}
}
return true;
} else if (Object.prototype.toString.call(json) === "[object Object]") {
for (let js of Object.values(json)) {
if (!isEmptyJson(js)) {
return false;
}
}
return true;
} else if (typeof json === "string") {
return json.trim() === "";
} else {
return true;
}
}
export function clearMsgValue(data, isValue) {
if (isValue) {
for (let key in data) {
if (Object.prototype.toString.call(data[key]) === "[object Object]") {
clearMsgValue(data[key], true);
} else if (typeof data[key] === "string") {
data[key] = "";
}
}
} else {
if (data.value) {
if (Object.prototype.toString.call(data.value) === "[object Object]") {
clearMsgValue(data.value, true);
} else if (typeof data.value === "string") {
data.value = "";
}
}
}
}
//已封装的深拷贝函数
export function deepClone(obj = {}, hashMap = new WeakMap()) {
//变量先置空
let objClone = null,
hashKey = hashMap.get(obj);
if (obj instanceof RegExp) return new RegExp(obj); //正则表达式的情况
if (obj instanceof Date) return new Date(obj); //日期对象的情况
if (hashKey) return hashKey;
//判断是否需要继续进行递归
if (typeof obj == "object" && obj !== null) {
objClone = obj instanceof Array ? [] : {};
hashMap.set(obj, objClone);
//进行下一层递归克隆
for (const i in obj) {
if (obj.hasOwnProperty(i)) {
objClone[i] = deepClone(obj[i], hashMap);
}
}
} else {
//如果不是对象直接赋值
objClone = obj;
}
return objClone;
}
export default [
{
path: "0",
name: "Value Date",
label: "起息日",
tag: "valDt",
type: "Choice",
status: "M",
children: [
{
path: "0.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Date",
status: "M",
},
{
path: "0.1",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
{
path: "1",
name: "Booking Date",
label: "记账日",
tag: "bookgDt",
type: "Choice",
status: "O",
children: [
{
path: "1.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Date",
status: "M",
},
{
path: "1.1",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
{
path: "2",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
{
path: "3",
name: "Reversal Indicator",
label: "反转标志",
tag: "rvslInd",
type: "Boolean",
status: "O",
},
{
path: "4",
name: "Amount",
label: "金额信息",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "5",
name: "Entry Details",
label: "条目细节",
tag: "ntryDtls",
status: "O",
array: true,
children: [
{
path: "5.0",
name: "Transaction Details",
label: "交易细节",
tag: "txDtls",
status: "M",
maxLength: "1",
array: true,
children: [
{
path: "5.0.0",
name: "References",
label: "交易相关标识信息",
tag: "refs",
status: "M",
children: [
{
path: "5.0.0.0",
name: "End To End Identification",
label: "业务编号",
tag: "endToEndId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
],
},
{
path: "5.0.1",
name: "Amount",
label: "金额",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "5.0.2",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
{
path: "5.0.3",
name: "Additional Transaction Information",
label: "附加信息",
tag: "addtlTxInf",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "500",
},
],
},
],
},
{
path: "6",
name: "Account Servicer Reference",
label: "账户唯一标识",
tag: "acctSvcrRef",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "7",
name: "Entry Reference",
label: "参考信息",
tag: "ntryRef",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "8",
name: "Status",
label: "状态",
tag: "sts",
type: "Choice",
status: "M",
children: [
{
path: "8.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#ExternalEntryStatus1Code",
status: "M",
},
],
},
{
path: "9",
name: "Bank Transaction Code",
label: "银行交易代码信息",
tag: "bkTxCd",
status: "M",
children: [
{
path: "9.0",
name: "Domain",
label: "提供银行交易代码的元素",
tag: "domn",
type: "BTCDomain",
status: "O",
},
{
path: "9.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
status: "O",
children: [
{
path: "9.1.0",
name: "Code",
label: "专有信息代码",
tag: "cd",
type: "TextInput",
status: "M",
maxLength: "35",
},
{
path: "9.1.1",
name: "Issuer",
label: "发行者标识",
tag: "issr",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
{
path: "10",
name: "Additional Entry Information",
label: "附加信息",
tag: "addtlNtryInf",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "500",
},
];
export default [
{
path: "0",
name: "Entry Reference",
label: "参考信息",
tag: "ntryRef",
type: "TextInput#([0-9a-zA-Z-?:().,'+ ]+|[0-9a-zA-Z-?:().,'+ ]+/)*[0-9a-zA-Z/-?:().,'+ ]",
status: "M",
maxLength: "16",
},
{
path: "1",
name: "Booking Date",
label: "预定日期",
tag: "bookgDt",
status: "O",
children: [
{
path: "1.0",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
{
path: "2",
name: "Amount",
label: "金额明细",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "3",
name: "Value Date",
label: "起息日",
tag: "valDt",
type: "Choice",
status: "O",
children: [
{
path: "3.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Date",
status: "M",
},
{
path: "3.1",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
{
path: "4",
name: "Bank Transaction Code",
label: "银行交易代码信息",
tag: "bkTxCd",
status: "M",
children: [
{
path: "4.0",
name: "Domain",
label: "提供银行交易代码的元素",
tag: "domn",
type: "BTCDomain",
status: "O",
},
{
path: "4.1",
name: "Proprietary",
label: "专有形式",
tag: "prtry",
status: "O",
children: [
{
path: "4.1.0",
name: "Code",
label: "专有形式代码",
tag: "cd",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "4.1.1",
name: "Issuer",
label: "发行者标识",
tag: "issr",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
],
},
{
path: "5",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
{
path: "6",
name: "Status",
label: "账户条目状态",
tag: "sts",
type: "Choice",
status: "M",
children: [
{
path: "6.0",
name: "Code",
label: "代码",
tag: "cd",
type: "Select#ExternalEntryStatus1Code",
status: "M",
},
],
},
{
path: "7",
name: "Entry Details",
label: "条目细节",
tag: "ntryDtls",
status: "O",
array: true,
children: [
{
path: "7.0",
name: "Transaction Details",
label: "交易细节",
tag: "txDtls",
status: "M",
array: true,
children: [
{
path: "7.0.0",
name: "References",
label: "交易相关标识信息",
tag: "refs",
status: "M",
children: [
{
path: "7.0.0.0",
name: "Instruction Identification",
label: "消息标识号",
tag: "instrId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "7.0.0.1",
name: "End To End Identification",
label: "端到端标识号",
tag: "endToEndId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "7.0.0.2",
name: "UETR",
label: "报文跟踪号",
tag: "uetr",
type: "TextInput#[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}",
status: "O",
maxLength: "36",
},
],
},
{
path: "7.0.1",
name: "Amount",
label: "金额明细",
tag: "amt",
type: "Amount#18,5",
status: "M",
},
{
path: "7.0.2",
name: "Credit Debit Indicator",
label: "借贷标识",
tag: "cdtDbtInd",
type: "Select#CdtDbtIndCode",
status: "M",
},
{
path: "7.0.3",
name: "Related Dates",
label: "相关日期",
tag: "rltdDts",
status: "M",
children: [
{
path: "7.0.3.0",
name: "Interbank Settlement Date ",
label: "结算日期",
tag: "intrBkSttlmDt",
type: "Date",
status: "O",
},
],
},
{
path: "7.0.4",
name: "Related Parties",
label: "相关参与方信息",
tag: "rltdPties",
status: "O",
children: [
{
path: "7.0.4.0",
name: "Debtor",
label: "汇款方",
tag: "dbtr",
type: "Choice",
status: "O",
children: [
{
path: "7.0.4.0.0",
name: "Party",
label: "参与方信息",
tag: "pty",
type: "Party1353",
status: "M",
},
{
path: "7.0.4.0.1",
name: "Agent",
label: "参与行信息",
tag: "agt",
type: "Agent60",
status: "M",
},
],
},
{
path: "7.0.4.1",
name: "Debtor Account",
label: "汇款方账户",
tag: "dbtrAcct",
type: "Account381",
status: "O",
},
{
path: "7.0.4.2",
name: "Related Agents",
label: "相关代理行信息",
tag: "rltdAgts",
status: "O",
children: [
{
path: "7.0.4.2.0",
name: "Debtor Agent",
label: "汇款行",
tag: "dbtrAgt",
type: "Agent65",
status: "O",
},
{
path: "7.0.4.2.1",
name: "Intermediary Agent 1",
label: "中间行1",
tag: "intrmyAgt1",
type: "Agent60",
status: "O",
},
],
},
],
},
{
path: "7.0.5",
name: "Additional Transaction Information",
label: "交易详情",
tag: "addtlTxInf",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "500",
},
],
},
],
},
];
export default [
{
path: "0",
name: "Sender Bic",
label: "发报行行号",
tag: "senderBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "1",
name: "Sender Name",
label: "发报行名称",
tag: "senderNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "2",
name: "Receiver Bic",
label: "收报行行号",
tag: "receiverBic",
type: "TextInput#[A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}",
status: "M",
maxLength: "11",
},
{
path: "3",
name: "Receiver Name",
label: "收报行名称",
tag: "receiverNm",
type: "TextInput",
status: "O",
maxLength: "140",
},
{
path: "4",
name: "Business Message Identifier",
label: "业务编号",
tag: "bizMsgIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue:"swift.cbprplus.02",
unable:true,
},
{
path: "5",
name: "Message Definition Identifier",
label: "报文类型定义标识",
tag: "msgDefIdr",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "pacs.002.001.10",
},
{
path: "6",
name: "Business Service",
label: "交易服务名称",
tag: "bizSvc",
type: "TextInput",
status: "M",
maxLength: "35",
defaultValue: "swift.cbprplus.02",
},
{
path: "7",
name: "Creation Date",
label: "创建时间",
tag: "creDt",
type: "DateTime",
status: "M",
},
{
path: "8",
name: "Message Identification",
label: "消息标识号",
tag: "msgId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "9",
name: "Creation Date Time",
label: "消息创建时间",
tag: "creDtTm",
type: "DateTime",
status: "M",
},
{
path: "10",
name: "Original Message Identification",
label: "原始消息标识号",
tag: "orgnlMsgId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "11",
name: "Original Message Name Identification",
label: "原始消息名称标识",
tag: "orgnlMsgNmId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "12",
name: "Original Creation Date Time",
label: "原始消息创建时间",
tag: "orgnlCreDtTm",
type: "DateTime",
status: "O",
},
{
path: "13",
name: "Original Instruction Identification",
label: "原始消息标识号",
tag: "orgnlInstrId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "16",
},
{
path: "14",
name: "Original End To End Identification",
label: "原始端到端标识号",
tag: "orgnlEndToEndId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
{
path: "15",
name: "Original Transaction Identification",
label: "原始交易标识号",
tag: "orgnlTxId",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "16",
name: "Original UETR",
label: "原始报文跟踪号",
tag: "orgnlUETR",
type: "TextInput#[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}",
status: "M",
},
{
path: "17",
name: "Transaction Status",
label: "交易状态",
tag: "txSts",
type: "Select#ExternalPaymentTransactionStatus1Code",
status: "M",
},
{
path: "18",
name: "Originator",
label: "发起人",
tag: "orgtr",
type: "Party1353",
status: "O",
},
{
path: "19",
name: "Reason",
label: "状态报告的原因",
tag: "rsn",
type: "Choice",
status: "O",
children: [
{
path: "19.0",
name: "Code",
label: "状态报告的原因的代码",
tag: "cd",
type: "Select#ExternalStatusReason1Code",
status: "M",
},
{
path: "19.1",
name: "Proprietary",
label: "专有信息",
tag: "prtry",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "M",
maxLength: "35",
},
],
},
{
path: "20",
name: "Additional Information",
label: "附加信息",
tag: "addtlInf",
type: "List#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "105,2",
},
{
path: "21",
name: "Effective Interbank Settlement Date",
label: "银行有效结算日期",
tag: "fctvIntrBkSttlmDt",
type: "Choice",
status: "O",
children: [
{
path: "21.0",
name: "Date",
label: "日期",
tag: "dt",
type: "Date",
status: "M",
},
{
path: "21.1",
name: "Date Time",
label: "日期时间",
tag: "dtTm",
type: "DateTime",
status: "M",
},
],
},
{
path: "22",
name: "Clearing System Reference",
label: "清算系统参考号",
tag: "clrSysRef",
type: "TextInput#[0-9a-zA-Z/-?:().,'+ ]+",
status: "O",
maxLength: "35",
},
{
path: "23",
name: "Identifier",
label: "报文类型",
tag: "identifier",
type: "HiddenInput",
status: "O",
defaultValue: "pacs.002.001.10",
},
];
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