Commit dc05f57d authored by liudong1993's avatar liudong1993

1

parent 4adf3ef3
......@@ -24,6 +24,7 @@
<input v-if="IsAuth==1" type="button" class="normalBtn" @click="CreateAirticketCommission()" :value="$t('objFill.v101.administrative.shenchengtcbb')" :disabled="isDisable" />
</li>
<li >
<el-checkbox v-model="IsYear" :true-label="1" :false-label="0">年度</el-checkbox>
<el-button size="mini" type="danger" style="border-radius:14px"
@click="exportExcel">{{$t('objFill.v101.administrative.daochuygztc')}}</el-button>
</li>
......@@ -80,6 +81,7 @@
isDisable:false,
IsAuth:0,//生成票务提成权限
Periods:'',
IsYear:0
}
},
mounted() {
......@@ -93,6 +95,7 @@
let msg = {
RB_Group_Id: this.getLocalStorage().RB_Group_id,
Periods: this.Periods,
IsYear: this.IsYear
}
let text = this.$t('tips.di')+this.Periods+this.$t('objFill.v101.administrative.yuangongztc')+".xls"
this.GetLocalFile(
......
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