import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"

export default class Fttfmt{
    constructor () {
        this.data = {
						ftdgrp:{
							rec:{
								ownref:"",			//  资金调拨业务参考号		.ftdgrp.rec.ownref
								nam:"",			//  名称		.ftdgrp.rec.nam
								fttyp:"",			//  定存拆借类型		.ftdgrp.rec.fttyp
								matdat:"",			//  到期日		.ftdgrp.rec.matdat
								rat:"",			//  年利率		.ftdgrp.rec.rat
								gzno:"",			//  挂账编号		.ftdgrp.rec.gzno
							},
							cbs:{
								max:{
									cur:"",			//  定存拆借金额		.ftdgrp.cbs.max.cur
									amt:"",			//  定存拆借金额		.ftdgrp.cbs.max.amt
								},
							},
							tro:{
								pts:new Pts().data,
								dbfadrblkcn:"",			//  Chinese address		.ftdgrp.tro.dbfadrblkcn
							},
							tri:{
								pts:new Pts().data,
								dbfadrblkcn:"",			//  Chinese address		.ftdgrp.tri.dbfadrblkcn
							},
							act:{
								pts:new Pts().data,
								dbfadrblkcn:"",			//  Chinese address		.ftdgrp.act.dbfadrblkcn
							},
						},
						fttp:{
							usr:{
								extkey:"",			//  资金部负责人		.fttp.usr.extkey
							},
							trop:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.fttp.trop.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.fttp.trop.ptsget.sdamod.dadsnd
									},
								},
							},
							trip:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.fttp.trip.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.fttp.trip.ptsget.sdamod.dadsnd
									},
								},
							},
							actp:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.fttp.actp.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.fttp.actp.ptsget.sdamod.dadsnd
									},
								},
							},
						},
						intamt:"",			//  利息金额		.intamt
						setmod:{
							doccur:"",			//  结算总金额		.setmod.doccur
							setamt:"",			//  Reduced Amount to settle		.setmod.setamt
						},
						mtabut:{
							clsflg:"",			//  Close Flag		.mtabut.clsflg
						},
						pageId: ""			// ctx的key
				}
    }
}