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.
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.3.0/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +1 -1
- package/src/filiale/bayan/CardMeterChargeCancel.vue +2 -1
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -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:
|
|
265
|
+
cancletime: true // 是否限制当天不能冲正
|
|
265
266
|
},
|
|
266
267
|
model: {
|
|
267
268
|
f_payment: '',
|