Commit d06245f5 by cl

cl model cltset

parent 272ff50e
import Api from "~/service/Api" import Api from "~/service/Api"
import Pts from "../Common/Pts" import Pts from "../Common/Pts"
import Pub from "../Public"
export default class Cltset{ export default class Cltset{
constructor () { constructor () {
this.data = { this.data = {
liaall: new Pub().data.Liaall,
cldgrp:{ cldgrp:{
rec:{ rec:{
ownref:"", // Batch No. .cldgrp.rec.ownref ownref:"", // Batch No. .cldgrp.rec.ownref
...@@ -45,18 +46,18 @@ export default class Cltset{ ...@@ -45,18 +46,18 @@ export default class Cltset{
}, },
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
setfog:{
setfol:[]
},
setfeg:{
setfel:[]
},
glemod:{ glemod:{
gleshwstm:"", // Booking stream to Display .setmod.glemod.gleshwstm gleshwstm: {}
}, },
}, },
liaall:{
misamt:"", // Amount not yet assigned .liaall.misamt
concur:"", // External Booking Amount .liaall.concur
outpct:"", // Sight Amount Percentage .liaall.outpct
outamt:"", // Sight Amount .liaall.outamt
exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt
exttotamt:"", // Total booking amount external assinged .liaall.exttotamt
},
trnmod:{ trnmod:{
trndoc:{ trndoc:{
advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel
......
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