sale-client 3.6.271 → 3.6.272

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.
Files changed (27) hide show
  1. package/.gradle/7.4/checksums/checksums.lock +0 -0
  2. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  3. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  4. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  5. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  6. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  7. package/.gradle/7.4/gc.properties +0 -0
  8. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  9. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  10. package/.gradle/vcs-1/gc.properties +0 -0
  11. package/package.json +2 -2
  12. package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +1 -1
  13. package/src/filiale/bayan/CardService.js +2237 -2226
  14. package/src/filiale/bayan/UnWriteCardCenter.vue +112 -0
  15. package/src/filiale/bayan/sale.js +15 -13
  16. package/src/filiale/jingyang/EticketPrint.vue +4 -2
  17. package/src/filiale/jingyang/EticketV4/CustQueryEticket.vue +377 -371
  18. package/src/filiale/jingyang/EticketV4/EticketOpenCard.vue +373 -367
  19. package/src/filiale/jingyang/EticketV4/EticketOpenPage.vue +392 -386
  20. package/src/filiale/jingyang/EticketV4/EticketRecordList.vue +1 -1
  21. package/src/filiale/meihekou/meterinfodetail.vue +1 -1
  22. package/src/filiale/rongchuang/EticketPrint.vue +457 -0
  23. package/src/filiale/rongchuang/bill/CustQueryEticket.vue +201 -5
  24. package/src/filiale/rongchuang/bill/EticketRecordList.vue +4 -3
  25. package/src/filiale/rongchuang/sale.js +1 -0
  26. package/src/filiale/tongchuan/paperaudit.vue +68 -3
  27. package/src/main.js +1 -1
File without changes
@@ -0,0 +1,2 @@
1
+ #Tue Apr 16 16:28:49 CST 2024
2
+ gradle.version=7.4
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.271",
3
+ "version": "3.6.272",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "examples": "^0.1.0",
22
22
  "js-file-download": "0.4.12",
23
23
  "less-loader": "^2.2.3",
24
- "qrcodejs2": "0.0.2",
24
+ "qrcodejs2": "^0.0.2",
25
25
  "vue": "^1.0.17",
26
26
  "webpack-dev-server": "^2.11.5",
27
27
  "vue-client": "1.24.146",
@@ -154,7 +154,7 @@ let getOverUseGen = async function (self) {
154
154
  self.hasValidateBill = self.config.hasBillManage
155
155
 
156
156
  self.model = Object.assign({}, self.model, self.row)
157
-
157
+ self.model.f_comments = ''
158
158
  // 获取单价(阶梯使用一阶, 固定直接是固定)
159
159
  let res = await self.$CommonService.feeCalculate(self.model, 0)
160
160
  if (self.row.f_price_type == '固定气价') {