default.js 1.28 KB
Newer Older
fukai 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
import commonFunctions from '~/mixin/commonFunctions.js';
import Api from '~/service/Api';
import moment from 'moment';
import commonDepend from "~/mixin/commonDepend";
export default {
	mixins: [commonFunctions, commonDepend],
	methods: {
		initData(){
      this.model.dfdgrp.rec.ownref="DF3500240099CC"
      this.model.dfdgrp.rec.issdat=moment(new Date()).format("YYYY-MM-DD")
      this.model.dfdgrp.cbs.max.cur="USD"
      this.model.dfdgrp.cbs.max.amt="11110.00"
      this.model.dfdgrp.rec.fintyp="B"
      this.model.dfdgrp.rec.dfuflg="2"
      this.model.dfdgrp.rec.trntyp="BR"
      this.model.dfdgrp.rec.stttendat=moment(new Date()).format("YYYY-MM-DD")
      this.model.dfdgrp.rec.matdat=moment(new Date()).format("YYYY-MM-DD")
      this.model.dfdgrp.rec.tenday="70"
      this.model.dfdgrp.rec.intprd="1"
      this.model.dfdgrp.rec.actrat="0.000000"
      this.model.dfdgrp.rec.flttyp="3"
      this.model.dfdgrp.rec.fltval="0.0000000"
      this.model.dfdgrp.rec.guaflg="0"
      this.model.dfdgrp.apl.pts.extkey="0000025734"
      this.model.dfdgrp.apl.pts.adrblk="CITIC TRUST CO.,LTDCAPITAL MANSION,6 SOUTH XINYUAN RDBEIJING,CHINA"
      this.model.dfdgrp.dff.pts.extkey="ANTBIT21393-001"
      this.model.dfdgrp.dff.pts.adrblk="BANCA ANTONVENETA SPA37069 VILLAFRANCA DI VERONAITALY"
		}
	},
}