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

export default class Smdsel{
    constructor () {
        this.data = {
						smdp:{
							smdsup:{
								begdat:"",			//  起息日起始		.smdp.smdsup.begdat
								enddat:"",			//  起息日截止		.smdp.smdsup.enddat
								ref:"",			//  参考号/前		.smdp.smdsup.ref
								begamt:"",			//  金额下限		.smdp.smdsup.begamt
								endamt:"",			//  金额上限		.smdp.smdsup.endamt
								begrevdat:"",			//  起始日期		.smdp.smdsup.begrevdat
								endrevdat:"",			//  截止日期		.smdp.smdsup.endrevdat
								ptpmod:{
									pty:{
										extkey:"",			//  BIC    码		.smdp.smdsup.ptpmod.pty.extkey
										chnnam:"",			//  账户行名称		.smdp.smdsup.ptpmod.pty.chnnam
									},
								},
								cur:"",			//  币    种		.smdp.smdsup.cur
								inf:"",			//  详细信息		.smdp.smdsup.inf
								dcflg:"",			//  借贷标识		.smdp.smdsup.dcflg
								accdatbeg:"",			//  记账日期起始		.smdp.smdsup.accdatbeg
								accdatend:"",			//  记账日期截止		.smdp.smdsup.accdatend
								act:"",			//  帐    号		.smdp.smdsup.act
								offsta:"",			//  勾销状态		.smdp.smdsup.offsta
								kpatyp:"",			//  记账类型		.smdp.smdsup.kpatyp
								recsta:"",			//  记账状态		.smdp.smdsup.recsta
								expstm:"",			//  导出Strem		.smdp.smdsup.expstm
							},
						},
						smdgrp:{
							smdsub:{
								smd:{
									othref:"",			//  参考号/后		.smdgrp.smdsub.smd.othref
									busflg:"",			//  业务标识		.smdgrp.smdsub.smd.busflg
								},
								lst:[],			//  		.smdgrp.smdsub.lst
							},
						},
						pageId: ""			// ctx的key
				}
    }
}