index.js 1.01 KB
Newer Older
WF1020 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Infbed{
    constructor () {
        this.data = {
          ledgrp: {
            rec: {
                inr: ''
            }
        },
        seadoctypcod: '',
        cfgfil: {
            btnstm: ''
        },
        infcon: {
            chksubcon: '',
闫泽浩 committed
17 18
            opndatfrom: new Date(),
            opndatto: new Date(),
WF1020 committed
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
            seaownref: '',
            forflg: '',
            invnum: '',
            seaamtfr: '',
            seasta: '',
            seacur: '',
            pty: {
                extkey: '',
                nam: ''
            },
            usr: {
                extkey: ''
            },
            objinr: '',
            seaamtto: '',
            searol: '',
            nam: '',
            seapty: '',
            searef: ''
        },
        pageId: '',
        didgrp: {
            rec: {
                inr: ''
            }
        }
				}
    }
}