Commit 72852a75 authored by 黄媛媛's avatar 黄媛媛

op提成明细新增导出

parent 4c07b59a
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</li> </li>
<li> <li>
<button class="hollowFixedBtn" @click="getList">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="getList">{{$t('pub.searchBtn')}}</button>
<button class="hollowFixedBtn" @click="method5()">导出</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -120,6 +120,16 @@ ...@@ -120,6 +120,16 @@
this.getList(); this.getList();
}, },
methods: { methods: {
method5: function() {
let msg = JSON.parse(JSON.stringify(this.msg));
delete msg.pageIndex;
delete msg.pageSize;
this.GetLocalFile(
"sellcommission_post_GetOPCommissionSingleDetailsListToExcel",
msg,
"OP提成明细.xls"
);
},
goUrl(item){ goUrl(item){
this.$router.push({ this.$router.push({
path: "productQuery", path: "productQuery",
......
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