cloud-web-corejs 1.0.54-dev.3 → 1.0.54-dev.300
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/index.vue +2 -1
- package/src/components/VabUpload/mixins.js +1 -1
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +135 -119
- 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/errorMsg/mixins.js +89 -5
- package/src/components/excelExport/button.vue +57 -4
- package/src/components/excelExport/exportFieldDialog.vue +211 -0
- package/src/components/excelExport/index.js +44 -1
- package/src/components/excelExport/index.vue +64 -7
- package/src/components/excelExport/mixins.js +939 -1
- package/src/components/excelImport/index.js +13 -13
- package/src/components/excelImport/index.vue +9 -6
- package/src/components/excelImport/mixins.js +1 -1
- package/src/components/fileLibrary/fileObjAuthDialog.vue +125 -103
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +12 -1
- package/src/components/fileLibrary/fileObjNotifyEdit.vue +192 -0
- package/src/components/fileLibrary/filterDialog.vue +383 -0
- package/src/components/fileLibrary/index.vue +25 -26
- 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 +346 -201
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +33 -26
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +5 -5
- package/src/components/fileLibrary/mixins/indexMixins.js +85 -24
- 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 +77 -1
- package/src/components/jsonImport/index.js +1 -1
- package/src/components/jsonImport/mixins.js +1 -1
- package/src/components/onlineTalk/index.vue +327 -5
- package/src/components/onlineTalk/mixins.js +1 -1
- package/src/components/statusTag/mixins.js +66 -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 +331 -0
- package/src/components/table/vxeFilter/mixin.js +6 -6
- package/src/components/tempStorage/index.vue +9 -6
- package/src/components/tempStorage/tempStorageDialog.vue +3 -3
- package/src/components/vb-tabs/x-tabs.vue +3 -2
- package/src/components/wf/content.vue +125 -28
- package/src/components/wf/mixins/setCandidateDialog.js +218 -1
- package/src/components/wf/setCandidateDialog.vue +10 -0
- package/src/components/wf/setCandidateDialog2.vue +320 -0
- package/src/components/wf/wf.js +2062 -1
- package/src/components/wf/wfStartDialog.vue +70 -42
- package/src/components/wf/wfTaskUserRangeDialog.vue +136 -0
- package/src/components/wf/wfUtil.js +279 -1
- package/src/components/xform/form-designer/designer.js +1543 -2
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +2 -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 +17 -4
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +6 -1
- package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +2 -2
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +37 -6
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +3 -1
- package/src/components/xform/form-designer/form-widget/dialog/preformDialog.vue +2 -2
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +31 -11
- package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +2 -2
- 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 +1520 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +632 -379
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +6 -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 +2 -2
- 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/static-content-wrapper.vue +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +22 -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/tableexportbuttonwidget.vue +99 -0
- 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 +88 -8
- package/src/components/xform/form-designer/indexMixin.js +820 -1
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +880 -158
- 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 +71 -7
- 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 +1077 -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 +1183 -500
- 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 +26 -10
- 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-rate/rate-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +47 -28
- 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 +46 -4
- 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/placeholder-editor.vue +1 -1
- 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 +25 -10
- 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 +1428 -865
- package/src/components/xform/form-render/container-item/containerItemMixin.js +1 -1
- package/src/components/xform/form-render/container-item/data-table-item.vue +86 -42
- package/src/components/xform/form-render/container-item/data-table-mixin.js +2433 -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 +3018 -3
- package/src/components/xform/lang/zh-CN.js +17 -3
- package/src/components/xform/mixins/defaultHandle.js +330 -1
- package/src/components/xform/mixins/scriptHttp.js +174 -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 +1450 -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 +1266 -1222
- 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/notify_message/unreadDialog.vue +11 -5
- 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 +575 -3
- package/src/utils/pddLog.js +103 -0
- package/src/utils/pdfUtil.js +71 -0
- package/src/utils/request.js +351 -28
- package/src/utils/vab.js +19 -27
- package/src/views/bd/setting/bd_attach_setting/edit.vue +4 -4
- 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 +422 -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 +7 -5
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +4 -0
- package/src/views/bd/setting/form_template/mixins/edit.js +234 -9
- package/src/views/bd/setting/form_template/mixins/list.js +688 -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/authDialog.vue +1 -1
- package/src/views/bd/setting/menu_kind/list.vue +4 -0
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +2 -2
- 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 +279 -0
- package/src/views/bd/setting/request_async_setting/list.vue +297 -0
- package/src/views/bd/setting/request_setting/edit.vue +258 -0
- package/src/views/bd/setting/request_setting/list.vue +248 -0
- package/src/views/bd/setting/table_model/edit.vue +875 -426
- package/src/views/bd/setting/table_model/list.vue +6 -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 +439 -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 +9 -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/file_type/edit.vue +30 -1
- package/src/views/user/file_type/list.vue +28 -0
- 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 +1024 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +20 -8
- package/src/views/user/login/default.vue +36 -5
- package/src/views/user/login/indexMixin.js +117 -3
- package/src/views/user/notify_message/dialog.vue +1 -1
- 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 +39 -12
- package/src/views/user/outLink/index.vue +17 -0
- package/src/views/user/outLink/view.vue +39 -13
- 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/system_notice/infoDialog.vue +25 -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 +117 -49
- 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 +582 -563
- 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 +138 -5
- package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +292 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
import userDialog from "
|
2
|
-
import positionDialog from "
|
3
|
-
import saleOrgDialog from "
|
4
|
-
import roleDialog from "
|
1
|
+
import userDialog from "@base/views/user/user/dialog";
|
2
|
+
import positionDialog from "@base/views/user/position/dialog";
|
3
|
+
import saleOrgDialog from "@base/views/user/sale_org/dialog";
|
4
|
+
import roleDialog from "@base/views/user/role/dialog";
|
5
5
|
|
6
6
|
let modules = {};
|
7
7
|
modules = {
|
@@ -9,17 +9,20 @@ modules = {
|
|
9
9
|
_dataId: [String, Number],
|
10
10
|
fileObjId: Number,
|
11
11
|
treeNodeArr: Array,
|
12
|
-
currentRow: Object
|
12
|
+
currentRow: Object,
|
13
13
|
},
|
14
14
|
components: {
|
15
|
-
userDialog,
|
15
|
+
userDialog,
|
16
|
+
positionDialog,
|
17
|
+
saleOrgDialog,
|
18
|
+
roleDialog,
|
16
19
|
},
|
17
|
-
inject: [
|
20
|
+
inject: ["current_prefix", "getFileStoreArea"],
|
18
21
|
data() {
|
19
22
|
return {
|
20
23
|
isEdit: false,
|
21
|
-
tabIndex:
|
22
|
-
dataId:
|
24
|
+
tabIndex: "first",
|
25
|
+
dataId: "",
|
23
26
|
showDialog: true,
|
24
27
|
fileObjAuth: {
|
25
28
|
saleOrgName: null,
|
@@ -37,37 +40,41 @@ modules = {
|
|
37
40
|
deleteAuth: 1,
|
38
41
|
deleteDirAuth: 1,
|
39
42
|
historyAuth: 1,
|
40
|
-
shareAuth: 1
|
43
|
+
shareAuth: 1,
|
44
|
+
downWatermarkAuth: 0,
|
45
|
+
authAuth: 1,
|
41
46
|
},
|
42
47
|
showUserDialog: false,
|
43
48
|
showPositionDialog: false,
|
44
49
|
showSaleOrgDialog: false,
|
45
|
-
showRoleDialog: false
|
50
|
+
showRoleDialog: false,
|
46
51
|
};
|
47
52
|
},
|
48
53
|
created() {
|
49
54
|
if (this.currentRow) {
|
50
|
-
this.fileObjAuth = this.$baseLodash.cloneDeep(this.currentRow)
|
55
|
+
this.fileObjAuth = this.$baseLodash.cloneDeep(this.currentRow);
|
51
56
|
}
|
52
|
-
;
|
53
57
|
},
|
54
58
|
computed: {
|
55
59
|
title() {
|
56
|
-
let prevTitle = this.currentRow
|
57
|
-
|
60
|
+
let prevTitle = this.currentRow
|
61
|
+
? this.$t2("查看", "system.button.check")
|
62
|
+
: this.$t2("新增", "system.button.add");
|
63
|
+
let title =
|
64
|
+
prevTitle + this.$t2("文件权限", "components.fileLibrary.fileAuth");
|
58
65
|
return title;
|
59
|
-
}
|
60
|
-
|
61
|
-
|
62
|
-
|
66
|
+
},
|
67
|
+
fileStoreArea() {
|
68
|
+
return this.getFileStoreArea();
|
69
|
+
},
|
63
70
|
},
|
71
|
+
mounted() {},
|
64
72
|
methods: {
|
65
|
-
|
66
73
|
saveData() {
|
67
|
-
this.$refs.editForm.$baseValidate(valid => {
|
74
|
+
this.$refs.editForm.$baseValidate((valid) => {
|
68
75
|
if (valid) {
|
69
|
-
|
70
|
-
|
76
|
+
this.$emit("confirm", this.fileObjAuth);
|
77
|
+
this.handleClose();
|
71
78
|
}
|
72
79
|
});
|
73
80
|
},
|
@@ -101,8 +108,8 @@ modules = {
|
|
101
108
|
},
|
102
109
|
handleClose() {
|
103
110
|
this.showDialog = false;
|
104
|
-
this.$emit("update:visiable", false)
|
105
|
-
}
|
106
|
-
}
|
111
|
+
this.$emit("update:visiable", false);
|
112
|
+
},
|
113
|
+
},
|
107
114
|
};
|
108
115
|
export default modules;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import userDialog from "
|
2
|
-
import positionDialog from "
|
3
|
-
import saleOrgDialog from "
|
4
|
-
import roleDialog from "
|
1
|
+
import userDialog from "@base/views/user/user/dialog";
|
2
|
+
import positionDialog from "@base/views/user/position/dialog";
|
3
|
+
import saleOrgDialog from "@base/views/user/sale_org/dialog";
|
4
|
+
import roleDialog from "@base/views/user/role/dialog";
|
5
5
|
|
6
6
|
let modules = {};
|
7
7
|
modules = {
|
@@ -13,7 +13,7 @@ modules = {
|
|
13
13
|
components: {
|
14
14
|
userDialog, positionDialog, saleOrgDialog, roleDialog
|
15
15
|
},
|
16
|
-
inject: ['current_prefix'],
|
16
|
+
inject: ['current_prefix', 'getFileStoreArea'],
|
17
17
|
data() {
|
18
18
|
return {
|
19
19
|
isEdit: false,
|
@@ -1,12 +1,15 @@
|
|
1
|
-
import {treeScollx} from "
|
2
|
-
import ElImageViewer from "
|
3
|
-
import propertiesDialog from "
|
4
|
-
import categoryMoveDialog from "
|
5
|
-
import fileHistoryDialog from "
|
6
|
-
import shareDialog from "
|
7
|
-
import recycleBinDialog from "
|
8
|
-
import videoDialog from "
|
9
|
-
import userDialog from "
|
1
|
+
import {treeScollx} from "@base/utils/global.js";
|
2
|
+
import ElImageViewer from "@base/components/VabUpload/image-viewer";
|
3
|
+
import propertiesDialog from "@base/components/fileLibrary/propertiesDialog";
|
4
|
+
import categoryMoveDialog from "@base/components/fileLibrary/categoryMoveDialog";
|
5
|
+
import fileHistoryDialog from "@base/components/fileLibrary/fileHistoryDialog";
|
6
|
+
import shareDialog from "@base/components/fileLibrary/shareDialog";
|
7
|
+
import recycleBinDialog from "@base/components/fileLibrary/recycleBinDialog";
|
8
|
+
import videoDialog from "@base/components/video/dialog";
|
9
|
+
import userDialog from "@base/views/user/user/dialog";
|
10
|
+
import {encode} from "js-base64";
|
11
|
+
import fileObjAuthDialog from "@base/components/fileLibrary/fileObjAuthDialog";
|
12
|
+
import filterDialog from "@base/components/fileLibrary/filterDialog.vue";
|
10
13
|
|
11
14
|
let modules;
|
12
15
|
modules = {
|
@@ -24,6 +27,8 @@ modules = {
|
|
24
27
|
recycleBinDialog,
|
25
28
|
videoDialog,
|
26
29
|
userDialog,
|
30
|
+
fileObjAuthDialog,
|
31
|
+
filterDialog
|
27
32
|
},
|
28
33
|
provide() {
|
29
34
|
return {
|
@@ -43,6 +48,9 @@ modules = {
|
|
43
48
|
getObjectForeignId: () => {
|
44
49
|
return this.objectForeignId;
|
45
50
|
},
|
51
|
+
getFileStoreArea: () => {
|
52
|
+
return this.fileStoreArea;
|
53
|
+
}
|
46
54
|
};
|
47
55
|
},
|
48
56
|
async created() {
|
@@ -72,6 +80,7 @@ modules = {
|
|
72
80
|
billDialogContent: null,
|
73
81
|
checkBillDatas: [],
|
74
82
|
title: "",
|
83
|
+
fileStoreArea: {},
|
75
84
|
folderStatus: false,
|
76
85
|
filterText: "",
|
77
86
|
defaultProps: {
|
@@ -149,6 +158,10 @@ modules = {
|
|
149
158
|
end_y: 0,
|
150
159
|
scrollTop1: 0,
|
151
160
|
scrollTop2: 0,
|
161
|
+
showFileObjAuthDialog: false,
|
162
|
+
fileObjAuth: {},
|
163
|
+
popAnnexFilter: false,
|
164
|
+
showFilterDialog: false
|
152
165
|
};
|
153
166
|
},
|
154
167
|
computed: {
|
@@ -257,6 +270,34 @@ modules = {
|
|
257
270
|
}
|
258
271
|
},
|
259
272
|
methods: {
|
273
|
+
openFileDirs(row) {
|
274
|
+
let keys = row.treePath.split(',').filter(item => !!item);
|
275
|
+
let size = keys.length
|
276
|
+
let tree = this.$refs.tree
|
277
|
+
|
278
|
+
let parent = null;
|
279
|
+
let loopDo = (index) => {
|
280
|
+
if (size <= index) return
|
281
|
+
let key = keys[index]
|
282
|
+
let node = tree.getNode(key + "");
|
283
|
+
let data = node.data;
|
284
|
+
if (size == index + 1) {
|
285
|
+
tree.setCurrentKey(data);
|
286
|
+
this.handleNodeClick(data, node, this);
|
287
|
+
return
|
288
|
+
}
|
289
|
+
|
290
|
+
if (!data.leaf) {
|
291
|
+
node.expand(() => {
|
292
|
+
loopDo(index + 1)
|
293
|
+
})
|
294
|
+
}
|
295
|
+
}
|
296
|
+
this.getTopNode().expand(() => {
|
297
|
+
loopDo(0)
|
298
|
+
})
|
299
|
+
|
300
|
+
},
|
260
301
|
getTopNode() {
|
261
302
|
return this.$refs.tree.root.childNodes[0];
|
262
303
|
},
|
@@ -1003,36 +1044,44 @@ modules = {
|
|
1003
1044
|
rows.forEach((value) => {
|
1004
1045
|
value.leaf = !value.hasChild;
|
1005
1046
|
});
|
1047
|
+
let items = [];
|
1006
1048
|
if (node.level === 0) {
|
1049
|
+
let item = {
|
1050
|
+
parent: null,
|
1051
|
+
fileName: this.title,
|
1052
|
+
leaf: rows.length == 0,
|
1053
|
+
allFileBtn: true,
|
1054
|
+
id: 0,
|
1055
|
+
children: rows,
|
1056
|
+
};
|
1057
|
+
items.push(item);
|
1007
1058
|
setTimeout(() => {
|
1008
1059
|
this.$refs.tree.setCurrentKey(node.childNodes[0].data);
|
1009
1060
|
this.handleNodeData(node.childNodes[0]);
|
1010
1061
|
node.childNodes[0].expand();
|
1062
|
+
if (this.option.treeExpandAll) {
|
1063
|
+
//默认全部展开树分类
|
1064
|
+
node.childNodes[0].childNodes.forEach(item => {
|
1065
|
+
if (!item.data.leaf) item.expand();
|
1066
|
+
})
|
1067
|
+
}
|
1011
1068
|
}, 200);
|
1012
1069
|
this.$nextTick(() => {
|
1013
1070
|
callback && callback();
|
1014
1071
|
});
|
1015
1072
|
this.searchEvent();
|
1016
1073
|
} else {
|
1074
|
+
items = rows;
|
1017
1075
|
this.$nextTick(() => {
|
1076
|
+
if (this.option.treeExpandAll) {
|
1077
|
+
//默认全部展开树分类
|
1078
|
+
node.childNodes.forEach(item => {
|
1079
|
+
if (!item.data.leaf) item.expand();
|
1080
|
+
})
|
1081
|
+
}
|
1018
1082
|
callback && callback();
|
1019
1083
|
});
|
1020
1084
|
}
|
1021
|
-
let items = [];
|
1022
|
-
if (node.level === 0) {
|
1023
|
-
let item = {
|
1024
|
-
parent: null,
|
1025
|
-
fileName: this.title,
|
1026
|
-
leaf: rows.length == 0,
|
1027
|
-
allFileBtn: true,
|
1028
|
-
id: 0,
|
1029
|
-
children: rows,
|
1030
|
-
};
|
1031
|
-
items.push(item);
|
1032
|
-
} else {
|
1033
|
-
items = rows;
|
1034
|
-
}
|
1035
|
-
|
1036
1085
|
resolve(items);
|
1037
1086
|
},
|
1038
1087
|
});
|
@@ -1402,6 +1451,7 @@ modules = {
|
|
1402
1451
|
success: (res) => {
|
1403
1452
|
let fileStoreArea = res.objx;
|
1404
1453
|
if (fileStoreArea) {
|
1454
|
+
this.fileStoreArea = fileStoreArea;
|
1405
1455
|
this.title = fileStoreArea.storeAreaName;
|
1406
1456
|
this.$nextTick(() => {
|
1407
1457
|
treeScollx({target: this, type: "default"});
|
@@ -1746,6 +1796,17 @@ modules = {
|
|
1746
1796
|
} else {
|
1747
1797
|
return customFileButton.visable;
|
1748
1798
|
}
|
1799
|
+
},
|
1800
|
+
downloadSingerFile(attachment) {
|
1801
|
+
|
1802
|
+
let fileObjAuth = this.fileObjAuth;
|
1803
|
+
if (attachment.dirs || !fileObjAuth.downloadAuth) return
|
1804
|
+
let url = attachment.domain + attachment.url;
|
1805
|
+
if (this.fileStoreArea.toDownWatermark && fileObjAuth.downWatermarkAuth) {
|
1806
|
+
let loginAccount = this.$store.getters.loginAccount;
|
1807
|
+
url += '?_w=' + encodeURIComponent(encode(loginAccount))
|
1808
|
+
}
|
1809
|
+
this.$commonFileUtil.downloadFile(url, attachment.fileName)
|
1749
1810
|
}
|
1750
1811
|
},
|
1751
1812
|
};
|
@@ -8,7 +8,8 @@ modules = {
|
|
8
8
|
},
|
9
9
|
treeNodeArr: {
|
10
10
|
type: Array
|
11
|
-
}
|
11
|
+
},
|
12
|
+
option:Object
|
12
13
|
},
|
13
14
|
inject: ['current_prefix', 'getTitle'],
|
14
15
|
components: {},
|
@@ -18,10 +19,14 @@ modules = {
|
|
18
19
|
falseValue: false,
|
19
20
|
vxeOption: {},
|
20
21
|
showContent: true,
|
21
|
-
attachmentDTO: {
|
22
|
+
attachmentDTO: {
|
23
|
+
fileAttachAttributeDTOs:[]
|
24
|
+
},
|
25
|
+
fileAttachObjDTOs:[],
|
22
26
|
// current_prefix: '',
|
23
27
|
filePrefix: '',
|
24
|
-
fileName: ''
|
28
|
+
fileName: '',
|
29
|
+
vxeOption2:{}
|
25
30
|
};
|
26
31
|
},
|
27
32
|
watch: {
|
@@ -47,6 +52,7 @@ modules = {
|
|
47
52
|
mounted() {
|
48
53
|
this.getData();
|
49
54
|
this.initTableM1();
|
55
|
+
this.initTableM2();
|
50
56
|
},
|
51
57
|
methods: {
|
52
58
|
initFilePrefix() {
|
@@ -91,6 +97,7 @@ modules = {
|
|
91
97
|
},
|
92
98
|
reloadContent() {
|
93
99
|
this.getAttributes();
|
100
|
+
this.getObjs();
|
94
101
|
},
|
95
102
|
getData() {
|
96
103
|
this.$http({
|
@@ -104,6 +111,7 @@ modules = {
|
|
104
111
|
success: res => {
|
105
112
|
this.attachmentDTO = res.objx || {};
|
106
113
|
this.getAttributes();
|
114
|
+
this.getObjs();
|
107
115
|
}
|
108
116
|
});
|
109
117
|
},
|
@@ -121,6 +129,21 @@ modules = {
|
|
121
129
|
}
|
122
130
|
});
|
123
131
|
},
|
132
|
+
getObjs() {
|
133
|
+
this.$http({
|
134
|
+
url: this.current_prefix + '/file_attach/obj/list',
|
135
|
+
method: 'post',
|
136
|
+
data: {
|
137
|
+
stringOne: this.attachmentDTO.fileSn
|
138
|
+
},
|
139
|
+
isLoading: true,
|
140
|
+
// modalStrictly: true,
|
141
|
+
success: res => {
|
142
|
+
// this.$set(this.attachmentDTO, 'fileAttachObjDTOs', res.objx || []);
|
143
|
+
this.fileAttachObjDTOs = res.objx || []
|
144
|
+
}
|
145
|
+
});
|
146
|
+
},
|
124
147
|
initTableM1() {
|
125
148
|
//明细
|
126
149
|
var that = this;
|
@@ -187,6 +210,43 @@ modules = {
|
|
187
210
|
temp = temp.toFixed(2);
|
188
211
|
return temp + 'GB';
|
189
212
|
}
|
213
|
+
},
|
214
|
+
initTableM2() {
|
215
|
+
//明细
|
216
|
+
var that = this;
|
217
|
+
const tableRef = 'table-m2';
|
218
|
+
const tableOption = {
|
219
|
+
vue: this,
|
220
|
+
tableRef: tableRef,
|
221
|
+
tableName: 'user_fileLibrary_propertiesDialog_list-m2',
|
222
|
+
columns: [
|
223
|
+
{
|
224
|
+
type: 'checkbox',
|
225
|
+
fixed: 'left',
|
226
|
+
width: 48,
|
227
|
+
resizable: false
|
228
|
+
},
|
229
|
+
{
|
230
|
+
title: this.$t1('关联对象编码'),
|
231
|
+
field: 'objSn',
|
232
|
+
width: 200
|
233
|
+
},
|
234
|
+
{
|
235
|
+
title: this.$t1('关联对象名称'),
|
236
|
+
field: 'objName',
|
237
|
+
width: 200
|
238
|
+
},
|
239
|
+
{
|
240
|
+
width: 50,
|
241
|
+
fixed: 'right',
|
242
|
+
title: '',
|
243
|
+
sortable: false
|
244
|
+
}
|
245
|
+
]
|
246
|
+
};
|
247
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
248
|
+
this.vxeOption2 = opts;
|
249
|
+
});
|
190
250
|
}
|
191
251
|
}
|
192
252
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import ElImageViewer from '
|
1
|
+
import ElImageViewer from '@base/components/VabUpload/image-viewer';
|
2
2
|
import recycleBinPropertiesDialog from "../recycleBinPropertiesDialog";
|
3
3
|
import categoryMoveDialog from '../categoryMoveDialog'
|
4
4
|
|
@@ -58,6 +58,10 @@
|
|
58
58
|
<th>{{ $t2('所属对象描述', 'components.fileLibrary.note') }}</th>
|
59
59
|
<td colspan="3">{{ attachmentDTO.note }}</td>
|
60
60
|
</tr>
|
61
|
+
<tr>
|
62
|
+
<th>{{ $t1('文件类型名') }}</th>
|
63
|
+
<td colspan="3"><b>{{ attachmentDTO.fileTypeName }}</b></td>
|
64
|
+
</tr>
|
61
65
|
<tr>
|
62
66
|
<th>{{ $t2('文件大小', 'components.fileLibrary.fileSize') }}</th>
|
63
67
|
<td>{{ formatFileSize(attachmentDTO.fileSize) }}</td>
|
@@ -129,6 +133,20 @@
|
|
129
133
|
</vxe-grid>
|
130
134
|
</template>
|
131
135
|
</baseTabPane>
|
136
|
+
<baseTabPane :label="$t1('文件关联对象')">
|
137
|
+
<template #button></template>
|
138
|
+
<template #default>
|
139
|
+
<vxe-grid
|
140
|
+
ref="table-m2"
|
141
|
+
class="vxe-tableNo"
|
142
|
+
height="224px"
|
143
|
+
:data="fileAttachObjDTOs"
|
144
|
+
v-bind="vxeOption2"
|
145
|
+
@resizable-change="$vxeTableUtil.onColumnWitchChange"
|
146
|
+
@custom="$vxeTableUtil.customHandle"
|
147
|
+
></vxe-grid>
|
148
|
+
</template>
|
149
|
+
</baseTabPane>
|
132
150
|
</baseTabs>
|
133
151
|
</el-form>
|
134
152
|
</div>
|
@@ -1,4 +1,80 @@
|
|
1
1
|
/**version-1.0*/
|
2
2
|
let tmixins = {};
|
3
|
-
function _0x389d(_0x5dd74b,_0x3285f4){const _0x3e917a=_0x3285();_0x389d=function(_0x91972,_0x4688a7){_0x91972=_0x91972-0x0;let _0x4fb995=_0x3e917a[_0x91972];if(_0x389d["\u0048\u0079\u0077\u004e\u0042\u0055"]===undefined){var _0x4baea9=function(_0x38424d){const _0x8dc113="\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u002b\u002f\u003d";let _0x1e3955='';let _0x6614b0='';for(let _0x4c82d3=0x0,_0x1c7451,_0x41a54c,_0x11aa4a=0x0;_0x41a54c=_0x38424d['charAt'](_0x11aa4a++);~_0x41a54c&&(_0x1c7451=_0x4c82d3%0x4?_0x1c7451*0x40+_0x41a54c:_0x41a54c,_0x4c82d3++%0x4)?_0x1e3955+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x1c7451>>(-0x2*_0x4c82d3&0x6)):0x0){_0x41a54c=_0x8dc113["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x41a54c);}for(let _0x89e630=0x0,_0x5c9a2b=_0x1e3955["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x89e630<_0x5c9a2b;_0x89e630++){_0x6614b0+="\u0025"+("\u0030\u0030"+_0x1e3955['charCodeAt'](_0x89e630)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x6614b0);};const _0x584da6=function(_0x28ef15,_0x23b379){let _0x46495f=[],_0x29e3d6=0x0,_0x2f9949,_0x53cf68='';_0x28ef15=_0x4baea9(_0x28ef15);let _0x33f4c4;for(_0x33f4c4=0x0;_0x33f4c4<0x100;_0x33f4c4++){_0x46495f[_0x33f4c4]=_0x33f4c4;}for(_0x33f4c4=0x0;_0x33f4c4<0x100;_0x33f4c4++){_0x29e3d6=(_0x29e3d6+_0x46495f[_0x33f4c4]+_0x23b379['charCodeAt'](_0x33f4c4%_0x23b379["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x2f9949=_0x46495f[_0x33f4c4];_0x46495f[_0x33f4c4]=_0x46495f[_0x29e3d6];_0x46495f[_0x29e3d6]=_0x2f9949;}_0x33f4c4=0x0;_0x29e3d6=0x0;for(let _0x2f635c=0x0;_0x2f635c<_0x28ef15["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x2f635c++){_0x33f4c4=(_0x33f4c4+0x1)%0x100;_0x29e3d6=(_0x29e3d6+_0x46495f[_0x33f4c4])%0x100;_0x2f9949=_0x46495f[_0x33f4c4];_0x46495f[_0x33f4c4]=_0x46495f[_0x29e3d6];_0x46495f[_0x29e3d6]=_0x2f9949;_0x53cf68+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](_0x28ef15["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x2f635c)^_0x46495f[(_0x46495f[_0x33f4c4]+_0x46495f[_0x29e3d6])%0x100]);}return _0x53cf68;};_0x389d["\u004a\u0049\u0051\u0062\u006f\u0069"]=_0x584da6;_0x5dd74b=arguments;_0x389d["\u0048\u0079\u0077\u004e\u0042\u0055"]=!![];}const _0x465686=_0x3e917a[0x0];const _0x5cc499=_0x91972+_0x465686;const _0x389d85=_0x5dd74b[_0x5cc499];if(!_0x389d85){if(_0x389d["\u006d\u004c\u0051\u006b\u0053\u0056"]===undefined){_0x389d["\u006d\u004c\u0051\u006b\u0053\u0056"]=!![];}_0x4fb995=_0x389d["\u004a\u0049\u0051\u0062\u006f\u0069"](_0x4fb995,_0x4688a7);_0x5dd74b[_0x5cc499]=_0x4fb995;}else{_0x4fb995=_0x389d85;}return _0x4fb995;};return _0x389d(_0x5dd74b,_0x3285f4);}function WEeqdP(_0x343e8a,_0x3ace68){if(!![]!=![])return;WEeqdP=function(_0x9e2730,_0x4f30ad){_0x9e2730=_0x9e2730-(0x973c9^0x973c9);var _0x2c355c=_0x5e50e6[_0x9e2730];return _0x2c355c;};return WEeqdP(_0x343e8a,_0x3ace68);}WEeqdP();function _0x3285(){const _0x57c72d=["WCTk8nQkSMdlWE9omJcJ6W1qas".split("").reverse().join(""),"\u006a\u0067\u006e\u0056\u0042\u0077\u0031\u0056\u0042\u004b\u0048\u0030\u0044\u0068\u0061","iwv4HKEAbJm2KtmYiJm".split("").reverse().join(""),"\u0075\u0033\u0066\u0076\u0077\u0053\u006b\u0043\u0057\u004f\u005a\u0064\u0048\u0053\u006f\u0039\u0057\u0034\u0070\u0063\u0055\u0064\u006d","\u0074\u0053\u006f\u0052\u0062\u004b\u0038\u0044\u0057\u0036\u004f\u0036\u0042\u0032\u006c\u0063\u0051\u0061","\u0043\u0067\u0066\u0059\u007a\u0077\u0035\u0030\u0076\u0067\u0066\u0059\u007a\u0032\u0076\u0030","Xqhj".split("").reverse().join(""),"ZrNOd/4W".split("").reverse().join(""),"\u0057\u0034\u004b\u006d\u0042\u0061","\u0057\u0035\u005a\u0064\u0049\u0068\u0074\u0064\u0056\u0053\u006f\u0064","\u0057\u0035\u002f\u0063\u0052\u0071\u004b\u0059\u0057\u0051\u005a\u0063\u004c\u0074\u004a\u0063\u0050\u0057\u0030\u002f","\u006e\u005a\u004b\u0059\u006f\u0064\u0047\u0032\u006f\u0065\u0072\u0051\u0073\u004d\u0066\u0056\u007a\u0071","WAl9KsVPxn2udoZadn".split("").reverse().join(""),"LoSIcNGKd3vo".split("").reverse().join(""),"\u006c\u0032\u007a\u0056\u0043\u004d\u0031\u0046\u0042\u0033\u0062\u0053\u0042\u0032\u0043\u0056\u0042\u0067\u004c\u005a\u0044\u0066\u0062\u0048\u007a\u0032\u0075","G7WXkCScROWPk8Sctdksk8w".split("").reverse().join(""),"1+B5EwP5r6l5ogP5".split("").reverse().join(""),"NkSLdxRWZvuf".split("").reverse().join(""),"aHcRPWSkSbFkmQdROWwbvFRkmOdd5W".split("").reverse().join(""),"etBTugBIfgD".split("").reverse().join(""),"\u006d\u0074\u0075\u0059\u006e\u0074\u006d\u0030\u006e\u0033\u0048\u0030\u0042\u0066\u0048\u0078\u0072\u0071","\u0057\u0050\u0065\u0049\u0069\u0074\u0056\u0064\u0049\u0043\u006f\u004d\u0066\u0038\u006b\u0064\u0065\u0071","\u0057\u0035\u004e\u0063\u0048\u0047\u0068\u0064\u0047\u0038\u006b\u0054\u0043\u0057\u0074\u0063\u0055\u0057","\u0044\u0038\u006b\u006b\u0057\u0051\u006d\u0030","\u006d\u0074\u0061\u005a\u006d\u004c\u007a\u0069\u0079\u0078\u0062\u0034\u0076\u0047","Gk8UcxOWKk8Lc/fkukCu".split("").reverse().join(""),"\u0057\u0051\u006a\u0066\u0057\u0051\u006c\u0064\u004a\u0058\u0064\u0064\u004e\u0038\u006b\u0045\u0057\u0050\u004f\u0068\u0045\u0038\u006f\u0061\u0057\u004f\u0031\u007a","\u0067\u0076\u0050\u0051\u0057\u0051\u005a\u0064\u004c\u0053\u006b\u004e\u006b\u0063\u0042\u0064\u0048\u0053\u006f\u0045\u006e\u0053\u006b\u005a\u0041\u0053\u006f\u0064\u0067\u006d\u006f\u0079\u0042\u0058\u0066\u0052\u0057\u0051\u0034\u006b\u0057\u0036\u0042\u0064\u0050\u0064\u0068\u0064\u0048\u0043\u006b\u006d\u0057\u0052\u0043","\u0044\u0067\u0048\u004c\u0042\u0047","LXMyHrvz4zfDP5wA".split("").reverse().join(""),"\u0079\u0032\u0048\u004c\u0079\u0032\u0054\u0049\u0042\u0033\u0047","aEQj2B".split("").reverse().join(""),"\u007a\u0048\u0053\u0066\u0062\u006d\u006f\u0032","\u0057\u0034\u0034\u0063\u0045\u0049\u002f\u0063\u0047\u0061","0HxvMD1u4ydo".split("").reverse().join(""),"\u0057\u0050\u0042\u0064\u0048\u006d\u006f\u0063\u0057\u0051\u0034","\u006e\u0068\u0072\u005a\u0073\u004c\u007a\u0075\u0073\u0057","TkmSd3RWZrLh".split("").reverse().join(""),"\u006a\u0038\u006f\u006d\u0057\u0036\u002f\u0064\u004d\u0038\u006f\u0050\u0057\u0052\u0072\u0062\u0057\u004f\u0035\u0062","\u0057\u0052\u0052\u0064\u004b\u0038\u006b\u0042\u0077\u004b\u0047","\u0035\u0050\u006f\u006e\u0035\u006c\u0032\u0043\u0035\u0050\u0045\u0032\u0036\u007a\u0045\u0030","\u0057\u0052\u0068\u0064\u0056\u0038\u006b\u006a\u0065\u0058\u0074\u0063\u0048\u0043\u006b\u0057\u0057\u0037\u004a\u0063\u0053\u006d\u006f\u0042\u0057\u0052\u0065\u0034\u0078\u0072\u0053","G97W3ompgabzA04Wko8E".split("").reverse().join(""),"\u0063\u006d\u006f\u006f\u0057\u0036\u002f\u0064\u004e\u0038\u006f\u004c","\u0043\u004d\u0076\u004a\u0042\u0033\u006a\u004b\u0043\u0057","\u0041\u0067\u006a\u0053\u007a\u0032\u0076\u004b","OTubHkSeOkmFkm4WxW4W7omE".split("").reverse().join(""),"\u0057\u0052\u0069\u005a\u0057\u004f\u002f\u0064\u0051\u0047\u0043","qzLjNwRnho4aJm".split("").reverse().join(""),"\u0042\u004e\u007a\u0032\u0042\u0065\u0038","pbOWvkmAooCQdN2mo1OW".split("").reverse().join(""),"S5W5b6WffOWDomf".split("").reverse().join(""),"\u006d\u004a\u0065\u0059\u006e\u0064\u0075\u0030\u006e\u004b\u0050\u004f\u0077\u0077\u0044\u0058\u0041\u0057","7gz5XMl5tYl5zoP5".split("").reverse().join(""),"\u0057\u0036\u0033\u0063\u0055\u0038\u006f\u006e\u0074\u004d\u0069","\u0057\u004f\u0064\u0064\u0052\u0038\u006b\u004a\u0046\u0071"];_0x3285=function(){return _0x57c72d;};return _0x3285();}function _0x3e91(_0x5dd74b,_0x3285f4){const _0x3e917a=_0x3285();_0x3e91=function(_0x91972,_0x4688a7){_0x91972=_0x91972-0x0;let _0x4fb995=_0x3e917a[_0x91972];if(_0x3e91['sIqSHJ']===undefined){var _0x4baea9=function(_0x584da6){const _0x38424d="\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u002b\u002f\u003d";let _0x8dc113='';let _0x1e3955='';for(let _0x6614b0=0x0,_0x4c82d3,_0x1c7451,_0x41a54c=0x0;_0x1c7451=_0x584da6['charAt'](_0x41a54c++);~_0x1c7451&&(_0x4c82d3=_0x6614b0%0x4?_0x4c82d3*0x40+_0x1c7451:_0x1c7451,_0x6614b0++%0x4)?_0x8dc113+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x4c82d3>>(-0x2*_0x6614b0&0x6)):0x0){_0x1c7451=_0x38424d['indexOf'](_0x1c7451);}for(let _0x11aa4a=0x0,_0x89e630=_0x8dc113["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x11aa4a<_0x89e630;_0x11aa4a++){_0x1e3955+="\u0025"+("00".split("").reverse().join("")+_0x8dc113['charCodeAt'](_0x11aa4a)['toString'](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x1e3955);};_0x3e91['JOqnaX']=_0x4baea9;_0x5dd74b=arguments;_0x3e91['sIqSHJ']=!![];}const _0x465686=_0x3e917a[0x0];const _0x5cc499=_0x91972+_0x465686;const _0x389d85=_0x5dd74b[_0x5cc499];if(!_0x389d85){_0x4fb995=_0x3e91["\u004a\u004f\u0071\u006e\u0061\u0058"](_0x4fb995);_0x5dd74b[_0x5cc499]=_0x4fb995;}else{_0x4fb995=_0x389d85;}return _0x4fb995;};return _0x3e91(_0x5dd74b,_0x3285f4);}function aMRPMY(_0x5c9a2b,_0x28ef15){if(!![]!=![])return;aMRPMY=function(_0x23b379,_0x46495f){_0x23b379=_0x23b379-(0x973c9^0x973c9);var _0x29e3d6=_0x5e50e6[_0x23b379];return _0x29e3d6;};return aMRPMY(_0x5c9a2b,_0x28ef15);}aMRPMY();function _0x288b4b(_0x283427,_0x13a5b2,_0x51c8df,_0x3cf497,_0x3b0150){return _0x389d(_0x283427-0x20a,_0x3b0150);}function _0x41c00f(_0x46130d,_0x4cb9c1,_0x409414,_0x2c2e54,_0xc1ebe0){return _0x389d(_0x46130d-0xac,_0x409414);}function _0x556db0(_0x4f4d19,_0x16072d,_0x4cb919,_0x13259e,_0x2c4c56){return _0x389d(_0x16072d-0x119,_0x2c4c56);}(function(_0x5b4577,_0x4733c4){function _0x370928(_0x4e7833,_0x1e53b4,_0xfaf736,_0xb8448f,_0x51b767){return _0x3e91(_0xfaf736- -0x1bd,_0x51b767);}function _0x6ba6f3(_0x56b881,_0x5b9a84,_0x3bfb09,_0x211dbd,_0x5c9679){return _0x389d(_0x3bfb09- -0x279,_0x5b9a84);}function _0x3913eb(_0x261017,_0x1e81e4,_0x3b57e1,_0x22ff6a,_0x181f51){return _0x389d(_0x3b57e1-0x16c,_0x261017);}function _0x2ad44e(_0x152185,_0x1145bd,_0x2a33a0,_0xe24121,_0x1fea10){return _0x3e91(_0x1145bd- -0x2cb,_0xe24121);}function _0x53d5fc(_0x59d0ab,_0x29645a,_0x43e6aa,_0x24b455,_0x23dd17){return _0x389d(_0x23dd17- -0x178,_0x59d0ab);}function _0x2d7eec(_0xe9a6ef,_0x3011a5,_0x2d3048,_0xc49841,_0x25e28f){return _0x389d(_0xc49841- -0x25a,_0xe9a6ef);}function _0x1d8882(_0x2acf85,_0x269b59,_0x44eb77,_0x1b06e8,_0x592d31){return _0x3e91(_0x1b06e8-0x223,_0x2acf85);}function _0x26e5b6(_0x3fc4cf,_0x3c0f50,_0x4288a8,_0x3610a5,_0x51069c){return _0x3e91(_0x3610a5- -0x171,_0x51069c);}const _0x180b10=_0x5b4577();function _0x57cf4d(_0x5f3f77,_0x1beec2,_0x469a51,_0x538ece,_0xfc12ba){return _0x3e91(_0x5f3f77-0x140,_0x469a51);}do{try{const _0x365d8c=-parseInt(_0x53d5fc("\u0066\u0045\u0049\u0059",-0x16e,-0x159,-0x162,-0x15b))/0x1*(-parseInt(_0x53d5fc("\u0066\u0045\u0049\u0059",-0x155,-0x174,-0x14c,-0x165))/0x2)+parseInt(_0x1d8882(0x230,0x23d,0x22f,0x223,0x213))/0x3+-parseInt(_0x53d5fc("*lU&".split("").reverse().join(""),-0x156,-0x158,-0x13b,-0x141))/0x4*(-parseInt(_0x57cf4d(0x150,0x144,0x168,0x138,0x13a))/0x5)+parseInt(_0x1d8882(0x217,0x220,0x218,0x232,0x227))/0x6+-parseInt(_0x2d7eec("\u0069\u0058\u0051\u0036",-0x242,-0x228,-0x22c,-0x235))/0x7*(parseInt(_0x57cf4d(0x15c,0x14b,0x150,0x172,0x168))/0x8)+parseInt(_0x1d8882(0x24a,0x256,0x233,0x23b,0x231))/0x9+-parseInt(_0x370928(-0x1a0,-0x1a5,-0x1b7,-0x1ca,-0x1bc))/0xa;if(_0x365d8c===_0x4733c4){break;}else{_0x180b10['push'](_0x180b10["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x28d5d5){_0x180b10['push'](_0x180b10['shift']());}}while(!![]);})(_0x3285,0xa1d2b);function _0x36574e(_0xa044a,_0x31f45f,_0x3f6920,_0x13d5ed,_0x17891c){return _0x3e91(_0x13d5ed-0x336,_0x17891c);}tmixins={'props':[_0x41c00f(0xd5,0xeb,"\u0035\u0071\u0048\u0045",0xef,0xf0),_0x41c00f(0xaf,0xb4,"rb3j".split("").reverse().join(""),0xb8,0x9f),_0x36574e(0x35a,0x341,0x339,0x33f,0x346),_0x556db0(0x115,0x12e,0x147,0x124,"\u0035\u0071\u0048\u0045")],"\u0064\u0061\u0074\u0061"(){return{"\u006f\u0070\u006c\u006f\u0067\u0044\u0054\u004f\u0073":[],"\u006d\u0031\u004f\u0070\u0074\u0069\u006f\u006e":{}};},"\u0063\u006f\u006d\u0070\u0075\u0074\u0065\u0064":{'target':function(){return this["\u0070\u0061\u0072\u0065\u006e\u0074\u0054\u0061\u0072\u0067\u0065\u0074"]||this;}},"\u006d\u006f\u0075\u006e\u0074\u0065\u0064"(){this['initOplogDTOs']();},"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{'initOplogDTOs'(){function _0x376558(_0x16104b,_0x3ccdba,_0x52418c,_0x3609da,_0x4b1553){return _0x3e91(_0x4b1553-0x7b,_0x3609da);}const _0x4a686d={"\u0052\u0079\u0079\u006a\u0066":_0x32f3b6(-0x14c,-0x153,-0x13a,-0x123,-0x13c),"\u004e\u0045\u0048\u0042\u004c":_0x5f42de(0x17e,0x17e,"Hs5l".split("").reverse().join(""),0x16c,0x177)};function _0x4cf662(_0x35d15e,_0x18c2ad,_0x20f511,_0x3fd4c0,_0x427b0e){return _0x389d(_0x20f511- -0x306,_0x35d15e);}function _0x32f3b6(_0x2cd48c,_0x6a3e69,_0x35daa1,_0x59b568,_0x2939f3){return _0x3e91(_0x2939f3- -0x171,_0x35daa1);}let _0x2036d4;function _0x18548e(_0x1c8758,_0x3b8e26,_0x1a8e9c,_0x521583,_0x522cf5){return _0x3e91(_0x521583-0x1f4,_0x3b8e26);}const _0x1be423={'vue':this,"\u0074\u0061\u0062\u006c\u0065\u0052\u0065\u0066":_0x32f3b6(-0x15f,-0x16c,-0x141,-0x147,-0x15a),"\u0074\u0061\u0062\u006c\u0065\u004e\u0061\u006d\u0065":_0x5f42de(0x18a,0x178,"EHq5".split("").reverse().join(""),0x18c,0x189),"\u0063\u006f\u006c\u0075\u006d\u006e\u0073":[{"\u0074\u0079\u0070\u0065":_0x165fd4(-0x241,-0x23c,-0x230,-0x229,-0x219),"\u0066\u0069\u0078\u0065\u0064":_0x5f42de(0x198,0x1ad,"@7L3".split("").reverse().join(""),0x198,0x191),"\u0077\u0069\u0064\u0074\u0068":0x30,"\u0072\u0065\u0073\u0069\u007a\u0061\u0062\u006c\u0065":![]},{"\u0074\u0069\u0074\u006c\u0065":this['$t1'](_0x32f3b6(-0x132,-0x14e,-0x141,-0x142,-0x145)),"\u0066\u0069\u0065\u006c\u0064":_0x5ec843("\u0070\u0062\u0030\u0064",-0x3a5,-0x3ab,-0x3a2,-0x394),"\u0077\u0069\u0064\u0074\u0068":0x96},{"\u0074\u0069\u0074\u006c\u0065":this['$t1'](_0x5ec843("cwm0".split("").reverse().join(""),-0x3a3,-0x3b2,-0x3cc,-0x3a7)),"\u0066\u0069\u0065\u006c\u0064":_0x3fb928("1JP6".split("").reverse().join(""),0x254,0x253,0x237,0x23c),"\u0077\u0069\u0064\u0074\u0068":0x96},{"\u0074\u0069\u0074\u006c\u0065":this['$t1'](_0x3fb928("SfKw".split("").reverse().join(""),0x23d,0x216,0x23e,0x226)),"\u0066\u0069\u0065\u006c\u0064":_0x5ec843("\u0032\u0030\u005e\u0058",-0x3b2,-0x3a5,-0x3bc,-0x3a4),"\u0077\u0069\u0064\u0074\u0068":0x96},{'width':0x2f,"\u0066\u0069\u0078\u0065\u0064":_0x4a686d['NEHBL'],'title':'',"\u0073\u006f\u0072\u0074\u0061\u0062\u006c\u0065":![]}]};_0x2036d4=0x7+0x9;function _0x165fd4(_0x339a25,_0x1a40bb,_0x68646b,_0x72cfe,_0x47b01d){return _0x3e91(_0x72cfe- -0x24b,_0x339a25);}function _0x5ec843(_0x376cf2,_0x10011a,_0x3133f4,_0x31564c,_0x5dd0aa){return _0x389d(_0x3133f4- -0x3b3,_0x376cf2);}function _0x543247(_0x6e0f21,_0x5d1276,_0x4d8498,_0x503e3d,_0x31ff0d){return _0x389d(_0x6e0f21-0x30d,_0x31ff0d);}function _0x5f42de(_0x1d93b4,_0x542e23,_0x627891,_0x4155a5,_0x4ad895){return _0x389d(_0x4ad895-0x16a,_0x627891);}function _0x3fb928(_0x5dfbc5,_0x566b3f,_0xf39a93,_0x4ca14f,_0x2651e0){return _0x389d(_0x2651e0-0x212,_0x5dfbc5);}this['$vxeTableUtil']["\u0069\u006e\u0069\u0074\u0056\u0078\u0065\u0054\u0061\u0062\u006c\u0065"](_0x1be423)["\u0074\u0068\u0065\u006e"](_0x590037=>{function _0x1aca48(_0x2af683,_0x6151ba,_0x406a45,_0x5c7a4b,_0x5a0f79){return _0x389d(_0x406a45- -0x340,_0x6151ba);}if(_0x4a686d['Ryyjf']===_0x1aca48(-0x356,"\u0077\u004b\u0066\u0053",-0x33e,-0x331,-0x348)){this["\u006d\u0031\u004f\u0070\u0074\u0069\u006f\u006e"]=_0x590037;}else{return this["\u0070\u0061\u0072\u0065\u006e\u0074\u0054\u0061\u0072\u0067\u0065\u0074"]||this;}});},"\u0069\u006e\u0069\u0074\u0044\u0061\u0074\u0061"(_0x1f57a1){const _0x1bc46a={'viOCV':_0x29ed4c(-0x226,-0x23e,-0x23a,-0x239,-0x23f)};var _0x545d63=0x5+0x8;let _0x1d30d5=_0x1f57a1['param']?_0x1f57a1['param']():{};function _0x29ed4c(_0x370aaf,_0x51c7cc,_0x3d9fbf,_0x3fc1a9,_0x3f44ac){return _0x3e91(_0x3d9fbf- -0x24c,_0x51c7cc);}_0x545d63=0x8+0x2;let _0x13ac4b;let _0x472471=_0x1f57a1['url']||USER_PREFIX+_0x1bc46a["\u0076\u0069\u004f\u0043\u0056"];function _0x3fff32(_0x1792b9,_0x40553b,_0x1c3bcc,_0x3d7186,_0x55f3c5){return _0x3e91(_0x3d7186- -0x23c,_0x1c3bcc);}_0x13ac4b=_0x29ed4c(-0x202,-0x20d,-0x21b,-0x231,-0x228);function _0x1fffbb(_0x1e6606,_0x2fd228,_0x2dcbca,_0x44e96d,_0x305aa0){return _0x389d(_0x44e96d- -0x10a,_0x305aa0);}this['target']['$commonHttp']({"\u0061\u0065\u0073":!![],'url':_0x472471,"\u006d\u0065\u0074\u0068\u006f\u0064":_0x1fffbb(-0xfe,-0xed,-0xda,-0xef,"\u0065\u004e\u0025\u004e"),"\u0064\u0061\u0074\u0061":{..._0x1d30d5,"\u0073\u0065\u0061\u0072\u0063\u0068\u0043\u006f\u0075\u006e\u0074":![]},"\u0069\u0073\u004c\u006f\u0061\u0064\u0069\u006e\u0067":!![],'modalStrictly':!![],"\u0073\u0075\u0063\u0063\u0065\u0073\u0073":_0x3668a4=>{var _0x5e4313=0x6+0x0;let _0x3447bc=_0x3668a4["\u006f\u0062\u006a\u0078"]?_0x3668a4["\u006f\u0062\u006a\u0078"]['records']||_0x3668a4['objx']||[]:[];_0x5e4313=0x7;this['oplogDTOs']=_0x3447bc;}});}}};
|
3
|
+
tmixins = {
|
4
|
+
props: ["dataId", "type", "parentTarget", 'option'],
|
5
|
+
data() {
|
6
|
+
return {
|
7
|
+
oplogDTOs: [],
|
8
|
+
m1Option: {}
|
9
|
+
};
|
10
|
+
},
|
11
|
+
computed: {
|
12
|
+
target: function () {
|
13
|
+
return this.parentTarget || this;
|
14
|
+
}
|
15
|
+
},
|
16
|
+
mounted() {
|
17
|
+
this.initOplogDTOs();
|
18
|
+
},
|
19
|
+
methods: {
|
20
|
+
initOplogDTOs() {
|
21
|
+
const tableOption = {
|
22
|
+
vue: this,
|
23
|
+
tableRef: 'table-m1',
|
24
|
+
tableName: 'component-form_oplog-m1Grid',
|
25
|
+
columns: [{
|
26
|
+
type: 'checkbox',
|
27
|
+
fixed: 'left',
|
28
|
+
width: 48,
|
29
|
+
resizable: false
|
30
|
+
},
|
31
|
+
{
|
32
|
+
title: this.$t1('操作时间'),
|
33
|
+
field: 'createDate',
|
34
|
+
width: 150
|
35
|
+
},
|
36
|
+
{
|
37
|
+
title: this.$t1('操作人员'),
|
38
|
+
field: 'createBy',
|
39
|
+
width: 150
|
40
|
+
},
|
41
|
+
{
|
42
|
+
title: this.$t1('操作日志'),
|
43
|
+
field: 'logContent',
|
44
|
+
width: 150
|
45
|
+
},
|
46
|
+
{
|
47
|
+
width: 47,
|
48
|
+
fixed: 'right',
|
49
|
+
title: '',
|
50
|
+
sortable: false
|
51
|
+
}
|
52
|
+
]
|
53
|
+
};
|
54
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
55
|
+
this.m1Option = opts;
|
56
|
+
});
|
57
|
+
|
58
|
+
},
|
59
|
+
initData(option) {
|
60
|
+
let data = option.param ? option.param() : {};
|
61
|
+
let url = option.url || (USER_PREFIX + '/form_oplog/listPage');
|
62
|
+
this.target.$commonHttp({
|
63
|
+
aes: true,
|
64
|
+
url: url,
|
65
|
+
method: `post`,
|
66
|
+
data: {
|
67
|
+
...data,
|
68
|
+
searchCount: false
|
69
|
+
},
|
70
|
+
isLoading: true,
|
71
|
+
modalStrictly: true,
|
72
|
+
success: res => {
|
73
|
+
let rows = res.objx ? (res.objx.records || res.objx || []) : [];
|
74
|
+
this.oplogDTOs = rows;
|
75
|
+
}
|
76
|
+
});
|
77
|
+
},
|
78
|
+
}
|
79
|
+
};
|
4
80
|
export const mixins = tmixins
|