cloud-web-corejs 1.0.54-dev.66 → 1.0.54-dev.660
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 +22 -14
- package/src/App.vue +30 -34
- package/src/api/user.js +64 -40
- package/src/components/Qrcode/fileParse.vue +0 -1
- package/src/components/Tinymce/index.vue +112 -71
- package/src/components/VabUpload/image-viewer.vue +2 -2
- package/src/components/VabUpload/index.js +49 -1
- package/src/components/VabUpload/mixins.js +1822 -2
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +209 -120
- package/src/components/advancedSearchDialog/mixins.js +28 -1
- package/src/components/base-textarea/index.vue +104 -0
- package/src/components/baseAlert/index.js +44 -1
- package/src/components/baseAlert/index.vue +24 -20
- package/src/components/baseAlert/mixins.js +61 -1
- package/src/components/baseAttachment/index.vue +49 -40
- package/src/components/baseAttachment/install.js +21 -5
- package/src/components/baseAttachment/mixins.js +310 -1
- package/src/components/baseInputBatch/mixins.js +58 -1
- package/src/components/baseInputExport/index.vue +21 -14
- package/src/components/baseInputExport/mixins.js +391 -1
- package/src/components/baseTabs/index.vue +16 -8
- package/src/components/baseTabs/mixins.js +166 -1
- package/src/components/cnPrint/index.js +44 -1
- package/src/components/cnPrint/mixins.js +189 -1
- package/src/components/code-editor/index.vue +130 -62
- package/src/components/confirmDialog/index.js +41 -1
- package/src/components/confirmDialog/index.vue +24 -17
- package/src/components/confirmDialog/mixins.js +31 -1
- package/src/components/errorMsg/index.js +1 -1
- package/src/components/errorMsg/index.vue +78 -70
- package/src/components/errorMsg/mixins.js +6 -5
- package/src/components/excelExport/button.vue +86 -24
- package/src/components/excelExport/exportFieldDialog.vue +215 -81
- package/src/components/excelExport/index.js +6 -6
- package/src/components/excelExport/index.vue +108 -26
- package/src/components/excelExport/mixins.js +2 -2
- package/src/components/excelImport/index.js +13 -13
- package/src/components/excelImport/mixins.js +2 -1
- package/src/components/fileLibrary/fileObjAuthDialog.vue +179 -89
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -0
- package/src/components/fileLibrary/filterDialog.vue +454 -0
- package/src/components/fileLibrary/index.vue +605 -262
- 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 +339 -211
- 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 +220 -101
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +64 -4
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +3 -3
- package/src/components/fileLibrary/propertiesDialog.vue +113 -74
- package/src/components/fileLibrary/shareDialog.vue +1 -1
- package/src/components/formOplog/mixins.js +85 -4
- package/src/components/hiprint/css/bootstrap.min.css +6 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.eot +0 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.svg +288 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.woff +0 -0
- package/src/components/hiprint/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/src/components/hiprint/hiprint.bundle.js +15 -3
- package/src/components/hiprint/view/design/index.vue +140 -47
- package/src/components/hiprint/view/design/mixins.js +611 -1
- package/src/components/hiprint/view/design/preview.vue +75 -52
- package/src/components/hiprint/view/json-view.vue +31 -31
- package/src/components/jdPrint/index.js +44 -1
- package/src/components/jdPrint/mixins.js +208 -1
- package/src/components/jsonImport/index.js +187 -17
- package/src/components/jsonImport/mixins.js +333 -1
- package/src/components/langImport/index.js +80 -1
- package/src/components/langImport/mixins.js +500 -16
- package/src/components/langTag/mixins/addButton.js +51 -5
- package/src/components/langTag/mixins/deleteButton.js +55 -5
- package/src/components/langTag/mixins/view.js +47 -5
- package/src/components/luckysheet/dialog.vue +159 -0
- package/src/components/luckysheet/export.js +595 -0
- package/src/components/luckysheet/fileUtils.js +147 -0
- package/src/components/luckysheet/index.js +72 -0
- package/src/components/luckysheet/templateJson.js +12078 -0
- package/src/components/luckysheet/view.vue +210 -0
- package/src/components/obsUpload/index.js +34 -0
- package/src/components/obsUpload/index.vue +231 -0
- package/src/components/obsUpload/mixins.js +1476 -0
- package/src/components/onlineTalk/index.vue +1 -1
- package/src/components/onlineTalk/mixins.js +852 -1
- package/src/components/onlineTalk/talkUserDialog.vue +280 -0
- package/src/components/oplogTable/mixins.js +83 -4
- package/src/components/pddPrint/index.js +44 -1
- package/src/components/pddPrint/mixins.js +252 -1
- package/src/components/projectTag/mixins/addButton.js +52 -1
- package/src/components/projectTag/mixins/deleteButton.js +52 -1
- package/src/components/projectTag/mixins/view.js +43 -1
- package/src/components/scriptDescription/button.vue +12 -4
- package/src/components/scriptDescription/mixins.js +30 -1
- package/src/components/scriptTest/mixins.js +90 -1
- package/src/components/statusTag/mixins.js +66 -1
- package/src/components/table/CellSlot.vue +1 -0
- package/src/components/table/config.js +1 -1
- package/src/components/table/index.js +12 -11
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +11028 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css +200 -0
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/table/util/index.js +339 -0
- package/src/components/table/vxeFilter/index.js +2 -1
- package/src/components/table/vxeFilter/mixin.js +8 -6
- package/src/components/tempStorage/index.vue +76 -55
- package/src/components/tempStorage/tempStorageDialog.vue +179 -54
- package/src/components/vb-tabs/x-tabs.vue +56 -30
- package/src/components/vipPrint/index.js +44 -1
- package/src/components/vipPrint/mixins.js +268 -1
- package/src/components/wf/addOpinionButton.vue +57 -0
- package/src/components/wf/content.vue +834 -362
- package/src/components/wf/mixins/addOpinionButton.js +53 -0
- package/src/components/wf/mixins/setCandidateButton.js +161 -0
- package/src/components/wf/mixins/setCandidateDialog.js +213 -1
- package/src/components/wf/mixins/setCandidateDialog2.js +252 -0
- package/src/components/wf/mixins/wfFlowEleScriptDialog.js +131 -0
- package/src/components/wf/mixins/wfTaskUserRangeDialog.js +69 -0
- package/src/components/wf/setCandidateButton.vue +40 -0
- package/src/components/wf/setCandidateDialog.vue +10 -0
- package/src/components/wf/setCandidateDialog2.vue +105 -0
- package/src/components/wf/wf.js +2156 -1
- package/src/components/wf/wfFlowEleScriptDialog.vue +89 -0
- package/src/components/wf/wfStartDialog.vue +66 -42
- package/src/components/wf/wfTaskUserRangeDialog.vue +65 -0
- package/src/components/wf/wfUtil.js +279 -1
- package/src/components/xform/form-designer/designer.js +1995 -9
- package/src/components/xform/form-designer/form-widget/components/gantt/index.vue +434 -0
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +1 -1
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +9 -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-pane-widget.vue +3 -2
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +3 -3
- package/src/components/xform/form-designer/form-widget/dialog/baseFormulaDialog copy.vue +971 -0
- package/src/components/xform/form-designer/form-widget/dialog/baseFormulaDialog.vue +971 -0
- 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 +85 -48
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
- package/src/components/xform/form-designer/form-widget/dialog/formulaDialog.vue +799 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +30 -7
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +1762 -9
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +222 -75
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +2 -2
- 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 +32 -4
- 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/cascader-widget.vue +19 -1
- package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +40 -28
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +18 -7
- package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/field-widget/copy_button-widget.vue +95 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +14 -3
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +48 -5
- package/src/components/xform/form-designer/form-widget/field-widget/download-button-widget.vue +133 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-item-widget.vue +86 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-widget.vue +170 -0
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1654 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +805 -379
- package/src/components/xform/form-designer/form-widget/field-widget/gantt-widget.vue +964 -0
- package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +6 -2
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +22 -11
- package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +90 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +7 -2
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/date-limit-mixin.js +157 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/utc-transform-mixin.js +75 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +179 -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 +114 -81
- package/src/components/xform/form-designer/form-widget/field-widget/oplog-widget.vue +186 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +55 -28
- package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +119 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +154 -47
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +26 -6
- 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-export-item-button-widget.vue +92 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +24 -9
- 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 +12 -1
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +8 -3
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +82 -49
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +38 -38
- package/src/components/xform/form-designer/form-widget/field-widget/tableexportbuttonwidget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/tempStorage-widget.vue +147 -0
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +111 -34
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +4 -3
- package/src/components/xform/form-designer/form-widget/field-widget/time-widget.vue +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +3 -171
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +191 -66
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload2-widget.vue +753 -0
- package/src/components/xform/form-designer/form-widget/indexMixin.js +1 -1
- package/src/components/xform/form-designer/indexMixin.js +3 -2
- package/src/components/xform/form-designer/refMixinDesign.js +1 -28
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +981 -172
- package/src/components/xform/form-designer/setting-panel/index.vue +41 -32
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +537 -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/buttonIcon-editor.vue +14 -15
- 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 +125 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +998 -1042
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/edit-tree-button-group-config-dialog.vue +281 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/exportItemColumns-dialog.vue +432 -0
- 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 +1404 -533
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +3 -3
- 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/container-tree/tree-customClass-editor.vue +31 -2
- 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/downloadButtonFlag-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dropdownFlag-editor.vue +133 -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 +5 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +23 -8
- 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/icon-editor.vue +14 -15
- 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/date-dateLimit-editor.vue +157 -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-gantt/gantt-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +77 -20
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +96 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +44 -15
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-detail-button-editor.vue +115 -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-static-text/preWrap-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-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/select-export-item-button-editor.vue +71 -0
- 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 +33 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +66 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +89 -19
- package/src/components/xform/form-designer/setting-panel/property-editor/formatType-editor.vue +137 -0
- 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 +17 -16
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +25 -25
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +11 -13
- 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/name-editor.vue +126 -50
- 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/prefixIcon-editor.vue +14 -15
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +349 -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/suffixIcon-editor.vue +14 -15
- package/src/components/xform/form-designer/setting-panel/property-editor/tempStorage-editor.vue +42 -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/utcTransformEnabled-editor.vue +19 -0
- 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 +372 -50
- 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 +224 -187
- package/src/components/xform/form-designer/setting-panel/widgetPropertyDialogMixin.js +173 -0
- package/src/components/xform/form-designer/toolbar-panel/index.vue +267 -103
- 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 +19 -18
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1743 -950
- package/src/components/xform/form-render/container-item/containerItemMixin.js +1237 -11
- package/src/components/xform/form-render/container-item/data-table-item.vue +209 -196
- package/src/components/xform/form-render/container-item/data-table-mixin.js +3478 -18
- package/src/components/xform/form-render/container-item/detail-item.vue +72 -48
- 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 +1178 -419
- package/src/components/xform/form-render/container-item/tab-item.vue +62 -25
- 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/container-item/table2-cell-item.vue +53 -34
- package/src/components/xform/form-render/container-item/table2-item.vue +182 -91
- package/src/components/xform/form-render/container-item/tree-item.vue +32 -11
- package/src/components/xform/form-render/dynamicDialogRender.js +1 -1
- package/src/components/xform/form-render/index.vue +77 -20
- package/src/components/xform/form-render/indexMixin.js +3719 -12
- package/src/components/xform/form-render/refMixin.js +3 -3
- package/src/components/xform/icon-picker/icons.json +284 -0
- package/src/components/xform/icon-picker/index.vue +145 -0
- package/src/components/xform/lang/zh-CN.js +29 -4
- package/src/components/xform/mixins/defaultHandle.js +367 -2
- package/src/components/xform/mixins/scriptHttp.js +3 -1
- package/src/components/xform/utils/emitter.js +4 -4
- package/src/components/xform/utils/formHttp.js +162 -0
- package/src/components/xform/utils/format.js +41 -34
- package/src/components/xform/utils/formula-util.js +969 -0
- package/src/components/xform/utils/smart-vue-i18n/index.js +2 -1
- package/src/components/xform/utils/util.js +1406 -1
- package/src/components/xform/utils/validators.js +2 -5
- package/src/components/xform/utils/vue2js-generator.js +2 -2
- package/src/components/xhsPrint/index.js +44 -1
- package/src/components/xhsPrint/mixins.js +269 -1
- package/src/directive/LimitNumber/index.js +125 -1
- package/src/directive/el-dialog-center/index.js +34 -1
- package/src/directive/el-drag-dialog/drag.js +86 -1
- package/src/directive/el-readonly/index.js +15 -1
- package/src/directive/permission/hasPermi.js +34 -1
- package/src/index.js +215 -190
- package/src/lang/index.js +56 -51
- package/src/lang/locale/en/login.js +27 -0
- package/src/lang/locale/zh/login.js +26 -0
- package/src/layout/components/AppMain.vue +8 -1
- package/src/layout/components/Sidebar/default.vue +1604 -1222
- package/src/layout/components/Sidebar/index.vue +6 -1
- package/src/layout/components/TagsView/index.vue +43 -12
- package/src/layout/components/createCompany/createCompanyDialog.vue +157 -0
- package/src/layout/components/extractedCode/createDialog.vue +92 -0
- package/src/layout/components/extractedCode/queryDialog.vue +103 -0
- package/src/layout/components/extractedCode/viewDialog.vue +207 -0
- package/src/layout/components/langTool.vue +33 -30
- package/src/layout/components/watermark/index.vue +83 -0
- package/src/layout/defaultLayout.vue +17 -9
- package/src/mixins/selectDialog/index.js +266 -1
- package/src/mixins/tableTree/index.js +199 -4
- package/src/mixins/wf/index.js +33 -1
- package/src/permission.js +135 -18
- package/src/resources/js/base/common.js +109 -109
- package/src/router/index.js +4 -7
- package/src/router/modules/customer.js +12 -18
- package/src/router/modules/system.js +4 -0
- package/src/store/config/index.js +83 -14
- package/src/store/getters.js +4 -1
- package/src/store/modules/permission.js +46 -41
- package/src/store/modules/settings.js +1 -1
- package/src/store/modules/tagsView.js +5 -8
- package/src/store/modules/user.js +367 -16
- package/src/utils/aes.js +2 -1
- package/src/utils/auth.js +1 -1
- package/src/utils/global.js +1 -1
- package/src/utils/index.js +2 -3
- package/src/utils/keepAlive.js +1 -1
- package/src/utils/pddLog.js +92 -0
- package/src/utils/pdfUtil.js +71 -0
- package/src/utils/request.js +1 -1
- package/src/utils/vab.js +1283 -27
- package/src/utils/validate.js +1 -1
- package/src/utils/wf.js +4 -4
- 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/dialog.js +84 -1
- package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +116 -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 +193 -0
- package/src/views/bd/setting/bd_company_env/list.vue +175 -0
- package/src/views/bd/setting/config_manage/list.vue +83 -0
- package/src/views/bd/setting/formVersion/button.vue +55 -0
- package/src/views/bd/setting/formVersion/compareBasicSection.vue +120 -0
- package/src/views/bd/setting/formVersion/compareCodeSection.vue +518 -0
- package/src/views/bd/setting/formVersion/compareContMixin.scss +55 -0
- package/src/views/bd/setting/formVersion/compareContent.vue +63 -0
- package/src/views/bd/setting/formVersion/compareDialog.vue +88 -0
- package/src/views/bd/setting/formVersion/compareMixin.js +93 -0
- package/src/views/bd/setting/formVersion/fieldCompare.vue +54 -0
- package/src/views/bd/setting/formVersion/formScriptCompareView.vue +94 -0
- package/src/views/bd/setting/formVersion/formTemplateCompareView.vue +74 -0
- package/src/views/bd/setting/formVersion/ftHistoryDialog.vue +400 -0
- package/src/views/bd/setting/formVersion/link.vue +58 -0
- package/src/views/bd/setting/formVersion/preformDialog.vue +87 -0
- package/src/views/bd/setting/formVersion/reverButton.vue +82 -0
- package/src/views/bd/setting/formVersion/tableDetailDiff.js +78 -0
- package/src/views/bd/setting/formVersion/tableModelCompareView.vue +440 -0
- package/src/views/bd/setting/formVersion/textDiff.js +102 -0
- package/src/views/bd/setting/form_import_log/edit.vue +130 -0
- package/src/views/bd/setting/form_import_log/list.vue +211 -0
- package/src/views/bd/setting/form_script/edit.vue +196 -74
- package/src/views/bd/setting/form_script/edit1.vue +410 -187
- package/src/views/bd/setting/form_script/form_list.vue +118 -37
- package/src/views/bd/setting/form_script/list.vue +90 -21
- package/src/views/bd/setting/form_script/list1.vue +200 -118
- package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +265 -7
- package/src/views/bd/setting/form_script/mixins/edit1.js +259 -9
- package/src/views/bd/setting/form_script/mixins/form_list.js +322 -14
- package/src/views/bd/setting/form_script/mixins/list.js +278 -4
- package/src/views/bd/setting/form_script/mixins/list1.js +480 -14
- package/src/views/bd/setting/form_script/mixins/list2.js +10 -1
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
- package/src/views/bd/setting/form_script/mixins/preformDialog.js +34 -1
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +3 -3
- package/src/views/bd/setting/form_template/edit.vue +355 -184
- package/src/views/bd/setting/form_template/formDesignerDialog.vue +171 -0
- package/src/views/bd/setting/form_template/list.vue +296 -214
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +279 -1
- package/src/views/bd/setting/form_template/mixins/dialog.js +103 -1
- package/src/views/bd/setting/form_template/mixins/edit.js +277 -9
- package/src/views/bd/setting/form_template/mixins/editWfObjConfigDialog.js +92 -1
- package/src/views/bd/setting/form_template/mixins/ftHistoryDialog.js +91 -1
- package/src/views/bd/setting/form_template/mixins/itemEdit.js +104 -1
- package/src/views/bd/setting/form_template/mixins/itemList.js +234 -1
- package/src/views/bd/setting/form_template/mixins/list.js +672 -22
- package/src/views/bd/setting/form_template/mixins/list2.js +411 -0
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +193 -0
- package/src/views/bd/setting/form_template/mixins/preformDialog.js +28 -3
- package/src/views/bd/setting/form_template/mixins/wf_list.js +421 -3
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/wf_list.vue +161 -127
- package/src/views/bd/setting/logic_param/edit.vue +146 -0
- package/src/views/bd/setting/logic_param/edit1.vue +106 -0
- package/src/views/bd/setting/logic_param/edit2.vue +139 -0
- package/src/views/bd/setting/logic_param/list.vue +74 -0
- package/src/views/bd/setting/logic_param/list1.vue +12 -0
- package/src/views/bd/setting/logic_param/list2.vue +12 -0
- package/src/views/bd/setting/logic_param/mixins/edit.js +93 -0
- package/src/views/bd/setting/logic_param/mixins/list.js +376 -0
- package/src/views/bd/setting/menu_kind/list.vue +172 -83
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +300 -7
- package/src/views/bd/setting/menu_kind/mixins/dialog.js +139 -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 +301 -0
- package/src/views/bd/setting/table_model/edit.vue +1079 -426
- package/src/views/bd/setting/table_model/list.vue +213 -128
- package/src/views/bd/setting/table_model/mixins/dialog.js +71 -1
- package/src/views/bd/setting/table_model/mixins/edit.js +1309 -13
- package/src/views/bd/setting/table_model/mixins/list.js +429 -2
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
- package/src/views/bd/setting/table_model/mixins/zdDialog.js +114 -3
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/utils/index.js +60 -1
- package/src/views/user/access_log/list.vue +418 -349
- package/src/views/user/area/dialog.vue +223 -117
- package/src/views/user/area/list.vue +318 -0
- package/src/views/user/common_attribute/list.vue +4 -1
- package/src/views/user/company_info/dialog.vue +195 -163
- package/src/views/user/extend_datasource/dialog.vue +3 -0
- package/src/views/user/extend_datasource/edit.vue +2 -1
- package/src/views/user/extend_datasource/list.vue +3 -0
- package/src/views/user/fieldTranslation/editDialog.vue +8 -8
- package/src/views/user/fieldTranslation/list.vue +33 -33
- package/src/views/user/form/vform/designer.vue +790 -749
- package/src/views/user/form/vform/out_render.vue +1 -1
- package/src/views/user/form/vform/render.vue +67 -37
- package/src/views/user/form/view/edit.vue +38 -37
- package/src/views/user/form/view/list.vue +287 -49
- package/src/views/user/home/default.vue +1117 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +18 -7
- package/src/views/user/login/default.vue +165 -36
- package/src/views/user/login/index.vue +4 -6
- package/src/views/user/login/indexMixin.js +329 -118
- package/src/views/user/menu/list.vue +27 -1
- package/src/views/user/notify_message/dialog.vue +44 -22
- 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 -211
- package/src/views/user/outLink/index.vue +67 -11
- package/src/views/user/position/list.vue +112 -72
- 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/request_setting/edit.vue +258 -0
- package/src/views/user/request_setting/list.vue +248 -0
- package/src/views/user/role/authConfig.vue +89 -0
- package/src/views/user/role/dialog.vue +70 -48
- package/src/views/user/role/edit.vue +609 -429
- package/src/views/user/role/list.vue +4 -4
- package/src/views/user/sale_org/dialog.vue +1 -1
- package/src/views/user/sale_org/list.vue +4 -1
- package/src/views/user/system_notice/infoDialog.vue +2 -1
- package/src/views/user/user/dialog.vue +46 -23
- package/src/views/user/user/edit.vue +1391 -1021
- package/src/views/user/user/form_dialog.vue +158 -0
- package/src/views/user/user/form_info.vue +210 -0
- package/src/views/user/user/info.vue +253 -140
- package/src/views/user/user/list.vue +652 -563
- package/src/views/user/user/modifyPasswordDialog.vue +64 -53
- package/src/views/user/wf/wfReport/index.vue +619 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
- package/src/views/user/wf/wf_manage/list.vue +379 -250
- package/src/views/user/wf/wf_manage/list2.vue +854 -0
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +25 -22
- 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_transfer_setting/edit.vue +282 -0
- package/src/views/user/wf/wf_transfer_setting/list.vue +319 -0
- package/src/views/user/workbench_menu/list.vue +555 -0
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +0 -1347
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<el-dialog
|
|
3
|
+
:title="$t1('用户列表')"
|
|
4
|
+
:append-to-body="true"
|
|
5
|
+
:modal-append-to-body="true"
|
|
6
|
+
:close-on-click-modal="falseValue"
|
|
7
|
+
:visible.sync="showDialog"
|
|
8
|
+
:modal="falseValue"
|
|
9
|
+
custom-class="dialog-style list-dialog dialog-checkbox pd_0"
|
|
10
|
+
width="1200px"
|
|
11
|
+
@close="dialogClose"
|
|
12
|
+
v-el-drag-dialog
|
|
13
|
+
v-el-dialog-center
|
|
14
|
+
>
|
|
15
|
+
<div class="cont" style="height: 65vh">
|
|
16
|
+
<vxe-grid
|
|
17
|
+
class="is-pointer"
|
|
18
|
+
ref="table-m1"
|
|
19
|
+
v-bind="vxeOption"
|
|
20
|
+
@resizable-change="$vxeTableUtil.onColumnWitchChange"
|
|
21
|
+
@custom="$vxeTableUtil.customHandle"
|
|
22
|
+
@checkbox-change="addDataTable"
|
|
23
|
+
@checkbox-all="checkAll"
|
|
24
|
+
@cell-dblclick="checkWithSubmit"
|
|
25
|
+
>
|
|
26
|
+
<template #form>
|
|
27
|
+
<tableForm
|
|
28
|
+
:formData.sync="formData"
|
|
29
|
+
@searchEvent="searchEvent"
|
|
30
|
+
@resetEvent="resetEvent"
|
|
31
|
+
>
|
|
32
|
+
<template #buttonRight>
|
|
33
|
+
<vxe-button
|
|
34
|
+
icon="el-icon-brush"
|
|
35
|
+
class="button-sty"
|
|
36
|
+
@click="resetEvent"
|
|
37
|
+
type="text"
|
|
38
|
+
status="primary"
|
|
39
|
+
plain
|
|
40
|
+
>{{ $t1("重置") }}
|
|
41
|
+
</vxe-button>
|
|
42
|
+
<vxe-button
|
|
43
|
+
status="warning"
|
|
44
|
+
icon="el-icon-search"
|
|
45
|
+
class="button-sty"
|
|
46
|
+
@click="searchEvent"
|
|
47
|
+
>
|
|
48
|
+
{{ $t1("搜索") }}
|
|
49
|
+
</vxe-button>
|
|
50
|
+
</template>
|
|
51
|
+
<template #saleOrgName>
|
|
52
|
+
<vxe-form-item :title="$t1('机构') + ':'">
|
|
53
|
+
<template v-slot>
|
|
54
|
+
<el-input
|
|
55
|
+
class="search-input"
|
|
56
|
+
v-model="formData.saleOrgName"
|
|
57
|
+
clearable
|
|
58
|
+
@clear="
|
|
59
|
+
formData.saleOrgId = null;
|
|
60
|
+
formData.saleOrgName = null;
|
|
61
|
+
"
|
|
62
|
+
v-el-readonly
|
|
63
|
+
>
|
|
64
|
+
<i
|
|
65
|
+
slot="suffix"
|
|
66
|
+
class="el-input__icon el-icon-search"
|
|
67
|
+
@click="showSaleOrgDialog = true"
|
|
68
|
+
></i>
|
|
69
|
+
</el-input>
|
|
70
|
+
</template>
|
|
71
|
+
</vxe-form-item>
|
|
72
|
+
</template>
|
|
73
|
+
</tableForm>
|
|
74
|
+
</template>
|
|
75
|
+
</vxe-grid>
|
|
76
|
+
</div>
|
|
77
|
+
<label id="labBtn" class="transverse">
|
|
78
|
+
<div class="icon">
|
|
79
|
+
<i class="el-icon-more"></i>
|
|
80
|
+
<i class="el-icon-more"></i>
|
|
81
|
+
</div>
|
|
82
|
+
</label>
|
|
83
|
+
<div class="multipleChoice">
|
|
84
|
+
<el-tooltip
|
|
85
|
+
:enterable="false"
|
|
86
|
+
effect="dark"
|
|
87
|
+
:content="$t1('全部删除')"
|
|
88
|
+
placement="top"
|
|
89
|
+
><a class="allDel icon-quanbushanchu" @click="clearChecked()"></a
|
|
90
|
+
></el-tooltip>
|
|
91
|
+
<div class="list">
|
|
92
|
+
<div class="item" v-for="(checkRow, index) in checkRows" :key="index">
|
|
93
|
+
<p>{{ getCheckLabel(checkRow, "nickName") }}</p>
|
|
94
|
+
<a class="el-icon-close" @click="clearTable1Select(index)"></a>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
</div>
|
|
98
|
+
<span slot="footer" class="dialog-footer">
|
|
99
|
+
<span class="fl tips" v-if="!selectMulti">{{
|
|
100
|
+
$t1("注:双击确认选择(单选)")
|
|
101
|
+
}}</span>
|
|
102
|
+
<el-button type="primary" plain class="button-sty" @click="dialogClose">
|
|
103
|
+
<i class="el-icon-close el-icon"></i>
|
|
104
|
+
{{ $t1("取 消") }}
|
|
105
|
+
</el-button>
|
|
106
|
+
<el-button type="primary" @click="dialogPrimary" class="button-sty">
|
|
107
|
+
<i class="el-icon-check el-icon"></i>
|
|
108
|
+
{{ $t1("确 定") }}
|
|
109
|
+
</el-button>
|
|
110
|
+
</span>
|
|
111
|
+
<saleOrgDialog
|
|
112
|
+
v-if="showSaleOrgDialog"
|
|
113
|
+
:visiable.sync="showSaleOrgDialog"
|
|
114
|
+
:multi="false"
|
|
115
|
+
@confirm="confirmSaleOrgDialog"
|
|
116
|
+
></saleOrgDialog>
|
|
117
|
+
</el-dialog>
|
|
118
|
+
</template>
|
|
119
|
+
|
|
120
|
+
<script>
|
|
121
|
+
import { selectDialogMixins } from "@base/mixins/selectDialog/index.js";
|
|
122
|
+
import tableForm from "@base/components/table/tableForm.vue";
|
|
123
|
+
import saleOrgDialog from "@base/views/user/sale_org/dialog.vue";
|
|
124
|
+
import { getLogicParamValue } from "@base/api/user";
|
|
125
|
+
export default {
|
|
126
|
+
components: { tableForm, saleOrgDialog },
|
|
127
|
+
props: ["visiable", "multi", "rows", "param"],
|
|
128
|
+
mixins: [selectDialogMixins],
|
|
129
|
+
created() {
|
|
130
|
+
this.initSetting();
|
|
131
|
+
if (this.param) {
|
|
132
|
+
if (this.param.userType !== null) {
|
|
133
|
+
this.userType = this.param.userType;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
async mounted() {
|
|
138
|
+
await getLogicParamValue({
|
|
139
|
+
data: { paramCode: "chatUserQueryPath" },
|
|
140
|
+
success: (res) => {
|
|
141
|
+
let value = res?.objx;
|
|
142
|
+
if (value) {
|
|
143
|
+
this.chatUserQueryPath = value;
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
});
|
|
147
|
+
this.initTableM1();
|
|
148
|
+
},
|
|
149
|
+
data() {
|
|
150
|
+
var that = this;
|
|
151
|
+
return {
|
|
152
|
+
showDialog: true,
|
|
153
|
+
falseValue: false,
|
|
154
|
+
userType: 0,
|
|
155
|
+
formData: {
|
|
156
|
+
saleOrgId: "",
|
|
157
|
+
saleOrgName: "",
|
|
158
|
+
},
|
|
159
|
+
selectMulti: true,
|
|
160
|
+
vxeOption: {},
|
|
161
|
+
showSaleOrgDialog: false,
|
|
162
|
+
chatUserQueryPath: null,
|
|
163
|
+
};
|
|
164
|
+
},
|
|
165
|
+
methods: {
|
|
166
|
+
initTableM1() {
|
|
167
|
+
let path = USER_PREFIX + "/user/listCurrentPage";
|
|
168
|
+
if (this.chatUserQueryPath) {
|
|
169
|
+
path = this.chatUserQueryPath;
|
|
170
|
+
}
|
|
171
|
+
var that = this;
|
|
172
|
+
let tableOption = {
|
|
173
|
+
vue: that,
|
|
174
|
+
tableRef: "table-m1",
|
|
175
|
+
tableName: "basic_user_dialog-m1",
|
|
176
|
+
path: path,
|
|
177
|
+
param: () => {
|
|
178
|
+
return {
|
|
179
|
+
enabled: true,
|
|
180
|
+
...this.formData,
|
|
181
|
+
...this.param,
|
|
182
|
+
};
|
|
183
|
+
},
|
|
184
|
+
searchColumns: [
|
|
185
|
+
{
|
|
186
|
+
title: this.$t1("登录名"),
|
|
187
|
+
field: "loginAccount",
|
|
188
|
+
type: "input",
|
|
189
|
+
common: true,
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
title: this.$t1("姓名"),
|
|
193
|
+
field: "nickName",
|
|
194
|
+
type: "input",
|
|
195
|
+
common: true,
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
title: this.$t1("机构"),
|
|
199
|
+
field: "saleOrgName",
|
|
200
|
+
type: "input",
|
|
201
|
+
common: true,
|
|
202
|
+
slot: "saleOrgName",
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
config: {
|
|
206
|
+
checkboxConfig: {
|
|
207
|
+
checkStrictly: true,
|
|
208
|
+
showHeader: this.selectMulti,
|
|
209
|
+
trigger: "row",
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
columns: [
|
|
213
|
+
{ type: "checkbox", width: 50, resizable: false, fixed: "left" },
|
|
214
|
+
{
|
|
215
|
+
title: this.$t1("登录名"),
|
|
216
|
+
field: "loginAccount",
|
|
217
|
+
width: 250,
|
|
218
|
+
fixed: "left",
|
|
219
|
+
},
|
|
220
|
+
{ field: "nickName", title: this.$t1("姓名"), width: 150 },
|
|
221
|
+
{
|
|
222
|
+
field: "enabled",
|
|
223
|
+
title: this.$t1("是否启用"),
|
|
224
|
+
width: 150,
|
|
225
|
+
slots: {
|
|
226
|
+
default: ({ row }) => {
|
|
227
|
+
if (row.enabled) {
|
|
228
|
+
return [<div class="txt-status">{this.$t1("启用")}</div>];
|
|
229
|
+
} else {
|
|
230
|
+
return [<div class="txt-status s-3">{this.$t1("禁用")}</div>];
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
{ field: "roleNames", title: this.$t1("角色"), width: 150 },
|
|
236
|
+
{ field: "saleOrgNames", title: this.$t1("机构"), width: 150 },
|
|
237
|
+
{ field: "zipCode", title: this.$t1("邮编"), width: 150 },
|
|
238
|
+
{ field: "address", title: this.$t1("地址"), width: 150 },
|
|
239
|
+
{
|
|
240
|
+
field: "gender",
|
|
241
|
+
title: this.$t1("性别"),
|
|
242
|
+
width: 150,
|
|
243
|
+
slots: {
|
|
244
|
+
default: ({ row }) => {
|
|
245
|
+
var val = row.gender;
|
|
246
|
+
if (val == 1) {
|
|
247
|
+
return this.$t1("男");
|
|
248
|
+
} else if (val == 2) {
|
|
249
|
+
return this.$t1("女");
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
{ field: "companyNames", title: this.$t1("所属组织"), width: 250 },
|
|
255
|
+
{ field: "createBy", title: this.$t1("创建人"), width: 150 },
|
|
256
|
+
{ field: "modifyBy", title: this.$t1("更新人"), width: 150 },
|
|
257
|
+
{ field: "modifyDate", title: this.$t1("更新时间"), width: 150 },
|
|
258
|
+
{ field: "createDate", title: this.$t1("创建时间"), width: 150 },
|
|
259
|
+
{
|
|
260
|
+
width: 47,
|
|
261
|
+
fixed: "right",
|
|
262
|
+
title: "",
|
|
263
|
+
sortable: false,
|
|
264
|
+
},
|
|
265
|
+
],
|
|
266
|
+
};
|
|
267
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then((opts) => {
|
|
268
|
+
that.vxeOption = opts;
|
|
269
|
+
});
|
|
270
|
+
},
|
|
271
|
+
confirmSaleOrgDialog(rows) {
|
|
272
|
+
if (rows.length) {
|
|
273
|
+
let row = rows[0];
|
|
274
|
+
this.$set(this.formData, "saleOrgId", row.id);
|
|
275
|
+
this.$set(this.formData, "saleOrgName", row.name);
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
};
|
|
280
|
+
</script>
|
|
@@ -1,4 +1,83 @@
|
|
|
1
|
-
/**version-1.0*/
|
|
2
|
-
let tmixins = {};
|
|
3
|
-
function _0x1617(_0x546021,_0x32c0cc){const _0x161709=_0x32c0();_0x1617=function(_0x1d06e5,_0x257a10){_0x1d06e5=_0x1d06e5-0x0;let _0x52c354=_0x161709[_0x1d06e5];if(_0x1617["\u004e\u0043\u0045\u0057\u0046\u0063"]===undefined){var _0xf3f62a=function(_0x2ed22a){const _0x5e1adf="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x25783c="".split("").reverse().join("");let _0x2361fe="".split("").reverse().join("");for(let _0x30f4d8=0x0,_0x16b610,_0x230531,_0xe0a04a=0x0;_0x230531=_0x2ed22a["\u0063\u0068\u0061\u0072\u0041\u0074"](_0xe0a04a++);~_0x230531&&(_0x16b610=_0x30f4d8%0x4?_0x16b610*0x40+_0x230531:_0x230531,_0x30f4d8++%0x4)?_0x25783c+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x16b610>>(-0x2*_0x30f4d8&0x6)):0x0){_0x230531=_0x5e1adf["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x230531);}for(let _0x59db1f=0x0,_0x3d450f=_0x25783c["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x59db1f<_0x3d450f;_0x59db1f++){_0x2361fe+="\u0025"+("00".split("").reverse().join("")+_0x25783c["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x59db1f)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x2361fe);};_0x1617["\u006d\u0063\u0068\u0056\u0048\u0049"]=_0xf3f62a;_0x546021=arguments;_0x1617["\u004e\u0043\u0045\u0057\u0046\u0063"]=!![];}const _0x2d0b07=_0x161709[0x0];const _0x1f45a0=_0x1d06e5+_0x2d0b07;const _0x38b606=_0x546021[_0x1f45a0];if(!_0x38b606){_0x52c354=_0x1617['mchVHI'](_0x52c354);_0x546021[_0x1f45a0]=_0x52c354;}else{_0x52c354=_0x38b606;}return _0x52c354;};return _0x1617(_0x546021,_0x32c0cc);}function _0x3e8652(_0x538cf5,_0x57ab36,_0x33b955,_0x15b79f,_0x289d02){return _0x38b6(_0x57ab36-0xf5,_0x33b955);}function _0x38b6(_0x546021,_0x32c0cc){const _0x161709=_0x32c0();_0x38b6=function(_0x1d06e5,_0x257a10){_0x1d06e5=_0x1d06e5-0x0;let _0x52c354=_0x161709[_0x1d06e5];if(_0x38b6['zjizwz']===undefined){var _0xf3f62a=function(_0x5e1adf){const _0x25783c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2361fe="".split("").reverse().join("");let _0x30f4d8="".split("").reverse().join("");for(let _0x16b610=0x0,_0x230531,_0xe0a04a,_0x59db1f=0x0;_0xe0a04a=_0x5e1adf['charAt'](_0x59db1f++);~_0xe0a04a&&(_0x230531=_0x16b610%0x4?_0x230531*0x40+_0xe0a04a:_0xe0a04a,_0x16b610++%0x4)?_0x2361fe+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x230531>>(-0x2*_0x16b610&0x6)):0x0){_0xe0a04a=_0x25783c["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0xe0a04a);}for(let _0x3d450f=0x0,_0x20a4fa=_0x2361fe['length'];_0x3d450f<_0x20a4fa;_0x3d450f++){_0x30f4d8+="\u0025"+("00".split("").reverse().join("")+_0x2361fe["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x3d450f)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x30f4d8);};const _0x2ed22a=function(_0xbd3fd9,_0x35ba84){let _0x115f61=[],_0x135e34=0x0,_0x317ac8,_0x47b9ce="".split("").reverse().join("");_0xbd3fd9=_0xf3f62a(_0xbd3fd9);let _0x4c2daf;for(_0x4c2daf=0x0;_0x4c2daf<0x100;_0x4c2daf++){_0x115f61[_0x4c2daf]=_0x4c2daf;}for(_0x4c2daf=0x0;_0x4c2daf<0x100;_0x4c2daf++){_0x135e34=(_0x135e34+_0x115f61[_0x4c2daf]+_0x35ba84['charCodeAt'](_0x4c2daf%_0x35ba84["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x317ac8=_0x115f61[_0x4c2daf];_0x115f61[_0x4c2daf]=_0x115f61[_0x135e34];_0x115f61[_0x135e34]=_0x317ac8;}_0x4c2daf=0x0;_0x135e34=0x0;for(let _0x1a859e=0x0;_0x1a859e<_0xbd3fd9['length'];_0x1a859e++){_0x4c2daf=(_0x4c2daf+0x1)%0x100;_0x135e34=(_0x135e34+_0x115f61[_0x4c2daf])%0x100;_0x317ac8=_0x115f61[_0x4c2daf];_0x115f61[_0x4c2daf]=_0x115f61[_0x135e34];_0x115f61[_0x135e34]=_0x317ac8;_0x47b9ce+=String['fromCharCode'](_0xbd3fd9["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x1a859e)^_0x115f61[(_0x115f61[_0x4c2daf]+_0x115f61[_0x135e34])%0x100]);}return _0x47b9ce;};_0x38b6['HrppxE']=_0x2ed22a;_0x546021=arguments;_0x38b6["\u007a\u006a\u0069\u007a\u0077\u007a"]=!![];}const _0x2d0b07=_0x161709[0x0];const _0x1f45a0=_0x1d06e5+_0x2d0b07;const _0x38b606=_0x546021[_0x1f45a0];if(!_0x38b606){if(_0x38b6['PDNzfL']===undefined){_0x38b6['PDNzfL']=!![];}_0x52c354=_0x38b6['HrppxE'](_0x52c354,_0x257a10);_0x546021[_0x1f45a0]=_0x52c354;}else{_0x52c354=_0x38b606;}return _0x52c354;};return _0x38b6(_0x546021,_0x32c0cc);}function _0x4a7273(_0x3ca5ed,_0xce965b,_0x28fc19,_0x2571c7,_0x2b5f25){return _0x1617(_0xce965b- -0x335,_0x28fc19);}function _0x56a213(_0xc271fb,_0x22205b,_0x16356b,_0x582781,_0x1de17f){return _0x1617(_0x582781- -0x25a,_0x16356b);}function _0x32c0(){const _0x1da789=["U9wA0b3B".split("").reverse().join(""),'W7pdSNLyW4O',"WQW7oCcVkSwmbQWRn7WCnxPdFQW".split("").reverse().join(""),"WVcVOWUmqOcd4Wwomv".split("").reverse().join(""),"boSclkmBPDOW6yPWm8JPcxRW".split("").reverse().join(""),'mJa3EfPWBMPP',"\u0043\u004d\u0076\u004a\u0042\u0033\u006a\u004b\u0043\u0057",'WP9Ku8o5etNdVIevWP97',"qzWLhD".split("").reverse().join(""),"\u0035\u0050\u006f\u006e\u0035\u006c\u0032\u0043\u0035\u0050\u0045\u004c\u0035\u0042\u002b\u0078","ByOWnkmmvk8gQuKHchQWjeMd".split("").reverse().join(""),"aVdJYC".split("").reverse().join(""),"aRdVOW5kCa".split("").reverse().join(""),"\u0079\u0033\u006a\u004c\u0079\u0078\u0072\u004c\u0072\u0067\u0066\u0030\u007a\u0071",'5Pon5l2C5PE26zE0',"qhANLMC".split("").reverse().join(""),"qKcRQWzoCPd76WPiRWR0sMdlQW".split("").reverse().join(""),"wk8Mdhum".split("").reverse().join(""),'WQhdKYyQWRfEWOZdISoMWO3cHH7dGa','j8oTW70CWQq','xdXwW6xdNXj4mmkTmCo1WO0HW4ngcmoFdJBdIelcNcxcN0NcSCotWO1ixWGy',"\u006d\u0074\u0075\u0034\u006e\u005a\u0075\u0033\u006f\u0064\u006e\u0075\u0043\u0078\u0066\u0063\u0076\u0077\u0069","qVcpHOc7YfXomMcdcuIjWLc34WIP5Wk8OWcoCz7omNcFdmUbQWDoCNdJqj".split("").reverse().join(""),'CgfYyw0',"\u0044\u006d\u006b\u0046\u0057\u0037\u0076\u0037\u0065\u0053\u006b\u0078\u0075\u006d\u006f\u0056\u0057\u0036\u0070\u0064\u0054\u006d\u006b\u0061\u0066\u0057","Z9eveD2BSb3B".split("").reverse().join(""),'Aw5PDe9WBg9NrfrpCW',"4PWlHQW".split("").reverse().join(""),"GjLoSMddxHdlJRc3OWXo8z".split("").reverse().join(""),"tDxCtLurWetn0uJn".split("").reverse().join(""),'BgjNDgO',"WMc31CtW4W1kSHcVXD".split("").reverse().join(""),"m7WMkSxf4ucbuIf".split("").reverse().join(""),'mte0mZfLzhDwwKS',"0v2zYfgD".split("").reverse().join(""),"\u0068\u0053\u006b\u0030\u0057\u0050\u006c\u0064\u004f\u0061",'y29TCg9Uzw50lw9WBg9NtgLZDc1TmuDYAwq',"\u0057\u0034\u0058\u0039\u0057\u0050\u0078\u0063\u0050\u004c\u0062\u0033\u0057\u0050\u0078\u0064\u0048\u0075\u0075","\u0045\u0078\u004c\u0055\u0044\u0065\u0043",'c8oaW5LYuvNcHq/dU8ojpX1wW6u9WO/dUczAWQSVxblcOCkko8k/F0lcSa',"\u0074\u0043\u006b\u0071\u0057\u0036\u0079\u006b","8OWP9MQcZ4WI0PW".split("").reverse().join(""),"aoioCLdN5W".split("").reverse().join(""),"\u0057\u0036\u0037\u0064\u0054\u0078\u0054\u004c\u0057\u0037\u0078\u0064\u0055\u0043\u006b\u0051\u0057\u0052\u0074\u0063\u0047\u0033\u0078\u0064\u0053\u0057",'mtziz3PzsLa',"\u0062\u0043\u006b\u0045\u0057\u0037\u0054\u0059\u0073\u004c\u0037\u0063\u004a\u0057\u0038",'yv3cJa','F17cHSkuWOv0fG7cJmoo',"0v2zYfgv05wzYfgC".split("").reverse().join(""),"etBTugBIfgD".split("").reverse().join(""),'uxbdBuu',"\u0042\u0032\u006a\u0051\u0045\u0061","KLuy0fgz".split("").reverse().join(""),"\u0035\u0050\u006f\u006e\u0035\u006c\u0032\u0043\u0035\u006c\u0051\u0036\u0035\u007a\u0067\u0079","\u0044\u0078\u006a\u0053","fn0Br5esWiJmZCZm".split("").reverse().join(""),'mJi4tvjmu0nr','thvvDLG','WQ3cMs4UsSk9W5WMW5O','Ac86WRjwqCkuW5JcUq',"u2yer3y".split("").reverse().join(""),'ySo0W67dR8oJWQif','Cg9ZDa',"\u0074\u005a\u006a\u006a\u0057\u0037\u0074\u0064\u004e\u0071","\u0064\u0043\u006b\u005a\u0057\u004f\u0074\u0064\u0054\u0038\u006f\u0055\u0057\u0050\u0074\u0064\u004c\u0077\u0061","zoSlVoSMcJta0fQWioSGdBGn".split("").reverse().join(""),"Yqhj".split("").reverse().join(""),'CCkuW7P7','WRb+lbpcUtZcUtyc',"RkSnTkSfZnrNdJ7WubZg".split("").reverse().join("")];_0x32c0=function(){return _0x1da789;};return _0x32c0();}function _0x41ebd8(_0x337e83,_0x564a8d,_0x411471,_0x5e2282,_0x36c25a){return _0x1617(_0x564a8d-0x360,_0x36c25a);}(function(_0x40a064,_0x124cb3){function _0x3997a5(_0x444188,_0x45c672,_0x307b0e,_0xdd1a4f,_0x57c52a){return _0x38b6(_0xdd1a4f-0x356,_0x307b0e);}function _0x3928df(_0x2bbd21,_0x3c560e,_0x59ee9f,_0x68db63,_0x49a000){return _0x1617(_0x59ee9f-0x3a7,_0x3c560e);}function _0x3c56c9(_0x43033c,_0x25311b,_0xf5f10c,_0x2e382f,_0x1b6b05){return _0x38b6(_0xf5f10c-0x203,_0x2e382f);}function _0x1a933a(_0x167367,_0x261d33,_0x267424,_0x3520ff,_0x2bacd1){return _0x38b6(_0x267424- -0x219,_0x3520ff);}function _0x14c350(_0x17e1b9,_0x492ef9,_0x24a82d,_0x4bc591,_0x3a979b){return _0x1617(_0x492ef9-0x128,_0x3a979b);}function _0xf4a9dd(_0x2c691d,_0x11fec3,_0x2af083,_0x156984,_0x4e5116){return _0x38b6(_0x2af083-0x25e,_0x4e5116);}function _0x363df0(_0x3de380,_0x52d562,_0x2e3950,_0x15e2fc,_0x50c552){return _0x1617(_0x50c552-0x35,_0x15e2fc);}function _0x24438b(_0x314b60,_0x19bd2f,_0x4fbecf,_0x39b5a3,_0x265ef3){return _0x1617(_0x19bd2f-0x22d,_0x4fbecf);}function _0x24b5f3(_0x4ba830,_0x5638cd,_0x3f31e2,_0xbc15cf,_0x982ef7){return _0x1617(_0x982ef7- -0x3b5,_0x4ba830);}const _0x4044c4=_0x40a064();function _0x2a8ae6(_0x48390e,_0x375961,_0x19a597,_0x484b34,_0x1b1227){return _0x38b6(_0x484b34-0x286,_0x48390e);}while(!![]){try{const _0x523382=parseInt(_0x1a933a(-0x211,-0x207,-0x1f0,'MXe&',-0x1ee))/0x1+-parseInt(_0x3928df(0x3d1,0x409,0x3ea,0x3fe,0x3e1))/0x2*(-parseInt(_0x3c56c9(0x248,0x235,0x236,'Fs%B',0x245))/0x3)+-parseInt(_0x3928df(0x39a,0x3b1,0x3af,0x3a2,0x3af))/0x4+parseInt(_0x3c56c9(0x22b,0x230,0x22a,"\u004d\u0058\u0065\u0026",0x23e))/0x5*(-parseInt(_0x14c350(0x129,0x131,0x151,0x154,0x118))/0x6)+-parseInt(_0x363df0(0x58,0x51,0x4a,0x79,0x6d))/0x7*(parseInt(_0xf4a9dd(0x27b,0x24d,0x269,0x267,'&$aP'))/0x8)+parseInt(_0x3997a5(0x3b2,0x37d,"Wde$".split("").reverse().join(""),0x392,0x39b))/0x9*(-parseInt(_0x3997a5(0x371,0x357,"ezYv".split("").reverse().join(""),0x371,0x381))/0xa)+parseInt(_0x24b5f3(-0x39f,-0x36a,-0x38c,-0x395,-0x389))/0xb;if(_0x523382===_0x124cb3){break;}else{_0x4044c4['push'](_0x4044c4["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x380bd2){_0x4044c4['push'](_0x4044c4["\u0073\u0068\u0069\u0066\u0074"]());}}})(_0x32c0,0xcf0a5);tmixins={"\u0070\u0072\u006f\u0070\u0073":[_0x4a7273(-0x33f,-0x330,-0x316,-0x345,-0x33a),_0x4a7273(-0x30c,-0x316,-0x32d,-0x327,-0x327),_0x3e8652(0xe7,0x107,"jDEU".split("").reverse().join(""),0x129,0x129),_0x56a213(-0x259,-0x254,-0x240,-0x243,-0x264)],'data'(){return{'oplogDTOs':[],"\u006d\u0031\u004f\u0070\u0074\u0069\u006f\u006e":{}};},"\u0063\u006f\u006d\u0070\u0075\u0074\u0065\u0064":{'target':function(){return this['parentTarget']||this;}},'mounted'(){this['initOplogDTOs']();},'methods':{"\u0069\u006e\u0069\u0074\u004f\u0070\u006c\u006f\u0067\u0044\u0054\u004f\u0073"(){const _0x3baa90={"\u004c\u0075\u0055\u0076\u0058":_0x3aea31(-0x23c,-0x275,-0x247,-0x245,-0x254),"\u0051\u0070\u0043\u006d\u0045":_0x5288d2("\u0025\u0057\u0031\u0021",0x38,0x55,0x3d,0x49),'ctDce':_0x8d75f6(-0x377,-0x391,-0x364,-0x392,-0x357),'kPpeg':_0x4748f4(0x1a7,"\u007a\u0043\u0035\u0065",0x1a5,0x191,0x19f)};var _0x3f1138=0x9+0x4;function _0x8d75f6(_0x39caf7,_0x1b495a,_0xf5081a,_0x1e1cb6,_0x4944e2){return _0x1617(_0x39caf7- -0x37d,_0x1b495a);}function _0x5288d2(_0xdb20be,_0x474650,_0x70f015,_0x546918,_0x15fde1){return _0x38b6(_0x474650-0x27,_0xdb20be);}function _0x2ede7a(_0x5626f3,_0x256d00,_0x107010,_0x1c6607,_0x1c510c){return _0x1617(_0x107010- -0x396,_0x1c510c);}function _0x3aea31(_0x56903c,_0xdd65d9,_0xef6608,_0x73f04c,_0x37ab3d){return _0x1617(_0x37ab3d- -0x28f,_0xdd65d9);}function _0x3b10be(_0x40ba9e,_0x1df55b,_0x1797cb,_0x39bdeb,_0x17f085){return _0x38b6(_0x1797cb- -0x1f2,_0x17f085);}function _0x452262(_0x3abb50,_0x3cf1ce,_0x4be3b0,_0x2717d5,_0x31a84e){return _0x1617(_0x31a84e-0x23f,_0x4be3b0);}const _0x4c3bf8={'vue':this,'tableRef':_0x8d75f6(-0x37b,-0x38d,-0x35a,-0x37e,-0x385),'tableName':_0x3baa90["\u004c\u0075\u0055\u0076\u0058"],"\u0063\u006f\u006c\u0075\u006d\u006e\u0073":[{"\u0074\u0079\u0070\u0065":_0x3baa90["\u0051\u0070\u0043\u006d\u0045"],'fixed':_0xfbd252(0x38c,0x378,0x36c,0x39b,"\u0050\u0038\u0031\u004e"),'width':0x30,'resizable':![]},{'title':this['$t2'](_0x3aea31(-0x256,-0x276,-0x272,-0x28b,-0x26a),_0x3b10be(-0x1a4,-0x1bf,-0x1c7,-0x1e6,'Sh$^')),'field':_0x2ede7a(-0x392,-0x353,-0x372,-0x369,-0x38b),'width':0x96},{'title':this['$t2'](_0x3baa90['ctDce'],_0x3baa90['kPpeg']),'field':_0xfbd252(0x386,0x39b,0x37d,0x3ac,"\u004f\u005a\u0025\u0055"),'width':0x96},{'title':this['$t2'](_0x3aea31(-0x250,-0x27b,-0x251,-0x24e,-0x26f),_0xfbd252(0x38a,0x391,0x3a9,0x377,"\u0055\u0045\u0044\u006a")),'field':_0x49bdaa(0x3a9,'$edW',0x39c,0x386,0x3a2),'width':0x96},{'width':0x2f,'fixed':_0x452262(0x26b,0x279,0x262,0x249,0x265),'title':'','sortable':![]}]};_0x3f1138=0x1;function _0xfbd252(_0xbf3428,_0x46e945,_0x8e05b4,_0x33165b,_0x48fd2c){return _0x38b6(_0x46e945-0x364,_0x48fd2c);}function _0x3d68ef(_0x909502,_0x26a074,_0x3ab59a,_0x3d1c1d,_0x1f9441){return _0x1617(_0x3ab59a-0x141,_0x1f9441);}function _0x4748f4(_0x164dbe,_0x5cad83,_0x5a3dea,_0x26dc8a,_0x242dff){return _0x38b6(_0x5a3dea-0x167,_0x5cad83);}function _0x49bdaa(_0x4c688f,_0x35e12c,_0x22c41b,_0x978aa7,_0x2c3a66){return _0x38b6(_0x2c3a66-0x362,_0x35e12c);}this['$vxeTableUtil']['initVxeTable'](_0x4c3bf8)['then'](_0x8d8eb1=>{this['m1Option']=_0x8d8eb1;});},'initData'(_0x1dd9aa){let _0x44a216=_0x1dd9aa['param']?_0x1dd9aa['param']():{};function _0x1320b5(_0x71705f,_0x285596,_0x409f31,_0x21967a,_0x3ccf62){return _0x38b6(_0x71705f- -0x282,_0x409f31);}this['target']['$commonHttp']({'url':_0x1dd9aa['url'],'method':_0x1320b5(-0x248,-0x258,'%W1!',-0x239,-0x24d),'data':{..._0x44a216,'searchCount':![]},'isLoading':!![],'modalStrictly':!![],"\u0073\u0075\u0063\u0063\u0065\u0073\u0073":_0x9f148b=>{function _0x55dc1d(_0x4b1c00,_0x31755d,_0x2f9d13,_0x171a90,_0x2f90c4){return _0x1617(_0x2f9d13-0x2e5,_0x31755d);}function _0xbd8e07(_0xa4fc99,_0xf32627,_0x38e94a,_0x36c535,_0x53063b){return _0x1617(_0x36c535- -0x1a7,_0xa4fc99);}function _0x52f2e4(_0x55d8ed,_0x45fab3,_0x5d7a62,_0x25989e,_0x3d9ab9){return _0x1617(_0x25989e-0x2bf,_0x55d8ed);}if(_0x55dc1d(0x2fe,0x30f,0x31a,0x2f9,0x2f9)===_0xbd8e07(-0x16d,-0x15a,-0x18c,-0x16a,-0x17a)){let _0x534af3=_0x135e34['param']?_0x317ac8['param']():{};this['target']['$commonHttp']({'url':_0x47b9ce['url'],'method':_0x55dc1d(0x310,0x311,0x2f4,0x2df,0x2fc),'data':{..._0x534af3,'searchCount':![]},'isLoading':!![],'modalStrictly':!![],'success':_0x4e2eae=>{let _0x379032=_0x4e2eae["\u006f\u0062\u006a\u0078"]?_0x4e2eae['objx']['records']||_0x4e2eae["\u006f\u0062\u006a\u0078"]||[]:[];this['oplogDTOs']=_0x379032;}});}else{let _0x26efba=_0x9f148b['objx']?_0x9f148b["\u006f\u0062\u006a\u0078"]['records']||_0x9f148b['objx']||[]:[];this['oplogDTOs']=_0x26efba;}}});}}};
|
|
4
|
-
|
|
1
|
+
/**version-1.0*/
|
|
2
|
+
let tmixins = {};
|
|
3
|
+
tmixins = {
|
|
4
|
+
props: ["dataId", "type", "parentTarget", 'option'],
|
|
5
|
+
data() {
|
|
6
|
+
return {
|
|
7
|
+
oplogDTOs: [],
|
|
8
|
+
m1Option: {}
|
|
9
|
+
};
|
|
10
|
+
},
|
|
11
|
+
computed: {
|
|
12
|
+
target: function () {
|
|
13
|
+
return this.parentTarget || this;
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
mounted() {
|
|
17
|
+
this.initOplogDTOs();
|
|
18
|
+
},
|
|
19
|
+
methods: {
|
|
20
|
+
initOplogDTOs() {
|
|
21
|
+
const tableOption = {
|
|
22
|
+
vue: this,
|
|
23
|
+
tableRef: 'table-m1',
|
|
24
|
+
tableName: 'component-oplogList-m1Grid',
|
|
25
|
+
columns: [{
|
|
26
|
+
type: 'checkbox',
|
|
27
|
+
fixed: 'left',
|
|
28
|
+
width: 48,
|
|
29
|
+
resizable: false
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
title: this.$t2('操作时间', 'components.oplogTable.createDate'),
|
|
33
|
+
field: 'createDate',
|
|
34
|
+
width: 150,
|
|
35
|
+
slots:{
|
|
36
|
+
default: ({row})=>{
|
|
37
|
+
return row.createDate || row.create_date
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
title: this.$t2('操作人员', 'components.oplogTable.createBy'),
|
|
43
|
+
field: '_createBy',
|
|
44
|
+
width: 150
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
title: this.$t2('操作日志', 'components.oplogTable.content'),
|
|
48
|
+
field: 'content',
|
|
49
|
+
width: 150
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
width: 47,
|
|
53
|
+
fixed: 'right',
|
|
54
|
+
title: '',
|
|
55
|
+
sortable: false
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
};
|
|
59
|
+
this.$vxeTableUtil.initVxeTable(tableOption).then(opts => {
|
|
60
|
+
this.m1Option = opts;
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
},
|
|
64
|
+
initData(option) {
|
|
65
|
+
let data = option.param ? option.param() : {};
|
|
66
|
+
this.target.$commonHttp({
|
|
67
|
+
url: option.url,
|
|
68
|
+
method: `post`,
|
|
69
|
+
data: {
|
|
70
|
+
...data,
|
|
71
|
+
searchCount: false
|
|
72
|
+
},
|
|
73
|
+
isLoading: true,
|
|
74
|
+
modalStrictly: true,
|
|
75
|
+
success: res => {
|
|
76
|
+
let rows = res.objx ? (res.objx.records || res.objx || []) : [];
|
|
77
|
+
this.oplogDTOs = rows;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
},
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
export const mixins = tmixins
|
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
let modules = {};
|
|
2
2
|
import Vue from 'vue';
|
|
3
3
|
import vueInstance from './index.vue'
|
|
4
|
-
(function(_0x118376,_0x531c31){function _0x21c114(_0x24b684,_0xb1b4e2,_0x23df4e,_0x39cf7b,_0x5decd2){return _0x2023(_0x5decd2- -0x3a3,_0x24b684);}function _0x53bcec(_0x403563,_0x388c85,_0x51b2b8,_0xe9f9b2,_0xd1d024){return _0x1e01(_0x403563-0x211,_0xe9f9b2);}function _0x1ea761(_0x4e74d6,_0x47c9ac,_0x4f4357,_0x2d54df,_0x3aebbd){return _0x2023(_0x3aebbd-0x9,_0x4f4357);}const _0x153243=_0x118376();function _0x3937e8(_0x135004,_0x254471,_0x1d340e,_0x25ab80,_0x33afa8){return _0x2023(_0x1d340e-0x2ea,_0x25ab80);}function _0x5d6eea(_0x53197f,_0x31b73f,_0x52bdab,_0x54c98c,_0x1d2d0e){return _0x2023(_0x1d2d0e-0x119,_0x54c98c);}function _0x462c6a(_0x1c4482,_0x338197,_0x52c304,_0x46ec57,_0x493263){return _0x1e01(_0x1c4482- -0xef,_0x493263);}function _0x814b6(_0x17124e,_0x29551c,_0x27bc41,_0xfebd66,_0x2beb2c){return _0x1e01(_0x17124e- -0x3c0,_0x29551c);}function _0x2bfa70(_0xe88ffc,_0x4e0706,_0x4e8cc3,_0x226cb8,_0x3f89b2){return _0x1e01(_0x4e8cc3-0x34c,_0xe88ffc);}function _0x2d7e86(_0x1a8952,_0x28bbc6,_0x198b38,_0x58cde1,_0x3f6234){return _0x1e01(_0x3f6234-0x32e,_0x28bbc6);}while(!![]){try{const _0x4b9979=-parseInt(_0x5d6eea(0x12c,0x130,0x124,"k[uB".split("").reverse().join(""),0x119))/0x1+-parseInt(_0x53bcec(0x23b,0x23b,0x22c,0x247,0x221))/0x2*(parseInt(_0x462c6a(-0xb8,-0xce,-0xcb,-0x9b,-0xc7))/0x3)+parseInt(_0x462c6a(-0xb9,-0xc0,-0xbb,-0xd6,-0xc3))/0x4*(parseInt(_0x462c6a(-0xe0,-0xc4,-0xef,-0xc8,-0xe8))/0x5)+-parseInt(_0x5d6eea(0x12c,0x153,0x15d,"IP$%".split("").reverse().join(""),0x145))/0x6+parseInt(_0x2bfa70(0x378,0x37d,0x363,0x351,0x354))/0x7+-parseInt(_0x21c114("\u0074\u0048\u0041\u0047",-0x374,-0x38e,-0x36a,-0x383))/0x8*(-parseInt(_0x2bfa70(0x369,0x355,0x352,0x34c,0x346))/0x9)+parseInt(_0x21c114("\u0040\u0040\u0040\u005e",-0x388,-0x3a9,-0x3ad,-0x39b))/0xa;if(_0x4b9979===_0x531c31){break;}else{_0x153243["\u0070\u0075\u0073\u0068"](_0x153243["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x384cc7){_0x153243["\u0070\u0075\u0073\u0068"](_0x153243["\u0073\u0068\u0069\u0066\u0074"]());}}})(_0x47c5,0x5f971);function _0x1e01(_0x59e4df,_0x47c510){const _0x1e01ea=_0x47c5();_0x1e01=function(_0x3387fd,_0x292db1){_0x3387fd=_0x3387fd-0x0;let _0x1ed98f=_0x1e01ea[_0x3387fd];if(_0x1e01["\u0072\u0048\u006f\u006a\u0063\u0059"]===undefined){var _0x568349=function(_0x1295b2){const _0x9d0655="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0x47659c="".split("").reverse().join("");let _0x17ef23="".split("").reverse().join("");for(let _0x132e4c=0x0,_0x252456,_0x5232cc,_0x5a9c8c=0x0;_0x5232cc=_0x1295b2["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x5a9c8c++);~_0x5232cc&&(_0x252456=_0x132e4c%0x4?_0x252456*0x40+_0x5232cc:_0x5232cc,_0x132e4c++%0x4)?_0x47659c+=String['fromCharCode'](0xff&_0x252456>>(-0x2*_0x132e4c&0x6)):0x0){_0x5232cc=_0x9d0655["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x5232cc);}for(let _0x2afe0c=0x0,_0x472cf9=_0x47659c['length'];_0x2afe0c<_0x472cf9;_0x2afe0c++){_0x17ef23+="\u0025"+('00'+_0x47659c['charCodeAt'](_0x2afe0c)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x17ef23);};_0x1e01["\u0075\u0077\u0044\u0058\u0074\u004f"]=_0x568349;_0x59e4df=arguments;_0x1e01["\u0072\u0048\u006f\u006a\u0063\u0059"]=!![];}const _0x3cce7d=_0x1e01ea[0x0];const _0x2d4e65=_0x3387fd+_0x3cce7d;const _0x202310=_0x59e4df[_0x2d4e65];if(!_0x202310){_0x1ed98f=_0x1e01['uwDXtO'](_0x1ed98f);_0x59e4df[_0x2d4e65]=_0x1ed98f;}else{_0x1ed98f=_0x202310;}return _0x1ed98f;};return _0x1e01(_0x59e4df,_0x47c510);}var _0x2f679b;let _0x22163a={'vueInstance':vueInstance};_0x2f679b=0x2+0x4;function _0x2023(_0x59e4df,_0x47c510){const _0x1e01ea=_0x47c5();_0x2023=function(_0x3387fd,_0x292db1){_0x3387fd=_0x3387fd-0x0;let _0x1ed98f=_0x1e01ea[_0x3387fd];if(_0x2023["\u0065\u0073\u0058\u0054\u0065\u0067"]===undefined){var _0x568349=function(_0x9d0655){const _0x47659c="\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 _0x17ef23="";let _0x132e4c="";for(let _0x252456=0x0,_0x5232cc,_0x5a9c8c,_0x2afe0c=0x0;_0x5a9c8c=_0x9d0655["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x2afe0c++);~_0x5a9c8c&&(_0x5232cc=_0x252456%0x4?_0x5232cc*0x40+_0x5a9c8c:_0x5a9c8c,_0x252456++%0x4)?_0x17ef23+=String['fromCharCode'](0xff&_0x5232cc>>(-0x2*_0x252456&0x6)):0x0){_0x5a9c8c=_0x47659c["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x5a9c8c);}for(let _0x472cf9=0x0,_0x1262e7=_0x17ef23['length'];_0x472cf9<_0x1262e7;_0x472cf9++){_0x132e4c+='%'+('00'+_0x17ef23['charCodeAt'](_0x472cf9)['toString'](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x132e4c);};const _0x1295b2=function(_0x1fb9d8,_0x37648c){let _0x27ad6c=[],_0x1919c8=0x0,_0x18577f,_0x320006="".split("").reverse().join("");_0x1fb9d8=_0x568349(_0x1fb9d8);let _0x22304c;for(_0x22304c=0x0;_0x22304c<0x100;_0x22304c++){_0x27ad6c[_0x22304c]=_0x22304c;}for(_0x22304c=0x0;_0x22304c<0x100;_0x22304c++){_0x1919c8=(_0x1919c8+_0x27ad6c[_0x22304c]+_0x37648c['charCodeAt'](_0x22304c%_0x37648c['length']))%0x100;_0x18577f=_0x27ad6c[_0x22304c];_0x27ad6c[_0x22304c]=_0x27ad6c[_0x1919c8];_0x27ad6c[_0x1919c8]=_0x18577f;}_0x22304c=0x0;_0x1919c8=0x0;for(let _0x26b4d9=0x0;_0x26b4d9<_0x1fb9d8["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x26b4d9++){_0x22304c=(_0x22304c+0x1)%0x100;_0x1919c8=(_0x1919c8+_0x27ad6c[_0x22304c])%0x100;_0x18577f=_0x27ad6c[_0x22304c];_0x27ad6c[_0x22304c]=_0x27ad6c[_0x1919c8];_0x27ad6c[_0x1919c8]=_0x18577f;_0x320006+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](_0x1fb9d8["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x26b4d9)^_0x27ad6c[(_0x27ad6c[_0x22304c]+_0x27ad6c[_0x1919c8])%0x100]);}return _0x320006;};_0x2023["\u0041\u005a\u0075\u0061\u004c\u0045"]=_0x1295b2;_0x59e4df=arguments;_0x2023["\u0065\u0073\u0058\u0054\u0065\u0067"]=!![];}const _0x3cce7d=_0x1e01ea[0x0];const _0x2d4e65=_0x3387fd+_0x3cce7d;const _0x202310=_0x59e4df[_0x2d4e65];if(!_0x202310){if(_0x2023["\u0075\u0063\u006f\u0079\u006d\u006b"]===undefined){_0x2023['ucoymk']=!![];}_0x1ed98f=_0x2023['AZuaLE'](_0x1ed98f,_0x292db1);_0x59e4df[_0x2d4e65]=_0x1ed98f;}else{_0x1ed98f=_0x202310;}return _0x1ed98f;};return _0x2023(_0x59e4df,_0x47c510);}function _0x47c5(){const _0xcf12cf=["45WdkmF+omUddQWrbLIcVxJddXd".split("").reverse().join(""),'WO4pW4/cRmoSW7/dGZ4cuSktaq',"ysSd3RW7kCSdVPWiGOW".split("").reverse().join(""),"qe8kmTdhLq".split("").reverse().join(""),'WPVdNHLEW4O','ugVcTCotcSkUsCkZW5C+Acm',"LbxE09gDVjhC".split("").reverse().join(""),"\u006e\u005a\u0065\u0059\u006e\u004a\u0065\u0057\u0071\u004c\u007a\u0063\u0079\u0032\u0044\u0050","\u006c\u0057\u002f\u0064\u0053\u0038\u006b\u0030\u0074\u0057\u0047\u0073\u0057\u0036\u007a\u0035\u0057\u004f\u0039\u004c\u0042\u0059\u0043","\u0042\u0033\u0062\u0030\u0041\u0077\u0039\u0055",'lNRdPmkkWRBcUmk+W7fn',"\u007a\u004b\u0044\u006c\u0072\u0077\u0034","\u0066\u0058\u0068\u0063\u0053\u004e\u0069",'zxH0zw5K',"fC6W6kSGcBxy5Xvn".split("").reverse().join(""),"HbxAyXeu0CdoWydo".split("").reverse().join(""),'W7ddNYjwbeO0qq',"8KwzD3t".split("").reverse().join(""),"\u0041\u0078\u004c\u0034\u0044\u004d\u004b",'jhz1zvjVB3q',"\u0044\u0067\u0058\u006f\u0045\u004e\u0061","6m2E".split("").reverse().join(""),"\u0057\u0034\u0076\u0056\u0074\u0047","\u0078\u0032\u004b\u0058\u006f\u0067\u0034","+kCntomftOOWfkCB".split("").reverse().join(""),"\u0069\u0038\u006f\u004b\u0057\u0052\u0075\u004a\u0075\u0049\u0074\u0063\u0054\u0053\u006b\u0030\u0057\u0050\u004e\u0063\u004f\u0030\u0070\u0064\u0056\u0043\u006f\u0074","WHdp7WHo8tAoSh".split("").reverse().join(""),"\u0079\u0078\u0062\u0057\u007a\u0077\u0035\u004b\u0071\u0032\u0048\u0050\u0042\u0067\u0071","WAvomHddQWvSrKdtGMchfq".split("").reverse().join(""),"4KBhDNz".split("").reverse().join(""),"\u0045\u0038\u006b\u0047\u0057\u0037\u0044\u0057\u0063\u0078\u004a\u0064\u0048\u0043\u006b\u0039\u0057\u0051\u006c\u0063\u0048\u0031\u0075","8RW7k8Rd72nXn6WGkSp".split("").reverse().join(""),'e8otWQpdK8k+wCofymkKW4C',"\u0057\u0034\u0078\u0064\u0052\u0049\u0034\u004b\u0057\u0051\u0072\u006e\u0073\u006d\u006b\u006d\u0075\u0059\u0043\u0044","qwNfvq5Peo".split("").reverse().join(""),'jg1VDw50',"\u006c\u0058\u0052\u0063\u0050\u0078\u0064\u0064\u004c\u0038\u006b\u0075\u0057\u0050\u0033\u0063\u0047\u0031\u0079\u0046\u0077\u0043\u006b\u0031\u0057\u004f\u0071","\u0057\u0035\u0039\u0070\u0057\u0034\u005a\u0064\u004d\u0061","aEVj0zZ10DVH2C".split("").reverse().join(""),'jgvS',"a6WNo8u0e2LcF5W".split("").reverse().join(""),"\u0057\u0050\u0046\u0064\u0054\u0049\u0071\u0079\u0057\u0051\u0072\u006b","u2yUfgDZ5wsLvND".split("").reverse().join(""),'yM9KEq',"\u0057\u0035\u0043\u0057\u0057\u0051\u006c\u0063\u004a\u0049\u004b",'pmkGqCoiWRb3',"\u006e\u0066\u0076\u0066\u0075\u0030\u006e\u0055\u0075\u0061","jTgBKPfr3qdoYCJm".split("").reverse().join(""),"qQW1WeIcV7WOkSRc/xrVL7W".split("").reverse().join(""),"\u0057\u004f\u004a\u0064\u0054\u004a\u0048\u0049\u0057\u0034\u004f","\u0041\u0038\u006f\u0047\u0061\u0038\u006b\u0041\u0057\u0036\u0047\u004e\u0057\u0037\u0035\u004d\u0070\u0048\u0075\u0075\u0070\u0071","\u0079\u004d\u0058\u0055\u0079\u0030\u0047",'WQLYW69q',"\u006d\u004a\u0047\u0032\u006e\u005a\u0079\u0030\u0079\u0032\u0044\u004a\u0079\u0075\u006e\u0053","\u0057\u0050\u0033\u0064\u004c\u0058\u0076\u0062\u0057\u0034\u005a\u0064\u004d\u0047","\u0075\u0071\u004a\u0063\u004f\u0032\u0034\u007a\u0061\u0073\u006c\u0063\u0049\u0061","\u006d\u0074\u006d\u0059\u006d\u004a\u0043\u0033\u006e\u0078\u0044\u0070\u0074\u0068\u006e\u0057\u0079\u0071","mTQWFTOW3e6WbL5WFoCD7kSHcpRW".split("").reverse().join("")];_0x47c5=function(){return _0xcf12cf;};return _0x47c5();}let _0x30634f;modules={"\u0069\u006e\u0073\u0074\u0061\u006c\u006c":function(_0x345b1f){const _0x3e13da={"\u004f\u0077\u0059\u005a\u004f":function(_0x1a5c89){return _0x1a5c89();}};const _0x3a82ea=_0x345b1f['extend'](_0x22163a["\u0076\u0075\u0065\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065"]);var _0x88825a;const _0x280f37=()=>{_0x30634f=new _0x3a82ea({'i18n':window['$vueRoot']["\u005f\u0069\u0031\u0038\u006e"]});let _0x17e657=_0x30634f["\u0024\u006d\u006f\u0075\u006e\u0074"]()['$el'];document['body']['appendChild'](_0x17e657);};_0x88825a=0x2;_0x345b1f['prototype']["\u0024\u0070\u0064\u0064\u0050\u0072\u0069\u006e\u0074"]=function(_0x3ffc5b){if(!_0x30634f){if(_0x106cd9(-0x90,"e(X1".split("").reverse().join(""),-0x8e,-0x9e,-0x98)!==_0x200a9b(0x2ef,0x2f9,0x2ed,0x2f4,0x2e6)){_0x3e13da['OwYZO'](_0x280f37);}else{_0x5dee0b=new _0x16f030({'i18n':_0x1b9192['$vueRoot']['_i18n']});let _0x3425a0=_0x8559e9["\u0024\u006d\u006f\u0075\u006e\u0074"]()['$el'];_0x1ba17a['body']['appendChild'](_0x3425a0);}}_0x30634f['option']=_0x3ffc5b;function _0x106cd9(_0x4e98fa,_0x427d50,_0x46401d,_0x294829,_0x309192){return _0x2023(_0x294829- -0xd2,_0x427d50);}function _0x200a9b(_0x4433e8,_0x272d62,_0x50d902,_0x1061f4,_0x5b5708){return _0x1e01(_0x272d62-0x2e6,_0x4433e8);}return _0x30634f['showMsgBox']();};}};export function openPddPrint(_0x546b09){const _0x44a67a={'tlNzp':function(_0x4be991){return _0x4be991();},'blncH':function(_0x1739a7,_0x5226cc){return _0x1739a7+_0x5226cc;},'fwGnN':function(_0x49d1b6,_0xf063f){return _0x49d1b6!==_0xf063f;},'zQYJi':_0x389309(-0x26d,-0x25a,-0x252,-0x26d,-0x261)};var _0xc309d8;function _0x389309(_0x5895e6,_0x712f19,_0x4093e4,_0x54221b,_0x4f4758){return _0x1e01(_0x5895e6- -0x287,_0x4093e4);}const _0x5baaa2=Vue['extend'](_0x22163a["\u0076\u0075\u0065\u0049\u006e\u0073\u0074\u0061\u006e\u0063\u0065"]);_0xc309d8=_0x44a67a["\u0062\u006c\u006e\u0063\u0048"](0x3,0x4);const _0x1b379a=()=>{_0x30634f=new _0x5baaa2({"\u0069\u0031\u0038\u006e":window['$vueRoot']['_i18n']});let _0x3e3118=_0x30634f['$mount']()['$el'];document['body']['appendChild'](_0x3e3118);};if(!_0x30634f){if(_0x44a67a['fwGnN'](_0x44a67a['zQYJi'],_0x14d15c(0x25,0x10,0x15,'Uvep',-0xb))){const _0x3991cb=_0x320006['extend'](_0x22304c['vueInstance']);var _0x4400e8;const _0x43ed71=()=>{_0x24ec99=new _0x3991cb({'i18n':_0x1b5615['$vueRoot']['_i18n']});let _0x212404=_0x73432['$mount']()['$el'];_0x104cb6['body']['appendChild'](_0x212404);};_0x4400e8=0x2;_0x42887e["\u0070\u0072\u006f\u0074\u006f\u0074\u0079\u0070\u0065"]['$pddPrint']=function(_0x9b1621){if(!_0x3b55f5){_0x44a67a['tlNzp'](_0x43ed71);}_0x275e99["\u006f\u0070\u0074\u0069\u006f\u006e"]=_0x9b1621;return _0xa617ff['showMsgBox']();};}else{_0x1b379a();}}_0x30634f['option']=_0x546b09;function _0x14d15c(_0x5f0bcb,_0x402cc2,_0x1ab6f7,_0x2a9d1a,_0x58edf9){return _0x2023(_0x402cc2-0x4,_0x2a9d1a);}return _0x30634f['showMsgBox']();}
|
|
4
|
+
|
|
5
|
+
let configUtil = {
|
|
6
|
+
vueInstance
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
// 定义插件对象
|
|
10
|
+
let currentMsg;
|
|
11
|
+
// vue的install方法,用于定义vue插件
|
|
12
|
+
modules = {
|
|
13
|
+
install: function(Vue) {
|
|
14
|
+
const MessageBoxInstance = Vue.extend(configUtil.vueInstance);
|
|
15
|
+
const initInstance = () => {
|
|
16
|
+
// 实例化vue实例
|
|
17
|
+
currentMsg = new MessageBoxInstance({i18n: window.$vueRoot._i18n});
|
|
18
|
+
let msgBoxEl = currentMsg.$mount().$el;
|
|
19
|
+
document.body.appendChild(msgBoxEl);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
// 在Vue的原型上添加实例方法,以全局调用
|
|
23
|
+
Vue.prototype.$pddPrint = function(option) {
|
|
24
|
+
if (!currentMsg) {
|
|
25
|
+
initInstance();
|
|
26
|
+
}
|
|
27
|
+
currentMsg.option = option;
|
|
28
|
+
return currentMsg.showMsgBox();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export function openPddPrint(option){
|
|
34
|
+
const MessageBoxInstance = Vue.extend(configUtil.vueInstance);
|
|
35
|
+
const initInstance = () => {
|
|
36
|
+
// 实例化vue实例
|
|
37
|
+
currentMsg = new MessageBoxInstance({i18n: window.$vueRoot._i18n});
|
|
38
|
+
let msgBoxEl = currentMsg.$mount().$el;
|
|
39
|
+
document.body.appendChild(msgBoxEl);
|
|
40
|
+
};
|
|
41
|
+
if (!currentMsg) {
|
|
42
|
+
initInstance();
|
|
43
|
+
}
|
|
44
|
+
currentMsg.option = option;
|
|
45
|
+
return currentMsg.showMsgBox();
|
|
46
|
+
}
|
|
47
|
+
|
|
5
48
|
export default modules;
|