sale-client 3.5.207 → 3.5.208
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
CHANGED
|
@@ -406,8 +406,6 @@
|
|
|
406
406
|
let asyncCardMeterCenter = async function (self) {
|
|
407
407
|
await self.$getConfig(self, 'CardMeterCenter')
|
|
408
408
|
console.log('卡表收费config', self.config)
|
|
409
|
-
self.config.calculatePreByCollection = true
|
|
410
|
-
self.config = Object.assign({},self.config)
|
|
411
409
|
// 添加 “系统余额透支” 付款方式
|
|
412
410
|
let i = -1
|
|
413
411
|
for (const index in self.paytype) {
|