Commit dc05f57d authored by liudong1993's avatar liudong1993

1

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