manage-client 3.3.208 → 3.3.210

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 (33) hide show
  1. package/package.json +111 -111
  2. package/src/components/sale/businessquery/ChargeQuery.vue +21 -21
  3. package/src/components/webmeter/gasStatistics/GasStatistics.vue +526 -526
  4. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +542 -542
  5. package/src/filiale/dingcheng/DefaultPrint.js +6 -0
  6. package/src/filiale/dingcheng/businessquery/ChangeMeterQuery.vue +798 -0
  7. package/src/filiale/dingcheng/exportConfig.js +2765 -0
  8. package/src/filiale/dingcheng/sale.js +9 -0
  9. package/src/filiale/kelai/NewAccountQuery.vue +417 -417
  10. package/src/filiale/macheng/ArrearsQuery.vue +11 -3
  11. package/src/filiale/macheng/config/exportConfig.js +5 -5
  12. package/src/filiale/meihekou/UserSellHeadDetail.vue +516 -516
  13. package/src/filiale/meihekou/YingShouMingXi.vue +556 -556
  14. package/src/filiale/meihekou/config/exportConfig.js +829 -829
  15. package/src/filiale/rizhao/BusinessManage.vue +212 -212
  16. package/src/filiale/rizhao/sale.js +13 -13
  17. package/src/filiale/shexian/ChangeMeterQuery.vue +1 -1
  18. package/src/filiale/xinjiangdexin/ChargeQuery.vue +1435 -1435
  19. package/src/filiale/xinjiangdexin/config/exportConfig.js +2770 -2770
  20. package/src/filiale/xinjiangdexin/sale.js +7 -7
  21. package/src/main.js +68 -68
  22. package/.gradle/7.4/checksums/checksums.lock +0 -0
  23. package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  24. package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  25. package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  26. package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  27. package/.gradle/7.4/fileChanges/last-build.bin +0 -0
  28. package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  29. package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  30. package/.gradle/7.4/gc.properties +0 -0
  31. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  32. package/.gradle/file-system.probe +0 -0
  33. package/.gradle/vcs-1/gc.properties +0 -0
@@ -0,0 +1,6 @@
1
+ export default{
2
+ //把打印需要默认选中的字段名放在config数组中
3
+ config: [
4
+ "f_userinfo_code","f_user_name","f_user_phone","f_pregas","f_preamount","f_collection","f_balance","f_curbalance","f_idnumber"
5
+ ]
6
+ }