index.js 764 Bytes
Newer Older
zhoutian committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Fund{
    constructor () {
        this.data = {
            fudref:"",//资金发布编号
            buysel:"",//买卖标识
            ownbch:"", //归属机构
            ownref:"",//业务编号
            usrbch:"",//经办机构
            credat:"",//创建日期
            fromdate:"",
            todate:"",

            edit:{
                fudref:"",//资金发布编号
            buysel:"",//买卖标识
            ownbch:"", //归属机构
            ownref:"",//业务编号
            usrbch:"",//经办机构
            credat:"",//创建日期
            }
    

        


               
                


            
						
				}
    }
}