sale-client 3.6.373 → 3.6.374
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/revenue/base/rightview/RecordCancel.vue +1 -1
- package/src/filiale/dexin/CardMeterCenter.vue +994 -0
- package/src/filiale/dexin/NoCardMeterCenter.vue +505 -0
- package/src/filiale/dexin/Userinfo.vue +395 -0
- package/src/filiale/dexin/sale.js +7 -0
- package/src/main.js +1 -1
package/package.json
CHANGED
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
// 看看要不要给发票冲掉
|
|
81
|
-
const getEticket = await self.$resetpost('rs/sql/
|
|
81
|
+
const getEticket = await self.$resetpost('rs/sql/saleSingleTable', {
|
|
82
82
|
data: {
|
|
83
83
|
tablename: 't_ticketrelated',
|
|
84
84
|
condition: `f_sell_id = '${res.data.record}' and f_business_type = '${res.data.type}' and f_related_state = '有效'`
|