Commit 3547c8a3 by lixinyi

适配ie浏览器,改cips界面为英文

parent 10a86946
module.exports = {
presets: [
"@vue/cli-plugin-babel/preset",
["@babel/preset-env", {
useBuiltIns: 'entry',
"corejs": "3",
}],
"@babel/preset-react",
],
plugins: [
[
"component",
{
libraryName: "element-ui",
styleLibraryName: "theme-chalk",
},
],
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-runtime",
presets: [
// '@vue/cli-plugin-babel/preset'
[
'@vue/app',
{
modules: false,
targets: {
browsers: ['ie >= 9'],
},
useBuiltIns: 'entry',
polyfills: ['es6.promise', 'es6.symbol'],
},
],
],
plugins: ['lodash', 'jsx-v-model'],
// plugins: [
// //vant自动引入
// [
// 'import',
// {
// libraryName: 'vant',
// libraryDirectory: 'es',
// style: true,
// },
// 'vant',
// ],
// ],
};
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -11,12 +11,15 @@
"@babel/preset-react": "^7.24.1",
"@babel/runtime": "^7.24.4",
"axios": "^0.27.2",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-mobx": "^2.0.0",
"core-js": "^3.8.3",
"decimal.js": "^10.4.0",
"element-ui": "^2.15.8",
"es6-promise": "^4.2.8",
"moment": "^2.29.4",
"regenerator-runtime": "^0.14.1",
"save": "^2.5.0",
"vue": "^2.6.14",
"vue-router": "^3.5.4",
......@@ -33,6 +36,7 @@
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.8",
"babel-polyfill": "^6.26.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
......
export default [
{
path:"0",
name:"报文内容",
name:"Message root",
label:"Message root",
tag:"FIToFICstmrCdtTrf",
status:"M",
children: [
{
path:"0.0",
name:"报文头",
name:"GroupHeader",
label:"GroupHeader",
tag:"GrpHdr",
status:"M",
children: [
{
path:"0.0.0",
name:"报文标识号",
name:"MessageIdentification",
label:"MessageIdentification",
tag:"MsgId",
type:"TextInput",
......@@ -26,7 +26,7 @@ iscips:"1",
},
{
path:"0.0.1",
name:"报文发送时间",
name:"CreationDateTime",
label:"CreationDateTime",
tag:"CreDtTm",
type:"DateTime",
......@@ -34,7 +34,7 @@ status:"M",
},
{
path:"0.0.2",
name:"明细业务总笔数",
name:"NumberOfTransactions",
label:"NumberOfTransactions",
tag:"NbOfTxs",
type:"TextInput",
......@@ -44,14 +44,14 @@ defaultValue:"1",
},
{
path:"0.0.3",
name:"结算信息",
name:"SettlementInformation",
label:"SettlementInformation",
tag:"SttlmInf",
status:"M",
children: [
{
path:"0.0.3.0",
name:"结算方式",
name:"SettlementMethod",
label:"SettlementMethod",
tag:"SttlmMtd",
type:"TextInput",
......@@ -65,21 +65,21 @@ defaultValue:"CLRG",
},
{
path:"0.1",
name:"报文体",
name:"CreditTransferTransactionInformation",
label:"CreditTransferTransactionInformation",
tag:"CdtTrfTxInf",
status:"M",
children: [
{
path:"0.1.0",
name:"付款标识",
name:"PaymentIdentification",
label:"PaymentIdentification",
tag:"PmtId",
status:"O",
children: [
{
path:"0.1.0.0",
name:"端到端标识号",
name:"EndToEndIdentification",
label:"EndToEndIdentification",
tag:"EndToEndId",
type:"TextInput",
......@@ -89,7 +89,7 @@ unable:true,
},
{
path:"0.1.0.1",
name:"交易标识号",
name:"TransactionIdentification",
label:"TransactionIdentification",
tag:"TxId",
type:"TextInput",
......@@ -101,21 +101,21 @@ unable:true,
},
{
path:"0.1.1",
name:"付款类型信息",
name:"PaymentTypeInformation",
label:"PaymentTypeInformation",
tag:"PmtTpInf",
status:"O",
children: [
{
path:"0.1.1.0",
name:"业务种类",
name:"CategoryPurpose",
label:"CategoryPurpose",
tag:"CtgyPurp",
status:"O",
children: [
{
path:"0.1.1.0.0",
name:"业务种类编码",
name:"Proprietary",
label:"Proprietary",
tag:"Prtry",
type:"TextInput",
......@@ -128,7 +128,7 @@ maxLength:"35",
},
{
path:"0.1.2",
name:"货币符号、金额",
name:"InterbankSettlementAmount",
label:"InterbankSettlementAmount",
tag:"IntrBkSttlmAmt",
type:"AmountCIPS#18,5",
......@@ -136,7 +136,7 @@ status:"M",
},
{
path:"0.1.3",
name:"起息日",
name:"InterbankSettlementDate",
label:"InterbankSettlementDate",
tag:"IntrBkSttlmDt",
type:"Date",
......@@ -144,7 +144,7 @@ status:"M",
},
{
path:"0.1.4",
name:"业务优先级",
name:"SettlementPriority",
label:"SettlementPriority",
tag:"SttlmPrty",
type:"Select#priority3Code",
......@@ -152,14 +152,14 @@ status:"M",
},
{
path:"0.1.5",
name:"结算信息",
name:"SettlementTimeIndication",
label:"SettlementTimeIndication",
tag:"SttlmTmIndctn",
status:"O",
children: [
{
path:"0.1.5.0",
name:"结算时间",
name:"DebitDateTime",
label:"DebitDateTime",
tag:"DbtDtTm",
type:"DateTime",
......@@ -169,7 +169,7 @@ status:"O",
},
{
path:"0.1.6",
name:"原始货币符号、金额",
name:"InstructedAmount",
label:"InstructedAmount",
tag:"InstdAmt",
type:"AmountCIPS#18,5",
......@@ -177,7 +177,7 @@ status:"O",
},
{
path:"0.1.7",
name:"汇率",
name:"ExchangeRate",
label:"ExchangeRate",
tag:"XchgRate",
type:"Decimal#11,10",
......@@ -185,7 +185,7 @@ status:"O",
},
{
path:"0.1.8",
name:"费用承担方",
name:"ChargeBearer",
label:"ChargeBearer",
tag:"ChrgBr",
type:"Select#ChargeBearerType1Code",
......@@ -194,7 +194,7 @@ maxLength:"4",
},
{
path:"0.1.9",
name:"费用信息",
name:"ChargesInformation",
label:"ChargesInformation",
tag:"ChrgsInf",
status:"O",
......@@ -202,7 +202,7 @@ array:true,
children: [
{
path:"0.1.9.0",
name:"费用",
name:"Amount",
label:"Amount",
tag:"Amt",
type:"AmountCIPS#18,5",
......@@ -210,28 +210,28 @@ status:"M",
},
{
path:"0.1.9.1",
name:"代理",
name:"Agent",
label:"Agent",
tag:"Agt",
status:"M",
children: [
{
path:"0.1.9.1.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.9.1.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.9.1.0.0.0",
name:"付费行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -248,28 +248,28 @@ maxLength:"35",
},
{
path:"0.1.10",
name:"付款代理",
name:"InstructingAgent",
label:"InstructingAgent",
tag:"InstgAgt",
status:"M",
children: [
{
path:"0.1.10.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.10.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.10.0.0.0",
name:"付款直接参与者行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -282,14 +282,14 @@ maxLength:"35",
},
{
path:"0.1.10.1",
name:"分行标识",
name:"BranchIdentification",
label:"BranchIdentification",
tag:"BrnchId",
status:"O",
children: [
{
path:"0.1.10.1.0",
name:"付款间接参与者行号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -302,28 +302,28 @@ maxLength:"35",
},
{
path:"0.1.11",
name:"收款代理",
name:"InstructedAgent",
label:"InstructedAgent",
tag:"InstdAgt",
status:"M",
children: [
{
path:"0.1.11.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.11.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.11.0.0.0",
name:"收款直接参与者行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -338,28 +338,28 @@ maxLength:"35",
},
{
path:"0.1.12",
name:"中介机构1信息",
name:"IntermediaryAgent1",
label:"IntermediaryAgent1",
tag:"IntrmyAgt1",
status:"O",
children: [
{
path:"0.1.12.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.12.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.12.0.0.0",
name:"中介机构1行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -370,7 +370,7 @@ maxLength:"35",
},
{
path:"0.1.12.0.1",
name:"中介机构1名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -383,28 +383,28 @@ maxLength:"140",
},
{
path:"0.1.13",
name:"中介机构2信息",
name:"IntermediaryAgent2",
label:"IntermediaryAgent2",
tag:"IntrmyAgt2",
status:"O",
children: [
{
path:"0.1.13.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.13.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.13.0.0.0",
name:"中介机构2行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -415,7 +415,7 @@ maxLength:"35",
},
{
path:"0.1.13.0.1",
name:"中介机构2名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -428,14 +428,14 @@ maxLength:"140",
},
{
path:"0.1.14",
name:"付款人",
name:"Debtor",
label:"Debtor",
tag:"Dbtr",
status:"M",
children: [
{
path:"0.1.14.0",
name:"付款人名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -444,14 +444,14 @@ maxLength:"140",
},
{
path:"0.1.14.1",
name:"通信地址",
name:"PostalAddress",
label:"PostalAddress",
tag:"PstlAdr",
status:"O",
children: [
{
path:"0.1.14.1.0",
name:"付款人地址",
name:"AddressLine",
label:"AddressLine",
tag:"AdrLine",
type:"TextInput",
......@@ -463,7 +463,7 @@ array:true,
},
{
path:"0.1.14.2",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
type:"Choice",
......@@ -471,21 +471,21 @@ status:"M",
children: [
{
path:"0.1.14.2.0",
name:"组织标识",
name:"OrganisationIdentification",
label:"OrganisationIdentification",
tag:"OrgId",
status:"M",
children: [
{
path:"0.1.14.2.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"O",
children: [
{
path:"0.1.14.2.0.0.0",
name:"付款人组织机构代码",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -498,21 +498,21 @@ maxLength:"35",
},
{
path:"0.1.14.2.1",
name:"证件标识",
name:"PrivateIdentification",
label:"PrivateIdentification",
tag:"PrvtId",
status:"M",
children: [
{
path:"0.1.14.2.1.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"O",
children: [
{
path:"0.1.14.2.1.0.0",
name:"付款人证件号码",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -521,14 +521,14 @@ maxLength:"35",
},
{
path:"0.1.14.2.1.0.1",
name:"证件体系名称",
name:"SchemeName",
label:"SchemeName",
tag:"SchmeNm",
status:"O",
children: [
{
path:"0.1.14.2.1.0.1.0",
name:"付款人证件类型",
name:"Proprietary",
label:"Proprietary",
tag:"Prtry",
type:"Select#IDTypeCode",
......@@ -544,7 +544,7 @@ status:"M",
},
{
path:"0.1.14.3",
name:"付款人常驻国家(地区)代码",
name:"CountryOfResidence",
label:"CountryOfResidence",
tag:"CtryOfRes",
type:"TextInput#[A-Z]{2,2}",
......@@ -555,28 +555,28 @@ maxLength:"2",
},
{
path:"0.1.15",
name:"付款人账目",
name:"DebtorAccount",
label:"DebtorAccount",
tag:"DbtrAcct",
status:"O",
children: [
{
path:"0.1.15.0",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
status:"M",
children: [
{
path:"0.1.15.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"M",
children: [
{
path:"0.1.15.0.0.0",
name:"付款人账号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -591,28 +591,28 @@ maxLength:"34",
},
{
path:"0.1.16",
name:"付款人代理",
name:"DebtorAgent",
label:"DebtorAgent",
tag:"DbtrAgt",
status:"M",
children: [
{
path:"0.1.16.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.16.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.16.0.0.0",
name:"付款人开户行行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -623,7 +623,7 @@ maxLength:"35",
},
{
path:"0.1.16.0.1",
name:"付款人开户行名称或付款非银行支付机构名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -632,14 +632,14 @@ maxLength:"140",
},
{
path:"0.1.16.0.2",
name:"通信地址",
name:"PostalAddress",
label:"PostalAddress",
tag:"PstlAdr",
status:"O",
children: [
{
path:"0.1.16.0.2.0",
name:"付款非银行支付机构地址",
name:"AddressLine",
label:"AddressLine",
tag:"AdrLine",
type:"TextInput",
......@@ -655,28 +655,28 @@ array:true,
},
{
path:"0.1.17",
name:"付款人代理账目",
name:"DebtorAgentAccount",
label:"DebtorAgentAccount",
tag:"DbtrAgtAcct",
status:"O",
children: [
{
path:"0.1.17.0",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
status:"M",
children: [
{
path:"0.1.17.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"M",
children: [
{
path:"0.1.17.0.0.0",
name:"付款非银行支付机构账号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -691,28 +691,28 @@ maxLength:"34",
},
{
path:"0.1.18",
name:"收款人代理",
name:"CreditorAgent",
label:"CreditorAgent",
tag:"CdtrAgt",
status:"M",
children: [
{
path:"0.1.18.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.18.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.18.0.0.0",
name:"收款人开户行行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -721,7 +721,7 @@ maxLength:"35",
},
{
path:"0.1.18.0.0.1",
name:"收款非银行支付机构地址",
name:"AddressLine",
label:"AddressLine",
tag:"AdrLine",
type:"TextInput",
......@@ -733,7 +733,7 @@ array:true,
},
{
path:"0.1.18.0.1",
name:"收款人开户行名称或收款非银行支付机构名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -742,7 +742,7 @@ maxLength:"140",
},
{
path:"0.1.18.0.2",
name:"通信地址",
name:"PostalAddress",
label:"PostalAddress",
tag:"PstlAdr",
status:"O",
......@@ -753,28 +753,28 @@ status:"O",
},
{
path:"0.1.19",
name:"收款人代理账目",
name:"CreditorAgentAccount",
label:"CreditorAgentAccount",
tag:"CdtrAgtAcct",
status:"O",
children: [
{
path:"0.1.19.0",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
status:"M",
children: [
{
path:"0.1.19.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"M",
children: [
{
path:"0.1.19.0.0.0",
name:"收款非银行支付机构账号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -789,14 +789,14 @@ maxLength:"34",
},
{
path:"0.1.20",
name:"收款人",
name:"Creditor",
label:"Creditor",
tag:"Cdtr",
status:"M",
children: [
{
path:"0.1.20.0",
name:"收款人名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -805,14 +805,14 @@ maxLength:"140",
},
{
path:"0.1.20.1",
name:"通信地址",
name:"PostalAddress",
label:"PostalAddress",
tag:"PstlAdr",
status:"O",
children: [
{
path:"0.1.20.1.0",
name:"收款人地址",
name:"AddressLine",
label:"AddressLine",
tag:"AdrLine",
type:"TextInput",
......@@ -824,7 +824,7 @@ array:true,
},
{
path:"0.1.20.2",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
type:"Choice",
......@@ -832,21 +832,21 @@ status:"O",
children: [
{
path:"0.1.20.2.0",
name:"组织标识",
name:"OrganisationIdentification",
label:"OrganisationIdentification",
tag:"OrgId",
status:"M",
children: [
{
path:"0.1.20.2.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"O",
children: [
{
path:"0.1.20.2.0.0.0",
name:"收款人组织机构代码",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -859,21 +859,21 @@ maxLength:"35",
},
{
path:"0.1.20.2.1",
name:"证件标识",
name:"PrivateIdentification",
label:"PrivateIdentification",
tag:"PrvtId",
status:"M",
children: [
{
path:"0.1.20.2.1.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"O",
children: [
{
path:"0.1.20.2.1.0.0",
name:"收款人证件号码",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -882,14 +882,14 @@ maxLength:"35",
},
{
path:"0.1.20.2.1.0.1",
name:"证件体系名称",
name:"SchemeName",
label:"SchemeName",
tag:"SchmeNm",
status:"O",
children: [
{
path:"0.1.20.2.1.0.1.0",
name:"收款人证件类型",
name:"Proprietary",
label:"Proprietary",
tag:"Prtry",
type:"Select#IDTypeCode",
......@@ -905,7 +905,7 @@ status:"M",
},
{
path:"0.1.20.3",
name:"收款人常驻国家(地区)代码",
name:"CountryOfResidence",
label:"CountryOfResidence",
tag:"CtryOfRes",
type:"TextInput#[A-Z]{2,2}",
......@@ -916,28 +916,28 @@ maxLength:"2",
},
{
path:"0.1.21",
name:"收款人账目",
name:"CreditorAccount",
label:"CreditorAccount",
tag:"CdtrAcct",
status:"O",
children: [
{
path:"0.1.21.0",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
status:"M",
children: [
{
path:"0.1.21.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"M",
children: [
{
path:"0.1.21.0.0.0",
name:"收款人账号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -952,7 +952,7 @@ maxLength:"34",
},
{
path:"0.1.22",
name:"致收款人银行",
name:"InstructionForCreditorAgent",
label:"InstructionForCreditorAgent",
tag:"InstrForCdtrAgt",
status:"O",
......@@ -960,7 +960,7 @@ array:true,
children: [
{
path:"0.1.22.0",
name:"致收款人银行附言",
name:"InstructionInformation",
label:"InstructionInformation",
tag:"InstrInf",
type:"TextInput",
......@@ -971,21 +971,21 @@ maxLength:"140",
},
{
path:"0.1.23",
name:"监管报告",
name:"RegulatoryReporting",
label:"RegulatoryReporting",
tag:"RgltryRptg",
status:"O",
children: [
{
path:"0.1.23.0",
name:"详细信息",
name:"Details",
label:"Details",
tag:"Dtls",
status:"O",
children: [
{
path:"0.1.23.0.0",
name:"订单编号",
name:"Type",
label:"Type",
tag:"Tp",
type:"TextInput",
......@@ -994,7 +994,7 @@ maxLength:"35",
},
{
path:"0.1.23.0.1",
name:"订单描述",
name:"Information",
label:"Information",
tag:"Inf",
type:"TextInput",
......@@ -1008,14 +1008,14 @@ array:true,
},
{
path:"0.1.24",
name:"汇款信息",
name:"RemittanceInformation",
label:"RemittanceInformation",
tag:"RmtInf",
status:"O",
children: [
{
path:"0.1.24.0",
name:"附言",
name:"Unstructured",
label:"Unstructured",
tag:"Ustrd",
type:"TextInput",
......@@ -1027,14 +1027,14 @@ array:true,
},
{
path:"0.1.25",
name:"补充数据",
name:"SupplementaryData",
label:"SupplementaryData",
tag:"SplmtryData",
status:"M",
children: [
{
path:"0.1.25.0",
name:"名称及地址",
name:"PlaceAndName",
label:"PlaceAndName",
tag:"PlcAndNm",
type:"TextInput",
......@@ -1044,21 +1044,21 @@ defaultValue:"/Document/FIToFICstmrCdtTrf/CdtTrfTxInf",
},
{
path:"0.1.25.1",
name:"信封",
name:"Envelope",
label:"Envelope",
tag:"Envlp",
status:"M",
children: [
{
path:"0.1.25.1.0",
name:"内容",
name:"Contents",
label:"Contents",
tag:"Cnts",
status:"M",
children: [
{
path:"0.1.25.1.0.0",
name:"期望结算日期",
name:"ExpectedSettlementDate",
label:"ExpectedSettlementDate",
tag:"XpctdSttlmDt",
type:"Date",
......@@ -1066,7 +1066,7 @@ status:"M",
},
{
path:"0.1.25.1.0.1",
name:"付款人EID",
name:"DebtorEID",
label:"DebtorEID",
tag:"DEId",
type:"TextInput",
......@@ -1075,7 +1075,7 @@ maxLength:"60",
},
{
path:"0.1.25.1.0.2",
name:"收款人EID",
name:"CreditorEID",
label:"CreditorEID",
tag:"CEId",
type:"TextInput",
......@@ -1084,7 +1084,7 @@ maxLength:"60",
},
{
path:"0.1.25.1.0.3",
name:"日间夜间标志",
name:"BusinessPhase",
label:"BusinessPhase",
tag:"BizPhs",
type:"Select#BizPhaseTypeCode",
......@@ -1136,7 +1136,7 @@ name:"MesgDirection",
tag:"MesgDirection",
type:"HiddenInput",
status:"O",
defaultValue:"D",
defaultValue:"U",
},
{
path:"6",
......
export default [
{
path:"0",
name:"报文内容",
name:"Message root",
label:"Message root",
tag:"FICdtTrf",
status:"M",
children: [
{
path:"0.0",
name:"报文头",
name:"GroupHeader",
label:"GroupHeader",
tag:"GrpHdr",
status:"M",
children: [
{
path:"0.0.0",
name:"报文标识号",
name:"MessageIdentification",
label:"MessageIdentification",
tag:"MsgId",
type:"TextInput",
......@@ -26,7 +26,7 @@ iscips:"1",
},
{
path:"0.0.1",
name:"报文发送时间",
name:"CreationDateTime",
label:"CreationDateTime",
tag:"CreDtTm",
type:"DateTime",
......@@ -34,7 +34,7 @@ status:"M",
},
{
path:"0.0.2",
name:"明细业务总笔数",
name:"NumberOfTransactions",
label:"NumberOfTransactions",
tag:"NbOfTxs",
type:"TextInput",
......@@ -44,14 +44,14 @@ defaultValue:"1",
},
{
path:"0.0.3",
name:"结算信息",
name:"SettlementInformation",
label:"SettlementInformation",
tag:"SttlmInf",
status:"M",
children: [
{
path:"0.0.3.0",
name:"结算方式",
name:"SettlementMethod",
label:"SettlementMethod",
tag:"SttlmMtd",
type:"TextInput",
......@@ -65,21 +65,21 @@ defaultValue:"CLRG",
},
{
path:"0.1",
name:"报文体",
name:"CreditTransferTransactionInformation",
label:"CreditTransferTransactionInformation",
tag:"CdtTrfTxInf",
status:"M",
children: [
{
path:"0.1.0",
name:"付款标识",
name:"PaymentIdentification",
label:"PaymentIdentification",
tag:"PmtId",
status:"O",
children: [
{
path:"0.1.0.0",
name:"原交易参考号",
name:"InstructionIdentification",
label:"InstructionIdentification",
tag:"InstrId",
type:"TextInput",
......@@ -88,7 +88,7 @@ maxLength:"35",
},
{
path:"0.1.0.1",
name:"端到端标识号",
name:"EndToEndIdentification",
label:"EndToEndIdentification",
tag:"EndToEndId",
type:"TextInput",
......@@ -98,7 +98,7 @@ unable:true,
},
{
path:"0.1.0.2",
name:"交易标识号",
name:"TransactionIdentification",
label:"TransactionIdentification",
tag:"TxId",
type:"TextInput",
......@@ -110,21 +110,21 @@ unable:true,
},
{
path:"0.1.1",
name:"付款类型信息",
name:"PaymentTypeInformation",
label:"PaymentTypeInformation",
tag:"PmtTpInf",
status:"O",
children: [
{
path:"0.1.1.0",
name:"业务种类",
name:"CategoryPurpose",
label:"CategoryPurpose",
tag:"CtgyPurp",
status:"O",
children: [
{
path:"0.1.1.0.0",
name:"业务种类编码",
name:"Proprietary",
label:"Proprietary",
tag:"Prtry",
type:"TextInput",
......@@ -137,7 +137,7 @@ maxLength:"35",
},
{
path:"0.1.2",
name:"货币符号、金额",
name:"InterbankSettlementAmount",
label:"InterbankSettlementAmount",
tag:"IntrBkSttlmAmt",
type:"AmountCIPS#18,5",
......@@ -145,7 +145,7 @@ status:"M",
},
{
path:"0.1.3",
name:"起息日",
name:"InterbankSettlementDate",
label:"InterbankSettlementDate",
tag:"IntrBkSttlmDt",
type:"Date",
......@@ -153,7 +153,7 @@ status:"M",
},
{
path:"0.1.4",
name:"业务优先级",
name:"SettlementPriority",
label:"SettlementPriority",
tag:"SttlmPrty",
type:"Select#priority3Code",
......@@ -161,14 +161,14 @@ status:"M",
},
{
path:"0.1.5",
name:"结算信息",
name:"SettlementTimeIndication",
label:"SettlementTimeIndication",
tag:"SttlmTmIndctn",
status:"O",
children: [
{
path:"0.1.5.0",
name:"结算时间",
name:"DebitDateTime",
label:"DebitDateTime",
tag:"DbtDtTm",
type:"DateTime",
......@@ -178,28 +178,28 @@ status:"O",
},
{
path:"0.1.6",
name:"付款代理",
name:"InstructingAgent",
label:"InstructingAgent",
tag:"InstgAgt",
status:"M",
children: [
{
path:"0.1.6.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.6.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.6.0.0.0",
name:"付款直接参与者行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -212,14 +212,14 @@ maxLength:"35",
},
{
path:"0.1.6.1",
name:"分行标识",
name:"BranchIdentification",
label:"BranchIdentification",
tag:"BrnchId",
status:"O",
children: [
{
path:"0.1.6.1.0",
name:"付款间接参与者行号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -232,28 +232,28 @@ maxLength:"35",
},
{
path:"0.1.7",
name:"收款代理",
name:"InstructedAgent",
label:"InstructedAgent",
tag:"InstdAgt",
status:"M",
children: [
{
path:"0.1.7.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.7.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.7.0.0.0",
name:"收款直接参与者行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -266,14 +266,14 @@ maxLength:"35",
},
{
path:"0.1.7.1",
name:"分行标识",
name:"BranchIdentification",
label:"BranchIdentification",
tag:"BrnchId",
status:"O",
children: [
{
path:"0.1.7.1.0",
name:"收款间接参与者行号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -286,28 +286,28 @@ maxLength:"35",
},
{
path:"0.1.8",
name:"中介机构1信息",
name:"IntermediaryAgent1",
label:"IntermediaryAgent1",
tag:"IntrmyAgt1",
status:"O",
children: [
{
path:"0.1.8.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.8.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.8.0.0.0",
name:"中介机构1行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -318,7 +318,7 @@ maxLength:"35",
},
{
path:"0.1.8.0.1",
name:"中介机构1名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -331,28 +331,28 @@ maxLength:"140",
},
{
path:"0.1.9",
name:"中介机构2信息",
name:"IntermediaryAgent2",
label:"IntermediaryAgent2",
tag:"IntrmyAgt2",
status:"O",
children: [
{
path:"0.1.9.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.9.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"M",
children: [
{
path:"0.1.9.0.0.0",
name:"中介机构2行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -363,7 +363,7 @@ maxLength:"35",
},
{
path:"0.1.9.0.1",
name:"中介机构2名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -376,28 +376,28 @@ maxLength:"140",
},
{
path:"0.1.10",
name:"付款人",
name:"Debtor",
label:"Debtor",
tag:"Dbtr",
status:"M",
children: [
{
path:"0.1.10.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.10.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.10.0.0.0",
name:"付款行行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -408,7 +408,7 @@ maxLength:"35",
},
{
path:"0.1.10.0.1",
name:"付款行名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -417,14 +417,14 @@ maxLength:"140",
},
{
path:"0.1.10.0.2",
name:"通信地址",
name:"PostalAddress",
label:"PostalAddress",
tag:"PstlAdr",
status:"O",
children: [
{
path:"0.1.10.0.2.0",
name:"付款行地址",
name:"AddressLine",
label:"AddressLine",
tag:"AdrLine",
type:"TextInput",
......@@ -440,28 +440,28 @@ array:true,
},
{
path:"0.1.11",
name:"付款人账目",
name:"DebtorAccount",
label:"DebtorAccount",
tag:"DbtrAcct",
status:"O",
children: [
{
path:"0.1.11.0",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
status:"M",
children: [
{
path:"0.1.11.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"M",
children: [
{
path:"0.1.11.0.0.0",
name:"付款行账号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -476,28 +476,28 @@ maxLength:"34",
},
{
path:"0.1.12",
name:"付款人代理",
name:"DebtorAgent",
label:"DebtorAgent",
tag:"DbtrAgt",
status:"M",
children: [
{
path:"0.1.12.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.12.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.12.0.0.0",
name:"付款行开户行行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -508,7 +508,7 @@ maxLength:"35",
},
{
path:"0.1.12.0.1",
name:"付款行开户行名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -521,28 +521,28 @@ maxLength:"140",
},
{
path:"0.1.13",
name:"收款人代理",
name:"CreditorAgent",
label:"CreditorAgent",
tag:"CdtrAgt",
status:"M",
children: [
{
path:"0.1.13.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.13.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.13.0.0.0",
name:"收款行开户行行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -553,7 +553,7 @@ maxLength:"35",
},
{
path:"0.1.13.0.1",
name:"收款行开户行名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -566,28 +566,28 @@ maxLength:"140",
},
{
path:"0.1.14",
name:"收款人",
name:"Creditor",
label:"Creditor",
tag:"Cdtr",
status:"M",
children: [
{
path:"0.1.14.0",
name:"金融机构标识",
name:"FinancialInstitutionIdentification",
label:"FinancialInstitutionIdentification",
tag:"FinInstnId",
status:"M",
children: [
{
path:"0.1.14.0.0",
name:"结算系统成员标识",
name:"ClearingSystemMemberIdentification",
label:"ClearingSystemMemberIdentification",
tag:"ClrSysMmbId",
status:"O",
children: [
{
path:"0.1.14.0.0.0",
name:"收款行行号",
name:"MemberIdentification",
label:"MemberIdentification",
tag:"MmbId",
type:"TextInput",
......@@ -598,7 +598,7 @@ maxLength:"35",
},
{
path:"0.1.14.0.1",
name:"收款行名称",
name:"Name",
label:"Name",
tag:"Nm",
type:"TextInput",
......@@ -607,14 +607,14 @@ maxLength:"140",
},
{
path:"0.1.14.0.2",
name:"通信地址",
name:"PostalAddress",
label:"PostalAddress",
tag:"PstlAdr",
status:"O",
children: [
{
path:"0.1.14.0.2.0",
name:"收款行地址",
name:"AddressLine",
label:"AddressLine",
tag:"AdrLine",
type:"TextInput",
......@@ -630,28 +630,28 @@ array:true,
},
{
path:"0.1.15",
name:"收款人账目",
name:"CreditorAccount",
label:"CreditorAccount",
tag:"CdtrAcct",
status:"O",
children: [
{
path:"0.1.15.0",
name:"标识",
name:"Identification",
label:"Identification",
tag:"Id",
status:"M",
children: [
{
path:"0.1.15.0.0",
name:"其他",
name:"Other",
label:"Other",
tag:"Othr",
status:"M",
children: [
{
path:"0.1.15.0.0.0",
name:"收款行账号",
name:"Identification",
label:"Identification",
tag:"Id",
type:"TextInput",
......@@ -666,7 +666,7 @@ maxLength:"34",
},
{
path:"0.1.16",
name:"致收款人银行",
name:"InstructionForCreditorAgent",
label:"InstructionForCreditorAgent",
tag:"InstrForCdtrAgt",
status:"O",
......@@ -674,7 +674,7 @@ array:true,
children: [
{
path:"0.1.16.0",
name:"致收款人银行附言",
name:"InstructionInformation",
label:"InstructionInformation",
tag:"InstrInf",
type:"TextInput",
......@@ -685,14 +685,14 @@ maxLength:"140",
},
{
path:"0.1.17",
name:"汇款信息",
name:"RemittanceInformation",
label:"RemittanceInformation",
tag:"RmtInf",
status:"O",
children: [
{
path:"0.1.17.0",
name:"附言",
name:"Unstructured",
label:"Unstructured",
tag:"Ustrd",
type:"TextInput",
......@@ -704,14 +704,14 @@ array:true,
},
{
path:"0.1.18",
name:"补充数据",
name:"SupplementaryData",
label:"SupplementaryData",
tag:"SplmtryData",
status:"M",
children: [
{
path:"0.1.18.0",
name:"名称及地址",
name:"PlaceAndName",
label:"PlaceAndName",
tag:"PlcAndNm",
type:"TextInput",
......@@ -721,21 +721,21 @@ defaultValue:"/Document/FICdtTrf/CdtTrfTxInf",
},
{
path:"0.1.18.1",
name:"信封",
name:"Envelope",
label:"Envelope",
tag:"Envlp",
status:"M",
children: [
{
path:"0.1.18.1.0",
name:"内容",
name:"Contents",
label:"Contents",
tag:"Cnts",
status:"M",
children: [
{
path:"0.1.18.1.0.0",
name:"期望结算日期",
name:"ExpectedSettlementDate",
label:"ExpectedSettlementDate",
tag:"XpctdSttlmDt",
type:"Date",
......@@ -743,7 +743,7 @@ status:"M",
},
{
path:"0.1.18.1.0.1",
name:"订单编号",
name:"OrderNumber",
label:"OrderNumber",
tag:"OrdNum",
type:"TextInput",
......@@ -752,7 +752,7 @@ maxLength:"35",
},
{
path:"0.1.18.1.0.2",
name:"订单描述",
name:"OrderInformation",
label:"OrderInformation",
tag:"OrdInf",
type:"TextInput",
......@@ -761,7 +761,7 @@ maxLength:"500",
},
{
path:"0.1.18.1.0.3",
name:"日间夜间标志",
name:"BusinessPhase",
label:"BusinessPhase",
tag:"BizPhs",
type:"Select#BizPhaseTypeCode",
......@@ -813,7 +813,7 @@ name:"MesgDirection",
tag:"MesgDirection",
type:"HiddenInput",
status:"O",
defaultValue:"D",
defaultValue:"U",
},
{
path:"6",
......
import promise from 'es6-promise';
import 'core-js/stable';
import 'regenerator-runtime/runtime';
promise.polyfill();
import Vue from "vue";
import App from "./App.vue";
import VueRouter from "vue-router";
......@@ -7,13 +12,9 @@ import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css";
import locale from 'element-ui/lib/locale/lang/en'
import moment from 'moment';
import Es6Promise from 'es6-promise'
require('es6-promise').polyfill()
Es6Promise.polyfill()
var Promise = require('es6-promise').Promise;
Promise.polyfill()
Vue.prototype.$moment = moment ;
Vue.prototype.$moment = moment ;
Vue.config.devtools = true
Vue.config.productionTip = false;
Vue.use(ElementUI,{locale});
......
......@@ -4,9 +4,16 @@ module.exports = defineConfig({
chainWebpack (config) {
config.entry('main').add('babel-polyfill')
},
transpileDependencies:process.env.NODE_ENV === "development" ? ["*"] : [] ,
transpileDependencies: [
'axios',
'v-contextmenu',
'vue-runtime-helpers',
],
lintOnSave: false,
devServer: {
client: {
overlay: false
},
host: '0.0.0.0',
port: 8020,//本地运行的端口
open: false, //配置自动启动浏览器
......
#ip=127.0.0.1
ip=127.0.0.1
#port=10091
#ip=10.37.91.132
#port=9998
ip=10.37.98.201
port=9998
\ No newline at end of file
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="favicon.ico"/><title>ISO手工拟报</title><script defer="defer" src="js/chunk-vendors.e1d592f1.js"></script><script defer="defer" src="js/app.473f4ed2.js"></script><script defer="defer" src="js/main.91e00e4c.js"></script><link href="css/chunk-vendors.7c88cb4c.css" rel="stylesheet"><link href="css/app.fa9fab79.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but swiftiso-editor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
\ No newline at end of file
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="favicon.ico"/><title>ISO手工拟报</title><script defer="defer" src="js/chunk-vendors.dbe64cdc.js"></script><script defer="defer" src="js/app.bede53c7.js"></script><script defer="defer" src="js/main.59945214.js"></script><link href="css/chunk-vendors.77489a8d.css" rel="stylesheet"><link href="css/app.fa9fab79.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but swiftiso-editor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
\ No newline at end of file
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