cloud-web-corejs 1.0.54-dev.65 → 1.0.54-dev.650

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 (491) hide show
  1. package/package.json +22 -14
  2. package/src/App.vue +30 -34
  3. package/src/api/user.js +64 -40
  4. package/src/components/Qrcode/fileParse.vue +0 -1
  5. package/src/components/Tinymce/index.vue +112 -71
  6. package/src/components/VabUpload/image-viewer.vue +2 -2
  7. package/src/components/VabUpload/index.js +49 -1
  8. package/src/components/VabUpload/mixins.js +1822 -2
  9. package/src/components/VabUpload/propertiesDialog.vue +1 -1
  10. package/src/components/VabUpload/view.vue +209 -120
  11. package/src/components/advancedSearchDialog/mixins.js +28 -1
  12. package/src/components/base-textarea/index.vue +104 -0
  13. package/src/components/baseAlert/index.js +44 -1
  14. package/src/components/baseAlert/index.vue +24 -20
  15. package/src/components/baseAlert/mixins.js +61 -1
  16. package/src/components/baseAttachment/index.vue +49 -40
  17. package/src/components/baseAttachment/install.js +21 -5
  18. package/src/components/baseAttachment/mixins.js +310 -1
  19. package/src/components/baseInputBatch/mixins.js +58 -1
  20. package/src/components/baseInputExport/index.vue +21 -14
  21. package/src/components/baseInputExport/mixins.js +391 -1
  22. package/src/components/baseTabs/index.vue +16 -8
  23. package/src/components/baseTabs/mixins.js +166 -1
  24. package/src/components/cnPrint/index.js +44 -1
  25. package/src/components/cnPrint/mixins.js +189 -1
  26. package/src/components/code-editor/index.vue +102 -63
  27. package/src/components/confirmDialog/index.js +41 -1
  28. package/src/components/confirmDialog/index.vue +24 -17
  29. package/src/components/confirmDialog/mixins.js +31 -1
  30. package/src/components/errorMsg/index.js +1 -1
  31. package/src/components/errorMsg/index.vue +78 -70
  32. package/src/components/errorMsg/mixins.js +6 -5
  33. package/src/components/excelExport/button.vue +86 -24
  34. package/src/components/excelExport/exportFieldDialog.vue +215 -81
  35. package/src/components/excelExport/index.js +6 -6
  36. package/src/components/excelExport/index.vue +108 -26
  37. package/src/components/excelExport/mixins.js +2 -2
  38. package/src/components/excelImport/index.js +13 -13
  39. package/src/components/excelImport/mixins.js +2 -1
  40. package/src/components/fileLibrary/fileObjAuthDialog.vue +179 -89
  41. package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -0
  42. package/src/components/fileLibrary/filterDialog.vue +454 -0
  43. package/src/components/fileLibrary/index.vue +605 -262
  44. package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
  45. package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
  46. package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
  47. package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +339 -211
  48. package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +31 -27
  49. package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +4 -4
  50. package/src/components/fileLibrary/mixins/indexMixins.js +220 -101
  51. package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +64 -4
  52. package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +3 -3
  53. package/src/components/fileLibrary/propertiesDialog.vue +113 -74
  54. package/src/components/fileLibrary/shareDialog.vue +1 -1
  55. package/src/components/formOplog/mixins.js +85 -4
  56. package/src/components/hiprint/css/bootstrap.min.css +6 -0
  57. package/src/components/hiprint/fonts/glyphicons-halflings-regular.eot +0 -0
  58. package/src/components/hiprint/fonts/glyphicons-halflings-regular.svg +288 -0
  59. package/src/components/hiprint/fonts/glyphicons-halflings-regular.ttf +0 -0
  60. package/src/components/hiprint/fonts/glyphicons-halflings-regular.woff +0 -0
  61. package/src/components/hiprint/fonts/glyphicons-halflings-regular.woff2 +0 -0
  62. package/src/components/hiprint/hiprint.bundle.js +15 -3
  63. package/src/components/hiprint/view/design/index.vue +140 -47
  64. package/src/components/hiprint/view/design/mixins.js +611 -1
  65. package/src/components/hiprint/view/design/preview.vue +75 -52
  66. package/src/components/hiprint/view/json-view.vue +31 -31
  67. package/src/components/jdPrint/index.js +44 -1
  68. package/src/components/jdPrint/mixins.js +208 -1
  69. package/src/components/jsonImport/index.js +187 -17
  70. package/src/components/jsonImport/mixins.js +333 -1
  71. package/src/components/langImport/index.js +80 -1
  72. package/src/components/langImport/mixins.js +500 -16
  73. package/src/components/langTag/mixins/addButton.js +51 -5
  74. package/src/components/langTag/mixins/deleteButton.js +55 -5
  75. package/src/components/langTag/mixins/view.js +47 -5
  76. package/src/components/luckysheet/dialog.vue +159 -0
  77. package/src/components/luckysheet/export.js +595 -0
  78. package/src/components/luckysheet/fileUtils.js +147 -0
  79. package/src/components/luckysheet/index.js +72 -0
  80. package/src/components/luckysheet/templateJson.js +12078 -0
  81. package/src/components/luckysheet/view.vue +210 -0
  82. package/src/components/obsUpload/index.js +34 -0
  83. package/src/components/obsUpload/index.vue +231 -0
  84. package/src/components/obsUpload/mixins.js +1476 -0
  85. package/src/components/onlineTalk/index.vue +1 -1
  86. package/src/components/onlineTalk/mixins.js +852 -1
  87. package/src/components/onlineTalk/talkUserDialog.vue +280 -0
  88. package/src/components/oplogTable/mixins.js +83 -4
  89. package/src/components/pddPrint/index.js +44 -1
  90. package/src/components/pddPrint/mixins.js +252 -1
  91. package/src/components/projectTag/mixins/addButton.js +52 -1
  92. package/src/components/projectTag/mixins/deleteButton.js +52 -1
  93. package/src/components/projectTag/mixins/view.js +43 -1
  94. package/src/components/scriptDescription/button.vue +12 -4
  95. package/src/components/scriptDescription/mixins.js +30 -1
  96. package/src/components/scriptTest/mixins.js +90 -1
  97. package/src/components/statusTag/mixins.js +66 -1
  98. package/src/components/table/CellSlot.vue +1 -0
  99. package/src/components/table/config.js +1 -1
  100. package/src/components/table/index.js +12 -11
  101. package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +11028 -0
  102. package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css +200 -0
  103. package/src/components/table/tableForm.vue +99 -63
  104. package/src/components/table/tableFormMixin.js +1 -1
  105. package/src/components/table/util/index.js +339 -0
  106. package/src/components/table/vxeFilter/index.js +2 -1
  107. package/src/components/table/vxeFilter/mixin.js +8 -6
  108. package/src/components/tempStorage/index.vue +76 -55
  109. package/src/components/tempStorage/tempStorageDialog.vue +179 -54
  110. package/src/components/vb-tabs/x-tabs.vue +56 -30
  111. package/src/components/vipPrint/index.js +44 -1
  112. package/src/components/vipPrint/mixins.js +268 -1
  113. package/src/components/wf/addOpinionButton.vue +57 -0
  114. package/src/components/wf/content.vue +834 -362
  115. package/src/components/wf/mixins/addOpinionButton.js +53 -0
  116. package/src/components/wf/mixins/setCandidateButton.js +161 -0
  117. package/src/components/wf/mixins/setCandidateDialog.js +213 -1
  118. package/src/components/wf/mixins/setCandidateDialog2.js +252 -0
  119. package/src/components/wf/mixins/wfFlowEleScriptDialog.js +131 -0
  120. package/src/components/wf/mixins/wfTaskUserRangeDialog.js +69 -0
  121. package/src/components/wf/setCandidateButton.vue +40 -0
  122. package/src/components/wf/setCandidateDialog.vue +10 -0
  123. package/src/components/wf/setCandidateDialog2.vue +105 -0
  124. package/src/components/wf/wf.js +2156 -1
  125. package/src/components/wf/wfFlowEleScriptDialog.vue +89 -0
  126. package/src/components/wf/wfStartDialog.vue +66 -42
  127. package/src/components/wf/wfTaskUserRangeDialog.vue +65 -0
  128. package/src/components/wf/wfUtil.js +279 -1
  129. package/src/components/xform/form-designer/designer.js +1995 -9
  130. package/src/components/xform/form-designer/form-widget/components/gantt/index.vue +434 -0
  131. package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +1 -1
  132. package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +9 -8
  133. package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +4 -1
  134. package/src/components/xform/form-designer/form-widget/container-widget/detail-pane-widget.vue +3 -2
  135. package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +3 -3
  136. package/src/components/xform/form-designer/form-widget/dialog/baseFormulaDialog copy.vue +971 -0
  137. package/src/components/xform/form-designer/form-widget/dialog/baseFormulaDialog.vue +971 -0
  138. package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
  139. package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
  140. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +85 -48
  141. package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
  142. package/src/components/xform/form-designer/form-widget/dialog/formulaDialog.vue +799 -0
  143. package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +30 -7
  144. package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +1762 -9
  145. package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +222 -75
  146. package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +2 -2
  147. package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
  148. package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +32 -4
  149. package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
  150. package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +19 -1
  151. package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +40 -28
  152. package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +18 -7
  153. package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +4 -1
  154. package/src/components/xform/form-designer/form-widget/field-widget/copy_button-widget.vue +95 -0
  155. package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +13 -2
  156. package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +30 -4
  157. package/src/components/xform/form-designer/form-widget/field-widget/download-button-widget.vue +133 -0
  158. package/src/components/xform/form-designer/form-widget/field-widget/dropdown-item-widget.vue +86 -0
  159. package/src/components/xform/form-designer/form-widget/field-widget/dropdown-widget.vue +170 -0
  160. package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1654 -16
  161. package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +705 -379
  162. package/src/components/xform/form-designer/form-widget/field-widget/gantt-widget.vue +964 -0
  163. package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +6 -2
  164. package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +22 -11
  165. package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +90 -0
  166. package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +7 -2
  167. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +2 -1
  168. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +3 -2
  169. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +1 -1
  170. package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +179 -0
  171. package/src/components/xform/form-designer/form-widget/field-widget/multiSearch-widget.vue +53 -0
  172. package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +114 -81
  173. package/src/components/xform/form-designer/form-widget/field-widget/oplog-widget.vue +186 -0
  174. package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +55 -28
  175. package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +119 -0
  176. package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +154 -47
  177. package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +26 -6
  178. package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +2 -2
  179. package/src/components/xform/form-designer/form-widget/field-widget/select-export-button-widget.vue +86 -0
  180. package/src/components/xform/form-designer/form-widget/field-widget/select-export-item-button-widget.vue +92 -0
  181. package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +24 -9
  182. package/src/components/xform/form-designer/form-widget/field-widget/singerSearch-widget.vue +53 -0
  183. package/src/components/xform/form-designer/form-widget/field-widget/singleUpload-widget.vue +145 -0
  184. package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +12 -1
  185. package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +8 -3
  186. package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +82 -49
  187. package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +38 -38
  188. package/src/components/xform/form-designer/form-widget/field-widget/tableexportbuttonwidget.vue +99 -0
  189. package/src/components/xform/form-designer/form-widget/field-widget/tempStorage-widget.vue +147 -0
  190. package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +106 -33
  191. package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
  192. package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +3 -171
  193. package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +191 -66
  194. package/src/components/xform/form-designer/form-widget/field-widget/vabUpload2-widget.vue +753 -0
  195. package/src/components/xform/form-designer/form-widget/indexMixin.js +1 -1
  196. package/src/components/xform/form-designer/indexMixin.js +3 -2
  197. package/src/components/xform/form-designer/refMixinDesign.js +1 -28
  198. package/src/components/xform/form-designer/setting-panel/form-setting.vue +981 -172
  199. package/src/components/xform/form-designer/setting-panel/index.vue +41 -32
  200. package/src/components/xform/form-designer/setting-panel/indexMixin.js +1 -1
  201. package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +537 -302
  202. package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +4 -4
  203. package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
  204. package/src/components/xform/form-designer/setting-panel/property-editor/autoValueEnabled-editor.vue +38 -0
  205. package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +6 -0
  206. package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
  207. package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
  208. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +125 -0
  209. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +991 -1042
  210. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/edit-tree-button-group-config-dialog.vue +281 -0
  211. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/exportItemColumns-dialog.vue +432 -0
  212. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
  213. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1222 -529
  214. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +3 -3
  215. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
  216. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
  217. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
  218. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
  219. package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +0 -8
  220. package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-customClass-editor.vue +31 -2
  221. package/src/components/xform/form-designer/setting-panel/property-editor/copyButton-editor.vue +36 -0
  222. package/src/components/xform/form-designer/setting-panel/property-editor/downloadButtonFlag-editor.vue +32 -0
  223. package/src/components/xform/form-designer/setting-panel/property-editor/dropdownFlag-editor.vue +133 -0
  224. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
  225. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +5 -3
  226. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +23 -8
  227. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
  228. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +64 -5
  229. package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-item-editor.vue +21 -0
  230. package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -0
  231. package/src/components/xform/form-designer/setting-panel/property-editor/field-gantt/gantt-editor.vue +36 -0
  232. package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +77 -20
  233. package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +96 -0
  234. package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +44 -15
  235. package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +115 -0
  236. package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
  237. package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/preWrap-editor.vue +23 -0
  238. package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +1 -1
  239. package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +67 -41
  240. package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-button-editor.vue +56 -0
  241. package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-item-button-editor.vue +71 -0
  242. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +13 -1
  243. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +33 -1
  244. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +66 -0
  245. package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +89 -19
  246. package/src/components/xform/form-designer/setting-panel/property-editor/formatType-editor.vue +137 -0
  247. package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +721 -466
  248. package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
  249. package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
  250. package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
  251. package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
  252. package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
  253. package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +19 -14
  254. package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
  255. package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +126 -50
  256. package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +31 -0
  257. package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
  258. package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +349 -0
  259. package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +10 -6
  260. package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
  261. package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +42 -0
  262. package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +305 -19
  263. package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
  264. package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
  265. package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +372 -50
  266. package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +263 -0
  267. package/src/components/xform/form-designer/setting-panel/propertyRegister.js +33 -11
  268. package/src/components/xform/form-designer/setting-panel/widgetPropertyDialogMixin.js +173 -0
  269. package/src/components/xform/form-designer/toolbar-panel/index.vue +267 -103
  270. package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +1 -1
  271. package/src/components/xform/form-designer/widget-panel/index.vue +21 -1
  272. package/src/components/xform/form-designer/widget-panel/indexMixin.js +19 -18
  273. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1733 -950
  274. package/src/components/xform/form-render/container-item/containerItemMixin.js +1237 -11
  275. package/src/components/xform/form-render/container-item/data-table-item.vue +209 -196
  276. package/src/components/xform/form-render/container-item/data-table-mixin.js +3404 -18
  277. package/src/components/xform/form-render/container-item/detail-item.vue +72 -48
  278. package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
  279. package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
  280. package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
  281. package/src/components/xform/form-render/container-item/list-h5-item.vue +1118 -403
  282. package/src/components/xform/form-render/container-item/tab-item.vue +62 -25
  283. package/src/components/xform/form-render/container-item/table-cell-item.vue +38 -32
  284. package/src/components/xform/form-render/container-item/table-item.vue +4 -2
  285. package/src/components/xform/form-render/container-item/table2-cell-item.vue +53 -34
  286. package/src/components/xform/form-render/container-item/table2-item.vue +182 -91
  287. package/src/components/xform/form-render/container-item/tree-item.vue +32 -11
  288. package/src/components/xform/form-render/dynamicDialogRender.js +1 -1
  289. package/src/components/xform/form-render/index.vue +77 -20
  290. package/src/components/xform/form-render/indexMixin.js +3719 -12
  291. package/src/components/xform/form-render/refMixin.js +3 -3
  292. package/src/components/xform/lang/zh-CN.js +29 -4
  293. package/src/components/xform/mixins/defaultHandle.js +367 -2
  294. package/src/components/xform/mixins/scriptHttp.js +3 -1
  295. package/src/components/xform/utils/emitter.js +4 -4
  296. package/src/components/xform/utils/formHttp.js +162 -0
  297. package/src/components/xform/utils/format.js +41 -34
  298. package/src/components/xform/utils/formula-util.js +969 -0
  299. package/src/components/xform/utils/smart-vue-i18n/index.js +2 -1
  300. package/src/components/xform/utils/util.js +1475 -1
  301. package/src/components/xform/utils/validators.js +2 -5
  302. package/src/components/xform/utils/vue2js-generator.js +2 -2
  303. package/src/components/xhsPrint/index.js +44 -1
  304. package/src/components/xhsPrint/mixins.js +269 -1
  305. package/src/directive/LimitNumber/index.js +125 -1
  306. package/src/directive/el-dialog-center/index.js +34 -1
  307. package/src/directive/el-drag-dialog/drag.js +86 -1
  308. package/src/directive/el-readonly/index.js +15 -1
  309. package/src/directive/permission/hasPermi.js +34 -1
  310. package/src/index.js +215 -190
  311. package/src/lang/index.js +56 -51
  312. package/src/lang/locale/en/login.js +27 -0
  313. package/src/lang/locale/zh/login.js +26 -0
  314. package/src/layout/components/AppMain.vue +8 -1
  315. package/src/layout/components/Sidebar/default.vue +1660 -1222
  316. package/src/layout/components/Sidebar/index.vue +6 -1
  317. package/src/layout/components/TagsView/index.vue +43 -12
  318. package/src/layout/components/createCompany/createCompanyDialog.vue +157 -0
  319. package/src/layout/components/extractedCode/createDialog.vue +92 -0
  320. package/src/layout/components/extractedCode/queryDialog.vue +103 -0
  321. package/src/layout/components/extractedCode/viewDialog.vue +207 -0
  322. package/src/layout/components/langTool.vue +33 -30
  323. package/src/layout/components/watermark/index.vue +83 -0
  324. package/src/layout/defaultLayout.vue +17 -9
  325. package/src/mixins/selectDialog/index.js +266 -1
  326. package/src/mixins/tableTree/index.js +199 -4
  327. package/src/mixins/wf/index.js +33 -1
  328. package/src/permission.js +135 -18
  329. package/src/resources/js/base/common.js +109 -109
  330. package/src/router/index.js +4 -7
  331. package/src/router/modules/customer.js +12 -18
  332. package/src/router/modules/system.js +4 -0
  333. package/src/store/config/index.js +83 -14
  334. package/src/store/getters.js +4 -1
  335. package/src/store/modules/permission.js +46 -41
  336. package/src/store/modules/settings.js +1 -1
  337. package/src/store/modules/tagsView.js +5 -8
  338. package/src/store/modules/user.js +367 -16
  339. package/src/utils/aes.js +2 -1
  340. package/src/utils/auth.js +1 -1
  341. package/src/utils/global.js +1 -1
  342. package/src/utils/index.js +2 -3
  343. package/src/utils/keepAlive.js +1 -1
  344. package/src/utils/pddLog.js +92 -0
  345. package/src/utils/pdfUtil.js +71 -0
  346. package/src/utils/request.js +1 -1
  347. package/src/utils/vab.js +1283 -27
  348. package/src/utils/validate.js +1 -1
  349. package/src/utils/wf.js +4 -4
  350. package/src/views/bd/setting/bd_attach_setting/edit.vue +5 -5
  351. package/src/views/bd/setting/bd_attach_setting/list.vue +28 -55
  352. package/src/views/bd/setting/bd_attach_setting/mixins/dialog.js +84 -1
  353. package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +116 -5
  354. package/src/views/bd/setting/bd_attach_setting/mixins/list.js +239 -1
  355. package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
  356. package/src/views/bd/setting/bd_company_env/edit.vue +193 -0
  357. package/src/views/bd/setting/bd_company_env/list.vue +175 -0
  358. package/src/views/bd/setting/config_manage/list.vue +83 -0
  359. package/src/views/bd/setting/formVersion/button.vue +55 -0
  360. package/src/views/bd/setting/formVersion/compareDialog.vue +287 -0
  361. package/src/views/bd/setting/formVersion/fieldCompare.vue +54 -0
  362. package/src/views/bd/setting/formVersion/ftHistoryDialog.vue +400 -0
  363. package/src/views/bd/setting/formVersion/link.vue +58 -0
  364. package/src/views/bd/setting/formVersion/preformDialog.vue +86 -0
  365. package/src/views/bd/setting/formVersion/reverButton.vue +82 -0
  366. package/src/views/bd/setting/form_import_log/edit.vue +130 -0
  367. package/src/views/bd/setting/form_import_log/list.vue +211 -0
  368. package/src/views/bd/setting/form_script/edit.vue +196 -74
  369. package/src/views/bd/setting/form_script/edit1.vue +410 -187
  370. package/src/views/bd/setting/form_script/form_list.vue +118 -37
  371. package/src/views/bd/setting/form_script/list.vue +90 -21
  372. package/src/views/bd/setting/form_script/list1.vue +200 -118
  373. package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
  374. package/src/views/bd/setting/form_script/mixins/edit.js +265 -7
  375. package/src/views/bd/setting/form_script/mixins/edit1.js +259 -9
  376. package/src/views/bd/setting/form_script/mixins/form_list.js +322 -14
  377. package/src/views/bd/setting/form_script/mixins/list.js +278 -4
  378. package/src/views/bd/setting/form_script/mixins/list1.js +480 -14
  379. package/src/views/bd/setting/form_script/mixins/list2.js +10 -1
  380. package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
  381. package/src/views/bd/setting/form_script/mixins/preformDialog.js +34 -1
  382. package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
  383. package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +2 -2
  384. package/src/views/bd/setting/form_template/edit.vue +355 -184
  385. package/src/views/bd/setting/form_template/formDesignerDialog.vue +171 -0
  386. package/src/views/bd/setting/form_template/list.vue +296 -214
  387. package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +279 -1
  388. package/src/views/bd/setting/form_template/mixins/dialog.js +103 -1
  389. package/src/views/bd/setting/form_template/mixins/edit.js +277 -9
  390. package/src/views/bd/setting/form_template/mixins/editWfObjConfigDialog.js +92 -1
  391. package/src/views/bd/setting/form_template/mixins/ftHistoryDialog.js +91 -1
  392. package/src/views/bd/setting/form_template/mixins/itemEdit.js +104 -1
  393. package/src/views/bd/setting/form_template/mixins/itemList.js +234 -1
  394. package/src/views/bd/setting/form_template/mixins/list.js +672 -22
  395. package/src/views/bd/setting/form_template/mixins/list2.js +411 -0
  396. package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +193 -0
  397. package/src/views/bd/setting/form_template/mixins/preformDialog.js +28 -3
  398. package/src/views/bd/setting/form_template/mixins/wf_list.js +421 -3
  399. package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
  400. package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +2 -2
  401. package/src/views/bd/setting/form_template/wf_list.vue +161 -127
  402. package/src/views/bd/setting/logic_param/edit.vue +146 -0
  403. package/src/views/bd/setting/logic_param/edit1.vue +106 -0
  404. package/src/views/bd/setting/logic_param/edit2.vue +139 -0
  405. package/src/views/bd/setting/logic_param/list.vue +74 -0
  406. package/src/views/bd/setting/logic_param/list1.vue +12 -0
  407. package/src/views/bd/setting/logic_param/list2.vue +12 -0
  408. package/src/views/bd/setting/logic_param/mixins/edit.js +93 -0
  409. package/src/views/bd/setting/logic_param/mixins/list.js +376 -0
  410. package/src/views/bd/setting/menu_kind/list.vue +172 -83
  411. package/src/views/bd/setting/menu_kind/mixins/authDialog.js +300 -7
  412. package/src/views/bd/setting/menu_kind/mixins/dialog.js +139 -1
  413. package/src/views/bd/setting/menu_kind/mixins/list.js +201 -1
  414. package/src/views/bd/setting/push_data/edit.vue +139 -0
  415. package/src/views/bd/setting/push_data/list.vue +283 -0
  416. package/src/views/bd/setting/push_data_h/edit.vue +153 -0
  417. package/src/views/bd/setting/push_data_h/list.vue +293 -0
  418. package/src/views/bd/setting/request_async_setting/edit.vue +320 -0
  419. package/src/views/bd/setting/request_async_setting/list.vue +372 -0
  420. package/src/views/bd/setting/request_setting/edit.vue +300 -0
  421. package/src/views/bd/setting/request_setting/list.vue +311 -0
  422. package/src/views/bd/setting/table_model/edit.vue +1079 -426
  423. package/src/views/bd/setting/table_model/list.vue +213 -128
  424. package/src/views/bd/setting/table_model/mixins/dialog.js +71 -1
  425. package/src/views/bd/setting/table_model/mixins/edit.js +1309 -13
  426. package/src/views/bd/setting/table_model/mixins/list.js +429 -2
  427. package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
  428. package/src/views/bd/setting/table_model/mixins/zdDialog.js +114 -3
  429. package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
  430. package/src/views/bd/setting/utils/index.js +60 -1
  431. package/src/views/user/access_log/list.vue +418 -349
  432. package/src/views/user/area/dialog.vue +223 -117
  433. package/src/views/user/area/list.vue +318 -0
  434. package/src/views/user/common_attribute/list.vue +4 -1
  435. package/src/views/user/company_info/dialog.vue +195 -163
  436. package/src/views/user/extend_datasource/dialog.vue +3 -0
  437. package/src/views/user/extend_datasource/edit.vue +2 -1
  438. package/src/views/user/extend_datasource/list.vue +3 -0
  439. package/src/views/user/fieldTranslation/editDialog.vue +8 -8
  440. package/src/views/user/fieldTranslation/list.vue +33 -33
  441. package/src/views/user/form/vform/designer.vue +790 -749
  442. package/src/views/user/form/vform/out_render.vue +1 -1
  443. package/src/views/user/form/vform/render.vue +67 -37
  444. package/src/views/user/form/view/edit.vue +38 -37
  445. package/src/views/user/form/view/list.vue +270 -49
  446. package/src/views/user/home/default.vue +1117 -979
  447. package/src/views/user/home/dev.vue +29 -0
  448. package/src/views/user/home/index.vue +18 -7
  449. package/src/views/user/login/default.vue +165 -36
  450. package/src/views/user/login/index.vue +4 -6
  451. package/src/views/user/login/indexMixin.js +329 -118
  452. package/src/views/user/menu/list.vue +27 -1
  453. package/src/views/user/notify_message/dialog.vue +44 -22
  454. package/src/views/user/notify_template/edit.vue +188 -187
  455. package/src/views/user/notify_template/edit2.vue +176 -0
  456. package/src/views/user/notify_template/list.vue +4 -1
  457. package/src/views/user/notify_template/list2.vue +190 -0
  458. package/src/views/user/outLink/form_view.vue +211 -211
  459. package/src/views/user/outLink/index.vue +67 -11
  460. package/src/views/user/position/list.vue +112 -72
  461. package/src/views/user/project_tag/dialog.vue +9 -4
  462. package/src/views/user/project_tag/edit.vue +2 -2
  463. package/src/views/user/project_tag/list.vue +9 -4
  464. package/src/views/user/request_setting/edit.vue +258 -0
  465. package/src/views/user/request_setting/list.vue +248 -0
  466. package/src/views/user/role/authConfig.vue +89 -0
  467. package/src/views/user/role/dialog.vue +70 -48
  468. package/src/views/user/role/edit.vue +609 -429
  469. package/src/views/user/role/list.vue +4 -4
  470. package/src/views/user/sale_org/dialog.vue +1 -1
  471. package/src/views/user/sale_org/list.vue +4 -1
  472. package/src/views/user/system_notice/infoDialog.vue +2 -1
  473. package/src/views/user/user/dialog.vue +46 -23
  474. package/src/views/user/user/edit.vue +1391 -1021
  475. package/src/views/user/user/form_dialog.vue +158 -0
  476. package/src/views/user/user/form_info.vue +210 -0
  477. package/src/views/user/user/info.vue +253 -140
  478. package/src/views/user/user/list.vue +652 -563
  479. package/src/views/user/user/modifyPasswordDialog.vue +64 -53
  480. package/src/views/user/wf/wfReport/index.vue +619 -0
  481. package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
  482. package/src/views/user/wf/wf_manage/list.vue +379 -250
  483. package/src/views/user/wf/wf_manage/list2.vue +854 -0
  484. package/src/views/user/wf/wf_manage/wfContentDialog.vue +25 -22
  485. package/src/views/user/wf/wf_obj_config/importItemDialog.vue +109 -0
  486. package/src/views/user/wf/wf_obj_config/itemEdit.vue +25 -1
  487. package/src/views/user/wf/wf_obj_config/list.vue +114 -9
  488. package/src/views/user/wf/wf_transfer_setting/edit.vue +282 -0
  489. package/src/views/user/wf/wf_transfer_setting/list.vue +319 -0
  490. package/src/views/user/workbench_menu/list.vue +555 -0
  491. package/src/components/xform/form-render/container-item/list-h5-item2.vue +0 -1347
@@ -1,979 +1,1117 @@
1
- <template>
2
- <div class="index-home">
3
- <el-row>
4
- <el-col :span="8">
5
- <div class="i-user-info">
6
- <img class="img" v-if="headPhotoUrl" :src="headPhotoUrl"/>
7
- <p class="name">{{ $t1('您好') }},{{ userInfo.nickName }}</p>
8
- <p>{{ companyInfo.companyName }}</p>
9
- </div>
10
- <div class="notice-box">
11
- <div class="txt" @click="openMoreNotifyMessage()">
12
- <i class="iconfont icon-xiaoxitongzhi"></i>
13
- <span v-if="unreadMessageNum>0"
14
- v-html="$t1('您 有{number}条 未读消息,请及时查看。',{number: `<b>${(unreadMessageNum > 99 ? '99+' : unreadMessageNum)}</b>`})">
15
- </span>
16
- <span v-else-if="unreadMessageNum==0">
17
- {{ $t1('您 暂无 未读消息。') }}
18
- </span>
19
- </div>
20
- <el-tooltip class="item" effect="dark" :content="$t1('刷新')" placement="top">
21
- <el-button type="text" @click="getUnreadMessageNum(true)"><i class="el-icon-refresh"></i></el-button>
22
- </el-tooltip>
23
- <el-tooltip class="item" effect="dark" :content="$t1('查看更多')" placement="top">
24
- <el-button type="text" @click="openMoreNotifyMessage()" class="more">
25
- <i class="el-icon-news"></i>
26
- </el-button>
27
- </el-tooltip>
28
- </div>
29
- <el-card class="box-card">
30
- <div slot="header" class="clearfix">
31
- <span style="float:left">
32
- <i class="el-icon-chat-line-round ico"></i>
33
- {{ $t1('公告') }}
34
- </span>
35
- <el-button type="text" @click="openSystemNoticeDialog()"><span class="more">MORE+</span></el-button>
36
- </div>
37
- <div class="home-notice-list">
38
- <div v-for="(systemNotice,index) in systemNotices" :key="index" class="item"
39
- @click="openSystemNoticeDialog(systemNotice)"
40
- :title="systemNotice.title">
41
- {{ systemNotice.title }}
42
- <span class="time">{{ systemNotice.modifyDate.substring(0, 10) }}</span>
43
- </div>
44
- </div>
45
- </el-card>
46
- </el-col>
47
- <el-col :span="homeConfig.toDoSpan || 12" style="padding-left:6px;">
48
- <el-card class="box-card">
49
- <div slot="header" class="clearfix">
50
- <span style="float:left">
51
- <i class="el-icon-chat-line-round ico"></i>
52
- {{ $t1('待办事项') }}
53
- </span>
54
- <el-tooltip class="item" effect="dark" :content="$t1('刷新')" placement="top">
55
- <el-button type="text" @click="getWfInfoList(true)" class="more" style="right:107px">
56
- <i class="el-icon-refresh"></i>
57
- </el-button>
58
- </el-tooltip>
59
- <el-button type="text" @click="$router.push('/basic/wf/wf_manage/list')" class="more">
60
- <i class="el-icon-news"></i>
61
- <span>{{ $t1('查看更多+') }}</span>
62
- </el-button>
63
- </div>
64
- <div class="need-to">
65
- <vxe-grid :data="unDoWfRows" ref="table-wf" v-bind="wfOption"
66
- @resizable-change="$vxeTableUtil.onColumnWitchChange"
67
- @custom="$vxeTableUtil.customHandle"></vxe-grid>
68
- </div>
69
- </el-card>
70
- </el-col>
71
- <el-col :span="4" style="padding-left:6px;" v-show="homeConfig.showFastTrack!==false">
72
- <el-card class="box-card">
73
- <div slot="header" class="clearfix">
74
- <span style="float:left">
75
- <i class="el-icon-star-off ico"></i>
76
- {{ $t1('快捷通道') }}
77
- </span>
78
- <el-button type="text" @click="showCommMenuDialog = true"><span class="more">MORE+</span></el-button>
79
- </div>
80
- <div class="fast-box">
81
- <div class="item" v-for="commMenu in commMenus" :key="commMenu.id">
82
- <a href="javascript:void(0);" @click="rourteTo(commMenu)">
83
- <p><i :class="!!commMenu.menuImg?('iconfont '+commMenu.menuImg):null"></i><span>{{
84
- commMenu.menuName
85
- }}</span></p>
86
- </a>
87
- </div>
88
- </div>
89
- </el-card>
90
- </el-col>
91
-
92
- <!-- <el-col :span="8">
93
- <el-card class="box-card">
94
- <div slot="header" class="clearfix">
95
- <span style="float:left">
96
- <i class="el-icon-message ico"></i>
97
- 消息通知
98
- </span>
99
- <el-button type="text" @click="openNotifyTemplateGroupDialog" class="more" style="right:100px">
100
- <i class="el-icon-receiving"></i>
101
- <span>选择分组</span>
102
- </el-button>
103
- <el-button type="text" @click="openMoreNotifyMessage()" class="more">
104
- <i class="el-icon-news"></i>
105
- <span>查看更多+</span>
106
- </el-button>
107
- </div>
108
- <div class="home-notice-list to-reed" style="height: 400px;">
109
- <div v-for="(notifyMessage,index) in notifyMessages" class="item"
110
- :class="{noread:notifyMessage.readed == 0}"
111
- :title="notifyMessage.content" @click="checkNotifyMessage(notifyMessage,index)">
112
- <div class="clearfix">
113
- <el-tag type="warning">{{
114
- notifyMessage.notifyTypeName
115
- }}
116
- </el-tag>
117
- <span class="time">{{
118
- notifyMessage.createDate
119
- }}</span>
120
- <div class="btns fr">
121
- <el-link type="primary" @click.stop="openNotifyMessageDialog(notifyMessage)"><i class="el-icon-files"></i>
122
- </el-link>
123
- </div>
124
- </div>
125
- <span class="name">{{ notifyMessage.content }}</span>
126
- </div>
127
- </div>
128
- </el-card>
129
- </el-col> -->
130
- </el-row>
131
- <slot></slot>
132
- <systemNoticeInfoDialog v-if="showSystemNoticeInfoDialog" :visiable.sync="showSystemNoticeInfoDialog"
133
- :param="csnRow" :appendToTop="true"></systemNoticeInfoDialog>
134
-
135
- <commMenuDialog v-if="showCommMenuDialog" :visiable.sync="showCommMenuDialog"
136
- @confirm="commMenuCallBack"></commMenuDialog>
137
- <wfContentDialog v-if="showWfDialog" :visible.sync="showWfDialog" @close="wfClose"
138
- :option.sync="wfContentOption"></wfContentDialog>
139
-
140
- <notifyMessageDialog ref="notifyMessageDialog"></notifyMessageDialog>
141
-
142
- <notifyMessageInfoDialog v-if="showNoticeDialog" :visiable.sync="showNoticeDialog"
143
- :dataId.sync="notifyMessageInfoId"
144
- @readHanlde="notifyMessageReadHanlde"></notifyMessageInfoDialog>
145
-
146
-
147
- <el-dialog
148
- :title="$t1('选择分组')"
149
- :append-to-body="true"
150
- :modal-append-to-body="true"
151
- :close-on-click-modal="false"
152
- v-if="showGroupDialog"
153
- :visible.sync="showGroupDialog"
154
- :modal="false"
155
- custom-class="el-dialog dialog-style list-dialog"
156
- width="355px"
157
- :destroy-on-close="true"
158
- >
159
- <div class="cont group-list">
160
- <div class="item" v-for="(notifyTemplate,index) in notifyTemplates" :key="index"
161
- @click="openMoreNotifyMessage(notifyTemplate.notifyType)">
162
- <i class="iconfont icon-fenzu"></i>
163
- <span class="name">{{ notifyTemplate.ntName }}</span>
164
- <!-- <span class="nums">99+</span>-->
165
- </div>
166
- </div>
167
- </el-dialog>
168
-
169
- </div>
170
- </template>
171
-
172
- <script>
173
- import systemNoticeInfoDialog from '../../../views/user/system_notice/infoDialog.vue';
174
- import commMenuDialog from '../../../views/user/commMenu/index.vue';
175
- import notifyMessageDialog from '../../../views/user/notify_message/dialog.vue';
176
- import notifyMessageInfoDialog from '../../../views/user/notify_message/infoDialog';
177
-
178
- import {getToken} from "@base/utils/auth";
179
- import wfContentDialog from "../../../views/user/wf/wf_manage/wfContentDialog";
180
- import corejsConfig from "@/corejsConfig";
181
-
182
- export default {
183
- name: 'home',
184
- components: {
185
- systemNoticeInfoDialog,
186
- commMenuDialog,
187
- notifyMessageDialog,
188
- notifyMessageInfoDialog,
189
- wfContentDialog
190
- },
191
- data() {
192
- return {
193
- showNoticeDialog: false,
194
- showGroupDialog: false,
195
- notifyTemplates: [],
196
- userInfo: {},
197
- companyInfo: {},
198
- systemNotices: [],
199
- showSystemNoticeInfoDialog: false,
200
- csnRow: null,
201
- headPhotoUrl: '',
202
- dialogVisible: true,
203
- unDoWfRows: [],
204
- wfOption: {},
205
- showWfDialog: false,
206
- wfContentOption: {},
207
- showWfContent: true,
208
- wfContent: null,
209
- wfDataId: '',
210
- showCommMenuDialog: false,
211
- commMenus: [],
212
- notifyMessages: [],
213
- notifyMessageInfoIndex: null,
214
- notifyMessageInfoId: null,
215
- unreadMessageNum: 0,
216
- activating: true,
217
- wfTimer: null,
218
- homeConfig:corejsConfig.homeConfig || {}
219
- };
220
- },
221
- activated() {
222
- this.activating = true;
223
- if (this.wfTimer) {
224
- this.timerExcFun(true);
225
- }
226
- },
227
- deactivated() {
228
- this.activating = false;
229
- },
230
- beforeDestroy() {
231
- this.clearTimer();
232
- },
233
- created() {
234
- this.getUserInfo();
235
- this.initSystemNotice();
236
- this.initCommMenu();
237
- this.initNotifyMessage();
238
- this.initWfParam();
239
- this.initWfTimer();
240
- },
241
- methods: {
242
- wfClose() {
243
- this.timerExcFun(true);
244
- },
245
- initWfTimer() {
246
- this.wfTimer = setInterval(() => {
247
- this.timerExcFun(false);
248
- }, 10000);
249
- this.timerExcFun(true);
250
- },
251
- timerExcFun(isLoading) {
252
- if (!this.activating) {
253
- return;
254
- }
255
- this.getWfInfoList(isLoading);
256
- this.getUnreadMessageNum(isLoading);
257
- this.$emit('timerHandle')
258
- },
259
- clearTimer() {
260
- clearInterval(this.wfTimer);
261
- this.wfTimer = null;
262
- },
263
- getUserInfo() {
264
- this.$http({
265
- url: USER_PREFIX + '/user/currentUser',
266
- method: 'post',
267
- success: res => {
268
- let userInfo = res.objx;
269
- this.headPhotoUrl = userInfo.headPhotoUrl ? userInfo.headPhotoUrl : require('@/resources/images' + '/default-header.png');
270
-
271
- this.userInfo = userInfo;
272
- }
273
- });
274
- this.$http({
275
- url: USER_PREFIX + '/company_info/getCurrent',
276
- method: `post`,
277
- success: res => {
278
- this.companyInfo = res.objx || {};
279
- }
280
- });
281
- },
282
- initSystemNotice() {
283
- this.$http({
284
- url: USER_PREFIX + '/system_notice/listPage',
285
- data: {publish: true},
286
- method: 'post',
287
- success: res => {
288
- this.systemNotices = res.objx && res.objx.records ? res.objx.records : [];
289
- }
290
- });
291
- },
292
- openSystemNoticeDialog(row) {
293
- this.csnRow = row || null;
294
- this.showSystemNoticeInfoDialog = true;
295
- },
296
- initUnDoWfInfo() {
297
- this.$http({
298
- url: AGILEBPM_PREFIX + '/wf_manage/listPage',
299
- data: {type: 0},
300
- method: 'post',
301
- success: res => {
302
- this.unDoWfRows = res.objx.records || [];
303
- }
304
- });
305
- },
306
- initWfTableList() {
307
- let that = this;
308
- let paramColumns = this.wfParamDTOs.map(item => {
309
- return {
310
- title: this.$t1(item.paramName),
311
- field: item.paramKey,
312
- width: 150
313
- };
314
- })
315
- var statuses = {running: this.$t1('审核中'), back: this.$t1('已驳回'), end: this.$t1('已完成')};
316
- let tableOption = {
317
- vue: this,
318
- tableRef: 'table-wf',
319
- tableName: 'home-table-wf',
320
- config: {
321
- height: 'auto'
322
- },
323
- columns: [
324
- {type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
325
- {
326
- title: this.$t1('单据类型'),
327
- field: 'objTypeName',
328
- width: 150,
329
- fixed: 'left'
330
- },
331
- {
332
- title: this.$t1('流程主题'),
333
- field: 'name',
334
- width: 150
335
- },
336
- {
337
- title: this.$t1('启动人'),
338
- field: 'starterName',
339
- width: 150
340
- },
341
- {
342
- title: this.$t1('当前任务'),
343
- field: 'taskName',
344
- width: 150
345
- },
346
- {
347
- title: this.$t1('当前任务用户'),
348
- field: 'candidateNames',
349
- width: 150
350
- },
351
- {
352
- title: this.$t1('启动时间'),
353
- field: 'createDate',
354
- width: 150
355
- },
356
- ...paramColumns,
357
- {
358
- width: 47,
359
- fixed: 'right',
360
- title: '',
361
- sortable: false,
362
- slots: {
363
- default: ({row}) => {
364
- return [
365
- <a
366
- href="javascript:void(0);"
367
- class="a-link"
368
- onclick={() => {
369
- this.openWfDialog(row);
370
- }}
371
- >
372
- <el-tooltip enterable={false} effect="dark" content={this.$t1('查看')} placement="top"
373
- popper-class="tooltip-skin">
374
- <i class="el-icon-edit"/>
375
- </el-tooltip>
376
- </a>
377
- ];
378
- }
379
- }
380
- }
381
- ]
382
- };
383
- this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
384
- this.wfOption = opts;
385
- });
386
- },
387
- openWfDialog(row) {
388
- this.wfContentOption = {
389
- objId: row.objId,
390
- url: row.url,
391
- objTypeCode: row.objTypeCode
392
- };
393
- this.showWfDialog = true;
394
- },
395
- commMenuCallBack(datas) {
396
- this.commMenus = datas || [];
397
- },
398
- initCommMenu() {
399
- this.$http({
400
- url: USER_PREFIX + '/comm_menu/currentList',
401
- data: {longOne: 0},
402
- method: 'POST'
403
- }).then(resultMsg => {
404
- this.commMenus = resultMsg.objx || [];
405
- });
406
- },
407
- initNotifyMessage() {
408
- this.$http({
409
- url: USER_PREFIX + '/notify_message/listPage',
410
- data: {},
411
- method: 'post',
412
- success: res => {
413
- this.notifyMessages = res.objx && res.objx.records ? res.objx.records : [];
414
- }
415
- });
416
- },
417
- openNotifyMessageDialog(row) {
418
- if (row.jumpContent) {
419
- this.$refs.notifyMessageDialog.open(row, () => {
420
- row.readed = 1;
421
- });
422
- }
423
- },
424
- openMoreNotifyMessage(notifyType) {
425
- let data = {notifyType: (notifyType || '')};
426
- let view = {
427
- name: 'notify_message:list',
428
- query: data
429
- };
430
- this.$store.dispatch('tagsView/delCachedView', view).then(() => {
431
- this.$router.replace(view);
432
- });
433
-
434
- if (notifyType) {
435
- this.showGroupDialog = false;
436
- }
437
- },
438
- checkNotifyMessage(row, index) {
439
- this.showNoticeDialog = true;
440
- this.notifyMessageInfoIndex = index;
441
- this.notifyMessageInfoId = row.id;
442
- },
443
- notifyMessageReadHanlde() {
444
- this.notifyMessages[this.notifyMessageInfoIndex].readed = 1;
445
- },
446
- openNotifyTemplateGroupDialog() {
447
- this.$http({
448
- url: USER_PREFIX + `/notify_template/listPage`,
449
- method: `post`,
450
- data: {},
451
- isLoading: true,
452
- loadingTarget: document.body,
453
- success: res => {
454
- this.notifyTemplates = res.objx && res.objx.records ? res.objx.records : [];
455
- this.showGroupDialog = true;
456
- }
457
- });
458
- },
459
- rourteTo(route) {
460
- if (route.type == 4) {
461
- this.jumpOutLink(route)
462
- } else if (route.type == 3) {
463
- let menuCode = route.menuCode;
464
- let path = "/user/outLink/index/" + menuCode;
465
- this.$router.push({path: path, query: {url: route.url}});
466
- } else {
467
- this.$router.push(route.url);
468
- }
469
- },
470
- jumpOutLink(route) {
471
- let path = route.url;
472
- if (route.type == 4 && path) {
473
- if (path.indexOf('token={token}') >= 0) {
474
- path = path.replace('token={token}', 'token=' + getToken())
475
- }
476
- window.open(path);
477
- }
478
- },
479
- initWfParam() {
480
- return this.$http({
481
- url: USER_PREFIX + '/wf_param/list',
482
- method: `post`,
483
- data: {},
484
- isLoading: true,
485
- loadingTarget: document.body,
486
- modalStrictly: true,
487
- success: res => {
488
- this.wfParamDTOs = res.objx || [];
489
- this.initWfTableList();
490
- }
491
- });
492
- },
493
- getWfInfoList(isLoading) {
494
- if (!this.activating) {
495
- return;
496
- }
497
- this.$http({
498
- url: USER_PREFIX + '/wf_info/listPage',
499
- data: {type: 0, size: 20},
500
- method: 'post',
501
- isLoading: isLoading,
502
- loadingTarget: document.body,
503
- success: res => {
504
- this.unDoWfRows = res.objx && res.objx.records ? res.objx.records : [];
505
- },
506
- failMsg: false,
507
- errorMsg: false,
508
- fail: (res, response) => {
509
- if (response && response.status == 200) {
510
- this.$errorMsg(res);
511
- }
512
- }
513
- });
514
- },
515
- getUnreadMessageNum(isLoading) {
516
- if (!this.activating) {
517
- return;
518
- }
519
- return this.$http({
520
- url: USER_PREFIX + '/notify_message/countMessage',
521
- method: `post`,
522
- data: {},
523
- isLoading: isLoading,
524
- loadingTarget: document.body,
525
- success: res => {
526
- this.unreadMessageNum = res.objx || 0;
527
- },
528
- failMsg: false,
529
- errorMsg: false,
530
- fail: (res, response) => {
531
- if (response && response.status == 200) {
532
- this.$errorMsg(res);
533
- }
534
- }
535
- });
536
- },
537
- wfhandleCallback(flag) {
538
- if ([1, 2, 3].includes(flag)) {
539
- this.showWfDialog = false;
540
- this.wfClose();
541
- }
542
- }
543
- }
544
- };
545
- </script>
546
- <style lang="scss" scoped>
547
- @import '~@/styles/variables.scss';
548
-
549
- body #app .index-home {
550
- margin: 3px 10px;
551
- height: calc(100vh - 38px);
552
- overflow: auto;
553
-
554
- #containt {
555
- margin: 0;
556
- background: none;
557
- height: auto;
558
- box-shadow: none;
559
- }
560
-
561
- .i-user-info {
562
- background: url(~@/resources/images/home-img.png) #2a6494 no-repeat 116% 45px;
563
- margin-bottom: 6px;
564
- background-size: 181px;
565
- padding: 14px 38px 11px 16px;
566
- border-radius: 4px 4px;
567
- color: #fff;
568
- font-size: 12px;
569
- margin-top: 3px;
570
- height: 95px;
571
- overflow: hidden;
572
-
573
- .name {
574
- opacity: 1;
575
- font-weight: 600;
576
- margin: 9px 0 14px;
577
- font-size: 14px;
578
- }
579
-
580
- .img {
581
- width: 60px;
582
- height: 60px;
583
- float: left;
584
- border-radius: 50%;
585
- border: solid 4px rgba(255, 255, 255, 0.28);
586
- margin-right: 10px;
587
- }
588
- }
589
-
590
- .home-notice-list {
591
- height: 182px;
592
- margin: 0 -12px;
593
-
594
- .item {
595
- padding: 6px 12px;
596
- font-size: 12px;
597
- cursor: pointer;
598
- overflow: hidden;
599
- text-overflow: ellipsis;
600
- white-space: nowrap;
601
-
602
- .time {
603
- color: #b9b9b9;
604
- font-size: 12px;
605
- right: 12px;
606
- }
607
-
608
- &:hover {
609
- color: $baseColor;
610
- background-color: transparentize($baseColor, 0.97);
611
-
612
- .time {
613
- color: $baseColor
614
- }
615
- }
616
-
617
- &.no-read:before {
618
- content: "";
619
- width: 6px;
620
- height: 6px;
621
- background-color: $red;
622
- border-radius: 50%;
623
- vertical-align: middle;
624
- display: inline-block;
625
- margin-bottom: 1px;
626
- }
627
- }
628
-
629
- &.to-reed {
630
- height: 300px;
631
- overflow: auto;
632
- margin: -8px -12px;
633
-
634
-
635
- .item {
636
- white-space: initial;
637
- padding: 8px 22px 2px;
638
- position: relative;
639
-
640
- &:after {
641
- content: "";
642
- position: absolute;
643
- left: 22px;
644
- right: 22px;
645
- border-top: dashed 1px #eee;
646
- height: 1px;
647
- bottom: 0;
648
- }
649
-
650
- &.noread {
651
- &:before {
652
- content: "";
653
- width: 6px;
654
- height: 6px;
655
- background-color: $red;
656
- border-radius: 50%;
657
- margin-right: 5px;
658
- display: inline-block;
659
- position: absolute;
660
- left: 10px;
661
- top: 16px;
662
- }
663
- }
664
-
665
- .el-tag {
666
- zoom: 0.95;
667
- padding: 0 5px;
668
- height: 24px;
669
- line-height: 24px;
670
- }
671
-
672
- // .noread{
673
- // position: absolute;right:0;top:0;
674
- // span{transform: rotate(47deg);
675
- // -ms-transform: rotate(47deg);
676
- // -moz-transform: rotate(47deg);
677
- // -webkit-transform: rotate(47deg);
678
- // -o-transform: rotate(47deg);
679
- // z-index: 3;
680
- // color: #FFF;
681
- // position: absolute;
682
- // right: 1px;
683
- // top: 2px;}
684
- // &:after{
685
- // content: "\e618";
686
- // font-size: 62px;
687
- // font-family: "iconfont";
688
- // color:$red
689
- // }
690
- // }
691
- .time {
692
- position: relative;
693
- right: 0;
694
- margin-left: 12px;
695
- }
696
-
697
- .name {
698
- overflow: hidden;
699
- text-overflow: ellipsis;
700
- white-space: nowrap;
701
- margin-top: 3px;
702
- display: block;
703
- margin-bottom: 4px;
704
- }
705
-
706
- &:hover .name {
707
- color: $baseColor
708
- }
709
-
710
- &:first-child:before {
711
- border-top: none
712
- }
713
-
714
- .btns {
715
- text-align: right;
716
-
717
- .el-link {
718
- font-size: 12px;
719
- display: inline-block;
720
- margin-left: 14px;
721
-
722
- i {
723
- font-size: 12px;
724
- margin-right: 3px;
725
- }
726
- }
727
- }
728
- }
729
-
730
- }
731
- }
732
-
733
- .fast-box {
734
- height: 329px;
735
- overflow: hidden;
736
-
737
- .item {
738
- width: 100%;
739
- text-align: center;
740
- float: left;
741
-
742
- p {
743
- color: #2a6494;
744
- border: solid 1px #e2e2e2;
745
- margin: 3.5px 4px;
746
- width: calc(100% - 4px);
747
- border-radius: 6px;
748
- position: relative;
749
- height: 33px;
750
- line-height: 32px;
751
- text-align: left;
752
- padding-left: 14px;
753
- font-size: 12px;
754
-
755
- i {
756
- font-size: 14px;
757
- vertical-align: middle;
758
- margin-right: 2px;
759
- }
760
-
761
- span {
762
- vertical-align: middle;
763
- }
764
-
765
- &:before {
766
- content: '';
767
- width: 4px;
768
- height: 14px;
769
- display: inline-block;
770
- background: #225279b8;
771
- position: absolute;
772
- left: -1px;
773
- top: 9px;
774
- }
775
-
776
- &:hover {
777
- background-color: $baseColor;
778
- color: #fff;
779
- border-color: $baseColor;
780
-
781
- &:before {
782
- background: #fff;
783
- }
784
- }
785
- }
786
- }
787
- }
788
-
789
- .need-to {
790
- height: 332px;
791
- }
792
-
793
- .table-box {
794
- width: 100%;
795
- font-size: 12px;
796
-
797
- th {
798
- line-height: 32px;
799
- background: #f7f7f7;
800
- font-weight: 400;
801
- color: #808080;
802
- padding: 0 6px;
803
- }
804
-
805
- td {
806
- text-align: center;
807
- line-height: 34px;
808
- color: #424242;
809
- border-bottom: solid 1px #eee;
810
- padding: 0 6px;
811
- }
812
-
813
- tr:last-child td {
814
- border-bottom: none;
815
- }
816
- }
817
- }
818
-
819
- .box-card .more {
820
- background-color: #f7f7f7;
821
- }
822
-
823
- .group-list {
824
- padding: 18px 18px 6px 32px !important;
825
- height: 400px;
826
- overflow: auto;
827
-
828
- .item {
829
- position: relative;
830
- height: 36px;
831
- border: solid 1px #eee;
832
- line-height: 34px;
833
- border-radius: 2px;
834
- padding: 0 42px 0 14px;
835
- margin-bottom: 10px;
836
- cursor: pointer;
837
-
838
- &::before {
839
- content: "";
840
- width: 8px;
841
- height: 8px;
842
- border: solid 1px #eee;
843
- border-radius: 50%;
844
- display: inline-block;
845
- position: absolute;
846
- left: -16px;
847
- top: 13px;
848
- }
849
-
850
- &.checked {
851
- &:before {
852
- content: "";
853
- background-color: $baseColor;
854
- border-color: $baseColor
855
- }
856
-
857
- background-color: transparentize($baseColor, 0.9);
858
- color: $baseColor;
859
- border-color: $baseColor;
860
- }
861
-
862
- i {
863
- font-size: 12px;
864
- vertical-align: middle;
865
- }
866
-
867
- .name {
868
- font-size: 12px;
869
- margin-left: 8px;
870
- vertical-align: middle;
871
- }
872
-
873
- .nums {
874
- width: 22px;
875
- height: 22px;
876
- border-radius: 50%;
877
- display: inline-block;
878
- position: absolute;
879
- right: 5px;
880
- top: 6px;
881
- color: #FFF;
882
- font-size: 12px;
883
- background-color: $red;
884
- line-height: 22px;
885
- text-align: center;
886
- }
887
- }
888
- }
889
-
890
- .notice-box {
891
- background-color: #2a649429;
892
- border-radius: 0 0 4px 4px;
893
- padding: 9px 12px;
894
- margin-bottom: 5px;
895
- margin-top: -6px;
896
- position: relative;
897
- z-index: 2;
898
- font-size: 13px;
899
- color: #212121;
900
- overflow: hidden;
901
-
902
- .txt {
903
- line-height: 28px;
904
- font-size: 12px;
905
- position: relative;
906
- display: inline-block;
907
- cursor: pointer;
908
-
909
- &:before {
910
- content: "";
911
- background-color: $baseColor;
912
- width: 4px;
913
- height: 20px;
914
- border-radius: 2px;
915
- display: inline-block;
916
- vertical-align: middle;
917
- margin-right: 18px;
918
- }
919
-
920
- i {
921
- font-size: 14px;
922
- margin-right: 12px;
923
- vertical-align: middle;
924
- }
925
-
926
- > span {
927
- vertical-align: middle;
928
- height: 22px;
929
- line-height: 22px;
930
- display: inline-block;
931
-
932
- b {
933
- color: #FFF;
934
- margin: 0 4px;
935
- font-size: 16px;
936
- vertical-align: middle;
937
- background: #FF5615;
938
- border-radius: 50%;
939
- display: inline-block;
940
- padding: 4px;
941
- font-weight: 200;
942
- line-height: 1;
943
- }
944
- }
945
-
946
- }
947
-
948
- .el-button {
949
- position: absolute;
950
- right: 46px;
951
- padding: 0;
952
- height: 22px;
953
- line-height: 22px;
954
- min-width: 22px;
955
- text-align: center;
956
- border-radius: 2px;
957
- top: 50%;
958
- margin-top: -11px;
959
-
960
- i {
961
- font-size: 15px;
962
- }
963
-
964
- &:hover {
965
- background-color: $baseColor;
966
- color: #FFF;
967
- }
968
-
969
- &.more {
970
- right: 12px;
971
- background: #f7f7f7;
972
-
973
- &:hover {
974
- color: $baseColor
975
- }
976
- }
977
- }
978
- }
979
- </style>
1
+ <template>
2
+ <div class="index-home">
3
+ <el-row>
4
+ <el-col :span="8">
5
+ <div class="i-user-info">
6
+ <img class="img" v-if="headPhotoUrl" :src="headPhotoUrl" />
7
+ <p class="name">{{ $t1("您好") }},{{ userInfo.nickName }}</p>
8
+ <p>{{ companyInfo.companyName }}</p>
9
+ </div>
10
+ <div class="notice-box">
11
+ <div class="txt" @click="openMoreNotifyMessage()">
12
+ <i class="iconfont icon-xiaoxitongzhi"></i>
13
+ <span
14
+ v-if="unreadMessageNum > 0"
15
+ v-html="
16
+ $t1('您 有{number}条 未读消息,请及时查看。', {
17
+ number: `<b>${
18
+ unreadMessageNum > 99 ? '99+' : unreadMessageNum
19
+ }</b>`,
20
+ })
21
+ "
22
+ >
23
+ </span>
24
+ <span v-else-if="unreadMessageNum == 0">
25
+ {{ $t1("您 暂无 未读消息。") }}
26
+ </span>
27
+ </div>
28
+ <el-tooltip
29
+ class="item"
30
+ effect="dark"
31
+ :content="$t1('刷新')"
32
+ placement="top"
33
+ >
34
+ <el-button type="text" @click="getUnreadMessageNum(true)"
35
+ ><i class="el-icon-refresh"></i
36
+ ></el-button>
37
+ </el-tooltip>
38
+ <el-tooltip
39
+ class="item"
40
+ effect="dark"
41
+ :content="$t1('查看更多')"
42
+ placement="top"
43
+ >
44
+ <el-button
45
+ type="text"
46
+ @click="openMoreNotifyMessage()"
47
+ class="more"
48
+ >
49
+ <i class="el-icon-news"></i>
50
+ </el-button>
51
+ </el-tooltip>
52
+ </div>
53
+ <el-card class="box-card">
54
+ <div slot="header" class="clearfix">
55
+ <span style="float: left">
56
+ <i class="el-icon-chat-line-round ico"></i>
57
+ {{ $t1("公告") }}
58
+ </span>
59
+ <el-button type="text" @click="openSystemNoticeDialog()"
60
+ ><span class="more">MORE+</span></el-button
61
+ >
62
+ </div>
63
+ <div class="home-notice-list">
64
+ <div
65
+ v-for="(systemNotice, index) in systemNotices"
66
+ :key="index"
67
+ class="item"
68
+ @click="openSystemNoticeDialog(systemNotice)"
69
+ :title="systemNotice.title"
70
+ >
71
+ {{ systemNotice.title }}
72
+ <span class="time">{{
73
+ systemNotice.modifyDate.substring(0, 10)
74
+ }}</span>
75
+ </div>
76
+ </div>
77
+ </el-card>
78
+ </el-col>
79
+ <el-col :span="homeConfig.toDoSpan || 16" style="padding-left: 6px">
80
+ <el-card class="box-card">
81
+ <div slot="header" class="clearfix">
82
+ <span style="float: left">
83
+ <i class="el-icon-chat-line-round ico"></i>
84
+ {{ $t1("待办事项") }}
85
+ </span>
86
+ <el-tooltip
87
+ class="item"
88
+ effect="dark"
89
+ :content="$t1('刷新')"
90
+ placement="top"
91
+ >
92
+ <el-button
93
+ type="text"
94
+ @click="getWfInfoList(true)"
95
+ class="more"
96
+ style="right: 107px"
97
+ >
98
+ <i class="el-icon-refresh"></i>
99
+ </el-button>
100
+ </el-tooltip>
101
+ <el-button type="text" @click="toWorkflowManage()" class="more">
102
+ <i class="el-icon-news"></i>
103
+ <span>{{ $t1("查看更多+") }}</span>
104
+ </el-button>
105
+ </div>
106
+ <div class="need-to">
107
+ <vxe-grid
108
+ :data="unDoWfRows"
109
+ ref="table-wf"
110
+ v-bind="wfOption"
111
+ @resizable-change="$vxeTableUtil.onColumnWitchChange"
112
+ @custom="$vxeTableUtil.customHandle"
113
+ ></vxe-grid>
114
+ </div>
115
+ </el-card>
116
+ </el-col>
117
+ </el-row>
118
+ <el-row>
119
+ <el-col :span="24" v-show="homeConfig.showFastTrack !== false">
120
+ <el-card class="box-card">
121
+ <div slot="header" class="clearfix">
122
+ <span style="float: left">
123
+ <i class="el-icon-star-off ico"></i>
124
+ {{ $t1("快捷通道") }}
125
+ </span>
126
+ <el-button type="text" @click="showCommMenuDialog = true"
127
+ ><span class="more">MORE+</span></el-button
128
+ >
129
+ </div>
130
+ <div class="fast-box">
131
+ <div class="item" v-for="commMenu in commMenus" :key="commMenu.id">
132
+ <a href="javascript:void(0);" @click="rourteTo(commMenu)">
133
+ <p>
134
+ <i
135
+ :class="
136
+ !!commMenu.menuImg ? 'iconfont ' + commMenu.menuImg : null
137
+ "
138
+ ></i
139
+ ><span>{{ commMenu.menuName }}</span>
140
+ </p>
141
+ </a>
142
+ </div>
143
+ </div>
144
+ </el-card>
145
+ </el-col>
146
+
147
+ <!-- <el-col :span="8">
148
+ <el-card class="box-card">
149
+ <div slot="header" class="clearfix">
150
+ <span style="float:left">
151
+ <i class="el-icon-message ico"></i>
152
+ 消息通知
153
+ </span>
154
+ <el-button type="text" @click="openNotifyTemplateGroupDialog" class="more" style="right:100px">
155
+ <i class="el-icon-receiving"></i>
156
+ <span>选择分组</span>
157
+ </el-button>
158
+ <el-button type="text" @click="openMoreNotifyMessage()" class="more">
159
+ <i class="el-icon-news"></i>
160
+ <span>查看更多+</span>
161
+ </el-button>
162
+ </div>
163
+ <div class="home-notice-list to-reed" style="height: 400px;">
164
+ <div v-for="(notifyMessage,index) in notifyMessages" class="item"
165
+ :class="{noread:notifyMessage.readed == 0}"
166
+ :title="notifyMessage.content" @click="checkNotifyMessage(notifyMessage,index)">
167
+ <div class="clearfix">
168
+ <el-tag type="warning">{{
169
+ notifyMessage.notifyTypeName
170
+ }}
171
+ </el-tag>
172
+ <span class="time">{{
173
+ notifyMessage.createDate
174
+ }}</span>
175
+ <div class="btns fr">
176
+ <el-link type="primary" @click.stop="openNotifyMessageDialog(notifyMessage)"><i class="el-icon-files"></i>
177
+ </el-link>
178
+ </div>
179
+ </div>
180
+ <span class="name">{{ notifyMessage.content }}</span>
181
+ </div>
182
+ </div>
183
+ </el-card>
184
+ </el-col> -->
185
+ </el-row>
186
+ <slot></slot>
187
+ <systemNoticeInfoDialog
188
+ v-if="showSystemNoticeInfoDialog"
189
+ :visiable.sync="showSystemNoticeInfoDialog"
190
+ :param="csnRow"
191
+ :appendToTop="true"
192
+ ></systemNoticeInfoDialog>
193
+
194
+ <commMenuDialog
195
+ v-if="showCommMenuDialog"
196
+ :visiable.sync="showCommMenuDialog"
197
+ @confirm="commMenuCallBack"
198
+ ></commMenuDialog>
199
+ <wfContentDialog
200
+ v-if="showWfDialog"
201
+ :visible.sync="showWfDialog"
202
+ @close="wfClose"
203
+ :option.sync="wfContentOption"
204
+ ></wfContentDialog>
205
+
206
+ <notifyMessageDialog ref="notifyMessageDialog"></notifyMessageDialog>
207
+
208
+ <notifyMessageInfoDialog
209
+ v-if="showNoticeDialog"
210
+ :visiable.sync="showNoticeDialog"
211
+ :dataId.sync="notifyMessageInfoId"
212
+ @readHanlde="notifyMessageReadHanlde"
213
+ ></notifyMessageInfoDialog>
214
+
215
+ <el-dialog
216
+ :title="$t1('选择分组')"
217
+ :append-to-body="true"
218
+ :modal-append-to-body="true"
219
+ :close-on-click-modal="false"
220
+ v-if="showGroupDialog"
221
+ :visible.sync="showGroupDialog"
222
+ :modal="false"
223
+ custom-class="el-dialog dialog-style list-dialog"
224
+ width="355px"
225
+ :destroy-on-close="true"
226
+ >
227
+ <div class="cont group-list">
228
+ <div
229
+ class="item"
230
+ v-for="(notifyTemplate, index) in notifyTemplates"
231
+ :key="index"
232
+ @click="openMoreNotifyMessage(notifyTemplate.notifyType)"
233
+ >
234
+ <i class="iconfont icon-fenzu"></i>
235
+ <span class="name">{{ notifyTemplate.ntName }}</span>
236
+ <!-- <span class="nums">99+</span>-->
237
+ </div>
238
+ </div>
239
+ </el-dialog>
240
+ </div>
241
+ </template>
242
+
243
+ <script>
244
+ import systemNoticeInfoDialog from "@base/views/user/system_notice/infoDialog.vue";
245
+ import commMenuDialog from "@base/views/user/commMenu/index.vue";
246
+ import notifyMessageDialog from "@base/views/user/notify_message/dialog.vue";
247
+ import notifyMessageInfoDialog from "@base/views/user/notify_message/infoDialog";
248
+
249
+ import { getToken } from "@base/utils/auth";
250
+ import wfContentDialog from "@base/views/user/wf/wf_manage/wfContentDialog";
251
+ import corejsConfig from "@/corejsConfig";
252
+ import { getLogicParamValue } from "@base/api/user";
253
+
254
+ export default {
255
+ name: "home",
256
+ components: {
257
+ systemNoticeInfoDialog,
258
+ commMenuDialog,
259
+ notifyMessageDialog,
260
+ notifyMessageInfoDialog,
261
+ wfContentDialog,
262
+ },
263
+ data() {
264
+ return {
265
+ showNoticeDialog: false,
266
+ showGroupDialog: false,
267
+ notifyTemplates: [],
268
+ userInfo: {},
269
+ companyInfo: {},
270
+ systemNotices: [],
271
+ showSystemNoticeInfoDialog: false,
272
+ csnRow: null,
273
+ headPhotoUrl: "",
274
+ dialogVisible: true,
275
+ unDoWfRows: [],
276
+ wfOption: {},
277
+ showWfDialog: false,
278
+ wfContentOption: {},
279
+ showWfContent: true,
280
+ wfContent: null,
281
+ wfDataId: "",
282
+ showCommMenuDialog: false,
283
+ commMenus: [],
284
+ notifyMessages: [],
285
+ notifyMessageInfoIndex: null,
286
+ notifyMessageInfoId: null,
287
+ unreadMessageNum: 0,
288
+ activating: true,
289
+ wfTimer: null,
290
+ homeConfig: corejsConfig.homeConfig || {},
291
+ };
292
+ },
293
+ activated() {
294
+ this.activating = true;
295
+ if (this.wfTimer) {
296
+ this.timerExcFun(true);
297
+ }
298
+ },
299
+ deactivated() {
300
+ this.activating = false;
301
+ },
302
+ beforeDestroy() {
303
+ this.clearTimer();
304
+ },
305
+ created() {
306
+ this.getUserInfo();
307
+ this.initSystemNotice();
308
+ this.initCommMenu();
309
+ this.initNotifyMessage();
310
+ this.initWfParam();
311
+ this.initWfTimer();
312
+ //初始化流程待办路由
313
+ this.initWorkflowManageRoute();
314
+ },
315
+ methods: {
316
+ initWorkflowManageRoute() {
317
+ //初始化流程待办路由
318
+ getLogicParamValue({
319
+ data: { paramCode: "workflowManageRoute" },
320
+ success: (res) => {
321
+ let value = res?.objx;
322
+ this.workflowManageRoute = value || "/basic/wf/wf_manage/list";
323
+ },
324
+ });
325
+ },
326
+ toWorkflowManage() {
327
+ this.$router.push(this.workflowManageRoute);
328
+ },
329
+ wfClose() {
330
+ this.timerExcFun(true);
331
+ },
332
+ initWfTimer() {
333
+ this.wfTimer = setInterval(() => {
334
+ this.timerExcFun(false);
335
+ }, 10000);
336
+ this.timerExcFun(true);
337
+ },
338
+ timerExcFun(isLoading) {
339
+ if (!this.activating) {
340
+ return;
341
+ }
342
+ this.getWfInfoList(isLoading);
343
+ this.getUnreadMessageNum(isLoading);
344
+ this.$emit("timerHandle");
345
+ },
346
+ clearTimer() {
347
+ clearInterval(this.wfTimer);
348
+ this.wfTimer = null;
349
+ },
350
+ getUserInfo() {
351
+ this.$http({
352
+ url: USER_PREFIX + "/user/currentUser",
353
+ method: "post",
354
+ success: (res) => {
355
+ let userInfo = res.objx;
356
+ this.headPhotoUrl = userInfo.headPhotoUrl
357
+ ? userInfo.headPhotoUrl
358
+ : require("@/resources/images" + "/default-header.png");
359
+
360
+ this.userInfo = userInfo;
361
+ },
362
+ });
363
+ this.$http({
364
+ url: USER_PREFIX + "/company_info/getCurrent",
365
+ method: `post`,
366
+ success: (res) => {
367
+ this.companyInfo = res.objx || {};
368
+ },
369
+ });
370
+ },
371
+ initSystemNotice() {
372
+ this.$http({
373
+ url: USER_PREFIX + "/system_notice/listPage",
374
+ data: { publish: true, searchCount: false },
375
+ method: "post",
376
+ success: (res) => {
377
+ this.systemNotices =
378
+ res.objx && res.objx.records ? res.objx.records : [];
379
+ },
380
+ });
381
+ },
382
+ openSystemNoticeDialog(row) {
383
+ this.csnRow = row || null;
384
+ this.showSystemNoticeInfoDialog = true;
385
+ },
386
+ initUnDoWfInfo() {
387
+ this.$http({
388
+ url: AGILEBPM_PREFIX + "/wf_manage/listPage",
389
+ data: { type: 0, searchCount: false },
390
+ method: "post",
391
+ success: (res) => {
392
+ this.unDoWfRows = res.objx.records || [];
393
+ },
394
+ });
395
+ },
396
+ initWfTableList() {
397
+ let that = this;
398
+ let paramColumns = this.wfParamDTOs.map((item) => {
399
+ return {
400
+ title: this.$t1(item.paramName),
401
+ field: item.paramKey,
402
+ width: 150,
403
+ };
404
+ });
405
+ var statuses = {
406
+ running: this.$t1("审核中"),
407
+ back: this.$t1("已驳回"),
408
+ end: this.$t1("已完成"),
409
+ };
410
+ let tableOption = {
411
+ vue: this,
412
+ tableRef: "table-wf",
413
+ tableName: "home-table-wf",
414
+ config: {
415
+ height: "auto",
416
+ },
417
+ columns: [
418
+ { type: "checkbox", width: 48, resizable: false, fixed: "left" },
419
+ {
420
+ title: this.$t1("单据类型"),
421
+ field: "objTypeName",
422
+ width: 150,
423
+ fixed: "left",
424
+ },
425
+ {
426
+ title: this.$t1("流程主题"),
427
+ field: "name",
428
+ width: 150,
429
+ },
430
+ {
431
+ title: this.$t1("启动人"),
432
+ field: "starterName",
433
+ width: 150,
434
+ },
435
+ {
436
+ title: this.$t1("当前任务"),
437
+ field: "taskName",
438
+ width: 150,
439
+ },
440
+ {
441
+ title: this.$t1("当前任务用户"),
442
+ field: "candidateNames",
443
+ width: 150,
444
+ },
445
+ {
446
+ title: this.$t1("启动时间"),
447
+ field: "createDate",
448
+ width: 150,
449
+ },
450
+ ...paramColumns,
451
+ {
452
+ width: 47,
453
+ fixed: "right",
454
+ title: "",
455
+ sortable: false,
456
+ slots: {
457
+ default: ({ row }) => {
458
+ return [
459
+ <a
460
+ href="javascript:void(0);"
461
+ class="a-link"
462
+ onclick={() => {
463
+ this.openWfDialog(row);
464
+ }}
465
+ >
466
+ <el-tooltip
467
+ enterable={false}
468
+ effect="dark"
469
+ content={this.$t1("查看")}
470
+ placement="top"
471
+ popper-class="tooltip-skin"
472
+ >
473
+ <i class="el-icon-edit" />
474
+ </el-tooltip>
475
+ </a>,
476
+ ];
477
+ },
478
+ },
479
+ },
480
+ ],
481
+ };
482
+ this.$vxeTableUtil.initVxeTable(tableOption).then((opts) => {
483
+ this.wfOption = opts;
484
+ });
485
+ },
486
+ openWfDialog(row) {
487
+ this.wfContentOption = {
488
+ objId: row.objId,
489
+ url: row.url,
490
+ objTypeCode: row.objTypeCode,
491
+ formCode: row.formCode,
492
+ };
493
+ this.showWfDialog = true;
494
+ },
495
+ commMenuCallBack(datas) {
496
+ this.commMenus = datas || [];
497
+ },
498
+ initCommMenu() {
499
+ this.$http({
500
+ url: USER_PREFIX + "/comm_menu/currentList",
501
+ data: { longOne: 0 },
502
+ method: "POST",
503
+ }).then((resultMsg) => {
504
+ this.commMenus = resultMsg.objx || [];
505
+ });
506
+ },
507
+ initNotifyMessage() {
508
+ return;
509
+ this.$http({
510
+ url: USER_PREFIX + "/notify_message/listPage",
511
+ data: { searchCount: false },
512
+ method: "post",
513
+ success: (res) => {
514
+ this.notifyMessages =
515
+ res.objx && res.objx.records ? res.objx.records : [];
516
+ },
517
+ });
518
+ },
519
+ openNotifyMessageDialog(row) {
520
+ if (row.jumpContent) {
521
+ this.$refs.notifyMessageDialog.open(row, () => {
522
+ row.readed = 1;
523
+ });
524
+ }
525
+ },
526
+ openMoreNotifyMessage(notifyType) {
527
+ let data = { notifyType: notifyType || "" };
528
+ let view = {
529
+ name: "notify_message:list",
530
+ query: data,
531
+ };
532
+ this.$store.dispatch("tagsView/delCachedView", view).then(() => {
533
+ this.$router.replace(view);
534
+ });
535
+
536
+ if (notifyType) {
537
+ this.showGroupDialog = false;
538
+ }
539
+ },
540
+ checkNotifyMessage(row, index) {
541
+ this.showNoticeDialog = true;
542
+ this.notifyMessageInfoIndex = index;
543
+ this.notifyMessageInfoId = row.id;
544
+ },
545
+ notifyMessageReadHanlde() {
546
+ this.notifyMessages[this.notifyMessageInfoIndex].readed = 1;
547
+ },
548
+ openNotifyTemplateGroupDialog() {
549
+ this.$http({
550
+ url: USER_PREFIX + `/notify_template/listPage`,
551
+ method: `post`,
552
+ data: { searchCount: false },
553
+ isLoading: true,
554
+ // loadingTarget: document.body,
555
+ success: (res) => {
556
+ this.notifyTemplates =
557
+ res.objx && res.objx.records ? res.objx.records : [];
558
+ this.showGroupDialog = true;
559
+ },
560
+ });
561
+ },
562
+ rourteTo(route) {
563
+ if (route.type == 4) {
564
+ this.jumpOutLink(route);
565
+ } else if (route.type == 3) {
566
+ let menuCode = route.menuCode;
567
+ let path = "/user/outLink/index/" + menuCode;
568
+ this.$router.push({ path: path, query: { url: route.url } });
569
+ } else {
570
+ let path = this.getPath(route);
571
+ if (!path) return;
572
+ this.$router.push(path);
573
+ }
574
+ },
575
+ getPath(route3) {
576
+ let item = null;
577
+ let path = null;
578
+ if (route3.type == 0) {
579
+ //普通菜单
580
+ if (route3.url) {
581
+ path = route3.route || route3.url;
582
+ let str = "/report/vform/render/";
583
+ if (path.indexOf(str) == 0) {
584
+ } else {
585
+ let pIndex = path.indexOf("?");
586
+ if (pIndex > 0) {
587
+ path = path.substring(0, pIndex);
588
+ }
589
+ }
590
+ }
591
+ } else if (route3.type == 5) {
592
+ //动态表单
593
+ let url = route3.route || route3.url;
594
+ path = url;
595
+ }
596
+ if (path && path.startsWith("@")) {
597
+ path = null;
598
+ }
599
+ return path;
600
+ },
601
+ jumpOutLink(route) {
602
+ let path = route.url;
603
+ if (route.type == 4 && path) {
604
+ if (path.indexOf("token={token}") >= 0) {
605
+ path = path.replace("token={token}", "token=" + getToken());
606
+ }
607
+ window.open(path);
608
+ }
609
+ },
610
+ initWfParam() {
611
+ return this.$http({
612
+ url: USER_PREFIX + "/wf_param/list",
613
+ method: `post`,
614
+ data: {},
615
+ isLoading: true,
616
+ // loadingTarget: document.body,
617
+ modalStrictly: true,
618
+ success: (res) => {
619
+ this.wfParamDTOs = res.objx || [];
620
+ this.initWfTableList();
621
+ },
622
+ });
623
+ },
624
+ getWfInfoList(isLoading) {
625
+ if (!this.activating) {
626
+ return;
627
+ }
628
+ this.$http({
629
+ url: USER_PREFIX + "/wf_info/listPage",
630
+ data: { type: 0, size: 20, searchCount: false },
631
+ method: "post",
632
+ isLoading: isLoading,
633
+ modal: isLoading || false,
634
+ // loadingTarget: document.body,
635
+ success: (res) => {
636
+ this.unDoWfRows =
637
+ res.objx && res.objx.records ? res.objx.records : [];
638
+ },
639
+ failMsg: false,
640
+ errorMsg: false,
641
+ fail: (res, response) => {
642
+ if (response && response.status == 200) {
643
+ this.$errorMsg(res);
644
+ }
645
+ },
646
+ });
647
+ },
648
+ getUnreadMessageNum(isLoading) {
649
+ if (!this.activating) {
650
+ return;
651
+ }
652
+ return this.$http({
653
+ url: USER_PREFIX + "/notify_message/countMessage",
654
+ method: `post`,
655
+ data: {},
656
+ isLoading: isLoading,
657
+ modal: isLoading || false,
658
+ // loadingTarget: document.body,
659
+ success: (res) => {
660
+ this.unreadMessageNum = res.objx || 0;
661
+ },
662
+ failMsg: false,
663
+ errorMsg: false,
664
+ fail: (res, response) => {
665
+ if (response && response.status == 200) {
666
+ this.$errorMsg(res);
667
+ }
668
+ },
669
+ });
670
+ },
671
+ wfhandleCallback(flag) {
672
+ if ([1, 2, 3].includes(flag)) {
673
+ this.showWfDialog = false;
674
+ this.wfClose();
675
+ }
676
+ },
677
+ },
678
+ };
679
+ </script>
680
+ <style lang="scss" scoped>
681
+ @import "~@/styles/variables.scss";
682
+
683
+ body #app .index-home {
684
+ margin: 3px 10px;
685
+ height: calc(100vh - 38px);
686
+ overflow: auto;
687
+
688
+ #containt {
689
+ margin: 0;
690
+ background: none;
691
+ height: auto;
692
+ box-shadow: none;
693
+ }
694
+
695
+ .i-user-info {
696
+ background: url(~@/resources/images/home-img.png) #2a6494 no-repeat 116%
697
+ 45px;
698
+ margin-bottom: 6px;
699
+ background-size: 181px;
700
+ padding: 14px 38px 11px 16px;
701
+ border-radius: 4px 4px;
702
+ color: #fff;
703
+ font-size: 12px;
704
+ margin-top: 3px;
705
+ height: 95px;
706
+ overflow: hidden;
707
+
708
+ .name {
709
+ opacity: 1;
710
+ font-weight: 600;
711
+ margin: 9px 0 14px;
712
+ font-size: 14px;
713
+ }
714
+
715
+ .img {
716
+ width: 60px;
717
+ height: 60px;
718
+ float: left;
719
+ border-radius: 50%;
720
+ border: solid 4px rgba(255, 255, 255, 0.28);
721
+ margin-right: 10px;
722
+ }
723
+ }
724
+
725
+ .home-notice-list {
726
+ height: 182px;
727
+ margin: 0 -12px;
728
+
729
+ .item {
730
+ padding: 6px 12px;
731
+ font-size: 12px;
732
+ cursor: pointer;
733
+ overflow: hidden;
734
+ text-overflow: ellipsis;
735
+ white-space: nowrap;
736
+
737
+ .time {
738
+ color: #b9b9b9;
739
+ font-size: 12px;
740
+ right: 12px;
741
+ }
742
+
743
+ &:hover {
744
+ color: $baseColor;
745
+ background-color: transparentize($baseColor, 0.97);
746
+
747
+ .time {
748
+ color: $baseColor;
749
+ }
750
+ }
751
+
752
+ &.no-read:before {
753
+ content: "";
754
+ width: 6px;
755
+ height: 6px;
756
+ background-color: $red;
757
+ border-radius: 50%;
758
+ vertical-align: middle;
759
+ display: inline-block;
760
+ margin-bottom: 1px;
761
+ }
762
+ }
763
+
764
+ &.to-reed {
765
+ height: 300px;
766
+ overflow: auto;
767
+ margin: -8px -12px;
768
+
769
+ .item {
770
+ white-space: initial;
771
+ padding: 8px 22px 2px;
772
+ position: relative;
773
+
774
+ &:after {
775
+ content: "";
776
+ position: absolute;
777
+ left: 22px;
778
+ right: 22px;
779
+ border-top: dashed 1px #eee;
780
+ height: 1px;
781
+ bottom: 0;
782
+ }
783
+
784
+ &.noread {
785
+ &:before {
786
+ content: "";
787
+ width: 6px;
788
+ height: 6px;
789
+ background-color: $red;
790
+ border-radius: 50%;
791
+ margin-right: 5px;
792
+ display: inline-block;
793
+ position: absolute;
794
+ left: 10px;
795
+ top: 16px;
796
+ }
797
+ }
798
+
799
+ .el-tag {
800
+ zoom: 0.95;
801
+ padding: 0 5px;
802
+ height: 24px;
803
+ line-height: 24px;
804
+ }
805
+
806
+ // .noread{
807
+ // position: absolute;right:0;top:0;
808
+ // span{transform: rotate(47deg);
809
+ // -ms-transform: rotate(47deg);
810
+ // -moz-transform: rotate(47deg);
811
+ // -webkit-transform: rotate(47deg);
812
+ // -o-transform: rotate(47deg);
813
+ // z-index: 3;
814
+ // color: #FFF;
815
+ // position: absolute;
816
+ // right: 1px;
817
+ // top: 2px;}
818
+ // &:after{
819
+ // content: "\e618";
820
+ // font-size: 62px;
821
+ // font-family: "iconfont";
822
+ // color:$red
823
+ // }
824
+ // }
825
+ .time {
826
+ position: relative;
827
+ right: 0;
828
+ margin-left: 12px;
829
+ }
830
+
831
+ .name {
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
834
+ white-space: nowrap;
835
+ margin-top: 3px;
836
+ display: block;
837
+ margin-bottom: 4px;
838
+ }
839
+
840
+ &:hover .name {
841
+ color: $baseColor;
842
+ }
843
+
844
+ &:first-child:before {
845
+ border-top: none;
846
+ }
847
+
848
+ .btns {
849
+ text-align: right;
850
+
851
+ .el-link {
852
+ font-size: 12px;
853
+ display: inline-block;
854
+ margin-left: 14px;
855
+
856
+ i {
857
+ font-size: 12px;
858
+ margin-right: 3px;
859
+ }
860
+ }
861
+ }
862
+ }
863
+ }
864
+ }
865
+
866
+ .fast-box {
867
+ margin: 6px 4px 4px;
868
+ overflow: hidden;
869
+
870
+ .item {
871
+ width: 118px;
872
+ text-align: center;
873
+ float: left;
874
+ margin-right: 14px;
875
+
876
+ p {
877
+ color: #2a6494;
878
+ border: solid 1px #e2e2e2;
879
+ margin: 3.5px 4px;
880
+ width: calc(100% - 4px);
881
+ border-radius: 6px;
882
+ position: relative;
883
+ height: 54px;
884
+ line-height: 54px;
885
+ text-align: left;
886
+ padding-left: 14px;
887
+ font-size: 12px;
888
+
889
+ i {
890
+ font-size: 14px;
891
+ vertical-align: middle;
892
+ margin-right: 2px;
893
+ }
894
+
895
+ span {
896
+ vertical-align: middle;
897
+ }
898
+
899
+ &:before {
900
+ content: "";
901
+ width: 4px;
902
+ height: 24px;
903
+ display: inline-block;
904
+ background: #225279b8;
905
+ position: absolute;
906
+ left: -1px;
907
+ top: 50%;
908
+ margin-top: -12px;
909
+ }
910
+
911
+ &:hover {
912
+ background-color: $baseColor;
913
+ color: #fff;
914
+ border-color: $baseColor;
915
+
916
+ &:before {
917
+ background: #fff;
918
+ }
919
+ }
920
+ }
921
+ }
922
+ }
923
+
924
+ .need-to {
925
+ height: 332px;
926
+ }
927
+
928
+ .table-box {
929
+ width: 100%;
930
+ font-size: 12px;
931
+
932
+ th {
933
+ line-height: 32px;
934
+ background: #f7f7f7;
935
+ font-weight: 400;
936
+ color: #808080;
937
+ padding: 0 6px;
938
+ }
939
+
940
+ td {
941
+ text-align: center;
942
+ line-height: 34px;
943
+ color: #424242;
944
+ border-bottom: solid 1px #eee;
945
+ padding: 0 6px;
946
+ }
947
+
948
+ tr:last-child td {
949
+ border-bottom: none;
950
+ }
951
+ }
952
+ }
953
+
954
+ .box-card .more {
955
+ background-color: #f7f7f7;
956
+ }
957
+
958
+ .group-list {
959
+ padding: 18px 18px 6px 32px !important;
960
+ height: 400px;
961
+ overflow: auto;
962
+
963
+ .item {
964
+ position: relative;
965
+ height: 36px;
966
+ border: solid 1px #eee;
967
+ line-height: 34px;
968
+ border-radius: 2px;
969
+ padding: 0 42px 0 14px;
970
+ margin-bottom: 10px;
971
+ cursor: pointer;
972
+
973
+ &::before {
974
+ content: "";
975
+ width: 8px;
976
+ height: 8px;
977
+ border: solid 1px #eee;
978
+ border-radius: 50%;
979
+ display: inline-block;
980
+ position: absolute;
981
+ left: -16px;
982
+ top: 13px;
983
+ }
984
+
985
+ &.checked {
986
+ &:before {
987
+ content: "";
988
+ background-color: $baseColor;
989
+ border-color: $baseColor;
990
+ }
991
+
992
+ background-color: transparentize($baseColor, 0.9);
993
+ color: $baseColor;
994
+ border-color: $baseColor;
995
+ }
996
+
997
+ i {
998
+ font-size: 12px;
999
+ vertical-align: middle;
1000
+ }
1001
+
1002
+ .name {
1003
+ font-size: 12px;
1004
+ margin-left: 8px;
1005
+ vertical-align: middle;
1006
+ }
1007
+
1008
+ .nums {
1009
+ width: 22px;
1010
+ height: 22px;
1011
+ border-radius: 50%;
1012
+ display: inline-block;
1013
+ position: absolute;
1014
+ right: 5px;
1015
+ top: 6px;
1016
+ color: #fff;
1017
+ font-size: 12px;
1018
+ background-color: $red;
1019
+ line-height: 22px;
1020
+ text-align: center;
1021
+ }
1022
+ }
1023
+ }
1024
+
1025
+ .notice-box {
1026
+ background-color: #2a649429;
1027
+ border-radius: 0 0 4px 4px;
1028
+ padding: 9px 12px;
1029
+ margin-bottom: 5px;
1030
+ margin-top: -6px;
1031
+ position: relative;
1032
+ z-index: 2;
1033
+ font-size: 13px;
1034
+ color: #212121;
1035
+ overflow: hidden;
1036
+
1037
+ .txt {
1038
+ line-height: 28px;
1039
+ font-size: 12px;
1040
+ position: relative;
1041
+ display: inline-block;
1042
+ cursor: pointer;
1043
+
1044
+ &:before {
1045
+ content: "";
1046
+ background-color: $baseColor;
1047
+ width: 4px;
1048
+ height: 20px;
1049
+ border-radius: 2px;
1050
+ display: inline-block;
1051
+ vertical-align: middle;
1052
+ margin-right: 18px;
1053
+ }
1054
+
1055
+ i {
1056
+ font-size: 14px;
1057
+ margin-right: 12px;
1058
+ vertical-align: middle;
1059
+ }
1060
+
1061
+ > span {
1062
+ vertical-align: middle;
1063
+ height: 22px;
1064
+ line-height: 22px;
1065
+ display: inline-block;
1066
+
1067
+ b {
1068
+ color: #fff;
1069
+ margin: 0 4px;
1070
+ font-size: 16px;
1071
+ vertical-align: middle;
1072
+ background: #ff5615;
1073
+ border-radius: 50%;
1074
+ display: inline-block;
1075
+ padding: 4px;
1076
+ font-weight: 200;
1077
+ line-height: 1;
1078
+ }
1079
+ }
1080
+ }
1081
+
1082
+ .el-button {
1083
+ position: absolute;
1084
+ right: 46px;
1085
+ padding: 0;
1086
+ height: 22px;
1087
+ line-height: 22px;
1088
+ min-width: 22px;
1089
+ text-align: center;
1090
+ border-radius: 2px;
1091
+ top: 50%;
1092
+ margin-top: -11px;
1093
+
1094
+ i {
1095
+ font-size: 15px;
1096
+ }
1097
+
1098
+ &:hover {
1099
+ background-color: $baseColor;
1100
+ color: #fff;
1101
+ }
1102
+
1103
+ &.more {
1104
+ right: 12px;
1105
+ background: #f7f7f7;
1106
+
1107
+ &:hover {
1108
+ color: $baseColor;
1109
+ }
1110
+ }
1111
+ }
1112
+
1113
+ ::v-deep .el-card.is-always-shadow {
1114
+ box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
1115
+ }
1116
+ }
1117
+ </style>