sale-client 3.6.290 → 3.6.291
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 +2 -2
- package/src/components/charge/business/IOTMeterCenter.vue +1 -1
- package/src/components/revenue/comprehen/Message/AllUser.vue +567 -596
- package/src/filiale/rizhao/IOTMeterCenter.vue +3 -3
- package/src/filiale/tongchuan/bill/CustQueryEticketQueryV4.vue +2 -1
- package/src/filiale/yangchun/EticketV4/EticketOpenPage.vue +13 -9
package/package.json
CHANGED
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
408
|
} else {
|
|
409
|
-
self.$dispatch('success', '卡表收费')
|
|
409
|
+
self.$dispatch('success', '卡表收费', self.row)
|
|
410
410
|
}
|
|
411
411
|
self.clickConfirm = false
|
|
412
412
|
} catch (error) {
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
self.$dispatch('refresh', self.row)
|
|
503
503
|
} else {
|
|
504
504
|
self.$resetpost('rs/logic/writeCardAgin', getNoWriteCard.data[0], {resolveMsg: '重新写卡成功', rejectMsg: '重新写卡失败'})
|
|
505
|
-
self.$dispatch('success', '卡表收费')
|
|
505
|
+
self.$dispatch('success', '卡表收费', self.row)
|
|
506
506
|
}
|
|
507
507
|
} else {
|
|
508
508
|
self.$dispatch('refresh', self.row)
|