manage-client 3.2.210 → 3.2.211

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 (35) hide show
  1. package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  2. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  4. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  5. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  7. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  8. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  9. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  10. package/.gradle/7.1/gc.properties +0 -0
  11. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  12. package/build/dev-server.js +193 -190
  13. package/package.json +1 -1
  14. package/src/filiale/WEINAN/CancellationQuery.vue +528 -528
  15. package/src/filiale/WEINAN/ChargeQuery.vue +800 -800
  16. package/src/filiale/WEINAN/EnableQuery.vue +456 -456
  17. package/src/filiale/WEINAN/UserAddress.vue +655 -655
  18. package/src/filiale/WEINAN/UserAddressChange.vue +58 -58
  19. package/src/filiale/WEINAN/config/exportConfig.js +824 -824
  20. package/src/filiale/WEINAN/sale.js +52 -52
  21. package/src/filiale/huayin/ChangeMeterQuery.vue +657 -0
  22. package/src/filiale/huayin/ChargeQuery.vue +1305 -0
  23. package/src/filiale/huayin/config/DefaultPrint.js +6 -0
  24. package/src/filiale/huayin/config/exportConfig.js +1084 -0
  25. package/src/filiale/huayin/sale.js +8 -0
  26. package/src/filiale/qianneng/BusinessManage.vue +3 -0
  27. package/src/filiale/qianneng/WebHandplanQuery.vue +2 -61
  28. package/src/filiale/qianneng/WebmeterQuery.vue +0 -3
  29. package/src/filiale/qianneng/exportConfig.js +2 -3
  30. package/src/filiale/qianneng/sale.js +2 -0
  31. package/src/filiale/qianneng/webmeterManage.js +0 -1
  32. package/src/filiale/shanxian/BankManager.vue +146 -0
  33. package/src/filiale/shanxian/BussinessType.vue +137 -0
  34. package/src/filiale/shanxian/reportManage.js +4 -0
  35. package/yarn-error.log +0 -7659
@@ -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
+ }