Commit 64789324 authored by 罗超's avatar 罗超

1

parent 6d4ab27d
...@@ -448,10 +448,10 @@ export default { ...@@ -448,10 +448,10 @@ 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) { if (!this.msg.Unit_Price || this.msg.Unit_Price == "") {
this.msg.Unit_Price = 0; this.msg.Unit_Price = 0;
} }
if (!this.msg.EndUnit_Price) { if (!this.msg.EndUnit_Price || this.msg.Unit_Price == "") {
this.msg.EndUnit_Price = 0; this.msg.EndUnit_Price = 0;
} }
this.loading = true; this.loading = true;
......
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