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

export default class Sptcpt{
    constructor () {
        this.data = {
						chkinc:"",			//  Incoming		.chkinc
						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
						chkdzt:"",			//  E-Trade		.chkdzt
						lremark:"",			//  退回附言		.lremark
						inidatfro:"",			//  Date of entry of Transaction		.inidatfro
						inidattil:"",			//  Date of entry of Transaction until		.inidattil
						outpay:"",			//  Outgoing Payment		.outpay
						incpay:"",			//  Incoming Payment		.incpay
						chkcan:"",			//  归档		.chkcan
						chkbat:"",			//  批量		.chkbat
						remark:"",			//  退回附言		.remark
						ecpay:"",			//  三方收汇		.ecpay
						chkeco:"",			//  三方付汇		.chkeco
						pageId: ""			// ctx的key
				}
    }
}