af-mobile-client-vue3 1.4.68 → 1.4.70

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 (50) hide show
  1. package/__dummy__ +9 -9
  2. package/build/vite/optimize.ts +36 -36
  3. package/package.json +120 -121
  4. package/public/favicon.svg +4 -4
  5. package/scripts/verifyCommit.js +19 -19
  6. package/src/components/common/MateChat/components/MateChatContent.vue +274 -274
  7. package/src/components/common/MateChat/components/MateChatHeader.vue +337 -337
  8. package/src/components/common/MateChat/index.vue +444 -444
  9. package/src/components/common/MateChat/types.ts +247 -247
  10. package/src/components/common/otherCharge/ChargePrintSelectorAndRemarks.vue +137 -137
  11. package/src/components/common/otherCharge/CodePayment.vue +357 -357
  12. package/src/components/common/otherCharge/FileUploader.vue +602 -602
  13. package/src/components/common/otherCharge/GridFileUploader.vue +846 -846
  14. package/src/components/common/otherCharge/PaymentMethodSelector.vue +202 -202
  15. package/src/components/common/otherCharge/PaymentMethodSelectorCard.vue +45 -45
  16. package/src/components/common/otherCharge/ReceiptModal.vue +273 -273
  17. package/src/components/common/otherCharge/index.ts +43 -43
  18. package/src/components/core/ImageUploader/index.vue +9 -2
  19. package/src/components/data/OtherCharge/OtherChargeItemModal.vue +547 -547
  20. package/src/components/data/UserDetail/types.ts +1 -1
  21. package/src/components/data/XCellList/index.vue +1 -1
  22. package/src/components/data/XReportGrid/XAddReport/index.ts +1 -1
  23. package/src/components/data/XReportGrid/XReportDrawer/index.ts +1 -1
  24. package/src/components/data/XTag/index.vue +10 -10
  25. package/src/components/layout/TabBarLayout/index.vue +40 -40
  26. package/src/hooks/useCommon.ts +9 -9
  27. package/src/plugins/AppData.ts +38 -38
  28. package/src/router/invoiceRoutes.ts +33 -33
  29. package/src/services/api/common.ts +109 -109
  30. package/src/services/api/manage.ts +8 -8
  31. package/src/services/api/search.ts +16 -16
  32. package/src/services/restTools.ts +56 -56
  33. package/src/utils/authority-utils.ts +84 -84
  34. package/src/utils/crypto.ts +39 -39
  35. package/src/utils/queryFormDefaultRangePicker.ts +57 -57
  36. package/src/utils/runEvalFunction.ts +13 -13
  37. package/src/views/component/EvaluateRecordView/index.vue +40 -40
  38. package/src/views/component/MateChat/MateChatView.vue +10 -10
  39. package/src/views/component/XCellDetailView/index.vue +217 -217
  40. package/src/views/component/XCellListView/index.vue +138 -107
  41. package/src/views/component/XFormGroupView/index.vue +82 -78
  42. package/src/views/component/XFormView/index.vue +46 -41
  43. package/src/views/component/XReportFormIframeView/index.vue +47 -47
  44. package/src/views/component/XReportFormView/index.vue +13 -13
  45. package/src/views/component/XSignatureView/index.vue +50 -50
  46. package/src/views/component/notice.vue +46 -46
  47. package/src/views/component/topNav.vue +36 -36
  48. package/src/views/invoiceShow/index.vue +61 -61
  49. package/src/views/user/login/index.vue +22 -22
  50. package/pnpm-lock.yaml +0 -11070

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.