sale-client 3.6.359-preview → 3.6.360-preview
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/components/charge/business/CardMeterCenter.vue +1 -1
- package/src/components/charge/business/ShowCardSellGas.vue +1 -1
- package/src/filiale/bayan/CardMeterCenter.vue +1 -1
- package/src/filiale/bayan/ShowCardSellGas.vue +1 -1
- package/src/filiale/fugu/business/CardMeterCenter.vue +1 -1
- package/src/filiale/lixianV3/components/charge/CardMeterCenter.vue +1 -1
- package/src/filiale/qianneng/machine/CardMeterCenter.vue +1 -1
- package/src/filiale/qingjian/CardMeterCenter.vue +1 -1
- package/src/filiale/qingjian/ShowCardSellGas.vue +1 -1
- package/src/filiale/shiquan/charge/CardMeterCenter.vue +1 -1
- package/src/filiale/yangchun/CardMeterCenter.vue +1 -1
- package/src/filiale/yangchun/ShowCardSellGas.vue +1 -1
- package/src/filiale/zhongsheng/charge/ShowCardSellGas.vue +1 -1
package/package.json
CHANGED
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
if (self.row.f_collection_type === '按金额') {
|
|
267
267
|
self.dymoney = 0
|
|
268
268
|
} else {
|
|
269
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
269
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
270
270
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
271
271
|
}
|
|
272
272
|
} else {
|
|
@@ -297,7 +297,7 @@ let preamountGen = async function (self) {
|
|
|
297
297
|
if (self.row.f_collection_type === '按金额') {
|
|
298
298
|
self.dymoney = 0
|
|
299
299
|
} else {
|
|
300
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
300
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
301
301
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
302
302
|
}
|
|
303
303
|
} else {
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
if (self.row.f_collection_type === '按金额') {
|
|
264
264
|
self.dymoney = 0
|
|
265
265
|
} else {
|
|
266
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
266
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
267
267
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
268
268
|
}
|
|
269
269
|
} else {
|
|
@@ -297,7 +297,7 @@ let preamountGen = async function (self) {
|
|
|
297
297
|
if (self.row.f_collection_type === '按金额') {
|
|
298
298
|
self.dymoney = 0
|
|
299
299
|
} else {
|
|
300
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
300
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
301
301
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
302
302
|
}
|
|
303
303
|
} else {
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
if (self.row.f_collection_type === '按金额') {
|
|
311
311
|
self.dymoney = 0
|
|
312
312
|
} else {
|
|
313
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
313
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
314
314
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
315
315
|
}
|
|
316
316
|
} else {
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
if (self.row.f_collection_type === '按金额') {
|
|
264
264
|
self.dymoney = 0
|
|
265
265
|
} else {
|
|
266
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
266
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
267
267
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
268
268
|
}
|
|
269
269
|
} else {
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
if (self.row.f_collection_type === '按金额') {
|
|
264
264
|
self.dymoney = 0
|
|
265
265
|
} else {
|
|
266
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
266
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
267
267
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
268
268
|
}
|
|
269
269
|
} else {
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
if (self.row.f_collection_type === '按金额') {
|
|
264
264
|
self.dymoney = 0
|
|
265
265
|
} else {
|
|
266
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
266
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
267
267
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
268
268
|
}
|
|
269
269
|
} else {
|
|
@@ -288,7 +288,7 @@ let preamountGen = async function (self) {
|
|
|
288
288
|
if (self.row.f_collection_type === '按金额') {
|
|
289
289
|
self.dymoney = 0
|
|
290
290
|
} else {
|
|
291
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
291
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
292
292
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
293
293
|
}
|
|
294
294
|
} else {
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
if (self.row.f_collection_type === '按金额') {
|
|
272
272
|
self.dymoney = 0
|
|
273
273
|
} else {
|
|
274
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
274
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
275
275
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
276
276
|
}
|
|
277
277
|
} else {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
if (self.row.f_collection_type === '按金额') {
|
|
269
269
|
self.dymoney = 0
|
|
270
270
|
} else {
|
|
271
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
271
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
272
272
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
273
273
|
}
|
|
274
274
|
} else {
|
|
@@ -302,7 +302,7 @@ let preamountGen = async function (self) {
|
|
|
302
302
|
if (self.row.f_collection_type === '按金额') {
|
|
303
303
|
self.dymoney = 0
|
|
304
304
|
} else {
|
|
305
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
305
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
306
306
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
307
307
|
}
|
|
308
308
|
} else {
|
|
@@ -293,7 +293,7 @@ let preamountGen = async function (self) {
|
|
|
293
293
|
if (self.row.f_collection_type === '按金额') {
|
|
294
294
|
self.dymoney = 0
|
|
295
295
|
} else {
|
|
296
|
-
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).
|
|
296
|
+
let dymoney2 = await self.$CommonService.gasCalculate(self.model, (getGas.data.gas - 0).toFixed(self.row.f_gas_decimal || 4))
|
|
297
297
|
self.dymoney = (getGas.data.chargenum - 0).toFixed(4) - (dymoney2.data.chargenum - 0).toFixed(self.row.f_fee_decimal || 4)
|
|
298
298
|
}
|
|
299
299
|
} else {
|