Commit 23db0093 by 李少勇

修改model

parent 8ca0b4ab
...@@ -4,6 +4,9 @@ import Pub from "~/model/Public" ...@@ -4,6 +4,9 @@ import Pub from "~/model/Public"
export default class Gitopn{ export default class Gitopn{
constructor () { constructor () {
this.data = { this.data = {
addbcb: {
label1: ''
},
gitp:{ gitp:{
swiftflg: '', // 是否SWIFT格式 .gitp.swiftflg swiftflg: '', // 是否SWIFT格式 .gitp.swiftflg
dzbhflg: '', // 电子保函标志 .gitp.dzbhflg dzbhflg: '', // 电子保函标志 .gitp.dzbhflg
...@@ -26,14 +29,17 @@ export default class Gitopn{ ...@@ -26,14 +29,17 @@ export default class Gitopn{
covgod:{ covgod:{
chkast: '', // Allow * .gitp.covgod.chkast chkast: '', // Allow * .gitp.covgod.chkast
}, },
aamp:{ aacp:{
aammod:{ aacmod:{
addamtflg: '', // Add. Amount .gitp.aamp.aammod.addamtflg addamtflg: '', // Add. Amount .gitp.aamp.aammod.addamtflg
}, },
}, },
chargic:{ chargic:{
chkast: '', // Allow * .gitp.chargic.chkast chkast: '', // Allow * .gitp.chargic.chkast
}, },
usr:{
extkey: '', // Responsible User .gitp.usr.extkey
},
}, },
gidgrp:{ gidgrp:{
rec:{ rec:{
...@@ -107,26 +113,34 @@ export default class Gitopn{ ...@@ -107,26 +113,34 @@ export default class Gitopn{
tenrefc: '', // Tender Reference .gidgrp.rec.tenrefc tenrefc: '', // Tender Reference .gidgrp.rec.tenrefc
tendatc: '', // Tender Date .gidgrp.rec.tendatc tendatc: '', // Tender Date .gidgrp.rec.tendatc
trmdatc: '', // Latest Transmission .gidgrp.rec.trmdatc trmdatc: '', // Latest Transmission .gidgrp.rec.trmdatc
cbs:{
max:{
cur: '', // Guarantee Amount .gidgrp.cbs.max.cur
amt: '', // Guarantee Amount .gidgrp.cbs.max.amt
},
opn1:{
cur: '', // Open Amount .gidgrp.cbs.opn1.cur
amt: '', // Balance .gidgrp.cbs.opn1.amt
},
cnf:{
cur: '', // Confirmation Amount .gidgrp.cbs.cnf.cur
amt: '', // Balance .gidgrp.cbs.cnf.amt
},
},
},
usr:{
extkey: '', // Responsible User .gitp.usr.extkey
}, },
cbs:{
cnf:{
cur: '', // Confirmation Amount .gidgrp.cbs.cnf.cur
amt: '', // Balance .gidgrp.cbs.cnf.amt
},
mac2: {
cur: '',
amt: ''
},
mac: {
cur: '',
amt: ''
},
max:{
cur: '', // Guarantee Amount .gidgrp.cbs.max.cur
amt: '', // Guarantee Amount .gidgrp.cbs.max.amt
},
opc2: {
cur: '',
amt: ''
},
opn1:{
cur: '', // Open Amount .gidgrp.cbs.opn1.cur
amt: '', // Balance .gidgrp.cbs.opn1.amt
},
},
blk: { blk: {
apprul: '', // Applicable Rules .gidgrp.blk.apprul apprul: '', // Applicable Rules .gidgrp.blk.apprul
apprultxt: '', // Applicable Rules .gidgrp.blk.apprultxt apprultxt: '', // Applicable Rules .gidgrp.blk.apprultxt
...@@ -263,6 +277,12 @@ export default class Gitopn{ ...@@ -263,6 +277,12 @@ export default class Gitopn{
dclp: [], dclp: [],
}, },
}, },
cnybop: {
vouflg: '',
cnyvou: {
fvouchamt: ''
}
},
setmod:new Pub().data.Setmod, setmod:new Pub().data.Setmod,
mtabut:new Pub().data.Mtabut, mtabut:new Pub().data.Mtabut,
trnmod:new Pub().data.Trnmod, trnmod:new Pub().data.Trnmod,
......
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