Commit 868e2a60 authored by liudong1993's avatar liudong1993

1

parent b706681b
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
<el-button size="mini" type="danger" style="border-radius:14px" <el-button size="mini" type="danger" style="border-radius:14px"
@click="exportExcel">{{$t('objFill.v101.administrative.daochuygztc')}}</el-button> @click="exportExcel">{{$t('objFill.v101.administrative.daochuygztc')}}</el-button>
</li> </li>
<li >
<el-button size="mini" type="danger" style="border-radius:14px"
@click="exportExcel2">导出财务单驳回记录</el-button>
</li>
</ul> </ul>
</div> </div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading"> <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
...@@ -100,6 +104,23 @@ ...@@ -100,6 +104,23 @@
this.Error(this.$t('objFill.v101.administrative.qingxuanzqis')); this.Error(this.$t('objFill.v101.administrative.qingxuanzqis'));
} }
},
exportExcel2: function () {
if(this.Periods&&this.Periods!=''&&this.Periods!=null&&this.Periods!=undefined){
let msg = {
RB_Group_Id: this.getLocalStorage().RB_Group_id,
Periods: this.Periods,
}
let text ='财务单驳回记录'+this.Periods+".xls"
this.GetLocalFile(
"Commission_get_GetMarkPenaltyToExcel",
msg,
text
);
}else{
this.Error(this.$t('objFill.v101.administrative.qingxuanzqis'));
}
}, },
goUrlZD(){ goUrlZD(){
let orderObj = { let orderObj = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment