Commit 4c06093e by cl

cl cltdav model

parent 5fed86ea
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 Cltdav{ export default class Cltdav{
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
...@@ -93,6 +94,16 @@ export default class Cltdav{ ...@@ -93,6 +94,16 @@ export default class Cltdav{
}, },
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
setfog:{
setfol:[]
},
setfeg:{
setfel:[]
},
glemod:{
gleshwstm: {}
},
}, },
modflg:"", // MODIFY .modflg modflg:"", // MODIFY .modflg
pageId: "" // ctx的key pageId: "" // ctx的key
......
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