Commit 58a056e0 by WF1020

gitopn的index.js补充

parent 944e6f03
......@@ -5,7 +5,11 @@ export default class Gitopn {
constructor() {
this.data = {
addbcb: {
label1: ''
label1: '',
label2: '',
label3: '',
label4: '',
label5: '',
},
gitp: {
swiftflg: '', // 是否SWIFT格式 .gitp.swiftflg
......@@ -114,6 +118,8 @@ export default class Gitopn {
tenrefc: '', // Tender Reference .gidgrp.rec.tenrefc
tendatc: '', // Tender Date .gidgrp.rec.tendatc
trmdatc: '', // Latest Transmission .gidgrp.rec.trmdatc
orcratc: '', // Original Perc./ Rate .gidgrp.rec.orcratc
},
cbs: {
cnf: {
......@@ -283,6 +289,9 @@ export default class Gitopn {
},
cnybop: {
vouflg: '',
traflg: '',
outflg: '',
libflg: '',
cnyvou: {
fvouchamt: ''
}
......
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