Commit 6191b292 authored by Mac's avatar Mac

1

parent 4217bdb0
......@@ -295,14 +295,15 @@
});
},
Export() {
let msg = {
SupplierId: this.msg.SupplierId,
StartDate: this.msg.StartDate,
EndDate: this.msg.EndDate,
IsFxCommission: this.msg.IsFxCommission,
CompanyId: this.msg.CompanyId,
}
// let msg = {
// SupplierId: this.msg.SupplierId,
// StartDate: this.msg.StartDate,
// EndDate: this.msg.EndDate,
// IsFxCommission: this.msg.IsFxCommission,
// CompanyId: this.msg.CompanyId,
//
// }
let msg = this.msg
msg = JSON.parse(JSON.stringify(msg));
this.GetMallLocalFile(
"/api/LiveHouse/GetFXOrderProfitLossExcel",
......
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