index.js 440 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Cnysel{
    constructor () {
        this.data = {
						cnytyp:"",			//  申报类型		.cnytyp
						ownref:"",			//  业务编号		.ownref
						frmdat:"",			//  From		.frmdat
						tildat:"",			//  Until		.tildat
						ownextkey:"",			//  Initial Code		.ownextkey
						cnystm:"",			//  Selection		.cnystm
						pageId: ""			// ctx的key
				}
    }
}