sale-client 3.4.180 → 3.4.181

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 (56) hide show
  1. package/.babelrc +5 -5
  2. package/.gradle/{4.4/fileChanges → 3.5.1/file-changes}/last-build.bin +0 -0
  3. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  4. package/{npm → .gradle/buildOutputCleanup/built.bin} +0 -0
  5. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  6. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  7. package/package.json +1 -1
  8. package/src/components/FilesManage/FileUserFiles.vue +984 -984
  9. package/src/components/FilesManage/MeterinfoTest.vue +1 -1
  10. package/src/components/FilesManage/TemplateManage.vue +167 -167
  11. package/src/components/FilesManage/UserEssentialInfoTest.vue +320 -320
  12. package/src/components/FilesManageNew/FileUserFiles.vue +743 -743
  13. package/src/components/charge/business/FilesComplete.vue +253 -253
  14. package/src/components/charge/business/IOT/IotChangeFill.vue +481 -481
  15. package/src/components/charge/business/IOTMeterCenter.vue +807 -807
  16. package/src/components/charge/business/OtherChargeByPay.vue +1 -0
  17. package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +342 -342
  18. package/src/components/charge/business/machine/MachineMeterCenter.vue +728 -728
  19. package/src/components/charge/business/refund/RefundManage.vue +28 -28
  20. package/src/components/charge/gasloss/gasLossOperate.vue +1 -1
  21. package/src/components/chargeNew/thirdSurplus.vue +309 -309
  22. package/src/components/revenue/Common/MeterMessage.vue +184 -184
  23. package/src/components/revenue/HandManager/HandManagerCard.vue +1163 -1163
  24. package/src/components/revenue/base/leftview/MixPriceInfo.vue +60 -60
  25. package/src/components/revenue/base/leftview/Stairinfo.vue +156 -156
  26. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +965 -965
  27. package/src/components/revenue/comprehen/Maintenance/revenue/MeterOperatemain.vue +392 -392
  28. package/src/components/revenue/comprehen/Message/MessageManage.vue +136 -136
  29. package/src/components/revenue/comprehen/StairPrice/GasPrice.vue +514 -514
  30. package/src/components/revenue/comprehen/replacement/replacementHandInfoRecord.vue +155 -155
  31. package/src/components/revenue/comprehen/wechatpay/WeChat.vue +62 -62
  32. package/src/components/revenue/machineHandManage/machineDown.vue +1112 -1112
  33. package/src/components/revenue/machineHandManage/machineHandManager.vue +78 -78
  34. package/src/filiale/alashan/PrintBill.vue +116 -116
  35. package/src/filiale/fugu/components/FilesManage/UserDeviceInfoTest.vue +366 -366
  36. package/src/filiale/macheng/FilesManageNew/UserEssentialInfoTest.vue +373 -373
  37. package/src/filiale/macheng/MessageList.vue +420 -420
  38. package/src/filiale/macheng/UserDeviceInfoTest.vue +412 -412
  39. package/src/filiale/meihekou/PrintBill.vue +140 -140
  40. package/src/filiale/meihekou/ReissueBill.vue +322 -322
  41. package/src/filiale/qianneng/GasPriceList.vue +330 -330
  42. package/src/filiale/qianneng/HandManager.vue +1838 -1838
  43. package/src/filiale/qingtongxia/CardMeterCenter.vue +743 -743
  44. package/src/filiale/qingtongxia/UserGeneralInfoTest.vue +538 -538
  45. package/src/filiale/rizhao/ChargeRecordQuery.vue +100 -0
  46. package/src/filiale/rizhao/sale.js +3 -1
  47. package/src/filiale/rongcheng/FilesManageNew/UserGeneralInfoTest.vue +608 -608
  48. package/src/filiale/rongchuang/OtherGas.vue +329 -329
  49. package/src/filiale/tongchuan/CardList.vue +482 -482
  50. package/src/filiale/tongchuan/feeDeduction.vue +168 -168
  51. package/src/filiale/xinkang/base/leftview/Userinfo.vue +176 -176
  52. package/src/filiale/xinkang/sale.js +8 -8
  53. package/src/filiale/zhongsheng/wechatpay/WeChatPayDetail.vue +469 -469
  54. package/src/plugins/ChangeMeterService.js +756 -756
  55. package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  56. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
package/.babelrc CHANGED
@@ -1,5 +1,5 @@
1
- {
2
- "presets": ["es2015", "stage-2"],
3
- "plugins": ["transform-runtime"],
4
- "comments": false
5
- }
1
+ {
2
+ "presets": ["es2015", "stage-2"],
3
+ "plugins": ["transform-runtime"],
4
+ "comments": false
5
+ }
File without changes
@@ -0,0 +1,2 @@
1
+ #Fri Apr 02 10:09:16 CST 2021
2
+ gradle.version=3.5.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.180",
3
+ "version": "3.4.181",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {