sale-client 3.6.525 → 3.6.526
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/fileHashes/fileHashes.lock +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
- package/src/filiale/bayan/NoCardMeterCenter.vue +4 -4
- package/src/filiale/rongchuang/ChangeMeter.vue +1170 -1170
- package/src/filiale/shimen/ReissueBill.vue +315 -0
- package/src/filiale/shimen/sale.js +2 -0
- package/src/main.js +1 -1
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Thu Apr 10 10:42:44 CST 2025
|
|
2
2
|
gradle.version=5.2.1
|
package/package.json
CHANGED
|
@@ -213,9 +213,9 @@
|
|
|
213
213
|
Object.assign(self.model, self.model, getAmount.data)
|
|
214
214
|
self.model.chargeprice = getAmount.data.chargeprice
|
|
215
215
|
self.model.f_collection = self.model.f_totalcost
|
|
216
|
-
if(self.config.floor){
|
|
217
|
-
|
|
218
|
-
}
|
|
216
|
+
// if(self.config.floor){
|
|
217
|
+
// self.model.f_collection=Math.ceil(self.model.f_collection)
|
|
218
|
+
// }
|
|
219
219
|
self.calText(getAmount.data.chargeprice)
|
|
220
220
|
}
|
|
221
221
|
}
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
notShowFormula: false, // 不显示计算公式,默认显示
|
|
327
327
|
hasPrint: true, // 默认打票
|
|
328
328
|
hasBillManage: false, // 默认不启用发票管理
|
|
329
|
-
floor: false,
|
|
329
|
+
floor: false, // 是否取整收费
|
|
330
330
|
billType: '燃气费', // 票据类型(燃气费,其他费用,调用的发票代码不同)
|
|
331
331
|
printType: '普通收据', // 收据/电子票/专用发票/国税发票
|
|
332
332
|
showupload: true,
|