Commit 9bd91a5c authored by liudong1993's avatar liudong1993

1 购物报账

parent 98613988
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
</li> </li>
<li> <li>
<input type="button" class="normalBtn" :value="$t('pub.searchBtn')" @click="getList();resetPageIndex()" /> <input type="button" class="normalBtn" :value="$t('pub.searchBtn')" @click="getList();resetPageIndex()" />
<button class="hollowFixedBtn" @click="method5()">导出</button>
<input type="button" class="normalBtn" value="批量制佣金单" @click="MoreCreateBill()" /> <input type="button" class="normalBtn" value="批量制佣金单" @click="MoreCreateBill()" />
</li> </li>
</ul> </ul>
...@@ -1049,6 +1050,16 @@ ...@@ -1049,6 +1050,16 @@
} }
}, err => {}) }, err => {})
}, },
method5: function() {
let msg = JSON.parse(JSON.stringify(this.msg));
let userInfo = this.getLocalStorage();
msg.EmployeeId = userInfo.EmployeeId;
this.GetLocalFile(
"dmcstatistics_post_GetShopCombinationNumServiceToExcel",
msg,
"购物佣金.xls"
);
},
}, },
mounted() { mounted() {
let myDate = new Date(); let myDate = new Date();
......
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