Commit 3547c8a3 by lixinyi

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

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