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
@@ -0,0 +1,206 @@
|
|
1
|
+
<template>
|
2
|
+
<div id="containt">
|
3
|
+
<el-tabs v-model="activeName" class="tab-box">
|
4
|
+
<el-tab-pane :label="$t1('常规')" name="first">
|
5
|
+
<editView v-if="showEdit" visible-key="showEdit" :_dataId.sync="dataId" :parent-target="_self"
|
6
|
+
@reload="$reloadHandle"></editView>
|
7
|
+
</el-tab-pane>
|
8
|
+
<el-tab-pane :label="$t1('列表')" name="second">
|
9
|
+
<div class="grid-height">
|
10
|
+
<vxe-grid ref="table-m1" v-bind="vxeOption" @resizable-change="$vxeTableUtil.onColumnWitchChange"
|
11
|
+
@custom="$vxeTableUtil.customHandle">
|
12
|
+
<template #form>
|
13
|
+
<div class="clearfix screen-btns">
|
14
|
+
<div class="fl">
|
15
|
+
</div>
|
16
|
+
<div class="fr">
|
17
|
+
<vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
|
18
|
+
plain>{{ $t1('重置') }}
|
19
|
+
</vxe-button>
|
20
|
+
<vxe-button status="warning" icon="el-icon-search" class="button-sty" @click="searchEvent">
|
21
|
+
{{ $t1('搜索') }}
|
22
|
+
</vxe-button>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
<vxe-form ref="form" class="screen-box" title-width="92px" title-align="right" :data="formData"
|
26
|
+
@submit="searchEvent" @reset="searchEvent">
|
27
|
+
<vxe-form-item :title="$t1('表单分类路径')+':'" field="treePathName">
|
28
|
+
<template v-slot>
|
29
|
+
<el-input v-model="formData.treePathName" size="small" clearable/>
|
30
|
+
</template>
|
31
|
+
</vxe-form-item>
|
32
|
+
<vxe-form-item :title="$t1('日志类型')+':'" field="logType">
|
33
|
+
<template v-slot>
|
34
|
+
<el-input v-model="formData.logType" size="small" clearable/>
|
35
|
+
</template>
|
36
|
+
</vxe-form-item>
|
37
|
+
<vxe-form-item :title="$t1('日志对象')+':'" field="logObj">
|
38
|
+
<template v-slot>
|
39
|
+
<el-input v-model="formData.logObj" size="small" clearable/>
|
40
|
+
</template>
|
41
|
+
</vxe-form-item>
|
42
|
+
<vxe-form-item :title="$t1('结果')+':'" field="impReturnType">
|
43
|
+
<template v-slot>
|
44
|
+
<el-select v-model="formData.impReturnType" size="small" clearable>
|
45
|
+
<el-option value="success" label="成功"></el-option>
|
46
|
+
<el-option value="fail" label="失败"></el-option>
|
47
|
+
</el-select>
|
48
|
+
</template>
|
49
|
+
</vxe-form-item>
|
50
|
+
<vxe-form-item title="导入时间:" field="date1">
|
51
|
+
<template #default="{ data }">
|
52
|
+
<el-date-picker
|
53
|
+
v-model="formData.startImpDate"
|
54
|
+
type="datetime"
|
55
|
+
placeholder=""
|
56
|
+
size="small"
|
57
|
+
clearable
|
58
|
+
value-format="yyyy-MM-dd HH:mm:ss"
|
59
|
+
:picker-options="$baseStartPickerOptions(formData.endImpDate)"
|
60
|
+
></el-date-picker>
|
61
|
+
<span>-</span>
|
62
|
+
<el-date-picker
|
63
|
+
v-model="formData.endImpDate"
|
64
|
+
type="datetime"
|
65
|
+
placeholder=""
|
66
|
+
size="small"
|
67
|
+
clearable
|
68
|
+
value-format="yyyy-MM-dd HH:mm:ss"
|
69
|
+
default-time="23:59:59"
|
70
|
+
:picker-options="$baseEndPickerOptions(formData.startImpDate)"
|
71
|
+
></el-date-picker>
|
72
|
+
</template>
|
73
|
+
</vxe-form-item>
|
74
|
+
</vxe-form>
|
75
|
+
</template>
|
76
|
+
</vxe-grid>
|
77
|
+
</div>
|
78
|
+
</el-tab-pane>
|
79
|
+
</el-tabs>
|
80
|
+
</div>
|
81
|
+
</template>
|
82
|
+
|
83
|
+
<script>
|
84
|
+
import editView from './edit.vue';
|
85
|
+
|
86
|
+
export default {
|
87
|
+
name: 'form_import_log:list',
|
88
|
+
components: {editView},
|
89
|
+
data() {
|
90
|
+
return {
|
91
|
+
activeName: 'second',
|
92
|
+
dataId: 0,
|
93
|
+
showEdit: false,
|
94
|
+
vxeOption: {},
|
95
|
+
formData: {}
|
96
|
+
};
|
97
|
+
},
|
98
|
+
mounted() {
|
99
|
+
this.initTableList();
|
100
|
+
},
|
101
|
+
methods: {
|
102
|
+
searchEvent() {
|
103
|
+
this.$refs['table-m1'].commitProxy('reload');
|
104
|
+
},
|
105
|
+
resetEvent() {
|
106
|
+
this.formData = {};
|
107
|
+
this.$refs['table-m1'].commitProxy('reload');
|
108
|
+
},
|
109
|
+
openEditDialog(id) {
|
110
|
+
this.dataId = !id || typeof id == 'object' ? 0 : id;
|
111
|
+
this.activeName = 'first';
|
112
|
+
this.$openEditView('showEdit');
|
113
|
+
},
|
114
|
+
initTableList() {
|
115
|
+
let that = this;
|
116
|
+
let impReturnTypeMap = {
|
117
|
+
success: this.$t1('成功'),
|
118
|
+
fail: this.$t1('失败')
|
119
|
+
}
|
120
|
+
let tableOption = {
|
121
|
+
aes: true,
|
122
|
+
vue: this,
|
123
|
+
tableRef: 'table-m1',
|
124
|
+
tableName: 'user_form_import_log_list-m1',
|
125
|
+
path: USER_PREFIX + '/form_import_log/listPage',
|
126
|
+
param: () => {
|
127
|
+
return this.formData;
|
128
|
+
},
|
129
|
+
columns: [
|
130
|
+
{type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
|
131
|
+
{
|
132
|
+
title: this.$t1('表单分类路径'),
|
133
|
+
field: 'treePathName',
|
134
|
+
width: 250,
|
135
|
+
fixed: 'left'
|
136
|
+
},
|
137
|
+
{
|
138
|
+
field: 'logType',
|
139
|
+
title: this.$t1('日志类型'),
|
140
|
+
width: 150
|
141
|
+
},
|
142
|
+
{
|
143
|
+
field: 'logObj',
|
144
|
+
title: this.$t1('日志对象'),
|
145
|
+
width: 250,
|
146
|
+
slots: {
|
147
|
+
default: ({row}) => {
|
148
|
+
return `[${row.abc}] ${row.logObj}`;
|
149
|
+
}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
{
|
153
|
+
field: 'impReturnType',
|
154
|
+
title: this.$t1('结果'),
|
155
|
+
width: 150,
|
156
|
+
slots: {
|
157
|
+
default: ({row}) => {
|
158
|
+
return impReturnTypeMap[row.impReturnType];
|
159
|
+
}
|
160
|
+
}
|
161
|
+
},
|
162
|
+
{
|
163
|
+
field: 'impReturnMsg',
|
164
|
+
title: this.$t1('失败描述'),
|
165
|
+
width: 250
|
166
|
+
},
|
167
|
+
{
|
168
|
+
field: 'impDate',
|
169
|
+
title: this.$t1('导入时间'),
|
170
|
+
width: 150
|
171
|
+
},
|
172
|
+
{
|
173
|
+
width: 47,
|
174
|
+
fixed: 'right',
|
175
|
+
title: '',
|
176
|
+
sortable: false,
|
177
|
+
slots: {
|
178
|
+
default: ({row}) => {
|
179
|
+
return [
|
180
|
+
<div>
|
181
|
+
<a
|
182
|
+
href="javascript:void(0);"
|
183
|
+
class="a-link"
|
184
|
+
onclick={() => {
|
185
|
+
this.openEditDialog(row.id);
|
186
|
+
}}
|
187
|
+
>
|
188
|
+
<el-tooltip enterable={false} effect="dark" content={this.$t1('查看')} placement="top"
|
189
|
+
popper-class="tooltip-skin">
|
190
|
+
<i class="el-icon-edit"/>
|
191
|
+
</el-tooltip>
|
192
|
+
</a>
|
193
|
+
</div>
|
194
|
+
];
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
]
|
199
|
+
};
|
200
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
201
|
+
this.vxeOption = opts;
|
202
|
+
});
|
203
|
+
}
|
204
|
+
}
|
205
|
+
};
|
206
|
+
</script>
|
@@ -40,6 +40,15 @@
|
|
40
40
|
</td>
|
41
41
|
</tr>
|
42
42
|
<tr>
|
43
|
+
<th>{{ $t1('是否启用') }}</th>
|
44
|
+
<td>
|
45
|
+
<el-form-item prop="enabled" :rules="[{ required: false, trigger: 'blur' }]">
|
46
|
+
<el-radio-group v-model="formScript.enabled">
|
47
|
+
<el-radio :label="true">{{ $t1('启用') }}</el-radio>
|
48
|
+
<el-radio :label="false">{{ $t1('禁用') }}</el-radio>
|
49
|
+
</el-radio-group>
|
50
|
+
</el-form-item>
|
51
|
+
</td>
|
43
52
|
<th>{{ $t1('开启事务') }}</th>
|
44
53
|
<td>
|
45
54
|
<el-radio-group v-model="formScript.transactions">
|
@@ -7,11 +7,21 @@
|
|
7
7
|
{{ dataId ? $t1('查看表单脚本') : $t1('新增表单脚本') }}
|
8
8
|
</div>
|
9
9
|
<div class="fr">
|
10
|
+
<el-button
|
11
|
+
type="primary"
|
12
|
+
plain
|
13
|
+
class="button-sty"
|
14
|
+
icon="el-icon-set-up"
|
15
|
+
@click="openOtherAuthDialog"
|
16
|
+
v-if="isDev && !!dataId && menuKindAuth.editAuth === 1 && !readonly && !otherFlag && !formTemplate"
|
17
|
+
>
|
18
|
+
{{ $t1("分派") }}
|
19
|
+
</el-button>
|
10
20
|
<el-button type="primary" plain class="button-sty" @click="$baseReload()" icon="el-icon-refresh-right">
|
11
21
|
{{ $t1('重置') }}
|
12
22
|
</el-button>
|
13
23
|
<el-button type="primary" class="button-sty" icon="el-icon-check" @click="saveData"
|
14
|
-
v-if="isDev && menuKindAuth.editAuth===1">{{ $t1('保存') }}
|
24
|
+
v-if="isDev && menuKindAuth.editAuth===1 && !readonly">{{ $t1('保存') }}
|
15
25
|
</el-button>
|
16
26
|
</div>
|
17
27
|
</div>
|
@@ -43,7 +53,7 @@
|
|
43
53
|
{{ $t1('表单分类') }}
|
44
54
|
</th>
|
45
55
|
<td colspan="5">
|
46
|
-
<el-form-item v-if="formScript.formCode=='intf'" prop="menuKindName"
|
56
|
+
<el-form-item v-if="formScript.formCode=='intf' || formScript.formCode=='busgeneral'" prop="menuKindName"
|
47
57
|
:rules="[{ required:true, trigger: ['blur', 'change'] }]">
|
48
58
|
<el-input
|
49
59
|
class="search-input"
|
@@ -55,6 +65,7 @@
|
|
55
65
|
"
|
56
66
|
v-el-readonly
|
57
67
|
clearable
|
68
|
+
:disabled="otherFlag"
|
58
69
|
>
|
59
70
|
<i slot="suffix" class="el-input__icon el-icon-search" @click="showMenuKindDialog = true"></i>
|
60
71
|
</el-input>
|
@@ -66,7 +77,18 @@
|
|
66
77
|
<tr>
|
67
78
|
<th>{{ $t1('表单模板编码') }}</th>
|
68
79
|
<td colspan="3">
|
69
|
-
|
80
|
+
<template v-if="!dataId && !formTemplate">
|
81
|
+
<el-radio-group v-model="formScript.formCode">
|
82
|
+
<el-radio label="intf">intf(接口)</el-radio>
|
83
|
+
<el-radio label="busgeneral">busgeneral(业务通用)</el-radio>
|
84
|
+
</el-radio-group>
|
85
|
+
</template>
|
86
|
+
<template v-else>
|
87
|
+
<span v-if="formScript.formCode=='intf'">intf(接口)</span>
|
88
|
+
<span v-else-if="formScript.formCode=='busgeneral'">busgeneral(业务通用)</span>
|
89
|
+
<span v-else>{{ formScript.formCode }}</span>
|
90
|
+
</template>
|
91
|
+
|
70
92
|
</td>
|
71
93
|
<th>{{ $t1('Url路径') }}</th>
|
72
94
|
<td colspan="3">
|
@@ -74,6 +96,15 @@
|
|
74
96
|
</td>
|
75
97
|
</tr>
|
76
98
|
<tr>
|
99
|
+
<th>{{ $t1('是否启用') }}</th>
|
100
|
+
<td>
|
101
|
+
<el-form-item prop="enabled" :rules="[{ required: false, trigger: 'blur' }]">
|
102
|
+
<el-radio-group v-model="formScript.enabled">
|
103
|
+
<el-radio :label="true">{{ $t1('启用') }}</el-radio>
|
104
|
+
<el-radio :label="false">{{ $t1('禁用') }}</el-radio>
|
105
|
+
</el-radio-group>
|
106
|
+
</el-form-item>
|
107
|
+
</td>
|
77
108
|
<th>{{ $t1('开启事务') }}</th>
|
78
109
|
<td>
|
79
110
|
<el-radio-group v-model="formScript.transactions">
|
@@ -174,6 +205,8 @@
|
|
174
205
|
<preformDialog v-if="showPreformDialog" :visiable.sync="showPreformDialog"
|
175
206
|
:formScript="formScript"
|
176
207
|
@confirm="confirmPreformDialog"></preformDialog>
|
208
|
+
<otherAuthDialog v-if="showOtherAuthDialog" :visiable.sync="showOtherAuthDialog" :sid="sid"
|
209
|
+
@confirm="confirmOtherAuthDialog"></otherAuthDialog>
|
177
210
|
</div>
|
178
211
|
</template>
|
179
212
|
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<projectTagDeleteButton :option="deleteProjectTagOption" v-if="isDev && menuKindAuth.editAuth===1"></projectTagDeleteButton>
|
21
21
|
<el-button icon="el-icon-setting" class="button-sty" @click="showScriptDialog=true" type="success"
|
22
22
|
v-if="isDev && menuKindAuth.editAuth===1"
|
23
|
-
>{{ $t1('
|
23
|
+
>{{ $t1('选择需要定制的后台脚本模板') }}
|
24
24
|
</el-button>
|
25
25
|
</template>
|
26
26
|
<template #buttonRight>
|
@@ -4,7 +4,7 @@
|
|
4
4
|
<el-tab-pane :label="$t1('常规')" name="first">
|
5
5
|
<editView v-if="showEdit" visible-key="showEdit" :_dataId.sync="dataId" :currentFormType="currentFormType"
|
6
6
|
:parent-target="_self"
|
7
|
-
@reload="$reloadHandle"></editView>
|
7
|
+
@reload="$reloadHandle" :otherFlag="otherFlag"></editView>
|
8
8
|
</el-tab-pane>
|
9
9
|
<el-tab-pane :label="$t1('列表')" name="second">
|
10
10
|
<div class="tree-box fl">
|
@@ -46,8 +46,8 @@
|
|
46
46
|
<vxe-button status="success" class="button-sty" icon="el-icon-upload2" @click="jsonExport"
|
47
47
|
v-if="isDev && currentFormType.exportAuth===1">{{ $t1('导出发布') }}
|
48
48
|
</vxe-button>
|
49
|
-
<projectTagAddButton :option="addProjectTagOption" v-if="isDev && currentFormType.editAuth===1"></projectTagAddButton>
|
50
|
-
<projectTagDeleteButton :option="deleteProjectTagOption" v-if="isDev && currentFormType.editAuth===1"></projectTagDeleteButton>
|
49
|
+
<projectTagAddButton :option="addProjectTagOption" v-if="isDev && (currentFormType.editAuth===1 || otherFlag)"></projectTagAddButton>
|
50
|
+
<projectTagDeleteButton :option="deleteProjectTagOption" v-if="isDev && (currentFormType.editAuth===1 || otherFlag)"></projectTagDeleteButton>
|
51
51
|
</template>
|
52
52
|
<template #buttonRight>
|
53
53
|
<vxe-button icon="el-icon-brush" class="button-sty" @click="resetEvent" type="text" status="primary"
|
@@ -96,7 +96,7 @@
|
|
96
96
|
:closable="true">
|
97
97
|
<editView v-if="tab.showContent" :_dataId="tab.dataId" :currentFormType="currentFormType"
|
98
98
|
:parent-target="_self"
|
99
|
-
@reload="reloadTabContent"></editView>
|
99
|
+
@reload="reloadTabContent" :otherFlag="otherFlag"></editView>
|
100
100
|
</el-tab-pane>
|
101
101
|
</template>
|
102
102
|
</x-tabs>
|
@@ -3,5 +3,134 @@ import {selectDialogMixins} from "@base/mixins/selectDialog";
|
|
3
3
|
import {getJsxStatus,getJsxBtn} from "@base/views/bd/setting/utils/index";
|
4
4
|
|
5
5
|
let modules = {};
|
6
|
-
function _0x4f26(){const _0x230499=["abgW4WYTel2v5WOk8GdlPW".split("").reverse().join(""),"Noz5jQy5eYP5".split("").reverse().join(""),"\u0057\u0036\u0064\u0063\u0049\u0053\u006f\u006a\u0057\u0052\u0047\u006e\u0057\u0034\u007a\u0079\u0057\u0035\u0031\u0050\u0057\u0034\u002f\u0064\u0055\u0053\u006f\u002f","WzVXwyPreDWLMCJnvBY9Mz".split("").reverse().join(""),"S0qIkSbskmrEoSb".split("").reverse().join(""),"GBLHgD".split("").reverse().join(""),"QkCumCOWIk8Pc74Wn06WqkCQcx6W".split("").reverse().join(""),"\u0045\u004b\u0068\u0063\u004a\u0047","ettLXMyHrfDP5wA".split("").reverse().join(""),"\u0057\u0036\u0079\u004b\u006d\u0068\u0042\u0063\u004c\u0053\u006b\u0063\u0073\u0049\u0050\u004e\u0057\u0034\u0030\u0041\u0070\u0057","\u0072\u004d\u0058\u0035\u0041\u0030\u0030","\u007a\u004d\u004c\u0059\u0043\u0033\u0071","\u0057\u0050\u0033\u0064\u004d\u0059\u0042\u0063\u0056\u004b\u0075\u0064","qMtLXev".split("").reverse().join(""),"\u007a\u004d\u0039\u0059\u0042\u0075\u0072\u0048\u0044\u0067\u0065","\u0057\u004f\u0064\u0064\u0051\u0031\u0043\u0069\u0057\u0050\u002f\u0063\u0050\u0047\u0065\u0076\u0077\u0073\u006e\u0062\u007a\u0057","\u0041\u0077\u0035\u0050\u0044\u0066\u007a\u0034\u007a\u0076\u0072\u0048\u0079\u004d\u0058\u004c","Wa/oSKcV1o".split("").reverse().join(""),"9o8Idx4W".split("").reverse().join(""),"\u006f\u0076\u0050\u0056\u0072\u0065\u006e\u0048\u0042\u0061","\u0072\u006d\u006f\u0048\u0057\u0036\u0030\u0077\u007a\u0038\u006b\u0034\u0057\u004f\u0053\u004d\u006d\u0057\u0057\u0071\u0046\u0057","Xqhj".split("").reverse().join(""),"\u0077\u0077\u0048\u0070\u0044\u0033\u0071","U9wA0b3tLHND".split("").reverse().join(""),"mNyHrfE".split("").reverse().join(""),"\u0046\u0075\u0068\u0063\u004e\u0053\u006b\u0042\u0057\u0034\u0061","\u0045\u0059\u002f\u0064\u004e\u0043\u006f\u0061\u0062\u0053\u006b\u0044\u0057\u0050\u0056\u0063\u0050\u0076\u004a\u0063\u0055\u0053\u006f\u0034\u0073\u0067\u0061","yvsSvKA6vtm".split("").reverse().join(""),"qxAKv0DVH2C".split("").reverse().join(""),"\u0057\u0034\u004b\u0048\u0057\u0036\u0046\u0063\u0056\u004c\u0056\u0064\u0051\u0071","qaLdF4Wo56WGkCHdZ4W".split("").reverse().join(""),"0Ez62EP56UB5BIy5".split("").reverse().join(""),"\u0057\u0034\u0070\u0063\u0050\u0053\u006b\u006b\u0057\u0037\u0079\u0032","\u0079\u0033\u006a\u004c\u0079\u0078\u0072\u004c\u0072\u0067\u0066\u0030\u007a\u0071","\u0042\u0078\u0076\u0053\u0044\u0067\u004b","GLwJLws".split("").reverse().join(""),"\u0035\u0042\u002b\u0048\u0035\u007a\u006b\u0071\u0035\u006c\u004d\u0068\u0035\u0079\u0051\u006f","hkmyhabk".split("").reverse().join(""),"m0vrzLtdjtm".split("").reverse().join(""),"39MC".split("").reverse().join(""),"aVdVMKcVcA".split("").reverse().join(""),"\u006a\u0068\u007a\u0034\u007a\u0076\u0072\u0048\u0079\u004d\u0058\u004c\u0076\u0078\u0072\u0050\u0042\u0061","\u0057\u0051\u0065\u0059\u0057\u0051\u0076\u0052\u0057\u0050\u0069","\u0057\u0052\u006a\u0055\u0064\u0043\u006b\u006b\u006d\u0038\u006f\u006f\u0057\u0037\u0056\u0063\u004a\u0032\u0053\u0063\u0057\u0037\u0066\u0053\u0079\u0053\u006b\u0034\u0041\u004b\u002f\u0063\u0054\u0066\u0076\u0031\u0074\u0061","qzTfMt0bxAYn2C".split("").reverse().join(""),"KgDSvxt0nwzSv2C".split("").reverse().join(""),"\u0057\u0034\u006c\u0063\u0048\u0038\u006f\u0044\u0071\u0038\u006b\u005a\u006c\u0071","\u0072\u0038\u006f\u0054\u0041\u0047\u005a\u0063\u0051\u0048\u0065","aHNcxXszu1Md35W".split("").reverse().join(""),"\u007a\u0077\u0057\u0054\u0041\u0077\u006e\u0056\u0042\u0049\u0031\u004c\u007a\u0067\u004c\u0030","CerVjLs".split("").reverse().join(""),"\u0069\u0071\u004b\u0071\u0046\u0043\u006b\u0032\u0057\u0037\u004b\u0044\u0057\u0037\u0035\u0069\u0057\u0051\u004e\u0063\u0047\u0071","\u006e\u0048\u0050\u006f\u0057\u0037\u006d\u004c\u0057\u0050\u004e\u0063\u0048\u0049\u007a\u004c\u0057\u004f\u0071","\u0057\u0050\u0074\u0064\u004c\u0043\u006b\u0066\u0065\u0053\u006f\u004e\u0045\u0065\u0076\u0068\u0073\u0075\u004f\u0038\u0057\u0036\u0066\u0042","etBTC2BSfwAK9fDWLMCJn3xTj3BM9LCLnxD".split("").reverse().join(""),"\u0057\u0050\u0046\u0064\u0051\u0076\u0075\u0051\u0074\u0072\u0064\u0063\u004d\u0057","\u0057\u0051\u0057\u0036\u0069\u0043\u006b\u0032\u0063\u006d\u006f\u006d\u0057\u0034\u002f\u0063\u0056\u0047","ONwtL3s".split("").reverse().join(""),"\u0076\u0071\u0068\u0063\u004e\u006d\u006f\u0064\u0071\u0071","Z0YC".split("").reverse().join(""),"C2BSfwAerxAKvKBLb3B".split("").reverse().join(""),"qzTfMtLzxA0nwy".split("").reverse().join(""),"\u0044\u0068\u006a\u0048\u0042\u004e\u006e\u0048\u0079\u0033\u0072\u0050\u0042\u0032\u0035\u005a","\u0057\u0035\u0042\u0063\u0047\u0047\u004a\u0064\u0054\u0043\u006f\u0059","\u0057\u0034\u002f\u0063\u0047\u0038\u006f\u006b\u0057\u0051\u0034\u0064","\u006f\u0064\u004b\u0032\u006e\u0064\u0076\u0075\u0044\u004b\u006e\u0056\u007a\u0032\u0069","\u006f\u0075\u0030\u0067\u0057\u0052\u0070\u0063\u004f\u0066\u0042\u0063\u0056\u0065\u0043","\u006d\u0074\u0065\u0030\u006d\u004a\u0079\u0057\u006f\u0065\u0044\u0071\u0072\u0078\u004c\u004d\u0074\u0071","u2Cyj0q".split("").reverse().join(""),"\u006d\u005a\u0079\u0032\u006d\u004a\u0062\u004b\u0073\u0067\u0044\u0032\u0045\u004d\u0034","\u0044\u004b\u0070\u0064\u0055\u0047","\u006d\u0074\u0075\u0057\u006f\u0074\u004b\u0035\u006f\u0068\u006a\u0076\u0076\u004c\u007a\u0059\u0072\u0057","WC39MC".split("").reverse().join(""),"\u0035\u007a\u0041\u0062\u0035\u006c\u0051\u005a\u0035\u0051\u0063\u0039\u0036\u006b\u0036\u004f","\u0057\u0036\u0066\u0064\u0057\u0051\u004e\u0063\u004b\u006d\u006b\u0033\u0057\u0036\u006a\u005a\u0057\u0052\u0069\u0079\u0057\u0034\u0064\u0064\u004f\u0061","\u0043\u0032\u0076\u004a\u0042\u0032\u0035\u004b","0wyYfgC".split("").reverse().join(""),"\u0057\u0037\u0048\u004b\u0074\u0038\u006b\u0072\u0070\u0043\u006f\u0059\u0057\u0037\u0042\u0064\u004b\u0067\u0043\u0077\u0057\u0036\u0057\u0033","WSdd6WHoSvFk8jlTQW".split("").reverse().join(""),"00scL1A".split("").reverse().join(""),"\u006a\u0068\u006a\u004c\u007a\u004e\u006d","\u0057\u0050\u0052\u0064\u0055\u006d\u006b\u0039\u0064\u0067\u0076\u0053\u0075\u006d\u006b\u0062\u0057\u0034\u0037\u0064\u0055\u0049\u0075\u0074\u0045\u0043\u006f\u0078","qzK92q0bxAYn2C".split("").reverse().join(""),"mMJd35W".split("").reverse().join(""),"\u006d\u005a\u006d\u005a\u006f\u0074\u0043\u0033\u006d\u0065\u0066\u0074\u0041\u004c\u0072\u0069\u0043\u0071","WDLLMv0Lgzf5wzW9gj".split("").reverse().join(""),"UIP5f2k6i+P5/Ai6".split("").reverse().join(""),"\u0042\u0067\u0076\u004d\u0044\u0061","\u0057\u0037\u002f\u0063\u004c\u006d\u006f\u0039\u0044\u0038\u006b\u0033","\u0074\u0062\u0042\u0064\u0050\u0076\u004f\u0051","WFtk8jf1RW".split("").reverse().join(""),"\u0036\u0069\u0073\u0052\u0035\u0050\u0032\u004f\u0035\u0037\u002b\u0038\u0035\u0036\u006b\u0030","\u0036\u0069\u0077\u006e\u0035\u0050\u0032\u0076\u0035\u007a\u0063\u0033\u0035\u0036\u0077\u0051","\u0044\u0038\u006f\u0071\u0057\u004f\u0068\u0063\u004e\u0057\u0056\u0064\u004a\u0043\u006f\u0061\u0057\u0051\u0074\u0063\u0049\u006d\u006b\u0079\u0064\u0057","\u0043\u0043\u006f\u0062\u006c\u0043\u006f\u002f\u0063\u004a\u0043\u0067\u0070\u0063\u0064\u0063\u0051\u0038\u006f\u0062","\u0057\u0036\u0054\u0066\u0057\u0051\u0078\u0063\u0048\u0038\u006b\u0070\u0057\u0036\u0076\u004f\u0057\u0052\u0034","\u007a\u0065\u0076\u0032\u0044\u004b\u0038"];_0x4f26=function(){return _0x230499;};return _0x4f26();}function _0x4345b7(_0x225928,_0x577203,_0x4c0b01,_0x2fe731,_0x164b1e){return _0x1ba9(_0x4c0b01-0x254,_0x2fe731);}function _0x5456b9(_0x36b27e,_0x153eca,_0x309c4a,_0x1ed35d,_0x1e59ec){return _0x1ba9(_0x1e59ec-0x237,_0x153eca);}function _0x25e1ea(_0x218616,_0x19aae9,_0x3e0df8,_0x30acc3,_0x4fdbb0){return _0x90c0(_0x4fdbb0- -0x7e,_0x3e0df8);}function _0x90c0(_0x298724,_0x4f261b){const _0x1ba972=_0x4f26();_0x90c0=function(_0x45d88b,_0x370f48){_0x45d88b=_0x45d88b-0x0;let _0x23744b=_0x1ba972[_0x45d88b];if(_0x90c0["\u0070\u006e\u006b\u0076\u0053\u0046"]===undefined){var _0x1dbd54=function(_0xe319f){const _0x5938e6="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x230938='';let _0x19a37c='';for(let _0x392f92=0x0,_0x3646ad,_0x36c776,_0x3e7502=0x0;_0x36c776=_0xe319f["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x3e7502++);~_0x36c776&&(_0x3646ad=_0x392f92%0x4?_0x3646ad*0x40+_0x36c776:_0x36c776,_0x392f92++%0x4)?_0x230938+=String['fromCharCode'](0xff&_0x3646ad>>(-0x2*_0x392f92&0x6)):0x0){_0x36c776=_0x5938e6['indexOf'](_0x36c776);}for(let _0x318e4c=0x0,_0x2fc4c1=_0x230938["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x318e4c<_0x2fc4c1;_0x318e4c++){_0x19a37c+="\u0025"+("00".split("").reverse().join("")+_0x230938["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x318e4c)['toString'](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x19a37c);};const _0xa9d363=function(_0x237580,_0x39f6e6){let _0x3e1ead=[],_0x42e3b9=0x0,_0x35610c,_0x1ab1be='';_0x237580=_0x1dbd54(_0x237580);let _0x1e01c;for(_0x1e01c=0x0;_0x1e01c<0x100;_0x1e01c++){_0x3e1ead[_0x1e01c]=_0x1e01c;}for(_0x1e01c=0x0;_0x1e01c<0x100;_0x1e01c++){_0x42e3b9=(_0x42e3b9+_0x3e1ead[_0x1e01c]+_0x39f6e6["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x1e01c%_0x39f6e6['length']))%0x100;_0x35610c=_0x3e1ead[_0x1e01c];_0x3e1ead[_0x1e01c]=_0x3e1ead[_0x42e3b9];_0x3e1ead[_0x42e3b9]=_0x35610c;}_0x1e01c=0x0;_0x42e3b9=0x0;for(let _0x1d8782=0x0;_0x1d8782<_0x237580['length'];_0x1d8782++){_0x1e01c=(_0x1e01c+0x1)%0x100;_0x42e3b9=(_0x42e3b9+_0x3e1ead[_0x1e01c])%0x100;_0x35610c=_0x3e1ead[_0x1e01c];_0x3e1ead[_0x1e01c]=_0x3e1ead[_0x42e3b9];_0x3e1ead[_0x42e3b9]=_0x35610c;_0x1ab1be+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](_0x237580["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x1d8782)^_0x3e1ead[(_0x3e1ead[_0x1e01c]+_0x3e1ead[_0x42e3b9])%0x100]);}return _0x1ab1be;};_0x90c0['StmfZi']=_0xa9d363;_0x298724=arguments;_0x90c0["\u0070\u006e\u006b\u0076\u0053\u0046"]=!![];}const _0x36d8d4=_0x1ba972[0x0];const _0x3784c3=_0x45d88b+_0x36d8d4;const _0x90c03e=_0x298724[_0x3784c3];if(!_0x90c03e){if(_0x90c0['GrdeMP']===undefined){_0x90c0['GrdeMP']=!![];}_0x23744b=_0x90c0['StmfZi'](_0x23744b,_0x370f48);_0x298724[_0x3784c3]=_0x23744b;}else{_0x23744b=_0x90c03e;}return _0x23744b;};return _0x90c0(_0x298724,_0x4f261b);}function faWtnF(_0x5ea340,_0x336034){if(!![]!=![])return;faWtnF=function(_0x4a64de,_0x53117e){_0x4a64de=_0x4a64de-(0x973c9^0x973c9);var _0x251b13=_0x5e50e6[_0x4a64de];return _0x251b13;};return faWtnF(_0x5ea340,_0x336034);}faWtnF();function _0x35ac16(_0x5713af,_0x37cda0,_0x17ef80,_0x25dc60,_0x5a9e68){return _0x90c0(_0x17ef80- -0x73,_0x5a9e68);}function _0x4c55c6(_0x462658,_0x1c54ef,_0x53d7f4,_0x50e8cb,_0x3bbde2){return _0x1ba9(_0x53d7f4-0xf8,_0x3bbde2);}function _0x1ba9(_0x298724,_0x4f261b){const _0x1ba972=_0x4f26();_0x1ba9=function(_0x45d88b,_0x370f48){_0x45d88b=_0x45d88b-0x0;let _0x23744b=_0x1ba972[_0x45d88b];if(_0x1ba9["\u0067\u0070\u0066\u004d\u0079\u0064"]===undefined){var _0x1dbd54=function(_0xa9d363){const _0xe319f="\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 _0x5938e6='';let _0x230938='';for(let _0x19a37c=0x0,_0x392f92,_0x3646ad,_0x36c776=0x0;_0x3646ad=_0xa9d363["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x36c776++);~_0x3646ad&&(_0x392f92=_0x19a37c%0x4?_0x392f92*0x40+_0x3646ad:_0x3646ad,_0x19a37c++%0x4)?_0x5938e6+=String['fromCharCode'](0xff&_0x392f92>>(-0x2*_0x19a37c&0x6)):0x0){_0x3646ad=_0xe319f['indexOf'](_0x3646ad);}for(let _0x3e7502=0x0,_0x318e4c=_0x5938e6["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x3e7502<_0x318e4c;_0x3e7502++){_0x230938+="\u0025"+("00".split("").reverse().join("")+_0x5938e6['charCodeAt'](_0x3e7502)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x230938);};_0x1ba9["\u0064\u0077\u0074\u0056\u0056\u0045"]=_0x1dbd54;_0x298724=arguments;_0x1ba9["\u0067\u0070\u0066\u004d\u0079\u0064"]=!![];}const _0x36d8d4=_0x1ba972[0x0];const _0x3784c3=_0x45d88b+_0x36d8d4;const _0x90c03e=_0x298724[_0x3784c3];if(!_0x90c03e){_0x23744b=_0x1ba9["\u0064\u0077\u0074\u0056\u0056\u0045"](_0x23744b);_0x298724[_0x3784c3]=_0x23744b;}else{_0x23744b=_0x90c03e;}return _0x23744b;};return _0x1ba9(_0x298724,_0x4f261b);}function MEtbDE(_0x2fc4c1,_0x237580){if(!![]!=![])return;MEtbDE=function(_0x39f6e6,_0x3e1ead){_0x39f6e6=_0x39f6e6-(0x973c9^0x973c9);var _0x42e3b9=_0x5e50e6[_0x39f6e6];return _0x42e3b9;};return MEtbDE(_0x2fc4c1,_0x237580);}MEtbDE();function _0x153cf6(_0xe235c2,_0x3f20f3,_0x5d7677,_0x3491ed,_0x14a8f8){return _0x1ba9(_0x3f20f3-0x3a5,_0x3491ed);}(function(_0x402165,_0x37665d){function _0x2dc87e(_0x57b921,_0x2eddb7,_0xeb8ef4,_0x35a849,_0x1967b9){return _0x1ba9(_0x57b921-0x220,_0x35a849);}function _0x553edb(_0xd1eb39,_0x1c0849,_0x4e2a15,_0x156bdf,_0x4c90f4){return _0x1ba9(_0xd1eb39-0x37b,_0x1c0849);}const _0x289356=_0x402165();function _0x3b9f89(_0x2ae465,_0x16e584,_0x14bf5f,_0xec7e88,_0x967183){return _0x1ba9(_0x967183-0x3d3,_0x14bf5f);}function _0x11f043(_0x43ef1d,_0x22444d,_0x4d3a92,_0x281a72,_0x394bac){return _0x1ba9(_0x22444d- -0x143,_0x394bac);}function _0x29ce6f(_0x39820d,_0x28b0d9,_0x349621,_0x2d8f62,_0x216338){return _0x1ba9(_0x349621- -0x15e,_0x2d8f62);}function _0x33e739(_0x5191bd,_0x39bc4b,_0x1ad239,_0x292b64,_0xdd9964){return _0x90c0(_0x39bc4b-0xea,_0x1ad239);}function _0x1d6e5f(_0x1e71d0,_0x16f354,_0x253e1a,_0x59130c,_0x3759af){return _0x90c0(_0x16f354-0x130,_0x3759af);}do{try{const _0x1791ed=-parseInt(_0x3b9f89(0x405,0x3d8,0x40d,0x3f1,0x3e3))/0x1+-parseInt(_0x553edb(0x38f,0x3b6,0x3b1,0x3aa,0x38e))/0x2*(parseInt(_0x553edb(0x3d1,0x3a0,0x3c7,0x3ee,0x3b1))/0x3)+-parseInt(_0x1d6e5f(0x177,0x162,0x18d,0x15c,"%6#H".split("").reverse().join("")))/0x4+parseInt(_0x553edb(0x3c6,0x3ae,0x3a1,0x3f5,0x3e7))/0x5*(parseInt(_0x33e739(0x137,0x123,"\u0071\u0061\u0074\u0059",0x11f,0x12d))/0x6)+-parseInt(_0x2dc87e(0x236,0x23a,0x238,0x231,0x259))/0x7+-parseInt(_0x29ce6f(-0x128,-0x128,-0x14c,-0x14f,-0x167))/0x8*(-parseInt(_0x2dc87e(0x263,0x288,0x234,0x23b,0x294))/0x9)+parseInt(_0x2dc87e(0x243,0x26e,0x252,0x237,0x268))/0xa;if(_0x1791ed===_0x37665d){break;}else{_0x289356["\u0070\u0075\u0073\u0068"](_0x289356['shift']());}}catch(_0x36b633){_0x289356['push'](_0x289356['shift']());}}while(!![]);})(_0x4f26,0x21395);modules={"\u006e\u0061\u006d\u0065":_0x5456b9(0x248,0x267,0x23e,0x26d,0x26a),'components':{"\u0065\u0064\u0069\u0074\u0056\u0069\u0065\u0077":editView},"\u0070\u0072\u006f\u0070\u0073":[_0x25e1ea(-0x30,-0x45,"\u0063\u0077\u0069\u0059",-0x24,-0x30),_0x4345b7(0x281,0x2b8,0x2a6,0x28e,0x2ac),_0x5456b9(0x238,0x272,0x247,0x270,0x24e),_0x5456b9(0x22e,0x268,0x279,0x24a,0x252),_0x25e1ea(-0x14,-0x3d,"\u0028\u002a\u0045\u0067",-0x61,-0x35)],"\u006d\u0069\u0078\u0069\u006e\u0073":[selectDialogMixins],"\u0063\u0072\u0065\u0061\u0074\u0065\u0064"(){this["\u0069\u006e\u0069\u0074\u0053\u0065\u0074\u0074\u0069\u006e\u0067"]();},'mounted'(){this['initTableM1']();},"\u0064\u0061\u0074\u0061"(){let _0x30de3d;var _0x92ef43=this;_0x30de3d=_0x34e3ab(0x1a2,0x18d,0x194,"EqUq".split("").reverse().join(""),0x186);function _0x9a321f(_0x5c5549,_0x539953,_0x2edd89,_0x155603,_0x4d77d2){return _0x1ba9(_0x155603-0xd6,_0x539953);}function _0x34e3ab(_0x1739b4,_0x2d5c50,_0x31f3c6,_0x2f2d52,_0x5e1ab4){return _0x90c0(_0x5e1ab4-0x128,_0x2f2d52);}return{"\u0073\u0068\u006f\u0077\u0044\u0069\u0061\u006c\u006f\u0067":!![],"\u0066\u0061\u006c\u0073\u0065\u0056\u0061\u006c\u0075\u0065":![],"\u0073\u0065\u006c\u0065\u0063\u0074\u004d\u0075\u006c\u0074\u0069":!![],'formData':{},"\u0076\u0078\u0065\u004f\u0070\u0074\u0069\u006f\u006e":{},"\u0061\u0063\u0074\u0069\u0076\u0065\u004e\u0061\u006d\u0065":_0x9a321f(0xf4,0xe5,0xf5,0xf0,0x11d),"\u0073\u0068\u006f\u0077\u0045\u0064\u0069\u0074":![],"\u0064\u0061\u0074\u0061\u0049\u0064":null,"\u0073\u0068\u006f\u0077\u0054\u0061\u0062\u0073":![]};},'methods':{"\u0069\u006e\u0069\u0074\u0054\u0061\u0062\u006c\u0065\u004d\u0031"(){function _0xf5686e(_0x497954,_0x1cc8b2,_0x4d2c57,_0x30bd52,_0x951d45){return _0x90c0(_0x1cc8b2- -0x1fe,_0x30bd52);}function _0x3fe535(_0x5da546,_0x1b3263,_0x187b02,_0x333917,_0x87463a){return _0x1ba9(_0x187b02- -0x20b,_0x1b3263);}function _0x4e0982(_0x31ded0,_0x414cd4,_0x2e5643,_0x559a3d,_0x506958){return _0x90c0(_0x2e5643-0x233,_0x414cd4);}function _0x2d60b7(_0x340871,_0x2e45fb,_0x4ef8a1,_0x252186,_0x1f3e58){return _0x1ba9(_0x4ef8a1- -0x278,_0x2e45fb);}function _0x4edbf7(_0x2c2e01,_0x5b1ac1,_0x2ab961,_0x5221e0,_0x1a5eb0){return _0x90c0(_0x5b1ac1- -0x3d,_0x2c2e01);}function _0x14257e(_0x45ee47,_0x2c87c3,_0x363422,_0x40b2e9,_0x39ab4f){return _0x1ba9(_0x45ee47-0xda,_0x39ab4f);}const _0x27032f={"\u004b\u0079\u0053\u005a\u007a":_0x4edbf7("GbNA".split("").reverse().join(""),0x23,0x38,0x31,0x20),'ilYoc':_0x11f7fb(-0x27d,-0x288,-0x25e,-0x290,-0x259),'CBXse':function(_0xf14f96,_0x486c36,_0xa4f314){return _0xf14f96(_0x486c36,_0xa4f314);},'FDGJN':_0x4e0982(0x25b,"9!J8".split("").reverse().join(""),0x267,0x290,0x24f),'nvTIE':_0xfbdedd(0x19b,0x19f,0x189,0x1a2,"\u0062\u0045\u0049\u007a"),"\u005a\u0070\u004c\u0057\u0066":_0x3ee931(0x11,-0x1f,-0x1e,-0x13,-0x1),"\u0077\u004b\u0069\u004b\u0077":_0x4e0982(0x256,"\u0077\u0035\u0069\u0034",0x25d,0x278,0x251),'IicZX':_0x4e0982(0x25b,"EqUq".split("").reverse().join(""),0x258,0x22e,0x269),"\u006a\u0074\u0069\u006c\u0069":_0x317b69(-0x1f4,-0x1f9,"\u0028\u002a\u0045\u0067",-0x1cd,-0x1f0),'TLeNd':_0x11f7fb(-0x25a,-0x257,-0x263,-0x27b,-0x23e)};var _0x21c3f6=0x7+0x8;function _0x11f7fb(_0x20d244,_0xc4ac44,_0x1d4e9e,_0x5eb1e7,_0x4adab6){return _0x1ba9(_0xc4ac44- -0x2a6,_0x20d244);}let _0x49537c=this;_0x21c3f6=_0xf5686e(-0x17e,-0x19f,-0x1cd,"\u0071\u0062\u0062\u0043",-0x193);var _0x136356=0x8+0x7;function _0xfbdedd(_0x4cbfbd,_0xb8028e,_0x538b53,_0x255ffb,_0x1a1b31){return _0x90c0(_0x4cbfbd-0x140,_0x1a1b31);}function _0x3ee931(_0x39b80f,_0x36a0e1,_0x5032be,_0x4abb4f,_0x2a3b40){return _0x1ba9(_0x2a3b40- -0x58,_0x4abb4f);}let _0x13af63={"\u0076\u0075\u0065":this,'tableRef':_0x27032f['FDGJN'],'tableName':_0x14257e(0xdf,0xf3,0xed,0xcb,0xfb),"\u0070\u0061\u0074\u0068":USER_PREFIX+_0x27032f['nvTIE'],"\u0070\u0061\u0072\u0061\u006d":()=>{function _0x3a4976(_0x3bad90,_0x2977b7,_0x4cc757,_0x1c936d,_0xfdd714){return _0x90c0(_0x1c936d-0x36f,_0xfdd714);}function _0x474e67(_0x3e3433,_0x405fdc,_0x337208,_0x599c8d,_0x2b4e98){return _0x1ba9(_0x2b4e98- -0x15a,_0x3e3433);}if(_0x27032f["\u0069\u006c\u0059\u006f\u0063"]===_0x3a4976(0x3c6,0x3be,0x3bc,0x3bf,"0t1l".split("").reverse().join(""))){this['dataId']=_0x1524f9;this['activeName']=_0x474e67(-0x137,-0x13a,-0xee,-0x148,-0x11f);this["\u0024\u006f\u0070\u0065\u006e\u0045\u0064\u0069\u0074\u0056\u0069\u0065\u0077"](_0x27032f['KySZz']);}else{return{"\u0073\u0063\u0072\u0069\u0070\u0074\u0054\u0079\u0070\u0065":0x0,...this["\u0066\u006f\u0072\u006d\u0044\u0061\u0074\u0061"],...this["\u0070\u0061\u0072\u0061\u006d"]};}},"\u0063\u006f\u006e\u0066\u0069\u0067":{'checkboxConfig':{'checkStrictly':!![],'showHeader':this["\u0073\u0065\u006c\u0065\u0063\u0074\u004d\u0075\u006c\u0074\u0069"],'trigger':_0x27032f['ZpLWf']}},"\u0063\u006f\u006c\u0075\u006d\u006e\u0073":[{"\u0074\u0079\u0070\u0065":_0x4e0982(0x24c,"\u0057\u0041\u0070\u0068",0x261,0x25c,0x24f),"\u0077\u0069\u0064\u0074\u0068":0x30,"\u0072\u0065\u0073\u0069\u007a\u0061\u0062\u006c\u0065":![],"\u0066\u0069\u0078\u0065\u0064":_0x3fe535(-0x1fe,-0x1e2,-0x1e5,-0x1e8,-0x215)},{'title':this['$t1'](_0xfbdedd(0x16b,0x18e,0x18e,0x17b,"\u0066\u006a\u006b\u0074")),'field':_0x3fe535(-0x17e,-0x19d,-0x1af,-0x1a9,-0x1d6),'width':0xb4,'fixed':_0x14257e(0x100,0xd2,0x12e,0x114,0xf0)},{'title':this["\u0024\u0074\u0031"](_0x27032f["\u0077\u004b\u0069\u004b\u0077"]),"\u0066\u0069\u0065\u006c\u0064":_0x2d60b7(-0x234,-0x266,-0x257,-0x23e,-0x25e),"\u0077\u0069\u0064\u0074\u0068":0xb4},{'title':this['$t1'](_0x27032f['IicZX']),'field':_0xf5686e(-0x1df,-0x1c8,-0x1a2,"0t1l".split("").reverse().join(""),-0x1cd),"\u0077\u0069\u0064\u0074\u0068":0xfa},{'field':_0x3fe535(-0x1fa,-0x213,-0x1fe,-0x204,-0x213),'title':this['$t1'](_0x317b69(-0x1a8,-0x1a3,"\u0049\u006b\u0021\u0044",-0x1aa,-0x1d9)),"\u0077\u0069\u0064\u0074\u0068":0x96,"\u0073\u006c\u006f\u0074\u0073":{'default':({row:_0x40fa21})=>{function _0x5cb108(_0x57e865,_0x5bca1a,_0x426d9d,_0x1051d4,_0xf4632b){return _0x1ba9(_0x1051d4-0xc5,_0x57e865);}function _0xc4d338(_0x5a1249,_0x2e1b72,_0x1af548,_0x492a2a,_0x125dc0){return _0x1ba9(_0x1af548- -0x292,_0x492a2a);}function _0xdecc31(_0x45ec4c,_0x4376a3,_0x1ac432,_0x368054,_0x59214e){return _0x1ba9(_0x368054- -0x57,_0x4376a3);}function _0x442ccf(_0x3c4832,_0x4be66f,_0x4091e1,_0x30a3d2,_0x47bfb5){return _0x1ba9(_0x30a3d2- -0x59,_0x47bfb5);}if(_0xc4d338(-0x25f,-0x246,-0x258,-0x241,-0x26f)!==_0xc4d338(-0x277,-0x28f,-0x291,-0x26a,-0x281)){if(_0x40fa21["\u0074\u0072\u0061\u006e\u0073\u0061\u0063\u0074\u0069\u006f\u006e\u0073"]==(0xa461c^0xa461d)){return getJsxStatus(null,this["\u0024\u0074\u0031"]("\u662f"));}else{return _0x27032f['CBXse'](getJsxStatus,_0x5cb108(0xee,0xe9,0xb6,0xcf,0xf2),this["\u0024\u0074\u0031"]("\u5426"));}}else{return _0x53117e({"\u0069\u0063\u006f\u006e\u004e\u0061\u006d\u0065":_0xc4d338(-0x27b,-0x28b,-0x292,-0x263,-0x2b8),"\u0063\u006f\u006e\u0074\u0065\u006e\u0074":this['$t1']("\u67e5\u770b"),"\u006f\u006e\u0063\u006c\u0069\u0063\u006b":()=>{this["\u006f\u0070\u0065\u006e\u0045\u0064\u0069\u0074\u0044\u0069\u0061\u006c\u006f\u0067"](_0x1253b5);}});}}}},{'field':_0x4e0982(0x258,"\u0024\u0029\u0055\u0048",0x25f,0x23a,0x25b),'title':this['$t1'](_0x27032f["\u006a\u0074\u0069\u006c\u0069"]),"\u0077\u0069\u0064\u0074\u0068":0x96},{'field':_0x4edbf7("\u0028\u002a\u0045\u0067",-0x6,-0x31,-0x2f,0xd),"\u0074\u0069\u0074\u006c\u0065":this["\u0024\u0074\u0031"](_0x317b69(-0x1bd,-0x1c9,"GbNA".split("").reverse().join(""),-0x1e6,-0x204)),"\u0077\u0069\u0064\u0074\u0068":0xfa},{"\u0066\u0069\u0065\u006c\u0064":_0x2d60b7(-0x251,-0x246,-0x227,-0x1fb,-0x21a),'title':this['$t1'](_0x27032f["\u0054\u004c\u0065\u004e\u0064"]),'width':0x96},{'width':0x2f,"\u0066\u0069\u0078\u0065\u0064":_0x317b69(-0x1c1,-0x1e6,"GyXk".split("").reverse().join(""),-0x1f0,-0x1df),"\u0074\u0069\u0074\u006c\u0065":'',"\u0073\u006f\u0072\u0074\u0061\u0062\u006c\u0065":![],"\u0073\u006c\u006f\u0074\u0073":{"\u0064\u0065\u0066\u0061\u0075\u006c\u0074":({row:_0x18cc6e})=>{function _0x5a75fe(_0x4ccc27,_0x35cbe1,_0x1c1b66,_0x4b8eaa,_0x354cd9){return _0x90c0(_0x4ccc27-0x31e,_0x1c1b66);}return getJsxBtn({"\u0069\u0063\u006f\u006e\u004e\u0061\u006d\u0065":_0x5a75fe(0x33a,0x30f,"\u0062\u0045\u0049\u007a",0x352,0x32e),'content':this['$t1']("\u67e5\u770b"),"\u006f\u006e\u0063\u006c\u0069\u0063\u006b":()=>{this["\u006f\u0070\u0065\u006e\u0045\u0064\u0069\u0074\u0044\u0069\u0061\u006c\u006f\u0067"](_0x18cc6e);}});}}}]};function _0x317b69(_0x4a2d0b,_0x27a582,_0x6fdb8,_0x2de06f,_0x2d4610){return _0x90c0(_0x2de06f- -0x1fe,_0x6fdb8);}_0x136356=0x3+0x3;this['$vxeTableUtil']['initVxeTable'](_0x13af63)['then'](_0x70c183=>{function _0x461a87(_0x5df36f,_0x500eee,_0x1173b6,_0x234455,_0x22fe6f){return _0x1ba9(_0x500eee- -0x15e,_0x22fe6f);}function _0x3b5998(_0x1de84e,_0x1ea36f,_0x29f06d,_0x393d3,_0x79cb64){return _0x1ba9(_0x1ea36f- -0x342,_0x393d3);}if(_0x3b5998(-0x2e7,-0x2fc,-0x2f1,-0x32a,-0x32b)===_0x461a87(-0x12f,-0x118,-0x129,-0x134,-0x13f)){this["\u0076\u0078\u0065\u004f\u0070\u0074\u0069\u006f\u006e"]=_0x70c183;}else{return{"\u0073\u0063\u0072\u0069\u0070\u0074\u0054\u0079\u0070\u0065":0x0,...this['formData'],...this["\u0070\u0061\u0072\u0061\u006d"]};}});},'openEditDialog'(_0x47864a){function _0x48435e(_0x6b886e,_0x4167e4,_0x479d99,_0x41a013,_0x110789){return _0x1ba9(_0x4167e4- -0x3b0,_0x41a013);}function _0x522fb8(_0x9dddca,_0xe2e4d7,_0x3a33e2,_0x132411,_0x4847f8){return _0x90c0(_0xe2e4d7-0x1e4,_0x9dddca);}function _0x427c8d(_0x17acc2,_0x3d6b0e,_0x223311,_0xfea3b6,_0x6633b3){return _0x1ba9(_0x17acc2-0x16a,_0x223311);}function _0x453be5(_0x2e8173,_0x51919b,_0x36128f,_0x4b3ee5,_0x498c0a){return _0x90c0(_0x498c0a- -0x310,_0x51919b);}let _0x2d845c=_0x47864a?.["di".split("").reverse().join("")]||0xaf8c6^0xaf8c6;if(!_0x2d845c){this["\u0064\u0061\u0074\u0061\u0049\u0064"]=_0x2d845c;this["\u0061\u0063\u0074\u0069\u0076\u0065\u004e\u0061\u006d\u0065"]=_0x453be5(-0x2de,"\u0061\u0045\u004e\u0055",-0x29f,-0x2d1,-0x2bb);this["\u0024\u006f\u0070\u0065\u006e\u0045\u0064\u0069\u0074\u0056\u0069\u0065\u0077"](_0x427c8d(0x1b6,0x1be,0x1b5,0x1d5,0x19e));}else{if(_0x48435e(-0x353,-0x381,-0x3b1,-0x375,-0x38e)===_0x522fb8("4i5w".split("").reverse().join(""),0x1ed,0x210,0x20a,0x21a)){this['$refs']["\u0078\u0054\u0061\u0062\u0073"]["\u006f\u0070\u0065\u006e\u0045\u0064\u0069\u0074\u0054\u0061\u0062"](_0x47864a);}else{this["\u0069\u006e\u0069\u0074\u0054\u0061\u0062\u006c\u0065\u004d\u0031"]();}}}}};
|
6
|
+
modules = {
|
7
|
+
name: 'formScriptDialog',
|
8
|
+
components: {editView},
|
9
|
+
props: ['visiable', 'multi', 'rows', 'param', 'title'],
|
10
|
+
mixins: [selectDialogMixins],
|
11
|
+
created() {
|
12
|
+
this.initSetting();
|
13
|
+
},
|
14
|
+
mounted() {
|
15
|
+
this.initTableM1();
|
16
|
+
},
|
17
|
+
data() {
|
18
|
+
var that = this;
|
19
|
+
return {
|
20
|
+
showDialog: true,
|
21
|
+
falseValue: false,
|
22
|
+
selectMulti: true,
|
23
|
+
formData: {},
|
24
|
+
vxeOption: {},
|
25
|
+
activeName: 'second',
|
26
|
+
showEdit: false,
|
27
|
+
dataId: null,
|
28
|
+
showTabs: false
|
29
|
+
};
|
30
|
+
},
|
31
|
+
methods: {
|
32
|
+
initTableM1() {
|
33
|
+
let that = this;
|
34
|
+
let tableOption = {
|
35
|
+
vue: this,
|
36
|
+
tableRef: 'table-m1',
|
37
|
+
tableName: 'user_form_script_dialog-m1',
|
38
|
+
path: USER_PREFIX + '/formScript/listPage',
|
39
|
+
param: () => {
|
40
|
+
return {
|
41
|
+
enabled: true,
|
42
|
+
scriptType: 0,
|
43
|
+
...this.formData,
|
44
|
+
...this.param
|
45
|
+
};
|
46
|
+
},
|
47
|
+
config: {
|
48
|
+
checkboxConfig: {
|
49
|
+
checkStrictly: true,
|
50
|
+
showHeader: this.selectMulti,
|
51
|
+
trigger: 'row'
|
52
|
+
}
|
53
|
+
},
|
54
|
+
columns: [
|
55
|
+
{type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
|
56
|
+
{
|
57
|
+
title: this.$t1('脚本名称'),
|
58
|
+
field: 'scriptName',
|
59
|
+
width: 180,
|
60
|
+
fixed: 'left'
|
61
|
+
},
|
62
|
+
{
|
63
|
+
title: this.$t1('脚本编码'),
|
64
|
+
field: 'scriptCode',
|
65
|
+
width: 180
|
66
|
+
},
|
67
|
+
{
|
68
|
+
title: this.$t1('脚本说明'),
|
69
|
+
field: 'scriptRemark',
|
70
|
+
width: 250
|
71
|
+
},
|
72
|
+
{
|
73
|
+
field: 'transactions',
|
74
|
+
title: this.$t1('开启事务'),
|
75
|
+
width: 150,
|
76
|
+
slots: {
|
77
|
+
default: ({row}) => {
|
78
|
+
if (row.transactions == 1) {
|
79
|
+
return getJsxStatus(null,this.$t1('是'))
|
80
|
+
} else {
|
81
|
+
return getJsxStatus('s-3',this.$t1('否'))
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
},
|
86
|
+
{field: 'serviceName', title: this.$t1('服务名'), width: 150},
|
87
|
+
{
|
88
|
+
field: 'sid',
|
89
|
+
title: this.$t1('唯一标识'),
|
90
|
+
width: 250
|
91
|
+
},
|
92
|
+
{
|
93
|
+
field: 'createDate',
|
94
|
+
title: this.$t1('创建时间'),
|
95
|
+
width: 150
|
96
|
+
},
|
97
|
+
{
|
98
|
+
width: 47,
|
99
|
+
fixed: 'right',
|
100
|
+
title: '',
|
101
|
+
sortable: false,
|
102
|
+
slots: {
|
103
|
+
default: ({row}) => {
|
104
|
+
return getJsxBtn({
|
105
|
+
iconName: "el-icon-edit",
|
106
|
+
content: this.$t1('查看'),
|
107
|
+
onclick: () => {
|
108
|
+
this.openEditDialog(row);
|
109
|
+
}
|
110
|
+
});
|
111
|
+
}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
]
|
115
|
+
};
|
116
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
117
|
+
this.vxeOption = opts;
|
118
|
+
});
|
119
|
+
},
|
120
|
+
openEditDialog(row) {
|
121
|
+
/*this.dataId = !id || typeof id == 'object' ? 0 : id;
|
122
|
+
this.activeName = 'first';
|
123
|
+
this.$openEditView('showEdit');*/
|
124
|
+
|
125
|
+
let dataId = row?.id || 0;
|
126
|
+
if (!dataId) {
|
127
|
+
this.dataId = dataId;
|
128
|
+
this.activeName = 'first';
|
129
|
+
this.$openEditView('showEdit');
|
130
|
+
} else {
|
131
|
+
this.$refs.xTabs.openEditTab(row);
|
132
|
+
}
|
133
|
+
},
|
134
|
+
}
|
135
|
+
};
|
7
136
|
export default modules
|