sale-client 3.7.68 → 3.7.69

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.
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Wed May 13 15:19:48 CST 2026
2
+ gradle.version=5.2.1
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.68",
3
+ "version": "3.7.69",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -189,6 +189,7 @@ let cardChargeCancelGen = async function (self) {
189
189
  }
190
190
 
191
191
  let readyGen = async function (self) {
192
+ await self.$getConfig(self, 'CardMeterChargeCancel')
192
193
  console.log('冲正业务config', self.config)
193
194
  self.correctModel.f_cancel_type = self.config.cancelType
194
195
 
@@ -261,7 +262,7 @@ export default {
261
262
  cancleother: false, // 默认可以撤销别人的操作
262
263
  hasBillManage: false, // 默认不启用发票管理
263
264
  cancelType: 'newBill',
264
- cancletime: false // 是否限制当天不能冲正
265
+ cancletime: true // 是否限制当天不能冲正
265
266
  },
266
267
  model: {
267
268
  f_payment: '',