index.js 1.24 KB
import Pub from '~/components/business/commonModel/index.js';
import Cpdgrp from '~/components/business/commonModel/cpdgrp/index.js';


export default class Cptdcr {
    constructor() {
        this.data = {
            isSptLoad: false,
            inifrm: "CPTDCR", //交易代码
            cpdgrp: new Cpdgrp().data,
            setmod: new Pub().data.Setmod,
            rmbbop: new Pub().data.Rmbbop,
            docpan: new Pub().data.Docpan,
            liaall: new Pub().data.Liaall,
            trndia: new Pub().data.Trndia,
            oldcpdgrp: new Cpdgrp().data,
            changeAmtFlag: "",
            quadrangle: {
                cn: "",
                code: ""
            },
            savFlag: "",
            sysmod: {
                usr: {
                    ownbchcod: "",
                    extkey: ""
                },
                spt: {
                    sta: ""
                }
            },
            warnmod: {
                wanlst: []
            },
            flwswf: "", //  原报转发		.flwswf
            fedihu: "", // 非电汇			。fedihu
            detflg: "", //  删除原申报		.detflg
            dettxt: "", //  退汇原因		.dettxt
            bopgat: new Pub().data.Bopgat,
        };
    }
}