/** * Created by Jacky.Gao on 2017-02-12. */ import {formatDate,resetDirty} from '../Utils.js'; import {alert,confirm} from '../MsgBox.js'; export default class OpenDialog{ constructor(context){ this.context=context; this.reportFilesData={}; this.dialog=$(``); const body=this.dialog.find('.modal-body'),footer=this.dialog.find(".modal-footer"); this.initBody(body); } initBody(body){ const providerGroup=$(`
`); this.providerSelect=$(`