Commit 23db0093 by 李少勇

修改model

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