manage-client 3.2.296 → 3.2.299-1

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 (43) hide show
  1. package/.gradle/4.4/fileHashes/fileHashes.bin +0 -0
  2. package/.gradle/4.4/fileHashes/fileHashes.lock +0 -0
  3. package/build/dev-server.js +3 -3
  4. package/lib/package_2022-12-01-14-30-50.json +109 -0
  5. package/package.json +1 -1
  6. package/src/components/webmeter/DrillData/UserLostContactAnalysis.vue +585 -585
  7. package/src/components/webmeter/gasStatistics/NewGasStatistics.vue +511 -511
  8. package/src/components/webmeter/recharge/RechargeList.vue +3 -0
  9. package/src/filiale/ancheng/businessquery/ChargeQuery.vue +1344 -1344
  10. package/src/filiale/ancheng/businessquery/FMYGasQuery.vue +785 -785
  11. package/src/filiale/ancheng/exportConfig.js +1111 -1111
  12. package/src/filiale/ancheng/sale.js +13 -13
  13. package/src/filiale/kelai/CollectManage.vue +158 -158
  14. package/src/filiale/kelai/NewAccountQuery.vue +409 -409
  15. package/src/filiale/kelai/sale.js +13 -13
  16. package/src/filiale/qianneng/WebHandplanQuery.vue +2 -2
  17. package/src/filiale/qianneng/exportConfig.js +5 -3
  18. package/src/filiale/shanxian/BankManager.vue +1 -1
  19. package/src/filiale/shanxian/ChangeMeterQuery.vue +8 -2
  20. package/src/filiale/shanxian/ChargeQuery.vue +6 -2
  21. package/src/filiale/shanxian/GasDeviceQuery.vue +67 -58
  22. package/src/filiale/shanxian/Paymentpie.vue +6 -3
  23. package/src/filiale/shanxian/SiteManager.vue +1 -1
  24. package/src/filiale/shanxian/config/exportConfig.js +1 -1
  25. package/src/filiale/tongchuan/ChargeQuery.vue +1316 -1310
  26. package/src/filiale/tongchuan/HandplanQuery.vue +1331 -1335
  27. package/src/filiale/wenxi/ChangeMeterQuery.vue +704 -0
  28. package/src/filiale/wenxi/ChangeUserQuery.vue +371 -0
  29. package/src/filiale/wenxi/ChargeQuery.vue +1 -1
  30. package/src/filiale/wenxi/FmyGasDeviceQuery.vue +96 -32
  31. package/src/filiale/wenxi/GasDeviceQuery.vue +68 -14
  32. package/src/filiale/wenxi/GasStatistics.vue +6 -3
  33. package/src/filiale/wenxi/GetNoMetereadData.vue +374 -0
  34. package/src/filiale/wenxi/HandplanQuery.vue +1370 -0
  35. package/src/filiale/wenxi/MeterQuery.vue +964 -0
  36. package/src/filiale/wenxi/NewGasStatistics.vue +3 -1
  37. package/src/filiale/wenxi/RecordInfoQuery.vue +65 -48
  38. package/src/filiale/wenxi/WebHandQuery.vue +15 -13
  39. package/src/filiale/wenxi/config/exportConfig.js +27 -20
  40. package/src/filiale/wenxi/sale.js +8 -0
  41. package/src/filiale/wenxi/webmeterManage.js +2 -0
  42. package/src/filiale/xinkang/GasStatistics.vue +511 -517
  43. package/src/main.js +4 -4
@@ -165,6 +165,9 @@
165
165
  </criteria-paged>
166
166
  </div>
167
167
  </div>
168
+ <div class="flex" style="width:99%;height:98%;margin-bottom:0px" v-if="show">
169
+ <user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
170
+ </div>
168
171
  </div>
169
172
  </template>
170
173