cloud-web-corejs 1.0.54-dev.37 → 1.0.54-dev.371

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 (357) hide show
  1. package/package.json +8 -3
  2. package/src/App.vue +21 -20
  3. package/src/components/Qrcode/fileParse.vue +0 -1
  4. package/src/components/VabUpload/mixins.js +1 -1
  5. package/src/components/VabUpload/propertiesDialog.vue +1 -1
  6. package/src/components/VabUpload/view.vue +218 -120
  7. package/src/components/advancedSearchDialog/mixins.js +1 -1
  8. package/src/components/baseAttachment/index.vue +49 -40
  9. package/src/components/baseAttachment/mixins.js +270 -1
  10. package/src/components/baseInputExport/mixins.js +1 -1
  11. package/src/components/errorMsg/mixins.js +6 -5
  12. package/src/components/excelExport/button.vue +57 -4
  13. package/src/components/excelExport/exportFieldDialog.vue +16 -6
  14. package/src/components/excelExport/index.js +48 -5
  15. package/src/components/excelExport/index.vue +64 -8
  16. package/src/components/excelExport/mixins.js +940 -2
  17. package/src/components/excelImport/mixins.js +2 -1
  18. package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -0
  19. package/src/components/fileLibrary/filterDialog.vue +383 -0
  20. package/src/components/fileLibrary/index.vue +23 -24
  21. package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
  22. package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
  23. package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
  24. package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +335 -212
  25. package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +31 -27
  26. package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +4 -4
  27. package/src/components/fileLibrary/mixins/indexMixins.js +216 -101
  28. package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +63 -3
  29. package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +1 -1
  30. package/src/components/fileLibrary/propertiesDialog.vue +18 -0
  31. package/src/components/fileLibrary/shareDialog.vue +1 -1
  32. package/src/components/formOplog/mixins.js +1 -1
  33. package/src/components/jsonImport/index.js +1 -1
  34. package/src/components/jsonImport/mixins.js +2 -1
  35. package/src/components/langImport/mixins.js +17 -16
  36. package/src/components/statusTag/mixins.js +1 -1
  37. package/src/components/table/CellSlot.vue +1 -0
  38. package/src/components/table/index.js +12 -10
  39. package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +11028 -0
  40. package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css +200 -0
  41. package/src/components/table/tableForm.vue +99 -63
  42. package/src/components/table/tableFormMixin.js +1 -1
  43. package/src/components/table/util/index.js +328 -0
  44. package/src/components/table/vxeFilter/mixin.js +318 -6
  45. package/src/components/tempStorage/index.vue +76 -55
  46. package/src/components/tempStorage/tempStorageDialog.vue +179 -54
  47. package/src/components/vb-tabs/x-tabs.vue +37 -27
  48. package/src/components/wf/addOpinionButton.vue +57 -0
  49. package/src/components/wf/content.vue +833 -362
  50. package/src/components/wf/mixins/addOpinionButton.js +3 -0
  51. package/src/components/wf/mixins/setCandidateButton.js +6 -0
  52. package/src/components/wf/mixins/setCandidateDialog.js +2 -1
  53. package/src/components/wf/mixins/setCandidateDialog2.js +6 -0
  54. package/src/components/wf/mixins/wfFlowEleScriptDialog.js +3 -0
  55. package/src/components/wf/mixins/wfTaskUserRangeDialog.js +3 -0
  56. package/src/components/wf/setCandidateButton.vue +40 -0
  57. package/src/components/wf/setCandidateDialog.vue +10 -0
  58. package/src/components/wf/setCandidateDialog2.vue +95 -0
  59. package/src/components/wf/wf.js +1 -1
  60. package/src/components/wf/wfFlowEleScriptDialog.vue +89 -0
  61. package/src/components/wf/wfStartDialog.vue +70 -42
  62. package/src/components/wf/wfTaskUserRangeDialog.vue +65 -0
  63. package/src/components/wf/wfUtil.js +1 -1
  64. package/src/components/xform/form-designer/designer.js +5 -3
  65. package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -3
  66. package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +9 -8
  67. package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +4 -1
  68. package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +3 -3
  69. package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
  70. package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
  71. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +16 -4
  72. package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
  73. package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +38 -7
  74. package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +4 -1
  75. package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +115 -72
  76. package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
  77. package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
  78. package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +34 -5
  79. package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
  80. package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +14 -6
  81. package/src/components/xform/form-designer/form-widget/field-widget/copy_button-widget.vue +89 -0
  82. package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +1 -0
  83. package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +21 -2
  84. package/src/components/xform/form-designer/form-widget/field-widget/dropdown-item-widget.vue +77 -0
  85. package/src/components/xform/form-designer/form-widget/field-widget/dropdown-menu-widget.vue +106 -0
  86. package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
  87. package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
  88. package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
  89. package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +24 -16
  90. package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +645 -379
  91. package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +10 -8
  92. package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +81 -0
  93. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +49 -8
  94. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
  95. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
  96. package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +179 -0
  97. package/src/components/xform/form-designer/form-widget/field-widget/multiSearch-widget.vue +53 -0
  98. package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +107 -81
  99. package/src/components/xform/form-designer/form-widget/field-widget/oplog-widget.vue +185 -0
  100. package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +1 -1
  101. package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +108 -0
  102. package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +154 -47
  103. package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +21 -5
  104. package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +2 -2
  105. package/src/components/xform/form-designer/form-widget/field-widget/select-export-button-widget.vue +86 -0
  106. package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +17 -5
  107. package/src/components/xform/form-designer/form-widget/field-widget/singerSearch-widget.vue +53 -0
  108. package/src/components/xform/form-designer/form-widget/field-widget/singleUpload-widget.vue +145 -0
  109. package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +2 -1
  110. package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +31 -17
  111. package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +6 -1
  112. package/src/components/xform/form-designer/form-widget/field-widget/tableexportbuttonwidget.vue +99 -0
  113. package/src/components/xform/form-designer/form-widget/field-widget/tempStorage-widget.vue +147 -0
  114. package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +46 -34
  115. package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
  116. package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +2 -170
  117. package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +259 -58
  118. package/src/components/xform/form-designer/form-widget/field-widget/vabUpload2-widget.vue +725 -0
  119. package/src/components/xform/form-designer/indexMixin.js +3 -2
  120. package/src/components/xform/form-designer/setting-panel/form-setting.vue +927 -159
  121. package/src/components/xform/form-designer/setting-panel/index.vue +4 -0
  122. package/src/components/xform/form-designer/setting-panel/indexMixin.js +1 -1
  123. package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +376 -302
  124. package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +4 -4
  125. package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
  126. package/src/components/xform/form-designer/setting-panel/property-editor/autoValueEnabled-editor.vue +38 -0
  127. package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +6 -0
  128. package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
  129. package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
  130. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +125 -0
  131. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +946 -1042
  132. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
  133. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1160 -511
  134. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +2 -2
  135. package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
  136. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
  137. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
  138. package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
  139. package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +0 -8
  140. package/src/components/xform/form-designer/setting-panel/property-editor/copyButton-editor.vue +36 -0
  141. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
  142. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +32 -0
  143. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +2 -2
  144. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
  145. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +64 -5
  146. package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
  147. package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-item-editor.vue +21 -0
  148. package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -0
  149. package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +185 -69
  150. package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +188 -86
  151. package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +84 -39
  152. package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +35 -9
  153. package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +89 -0
  154. package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +8 -0
  155. package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +91 -0
  156. package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
  157. package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +67 -41
  158. package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-button-editor.vue +56 -0
  159. package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +26 -7
  160. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +13 -1
  161. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +30 -1
  162. package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +62 -0
  163. package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +52 -5
  164. package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +721 -466
  165. package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
  166. package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
  167. package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
  168. package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
  169. package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
  170. package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +19 -14
  171. package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
  172. package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +31 -0
  173. package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
  174. package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +349 -0
  175. package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +10 -6
  176. package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
  177. package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +1 -1
  178. package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +42 -0
  179. package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +305 -19
  180. package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
  181. package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
  182. package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +384 -53
  183. package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +263 -0
  184. package/src/components/xform/form-designer/setting-panel/propertyRegister.js +30 -11
  185. package/src/components/xform/form-designer/toolbar-panel/index.vue +12 -11
  186. package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +1 -1
  187. package/src/components/xform/form-designer/widget-panel/index.vue +21 -1
  188. package/src/components/xform/form-designer/widget-panel/indexMixin.js +19 -18
  189. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1582 -872
  190. package/src/components/xform/form-render/container-item/containerItemMixin.js +12 -11
  191. package/src/components/xform/form-render/container-item/data-table-item.vue +194 -199
  192. package/src/components/xform/form-render/container-item/data-table-mixin.js +2783 -18
  193. package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
  194. package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
  195. package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
  196. package/src/components/xform/form-render/container-item/list-h5-item.vue +1 -9
  197. package/src/components/xform/form-render/container-item/list-h5-item2.vue +1 -8
  198. package/src/components/xform/form-render/container-item/tab-item.vue +62 -25
  199. package/src/components/xform/form-render/container-item/table-cell-item.vue +38 -32
  200. package/src/components/xform/form-render/container-item/table-item.vue +4 -2
  201. package/src/components/xform/form-render/container-item/table2-cell-item.vue +53 -34
  202. package/src/components/xform/form-render/container-item/table2-item.vue +141 -88
  203. package/src/components/xform/form-render/index.vue +4 -1
  204. package/src/components/xform/form-render/indexMixin.js +13 -26
  205. package/src/components/xform/lang/zh-CN.js +20 -3
  206. package/src/components/xform/mixins/defaultHandle.js +1 -1
  207. package/src/components/xform/mixins/scriptHttp.js +174 -1
  208. package/src/components/xform/utils/emitter.js +4 -4
  209. package/src/components/xform/utils/format.js +21 -30
  210. package/src/components/xform/utils/formula-util.js +669 -0
  211. package/src/components/xform/utils/util.js +1 -1
  212. package/src/components/xform/utils/validators.js +1 -5
  213. package/src/index.js +210 -190
  214. package/src/layout/components/AppMain.vue +5 -1
  215. package/src/layout/components/Sidebar/default.vue +50 -6
  216. package/src/layout/components/TagsView/index.vue +37 -12
  217. package/src/layout/components/extractedCode/createDialog.vue +92 -0
  218. package/src/layout/components/extractedCode/queryDialog.vue +96 -0
  219. package/src/layout/components/extractedCode/viewDialog.vue +193 -0
  220. package/src/layout/components/watermark/index.vue +83 -0
  221. package/src/layout/defaultLayout.vue +1 -1
  222. package/src/mixins/selectDialog/index.js +260 -1
  223. package/src/mixins/table/index.js +152 -0
  224. package/src/mixins/tableTree/index.js +1 -1
  225. package/src/router/modules/customer.js +70 -8
  226. package/src/store/config/index.js +1 -532
  227. package/src/store/modules/permission.js +1 -1
  228. package/src/store/modules/settings.js +1 -1
  229. package/src/store/modules/tagsView.js +1 -14
  230. package/src/store/modules/user.js +1 -1
  231. package/src/utils/index.js +2 -3
  232. package/src/utils/pddLog.js +103 -0
  233. package/src/utils/pdfUtil.js +71 -0
  234. package/src/utils/request.js +1 -1
  235. package/src/utils/vab.js +19 -27
  236. package/src/views/bd/setting/bd_attach_setting/edit.vue +5 -5
  237. package/src/views/bd/setting/bd_attach_setting/list.vue +28 -55
  238. package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +4 -5
  239. package/src/views/bd/setting/bd_attach_setting/mixins/list.js +239 -1
  240. package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
  241. package/src/views/bd/setting/bd_company_env/edit.vue +193 -0
  242. package/src/views/bd/setting/bd_company_env/list.vue +175 -0
  243. package/src/views/bd/setting/config_manage/list.vue +76 -0
  244. package/src/views/bd/setting/form_import_log/edit.vue +127 -0
  245. package/src/views/bd/setting/form_import_log/list.vue +206 -0
  246. package/src/views/bd/setting/form_script/edit.vue +9 -0
  247. package/src/views/bd/setting/form_script/edit1.vue +36 -3
  248. package/src/views/bd/setting/form_script/form_list.vue +1 -1
  249. package/src/views/bd/setting/form_script/list1.vue +4 -4
  250. package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
  251. package/src/views/bd/setting/form_script/mixins/edit.js +201 -1
  252. package/src/views/bd/setting/form_script/mixins/edit1.js +193 -1
  253. package/src/views/bd/setting/form_script/mixins/form_list.js +1 -1
  254. package/src/views/bd/setting/form_script/mixins/list.js +236 -1
  255. package/src/views/bd/setting/form_script/mixins/list1.js +423 -14
  256. package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
  257. package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
  258. package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +105 -0
  259. package/src/views/bd/setting/form_template/edit.vue +22 -1
  260. package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
  261. package/src/views/bd/setting/form_template/list.vue +5 -5
  262. package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +282 -0
  263. package/src/views/bd/setting/form_template/mixins/edit.js +234 -9
  264. package/src/views/bd/setting/form_template/mixins/list.js +689 -22
  265. package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +193 -0
  266. package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -0
  267. package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
  268. package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +140 -75
  269. package/src/views/bd/setting/form_template/{list2.vue → wf_list.vue} +25 -35
  270. package/src/views/bd/setting/logic_param/edit.vue +146 -0
  271. package/src/views/bd/setting/logic_param/edit1.vue +106 -0
  272. package/src/views/bd/setting/logic_param/edit2.vue +122 -0
  273. package/src/views/bd/setting/logic_param/list.vue +74 -0
  274. package/src/views/bd/setting/logic_param/list1.vue +12 -0
  275. package/src/views/bd/setting/logic_param/list2.vue +12 -0
  276. package/src/views/bd/setting/logic_param/mixins/edit.js +93 -0
  277. package/src/views/bd/setting/logic_param/mixins/list.js +358 -0
  278. package/src/views/bd/setting/menu_kind/list.vue +4 -0
  279. package/src/views/bd/setting/menu_kind/mixins/authDialog.js +300 -7
  280. package/src/views/bd/setting/menu_kind/mixins/list.js +201 -1
  281. package/src/views/bd/setting/push_data/edit.vue +139 -0
  282. package/src/views/bd/setting/push_data/list.vue +283 -0
  283. package/src/views/bd/setting/push_data_h/edit.vue +153 -0
  284. package/src/views/bd/setting/push_data_h/list.vue +293 -0
  285. package/src/views/bd/setting/request_async_setting/edit.vue +320 -0
  286. package/src/views/bd/setting/request_async_setting/list.vue +372 -0
  287. package/src/views/bd/setting/request_setting/edit.vue +300 -0
  288. package/src/views/bd/setting/request_setting/list.vue +311 -0
  289. package/src/views/bd/setting/table_model/edit.vue +875 -426
  290. package/src/views/bd/setting/table_model/list.vue +4 -4
  291. package/src/views/bd/setting/table_model/mixins/dialog.js +1 -1
  292. package/src/views/bd/setting/table_model/mixins/edit.js +1202 -13
  293. package/src/views/bd/setting/table_model/mixins/list.js +440 -14
  294. package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
  295. package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
  296. package/src/views/user/area/dialog.vue +21 -9
  297. package/src/views/user/bill_setting/edit.vue +1 -1
  298. package/src/views/user/bill_setting/list.vue +1 -1
  299. package/src/views/user/common_attribute/itemEdit.vue +2 -2
  300. package/src/views/user/common_attribute/list.vue +1 -1
  301. package/src/views/user/common_script/edit.vue +1 -1
  302. package/src/views/user/common_script/list.vue +1 -1
  303. package/src/views/user/company_info/dialog.vue +164 -154
  304. package/src/views/user/company_info/edit.vue +1 -1
  305. package/src/views/user/extend_datasource/dialog.vue +1 -0
  306. package/src/views/user/extend_datasource/edit.vue +3 -0
  307. package/src/views/user/extend_datasource/list.vue +2 -1
  308. package/src/views/user/fieldTranslation/editDialog.vue +7 -7
  309. package/src/views/user/fieldTranslation/list.vue +32 -32
  310. package/src/views/user/form/vform/designer.vue +775 -749
  311. package/src/views/user/form/vform/out_render.vue +1 -1
  312. package/src/views/user/form/vform/render.vue +8 -4
  313. package/src/views/user/form/view/edit.vue +38 -37
  314. package/src/views/user/form/view/list.vue +142 -45
  315. package/src/views/user/home/default.vue +1025 -979
  316. package/src/views/user/home/dev.vue +29 -0
  317. package/src/views/user/home/index.vue +16 -6
  318. package/src/views/user/home/taili/index.vue +1034 -0
  319. package/src/views/user/login/default.vue +32 -3
  320. package/src/views/user/login/indexMixin.js +117 -3
  321. package/src/views/user/notify_message/dialog.vue +38 -18
  322. package/src/views/user/notify_template/edit.vue +188 -187
  323. package/src/views/user/notify_template/edit2.vue +176 -0
  324. package/src/views/user/notify_template/list.vue +4 -1
  325. package/src/views/user/notify_template/list2.vue +190 -0
  326. package/src/views/user/outLink/form_view.vue +211 -184
  327. package/src/views/user/outLink/index.vue +17 -0
  328. package/src/views/user/outLink/view.vue +28 -23
  329. package/src/views/user/position/edit.vue +116 -83
  330. package/src/views/user/position/list.vue +118 -86
  331. package/src/views/user/project_tag/dialog.vue +9 -4
  332. package/src/views/user/project_tag/edit.vue +2 -2
  333. package/src/views/user/project_tag/list.vue +9 -4
  334. package/src/views/user/push_setting/list.vue +2 -2
  335. package/src/views/user/request_setting/edit.vue +258 -0
  336. package/src/views/user/request_setting/list.vue +248 -0
  337. package/src/views/user/role/dialog.vue +70 -48
  338. package/src/views/user/role/list.vue +4 -4
  339. package/src/views/user/sale_org/dialog.vue +1 -1
  340. package/src/views/user/sale_org/list.vue +4 -1
  341. package/src/views/user/user/dialog.vue +46 -23
  342. package/src/views/user/user/edit.vue +1059 -1021
  343. package/src/views/user/user/form_dialog.vue +158 -0
  344. package/src/views/user/user/form_info.vue +210 -0
  345. package/src/views/user/user/list.vue +647 -563
  346. package/src/views/user/user/modifyPasswordDialog.vue +64 -53
  347. package/src/views/user/wf/wfReport/index.vue +448 -0
  348. package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
  349. package/src/views/user/wf/wf_manage/list.vue +371 -249
  350. package/src/views/user/wf/wf_manage/wfContentDialog.vue +1 -1
  351. package/src/views/user/wf/wf_obj_config/importItemDialog.vue +109 -0
  352. package/src/views/user/wf/wf_obj_config/itemEdit.vue +25 -1
  353. package/src/views/user/wf/wf_obj_config/list.vue +114 -9
  354. package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +2 -2
  355. package/src/views/user/wf/wf_transfer_setting/edit.vue +229 -0
  356. package/src/views/user/wf/wf_transfer_setting/list.vue +308 -0
  357. package/src/views/bd/setting/form_template/mixins/list2.js +0 -12
@@ -40,51 +40,58 @@
40
40
  clearable
41
41
  />
42
42
  </el-form-item>
43
+ <el-form-item label-width="0" style="padding: 5px">
44
+ <div class="tips_1" style="white-space: pre-wrap; line-height: 20px">
45
+ {{ $t1(tip) }}
46
+ </div>
47
+ </el-form-item>
43
48
  </el-form>
44
49
  </div>
45
50
  <span slot="footer" class="dialog-footer">
46
- <el-button type="primary" plain class="button-sty" @click="dialogClose" v-if="!modifyMust">
47
- <i class="el-icon-close el-icon"></i>
48
- {{ $t1('取 消') }}
49
- </el-button>
50
- <el-button type="primary" @click="saveData" class="button-sty">
51
- <i class="el-icon-check el-icon"></i>
52
- {{ $t1('确 定') }}
53
- </el-button>
54
- </span>
51
+ <el-button
52
+ type="primary"
53
+ plain
54
+ class="button-sty"
55
+ @click="dialogClose"
56
+ v-if="!modifyMust"
57
+ >
58
+ <i class="el-icon-close el-icon"></i>
59
+ {{ $t1("取 消") }}
60
+ </el-button>
61
+ <el-button type="primary" @click="saveData" class="button-sty">
62
+ <i class="el-icon-check el-icon"></i>
63
+ {{ $t1("确 定") }}
64
+ </el-button>
65
+ </span>
55
66
  </el-dialog>
56
67
  </template>
57
68
 
58
69
  <script>
59
- import {getParameterVauleByCode} from "@base/api/user";
70
+ import { getParameterVauleByCode } from "@base/api/user";
60
71
 
61
72
  export default {
62
73
  components: {},
63
- created() {
64
-
65
- },
66
- mounted() {
67
-
68
- },
74
+ created() {},
75
+ mounted() {},
69
76
  data() {
70
77
  var validatePass = (rule, value, callback) => {
71
78
  const isPassRequired = true;
72
- if (isPassRequired && (value == '' || value == undefined)) {
73
- callback(new Error(this.$t1('密码不能为空')));
79
+ if (isPassRequired && (value == "" || value == undefined)) {
80
+ callback(new Error(this.$t1("密码不能为空")));
74
81
  } else {
75
82
  callback();
76
83
  }
77
- this.$refs.editForm.validateField('rePassword');
84
+ this.$refs.editForm.validateField("rePassword");
78
85
  };
79
86
  var validatePass2 = (rule, value, callback) => {
80
87
  const isPassRequired = true;
81
- const rePassword = value != undefined ? value : '';
82
- const password = this.formData.password != undefined ? this.formData.password : '';
88
+ const rePassword = value != undefined ? value : "";
89
+ const password = this.formData.password != undefined ? this.formData.password : "";
83
90
 
84
- if (isPassRequired && rePassword == '') {
85
- callback(new Error(this.$t1('确认密码不能为空')));
91
+ if (isPassRequired && rePassword == "") {
92
+ callback(new Error(this.$t1("确认密码不能为空")));
86
93
  } else if (rePassword != password) {
87
- callback(new Error(this.$t1('两次输入密码不一致!')));
94
+ callback(new Error(this.$t1("两次输入密码不一致!")));
88
95
  } else {
89
96
  callback();
90
97
  }
@@ -94,9 +101,13 @@ export default {
94
101
  falseValue: false,
95
102
  modifyMust: false,
96
103
  user: {},
97
- formData: {password: null, rePassword: null},
98
- passRules: [{validator: validatePass, trigger: 'blur', required: true}],
99
- pass2Rules: [{validator: validatePass2, trigger: 'blur', required: true}]
104
+ formData: { password: null, rePassword: null },
105
+ passRules: [{ validator: validatePass, trigger: "blur", required: true }],
106
+ pass2Rules: [{ validator: validatePass2, trigger: "blur", required: true }],
107
+ tip: `密码规则:
108
+ 1、密码必须是8~20位,包含英文大写、英文小写、数字、特殊字符中的3种组合,字符例如:!@#$%^&0,不能包含空格和中文字符;
109
+ 2、密码有效期为90天,且不允许与前3次的密码相同
110
+ 3、密码不允许包含登录账号、hisense、admin、连续字母、连续键盘键等弱密码信息,例如:qwer1234!@、admin1234@#等`,
100
111
  };
101
112
  },
102
113
  methods: {
@@ -105,33 +116,33 @@ export default {
105
116
  url: USER_PREFIX + `/user/currentUser`,
106
117
  method: `post`,
107
118
  data: {
108
- id: this.dataId
119
+ id: this.dataId,
109
120
  },
110
- success: res => {
121
+ success: (res) => {
111
122
  var user = res.objx || {};
112
123
  this.user = res.objx || {};
113
- }
124
+ },
114
125
  });
115
126
  },
116
127
  saveData() {
117
- this.$refs.editForm.validate(valid => {
128
+ this.$refs.editForm.validate((valid) => {
118
129
  if (valid) {
119
- this.$baseConfirm(this.$t1('您确定要修改密码吗?')).then(() => {
120
- let resData = {...this.user, ...this.formData}
121
- var url = USER_PREFIX + '/user/updateUserInfo';
130
+ this.$baseConfirm(this.$t1("您确定要修改密码吗?")).then(() => {
131
+ let resData = { ...this.user, ...this.formData };
132
+ var url = USER_PREFIX + "/user/updateUserInfo";
122
133
  this.$http({
123
134
  url: url,
124
135
  method: `post`,
125
136
  data: resData,
126
137
  isLoading: true,
127
- success: res => {
138
+ success: (res) => {
128
139
  this.$message({
129
140
  message: res.content,
130
- type: 'success',
131
- duration: 2000
141
+ type: "success",
142
+ duration: 2000,
132
143
  });
133
144
  this.dialogClose();
134
- }
145
+ },
135
146
  });
136
147
  });
137
148
  } else {
@@ -139,17 +150,17 @@ export default {
139
150
  let rePassword = this.formData.rePassword;
140
151
  if (!password || !rePassword) {
141
152
  this.$message({
142
- message: this.$t1('密码/确认密码不能为空'),
143
- type: 'error',
144
- duration: 2000
153
+ message: this.$t1("密码/确认密码不能为空"),
154
+ type: "error",
155
+ duration: 2000,
145
156
  });
146
- return
157
+ return;
147
158
  }
148
159
  if (password !== rePassword) {
149
160
  this.$message({
150
- message: this.$t1('两次输入密码不一致'),
151
- type: 'error',
152
- duration: 2000
161
+ message: this.$t1("两次输入密码不一致"),
162
+ type: "error",
163
+ duration: 2000,
153
164
  });
154
165
  }
155
166
  }
@@ -164,15 +175,15 @@ export default {
164
175
  },
165
176
  init() {
166
177
  getParameterVauleByCode({
167
- data: {code: "checkPasswordModify"},
178
+ data: { code: "checkPasswordModify" },
168
179
  success: (res0) => {
169
180
  if (res0.objx && res0.objx.value) {
170
181
  this.$http({
171
182
  url: USER_PREFIX + `/user/checkPasswordModifyDate`,
172
183
  method: `post`,
173
184
  data: {},
174
- success: res => {
175
- let flag = 0;//0 不提示;1 提示但不强制修改,即弹框它可以点x关掉;2 提示且强制修改,即他不能关掉这个弹框,要输入密码,点确定才能关掉
185
+ success: (res) => {
186
+ let flag = 0; //0 不提示;1 提示但不强制修改,即弹框它可以点x关掉;2 提示且强制修改,即他不能关掉这个弹框,要输入密码,点确定才能关掉
176
187
  if (res.objx) {
177
188
  flag = res.objx.flag || 0;
178
189
  }
@@ -182,12 +193,12 @@ export default {
182
193
  this.modifyMust = flag == 2;
183
194
  this.showDialog = true;
184
195
  }
185
- }
196
+ },
186
197
  });
187
198
  }
188
- }
189
- })
190
- }
191
- }
199
+ },
200
+ });
201
+ },
202
+ },
192
203
  };
193
204
  </script>
@@ -0,0 +1,448 @@
1
+ <template>
2
+ <div id="containt">
3
+ <div class="filter-btns">
4
+ <el-select class="f-btn" v-model="formData.dateRange" @change="handleSelectChange">
5
+ <el-option :label="$t1('本日')" :value="1"></el-option>
6
+ <el-option :label="$t1('本周')" :value="2"></el-option>
7
+ <el-option :label="$t1('本月')" :value="3"></el-option>
8
+ <el-option :label="$t1('本年')" :value="4"></el-option>
9
+ </el-select>
10
+ <el-select
11
+ class="f-btn"
12
+ v-model="formData.stat"
13
+ :placeholder="$t2('全部状态', 'components.wf.wfReport.allStatus')"
14
+ clearable
15
+ @clear="formData.stat = null"
16
+ @change="handleSelectChange"
17
+ >
18
+ <el-option
19
+ :label="$t2('审核中', 'components.wf.wfStatus1')"
20
+ :value="1"
21
+ ></el-option>
22
+ <el-option
23
+ :label="$t2('已完成', 'components.wf.wfStatus2')"
24
+ :value="2"
25
+ ></el-option>
26
+ <el-option
27
+ :label="$t2('已驳回', 'components.wf.wfStatus3')"
28
+ :value="3"
29
+ ></el-option>
30
+ </el-select>
31
+ </div>
32
+ <div class="sum-statistics">
33
+ <div class="item">
34
+ <p>总流程数</p>
35
+ <b>{{ countData.total || 0 }}</b>
36
+ <!-- <p class="f-gray">较上月增长 12%</p> -->
37
+ <i class="ico iconfont icon-liuchengshu"></i>
38
+ </div>
39
+ <div class="item">
40
+ <p>快速处理</p>
41
+ <b>{{ countData.count_1 || 0 }}</b>
42
+ <p class="f-gray"><1天完成</p>
43
+ <i class="ico iconfont icon-kuaisuchuli"></i>
44
+ </div>
45
+ <div class="item">
46
+ <p>正常处理</p>
47
+ <b>{{ countData.count_1_3 || 0 }}</b>
48
+ <p class="f-gray">1-3天完成</p>
49
+ <i class="ico iconfont icon-zhengchangchuli"></i>
50
+ </div>
51
+ <div class="item">
52
+ <p>缓慢处理</p>
53
+ <b>{{ countData.count_3_7 || 0 }}</b>
54
+ <p class="f-gray">3-7天完成</p>
55
+ <i class="ico iconfont icon-huanmanchuli"></i>
56
+ </div>
57
+ <div class="item">
58
+ <p>超时处理</p>
59
+ <b>{{ countData.count_7 || 0 }}</b>
60
+ <p class="f-gray">>7天完成</p>
61
+ <i class="ico iconfont icon-chaoshichuli"></i>
62
+ </div>
63
+ </div>
64
+ <el-row style="margin: 0 -5px">
65
+ <el-col :span="16">
66
+ <el-card class="box-style1">
67
+ <div slot="header" class="clearfix">
68
+ <span>流程详情列表</span>
69
+ </div>
70
+ <div style="height: 100%">
71
+ <vxe-grid ref="table-m1" v-bind="vxeOption" :data="tableData"> </vxe-grid>
72
+ </div>
73
+ </el-card>
74
+ </el-col>
75
+ <el-col :span="8">
76
+ <el-card class="box-style1">
77
+ <div slot="header" class="clearfix">
78
+ <span>节点详情</span>
79
+ </div>
80
+ <div class="node-box">
81
+ <div class="info" v-if="currentRow.name">
82
+ <p class="tit">{{ currentRow.name }}</p>
83
+ <p>总耗时: {{ currentRow.duration }}</p>
84
+ <el-tag type="warning" v-if="currentRow.stat === 1">{{
85
+ $t2("审核中", "components.wf.wfStatus1")
86
+ }}</el-tag>
87
+ <el-tag type="success" v-if="currentRow.stat === 2">{{
88
+ $t2("已完成", "components.wf.wfStatus3")
89
+ }}</el-tag>
90
+ <el-tag type="danger" v-if="currentRow.stat === 3">{{
91
+ $t2("已驳回", "components.wf.wfStatus2")
92
+ }}</el-tag>
93
+ </div>
94
+ <el-steps direction="vertical" :active="1" class="step-box3">
95
+ <el-step v-for="(row, index) in nodeList" :key="index">
96
+ <div slot="title">
97
+ <div class="name">{{ row.task_name }}</div>
98
+ <div class="a-time">耗时: {{ row.duration }}</div>
99
+ </div>
100
+ <div slot="description">
101
+ <p>
102
+ <span class="use">{{ row.candidate_names }}</span>
103
+ <span class="time">{{ row.approve_time }}</span>
104
+ </p>
105
+ <p v-if="taskStatuses[row.type]" :class="taskStatuses[row.type].class">
106
+ {{ taskStatuses[row.type].value }}
107
+ </p>
108
+ <p v-if="row.opinion">审批意见:{{ row.opinion }}</p>
109
+ </div>
110
+ </el-step>
111
+ </el-steps>
112
+ </div>
113
+ </el-card>
114
+ </el-col>
115
+ </el-row>
116
+ </div>
117
+ </template>
118
+
119
+ <script>
120
+ import scriptHttpMixin from "@base/components/xform/mixins/scriptHttp";
121
+ export default {
122
+ name: "wf_report:index",
123
+ mixins: [scriptHttpMixin],
124
+ data() {
125
+ return {
126
+ vxeOption: {},
127
+ serviceName: "sf-cloud-user",
128
+ tableData: [],
129
+ countData: {},
130
+ currentRow: {},
131
+ nodeList: [],
132
+
133
+ taskStatuses: {
134
+ start: {
135
+ class: "f-blue",
136
+ value: this.$t2("开始", "components.wf.startStatus"),
137
+ },
138
+ approve: {
139
+ class: "f-orgn",
140
+ value: this.$t2("待审批", "components.wf.approveStatus"),
141
+ },
142
+ submit: {
143
+ class: "f-green",
144
+ value: this.$t2("同意", "components.wf.submitStatus"),
145
+ },
146
+ reject: {
147
+ class: "f-red",
148
+ value: this.$t2("驳回", "components.wf.rejectStatus"),
149
+ },
150
+ transfer: {
151
+ class: "f-green",
152
+ value: this.$t2("转办", "components.wf.transferStatus"),
153
+ },
154
+ addIncreaseSign: {
155
+ class: "f-green",
156
+ value: this.$t2("加签", "components.wf.addIncreaseSignStatus"),
157
+ },
158
+ revoke: {
159
+ class: "f-red",
160
+ value: this.$t2("撤回", "components.wf.revokeStatus"),
161
+ },
162
+ end: {
163
+ class: "f-gray",
164
+ value: this.$t2("结束", "components.wf.endStatus"),
165
+ },
166
+ },
167
+ formData: {
168
+ dateRange: 3,
169
+ stat: null,
170
+ },
171
+ };
172
+ },
173
+ mounted() {
174
+ this.initTableList();
175
+ this.loadWfSummaryCount();
176
+ },
177
+ methods: {
178
+ searchEvent() {
179
+ this.$refs["table-m1"].commitProxy("reload");
180
+ },
181
+ initTableList() {
182
+ let that = this;
183
+ let formCode = this.$route.query.formCode;
184
+ let tableOption = {
185
+ vue: this,
186
+ tableRef: "table-m1",
187
+ tableName: "user-wf-report-index-m1",
188
+ path: `/${this.serviceName}/bd_api/intf/wfSummaryList`,
189
+ param: () => {
190
+ return {
191
+ ...this.formData,
192
+ };
193
+ },
194
+ columns: [
195
+ { type: "checkbox", width: 48, resizable: false, fixed: "left" },
196
+ { field: "obj_type_name", title: "流程类型", width: 150, fixed: "left" },
197
+ { field: "name", title: "流程主题", width: 180 },
198
+ {
199
+ field: "stat",
200
+ title: "状态",
201
+ width: 150,
202
+ slots: {
203
+ default: ({ row }) => {
204
+ if (row.stat === 1) {
205
+ return [
206
+ <el-tag type="warning">
207
+ {this.$t2("审核中", "components.wf.wfStatus1")}
208
+ </el-tag>,
209
+ ];
210
+ } else if (row.stat === 2) {
211
+ return [
212
+ <el-tag type="success">
213
+ {this.$t2("已完成", "components.wf.wfStatus2")}
214
+ </el-tag>,
215
+ ];
216
+ } else if (row.stat === 3) {
217
+ return [
218
+ <el-tag type="info">
219
+ {this.$t2("已驳回", "components.wf.wfStatus3")}
220
+ </el-tag>,
221
+ ];
222
+ }
223
+ },
224
+ },
225
+ },
226
+ { field: "task_name", title: "当前节点", width: 180 },
227
+ {
228
+ field: "candidate_names",
229
+ title: "当前处理人",
230
+ width: 180,
231
+ slots: {
232
+ default: ({ row }) => {
233
+ return [
234
+ <div class="txt-mid">
235
+ <i class="iconfont icon-dangqianchuliren"></i>
236
+ <sapn>{row.candidate_names}</sapn>
237
+ </div>,
238
+ ];
239
+ },
240
+ },
241
+ },
242
+ {
243
+ field: "duration",
244
+ title: "总耗时",
245
+ width: 180,
246
+ slots: {
247
+ default: ({ row }) => {
248
+ return [
249
+ <div class="txt-mid">
250
+ <i class="iconfont icon-shijian"></i>
251
+ <sapn> {row.duration}</sapn>
252
+ </div>,
253
+ ];
254
+ },
255
+ },
256
+ },
257
+ {
258
+ field: "task_duration",
259
+ title: "当前节点耗时",
260
+ width: 180,
261
+ slots: {
262
+ default: ({ row }) => {
263
+ return [
264
+ <div class="txt-mid">
265
+ <i class="iconfont icon-shijian"></i>
266
+ <sapn> {row.task_duration}</sapn>
267
+ </div>,
268
+ ];
269
+ },
270
+ },
271
+ },
272
+ {
273
+ width: 47,
274
+ fixed: "right",
275
+ title: "",
276
+ sortable: false,
277
+ slots: {
278
+ default: ({ row }) => {
279
+ return [
280
+ <a
281
+ href="javascript:void(0);"
282
+ class="a-link"
283
+ onclick={() => {
284
+ this.loadWfSummaryNode(row);
285
+ }}
286
+ >
287
+ <el-tooltip
288
+ enterable={false}
289
+ effect="dark"
290
+ content="查看"
291
+ placement="top"
292
+ popper-class="tooltip-skin"
293
+ >
294
+ <i class="iconfont icon-dianji" />
295
+ </el-tooltip>
296
+ </a>,
297
+ ];
298
+ },
299
+ },
300
+ },
301
+ ],
302
+ };
303
+ this.$vxeTableUtil.initVxeTable(tableOption).then((opts) => {
304
+ this.vxeOption = opts;
305
+ });
306
+ },
307
+ loadWfSummaryCount() {
308
+ this.$http({
309
+ url: `/${this.serviceName}/bd_api/intf/wfSummaryCount`,
310
+ method: "post",
311
+ data: {
312
+ ...this.formData,
313
+ },
314
+ success: (res) => {
315
+ this.countData = res.objx || {};
316
+ },
317
+ });
318
+ },
319
+ loadWfSummaryNode(row) {
320
+ this.$http({
321
+ url: `/${this.serviceName}/bd_api/intf/wfSummaryNode`,
322
+ method: "post",
323
+ data: {
324
+ proc_inst_id: row.proc_inst_id,
325
+ },
326
+ success: (res) => {
327
+ this.currentRow = row;
328
+ this.nodeList = res.objx || [];
329
+ },
330
+ });
331
+ },
332
+ clearWfSummaryNode() {
333
+ this.currentRow = {};
334
+ this.nodeList = [];
335
+ },
336
+ handleSelectChange() {
337
+ if (this.formData.stat === "") {
338
+ this.formData.stat = null;
339
+ }
340
+ this.loadWfSummaryCount();
341
+ this.searchEvent();
342
+ this.clearWfSummaryNode();
343
+ },
344
+ },
345
+ };
346
+ </script>
347
+ <style scoped lang="scss">
348
+ #containt {
349
+ background: none;
350
+ padding: 10px 0 0;
351
+ box-shadow: none;
352
+ }
353
+ .filter-btns {
354
+ .f-btn {
355
+ margin-right: 10px;
356
+ }
357
+ }
358
+ .sum-statistics {
359
+ display: flex;
360
+ margin: 10px -5px 0;
361
+ .item {
362
+ flex: 1;
363
+ background: #fff;
364
+ border: solid 1px #e9e9e9;
365
+ border-radius: 6px;
366
+ margin: 0 5px;
367
+ padding: 10px 14px 8px;
368
+ font-size: 12px;
369
+ position: relative;
370
+ .ico {
371
+ position: absolute;
372
+ top: 50%;
373
+ right: 18px;
374
+ width: 34px;
375
+ height: 34px;
376
+ margin-top: -17px;
377
+ border-radius: 6px;
378
+ text-align: center;
379
+ line-height: 35px;
380
+ font-size: 16;
381
+ background: #eff6ff;
382
+ color: #2f6ffc;
383
+ }
384
+ p {
385
+ margin-bottom: 0;
386
+ }
387
+ > b {
388
+ font-size: 26px;
389
+ margin: 8px 0 3px;
390
+ display: inline-block;
391
+ font-weight: 400;
392
+ }
393
+ &:nth-child(2) .ico {
394
+ background: #faf5ff;
395
+ color: #ab3dfa;
396
+ }
397
+ &:nth-child(3) .ico {
398
+ background: #f0fdf4;
399
+ color: #0aa945;
400
+ }
401
+ &:nth-child(4) .ico {
402
+ background: #fff7ed;
403
+ color: #f5520b;
404
+ }
405
+ &:nth-child(5) .ico {
406
+ background: #fef2f2;
407
+ color: #e70a15;
408
+ }
409
+ }
410
+ }
411
+ ::v-deep .box-style1 {
412
+ margin: 10px 5px 0;
413
+ .el-card__body {
414
+ height: calc(100vh - 254px);
415
+ }
416
+ }
417
+ .node-box {
418
+ .info {
419
+ border: solid 1px #e6ebf5;
420
+ background: #f6faff;
421
+ border-radius: 4px;
422
+ padding: 10px 14px;
423
+ position: relative;
424
+ font-size: 12px;
425
+ color: #666666;
426
+ margin-bottom: 8px;
427
+ p {
428
+ margin-bottom: 0;
429
+ }
430
+ .el-tag {
431
+ position: absolute;
432
+ right: 12px;
433
+ top: 50%;
434
+ margin-top: -14px;
435
+ }
436
+ .tit {
437
+ font-size: 13px;
438
+ color: #212121;
439
+ margin-bottom: 5px;
440
+ }
441
+ }
442
+ .el-steps {
443
+ height: calc(100vh - 326px);
444
+ overflow: auto;
445
+ padding-right: 10px;
446
+ }
447
+ }
448
+ </style>
@@ -100,6 +100,7 @@
100
100
  size="small"
101
101
  clearable
102
102
  value-format="yyyy-MM-dd HH:mm:ss"
103
+ default-time="23:59:59"
103
104
  :picker-options="$baseEndPickerOptions(formData.startToExeTime)"
104
105
  ></el-date-picker>
105
106
  </template>
@@ -211,6 +212,7 @@
211
212
  size="small"
212
213
  clearable
213
214
  value-format="yyyy-MM-dd HH:mm:ss"
215
+ default-time="23:59:59"
214
216
  :picker-options="$baseEndPickerOptions(formData2.startToExeTime)"
215
217
  ></el-date-picker>
216
218
  </template>