safecheck-client 3.0.39-22 → 3.0.39-23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -729,7 +729,7 @@ export default {
729
729
  this.f_items[this.f_gas_aberrant_number.index].f_is_defect = false
730
730
  if(val=='已用气量'){
731
731
  //剩余气量 = 累购-已用
732
- this.f_items[this.f_gas_balance.index].f_item_value= this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value
732
+ this.f_items[this.f_gas_balance.index].f_item_value= (this.f_items[this.f_total_gas.index].f_item_value-this.f_items[this.f_table_base.index].f_item_value).toFixed(2)
733
733
  if (isNaN(this.f_items[this.f_gas_balance.index].f_item_value)) {
734
734
  this.f_items[this.f_gas_balance.index].f_item_value = null
735
735
  }