import Pub from "~/components/business/commonModel/index.js";
import Fxdgrp from '~/components/business/commonModel/fxdgrp';

export default class Fxtsss {
    constructor() {
        this.data = {
            fxtp: {
                amtlab: "",			//  Amount Label		.fxtp.amtlab
                cnylab: "",			//  Amount LabelCNY		.fxtp.cnylab
                frgchk: "",			//  外币		.fxtp.frgchk
                cnychk: "",			//  人民币		.fxtp.cnychk
                cshflg: "",			//  钞汇标志		.fxtp.cshflg
            },
            fxdgrp: new Fxdgrp().data,
            setmod: new Pub().data.Setmod,
            docpan: new Pub().data.Docpan,
            trndia: new Pub().data.Trndia,
            jshmod: new Pub().data.Jshmod,
        }
    }
}