cloud-web-corejs 1.0.54-dev.34 → 1.0.54-dev.340
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.
- package/package.json +8 -3
- package/src/components/Qrcode/fileParse.vue +0 -1
- package/src/components/VabUpload/mixins.js +1 -1
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +135 -120
- package/src/components/advancedSearchDialog/mixins.js +1 -1
- package/src/components/baseAttachment/index.vue +49 -40
- package/src/components/baseAttachment/mixins.js +1 -1
- package/src/components/baseInputExport/mixins.js +386 -1
- package/src/components/errorMsg/mixins.js +94 -5
- package/src/components/excelExport/button.vue +57 -4
- package/src/components/excelExport/exportFieldDialog.vue +16 -6
- package/src/components/excelExport/index.js +7 -5
- package/src/components/excelExport/index.vue +64 -8
- package/src/components/excelExport/mixins.js +3 -2
- package/src/components/excelImport/mixins.js +750 -1
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -0
- package/src/components/fileLibrary/filterDialog.vue +383 -0
- package/src/components/fileLibrary/index.vue +23 -24
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +335 -212
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +31 -27
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +4 -4
- package/src/components/fileLibrary/mixins/indexMixins.js +69 -26
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +63 -3
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +1 -1
- package/src/components/fileLibrary/propertiesDialog.vue +18 -0
- package/src/components/fileLibrary/shareDialog.vue +1 -1
- package/src/components/formOplog/mixins.js +1 -1
- package/src/components/jsonImport/index.js +1 -1
- package/src/components/jsonImport/mixins.js +333 -1
- package/src/components/langImport/mixins.js +500 -16
- package/src/components/statusTag/mixins.js +1 -1
- package/src/components/table/CellSlot.vue +1 -0
- package/src/components/table/index.js +12 -10
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/table/util/index.js +328 -0
- package/src/components/table/vxeFilter/mixin.js +6 -6
- package/src/components/tempStorage/index.vue +9 -6
- package/src/components/tempStorage/tempStorageDialog.vue +1 -1
- package/src/components/vb-tabs/x-tabs.vue +3 -2
- package/src/components/wf/addOpinionButton.vue +57 -0
- package/src/components/wf/content.vue +138 -28
- package/src/components/wf/mixins/addOpinionButton.js +3 -0
- package/src/components/wf/mixins/setCandidateButton.js +6 -0
- package/src/components/wf/mixins/setCandidateDialog.js +2 -1
- package/src/components/wf/mixins/setCandidateDialog2.js +6 -0
- package/src/components/wf/mixins/wfTaskUserRangeDialog.js +3 -0
- package/src/components/wf/setCandidateButton.vue +40 -0
- package/src/components/wf/setCandidateDialog.vue +10 -0
- package/src/components/wf/setCandidateDialog2.vue +95 -0
- package/src/components/wf/wf.js +1 -1
- package/src/components/wf/wfStartDialog.vue +70 -42
- package/src/components/wf/wfTaskUserRangeDialog.vue +65 -0
- package/src/components/wf/wfUtil.js +1 -1
- package/src/components/xform/form-designer/designer.js +1649 -3
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -3
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +289 -8
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +3 -3
- package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
- package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +16 -4
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +37 -6
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +1331 -1
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +26 -7
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +34 -5
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +14 -6
- package/src/components/xform/form-designer/form-widget/field-widget/copy_button-widget.vue +89 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +1 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +21 -2
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-item-widget.vue +77 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-menu-widget.vue +106 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1615 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +652 -379
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +10 -8
- package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +81 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +49 -8
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +176 -0
- package/src/components/xform/form-designer/form-widget/field-widget/multiSearch-widget.vue +53 -0
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +107 -81
- package/src/components/xform/form-designer/form-widget/field-widget/oplog-widget.vue +185 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +108 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +70 -3
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +21 -5
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/select-export-button-widget.vue +86 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +17 -5
- package/src/components/xform/form-designer/form-widget/field-widget/singerSearch-widget.vue +53 -0
- package/src/components/xform/form-designer/form-widget/field-widget/singleUpload-widget.vue +145 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +31 -17
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +6 -1
- package/src/components/xform/form-designer/form-widget/field-widget/tempStorage-widget.vue +127 -0
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +46 -34
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +2 -170
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +259 -58
- package/src/components/xform/form-designer/indexMixin.js +825 -2
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +927 -159
- package/src/components/xform/form-designer/setting-panel/index.vue +4 -0
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +376 -302
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/autoValueEnabled-editor.vue +38 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +6 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +126 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1087 -1042
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1160 -511
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +0 -8
- package/src/components/xform/form-designer/setting-panel/property-editor/copyButton-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +64 -5
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-item-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +185 -69
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +188 -86
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +84 -39
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +32 -9
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +86 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +8 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +91 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +67 -41
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-button-editor.vue +56 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +26 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +13 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +30 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +52 -5
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +721 -466
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +19 -14
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +318 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +10 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +305 -19
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +384 -53
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +263 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +29 -11
- package/src/components/xform/form-designer/toolbar-panel/index.vue +12 -11
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/widget-panel/index.vue +21 -1
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +3 -2
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1508 -865
- package/src/components/xform/form-render/container-item/containerItemMixin.js +359 -11
- package/src/components/xform/form-render/container-item/data-table-item.vue +89 -42
- package/src/components/xform/form-render/container-item/data-table-mixin.js +2725 -18
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
- package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
- package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
- package/src/components/xform/form-render/container-item/list-h5-item.vue +1 -9
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1 -8
- package/src/components/xform/form-render/container-item/tab-item.vue +11 -6
- package/src/components/xform/form-render/container-item/table-cell-item.vue +38 -32
- package/src/components/xform/form-render/container-item/table-item.vue +4 -2
- package/src/components/xform/form-render/index.vue +4 -1
- package/src/components/xform/form-render/indexMixin.js +3129 -4
- package/src/components/xform/lang/zh-CN.js +19 -3
- package/src/components/xform/mixins/defaultHandle.js +1 -1
- package/src/components/xform/mixins/scriptHttp.js +175 -1
- package/src/components/xform/utils/emitter.js +4 -4
- package/src/components/xform/utils/format.js +21 -30
- package/src/components/xform/utils/formula-util.js +669 -0
- package/src/components/xform/utils/util.js +1451 -1
- package/src/components/xform/utils/validators.js +1 -5
- package/src/index.js +2 -2
- package/src/layout/components/AppMain.vue +5 -1
- package/src/layout/components/Sidebar/default.vue +50 -6
- package/src/layout/components/TagsView/index.vue +37 -12
- package/src/layout/components/extractedCode/createDialog.vue +92 -0
- package/src/layout/components/extractedCode/queryDialog.vue +96 -0
- package/src/layout/components/extractedCode/viewDialog.vue +193 -0
- package/src/layout/components/watermark/index.vue +83 -0
- package/src/layout/defaultLayout.vue +1 -1
- package/src/mixins/selectDialog/index.js +1 -1
- package/src/mixins/tableTree/index.js +1 -1
- package/src/router/modules/customer.js +61 -8
- package/src/store/config/index.js +1 -1
- package/src/store/modules/permission.js +1 -1
- package/src/store/modules/settings.js +1 -1
- package/src/store/modules/tagsView.js +1 -14
- package/src/store/modules/user.js +1 -1
- package/src/utils/index.js +2 -3
- package/src/utils/pddLog.js +103 -0
- package/src/utils/pdfUtil.js +71 -0
- package/src/utils/request.js +359 -1
- package/src/utils/vab.js +1113 -27
- package/src/views/bd/setting/bd_attach_setting/edit.vue +5 -5
- package/src/views/bd/setting/bd_attach_setting/list.vue +28 -55
- package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +4 -5
- package/src/views/bd/setting/bd_attach_setting/mixins/list.js +239 -1
- package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
- package/src/views/bd/setting/bd_company_env/edit.vue +163 -0
- package/src/views/bd/setting/bd_company_env/list.vue +175 -0
- package/src/views/bd/setting/config_manage/list.vue +51 -0
- package/src/views/bd/setting/form_import_log/edit.vue +127 -0
- package/src/views/bd/setting/form_import_log/list.vue +206 -0
- package/src/views/bd/setting/form_script/edit.vue +9 -0
- package/src/views/bd/setting/form_script/edit1.vue +36 -3
- package/src/views/bd/setting/form_script/form_list.vue +1 -1
- package/src/views/bd/setting/form_script/list1.vue +4 -4
- package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +201 -1
- package/src/views/bd/setting/form_script/mixins/edit1.js +193 -1
- package/src/views/bd/setting/form_script/mixins/form_list.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list.js +236 -1
- package/src/views/bd/setting/form_script/mixins/list1.js +423 -14
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +105 -0
- package/src/views/bd/setting/form_template/edit.vue +22 -1
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/list.vue +5 -5
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +282 -0
- package/src/views/bd/setting/form_template/mixins/edit.js +234 -9
- package/src/views/bd/setting/form_template/mixins/list.js +689 -22
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +193 -0
- package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -0
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +254 -0
- package/src/views/bd/setting/form_template/wf_list.vue +127 -0
- package/src/views/bd/setting/menu_kind/list.vue +4 -0
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +294 -1
- package/src/views/bd/setting/menu_kind/mixins/list.js +201 -1
- package/src/views/bd/setting/push_data/edit.vue +139 -0
- package/src/views/bd/setting/push_data/list.vue +283 -0
- package/src/views/bd/setting/push_data_h/edit.vue +153 -0
- package/src/views/bd/setting/push_data_h/list.vue +293 -0
- package/src/views/bd/setting/request_async_setting/edit.vue +320 -0
- package/src/views/bd/setting/request_async_setting/list.vue +317 -0
- package/src/views/bd/setting/request_setting/edit.vue +300 -0
- package/src/views/bd/setting/request_setting/list.vue +268 -0
- package/src/views/bd/setting/table_model/edit.vue +875 -426
- package/src/views/bd/setting/table_model/list.vue +4 -4
- package/src/views/bd/setting/table_model/mixins/dialog.js +1 -1
- package/src/views/bd/setting/table_model/mixins/edit.js +1202 -13
- package/src/views/bd/setting/table_model/mixins/list.js +440 -14
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/user/area/dialog.vue +21 -9
- package/src/views/user/bill_setting/edit.vue +1 -1
- package/src/views/user/bill_setting/list.vue +1 -1
- package/src/views/user/common_attribute/itemEdit.vue +2 -2
- package/src/views/user/common_attribute/list.vue +1 -1
- package/src/views/user/common_script/edit.vue +1 -1
- package/src/views/user/common_script/list.vue +1 -1
- package/src/views/user/company_info/dialog.vue +164 -154
- package/src/views/user/company_info/edit.vue +1 -1
- package/src/views/user/extend_datasource/dialog.vue +1 -0
- package/src/views/user/extend_datasource/edit.vue +3 -0
- package/src/views/user/extend_datasource/list.vue +2 -1
- package/src/views/user/fieldTranslation/editDialog.vue +7 -7
- package/src/views/user/fieldTranslation/list.vue +32 -32
- package/src/views/user/form/vform/designer.vue +775 -749
- package/src/views/user/form/vform/out_render.vue +1 -1
- package/src/views/user/form/vform/render.vue +8 -4
- package/src/views/user/form/view/edit.vue +38 -37
- package/src/views/user/form/view/list.vue +68 -15
- package/src/views/user/groups/edit.vue +2 -0
- package/src/views/user/groups/list.vue +1 -0
- package/src/views/user/home/default.vue +1025 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +16 -6
- package/src/views/user/home/taili/index.vue +1034 -0
- package/src/views/user/login/default.vue +32 -3
- package/src/views/user/login/indexMixin.js +117 -3
- package/src/views/user/notify_message/dialog.vue +39 -18
- package/src/views/user/notify_template/edit.vue +188 -187
- package/src/views/user/notify_template/edit2.vue +176 -0
- package/src/views/user/notify_template/list.vue +4 -1
- package/src/views/user/notify_template/list2.vue +190 -0
- package/src/views/user/outLink/form_view.vue +211 -184
- package/src/views/user/outLink/index.vue +17 -0
- package/src/views/user/outLink/view.vue +28 -23
- package/src/views/user/position/edit.vue +55 -54
- package/src/views/user/position/list.vue +4 -4
- package/src/views/user/project_tag/dialog.vue +9 -4
- package/src/views/user/project_tag/edit.vue +2 -2
- package/src/views/user/project_tag/list.vue +9 -4
- package/src/views/user/push_setting/list.vue +2 -2
- package/src/views/user/request_setting/edit.vue +258 -0
- package/src/views/user/request_setting/list.vue +248 -0
- package/src/views/user/role/dialog.vue +1 -1
- package/src/views/user/role/list.vue +4 -4
- package/src/views/user/sale_org/dialog.vue +1 -1
- package/src/views/user/sale_org/list.vue +4 -1
- package/src/views/user/user/dialog.vue +46 -23
- package/src/views/user/user/edit.vue +1059 -1021
- package/src/views/user/user/form_dialog.vue +158 -0
- package/src/views/user/user/form_edit.vue +63 -2
- package/src/views/user/user/form_info.vue +210 -0
- package/src/views/user/user/form_list.vue +1 -0
- package/src/views/user/user/list.vue +22 -3
- package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
- package/src/views/user/wf/wf_manage/list.vue +30 -1
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +1 -1
- package/src/views/user/wf/wf_obj_config/importItemDialog.vue +109 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +25 -1
- package/src/views/user/wf/wf_obj_config/list.vue +114 -9
- package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +2 -2
@@ -155,6 +155,12 @@
|
|
155
155
|
<el-switch v-model="fileObjAuth.downWatermarkAuth" :active-value="1" :inactive-value="0"
|
156
156
|
:disabled="fileObjAuth._isParent"/>
|
157
157
|
</el-form-item>
|
158
|
+
|
159
|
+
<el-form-item prop="shareAuth" :label="$t1('设置权限')"
|
160
|
+
:rules="[{ required: false, trigger: 'blur' }]">
|
161
|
+
<el-switch v-model="fileObjAuth.authAuth" :active-value="1" :inactive-value="0"
|
162
|
+
:disabled="fileObjAuth._isParent"/>
|
163
|
+
</el-form-item>
|
158
164
|
</el-form>
|
159
165
|
</div>
|
160
166
|
<span slot="footer" class="dialog-footer">
|
@@ -0,0 +1,383 @@
|
|
1
|
+
<template>
|
2
|
+
<el-dialog
|
3
|
+
title="高级筛选"
|
4
|
+
:append-to-body="true"
|
5
|
+
:modal-append-to-body="true"
|
6
|
+
:close-on-click-modal="falseValue"
|
7
|
+
:visible.sync="showDialog"
|
8
|
+
:modal="falseValue"
|
9
|
+
custom-class="dialog-style proList-dialog"
|
10
|
+
width="1200px"
|
11
|
+
@close="dialogClose"
|
12
|
+
v-el-drag-dialog
|
13
|
+
v-el-dialog-center
|
14
|
+
>
|
15
|
+
<div class="cont">
|
16
|
+
<div id="containt" style="height:550px">
|
17
|
+
<div class="search-criteria fl" style="width:220px;height:100%;">
|
18
|
+
<div class="tit"><i class="iconfont icon-shaixuan"></i><b>搜索条件</b></div>
|
19
|
+
|
20
|
+
<el-form label-position="top">
|
21
|
+
<div style="height:468px;padding-top: 10px;overflow:auto">
|
22
|
+
<el-form-item label="文件名">
|
23
|
+
<el-input v-model="formData.fileName" size="small" clearable/>
|
24
|
+
</el-form-item>
|
25
|
+
<!-- <el-form-item label="所属对象描述">
|
26
|
+
<base-input-batch v-model="formData.note"/>
|
27
|
+
</el-form-item>-->
|
28
|
+
<el-form-item label="创建时间">
|
29
|
+
<el-date-picker
|
30
|
+
v-model="formData.startTime"
|
31
|
+
type="date"
|
32
|
+
placeholder=""
|
33
|
+
size="small"
|
34
|
+
clearable
|
35
|
+
value-format="yyyy-MM-dd"
|
36
|
+
:picker-options="$baseStartPickerOptions(formData.endTime)"
|
37
|
+
></el-date-picker>
|
38
|
+
<span>-</span>
|
39
|
+
<el-date-picker
|
40
|
+
v-model="formData.endTime"
|
41
|
+
type="date"
|
42
|
+
placeholder=""
|
43
|
+
size="small"
|
44
|
+
clearable
|
45
|
+
value-format="yyyy-MM-dd"
|
46
|
+
:picker-options="$baseEndPickerOptions(formData.startTime)"
|
47
|
+
></el-date-picker>
|
48
|
+
</el-form-item>
|
49
|
+
<el-form-item label="文件类型">
|
50
|
+
<el-select v-model="fileTypeSn" @change="getAttributeList">
|
51
|
+
<el-option v-for="(item,index) in fileTypes" :key="index" :label="item.fileTypeName"
|
52
|
+
:value="item.fileTypeSn"></el-option>
|
53
|
+
</el-select>
|
54
|
+
</el-form-item>
|
55
|
+
<el-form-item v-for="(item,index) in fileAttributes" :key="index" :label="item.attributeName">
|
56
|
+
<el-input v-model="item.formValue" clearable></el-input>
|
57
|
+
</el-form-item>
|
58
|
+
</div>
|
59
|
+
<el-form-item class="btns">
|
60
|
+
<el-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="primary" plain>重置
|
61
|
+
</el-button>
|
62
|
+
<el-button type="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">搜索
|
63
|
+
</el-button>
|
64
|
+
</el-form-item>
|
65
|
+
</el-form>
|
66
|
+
</div>
|
67
|
+
<label id="labBtn" class="labBtn1" style="cursor:unset;height: 100%;">
|
68
|
+
<!-- <div class="icon">
|
69
|
+
<i class="el-icon-more"></i>
|
70
|
+
<i class="el-icon-more"></i>
|
71
|
+
</div>-->
|
72
|
+
</label>
|
73
|
+
<div class="main-right fr" style="width:calc(100% - 220px);padding-left: 6px;">
|
74
|
+
<div style="height:100%">
|
75
|
+
<vxe-grid
|
76
|
+
ref="table-m1"
|
77
|
+
v-bind="vxeOption"
|
78
|
+
@resizable-change="$vxeTableUtil.onColumnWitchChange"
|
79
|
+
@custom="$vxeTableUtil.customHandle"
|
80
|
+
>
|
81
|
+
<template #form>
|
82
|
+
<div class="clearfix screen-btns">
|
83
|
+
<div class="fl screen-breadcrumb">
|
84
|
+
<el-breadcrumb separator-class="el-icon-arrow-right ">
|
85
|
+
<el-breadcrumb-item><i class="iconfont icon-dingwei-mianxing"></i><span class="f-blue"
|
86
|
+
@click="checkTreeNode()">搜索范围</span>
|
87
|
+
</el-breadcrumb-item>
|
88
|
+
<el-breadcrumb-item v-for="(treeNode,index) in treeNodeArr" :key="index">
|
89
|
+
<span class="f-blue" @click="checkTreeNode(treeNode)">{{ treeNode.label }}</span>
|
90
|
+
</el-breadcrumb-item>
|
91
|
+
</el-breadcrumb>
|
92
|
+
</div>
|
93
|
+
<div class="fr">
|
94
|
+
<!-- <vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text"
|
95
|
+
status="primary"
|
96
|
+
plain>重置
|
97
|
+
</vxe-button>
|
98
|
+
<vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">搜索
|
99
|
+
</vxe-button>-->
|
100
|
+
</div>
|
101
|
+
</div>
|
102
|
+
</template>
|
103
|
+
<template #fileName="{row}">
|
104
|
+
<div>
|
105
|
+
<el-tooltip :enterable="false" effect="dark" :content="$t2('预览', 'components.fileLibrary.preview')"
|
106
|
+
placement="top">
|
107
|
+
<a class="a-link img" @click="$baseFilePreview(row)">
|
108
|
+
<el-image :src="getShowUrl(row,'thumbnail')"></el-image>
|
109
|
+
</a>
|
110
|
+
</el-tooltip>
|
111
|
+
<a class="a-link underLine" @click="$baseFilePreview(row)">{{ row.fileName }}</a>
|
112
|
+
</div>
|
113
|
+
</template>
|
114
|
+
</vxe-grid>
|
115
|
+
</div>
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
</div>
|
119
|
+
</el-dialog>
|
120
|
+
</template>
|
121
|
+
|
122
|
+
<script>
|
123
|
+
import {selectDialogMixins} from '@base/mixins/selectDialog/index.js';
|
124
|
+
|
125
|
+
import {treeScollx, treeScolly} from '@base/utils/global.js';
|
126
|
+
import {encode} from "js-base64";
|
127
|
+
|
128
|
+
export default {
|
129
|
+
name: 'productDialog',
|
130
|
+
props: ['visiable', 'multi', 'rows', 'treeNodeArr', 'currentFileCategory'],
|
131
|
+
mixins: [selectDialogMixins],
|
132
|
+
inject: ['current_prefix', 'storeAreaCode', 'getObjectForeignId', 'getIsPrivate'],
|
133
|
+
created() {
|
134
|
+
this.initSetting({treeScolly: false});
|
135
|
+
/*setTimeout(() => {
|
136
|
+
treeScollx({target: this, type: 'default', dragBtn: '.labBtn1'});
|
137
|
+
treeScolly({target: this, type: 'selectDialog', dragBtn: '.labBtn2'});
|
138
|
+
}, 200);*/
|
139
|
+
|
140
|
+
},
|
141
|
+
mounted() {
|
142
|
+
this.getFileTypeList();
|
143
|
+
this.initTableM1();
|
144
|
+
},
|
145
|
+
|
146
|
+
computed: {},
|
147
|
+
data() {
|
148
|
+
return {
|
149
|
+
showDialog: true,
|
150
|
+
falseValue: false,
|
151
|
+
selectMulti: true,
|
152
|
+
formData: {},
|
153
|
+
vxeOption: {},
|
154
|
+
|
155
|
+
fileTypes: [],
|
156
|
+
fileAttributes: [],
|
157
|
+
fileTypeSn: null,
|
158
|
+
fileAttachAttributeCDTos: []
|
159
|
+
};
|
160
|
+
},
|
161
|
+
methods: {
|
162
|
+
initTableM1() {
|
163
|
+
let that = this;
|
164
|
+
|
165
|
+
let tableOption = {
|
166
|
+
vue: that,
|
167
|
+
tableRef: 'table-m1',
|
168
|
+
tableName: 'fileLigraryFilterDialog-m1',
|
169
|
+
path: this.current_prefix + "/file_obj/listAuthAttachPage",
|
170
|
+
param: () => {
|
171
|
+
/* let parents = this.currentFileCategory &&
|
172
|
+
this.currentFileCategory.id &&
|
173
|
+
this.currentFileCategory.id > 0
|
174
|
+
? [this.currentFileCategory.id]
|
175
|
+
: [];*/
|
176
|
+
let fileAttachAttributeCDTOs = [];
|
177
|
+
this.fileAttributes.map(item => {
|
178
|
+
if (item.formValue !== "" && item.formValue !== null) {
|
179
|
+
fileAttachAttributeCDTOs.push({attributeSn: item.attributeSn, attributeValue: item.formValue});
|
180
|
+
}
|
181
|
+
})
|
182
|
+
|
183
|
+
let objectForeignId = this.getObjectForeignId();
|
184
|
+
let isPrivate = this.getIsPrivate();
|
185
|
+
return {
|
186
|
+
// parents,
|
187
|
+
objectForeignId: objectForeignId,
|
188
|
+
// privateDir: isPrivate ? 1 : 0,
|
189
|
+
fileAttachAttributeCDTOs,
|
190
|
+
storeAreaCode: this.storeAreaCode,
|
191
|
+
...this.formData,
|
192
|
+
};
|
193
|
+
},
|
194
|
+
config: {
|
195
|
+
proxyConfig: {
|
196
|
+
autoLoad: false
|
197
|
+
}
|
198
|
+
},
|
199
|
+
columns: [
|
200
|
+
{type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
|
201
|
+
{
|
202
|
+
title: this.$t2('文件名称', 'components.fileLibrary.fileName'),
|
203
|
+
field: "fileName",
|
204
|
+
width: 250,
|
205
|
+
fixed: "left",
|
206
|
+
slots: {
|
207
|
+
default: 'fileName'
|
208
|
+
},
|
209
|
+
},
|
210
|
+
{
|
211
|
+
title: this.$t2('文件大小', 'components.fileLibrary.fileSize'),
|
212
|
+
field: "fileSize",
|
213
|
+
width: 150,
|
214
|
+
slots: {
|
215
|
+
default: ({row, $rowIndex}) => {
|
216
|
+
if (!row.dirs) {
|
217
|
+
return this.formatFileSize(row.fileSize);
|
218
|
+
}
|
219
|
+
},
|
220
|
+
},
|
221
|
+
},
|
222
|
+
{
|
223
|
+
title: this.$t2('版本号', 'components.fileLibrary.fileRev'),
|
224
|
+
field: "rev",
|
225
|
+
width: 150,
|
226
|
+
slots: {
|
227
|
+
default: ({row, $rowIndex}) => {
|
228
|
+
if (!row.dirs) {
|
229
|
+
return row.rev;
|
230
|
+
}
|
231
|
+
}
|
232
|
+
}
|
233
|
+
},
|
234
|
+
{title: this.$t2('分辨率', 'components.fileLibrary.widthHeight'), field: "widthHeight", width: 150},
|
235
|
+
{title: this.$t2('所属对象描述', 'components.fileLibrary.note'), field: "note", width: 250},
|
236
|
+
{
|
237
|
+
title: '状态',
|
238
|
+
field: 'status',
|
239
|
+
width: 150,
|
240
|
+
slots: {
|
241
|
+
default: ({row, $rowIndex}) => {
|
242
|
+
if (!row.dirs) {
|
243
|
+
return row.status == 1 ? '已归档' : '未归档';
|
244
|
+
}
|
245
|
+
}
|
246
|
+
}
|
247
|
+
},
|
248
|
+
{
|
249
|
+
title: this.$t2('文件编码', 'components.fileLibrary.fileSn'),
|
250
|
+
field: "fileSn",
|
251
|
+
width: 150
|
252
|
+
},
|
253
|
+
// ...customColumns,
|
254
|
+
{title: this.$t2('创建人', 'components.fileLibrary.createBy'), field: "createBy", width: 150},
|
255
|
+
{
|
256
|
+
field: "createDate",
|
257
|
+
title: this.$t2('创建时间', 'components.fileLibrary.createDate'),
|
258
|
+
width: 150,
|
259
|
+
},
|
260
|
+
{
|
261
|
+
width: 47,
|
262
|
+
fixed: 'right',
|
263
|
+
title: '',
|
264
|
+
sortable: false,
|
265
|
+
slots: {
|
266
|
+
default: ({row, rowIndex}) => {
|
267
|
+
return [
|
268
|
+
<div>
|
269
|
+
<a
|
270
|
+
href="javascript:void(0);"
|
271
|
+
class="a-link"
|
272
|
+
onclick={() => {
|
273
|
+
this.openFileDirs(row);
|
274
|
+
}}
|
275
|
+
>
|
276
|
+
<el-tooltip enterable={false} effect="dark" content={this.$t1('在文件夹中显示')} placement="top"
|
277
|
+
popper-class="tooltip-skin">
|
278
|
+
<i class="el-icon-view"/>
|
279
|
+
</el-tooltip>
|
280
|
+
</a>
|
281
|
+
</div>
|
282
|
+
];
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
],
|
287
|
+
};
|
288
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
289
|
+
that.vxeOption = opts;
|
290
|
+
});
|
291
|
+
},
|
292
|
+
openFileDirs(row) {
|
293
|
+
this.dialogClose();
|
294
|
+
this.$emit("openFileDirs", row)
|
295
|
+
},
|
296
|
+
getShowUrl(attachment, field) {
|
297
|
+
if (!field) field = "medium";
|
298
|
+
return this.$commonFileUtil.getShowUrl(
|
299
|
+
attachment.domain +
|
300
|
+
(attachment[field] ? attachment[field] : attachment.url)
|
301
|
+
);
|
302
|
+
},
|
303
|
+
formatFileSize(fileSize) {
|
304
|
+
fileSize = fileSize || 0;
|
305
|
+
if (fileSize < 1024) {
|
306
|
+
return fileSize + "B";
|
307
|
+
} else if (fileSize < 1024 * 1024) {
|
308
|
+
var temp = fileSize / 1024;
|
309
|
+
temp = temp.toFixed(2);
|
310
|
+
return temp + "KB";
|
311
|
+
} else if (fileSize < 1024 * 1024 * 1024) {
|
312
|
+
var temp = fileSize / (1024 * 1024);
|
313
|
+
temp = temp.toFixed(2);
|
314
|
+
return temp + "MB";
|
315
|
+
} else {
|
316
|
+
var temp = fileSize / (1024 * 1024 * 1024);
|
317
|
+
temp = temp.toFixed(2);
|
318
|
+
return temp + "GB";
|
319
|
+
}
|
320
|
+
},
|
321
|
+
searchEvent() {
|
322
|
+
this.$refs['table-m1'].commitProxy('reload');
|
323
|
+
},
|
324
|
+
resetEvent() {
|
325
|
+
this.formData = {};
|
326
|
+
this.clearFileAttributeFormValue();
|
327
|
+
this.$refs['table-m1'].commitProxy('reload');
|
328
|
+
},
|
329
|
+
clearFileAttributeFormValue() {
|
330
|
+
this.fileTypeSn = null;
|
331
|
+
this.fileAttributes = [];
|
332
|
+
},
|
333
|
+
getFileTypeList() {
|
334
|
+
this.$http({
|
335
|
+
url: this.current_prefix + `/file_type/listPage`,
|
336
|
+
method: `post`,
|
337
|
+
data: {
|
338
|
+
enabled: true
|
339
|
+
},
|
340
|
+
// isLoading: true,
|
341
|
+
// modalStrictly: true,
|
342
|
+
success: (res) => {
|
343
|
+
this.fileTypes = res.objx?.records || [];
|
344
|
+
},
|
345
|
+
});
|
346
|
+
},
|
347
|
+
getAttributeList() {
|
348
|
+
this.$http({
|
349
|
+
url: this.current_prefix + `/file_type/listAttribute`,
|
350
|
+
method: `post`,
|
351
|
+
data: {
|
352
|
+
stringOne: this.fileTypeSn
|
353
|
+
},
|
354
|
+
// isLoading: true,
|
355
|
+
// modalStrictly: true,
|
356
|
+
success: (res) => {
|
357
|
+
let rows = res.objx || [];
|
358
|
+
rows.forEach(row => {
|
359
|
+
row.formValue = null;
|
360
|
+
})
|
361
|
+
this.fileAttributes = rows;
|
362
|
+
},
|
363
|
+
});
|
364
|
+
},
|
365
|
+
|
366
|
+
|
367
|
+
}
|
368
|
+
};
|
369
|
+
</script>
|
370
|
+
<style scoped lang="scss">
|
371
|
+
.dialog-style.proList-dialog .el-dialog__body #containt {
|
372
|
+
height: 100%;
|
373
|
+
|
374
|
+
.main-right {
|
375
|
+
height: 100%
|
376
|
+
}
|
377
|
+
}
|
378
|
+
|
379
|
+
#labBtn.transverse {
|
380
|
+
margin-bottom: 0;
|
381
|
+
margin-left: -8px;
|
382
|
+
}
|
383
|
+
</style>
|
@@ -108,6 +108,9 @@
|
|
108
108
|
v-if="isEdit && (fileObjAuth.deleteAuth || fileObjAuth.deleteDirAuth)">
|
109
109
|
{{ $t2('删除', 'components.fileLibrary.delete') }}
|
110
110
|
</el-button>
|
111
|
+
<el-button icon="iconfont icon-shaixuan" class="button-sty" @click="showFilterDialog = true">
|
112
|
+
{{ $t1('高级筛选') }}
|
113
|
+
</el-button>
|
111
114
|
|
112
115
|
<template v-for="(fileButton,customToobarButtonIndex) in customToobarButtons">
|
113
116
|
<template
|
@@ -483,7 +486,7 @@
|
|
483
486
|
</el-breadcrumb>
|
484
487
|
</el-form-item>
|
485
488
|
<el-form-item :label="$t2('文件夹编码','components.fileLibrary.fileCategorySn')">
|
486
|
-
<span>{{editCategory.fileSn}}</span>
|
489
|
+
<span>{{ editCategory.fileSn }}</span>
|
487
490
|
</el-form-item>
|
488
491
|
<el-form-item :label="$t2('文件夹名称','components.fileLibrary.fileCategoryName')">
|
489
492
|
<el-input v-model="editCategory.fileName" clearable class="all-width"/>
|
@@ -504,7 +507,7 @@
|
|
504
507
|
</div>
|
505
508
|
<propertiesDialog v-if="showPropertiesDialog" :visiable.sync="showPropertiesDialog"
|
506
509
|
:editAttachment.sync="editAttachment" :isEdit="isEdit"
|
507
|
-
:treeNodeArr.sync="treeNodeArr"></propertiesDialog>
|
510
|
+
:treeNodeArr.sync="treeNodeArr" :option="option"></propertiesDialog>
|
508
511
|
<el-image-viewer v-if="showViewer" :on-close="() => {showViewer = false;}" :initial-index.sync="chooseIndex"
|
509
512
|
:url-list="imageDTOs"/>
|
510
513
|
<categoryMoveDialog :checkRows.sync="checkRows" v-if="showCategoryMoveDialog"
|
@@ -522,16 +525,16 @@
|
|
522
525
|
:formData.sync="advancedFormData" @confirm="searchEvent">
|
523
526
|
<template #form>
|
524
527
|
<vxe-form :model="advancedFormData" title-width="102px" :inline="true" class="adSearchForm">
|
525
|
-
<vxe-form-item title="属性名称:">
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
528
|
+
<!-- <vxe-form-item title="属性名称:">
|
529
|
+
<template v-slot>
|
530
|
+
<el-input v-model="advancedFormData.attributeName" clearable/>
|
531
|
+
</template>
|
532
|
+
</vxe-form-item>
|
533
|
+
<vxe-form-item title="属性值:">
|
534
|
+
<template v-slot>
|
535
|
+
<el-input v-model="advancedFormData.attributeValue" clearable/>
|
536
|
+
</template>
|
537
|
+
</vxe-form-item>-->
|
535
538
|
<!-- <vxe-form-item title="状态:">
|
536
539
|
<template v-slot>
|
537
540
|
<el-select v-model="advancedFormData.status" clearable>
|
@@ -581,25 +584,18 @@
|
|
581
584
|
<videoDialog v-if="showVideoDialog" :visiable.sync="showVideoDialog" :option="videoOption"></videoDialog>
|
582
585
|
<fileObjAuthDialog v-if="showFileObjAuthDialog" :visiable.sync="showFileObjAuthDialog"
|
583
586
|
:fileObjId="currentFileCategory ? currentFileCategory.id:0" :treeNodeArr="treeNodeArr"/>
|
587
|
+
|
588
|
+
<filterDialog v-if="showFilterDialog" :visiable.sync="showFilterDialog" queryType="pcp" :treeNodeArr="treeNodeArr"
|
589
|
+
:currentFileCategory="currentFileCategory" @openFileDirs="openFileDirs"></filterDialog>
|
584
590
|
</div>
|
585
591
|
</template>
|
586
592
|
|
587
593
|
<script>
|
588
594
|
|
589
595
|
import mixins from './mixins/indexMixins';
|
590
|
-
import fileObjAuthDialog from "../../components/fileLibrary/fileObjAuthDialog";
|
591
|
-
|
592
596
|
export default {
|
593
597
|
name: 'ledgerLibrary',
|
594
|
-
mixins: [mixins]
|
595
|
-
components: {fileObjAuthDialog},
|
596
|
-
data() {
|
597
|
-
return {
|
598
|
-
showFileObjAuthDialog: false,
|
599
|
-
fileObjAuth: {},
|
600
|
-
popAnnexFilter: false
|
601
|
-
}
|
602
|
-
}
|
598
|
+
mixins: [mixins]
|
603
599
|
}
|
604
600
|
</script>
|
605
601
|
<style lang="scss" scoped>
|
@@ -683,5 +679,8 @@ export default {
|
|
683
679
|
height: calc(100vh - 215px);
|
684
680
|
}
|
685
681
|
}
|
686
|
-
|
682
|
+
|
683
|
+
#labBtn {
|
684
|
+
height: calc(100vh - 34px)
|
685
|
+
}
|
687
686
|
</style>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {selectDialogMixins} from '
|
2
|
-
import ElImageViewer from '
|
1
|
+
import {selectDialogMixins} from '@base/mixins/selectDialog/index.js';
|
2
|
+
import ElImageViewer from '@base/components/VabUpload/image-viewer';
|
3
3
|
|
4
4
|
let modules;
|
5
5
|
modules = {
|