index.js 1.4 KB
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Sptneg{
    constructor () {
        this.data = {
						chkinc:"",			//  Incoming		.chkinc
						chkrim:"",			//  Registered		.chkrim
						chkpen:"",			//  Pending		.chkpen
						chkcor:"",			//  Correction		.chkcor
						chkaut:"",			//  Automatic		.chkaut
						selobj:"",			//  Reference		.selobj
						seltxt:"",			//  Selection Name		.seltxt
						usfmod:{
							labtxt:"",			//  Text of Label		.usfmod.labtxt
							usftxt:"",			//  Text of Selection Text		.usfmod.usftxt
							flt:"",			//  Filter		.usfmod.flt
							selusg:"",			//  Selected User Group		.usfmod.selusg
							selusgset:"",			//  Selected User Group Set		.usfmod.selusgset
							usr:{
								extkey:"",			//  User ID		.usfmod.usr.extkey
							},
							usrget:{
								sdamod:{
									seainf:"",			//  		.usfmod.usrget.sdamod.seainf
								},
							},
							selusb:"",			//  Select user branch		.usfmod.selusb
						},
						sptstm:"",			//  List of SPT records		.sptstm
						clmmod:{
							wfs:{
								objtyp:"",			//  Table Used to Store Associated Object		.clmmod.wfs.objtyp
								objinr:"",			//  Object		.clmmod.wfs.objinr
								objnam:"",			//  External Readable Object Identification		.clmmod.wfs.objnam
							},
							wfestm:"",			//  WFEs for transaction for display		.clmmod.wfestm
						},
						pageId: ""			// ctx的key
				}
    }
}