Commit 06d693cb authored by 罗超's avatar 罗超

1

parent 64789324
...@@ -451,7 +451,7 @@ export default { ...@@ -451,7 +451,7 @@ export default {
if (!this.msg.Unit_Price || this.msg.Unit_Price == "") { if (!this.msg.Unit_Price || this.msg.Unit_Price == "") {
this.msg.Unit_Price = 0; this.msg.Unit_Price = 0;
} }
if (!this.msg.EndUnit_Price || this.msg.Unit_Price == "") { if (!this.msg.EndUnit_Price || this.msg.EndUnit_Price == "") {
this.msg.EndUnit_Price = 0; this.msg.EndUnit_Price = 0;
} }
this.loading = true; this.loading = true;
...@@ -500,6 +500,12 @@ export default { ...@@ -500,6 +500,12 @@ export default {
this.msg.StartDate = this.value[0]; this.msg.StartDate = this.value[0];
this.msg.EndDate = this.value[1]; this.msg.EndDate = this.value[1];
} }
if (!this.msg.Unit_Price || this.msg.Unit_Price == "") {
this.msg.Unit_Price = 0;
}
if (!this.msg.EndUnit_Price || this.msg.EndUnit_Price == "") {
this.msg.EndUnit_Price = 0;
}
// this.mallapipost("/api/LiveHouse/GetTotalOrderProfitLoss", this.msg, res => { // this.mallapipost("/api/LiveHouse/GetTotalOrderProfitLoss", this.msg, res => {
this.mallapipost( this.mallapipost(
"/api/LiveHouse/GetTotalOrderProfitLoss_V2", "/api/LiveHouse/GetTotalOrderProfitLoss_V2",
......
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