import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Ordrel{
    constructor () {
        this.data = {
						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
						},
						seltxt:"",			//  Reference		.seltxt
						atp:{
							cod:"",			//  Transaction Type 		.atp.cod
						},
						atpget:{
							sdamod:{
								seainf:"",			//  		.atpget.sdamod.seainf
								dadsnd:"",			//  Drag  Drop Sender		.atpget.sdamod.dadsnd
							},
						},
						atptxt:"",			//  Transaction Text		.atptxt
						inidatfro:"",			//  Date of entry of Transaction		.inidatfro
						inidattil:"",			//  Date of entry of Transaction until		.inidattil
						ordstm:"",			//  List of ORD records		.ordstm
						sta:"",			//  Status		.sta
						dflg:"",			//  flag		.dflg
						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
						},
						syswrn:{
							dsp:"",			//  Display		.syswrn.dsp
						},
						hmdgfx:{
							rskinf:"",			//  监控国家信息		.hmdgfx.rskinf
							rskexp:"",			//  监控说明信息		.hmdgfx.rskexp
						},
						pageId: ""			// ctx的key
				}
    }
}