cloud-web-corejs 1.0.54-dev.34 → 1.0.54-dev.341
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 +1490 -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 +938 -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 +1196 -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 +2728 -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 +372 -0
- package/src/views/bd/setting/request_setting/edit.vue +300 -0
- package/src/views/bd/setting/request_setting/list.vue +311 -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
@@ -49,7 +49,7 @@
|
|
49
49
|
</tr>
|
50
50
|
<tr>
|
51
51
|
<th>{{ $t2('创建人', 'system.label.createBy') }}</th>
|
52
|
-
<td>{{ attachmentDTO.
|
52
|
+
<td>{{ attachmentDTO._createBy }}</td>
|
53
53
|
<th>{{ $t2('创建时间', 'system.label.createDate') }}</th>
|
54
54
|
<td>{{ attachmentDTO.createDate }}</td>
|
55
55
|
</tr>
|
@@ -1,120 +1,135 @@
|
|
1
|
-
<template>
|
2
|
-
<div>
|
3
|
-
<div id="uploadImage" :class="
|
4
|
-
<div class="upload-list" model="singer" v-for="(attachment, index) in attachments"
|
5
|
-
style="display: inline-block;vertical-align: middle;float: left;">
|
6
|
-
<template v-if="$attrs.hideInfo !== true && $attrs.hideInfo !== 'true'">
|
7
|
-
<div class="upload-box">
|
8
|
-
<ul class="el-upload-list el-upload-list--picture">
|
9
|
-
<li tabindex="0" class="el-upload-list__item">
|
10
|
-
<div>
|
11
|
-
<div class="el-upload-list__item-thumbnail">
|
12
|
-
<div class="show-video" v-if="hasPreview(attachment)" @click="openPreview(attachment,index)"><i
|
13
|
-
class="icon-chakan"></i></div>
|
14
|
-
<p>
|
15
|
-
<el-image
|
16
|
-
:src="getShowUrl(attachment)"
|
17
|
-
@click="openPreview(attachment,index)"
|
18
|
-
:z-index="999999"
|
19
|
-
/>
|
20
|
-
</p>
|
21
|
-
</div>
|
22
|
-
<div class="el-upload-list__item-name">
|
23
|
-
<el-tooltip :enterable="false" class="item" effect="dark" :content="getAttachmentName(attachment)"
|
24
|
-
placement="top">
|
25
|
-
<p>{{ getAttachmentName(attachment) }}</p>
|
26
|
-
</el-tooltip>
|
27
|
-
<p v-if="$attrs.showSize === true || $attrs.showSize === 'true'">
|
28
|
-
{{ formatFileSize(attachment.fileSize) }}</p>
|
29
|
-
<p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createBy !== false">
|
30
|
-
{{ attachment.createBy }}</p
|
31
|
-
<p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createDate !== false">
|
32
|
-
{{ attachment.createDate }}</p>
|
33
|
-
</div>
|
34
|
-
<div class="el-upload-input" v-if="$attrs.showSortInput">
|
35
|
-
<base-input-number v-model="attachment.orders" class="button-sty"
|
36
|
-
:placeholder="$t2('序号', 'components.VabUpload.orders')" :scale="0"/>
|
37
|
-
</div>
|
38
|
-
<div class="el-upload-input" v-if="$attrs.showNameInput">
|
39
|
-
<el-input v-model="attachment.name" class="button-sty"
|
40
|
-
|
41
|
-
</div>
|
42
|
-
<div class="el-upload-list__item-status-label"><i class="el-icon-upload-success el-icon-check"></i>
|
43
|
-
</div>
|
44
|
-
<div class="el-icon-close" @click="deleteFile(index)"
|
45
|
-
v-if="$attrs.edit !== false && $attrs.edit !== 'false' && attachment.h5!==1">
|
46
|
-
<i class="el-tooltip iconfont iconshanchu" aria-describedby="el-tooltip-6144" tabindex="0"></i>
|
47
|
-
</div>
|
48
|
-
<div class="el-icon-tagEdit" v-if="attachment.h5!==1">
|
49
|
-
<el-tooltip class="item" effect="dark" :content="$t2('下载', 'system.button.download')"
|
50
|
-
placement="top">
|
51
|
-
<i class="el-icon-download"
|
52
|
-
@click="downloadFile(attachment)"></i>
|
53
|
-
</el-tooltip>
|
54
|
-
<el-tooltip class="item" effect="dark" :content="$t2('详情', 'components.VabUpload.detail')"
|
55
|
-
placement="top"
|
56
|
-
v-if="attachment && attachment.id && $attrs.showProperties!==false && !dataType">
|
57
|
-
<i class="iconfont icon-shuxing" @click="openPropertiesDialog(attachment)"></i>
|
58
|
-
</el-tooltip>
|
59
|
-
</div>
|
60
|
-
</div>
|
61
|
-
</li>
|
62
|
-
</ul>
|
63
|
-
</div>
|
64
|
-
</template>
|
65
|
-
<template v-else>
|
66
|
-
<a>
|
67
|
-
<el-image
|
68
|
-
:src="getShowUrl(attachment)"
|
69
|
-
@click="openPreview(attachment,index)"
|
70
|
-
:z-index="999999"
|
71
|
-
/>
|
72
|
-
</a>
|
73
|
-
<a href="javascript:void(0);" class="del" @click="deleteFile(index)"
|
74
|
-
v-if="$attrs.edit !== false && $attrs.edit !== 'false'"><i class="el-icon-error"></i></a>
|
75
|
-
</template>
|
76
|
-
</div>
|
77
|
-
<div class="el-upload el-upload--picture" style="vertical-align: middle;display: inline-block;float:left"
|
78
|
-
v-if="$attrs.edit !== false && $attrs.edit !== 'false'">
|
79
|
-
<button
|
80
|
-
type="button"
|
81
|
-
class=" avatar-uploader"
|
82
|
-
v-if="showUploadBtn"
|
83
|
-
@keyup.prevent
|
84
|
-
@keydown.enter.prevent
|
85
|
-
@click="
|
86
|
-
$baseUpload.open({
|
87
|
-
..._props,
|
88
|
-
...$attrs,
|
89
|
-
limit: limit,
|
90
|
-
multi:multi,
|
91
|
-
accept: accept ? accept : 'file',
|
92
|
-
auto: auto,
|
93
|
-
size: fileMaxSize,
|
94
|
-
chunkSize: chunkSize,
|
95
|
-
callback: fileConfirm,
|
96
|
-
pickPrivateProfile:pickPrivateProfile,
|
97
|
-
confirmUpload:confirmUpload,
|
98
|
-
otherParams:$attrs
|
99
|
-
})
|
100
|
-
"
|
101
|
-
>
|
102
|
-
<i class="el-icon-plus avatar-uploader-icon"></i>
|
103
|
-
</button>
|
104
|
-
</div>
|
105
|
-
</div>
|
106
|
-
<propertiesDialog v-if="showPropertiesDialog" :visiable.sync="showPropertiesDialog"
|
107
|
-
:editAttachment.sync="editAttachment" :edit.sync="$attrs.edit"></propertiesDialog>
|
108
|
-
<el-image-viewer v-if="showViewer" :on-close="closeViewer" :initial-index.sync="chooseIndex"
|
109
|
-
:url-list="pictureDtoList"/>
|
110
|
-
</div>
|
111
|
-
</template>
|
112
|
-
|
113
|
-
<script>
|
114
|
-
import {viewMixins} from './mixins';
|
115
|
-
|
116
|
-
export default {
|
117
|
-
mixins: [viewMixins],
|
118
|
-
components: {propertiesDialog: () => import('./propertiesDialog.vue'), ElImageViewer: () => import('./image-viewer')}
|
119
|
-
|
120
|
-
|
1
|
+
<template>
|
2
|
+
<div>
|
3
|
+
<div id="uploadImage" :class="classList">
|
4
|
+
<div class="upload-list" model="singer" v-for="(attachment, index) in attachments" :key="index"
|
5
|
+
style="display: inline-block;vertical-align: middle;float: left;">
|
6
|
+
<template v-if="$attrs.hideInfo !== true && $attrs.hideInfo !== 'true'">
|
7
|
+
<div class="upload-box">
|
8
|
+
<ul class="el-upload-list el-upload-list--picture">
|
9
|
+
<li tabindex="0" class="el-upload-list__item">
|
10
|
+
<div>
|
11
|
+
<div class="el-upload-list__item-thumbnail">
|
12
|
+
<div class="show-video" v-if="hasPreview(attachment)" @click="openPreview(attachment,index)"><i
|
13
|
+
class="icon-chakan"></i></div>
|
14
|
+
<p>
|
15
|
+
<el-image
|
16
|
+
:src="getShowUrl(attachment)"
|
17
|
+
@click="openPreview(attachment,index)"
|
18
|
+
:z-index="999999"
|
19
|
+
/>
|
20
|
+
</p>
|
21
|
+
</div>
|
22
|
+
<div class="el-upload-list__item-name">
|
23
|
+
<el-tooltip :enterable="false" class="item" effect="dark" :content="getAttachmentName(attachment)"
|
24
|
+
placement="top">
|
25
|
+
<p v-if="$attrs.hideName !== true">{{ getAttachmentName(attachment) }}</p>
|
26
|
+
</el-tooltip>
|
27
|
+
<p v-if="$attrs.showSize === true || $attrs.showSize === 'true'">
|
28
|
+
{{ formatFileSize(attachment.fileSize) }}</p>
|
29
|
+
<!-- <p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createBy !== false">
|
30
|
+
{{ attachment.createBy }}</p>-->
|
31
|
+
<p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createDate !== false">
|
32
|
+
{{ attachment.createDate }}</p>
|
33
|
+
</div>
|
34
|
+
<div class="el-upload-input" v-if="$attrs.showSortInput">
|
35
|
+
<base-input-number v-model="attachment.orders" class="button-sty"
|
36
|
+
:placeholder="$t2('序号', 'components.VabUpload.orders')" :scale="0"/>
|
37
|
+
</div>
|
38
|
+
<div class="el-upload-input" v-if="$attrs.showNameInput">
|
39
|
+
<el-input v-model="attachment.name" class="button-sty"
|
40
|
+
:placeholder="$t2('请输入名称', 'components.VabUpload.name')" :scale="0"/>
|
41
|
+
</div>
|
42
|
+
<div class="el-upload-list__item-status-label"><i class="el-icon-upload-success el-icon-check"></i>
|
43
|
+
</div>
|
44
|
+
<div class="el-icon-close" @click="deleteFile(index)"
|
45
|
+
v-if="$attrs.edit !== false && $attrs.edit !== 'false' && attachment.h5!==1">
|
46
|
+
<i class="el-tooltip iconfont iconshanchu" aria-describedby="el-tooltip-6144" tabindex="0"></i>
|
47
|
+
</div>
|
48
|
+
<div class="el-icon-tagEdit" v-if="attachment.h5!==1">
|
49
|
+
<el-tooltip class="item" effect="dark" :content="$t2('下载', 'system.button.download')"
|
50
|
+
placement="top">
|
51
|
+
<i class="el-icon-download"
|
52
|
+
@click="downloadFile(attachment)"></i>
|
53
|
+
</el-tooltip>
|
54
|
+
<el-tooltip class="item" effect="dark" :content="$t2('详情', 'components.VabUpload.detail')"
|
55
|
+
placement="top"
|
56
|
+
v-if="attachment && attachment.id && $attrs.showProperties!==false && !dataType">
|
57
|
+
<i class="iconfont icon-shuxing" @click="openPropertiesDialog(attachment)"></i>
|
58
|
+
</el-tooltip>
|
59
|
+
</div>
|
60
|
+
</div>
|
61
|
+
</li>
|
62
|
+
</ul>
|
63
|
+
</div>
|
64
|
+
</template>
|
65
|
+
<template v-else>
|
66
|
+
<a>
|
67
|
+
<el-image
|
68
|
+
:src="getShowUrl(attachment)"
|
69
|
+
@click="openPreview(attachment,index)"
|
70
|
+
:z-index="999999"
|
71
|
+
/>
|
72
|
+
</a>
|
73
|
+
<a href="javascript:void(0);" class="del" @click="deleteFile(index)"
|
74
|
+
v-if="$attrs.edit !== false && $attrs.edit !== 'false'"><i class="el-icon-error"></i></a>
|
75
|
+
</template>
|
76
|
+
</div>
|
77
|
+
<div class="el-upload el-upload--picture" style="vertical-align: middle;display: inline-block;float:left"
|
78
|
+
v-if="$attrs.edit !== false && $attrs.edit !== 'false'">
|
79
|
+
<button
|
80
|
+
type="button"
|
81
|
+
class=" avatar-uploader"
|
82
|
+
v-if="showUploadBtn"
|
83
|
+
@keyup.prevent
|
84
|
+
@keydown.enter.prevent
|
85
|
+
@click="
|
86
|
+
$baseUpload.open({
|
87
|
+
..._props,
|
88
|
+
...$attrs,
|
89
|
+
limit: limit,
|
90
|
+
multi:multi,
|
91
|
+
accept: accept ? accept : 'file',
|
92
|
+
auto: auto,
|
93
|
+
size: fileMaxSize,
|
94
|
+
chunkSize: chunkSize,
|
95
|
+
callback: fileConfirm,
|
96
|
+
pickPrivateProfile:pickPrivateProfile,
|
97
|
+
confirmUpload:confirmUpload,
|
98
|
+
otherParams:$attrs
|
99
|
+
})
|
100
|
+
"
|
101
|
+
>
|
102
|
+
<i class="el-icon-plus avatar-uploader-icon"></i>
|
103
|
+
</button>
|
104
|
+
</div>
|
105
|
+
</div>
|
106
|
+
<propertiesDialog v-if="showPropertiesDialog" :visiable.sync="showPropertiesDialog"
|
107
|
+
:editAttachment.sync="editAttachment" :edit.sync="$attrs.edit"></propertiesDialog>
|
108
|
+
<el-image-viewer v-if="showViewer" :on-close="closeViewer" :initial-index.sync="chooseIndex"
|
109
|
+
:url-list="pictureDtoList"/>
|
110
|
+
</div>
|
111
|
+
</template>
|
112
|
+
|
113
|
+
<script>
|
114
|
+
import {viewMixins} from './mixins';
|
115
|
+
|
116
|
+
export default {
|
117
|
+
mixins: [viewMixins],
|
118
|
+
components: {propertiesDialog: () => import('./propertiesDialog.vue'), ElImageViewer: () => import('./image-viewer')},
|
119
|
+
computed:{
|
120
|
+
classList(){
|
121
|
+
// 'upload-img': this.dataType || (this.$attrs.hideInfo == true || this.$attrs.hideInfo == 'true')
|
122
|
+
let arr = [];
|
123
|
+
if(this.dataType || (this.$attrs.hideInfo == true || this.$attrs.hideInfo == 'true')){
|
124
|
+
arr.push('upload-img')
|
125
|
+
}
|
126
|
+
let widgetSize = this.$attrs.widgetSize || 2
|
127
|
+
if(widgetSize){
|
128
|
+
let str1 = "widgetSize-" + widgetSize
|
129
|
+
arr.push(str1)
|
130
|
+
}
|
131
|
+
return arr
|
132
|
+
},
|
133
|
+
}
|
134
|
+
};
|
135
|
+
</script>
|
@@ -1,4 +1,4 @@
|
|
1
1
|
/**version-1.0*/
|
2
2
|
let tmixins = {};
|
3
|
-
function _0x3944(){var _0x491c59=["qMcp7WISPWy8RW4oCg".split("").reverse().join(""),"\u0057\u0036\u0076\u0055\u0063\u0033\u0046\u0063\u0054\u0071\u0056\u0063\u004b\u0053\u006f\u004f\u0064\u0053\u006b\u0057\u0057\u0037\u0047\u0054\u0063\u0071","HkSQc37WTkCNdN7WEWdA".split("").reverse().join(""),"ugBIfwAZLMD".split("").reverse().join(""),"LXMyHL2CPzNoLrxyKbxD".split("").reverse().join(""),"a1DVHNzqbZn4Cto".split("").reverse().join(""),"WDijNqhLho".split("").reverse().join(""),"\u006e\u0064\u0061\u0059\u006d\u0074\u0043\u0058\u006d\u004b\u0031\u0072\u0044\u0065\u004c\u0033\u0045\u0071","YkCQc7PWtmXNdBQWnv5W".split("").reverse().join(""),"qqOiQWNomVdxRWkoSk".split("").reverse().join(""),"hL3sJfus2admWytm".split("").reverse().join(""),"aLd/6WqX6WvkmHcR4WHz0McV7WyuPW".split("").reverse().join(""),"WTchLRcxRWKz3xdkmCEk8AOz6W".split("").reverse().join(""),"0RWwmPWKkSd".split("").reverse().join(""),"\u0043\u0032\u006e\u0056\u0043\u0067\u0076\u0065\u0079\u0078\u0072\u0048","\u006d\u0074\u0071\u0034\u006d\u004a\u0069\u0032\u006d\u004e\u004c\u0074\u0076\u0066\u0062\u006f\u0044\u0071","ytIcxQWmadw7PZvFomIc/6WToCId/4W".split("").reverse().join(""),"Hrxye1MCVzMoLrxyKbxD".split("").reverse().join(""),"\u0057\u0050\u0078\u0063\u0051\u0038\u006f\u007a\u0057\u0036\u0037\u0064\u0055\u0061","\u0057\u0036\u0042\u0063\u0054\u006d\u006f\u0078\u0071\u0038\u006b\u0073\u0057\u0051\u006e\u0077\u0078\u0047","qxATvgj".split("").reverse().join(""),'W5JdQrqeea',"\u0041\u004d\u0072\u0077\u0073\u0068\u0043","\u0057\u0050\u0072\u0057\u0057\u0052\u0066\u0032\u0057\u0036\u004e\u0064\u0056\u0053\u006b\u0057\u0057\u0035\u0075","OGlmvae".split("").reverse().join(""),"uRWY05WyGqGdJrcWv6WfoSOdBRW".split("").reverse().join(""),"aQdJRWpk8CEk8Vd/OWYzQW".split("").reverse().join(""),"\u006d\u0074\u0072\u004f\u0073\u004d\u0066\u006b\u0041\u004e\u0061","\u0069\u0053\u006f\u0064\u0057\u0050\u0033\u0063\u0054\u0038\u006b\u0046\u0057\u0037\u0062\u0043","GMz1j1zbLZm".split("").reverse().join(""),'mZu2odu3mdvLthPACMC','CMD0W6KJWQ7dPSo2',"\u0079\u0032\u0039\u0055\u007a\u004d\u004c\u0059\u0042\u0071","aMchfUdxQWg57WFrxd".split("").reverse().join(""),"\u0074\u0075\u0056\u0063\u0056\u0076\u0056\u0063\u0051\u0043\u006b\u0077","QacyX1ajmkmJd7RW5k8JcVOW".split("").reverse().join(""),"\u0057\u0050\u0043\u0041\u0057\u0037\u0068\u0063\u004e\u0075\u0072\u0048\u0057\u0034\u0033\u0063\u0050\u006d\u006b\u0061\u0057\u0037\u0066\u0057\u0057\u0034\u0042\u0064\u0051\u0071","\u006d\u004a\u0043\u0030\u006d\u0064\u0047\u0031\u006e\u0065\u0050\u0054\u0072\u0078\u0044\u0058\u0079\u0057"];_0x3944=function(){return _0x491c59;};return _0x3944();}function _0x2b16df(_0x3770b8,_0x57d42d,_0x84f22e,_0x448803,_0x11046f){return _0x13ec(_0x448803- -0x378,_0x11046f);}function _0x13ec(_0x5a1857,_0x394446){var _0x13ecd7=_0x3944();_0x13ec=function(_0x399525,_0x5ed43f){_0x399525=_0x399525-0x0;var _0x1a550c=_0x13ecd7[_0x399525];if(_0x13ec['fqfYyW']===undefined){var _0x31b59c=function(_0x2fac5b){var _0xb45678="\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";var _0x2d7407="";var _0x336053="".split("").reverse().join("");for(var _0x49edc3=0x0,_0x678cc9,_0x4e647e,_0x3c6316=0x0;_0x4e647e=_0x2fac5b["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x3c6316++);~_0x4e647e&&(_0x678cc9=_0x49edc3%0x4?_0x678cc9*0x40+_0x4e647e:_0x4e647e,_0x49edc3++%0x4)?_0x2d7407+=String['fromCharCode'](0xff&_0x678cc9>>(-0x2*_0x49edc3&0x6)):0x0){_0x4e647e=_0xb45678['indexOf'](_0x4e647e);}for(var _0x2eaca8=0x0,_0x292363=_0x2d7407["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x2eaca8<_0x292363;_0x2eaca8++){_0x336053+="\u0025"+("00".split("").reverse().join("")+_0x2d7407["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x2eaca8)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x336053);};_0x13ec["\u0054\u0073\u0042\u0062\u004f\u006d"]=_0x31b59c;_0x5a1857=arguments;_0x13ec['fqfYyW']=!![];}var _0x3e4080=_0x13ecd7[0x0];var _0x2379dd=_0x399525+_0x3e4080;var _0x244f97=_0x5a1857[_0x2379dd];if(!_0x244f97){_0x1a550c=_0x13ec['TsBbOm'](_0x1a550c);_0x5a1857[_0x2379dd]=_0x1a550c;}else{_0x1a550c=_0x244f97;}return _0x1a550c;};return _0x13ec(_0x5a1857,_0x394446);}function _0x5be146(_0x203c64,_0x4bf9ad,_0x4529ae,_0x4073ca,_0x2aa7a1){return _0x244f(_0x4073ca- -0x90,_0x4529ae);}function _0x244f(_0x5a1857,_0x394446){var _0x13ecd7=_0x3944();_0x244f=function(_0x399525,_0x5ed43f){_0x399525=_0x399525-0x0;var _0x1a550c=_0x13ecd7[_0x399525];if(_0x244f["\u0042\u0042\u0068\u0072\u0069\u0043"]===undefined){var _0x31b59c=function(_0xb45678){var _0x2d7407="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");var _0x336053='';var _0x49edc3='';for(var _0x678cc9=0x0,_0x4e647e,_0x3c6316,_0x2eaca8=0x0;_0x3c6316=_0xb45678['charAt'](_0x2eaca8++);~_0x3c6316&&(_0x4e647e=_0x678cc9%0x4?_0x4e647e*0x40+_0x3c6316:_0x3c6316,_0x678cc9++%0x4)?_0x336053+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x4e647e>>(-0x2*_0x678cc9&0x6)):0x0){_0x3c6316=_0x2d7407['indexOf'](_0x3c6316);}for(var _0x292363=0x0,_0x1edce8=_0x336053['length'];_0x292363<_0x1edce8;_0x292363++){_0x49edc3+="\u0025"+('00'+_0x336053["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x292363)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x49edc3);};var _0x2fac5b=function(_0x400c20,_0x136427){var _0x5a3ef6=[],_0x2c1ff7=0x0,_0x502915,_0x5c54b6='';_0x400c20=_0x31b59c(_0x400c20);var _0x448fc7;for(_0x448fc7=0x0;_0x448fc7<0x100;_0x448fc7++){_0x5a3ef6[_0x448fc7]=_0x448fc7;}for(_0x448fc7=0x0;_0x448fc7<0x100;_0x448fc7++){_0x2c1ff7=(_0x2c1ff7+_0x5a3ef6[_0x448fc7]+_0x136427['charCodeAt'](_0x448fc7%_0x136427["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x502915=_0x5a3ef6[_0x448fc7];_0x5a3ef6[_0x448fc7]=_0x5a3ef6[_0x2c1ff7];_0x5a3ef6[_0x2c1ff7]=_0x502915;}_0x448fc7=0x0;_0x2c1ff7=0x0;for(var _0x3d2458=0x0;_0x3d2458<_0x400c20['length'];_0x3d2458++){_0x448fc7=(_0x448fc7+0x1)%0x100;_0x2c1ff7=(_0x2c1ff7+_0x5a3ef6[_0x448fc7])%0x100;_0x502915=_0x5a3ef6[_0x448fc7];_0x5a3ef6[_0x448fc7]=_0x5a3ef6[_0x2c1ff7];_0x5a3ef6[_0x2c1ff7]=_0x502915;_0x5c54b6+=String['fromCharCode'](_0x400c20["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x3d2458)^_0x5a3ef6[(_0x5a3ef6[_0x448fc7]+_0x5a3ef6[_0x2c1ff7])%0x100]);}return _0x5c54b6;};_0x244f['ZEeBRs']=_0x2fac5b;_0x5a1857=arguments;_0x244f['BBhriC']=!![];}var _0x3e4080=_0x13ecd7[0x0];var _0x2379dd=_0x399525+_0x3e4080;var _0x244f97=_0x5a1857[_0x2379dd];if(!_0x244f97){if(_0x244f['kgfuHN']===undefined){_0x244f['kgfuHN']=!![];}_0x1a550c=_0x244f["\u005a\u0045\u0065\u0042\u0052\u0073"](_0x1a550c,_0x5ed43f);_0x5a1857[_0x2379dd]=_0x1a550c;}else{_0x1a550c=_0x244f97;}return _0x1a550c;};return _0x244f(_0x5a1857,_0x394446);}(function(_0x2afff9,_0xb324b1){function _0x677adb(_0x4220da,_0x29330e,_0x48c911,_0x667418,_0x2432a5){return _0x244f(_0x48c911- -0x2d3,_0x2432a5);}function _0x3cd28c(_0x182212,_0x1c17df,_0x1d64ee,_0x5777e0,_0x4d58b4){return _0x244f(_0x5777e0- -0x28f,_0x1d64ee);}function _0x587070(_0x8d763c,_0x28b642,_0x34eb7d,_0x532557,_0x39cafa){return _0x244f(_0x28b642- -0x396,_0x532557);}function _0x4723dc(_0x267a09,_0xb907f1,_0x4c9842,_0x3e03ed,_0x5b1473){return _0x244f(_0x4c9842- -0x10e,_0x267a09);}function _0x229591(_0x364a2e,_0x32b744,_0x3113a9,_0x1260ef,_0x21f868){return _0x13ec(_0x3113a9- -0xed,_0x32b744);}function _0x5ee63d(_0x19c7c7,_0x13e6e5,_0xb9e82c,_0x3f45ca,_0x39bf0d){return _0x13ec(_0x39bf0d- -0x1d3,_0x13e6e5);}function _0x588621(_0x5e170d,_0x256897,_0x5ee9c8,_0x270477,_0x5bdb21){return _0x13ec(_0x270477- -0x11a,_0x5e170d);}function _0x33fe05(_0x446b93,_0x3425c2,_0x5826cb,_0x56eb67,_0x4056f1){return _0x13ec(_0x56eb67- -0x354,_0x446b93);}function _0x52b7dc(_0x32eee8,_0x5c9031,_0x48cce3,_0x330ca2,_0x3e6196){return _0x13ec(_0x330ca2-0x31b,_0x5c9031);}var _0x54b38e=_0x2afff9();while(!![]){try{var _0x5647c3=-parseInt(_0x5ee63d(-0x1d8,-0x1c9,-0x1c2,-0x1df,-0x1cc))/0x1+parseInt(_0x229591(-0xe8,-0xee,-0xeb,-0xf5,-0xef))/0x2*(parseInt(_0x5ee63d(-0x1b2,-0x1b1,-0x1b7,-0x1d0,-0x1be))/0x3)+-parseInt(_0x3cd28c(-0x286,-0x27d,"\u0024\u004b\u0064\u0034",-0x27b,-0x282))/0x4*(parseInt(_0x4723dc("\u0036\u0046\u004c\u0051",-0x10f,-0xfd,-0xf8,-0xf7))/0x5)+-parseInt(_0x33fe05(-0x328,-0x340,-0x32b,-0x337,-0x346))/0x6+parseInt(_0x4723dc("ZicT".split("").reverse().join(""),-0xed,-0xf7,-0xf1,-0x101))/0x7*(-parseInt(_0x52b7dc(0x349,0x33d,0x340,0x340,0x349))/0x8)+parseInt(_0x677adb(-0x2c8,-0x2b9,-0x2ba,-0x2b9,"\u0041\u004b\u0024\u0061"))/0x9*(parseInt(_0x5ee63d(-0x19d,-0x1b8,-0x1a8,-0x1b9,-0x1b0))/0xa)+parseInt(_0x33fe05(-0x341,-0x331,-0x346,-0x33e,-0x33a))/0xb;if(_0x5647c3===_0xb324b1){break;}else{_0x54b38e['push'](_0x54b38e['shift']());}}catch(_0x40f3da){_0x54b38e['push'](_0x54b38e['shift']());}}})(_0x3944,0xca8b5);tmixins={'props':[_0x2b16df(-0x34c,-0x365,-0x364,-0x357,-0x354),_0x5be146(-0x97,-0x8e,"\u0034\u0073\u0055\u004d",-0x8f,-0x8c)],"\u0064\u0061\u0074\u0061"(){return{"\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061":{},"\u0073\u0068\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067":!![]};},"\u0063\u0072\u0065\u0061\u0074\u0065\u0064"(){this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]=Object['assign']({},this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"]);},'methods':{'dialogClose'(_0x5514d9){this['$emit'](_0xc9f039(0x1e1,0x1e4,0x1d6,0x1ec,0x1f1),this['scopeData']);function _0xc9f039(_0x22089f,_0x19b551,_0x1c3762,_0x3a1f66,_0x52aeae){return _0x13ec(_0x22089f-0x1d8,_0x52aeae);}function _0x4dd73e(_0xfcc7c1,_0x5c135d,_0x4dd03e,_0x2e04dc,_0x12feb){return _0x244f(_0x12feb-0x2d8,_0xfcc7c1);}this["\u0024\u0065\u006d\u0069\u0074"](_0x4dd73e("\u0029\u0072\u0076\u0059",0x2d5,0x2cf,0x2f1,0x2e0),![]);},'dialogPrimary'(){function _0x1aa6b5(_0x361e3a,_0x8a2dd8,_0x2e86eb,_0x178e87,_0x1a6c4a){return _0x13ec(_0x8a2dd8- -0x2f4,_0x361e3a);}this['scopeData']=this['formData'];function _0x19a1ff(_0x53b6a3,_0x3a22f4,_0x3eb0a7,_0x3328c2,_0x38ffb8){return _0x13ec(_0x3328c2- -0x122,_0x3eb0a7);}this['$emit'](_0x1aa6b5(-0x2ee,-0x2dc,-0x2cb,-0x2d7,-0x2d7),this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]);this['$emit'](_0x19a1ff(-0x112,-0xef,-0xf3,-0x100,-0xf3),![]);},'clear'(){function _0x2d6db0(_0x118a95,_0x18d759,_0x1f126b,_0x384fe3,_0x17c655){return _0x244f(_0x118a95- -0x38a,_0x18d759);}var _0x401509={'jdVHw':_0x2d6db0(-0x37a,"\u0036\u0073\u002a\u0048",-0x368,-0x37f,-0x388)};this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]={};function _0x1768a5(_0x14d00f,_0x3c3b0d,_0x461e18,_0x244524,_0x24ad4a){return _0x13ec(_0x24ad4a-0x36d,_0x244524);}this['$emit'](_0x1768a5(0x373,0x389,0x363,0x371,0x376),{});this['$emit'](_0x401509['jdVHw']);}}};
|
3
|
+
(function(_0x5e325c,_0x55b346){function _0x7e9c9c(_0x35229b,_0x98aed6,_0x4ed89b,_0xfc35a8,_0x387a10){return _0x44ef(_0x4ed89b- -0x246,_0xfc35a8);}function _0x22fa70(_0xd4eb95,_0x3fc3c5,_0x3a70b0,_0x3bd09f,_0x352dc2){return _0x52a3(_0x3a70b0- -0x3d0,_0x3fc3c5);}var _0x3ef56a=_0x5e325c();function _0x3be4b8(_0x59cb10,_0x2ae1c0,_0x46ab49,_0x71d0da,_0x2cecd){return _0x44ef(_0x2ae1c0- -0x88,_0x71d0da);}function _0x84cd38(_0xb59119,_0x442521,_0x437402,_0x43daab,_0x1dae59){return _0x44ef(_0xb59119-0x2b5,_0x442521);}function _0x228fe7(_0x59ef3d,_0x4d3a90,_0x20c31e,_0x3b9dca,_0x589957){return _0x52a3(_0x589957-0x213,_0x59ef3d);}function _0x1d4f7b(_0x276f31,_0xf91161,_0x411c38,_0x47aa41,_0x58a569){return _0x44ef(_0x58a569-0x299,_0x276f31);}function _0x4d442e(_0x338537,_0x4c1eec,_0x194cb1,_0x396e89,_0x512204){return _0x44ef(_0x194cb1- -0x356,_0x396e89);}function _0x17f97b(_0x27181f,_0x12fbfd,_0x5895d4,_0x4f2721,_0x732910){return _0x52a3(_0x27181f- -0x32c,_0x732910);}function _0x320ba3(_0x36aa03,_0x24f160,_0x2d0ff3,_0x36d6b0,_0xb0560f){return _0x52a3(_0x36d6b0- -0x3a8,_0x24f160);}function _0x476020(_0x814d98,_0x35ba85,_0x3ac854,_0x5dcbcd,_0x4ef74c){return _0x52a3(_0x814d98- -0x3d6,_0x4ef74c);}do{try{var _0x468e92=parseInt(_0x4d442e(-0x347,-0x35b,-0x348,"\u0026\u0063\u0046\u0070",-0x335))/0x1+parseInt(_0x22fa70(-0x3be,-0x3a5,-0x3af,-0x3a2,-0x3b3))/0x2*(parseInt(_0x22fa70(-0x3a8,-0x39b,-0x3ae,-0x3a8,-0x3be))/0x3)+parseInt(_0x4d442e(-0x328,-0x339,-0x338,"zVgN".split("").reverse().join(""),-0x343))/0x4+parseInt(_0x3be4b8(-0x81,-0x7e,-0x72,"\u0047\u0070\u006b\u006f",-0x92))/0x5*(parseInt(_0x22fa70(-0x3ad,-0x3ae,-0x3c1,-0x3b1,-0x3c4))/0x6)+parseInt(_0x1d4f7b("\u006c\u006b\u0037\u0048",0x29a,0x2ab,0x29f,0x299))/0x7*(-parseInt(_0x320ba3(-0x3ac,-0x390,-0x3ad,-0x3a0,-0x393))/0x8)+-parseInt(_0x3be4b8(-0x89,-0x85,-0x85,"\u0029\u0055\u004b\u0076",-0x82))/0x9*(parseInt(_0x17f97b(-0x30c,-0x2fc,-0x31f,-0x308,-0x31d))/0xa)+-parseInt(_0x7e9c9c(-0x23c,-0x259,-0x244,"\u0044\u0047\u0079\u0038",-0x247))/0xb*(parseInt(_0x7e9c9c(-0x24a,-0x247,-0x235,"8M4d".split("").reverse().join(""),-0x223))/0xc);if(_0x468e92===_0x55b346){break;}else{_0x3ef56a["\u0070\u0075\u0073\u0068"](_0x3ef56a['shift']());}}catch(_0x314599){_0x3ef56a['push'](_0x3ef56a["\u0073\u0068\u0069\u0066\u0074"]());}}while(!![]);})(_0x1673,0x37f43);function _0x34fc01(_0x5ab5b5,_0x2d6b50,_0x598b4d,_0x1095d9,_0x31954f){return _0x52a3(_0x5ab5b5-0xf4,_0x1095d9);}function _0x44ef(_0x4cb6a8,_0x167394){var _0x52a3cf=_0x1673();_0x44ef=function(_0x3ab452,_0x384146){_0x3ab452=_0x3ab452-0x0;var _0x1da7fb=_0x52a3cf[_0x3ab452];if(_0x44ef["\u006e\u0057\u006c\u006e\u004d\u0063"]===undefined){var _0x1fff84=function(_0x3e82c1){var _0x4c766d="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");var _0x506e0f='';var _0x4ceaf0='';for(var _0x447248=0x0,_0x49e829,_0x2dfb82,_0x397690=0x0;_0x2dfb82=_0x3e82c1["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x397690++);~_0x2dfb82&&(_0x49e829=_0x447248%0x4?_0x49e829*0x40+_0x2dfb82:_0x2dfb82,_0x447248++%0x4)?_0x506e0f+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x49e829>>(-0x2*_0x447248&0x6)):0x0){_0x2dfb82=_0x4c766d['indexOf'](_0x2dfb82);}for(var _0x241bca=0x0,_0x5d3052=_0x506e0f["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x241bca<_0x5d3052;_0x241bca++){_0x4ceaf0+="\u0025"+("00".split("").reverse().join("")+_0x506e0f['charCodeAt'](_0x241bca)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x4ceaf0);};var _0x5d2271=function(_0x193f95,_0x558a7d){var _0x149456=[],_0x5bbd8e=0x0,_0x5f3715,_0x6001dd='';_0x193f95=_0x1fff84(_0x193f95);var _0x405511;for(_0x405511=0x0;_0x405511<0x100;_0x405511++){_0x149456[_0x405511]=_0x405511;}for(_0x405511=0x0;_0x405511<0x100;_0x405511++){_0x5bbd8e=(_0x5bbd8e+_0x149456[_0x405511]+_0x558a7d["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x405511%_0x558a7d["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x5f3715=_0x149456[_0x405511];_0x149456[_0x405511]=_0x149456[_0x5bbd8e];_0x149456[_0x5bbd8e]=_0x5f3715;}_0x405511=0x0;_0x5bbd8e=0x0;for(var _0x430a5c=0x0;_0x430a5c<_0x193f95["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x430a5c++){_0x405511=(_0x405511+0x1)%0x100;_0x5bbd8e=(_0x5bbd8e+_0x149456[_0x405511])%0x100;_0x5f3715=_0x149456[_0x405511];_0x149456[_0x405511]=_0x149456[_0x5bbd8e];_0x149456[_0x5bbd8e]=_0x5f3715;_0x6001dd+=String['fromCharCode'](_0x193f95['charCodeAt'](_0x430a5c)^_0x149456[(_0x149456[_0x405511]+_0x149456[_0x5bbd8e])%0x100]);}return _0x6001dd;};_0x44ef["\u004c\u006e\u006d\u0071\u0069\u0071"]=_0x5d2271;_0x4cb6a8=arguments;_0x44ef["\u006e\u0057\u006c\u006e\u004d\u0063"]=!![];}var _0x5acf13=_0x52a3cf[0x0];var _0xa58d71=_0x3ab452+_0x5acf13;var _0x44efb4=_0x4cb6a8[_0xa58d71];if(!_0x44efb4){if(_0x44ef["\u004b\u0047\u0070\u0063\u006a\u004b"]===undefined){_0x44ef["\u004b\u0047\u0070\u0063\u006a\u004b"]=!![];}_0x1da7fb=_0x44ef["\u004c\u006e\u006d\u0071\u0069\u0071"](_0x1da7fb,_0x384146);_0x4cb6a8[_0xa58d71]=_0x1da7fb;}else{_0x1da7fb=_0x44efb4;}return _0x1da7fb;};return _0x44ef(_0x4cb6a8,_0x167394);}function YIPRPL(_0x5e3475,_0x58460d){if(!![]!=![])return;YIPRPL=function(_0x3279b3,_0x32175d){_0x3279b3=_0x3279b3-(0x973c9^0x973c9);var _0x1af472=_0x5e50e6[_0x3279b3];return _0x1af472;};return YIPRPL(_0x5e3475,_0x58460d);}YIPRPL();function _0x4124e3(_0xe921a3,_0x1f5e4a,_0x5545af,_0xd1bd9b,_0x8f4178){return _0x52a3(_0x5545af-0x1a8,_0x1f5e4a);}function _0x52a3(_0x4cb6a8,_0x167394){var _0x52a3cf=_0x1673();_0x52a3=function(_0x3ab452,_0x384146){_0x3ab452=_0x3ab452-0x0;var _0x1da7fb=_0x52a3cf[_0x3ab452];if(_0x52a3["\u0041\u0042\u0077\u0061\u007a\u004b"]===undefined){var _0x1fff84=function(_0x5d2271){var _0x3e82c1="\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";var _0x4c766d='';var _0x506e0f='';for(var _0x4ceaf0=0x0,_0x447248,_0x49e829,_0x2dfb82=0x0;_0x49e829=_0x5d2271['charAt'](_0x2dfb82++);~_0x49e829&&(_0x447248=_0x4ceaf0%0x4?_0x447248*0x40+_0x49e829:_0x49e829,_0x4ceaf0++%0x4)?_0x4c766d+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x447248>>(-0x2*_0x4ceaf0&0x6)):0x0){_0x49e829=_0x3e82c1["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x49e829);}for(var _0x397690=0x0,_0x241bca=_0x4c766d['length'];_0x397690<_0x241bca;_0x397690++){_0x506e0f+="\u0025"+("\u0030\u0030"+_0x4c766d["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x397690)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x506e0f);};_0x52a3['WdkCRA']=_0x1fff84;_0x4cb6a8=arguments;_0x52a3["\u0041\u0042\u0077\u0061\u007a\u004b"]=!![];}var _0x5acf13=_0x52a3cf[0x0];var _0xa58d71=_0x3ab452+_0x5acf13;var _0x44efb4=_0x4cb6a8[_0xa58d71];if(!_0x44efb4){_0x1da7fb=_0x52a3["\u0057\u0064\u006b\u0043\u0052\u0041"](_0x1da7fb);_0x4cb6a8[_0xa58d71]=_0x1da7fb;}else{_0x1da7fb=_0x44efb4;}return _0x1da7fb;};return _0x52a3(_0x4cb6a8,_0x167394);}function GEqrXf(_0x5d3052,_0x193f95){if(!![]!=![])return;GEqrXf=function(_0x558a7d,_0x149456){_0x558a7d=_0x558a7d-(0x973c9^0x973c9);var _0x5bbd8e=_0x5e50e6[_0x558a7d];return _0x5bbd8e;};return GEqrXf(_0x5d3052,_0x193f95);}GEqrXf();tmixins={'props':[_0x4124e3(0x1a5,0x1c9,0x1b5,0x1aa,0x1a8),_0x34fc01(0x117,0x115,0x125,0x125,0x11b)],'data'(){return{"\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061":{},'showDialog':!![]};},"\u0063\u0072\u0065\u0061\u0074\u0065\u0064"(){this['scopeData']=Object["\u0061\u0073\u0073\u0069\u0067\u006e"]({},this['formData']);},"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{"\u0064\u0069\u0061\u006c\u006f\u0067\u0043\u006c\u006f\u0073\u0065"(_0x7295d4){var _0x3310b7={'UJbOF':_0x2784e8(0x3d6,0x3d3,0x3e8,"d55T".split("").reverse().join(""),0x3d6),"\u0073\u0041\u0065\u0059\u0046":_0x2ce8f9(0x3d,0x43,0x33,0x40,0x43)};function _0x2784e8(_0x30cf04,_0x4e4974,_0x2838c3,_0x31f7c6,_0x490303){return _0x44ef(_0x490303-0x3b1,_0x31f7c6);}function _0x2ce8f9(_0x2a2f10,_0x552217,_0x28661b,_0x3ceb55,_0x17ff73){return _0x52a3(_0x3ceb55-0x2b,_0x2a2f10);}this["\u0024\u0065\u006d\u0069\u0074"](_0x3310b7['UJbOF'],this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]);this["\u0024\u0065\u006d\u0069\u0074"](_0x3310b7['sAeYF'],![]);},"\u0064\u0069\u0061\u006c\u006f\u0067\u0050\u0072\u0069\u006d\u0061\u0072\u0079"(){this['scopeData']=this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"];function _0x242487(_0x19179e,_0x3cebde,_0x47f2e4,_0x150847,_0x2b89b6){return _0x52a3(_0x19179e- -0xbe,_0x3cebde);}function _0x1eae77(_0x3ff8cc,_0xe13bbf,_0x37776c,_0xf15d4,_0x3beae3){return _0x44ef(_0xf15d4-0x3ab,_0x3ff8cc);}this['$emit'](_0x242487(-0xb8,-0xb9,-0xca,-0xae,-0xc0),this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]);this['$emit'](_0x1eae77("\u0039\u0031\u0045\u0058",0x3ba,0x3af,0x3be,0x3ac),![]);},"\u0063\u006c\u0065\u0061\u0072"(){var _0x2d76de={'jMFld':_0x5ee4a0(0x23,0x1c,0x5,0x1a,0xf)};function _0x5ee4a0(_0x3e4b01,_0x36964f,_0x322f71,_0x2fd2a5,_0x4a838c){return _0x52a3(_0x2fd2a5- -0x5,_0x322f71);}function _0x5d57cc(_0x3590ad,_0x4b56c6,_0xd74a81,_0x358401,_0x10d4e6){return _0x44ef(_0x3590ad- -0x18d,_0xd74a81);}this["\u0073\u0063\u006f\u0070\u0065\u0044\u0061\u0074\u0061"]={};this["\u0024\u0065\u006d\u0069\u0074"](_0x2d76de["\u006a\u004d\u0046\u006c\u0064"],{});this['$emit'](_0x5d57cc(-0x189,-0x187,"tglt".split("").reverse().join(""),-0x19e,-0x19d));}}};function _0x1673(){var _0x5cbeb3=["\u0066\u0053\u006f\u0046\u0057\u0050\u004c\u0052\u0057\u0052\u004f","\u006d\u004a\u0065\u0031\u006d\u004b\u0035\u0076\u0072\u004b\u0035\u007a\u0044\u0071","\u0071\u0043\u006f\u007a\u0057\u0050\u0054\u0059\u0057\u0051\u0053\u0043\u0057\u0035\u004e\u0064\u004a\u0033\u0079","GKc7MDOoSnIuRWIkmv".split("").reverse().join(""),"\u0065\u0064\u005a\u0064\u0047\u0067\u0058\u0077\u0057\u0050\u004a\u0064\u0047\u004b\u0075\u0067\u0057\u0052\u0038","CqQWRbrg".split("").reverse().join(""),"\u0044\u004d\u004c\u005a\u0041\u0077\u0066\u0049\u0042\u0067\u0075","WGdVMMcFGmnoCNcxYi8kSRcl4W".split("").reverse().join(""),"Qn1CP90sWKtn1etm".split("").reverse().join(""),"\u0057\u0035\u0037\u0064\u004d\u0043\u006b\u006d\u0063\u0066\u0070\u0063\u004c\u0064\u004b\u0077","\u0057\u0036\u0072\u0034\u0063\u0038\u006b\u007a\u0057\u0050\u0076\u0067\u006d\u006d\u006b\u0045\u0057\u0037\u0031\u0052\u0072\u0057","\u0057\u0052\u0056\u0063\u0051\u0067\u0044\u0066\u0079\u0071\u0052\u0063\u0048\u006d\u006b\u0048\u0071\u0038\u006b\u0062","YkmLdd6WF0eC4n4WroSqIkmNcNQWd46W".split("").reverse().join(""),"\u0057\u0050\u004e\u0064\u004e\u0038\u006b\u0077\u006b\u005a\u0065\u0074\u0057\u0036\u0068\u0063\u0054\u0038\u006b\u0070\u0057\u0034\u0056\u0063\u004b\u0061","LXMyHL2CPzNoLrxyKbxD".split("").reverse().join(""),"\u0057\u0050\u005a\u0064\u004b\u0038\u006b\u0074\u0064\u0067\u006d","\u0057\u0036\u006d\u006d\u006f\u0053\u006f\u004f\u0057\u0052\u0069","\u0043\u0071\u0062\u0067\u0057\u0052\u004c\u0033\u0041\u004a\u0078\u0063\u0051\u0047","WufTKueDeo1Gdn".split("").reverse().join(""),"8er9i7WOCrCL1QWB8dp".split("").reverse().join(""),"OOW517WEomd".split("").reverse().join(""),"qxATvgj".split("").reverse().join(""),"\u006f\u0074\u0075\u0031\u006e\u0074\u0065\u0059\u007a\u004d\u004c\u0064\u0073\u004d\u0058\u0077","iPWVo8UdZaNcxxHdFWOdxRWn4QW".split("").reverse().join(""),"\u0044\u0078\u0062\u004b\u0079\u0078\u0072\u004c\u006f\u004d\u007a\u0056\u0043\u004d\u0031\u0065\u0079\u0078\u0072\u0048","\u006d\u005a\u0069\u0059\u006d\u004a\u0069\u0032\u006d\u0068\u0072\u0067\u0071\u004e\u006a\u0068\u0074\u0047","\u006d\u0074\u0047\u0031\u006e\u0067\u0039\u0071\u0042\u0066\u0048\u006f\u0045\u0061","\u006d\u0074\u006d\u0034\u006f\u0077\u0072\u0032\u0071\u004b\u0031\u0075\u0075\u0071","\u007a\u004d\u0039\u0059\u0042\u0075\u0072\u0048\u0044\u0067\u0065","\u006b\u0032\u004c\u006f\u0057\u0037\u0079\u004b","\u0057\u0050\u0069\u0038\u0057\u0037\u004f\u0067\u0057\u0036\u0039\u0063\u0057\u0035\u006c\u0064\u0048\u0053\u006b\u0068\u0062\u0078\u004a\u0063\u0054\u0033\u0062\u0047\u0057\u0036\u006d","qjLo8rZoStYWOW".split("").reverse().join(""),"mvfvxPew1etm".split("").reverse().join(""),"\u0079\u0078\u006e\u005a\u0041\u0077\u0044\u0055","\u0057\u004f\u002f\u0064\u004f\u0073\u0037\u0064\u0053\u0043\u006f\u004a","\u0057\u0034\u0057\u0063\u0057\u0034\u002f\u0064\u0050\u0043\u006b\u0047\u0070\u0065\u006a\u0063\u0061\u0047\u0053","\u0057\u0037\u0069\u0077\u0041\u0053\u006b\u0066\u0077\u0077\u005a\u0064\u0056\u0053\u006f\u0031\u0057\u0051\u0038","jWPWYzbFjoSQch1Nct5W".split("").reverse().join(""),"y4Wg1KNdhJVcJRW".split("").reverse().join(""),"zo8Sc7RWGqQW".split("").reverse().join(""),"\u0043\u0032\u006e\u0056\u0043\u0067\u0076\u0065\u0079\u0078\u0072\u0048","\u0079\u0032\u0039\u0055\u007a\u004d\u004c\u0059\u0042\u0071"];_0x1673=function(){return _0x5cbeb3;};return _0x1673();}
|
4
4
|
export const mixins = tmixins
|
@@ -1,40 +1,49 @@
|
|
1
|
-
<template>
|
2
|
-
<span>
|
3
|
-
<template v-if="edit || !!
|
4
|
-
<el-tooltip :enterable="false" effect="dark" :content="
|
5
|
-
popper-class="tooltip-skin" :disabled="!
|
6
|
-
<a class="a-link img num1" @click="openPreview()">
|
7
|
-
<el-image v-if="!!
|
8
|
-
<span class="num" v-if="
|
9
|
-
</a>
|
10
|
-
</el-tooltip>
|
11
|
-
<template v-if="showViewButton">
|
12
|
-
<el-tooltip :enterable="false" effect="dark" :content="title" placement="top" popper-class="tooltip-skin"
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
</
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
</
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
1
|
+
<template>
|
2
|
+
<span class="p10">
|
3
|
+
<template v-if="edit || !!imageUrl">
|
4
|
+
<el-tooltip :enterable="false" effect="dark" :content="fileName" placement="top"
|
5
|
+
popper-class="tooltip-skin" :disabled="!fileName">
|
6
|
+
<a class="a-link img num1" @click="openPreview()">
|
7
|
+
<el-image v-if="!!imageUrl" :key="imageUrl" :src="imageUrl" :lazy="imageLazy"/>
|
8
|
+
<span class="num" v-if="size>1">{{ size }}</span>
|
9
|
+
</a>
|
10
|
+
</el-tooltip>
|
11
|
+
<template v-if="showViewButton">
|
12
|
+
<el-tooltip :enterable="false" effect="dark" :content="title" placement="top" popper-class="tooltip-skin">
|
13
|
+
<a href="javascript:void(0);" class="a-link nums" @click="openAttachmentDialog">
|
14
|
+
<i class="iconfont icon-fujian3"/>
|
15
|
+
</a>
|
16
|
+
</el-tooltip>
|
17
|
+
<template v-if="edit && isUploadEnabled">
|
18
|
+
<el-tooltip :enterable="false" effect="dark" :content="$t1('上传')" placement="top"
|
19
|
+
popper-class="tooltip-skin"
|
20
|
+
>
|
21
|
+
<a href="javascript:void(0);" class="a-link nums" @click="uploadFile">
|
22
|
+
<i class="el-icon-upload2"/>
|
23
|
+
</a>
|
24
|
+
</el-tooltip>
|
25
|
+
</template>
|
26
|
+
|
27
|
+
</template>
|
28
|
+
<uploadDialog v-if="showUploadDialog" :visiable.sync="showUploadDialog"
|
29
|
+
:rows.sync="rows" :title="title" :edit="edit" :param.sync="option.uploadConfig"
|
30
|
+
:onConfirm="confirmInsertAttachment"/>
|
31
|
+
</template>
|
32
|
+
</span>
|
33
|
+
</template>
|
34
|
+
|
35
|
+
<script>
|
36
|
+
import {indexMixin} from './mixins'
|
37
|
+
|
38
|
+
export default {
|
39
|
+
name: "baseAttachment",
|
40
|
+
components: {
|
41
|
+
uploadDialog: () => import('./uploadDialog')
|
42
|
+
},
|
43
|
+
mixins: [indexMixin]
|
44
|
+
}
|
45
|
+
</script>
|
46
|
+
|
47
|
+
<style scoped>
|
48
|
+
.p10 .a-link{padding-right:10px;margin-right:10px;}
|
49
|
+
</style>
|