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.
@@ -1,2 +1,2 @@
1
- #Fri Apr 18 15:04:23 CST 2025
1
+ #Thu Apr 10 10:42:44 CST 2025
2
2
  gradle.version=5.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.525",
3
+ "version": "3.6.526",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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
- self.model.f_collection=Math.ceil(self.model.f_collection)
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,