telephone-clients 4.0.0-1-77 → 4.0.0-1-78

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 (31) hide show
  1. package/CHANGELOG.md +37 -37
  2. package/README.md +38 -38
  3. package/package.json +1 -1
  4. package/release.bat +5 -5
  5. package/src/components/pc/NewRepairPaper.vue +704 -704
  6. package/src/components/pc/NewRepairTablePaper.vue +442 -442
  7. package/src/components/pc/RecordListLeft.vue +1 -1
  8. package/src/components/pc/WorkHistory.vue +650 -650
  9. package/src/components/sendsingle/onlinecharge.vue +424 -424
  10. package/src/components/workorder/ChangeMeterPageNew.vue +663 -658
  11. package/src/components/workorder/ChangeMeterUserInfo.vue +130 -130
  12. package/src/components/workorder/RepairFirstV.vue +736 -736
  13. package/src/components/workorder/RepairInfo.vue +178 -178
  14. package/src/components/workorder/RepairOrderT.vue +713 -713
  15. package/src/components/workorder/oldMeterPage.vue +104 -104
  16. package/src/components/workorder/repairFirstTable.vue +715 -715
  17. package/src/filiale/meihekou/android/Othercharge.vue +454 -454
  18. package/src/filiale/meihekou/android/PhoneStandWorkNew.vue +692 -692
  19. package/src/filiale/meihekou/android/ServiceOnlineQuery.vue +477 -477
  20. package/src/filiale/meihekou/pc/RepairsWork.vue +1003 -1003
  21. package/src/filiale/meihekou/pc/WorkListNew.vue +1049 -1049
  22. package/src/filiale/meihekou/telephoneAndroid.js +26 -26
  23. package/src/filiale/xinjiangdexin/telephone.js +16 -16
  24. package/src/filiale/xinliansihui/android/AppInstallationMaterial.vue +864 -864
  25. package/src/filiale/xinliansihui/android/FaultAll.vue +923 -923
  26. package/src/filiale/xinliansihui/android/RepairFirstV.vue +734 -734
  27. package/src/filiale/xinliansihui/android/RepairOrderT.vue +713 -713
  28. package/src/filiale/xinliansihui/telephoneAndroid.js +11 -11
  29. package/src/main.js +24 -24
  30. package/src/telephone-android.js +425 -425
  31. package/src/telephone.js +796 -796
@@ -243,7 +243,7 @@ export default {
243
243
  if (this.flag == '是') {
244
244
  if (this.f_filiale_id) {
245
245
  args.condition = args.condition + ' and f_filiale_id in ' + this.f_filiale_id
246
- }0
246
+ }
247
247
  }
248
248
  if(args.model.istelon == '是'){
249
249
  args.condition = args.condition + " and len(starttime) != 0 "