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.
- package/package.json +1 -1
- package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +173 -173
- package/src/filiale/kelai/android/SafecheckOrderV.vue +2448 -2448
- package/src/filiale/kelai/android/SafecheckUserInfo.vue +774 -774
- package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
|
@@ -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
|
}
|