importApifrom'~/service/Api';importcommonFunctionsfrom'~/mixin/commonFunctions.js';importUtilsfrom"~/utils"importmomentfrom"moment";exportdefault{mixins:[commonFunctions],methods:{clsflgChange(){if(this.model.mtabut.clsflg==='O'){this.model.bedgrp.rec.clsdat=null;}elseif(this.model.mtabut.clsflg==='C'){// if not IsEmpty( CONINF\CONEXEDAT ) then// $clsdat = CONINF\CONEXEDATthis.model.bedgrp.rec.clsdat=moment(newDate()).format("YYYY-MM-DD");}},advrefflgChange(){if(this.model.advrefflg!=''){}else{if(this.model.isIncMessageLoaded&&this.model.bedgrp.blk.disdoc!=''){}else{this.model.bedgrp.blk.disdoc='';}}},},};