import Api from "~/service/Api" import Pts from "~/page/Model/Common/Pts" export default class Fttpcn{ constructor () { this.data = { ftdgrp:{ rec:{ ownref:"", // 头寸调拨业务参考号 .ftdgrp.rec.ownref nam:"", // 名称 .ftdgrp.rec.nam fttyp:"", // 头寸调拨类型 .ftdgrp.rec.fttyp }, cbs:{ max:{ cur:"", // 头寸调拨金额 .ftdgrp.cbs.max.cur amt:"", // 头寸调拨金额 .ftdgrp.cbs.max.amt }, opn2:{ cur:"", // 待销账金额 .ftdgrp.cbs.opn2.cur amt:"", // Balance .ftdgrp.cbs.opn2.amt }, }, tro:{ pts:new Pts().data, dbfadrblkcn:"", // Chinese address .ftdgrp.tro.dbfadrblkcn }, tri:{ pts:new Pts().data, dbfadrblkcn:"", // Chinese address .ftdgrp.tri.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 }, }, }, }, canamt:"", // Cancellation Amount .canamt setmod:{ doccur:"", // 实际销账金额 .setmod.doccur }, mtabut:{ clsflg:"", // Close Flag .mtabut.clsflg }, pageId: "" // ctx的key } } }