cloud-web-corejs 1.0.54-dev.63 → 1.0.54-dev.630
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 +21 -13
- package/src/App.vue +30 -34
- package/src/api/user.js +16 -0
- 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 +102 -63
- 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 +44 -1
- package/src/components/errorMsg/index.vue +78 -70
- package/src/components/errorMsg/mixins.js +101 -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 +970 -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 +7 -2
- 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/mixins.js +852 -1
- 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 +74 -1
- package/src/components/table/index.js +1156 -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 +285 -1
- package/src/components/table/util/index.js +339 -0
- package/src/components/table/vxeFilter/index.js +154 -1
- package/src/components/table/vxeFilter/mixin.js +308 -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 +13 -2
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +30 -4
- 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 +25 -997
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +705 -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/echart-bar-mixin.js +40 -10
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +58 -91
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +8 -1
- 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 +31 -17
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +38 -37
- 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 +106 -33
- 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 +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 -772
- 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 +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 +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/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 +956 -1042
- 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 +1193 -520
- 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/search-dialog-event-editor.vue +64 -5
- 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 +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +5 -5
- 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-table-export-button/table-export-button-editor.vue +24 -8
- 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 +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/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/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/showRuleFlag-editor.vue +1 -1
- 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/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 +33 -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 +19 -18
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +1729 -918
- package/src/components/xform/form-render/container-item/containerItemMixin.js +12 -11
- package/src/components/xform/form-render/container-item/data-table-item.vue +206 -198
- package/src/components/xform/form-render/container-item/data-table-mixin.js +3326 -1685
- 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 +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 +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 +167 -92
- 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/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 +1475 -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 +20 -0
- package/src/lang/locale/zh/login.js +20 -0
- package/src/layout/components/AppMain.vue +8 -1
- package/src/layout/components/Sidebar/default.vue +1432 -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 +32 -29
- 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/modules/customer.js +0 -15
- package/src/router/modules/system.js +4 -0
- package/src/store/config/index.js +667 -1
- 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 +1268 -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/compareDialog.vue +287 -0
- package/src/views/bd/setting/formVersion/fieldCompare.vue +54 -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 +86 -0
- package/src/views/bd/setting/formVersion/reverButton.vue +82 -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 +2 -2
- package/src/views/bd/setting/form_template/edit.vue +355 -184
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- 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 +11 -9
- 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 +3 -7
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +4 -4
- 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 +311 -0
- package/src/views/bd/setting/table_model/edit.vue +1073 -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 +1284 -13
- package/src/views/bd/setting/table_model/mixins/list.js +441 -14
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
- package/src/views/bd/setting/table_model/mixins/zdDialog.js +108 -1
- 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/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 +5 -2
- 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 +195 -163
- package/src/views/user/company_info/edit.vue +1 -1
- 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 +270 -49
- package/src/views/user/home/default.vue +1026 -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 +186 -9
- 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 +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/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 +1338 -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/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_obj_config/wfBizDataSettingDialog.vue +2 -2
- 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/utils/renderUtils.js +0 -76
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
let modules = {};
|
|
2
|
-
(function(_0x3bc45c,_0x180ae7){function _0x215ecd(_0x54340c,_0x513ac1,_0x3db4ad,_0x49794b,_0x33461d){return _0x50d4(_0x33461d-0x1bc,_0x54340c);}var _0x1289a5=_0x3bc45c();function _0x38e34d(_0x5a37d6,_0x19460e,_0x3449af,_0x5bdb7a,_0xb0d1b2){return _0x12d4(_0x3449af-0xcb,_0x5a37d6);}function _0x46ee95(_0x56af97,_0x35c950,_0x5b5f23,_0x44ac1a,_0x251f44){return _0x12d4(_0x251f44-0xd5,_0x56af97);}function _0x1bdb91(_0xe004be,_0x2968cb,_0x5299f4,_0x7c5e3b,_0x4610f1){return _0x12d4(_0x4610f1-0x58,_0x2968cb);}function _0x34c338(_0x5ca014,_0x495719,_0xa048d7,_0x217d45,_0x69c85f){return _0x50d4(_0x5ca014- -0x45,_0x217d45);}function _0x1bad8d(_0x3fef5f,_0xb1eec6,_0x39139d,_0x10dba2,_0x226693){return _0x50d4(_0x3fef5f- -0x38c,_0x226693);}function _0x5516af(_0x4e5763,_0x503dab,_0x50b8c3,_0xf57e83,_0x3ed4d3){return _0x50d4(_0xf57e83- -0x2da,_0x50b8c3);}function _0x17482d(_0x1f068e,_0x570812,_0x4a8777,_0x4976c9,_0xe5c6b9){return _0x50d4(_0x4976c9-0x27c,_0x1f068e);}function _0x49e720(_0x2bfd67,_0xaf43bd,_0x313c0e,_0x6b76a2,_0x3106a6){return _0x12d4(_0x2bfd67-0x11f,_0xaf43bd);}function _0x10116c(_0x1d74da,_0xfe279f,_0x76b326,_0x1c2f33,_0x129871){return _0x12d4(_0x129871- -0x355,_0x1d74da);}while(!![]){try{var _0x584091=parseInt(_0x1bad8d(-0x386,-0x36b,-0x377,-0x39e,-0x39b))/0x1*(-parseInt(_0x38e34d("ST*D".split("").reverse().join(""),0x101,0x103,0x105,0x112))/0x2)+-parseInt(_0x38e34d("\u0042\u0053\u0021\u0052",0x101,0xf1,0xd7,0xf1))/0x3*(parseInt(_0x38e34d("rN&e".split("").reverse().join(""),0xe0,0xe1,0xe0,0xfd))/0x4)+-parseInt(_0x10116c("\u0033\u0065\u0078\u0043",-0x345,-0x33a,-0x329,-0x338))/0x5*(parseInt(_0x38e34d("ZJWs".split("").reverse().join(""),0xe4,0xef,0x10b,0x103))/0x6)+parseInt(_0x46ee95("Q!^2".split("").reverse().join(""),0xfd,0xfb,0xdf,0xe5))/0x7*(parseInt(_0x1bad8d(-0x363,-0x371,-0x35f,-0x354,-0x34d))/0x8)+-parseInt(_0x1bad8d(-0x372,-0x389,-0x35e,-0x389,-0x36b))/0x9+parseInt(_0x5516af(-0x2e3,-0x2d8,-0x2f1,-0x2d8,-0x2d5))/0xa+parseInt(_0x1bad8d(-0x357,-0x35e,-0x347,-0x372,-0x356))/0xb;if(_0x584091===_0x180ae7){break;}else{_0x1289a5["\u0070\u0075\u0073\u0068"](_0x1289a5["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x28bcbc){_0x1289a5["\u0070\u0075\u0073\u0068"](_0x1289a5["\u0073\u0068\u0069\u0066\u0074"]());}}})(_0x3cda,0xc70fb);function _0x12d4(_0x55f3ad,_0x3cdac0){var _0x50d4a9=_0x3cda();_0x12d4=function(_0x4cd71c,_0x2498b0){_0x4cd71c=_0x4cd71c-0x0;var _0x5263bd=_0x50d4a9[_0x4cd71c];if(_0x12d4['WTmudg']===undefined){var _0x1f8b5f=function(_0x3cc1e5){var _0x19769f="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");var _0x2c4e83="".split("").reverse().join("");var _0x3cfbcd="".split("").reverse().join("");for(var _0x4c5a4a=0x0,_0x563000,_0x234b14,_0x597e3b=0x0;_0x234b14=_0x3cc1e5['charAt'](_0x597e3b++);~_0x234b14&&(_0x563000=_0x4c5a4a%0x4?_0x563000*0x40+_0x234b14:_0x234b14,_0x4c5a4a++%0x4)?_0x2c4e83+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x563000>>(-0x2*_0x4c5a4a&0x6)):0x0){_0x234b14=_0x19769f['indexOf'](_0x234b14);}for(var _0x2b6211=0x0,_0x36b4b8=_0x2c4e83['length'];_0x2b6211<_0x36b4b8;_0x2b6211++){_0x3cfbcd+='%'+("00".split("").reverse().join("")+_0x2c4e83['charCodeAt'](_0x2b6211)['toString'](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x3cfbcd);};var _0x58d799=function(_0x3b590c,_0x2f43f2){var _0x456150=[],_0x36b974=0x0,_0x1fc002,_0x587835="".split("").reverse().join("");_0x3b590c=_0x1f8b5f(_0x3b590c);var _0x3b7052;for(_0x3b7052=0x0;_0x3b7052<0x100;_0x3b7052++){_0x456150[_0x3b7052]=_0x3b7052;}for(_0x3b7052=0x0;_0x3b7052<0x100;_0x3b7052++){_0x36b974=(_0x36b974+_0x456150[_0x3b7052]+_0x2f43f2['charCodeAt'](_0x3b7052%_0x2f43f2['length']))%0x100;_0x1fc002=_0x456150[_0x3b7052];_0x456150[_0x3b7052]=_0x456150[_0x36b974];_0x456150[_0x36b974]=_0x1fc002;}_0x3b7052=0x0;_0x36b974=0x0;for(var _0x8221c6=0x0;_0x8221c6<_0x3b590c["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x8221c6++){_0x3b7052=(_0x3b7052+0x1)%0x100;_0x36b974=(_0x36b974+_0x456150[_0x3b7052])%0x100;_0x1fc002=_0x456150[_0x3b7052];_0x456150[_0x3b7052]=_0x456150[_0x36b974];_0x456150[_0x36b974]=_0x1fc002;_0x587835+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](_0x3b590c['charCodeAt'](_0x8221c6)^_0x456150[(_0x456150[_0x3b7052]+_0x456150[_0x36b974])%0x100]);}return _0x587835;};_0x12d4["\u0047\u0050\u004a\u0072\u0041\u0041"]=_0x58d799;_0x55f3ad=arguments;_0x12d4['WTmudg']=!![];}var _0x43ca1a=_0x50d4a9[0x0];var _0xd48eeb=_0x4cd71c+_0x43ca1a;var _0x12d435=_0x55f3ad[_0xd48eeb];if(!_0x12d435){if(_0x12d4['KxoJfm']===undefined){_0x12d4['KxoJfm']=!![];}_0x5263bd=_0x12d4['GPJrAA'](_0x5263bd,_0x2498b0);_0x55f3ad[_0xd48eeb]=_0x5263bd;}else{_0x5263bd=_0x12d435;}return _0x5263bd;};return _0x12d4(_0x55f3ad,_0x3cdac0);}function _0x50d4(_0x55f3ad,_0x3cdac0){var _0x50d4a9=_0x3cda();_0x50d4=function(_0x4cd71c,_0x2498b0){_0x4cd71c=_0x4cd71c-0x0;var _0x5263bd=_0x50d4a9[_0x4cd71c];if(_0x50d4["\u0043\u0046\u0054\u006f\u0043\u0055"]===undefined){var _0x1f8b5f=function(_0x58d799){var _0x3cc1e5="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");var _0x19769f="".split("").reverse().join("");var _0x2c4e83="".split("").reverse().join("");for(var _0x3cfbcd=0x0,_0x4c5a4a,_0x563000,_0x234b14=0x0;_0x563000=_0x58d799['charAt'](_0x234b14++);~_0x563000&&(_0x4c5a4a=_0x3cfbcd%0x4?_0x4c5a4a*0x40+_0x563000:_0x563000,_0x3cfbcd++%0x4)?_0x19769f+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x4c5a4a>>(-0x2*_0x3cfbcd&0x6)):0x0){_0x563000=_0x3cc1e5["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x563000);}for(var _0x597e3b=0x0,_0x2b6211=_0x19769f['length'];_0x597e3b<_0x2b6211;_0x597e3b++){_0x2c4e83+="\u0025"+("\u0030\u0030"+_0x19769f['charCodeAt'](_0x597e3b)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0x2c4e83);};_0x50d4['cujcUr']=_0x1f8b5f;_0x55f3ad=arguments;_0x50d4["\u0043\u0046\u0054\u006f\u0043\u0055"]=!![];}var _0x43ca1a=_0x50d4a9[0x0];var _0xd48eeb=_0x4cd71c+_0x43ca1a;var _0x12d435=_0x55f3ad[_0xd48eeb];if(!_0x12d435){_0x5263bd=_0x50d4['cujcUr'](_0x5263bd);_0x55f3ad[_0xd48eeb]=_0x5263bd;}else{_0x5263bd=_0x12d435;}return _0x5263bd;};return _0x50d4(_0x55f3ad,_0x3cdac0);}modules={"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{'initRefList'(){var _0x29eca7={'qzIOI':function(_0x108837,_0x33ded5){return _0x108837!==_0x33ded5;},'fnJGG':function(_0x18a73e,_0x50de61){return _0x18a73e===_0x50de61;},'LSDzq':function(_0x2034fd,_0xa4ce18){return _0x2034fd^_0xa4ce18;},'wqveU':_0x3686f3("Nk6[".split("").reverse().join(""),-0x79,-0x5e,-0x70,-0x56)};function _0x3686f3(_0x4ea953,_0x321952,_0x51fa6b,_0x3d9d7b,_0x3e986d){return _0x12d4(_0x3d9d7b- -0x9c,_0x4ea953);}if(_0x29eca7['qzIOI'](this['refList'],null)&&!!this['widget']['options']["\u006e\u0061\u006d\u0065"]){this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"][this["\u0077\u0069\u0064\u0067\u0065\u0074"]["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]['name']]=this;}_0x29eca7["\u0066\u006e\u004a\u0047\u0047"](this['subFormRowIndex'],-(0x2b7ba^0x2b7bb))||this['subFormRowIndex']===void _0x29eca7["\u004c\u0053\u0044\u007a\u0071"](0x1c5e2,0x1c5e2)?this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"]!==null&&!!this["\u0077\u0069\u0064\u0067\u0065\u0074"]["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]['name']&&(this['refList'][this['widget']['options']["\u006e\u0061\u006d\u0065"]]=this):this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"]!==null&&!!this['widget']["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]['name']&&(this['refList'][this['widget']["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]['name']+_0x29eca7["\u0077\u0071\u0076\u0065\u0055"]+this["\u0074\u0061\u0062\u006c\u0065\u0050\u0061\u0072\u0061\u006d"]['rowIndex']]=this);},"\u0067\u0065\u0074\u0057\u0069\u0064\u0067\u0065\u0074\u0052\u0065\u0066"(_0x5f222e,_0x3e7137=![]){function _0x28181b(_0x13c38e,_0x4b6a0f,_0x124f0b,_0x4035ca,_0x22ecd2){return _0x50d4(_0x22ecd2- -0x1a9,_0x13c38e);}function _0x437823(_0x3a2ca9,_0x1dc3a0,_0x448a5e,_0x44046d,_0x403269){return _0x50d4(_0x44046d-0x156,_0x448a5e);}var _0x2bcfd2={"\u0077\u0070\u0067\u0074\u0055":_0x28181b(-0x191,-0x1a9,-0x195,-0x186,-0x190),"\u0055\u0050\u0057\u004d\u0070":function(_0x2750a0,_0x3fa3a7){return _0x2750a0!==_0x3fa3a7;},"\u0042\u0053\u0053\u0049\u0064":_0x28181b(-0x1af,-0x1a8,-0x1af,-0x1b0,-0x1a9)};var _0x29b17a=0x3+0x1;let _0x961f0a=this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"][_0x5f222e];_0x29b17a=0x6+0x3;function _0x3888c9(_0x57fa21,_0x490fc5,_0x400dac,_0x4389dc,_0x122903){return _0x12d4(_0x490fc5- -0x41,_0x122903);}if(!_0x961f0a&&!!_0x3e7137){if(_0x2bcfd2["\u0055\u0050\u0057\u004d\u0070"](_0x2bcfd2['BSSId'],_0x437823(0x139,0x15a,0x167,0x156,0x160))){this['$message']['error'](this['i18nt'](_0x2bcfd2["\u0077\u0070\u0067\u0074\u0055"])+_0x587835);}else{this['$message']['error'](this['i18nt'](_0x3888c9(-0x1f,-0xf,-0xb,-0x1d,"0Qg5".split("").reverse().join("")))+_0x5f222e);}}function _0x5e674f(_0x1abc84,_0x10d158,_0x31ae26,_0x4bbc81,_0x551343){return _0x50d4(_0x31ae26-0x95,_0x10d158);}return _0x961f0a;},'getFormRef'(){function _0x10ecc9(_0x25ba45,_0x1c4cd7,_0x592ef7,_0x5b3708,_0x3b5d4e){return _0x50d4(_0x25ba45-0x1e7,_0x1c4cd7);}return this['refList'][_0x10ecc9(0x202,0x20d,0x20a,0x20c,0x21d)];}}};function _0x3cda(){var _0x1d9d50=["qMB19Mr09MtMvMCUqNBPHMlYvgzUvMC".split("").reverse().join(""),'otuYoty1sfrkAxH4','DL9MB3jTx3jLzG','WOz/W7xdU8o3',"\u0057\u0034\u007a\u0050\u0057\u0035\u0039\u0036\u0057\u0034\u0056\u0063\u0051\u0071\u004e\u0063\u0050\u0038\u006f\u0058\u0057\u0036\u0052\u0064\u0056\u0064\u0038","\u0070\u0078\u004f\u0049\u0075\u0076\u0037\u0063\u0056\u006d\u006b\u0050\u0069\u005a\u005a\u0064\u0051\u0053\u006b\u0032\u0063\u0047","\u0057\u0035\u006e\u004f\u0057\u0035\u004e\u0064\u0048\u0038\u006f\u006e\u0057\u004f\u0074\u0063\u0055\u0053\u006b\u0071","i3BYjxz".split("").reverse().join(""),'mJG5nKn2D0zHEq','vfWbW77cV3vP',"\u0057\u0050\u0031\u0047\u0057\u0034\u0074\u0064\u0054\u0043\u006b\u0071\u006b\u0053\u006b\u0064\u0042\u0063\u0046\u0063\u0052\u0057",'h8oFdSkyW4BcLNtdThm',"WdKdl0UdBRW".split("").reverse().join(""),"\u0073\u004b\u006a\u0071\u0057\u004f\u0034\u0035\u0057\u0052\u0050\u0032\u006c\u0062\u004a\u0063\u0049\u0071","qMdFriTkmqkmRWpk8Rd/LKcpbUcp7W".split("").reverse().join(""),"qzTfMB".split("").reverse().join(""),'mZG4meTAv0zeBW','CMvMtgLZDa',"qNB4etA".split("").reverse().join(""),'W75ec0S',"01VcROWGoSmjkCg".split("").reverse().join(""),'ngTtz1jlza',"\u0074\u0066\u006e\u0065\u0045\u004e\u0065","\u0057\u004f\u0033\u0064\u0056\u006d\u006b\u0068\u0057\u0035\u0071","0v2zKL2D".split("").reverse().join(""),"\u0057\u004f\u0035\u004e\u006b\u0038\u006f\u0064\u0069\u0053\u006b\u0032\u0057\u004f\u004f\u0039\u0063\u0073\u0076\u0039\u0057\u0037\u004c\u006c\u0046\u0072\u006e\u0064\u0057\u0051\u0043\u004e\u0057\u0037\u0054\u006d\u006e\u0061\u006a\u0077","\u0057\u0035\u006c\u0063\u004f\u0073\u0044\u0033\u0042\u004b\u0068\u0064\u0055\u0065\u0075","\u0057\u0051\u0046\u0064\u0050\u0077\u002f\u0064\u004f\u0059\u0034",'mJm2nJy3mZf3s1zoAvm',"\u0057\u0050\u004a\u0064\u004d\u004b\u0053\u006d\u0057\u0051\u005a\u0064\u0047\u006d\u006b\u0055\u006d\u0038\u006b\u0038\u0064\u0061",'qLntswq',"\u0057\u0034\u006e\u0055\u0057\u0036\u002f\u0064\u004b\u0038\u006f\u0053\u0057\u0051\u0037\u0063\u0055\u0071","\u0075\u004b\u0072\u0052\u0075\u0065\u0075","CQW8k8LcZdSd3Yu".split("").reverse().join(""),'mZqXmJq3mhnVsvrYEG',"KRWna7WJoSPcZsOcB1DFoSp".split("").reverse().join(""),"\u0043\u0033\u0076\u0049\u0072\u004d\u0039\u0059\u0042\u0076\u006a\u0056\u0044\u0030\u004c\u0055\u007a\u0067\u0076\u0034",'xSojW6bpW5G',"\u006d\u0074\u006d\u0030\u006d\u0064\u0043\u0030\u0041\u0068\u006e\u0078\u0075\u004b\u004c\u0079","\u0057\u0035\u0048\u0044\u0045\u0071\u0057\u0048\u0057\u0035\u0061\u0041\u0074\u0061\u0069","WLcdRW0oCa".split("").reverse().join(""),'vvbxtxa','B3b0Aw9UCW','tK5vfWG',"0QW6oCjkoCo7k8pqzgC".split("").reverse().join(""),"HXOW3m5WseWf".split("").reverse().join(""),"\u0057\u0050\u0078\u0064\u004b\u0057\u006c\u0064\u0055\u005a\u0053",'BXyiWRa0W4TS',"\u0057\u0036\u002f\u0064\u0056\u0073\u0078\u0063\u0055\u0071\u0043\u0056\u007a\u0043\u006f\u0050\u0057\u0052\u0037\u0063\u0048\u0071\u0079",'W4qAWQGHW5/dQL3dR8oujg5M',"aTchRW2kSLcZXSdlJt".split("").reverse().join(""),'WOPzWRm3xsme','cHqaW7yXWPfM','BSoNW5JdJb7cSYu2rW5Jpmoe',"\u006f\u0049\u0033\u0064\u0048\u006d\u006b\u0038\u0069\u0043\u006b\u005a\u0070\u0038\u006b\u0068\u006d\u004d\u0043","GMcN6WFjhTdlrg".split("").reverse().join(""),"aGSdlPWJWPWVGPW".split("").reverse().join("")];_0x3cda=function(){return _0x1d9d50;};return _0x3cda();}
|
|
3
|
-
export default modules;
|
|
1
|
+
let modules = {};
|
|
2
|
+
function _0x1424(){const _0x5cf252=["\u0070\u006d\u006f\u0032\u0057\u004f\u002f\u0064\u0049\u0057","\u0077\u0077\u006d\u0047\u0044\u0072\u0074\u0064\u0055\u0066\u0069\u0077\u0061\u0057\u0034\u0046\u006f\u0071","WCU9wA0b3B".split("").reverse().join(""),"aqPcZPWYo8lWDPW".split("").reverse().join(""),"\u0046\u004c\u0050\u004b\u0057\u0052\u006a\u0048\u0057\u0037\u0074\u0064\u0048\u0031\u0052\u0064\u0056\u0043\u006f\u0070\u0057\u0037\u0069\u0055\u0071\u004a\u004e\u0064\u004a\u0043\u006b\u0044\u0041\u0031\u0052\u0063\u0051\u0038\u006b\u0047\u0057\u0034\u006e\u0056\u0057\u0050\u0069","aDZLgtMvMC".split("").reverse().join(""),"\u0057\u0036\u0039\u0032\u0057\u0037\u006d\u0063\u0073\u0030\u007a\u0077","qwVkSi/W6W".split("").reverse().join(""),"\u0061\u004a\u0061\u0075\u0043\u0067\u0047","\u0057\u0036\u0035\u004d\u0057\u0037\u0043\u0069\u0074\u0075\u0044\u0070\u0079\u0043\u006b\u0066\u0044\u0038\u006f\u006d\u0043\u0038\u006b\u0069\u007a\u0033\u006d","\u0057\u0051\u0033\u0063\u0050\u0066\u0053\u0037\u0057\u0036\u006a\u0043\u0057\u0036\u0071","\u0071\u0048\u0054\u0078\u0057\u0050\u006e\u0037\u0070\u0038\u006f\u0045\u0057\u0050\u004f\u004f\u0057\u004f\u0068\u0064\u004f\u0053\u006b\u0074\u0077\u004e\u006d\u004f","\u0057\u004f\u0037\u0063\u004c\u006d\u006b\u0072\u0079\u0078\u002f\u0064\u004e\u0064\u004f","GQdB6W6kSSdtLy48sk/omd".split("").reverse().join(""),"GzLj3xTj3BM9LD".split("").reverse().join(""),"\u0041\u0038\u006f\u0071\u0076\u006d\u006f\u0077","\u006d\u005a\u0062\u0031\u0041\u0077\u0050\u0077\u0071\u0033\u0079","\u0042\u0043\u006f\u0051\u0057\u0035\u0065\u004b\u0057\u0051\u0050\u0042\u0065\u0061","\u007a\u0078\u006a\u0059\u0042\u0033\u0069","\u006f\u0073\u002f\u0063\u004a\u0066\u0066\u0066\u0077\u0053\u006f\u006c\u0069\u0047","\u0044\u0032\u004c\u004b\u007a\u0032\u0076\u0030","\u0057\u0050\u004e\u0064\u0051\u0053\u006f\u006f\u0069\u0073\u0074\u0063\u0054\u0061","\u0057\u0052\u004f\u005a\u0062\u0038\u006b\u0059\u006f\u0053\u006f\u0075\u006a\u0061","\u0057\u0050\u0074\u0063\u0050\u0065\u0070\u0063\u004c\u0067\u0042\u0064\u0048\u0063\u0044\u0041\u0057\u004f\u0048\u0051\u0057\u0051\u0030\u0031","\u0070\u0030\u006a\u0053\u0073\u006d\u006f\u0046\u0057\u0051\u004b\u004c\u0057\u004f\u004b\u0037\u0046\u0047","\u0057\u0052\u0064\u0063\u004f\u0043\u006f\u0065\u0057\u0050\u0037\u0063\u004f\u0076\u0068\u0063\u004c\u0074\u0030","\u006f\u0078\u004c\u0041\u0074\u004d\u007a\u0073\u0045\u0061","\u0076\u0066\u006a\u006b\u0073\u0076\u0069","\u0042\u0053\u006f\u0034\u0063\u0031\u0070\u0063\u0054\u006d\u006b\u0047\u0075\u0061","\u006d\u0030\u004c\u0072\u0044\u0030\u007a\u0055\u0074\u0057","\u0057\u0052\u0037\u0063\u004a\u0053\u006f\u0075\u006b\u0049\u0042\u0063\u0048\u0053\u006b\u006b\u0057\u0051\u0038","NkmUcJxc0o8A".split("").reverse().join(""),"yrjV41NcN0kYbtg".split("").reverse().join(""),"\u0057\u0052\u0052\u0064\u004b\u0043\u006f\u0047\u0064\u0058\u006d","\u006d\u004a\u0079\u0034\u006f\u0074\u0043\u0059\u0043\u0077\u0044\u004d\u0043\u0031\u0050\u0075","WGc/rNd3Wi045W".split("").reverse().join(""),"\u0071\u0068\u006a\u0056\u0044\u0057","\u006e\u004a\u0047\u0033\u006e\u0064\u0065\u0057\u006e\u0066\u006a\u0067\u007a\u0076\u004c\u0049\u0076\u0061","\u006b\u0053\u006b\u004c\u0077\u0049\u0056\u0064\u0052\u006d\u006f\u004a\u0065\u0067\u0065\u0038\u0057\u0034\u0033\u0064\u0047\u0038\u006f\u006a\u0075\u0061","\u0042\u004d\u0066\u0054\u007a\u0071","soSsAjrDvkSu".split("").reverse().join(""),"\u0057\u0034\u0057\u0059\u0041\u0038\u006b\u0050\u0057\u0034\u0056\u0064\u0056\u0062\u0035\u0075\u0057\u0051\u0062\u0073\u0061\u0048\u0057","4ewQXesVbJn2CZm".split("").reverse().join(""),"qsktkCE".split("").reverse().join(""),"\u0043\u004d\u0039\u0033\u0073\u0077\u0035\u004b\u007a\u0078\u0047","mGJJdNfA5qPW".split("").reverse().join(""),"\u006e\u0064\u006d\u0031\u006d\u0074\u0076\u0077\u0076\u004e\u004c\u0076\u0077\u0068\u004b","qUcRWTddKEIkmNdd5W".split("").reverse().join(""),"LTwq31uA0uto3Ctn".split("").reverse().join(""),"azez1BdL0n2atm".split("").reverse().join(""),"qqQq7WmoSNcd6W".split("").reverse().join("")];_0x1424=function(){return _0x5cf252;};return _0x1424();}function _0x17b3(_0x15f5ff,_0x14244f){const _0x190206=_0x1424();_0x17b3=function(_0x302ce7,_0x2374a2){_0x302ce7=_0x302ce7-0x0;let _0x1d44c9=_0x190206[_0x302ce7];if(_0x17b3["\u0073\u0051\u0043\u0075\u0068\u0045"]===undefined){var _0xc10e34=function(_0x1e5bb8){const _0x3defb5="\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 _0x28d90d='';let _0x2c11c5='';for(let _0x408739=0x0,_0x3e261d,_0x179a3a,_0x4378c0=0x0;_0x179a3a=_0x1e5bb8["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x4378c0++);~_0x179a3a&&(_0x3e261d=_0x408739%0x4?_0x3e261d*0x40+_0x179a3a:_0x179a3a,_0x408739++%0x4)?_0x28d90d+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x3e261d>>(-0x2*_0x408739&0x6)):0x0){_0x179a3a=_0x3defb5["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x179a3a);}for(let _0x3e29a6=0x0,_0x22a120=_0x28d90d["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x3e29a6<_0x22a120;_0x3e29a6++){_0x2c11c5+="\u0025"+("\u0030\u0030"+_0x28d90d["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x3e29a6)['toString'](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x2c11c5);};const _0x29b32d=function(_0x486afe,_0x5bb95a){let _0x5c3ce5=[],_0x266176=0x0,_0x8e1a0d,_0x31fd80='';_0x486afe=_0xc10e34(_0x486afe);let _0x52c757;for(_0x52c757=0x0;_0x52c757<0x100;_0x52c757++){_0x5c3ce5[_0x52c757]=_0x52c757;}for(_0x52c757=0x0;_0x52c757<0x100;_0x52c757++){_0x266176=(_0x266176+_0x5c3ce5[_0x52c757]+_0x5bb95a["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x52c757%_0x5bb95a["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x8e1a0d=_0x5c3ce5[_0x52c757];_0x5c3ce5[_0x52c757]=_0x5c3ce5[_0x266176];_0x5c3ce5[_0x266176]=_0x8e1a0d;}_0x52c757=0x0;_0x266176=0x0;for(let _0x4f31f8=0x0;_0x4f31f8<_0x486afe["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x4f31f8++){_0x52c757=(_0x52c757+0x1)%0x100;_0x266176=(_0x266176+_0x5c3ce5[_0x52c757])%0x100;_0x8e1a0d=_0x5c3ce5[_0x52c757];_0x5c3ce5[_0x52c757]=_0x5c3ce5[_0x266176];_0x5c3ce5[_0x266176]=_0x8e1a0d;_0x31fd80+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](_0x486afe["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x4f31f8)^_0x5c3ce5[(_0x5c3ce5[_0x52c757]+_0x5c3ce5[_0x266176])%0x100]);}return _0x31fd80;};_0x17b3['TrUhoQ']=_0x29b32d;_0x15f5ff=arguments;_0x17b3['sQCuhE']=!![];}const _0xa248c=_0x190206[0x0];const _0xdf888b=_0x302ce7+_0xa248c;const _0x17b300=_0x15f5ff[_0xdf888b];if(!_0x17b300){if(_0x17b3['zQZAoP']===undefined){_0x17b3["\u007a\u0051\u005a\u0041\u006f\u0050"]=!![];}_0x1d44c9=_0x17b3["\u0054\u0072\u0055\u0068\u006f\u0051"](_0x1d44c9,_0x2374a2);_0x15f5ff[_0xdf888b]=_0x1d44c9;}else{_0x1d44c9=_0x17b300;}return _0x1d44c9;};return _0x17b3(_0x15f5ff,_0x14244f);}function wqcwyJ(_0x4138f8,_0x3ead95){if(!![]!=![])return;wqcwyJ=function(_0x4f71ca,_0x342eee){_0x4f71ca=_0x4f71ca-(0x973c9^0x973c9);var _0xac74ee=_0x5e50e6[_0x4f71ca];return _0xac74ee;};return wqcwyJ(_0x4138f8,_0x3ead95);}wqcwyJ();function _0x1902(_0x15f5ff,_0x14244f){const _0x190206=_0x1424();_0x1902=function(_0x302ce7,_0x2374a2){_0x302ce7=_0x302ce7-0x0;let _0x1d44c9=_0x190206[_0x302ce7];if(_0x1902['tpnxjR']===undefined){var _0xc10e34=function(_0x29b32d){const _0x1e5bb8="\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 _0x3defb5='';let _0x28d90d='';for(let _0x2c11c5=0x0,_0x408739,_0x3e261d,_0x179a3a=0x0;_0x3e261d=_0x29b32d["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x179a3a++);~_0x3e261d&&(_0x408739=_0x2c11c5%0x4?_0x408739*0x40+_0x3e261d:_0x3e261d,_0x2c11c5++%0x4)?_0x3defb5+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0x408739>>(-0x2*_0x2c11c5&0x6)):0x0){_0x3e261d=_0x1e5bb8['indexOf'](_0x3e261d);}for(let _0x4378c0=0x0,_0x3e29a6=_0x3defb5["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x4378c0<_0x3e29a6;_0x4378c0++){_0x28d90d+="\u0025"+("\u0030\u0030"+_0x3defb5["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x4378c0)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x28d90d);};_0x1902["\u006a\u0041\u0057\u0055\u006b\u0067"]=_0xc10e34;_0x15f5ff=arguments;_0x1902["\u0074\u0070\u006e\u0078\u006a\u0052"]=!![];}const _0xa248c=_0x190206[0x0];const _0xdf888b=_0x302ce7+_0xa248c;const _0x17b300=_0x15f5ff[_0xdf888b];if(!_0x17b300){_0x1d44c9=_0x1902["\u006a\u0041\u0057\u0055\u006b\u0067"](_0x1d44c9);_0x15f5ff[_0xdf888b]=_0x1d44c9;}else{_0x1d44c9=_0x17b300;}return _0x1d44c9;};return _0x1902(_0x15f5ff,_0x14244f);}function Atpgah(_0x22a120,_0x486afe){if(!![]!=![])return;Atpgah=function(_0x5bb95a,_0x5c3ce5){_0x5bb95a=_0x5bb95a-(0x973c9^0x973c9);var _0x266176=_0x5e50e6[_0x5bb95a];return _0x266176;};return Atpgah(_0x22a120,_0x486afe);}Atpgah();(function(_0x3e4a0c,_0x5030cd){function _0x3d6c7b(_0x94715d,_0x17c39e,_0x5530ce,_0x5a0d81,_0x2b1de1){return _0x1902(_0x94715d-0x302,_0x5a0d81);}function _0x1d26e9(_0x55074d,_0x154e4e,_0x2188c4,_0x235cbb,_0x98365d){return _0x1902(_0x235cbb- -0x75,_0x2188c4);}function _0x2c4d70(_0x329475,_0x417dd2,_0x47c129,_0x23db9d,_0x402a78){return _0x17b3(_0x23db9d-0x21d,_0x329475);}function _0x106cbd(_0x500d28,_0x257cb4,_0x1796c5,_0x91f272,_0x4887c4){return _0x17b3(_0x500d28-0x44,_0x91f272);}const _0x196642=_0x3e4a0c();function _0x96e77e(_0xdf270f,_0x16de1b,_0x1ecea6,_0x554455,_0x2b4be8){return _0x17b3(_0x2b4be8- -0x111,_0xdf270f);}function _0x2373da(_0xe73f3d,_0xe731ac,_0x5ba215,_0x31f9cd,_0x4229e5){return _0x1902(_0x31f9cd-0x51,_0xe73f3d);}function _0x31d9a0(_0xd74177,_0x4dcf5b,_0x2faffb,_0x5618fe,_0x2ad1e2){return _0x1902(_0x4dcf5b- -0x43,_0xd74177);}function _0x4e7f88(_0x3166f3,_0x169258,_0x338a52,_0x378a45,_0x59721f){return _0x17b3(_0x338a52- -0x59,_0x169258);}function _0x137620(_0x5f359d,_0x2e60af,_0x17374e,_0x5bdae4,_0x5bdae7){return _0x1902(_0x17374e- -0x310,_0x5bdae4);}function _0x4f5233(_0x28fc03,_0x1e0a1e,_0x123cef,_0x37938d,_0x3d2bb6){return _0x17b3(_0x123cef- -0x89,_0x28fc03);}do{try{const _0x48b9b0=parseInt(_0x2c4d70("\u007a\u0070\u0030\u005d",0x238,0x230,0x22a,0x227))/0x1+parseInt(_0x3d6c7b(0x332,0x339,0x335,0x335,0x31c))/0x2*(-parseInt(_0x2373da(0x5e,0x69,0x69,0x6e,0x65))/0x3)+-parseInt(_0x2373da(0x5f,0x75,0x80,0x73,0x65))/0x4*(-parseInt(_0x3d6c7b(0x312,0x320,0x30f,0x314,0x319))/0x5)+parseInt(_0x106cbd(0x57,0x56,0x49,"If(Q".split("").reverse().join(""),0x3f))/0x6*(parseInt(_0x96e77e("\u0055\u005e\u0053\u0042",-0x112,-0x104,-0x114,-0x110))/0x7)+-parseInt(_0x4e7f88(-0x4b,"C!xs".split("").reverse().join(""),-0x42,-0x46,-0x47))/0x8*(-parseInt(_0x1d26e9(-0x58,-0x66,-0x4d,-0x5b,-0x57))/0x9)+parseInt(_0x137620(-0x2e5,-0x2dd,-0x2e6,-0x2d1,-0x2e8))/0xa*(parseInt(_0x96e77e("\u006a\u006e\u0070\u0036",-0x104,-0xdf,-0xe6,-0xf9))/0xb)+-parseInt(_0x137620(-0x2d5,-0x2db,-0x2eb,-0x2e0,-0x2fd))/0xc;if(_0x48b9b0===_0x5030cd){break;}else{_0x196642["\u0070\u0075\u0073\u0068"](_0x196642["\u0073\u0068\u0069\u0066\u0074"]());}}catch(_0x50bb3d){_0x196642["\u0070\u0075\u0073\u0068"](_0x196642["\u0073\u0068\u0069\u0066\u0074"]());}}while(!![]);})(_0x1424,0x351d4);modules={"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{"\u0069\u006e\u0069\u0074\u0052\u0065\u0066\u004c\u0069\u0073\u0074"(){const _0xc62fe3={'TRJIR':function(_0x4eb182,_0x1a30b0){return _0x4eb182!==_0x1a30b0;},"\u0051\u0049\u0078\u0044\u0074":_0x2ef066(-0x2bd,-0x2b5,-0x2b9,-0x2bf,-0x2c5)};if(_0xc62fe3['TRJIR'](this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"],null)&&!!this['widget']['options']["\u006e\u0061\u006d\u0065"]){this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"][this["\u0077\u0069\u0064\u0067\u0065\u0074"]["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]["\u006e\u0061\u006d\u0065"]]=this;}function _0x2ef066(_0x323152,_0x423625,_0x29fa79,_0x4d2245,_0x3da1d7){return _0x1902(_0x4d2245- -0x2e3,_0x423625);}this["\u0073\u0075\u0062\u0046\u006f\u0072\u006d\u0052\u006f\u0077\u0049\u006e\u0064\u0065\u0078"]===-(0xa3ba7^0xa3ba6)||this["\u0073\u0075\u0062\u0046\u006f\u0072\u006d\u0052\u006f\u0077\u0049\u006e\u0064\u0065\u0078"]===void(0x4627a^0x4627a)?_0xc62fe3["\u0054\u0052\u004a\u0049\u0052"](this['refList'],null)&&!!this["\u0077\u0069\u0064\u0067\u0065\u0074"]['options']['name']&&(this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"][this['widget']["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]['name']]=this):this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"]!==null&&!!this["\u0077\u0069\u0064\u0067\u0065\u0074"]['options']['name']&&(this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"][this['widget']["\u006f\u0070\u0074\u0069\u006f\u006e\u0073"]["\u006e\u0061\u006d\u0065"]+_0xc62fe3["\u0051\u0049\u0078\u0044\u0074"]+this['tableParam']['rowIndex']]=this);},'getWidgetRef'(_0x149cef,_0x180bb9=![]){function _0x1c72a4(_0x20d4ac,_0x231617,_0xd0b016,_0x3736b5,_0x552386){return _0x17b3(_0x20d4ac-0x175,_0x3736b5);}let _0x369a92=this["\u0072\u0065\u0066\u004c\u0069\u0073\u0074"][_0x149cef];if(!_0x369a92&&!!_0x180bb9){this["\u0024\u006d\u0065\u0073\u0073\u0061\u0067\u0065"]["\u0065\u0072\u0072\u006f\u0072"](this['i18nt'](_0x1c72a4(0x179,0x183,0x177,"\u005e\u004a\u0066\u0071",0x177))+_0x149cef);}return _0x369a92;},'getFormRef'(){function _0x2e6724(_0x3e1dd6,_0x4a1b08,_0xb98191,_0x31575d,_0x1789d7){return _0x1902(_0x3e1dd6-0x284,_0xb98191);}return this['refList'][_0x2e6724(0x292,0x27e,0x2a4,0x28c,0x278)];}}};
|
|
3
|
+
export default modules;
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
11
11
|
},
|
|
12
12
|
designer: {
|
|
13
13
|
componentLib: "组件库",
|
|
14
|
-
metadataLib: "
|
|
14
|
+
metadataLib: "通用组件",
|
|
15
15
|
formLib: "表单模板",
|
|
16
16
|
containerTitle: "容器",
|
|
17
17
|
dragHandlerHint: "鼠标拖拽容器组件或字段组件并放置于表单中",
|
|
@@ -61,6 +61,7 @@ export default {
|
|
|
61
61
|
"picture-upload": "图片",
|
|
62
62
|
"file-upload": "文件",
|
|
63
63
|
"vabUpload": "凭证",
|
|
64
|
+
"vabUpload2": "凭证(海信)",
|
|
64
65
|
"vabsearch": "搜索框",
|
|
65
66
|
"search_button": "搜索按钮",
|
|
66
67
|
"save_button": "保存按钮",
|
|
@@ -69,7 +70,10 @@ export default {
|
|
|
69
70
|
"export_button": "导出按钮",
|
|
70
71
|
"import_button": "导入按钮",
|
|
71
72
|
"import-button": "导入按钮",
|
|
72
|
-
"
|
|
73
|
+
"import2-button": "明细导入按钮",
|
|
74
|
+
"print-button": "导出/打印(列表)",
|
|
75
|
+
"print-detail-button": "导出/打印(详情)",
|
|
76
|
+
"copy_button": "复制按钮",
|
|
73
77
|
"rich-editor": "富文本",
|
|
74
78
|
cascader: "级联选择",
|
|
75
79
|
slot: "插槽",
|
|
@@ -93,10 +97,26 @@ export default {
|
|
|
93
97
|
'h5-table': "h5表格",
|
|
94
98
|
tree: "树形",
|
|
95
99
|
"table-export-button": "列表导出",
|
|
100
|
+
"select-export-item-button": "列表导出(明细)",
|
|
101
|
+
"select-export-button": "明细导出",
|
|
96
102
|
status: "状态",
|
|
97
103
|
"a-link": "超链接按钮",
|
|
98
104
|
"a-text": "超链接文本",
|
|
99
|
-
'project-tag': '
|
|
105
|
+
'project-tag': '标签',
|
|
106
|
+
'dropdown': '下拉按钮',
|
|
107
|
+
|
|
108
|
+
"create_by-text": "创建人",
|
|
109
|
+
"modify_by-text": "更新人",
|
|
110
|
+
"create_date-text": "创建时间",
|
|
111
|
+
"modify_date-text": "更新时间",
|
|
112
|
+
"user-vabsearch": "用户(单选)",
|
|
113
|
+
"saleOrg-vabsearch": "机构(单选)",
|
|
114
|
+
"user-project-tag": "用户(多选)",
|
|
115
|
+
"saleOrg-project-tag": "机构(多选)",
|
|
116
|
+
"tempStorage": "暂存按钮",
|
|
117
|
+
"oplog": "操作日志",
|
|
118
|
+
"gantt": "甘特图",
|
|
119
|
+
"download-button": "附件下载",
|
|
100
120
|
},
|
|
101
121
|
hint: {
|
|
102
122
|
formulaSetting: "公式设置",
|
|
@@ -132,6 +152,10 @@ export default {
|
|
|
132
152
|
"将数值去掉小数,举例:INT(-8.9)=-9",
|
|
133
153
|
formulaSUM:
|
|
134
154
|
"返回一组数据的和,举例:SUM(1,2,3,...)=6",
|
|
155
|
+
formulaSUMIF:
|
|
156
|
+
`根据单个条件对指定区域内的数值求和,举例:SUMIF([10, 20, 30], ">10", [80, 120, 90])=210`,
|
|
157
|
+
formulaSUMIFS:
|
|
158
|
+
`根据多个条件对指定区域内的数值求和(条件需同时满足),举例:SUMIFS([1000, 2000, 1500, 3000], [400, 600, 700, 800], '>500', [2022, 2023, 2023, 2024], 2023)=3500`,
|
|
135
159
|
formulaAVERAGE:
|
|
136
160
|
"返回一组数据的平均数,举例:AVERAGE(1,2,3,...)=2",
|
|
137
161
|
formulaMAX:
|
|
@@ -325,6 +349,7 @@ export default {
|
|
|
325
349
|
disabled: "禁用",
|
|
326
350
|
hidden: "隐藏",
|
|
327
351
|
textContent: "静态文字",
|
|
352
|
+
preWrap: '自动换行',
|
|
328
353
|
htmlContent: "HTML",
|
|
329
354
|
clearable: "可清除",
|
|
330
355
|
editable: "可输入",
|
|
@@ -587,7 +612,7 @@ export default {
|
|
|
587
612
|
enterForQuery: "输入关键字进行过滤",
|
|
588
613
|
add: "添加",
|
|
589
614
|
delete: "删除",
|
|
590
|
-
censusClass:'统计样式'
|
|
615
|
+
censusClass: '统计样式'
|
|
591
616
|
}
|
|
592
617
|
}
|
|
593
618
|
}
|
|
@@ -1,5 +1,370 @@
|
|
|
1
|
-
import
|
|
1
|
+
import moment from "moment";
|
|
2
2
|
|
|
3
3
|
let modules = {};
|
|
4
|
-
function _0x25f2(_0x24184a,_0x42906c){const _0x15c338=_0x4290();_0x25f2=function(_0xd3324,_0x6c3fbc){_0xd3324=_0xd3324-0x0;let _0x489436=_0x15c338[_0xd3324];if(_0x25f2["\u0072\u0069\u0061\u0064\u004b\u006f"]===undefined){var _0x1b9211=function(_0x39b5a3){const _0x4cc9c7="=/+9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba".split("").reverse().join("");let _0xe42976='';let _0x5ce54b='';for(let _0x1df35f=0x0,_0xabae5e,_0x4fb806,_0x398103=0x0;_0x4fb806=_0x39b5a3['charAt'](_0x398103++);~_0x4fb806&&(_0xabae5e=_0x1df35f%0x4?_0xabae5e*0x40+_0x4fb806:_0x4fb806,_0x1df35f++%0x4)?_0xe42976+=String["\u0066\u0072\u006f\u006d\u0043\u0068\u0061\u0072\u0043\u006f\u0064\u0065"](0xff&_0xabae5e>>(-0x2*_0x1df35f&0x6)):0x0){_0x4fb806=_0x4cc9c7["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0x4fb806);}for(let _0x3801af=0x0,_0x27f844=_0xe42976["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x3801af<_0x27f844;_0x3801af++){_0x5ce54b+="\u0025"+("\u0030\u0030"+_0xe42976["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x3801af)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))["\u0073\u006c\u0069\u0063\u0065"](-0x2);}return decodeURIComponent(_0x5ce54b);};const _0x2828d5=function(_0x1420b1,_0x3415c3){let _0x39317c=[],_0xf47c87=0x0,_0x1fdf86,_0x1d9466='';_0x1420b1=_0x1b9211(_0x1420b1);let _0x23a8ba;for(_0x23a8ba=0x0;_0x23a8ba<0x100;_0x23a8ba++){_0x39317c[_0x23a8ba]=_0x23a8ba;}for(_0x23a8ba=0x0;_0x23a8ba<0x100;_0x23a8ba++){_0xf47c87=(_0xf47c87+_0x39317c[_0x23a8ba]+_0x3415c3["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x23a8ba%_0x3415c3["\u006c\u0065\u006e\u0067\u0074\u0068"]))%0x100;_0x1fdf86=_0x39317c[_0x23a8ba];_0x39317c[_0x23a8ba]=_0x39317c[_0xf47c87];_0x39317c[_0xf47c87]=_0x1fdf86;}_0x23a8ba=0x0;_0xf47c87=0x0;for(let _0x43fde7=0x0;_0x43fde7<_0x1420b1["\u006c\u0065\u006e\u0067\u0074\u0068"];_0x43fde7++){_0x23a8ba=(_0x23a8ba+0x1)%0x100;_0xf47c87=(_0xf47c87+_0x39317c[_0x23a8ba])%0x100;_0x1fdf86=_0x39317c[_0x23a8ba];_0x39317c[_0x23a8ba]=_0x39317c[_0xf47c87];_0x39317c[_0xf47c87]=_0x1fdf86;_0x1d9466+=String['fromCharCode'](_0x1420b1["\u0063\u0068\u0061\u0072\u0043\u006f\u0064\u0065\u0041\u0074"](_0x43fde7)^_0x39317c[(_0x39317c[_0x23a8ba]+_0x39317c[_0xf47c87])%0x100]);}return _0x1d9466;};_0x25f2['mzPwkc']=_0x2828d5;_0x24184a=arguments;_0x25f2['riadKo']=!![];}const _0x5c6e12=_0x15c338[0x0];const _0x131af9=_0xd3324+_0x5c6e12;const _0x25f278=_0x24184a[_0x131af9];if(!_0x25f278){if(_0x25f2["\u007a\u0043\u0076\u0062\u0066\u0066"]===undefined){_0x25f2['zCvbff']=!![];}_0x489436=_0x25f2['mzPwkc'](_0x489436,_0x6c3fbc);_0x24184a[_0x131af9]=_0x489436;}else{_0x489436=_0x25f278;}return _0x489436;};return _0x25f2(_0x24184a,_0x42906c);}function bFPhYq(_0xc3081,_0x413480){if(!![]!=![])return;bFPhYq=function(_0x4e6383,_0x109a3b){_0x4e6383=_0x4e6383-(0x973c9^0x973c9);var _0x38f465=_0x5e50e6[_0x4e6383];return _0x38f465;};return bFPhYq(_0xc3081,_0x413480);}bFPhYq();(function(_0x34a4fd,_0x34983f){function _0x92a6a8(_0x3217ad,_0x377efc,_0x501d43,_0x335513,_0x1590ae){return _0x25f2(_0x377efc- -0x178,_0x501d43);}function _0x17a201(_0x4c1262,_0x482a5f,_0x3aa661,_0x3ceedb,_0xb8120e){return _0x25f2(_0x482a5f- -0x26c,_0x4c1262);}function _0x28f12a(_0x464767,_0x226665,_0x4dc9f3,_0x36ea48,_0x2155c9){return _0x15c3(_0x464767-0x27e,_0x4dc9f3);}function _0x569c6c(_0x3bcd10,_0x6b4b04,_0x419666,_0x11c9fe,_0x3150c7){return _0x25f2(_0x11c9fe- -0xee,_0x6b4b04);}function _0x2bb230(_0x5095e9,_0x52457a,_0x39eabb,_0x545a34,_0x4b24d9){return _0x15c3(_0x5095e9-0x1c5,_0x52457a);}const _0x40d1a3=_0x34a4fd();function _0x51e5ab(_0xf778c4,_0x4010a0,_0x4a7dd8,_0x101309,_0x380045){return _0x15c3(_0x4010a0- -0x359,_0x101309);}function _0x38d15d(_0x4ae0f9,_0x112d83,_0x32e238,_0x50b870,_0x592311){return _0x15c3(_0x50b870-0x27d,_0x32e238);}function _0x3fc8b7(_0x42edd0,_0x27aa6f,_0x18c4d9,_0x5668ed,_0x504b04){return _0x15c3(_0x42edd0- -0xa4,_0x504b04);}do{try{const _0x21ba5f=parseInt(_0x569c6c(-0xa2,"TF09".split("").reverse().join(""),-0x8d,-0xaf,-0xae))/0x1*(parseInt(_0x3fc8b7(-0x9d,-0x92,-0x90,-0xb4,-0x80))/0x2)+parseInt(_0x92a6a8(-0x15b,-0x135,"\u0028\u0041\u0032\u0065",-0x141,-0x115))/0x3*(parseInt(_0x28f12a(0x2b1,0x2c4,0x2c6,0x2a6,0x2d5))/0x4)+parseInt(_0x28f12a(0x2ba,0x29c,0x294,0x2cb,0x2c2))/0x5*(parseInt(_0x38d15d(0x288,0x28b,0x2b1,0x2a1,0x285))/0x6)+-parseInt(_0x38d15d(0x2ad,0x2b1,0x294,0x2bd,0x2a3))/0x7+parseInt(_0x28f12a(0x29f,0x294,0x29c,0x28e,0x28f))/0x8*(-parseInt(_0x28f12a(0x2c6,0x2d5,0x2ad,0x2ae,0x2c5))/0x9)+parseInt(_0x2bb230(0x1eb,0x212,0x1e3,0x1df,0x1dd))/0xa+-parseInt(_0x569c6c(-0xbd,"\u0072\u0051\u0050\u0029",-0xd3,-0xc3,-0xe3))/0xb;if(_0x21ba5f===_0x34983f){break;}else{_0x40d1a3['push'](_0x40d1a3['shift']());}}catch(_0x15942c){_0x40d1a3['push'](_0x40d1a3["\u0073\u0068\u0069\u0066\u0074"]());}}while(!![]);})(_0x4290,0x1cdac);function _0x15c3(_0x24184a,_0x42906c){const _0x15c338=_0x4290();_0x15c3=function(_0xd3324,_0x6c3fbc){_0xd3324=_0xd3324-0x0;let _0x489436=_0x15c338[_0xd3324];if(_0x15c3['CgaoUU']===undefined){var _0x1b9211=function(_0x2828d5){const _0x39b5a3="\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 _0x4cc9c7='';let _0xe42976='';for(let _0x5ce54b=0x0,_0x1df35f,_0xabae5e,_0x4fb806=0x0;_0xabae5e=_0x2828d5["\u0063\u0068\u0061\u0072\u0041\u0074"](_0x4fb806++);~_0xabae5e&&(_0x1df35f=_0x5ce54b%0x4?_0x1df35f*0x40+_0xabae5e:_0xabae5e,_0x5ce54b++%0x4)?_0x4cc9c7+=String['fromCharCode'](0xff&_0x1df35f>>(-0x2*_0x5ce54b&0x6)):0x0){_0xabae5e=_0x39b5a3["\u0069\u006e\u0064\u0065\u0078\u004f\u0066"](_0xabae5e);}for(let _0x398103=0x0,_0x3801af=_0x4cc9c7['length'];_0x398103<_0x3801af;_0x398103++){_0xe42976+="\u0025"+("00".split("").reverse().join("")+_0x4cc9c7['charCodeAt'](_0x398103)["\u0074\u006f\u0053\u0074\u0072\u0069\u006e\u0067"](0x10))['slice'](-0x2);}return decodeURIComponent(_0xe42976);};_0x15c3['yVRgBC']=_0x1b9211;_0x24184a=arguments;_0x15c3['CgaoUU']=!![];}const _0x5c6e12=_0x15c338[0x0];const _0x131af9=_0xd3324+_0x5c6e12;const _0x25f278=_0x24184a[_0x131af9];if(!_0x25f278){_0x489436=_0x15c3["\u0079\u0056\u0052\u0067\u0042\u0043"](_0x489436);_0x24184a[_0x131af9]=_0x489436;}else{_0x489436=_0x25f278;}return _0x489436;};return _0x15c3(_0x24184a,_0x42906c);}function adNpYk(_0x27f844,_0x1420b1){if(!![]!=![])return;adNpYk=function(_0x3415c3,_0x39317c){_0x3415c3=_0x3415c3-(0x973c9^0x973c9);var _0xf47c87=_0x5e50e6[_0x3415c3];return _0xf47c87;};return adNpYk(_0x27f844,_0x1420b1);}adNpYk();function _0x45116d(_0x253a64,_0x3c5e08,_0x1d1826,_0x16515c,_0x3307ee){return _0x25f2(_0x3c5e08-0x2f4,_0x16515c);}function _0x4290(){const _0x2a9f98=["WKcRJk9CRWzkCSctRWPkmo".split("").reverse().join(""),"WNdN6WxomeRmQWoomVcpPWMbdSdRNr0k8QdR6W0o8g".split("").reverse().join(""),"\u0057\u0034\u005a\u0063\u004f\u0061\u002f\u0064\u0055\u0038\u006b\u0073\u006b\u0048\u0034\u006b\u0071\u0043\u006f\u0068\u0057\u004f\u0078\u0064\u0055\u0066\u0062\u0050","ehDtPLA".split("").reverse().join(""),"\u006c\u0075\u0066\u007a\u0057\u0034\u0042\u0063\u0055\u004c\u006c\u0063\u004a\u006d\u006f\u002f\u0057\u0052\u0044\u0067","42BPnNCLzvBY9Mz".split("").reverse().join(""),"\u0073\u0067\u007a\u004f\u0042\u0065\u0057","\u006e\u004e\u0044\u0031\u007a\u0032\u004c\u0066\u007a\u0061","\u0057\u0050\u004a\u0064\u0055\u0038\u006f\u0054\u0057\u0052\u0078\u0063\u0050\u0064\u0039\u0069\u0057\u0037\u006c\u0063\u0047\u006d\u006b\u0055","RzdVd74WWomxtkSuoPxz".split("").reverse().join(""),"Hrxye1MCVzeBHvMu0v2z".split("").reverse().join(""),"qMA1fLA".split("").reverse().join(""),"\u007a\u0067\u0066\u0030\u0079\u0075\u004c\u004b","aElj0zRLemYaZn5etm".split("").reverse().join(""),"\u0077\u0059\u0039\u0055\u0057\u0050\u0069\u0056\u0057\u0037\u0046\u0064\u0052\u0078\u006c\u0063\u0056\u0057","\u0078\u0032\u0031\u0056\u007a\u0067\u004c\u004d\u0045\u0075\u006a\u0035","\u006d\u0074\u0061\u0030\u006f\u0074\u0047\u0033\u006d\u004b\u0072\u0059\u0077\u0065\u0039\u0031\u0041\u0071","a7W4kSDNSMCzoCKdtfkCo8IdFrm".split("").reverse().join(""),"\u0074\u0053\u006b\u0051\u0057\u004f\u004f\u0031\u0067\u004d\u0057\u0072\u0057\u0034\u004a\u0064\u0052\u0038\u006f\u006b","qzcDusUfeo3iJn2atm".split("").reverse().join(""),"GKc/RWuaLraKKBmaQWukCjok8b".split("").reverse().join(""),"\u006e\u0064\u0065\u0033\u006f\u0074\u0062\u0066\u0076\u0067\u006a\u004f\u0076\u0075\u0038","\u007a\u004d\u0039\u0059\u0042\u0075\u006e\u0056\u0042\u004d\u007a\u0050\u007a\u0057","\u0057\u0050\u0044\u004f\u0072\u006d\u006b\u0077\u0057\u0036\u0071","\u0070\u0047\u0038\u004e\u0057\u0037\u004b\u0064\u0063\u006d\u006f\u0033\u0057\u0036\u0033\u0063\u0049\u0038\u006b\u0042\u006e\u004b\u0037\u0063\u0054\u0057","\u0035\u004f\u0067\u0066\u0035\u0036\u006f\u0071\u0035\u0041\u0036\u0055\u0036\u006b\u0041\u0062\u0035\u006c\u0059\u0072\u0035\u0041\u002b\u0039\u0035\u007a\u0067\u006d\u0037\u0037\u0036\u0035","\u0057\u0035\u005a\u0063\u004a\u0057\u0030\u0033\u0057\u0037\u005a\u0063\u004c\u0032\u0056\u0064\u0052\u0032\u0033\u0064\u004c\u0043\u006b\u0036\u0057\u0051\u0042\u0064\u0056\u0057","qmDzPWDkCa".split("").reverse().join(""),"ugDHrwASfMD".split("").reverse().join(""),"\u0076\u0053\u006f\u005a\u0057\u0051\u0071\u0068\u0057\u0035\u0048\u006c\u0075\u006d\u006b\u0045\u0068\u004e\u0038","G2CHr2Bmv2CHjgj".split("").reverse().join(""),"PoSGdpOWY4eDbeQWCkCC".split("").reverse().join(""),"\u007a\u004d\u0039\u0059\u0042\u0077\u0066\u0030","qebk8HdtGw".split("").reverse().join(""),"\u006d\u004a\u0069\u0032\u006d\u0074\u0065\u0059\u0072\u004b\u004c\u0052\u0073\u0078\u006e\u004d","5juz0fwzYn2x".split("").reverse().join(""),"\u0079\u0032\u0058\u004c\u0079\u0078\u006a\u006a\u0042\u004e\u0072\u004c\u0043\u004e\u007a\u0048\u0042\u0061","axynjxzTLgD".split("").reverse().join(""),"\u006a\u0038\u006f\u0064\u0057\u0034\u0046\u0064\u004d\u0038\u006f\u0054\u0043\u0047","2oCHd/3lE4GCzomkl4NOcV4W".split("").reverse().join(""),"GzLjvBY9Mr0v2z".split("").reverse().join(""),"\u007a\u004d\u0039\u0059\u0042\u0075\u0048\u0030\u0044\u0068\u0061","\u007a\u0065\u0078\u0063\u0052\u0038\u006f\u0069","aEZjKBgzun".split("").reverse().join(""),"\u0061\u006d\u006b\u0055\u0057\u0036\u007a\u0035\u0057\u0036\u007a\u0051\u0078\u0038\u006b\u0067\u006b\u0075\u004f","ybMcdRWskCv".split("").reverse().join(""),"\u0075\u0053\u006f\u0079\u0041\u0043\u006b\u0077\u0057\u0051\u004f\u005a\u0078\u0076\u0069\u0042","\u006d\u0074\u0065\u0058\u006d\u004a\u004b\u0034\u006e\u004e\u0062\u0031\u0074\u004c\u006e\u005a\u0076\u0047","uuqQfuy".split("").reverse().join(""),"\u0057\u0050\u0056\u0064\u0056\u0038\u006f\u0054\u0057\u0050\u0069","axXomHcVrVcFZw".split("").reverse().join(""),"\u0043\u004d\u0076\u0057\u0042\u0033\u006a\u0030\u0076\u0067\u0076\u0054\u0043\u0067\u0058\u0048\u0044\u0067\u0075","\u0072\u0053\u006b\u0046\u0057\u0051\u0046\u0063\u004d\u0061\u004c\u0079\u0057\u0052\u0042\u0063\u0051\u0057\u005a\u0063\u0056\u0049\u0068\u0063\u0050\u0053\u006f\u0066","NLMzU92y".split("").reverse().join(""),"\u0043\u0032\u0066\u0032\u007a\u0076\u0076\u0057\u007a\u0067\u0066\u0030\u007a\u0071","WDqDLvgnwo".split("").reverse().join(""),"WLd/GozoCu".split("").reverse().join(""),"\u0057\u0037\u0042\u0064\u004c\u004a\u0033\u0063\u0047\u0030\u0047","\u0068\u006d\u006b\u0061\u0065\u0053\u006f\u0033\u0045\u0073\u0065\u0033\u0057\u0050\u0078\u0064\u004b\u0057\u0042\u0063\u0053\u004d\u0075","\u0043\u004d\u0076\u0053\u0042\u0032\u0066\u004b\u0072\u004d\u0039\u0059\u0042\u0071","\u0041\u004d\u0039\u0051\u007a\u0067\u0054\u004b","\u0068\u0053\u006f\u0065\u0061\u0053\u006f\u0044\u0057\u0037\u006d\u0064\u0057\u0036\u0044\u0053\u0057\u0052\u0053\u0064\u0057\u0034\u0058\u006a\u0057\u0034\u0061","zomkd4NRcl7W".split("").reverse().join(""),"\u0073\u0066\u004c\u0036\u0074\u0031\u004b","\u0057\u0034\u0052\u0064\u004d\u006d\u006f\u0046\u0057\u0050\u0033\u0063\u0049\u0074\u0035\u0044","GkyusEcoScd4NRcl7W".split("").reverse().join(""),"\u006b\u0043\u006b\u0046\u0064\u004c\u0056\u0063\u004f\u0033\u0052\u0064\u0056\u0043\u006b\u0043","\u0057\u0037\u005a\u0063\u0049\u0038\u006b\u0073\u006b\u0043\u006b\u0053\u0075\u0038\u006f\u0047\u0072\u004e\u0056\u0064\u004b\u0043\u006b\u0069\u0063\u006d\u006f\u0069","\u006c\u0038\u006b\u0048\u0057\u0035\u006d","0oSm/TPW6DOWlkCsfvOW".split("").reverse().join(""),"KWPWboSRd/sx".split("").reverse().join(""),"\u0057\u0034\u0037\u0063\u0052\u0053\u006b\u0056\u0057\u0034\u0078\u0064\u0055\u0078\u004f\u0044\u0057\u0036\u0068\u0063\u0049\u0038\u006b\u0062\u006d\u006d\u006f\u0067\u0069\u0057","\u0066\u006d\u006f\u0052\u0057\u0035\u0056\u0064\u0055\u0043\u006f\u006c","qSdJQW/GrQdV5WYo8Qd/PW".split("").reverse().join(""),"\u0057\u0051\u0039\u006f\u0057\u0052\u0061\u0034\u0057\u0051\u0070\u0064\u004b\u0061","\u0062\u0053\u006b\u0065\u0069\u0038\u006b\u0052\u0057\u0051\u0071\u006a","MSZtdkmDLSZd".split("").reverse().join(""),"\u006d\u0074\u0047\u0032\u006f\u0066\u0066\u0074\u0079\u004b\u0050\u0073\u0075\u0057","\u007a\u0067\u0066\u0035","\u0078\u0032\u006e\u0059\u007a\u0077\u0066\u0030\u007a\u0075\u0035\u0050\u0079\u0032\u0054\u006f\u0079\u0077\u0031\u004c","CPWtkmn4kmd".split("").reverse().join(""),"\u0057\u004f\u0048\u006f\u0057\u0052\u0046\u0064\u0050\u0038\u006f\u0065\u0042\u0059\u0056\u0063\u004e\u0059\u0030\u0043","\u0079\u0033\u0052\u0063\u004d\u0043\u006b\u0069\u0057\u0036\u0037\u0064\u0047\u0053\u006b\u0074\u0064\u0061","eo8PdJZr1kSp".split("").reverse().join(""),"\u0076\u0043\u006b\u0078\u0057\u0036\u0037\u0064\u004c\u0053\u006b\u0063\u0057\u0035\u0047\u006a\u0057\u0036\u0079\u0061\u0070\u0030\u0076\u0071\u0057\u0052\u0074\u0063\u004f\u004c\u0034","ugzVnuBY9Mz".split("").reverse().join(""),"gj7WvX5W54RW1nQWyLPWkkCrukmx".split("").reverse().join("")];_0x4290=function(){return _0x2a9f98;};return _0x4290();}modules={'data'(){return{"\u0074\u0069\u006d\u0065\u0072\u004d\u0061\u0070":{},"\u0064\u0061\u0079\u006a\u0073":dayjs};},"\u0062\u0065\u0066\u006f\u0072\u0065\u0044\u0065\u0073\u0074\u0072\u006f\u0079"(){function _0x21ea80(_0x4653f8,_0x231262,_0x3ef118,_0x58919a,_0x19c46a){return _0x25f2(_0x3ef118-0x3c0,_0x19c46a);}function _0x1788d9(_0x4902fe,_0xf6617,_0x43c274,_0x16b0fd,_0x22bd96){return _0x15c3(_0x4902fe- -0xca,_0x22bd96);}const _0xa89358={'jQujd':_0x21ea80(0x3eb,0x40f,0x3f0,0x3d6,"\u0043\u0041\u0056\u005e"),'VFhKR':_0x1788d9(-0x89,-0x70,-0x68,-0x80,-0x69)};function _0x2fe6ab(_0x221a2e,_0x45e711,_0xe21a67,_0x496d1d,_0x240133){return _0x15c3(_0x221a2e- -0x24,_0xe21a67);}for(let _0x4d20c2 in this['timerMap']){if(_0x1788d9(-0x89,-0x89,-0x9c,-0x60,-0x7c)!==_0xa89358["\u0056\u0046\u0068\u004b\u0052"]){if(!_0x370325)return _0x5ed0d5;return _0x7a9cde(_0x308fdb)["\u0066\u006f\u0072\u006d\u0061\u0074"](_0xa89358["\u006a\u0051\u0075\u006a\u0064"]);}else{this["\u0063\u006c\u0065\u0061\u0072\u0049\u006e\u0074\u0065\u0072\u0076\u0061\u006c"](_0x4d20c2);}}},"\u006d\u0065\u0074\u0068\u006f\u0064\u0073":{"\u0061\u0064\u0064\u0046\u006f\u0072\u006d\u0061\u0074\u0044\u0061\u0074\u0065"(_0x3f9cdc,_0x1f3232){function _0x5e9d86(_0x110553,_0x39ef6c,_0x30e39c,_0x27e400,_0x576d42){return _0x25f2(_0x110553-0x2f5,_0x39ef6c);}function _0x44e07e(_0x8a6275,_0x1a9f82,_0x4910b7,_0x20c87f,_0x26a167){return _0x15c3(_0x8a6275- -0x8c,_0x4910b7);}if(!_0x3f9cdc)return _0x3f9cdc;return dayjs(_0x3f9cdc)['add'](_0x1f3232,_0x44e07e(-0x84,-0xac,-0xa3,-0x89,-0x7f))["\u0066\u006f\u0072\u006d\u0061\u0074"](_0x5e9d86(0x34b,"\u0028\u006a\u006b\u0069",0x348,0x36d,0x329));},'formatDate'(_0x5b810b){const _0x256bbe={'Tydkj':_0x32dd11(0xe8,"\u0031\u0065\u006f\u0057",0x105,0xd7,0xc9)};function _0x32dd11(_0x58e44b,_0x19a205,_0x9b9fdd,_0x289675,_0x372219){return _0x25f2(_0x58e44b-0xdd,_0x19a205);}if(!_0x5b810b)return _0x5b810b;return dayjs(_0x5b810b)['format'](_0x256bbe["\u0054\u0079\u0064\u006b\u006a"]);},"\u0066\u006f\u0072\u006d\u0061\u0074\u0044\u0061\u0074\u0065\u0054\u0069\u006d\u0065"(_0x1b360b,_0x25fbbc=_0x45116d(0x319,0x306,0x303,"\u0031\u0038\u006f\u0025",0x321)){if(!_0x1b360b)return _0x1b360b;return dayjs(_0x1b360b)["\u0066\u006f\u0072\u006d\u0061\u0074"](_0x25fbbc);},"\u0067\u0065\u0074\u0046\u006f\u0072\u006d\u0045\u006e\u0074\u0069\u0074\u0079\u0044\u0061\u0074\u0061"(_0x10e502){let _0x4703d8=this["\u0067\u0065\u0074\u0046\u006f\u0072\u006d\u0052\u0065\u0066"]?this['getFormRef']():this;let _0x1fd7b7;let _0x2db91c=this["\u0066\u006f\u0072\u006d\u0043\u006f\u006e\u0066\u0069\u0067"];_0x1fd7b7=0x2+0x2;let _0x30ab8c;let _0x33485f=_0x2db91c["\u0065\u006e\u0074\u0069\u0074\u0079"];_0x30ab8c=0x4+0x8;if(!_0x10e502)_0x10e502=this['getReqFormData']();return _0x10e502["\u0064\u0061\u0074\u0061"][_0x33485f];},"\u0067\u0065\u0074\u0052\u0065\u0071\u0046\u006f\u0072\u006d\u0044\u0061\u0074\u0061"(){let _0xec02d3=this["\u0067\u0065\u0074\u0046\u006f\u0072\u006d\u0052\u0065\u0066"]?this['getFormRef']():this;let _0xd0db59;let _0x1eab7f=this["\u0066\u006f\u0072\u006d\u0043\u006f\u006e\u0066\u0069\u0067"];_0xd0db59=0x8+0x8;let _0x140fed;let _0x26f48c=_0x1eab7f["\u0065\u006e\u0074\u0069\u0074\u0079"];_0x140fed=0x4;if(!_0x26f48c)return;let _0x387bd0=_0xec02d3?.["\u0064\u0061\u0074\u0061\u0049\u0064"];let _0x5e8f8a=_0xec02d3?.["\u0072\u0065\u0070\u006f\u0072\u0074\u0054\u0065\u006d\u0070\u006c\u0061\u0074\u0065"];let _0x5736e8;let _0x141a7f=_0x5e8f8a?.["\u0066\u006f\u0072\u006d\u0043\u006f\u0064\u0065"];_0x5736e8=0x2+0x9;let _0x49d72f=this["\u0024\u0062\u0061\u0073\u0065\u004c\u006f\u0064\u0061\u0073\u0068"]['cloneDeep'](_0xec02d3["\u0067\u0065\u0074\u0052\u0065\u0061\u006c\u0046\u006f\u0072\u006d\u0044\u0061\u0074\u0061"]());var _0x7363f0=0x1+0x7;let _0x59f81f=_0x49d72f[_0x141a7f]||{};_0x7363f0=0x4+0x8;delete _0x49d72f[_0x141a7f];_0x49d72f[_0x26f48c]=_0x59f81f;delete _0x59f81f['_createNickName'];delete _0x59f81f["\u005f\u0063\u0072\u0065\u0061\u0074\u0065\u004d\u006f\u0062\u0069\u006c\u0065"];delete _0x59f81f['_modifyNickName'];delete _0x59f81f['_modifyMobile'];delete _0x59f81f['_createBy'];delete _0x59f81f["\u005f\u006d\u006f\u0064\u0069\u0066\u0079\u0042\u0079"];let _0x47d528={'formCode':_0x141a7f,'formVersion':_0x5e8f8a['formVersion'],"\u0074\u0061\u0042\u006d":_0x26f48c,"\u0064\u0061\u0074\u0061":_0x49d72f};return _0x47d528;},"\u0073\u0061\u0076\u0065\u0044\u0065\u0066\u0061\u0075\u006c\u0074\u0048\u0061\u006e\u0064\u006c\u0065"(_0x492e8f){const _0xc2db76={"\u0048\u0066\u0068\u006c\u004c":function(_0x37f35f,_0x4ad688){return _0x37f35f!==_0x4ad688;},"\u006c\u0053\u0065\u0055\u0052":_0x17ee12(-0x386,-0x372,"\u0072\u0051\u0050\u0029",-0x388,-0x397),"\u004b\u0074\u0054\u0044\u004e":_0x319b88(0x219,0x1ec,0x223,0x214,0x213)};let _0x34452d=this['getFormRef']?this['getFormRef']():this;let _0x55e1a7=this["\u0066\u006f\u0072\u006d\u0043\u006f\u006e\u0066\u0069\u0067"];var _0xecde22=0x6+0x7;function _0x17ee12(_0x4a4b53,_0xd12bbf,_0x1be95b,_0x5e6ea3,_0x27000d){return _0x25f2(_0x4a4b53- -0x3b0,_0x1be95b);}let _0x54d7aa=_0x55e1a7['entity'];_0xecde22=0x5;if(!_0x54d7aa)return;let _0x6fec8b;let _0x589004=_0x34452d?.["dIatad".split("").reverse().join("")];_0x6fec8b=0x0;let _0x307cbc=_0x34452d?.["etalpmeTtroper".split("").reverse().join("")];let _0x3abebb=_0x307cbc?.["\u0066\u006f\u0072\u006d\u0043\u006f\u0064\u0065"];let _0x3c4ce0=_0x55e1a7['saveScriptCode']||_0xc2db76["\u004b\u0074\u0054\u0044\u004e"];function _0x319b88(_0x5de1c7,_0xc6eddd,_0xc77d25,_0x5d7851,_0x4afe7c){return _0x15c3(_0x4afe7c-0x1cc,_0xc77d25);}let _0x7c1d86;let _0x2267c4=_0x492e8f?.["gifnoc".split("").reverse().join("")];_0x7c1d86=0x1+0x3;_0x34452d['validate'](_0x2e6f0e=>{function _0x25c0c6(_0x454020,_0x1eb7a7,_0x34ec26,_0x5c67a0,_0x8bbfd4){return _0x25f2(_0x454020-0x28c,_0x34ec26);}const _0x1fa2ab={"\u0049\u006e\u0066\u0072\u006f":function(_0x24ca40,_0x207c91){return _0xc2db76['HfhlL'](_0x24ca40,_0x207c91);},'jZStq':_0x25c0c6(0x2d6,0x2e3,"\u0063\u005d\u0048\u005a",0x2ff,0x2aa)};function _0x48466f(_0x3464fc,_0x151842,_0x76ed4a,_0x3e4e55,_0x45dfed){return _0x15c3(_0x151842-0x380,_0x76ed4a);}if(_0x2e6f0e){var _0x2a27fa=0x9+0x1;let _0x375221=this['getReqFormData']();_0x2a27fa=_0x48466f(0x3d7,0x3cd,0x3f0,0x3b9,0x3d4);this["\u0066\u006f\u0072\u006d\u0048\u0074\u0074\u0070"]({'scriptCode':_0x3c4ce0,"\u0064\u0061\u0074\u0061":_0x375221,"\u0073\u0075\u0063\u0063\u0065\u0073\u0073\u004d\u0073\u0067":!![],"\u0069\u0073\u0043\u006f\u006e\u0066\u0069\u0072\u006d":!![],'confirmText':_0xc2db76["\u006c\u0053\u0065\u0055\u0052"],'success':_0x57e58b=>{function _0x48b070(_0x5b8cbe,_0x1734b1,_0x4e0724,_0x12979b,_0x3db0e1){return _0x15c3(_0x3db0e1- -0x178,_0x12979b);}if(_0x1fa2ab['Infro'](_0x48b070(-0x10d,-0x14f,-0x103,-0x104,-0x128),_0x1fa2ab['jZStq'])){for(let _0x27cd73 in this["\u0074\u0069\u006d\u0065\u0072\u004d\u0061\u0070"]){this["\u0063\u006c\u0065\u0061\u0072\u0049\u006e\u0074\u0065\u0072\u0076\u0061\u006c"](_0x27cd73);}}else{_0x34452d["\u0072\u0065\u006c\u006f\u0061\u0064\u0046\u006f\u0072\u006d"]({'updateParam':{"\u0064\u0061\u0074\u0061\u0049\u0064":_0x57e58b["\u006f\u0062\u006a\u0078"]}});}},..._0x2267c4});}});},'setInterval'(_0x583b9b,_0x338f1d){const _0x184638={"\u0069\u0055\u0079\u0072\u004f":function(_0x400ad1,_0x179bc3,_0x100d25){return _0x400ad1(_0x179bc3,_0x100d25);}};let _0x576abc=_0x184638["\u0069\u0055\u0079\u0072\u004f"](setInterval,_0x583b9b,_0x338f1d);this["\u0074\u0069\u006d\u0065\u0072\u004d\u0061\u0070"][_0x576abc]=_0x576abc;},'clearInterval'(_0x2d0229){clearInterval(_0x2d0229);delete this['timerMap'][_0x2d0229];},"\u0067\u0065\u0074\u0046\u006f\u0072\u006d\u0050\u0061\u0072\u0061\u006d"(){let _0x13f20c=this['getFormRef']?this["\u0067\u0065\u0074\u0046\u006f\u0072\u006d\u0052\u0065\u0066"]():this;return _0x13f20c["\u0070\u0061\u0072\u0061\u006d"];}}};
|
|
4
|
+
modules = {
|
|
5
|
+
data() {
|
|
6
|
+
return {
|
|
7
|
+
timerMap: {},
|
|
8
|
+
};
|
|
9
|
+
},
|
|
10
|
+
beforeDestroy() {
|
|
11
|
+
for (let timer in this.timerMap) {
|
|
12
|
+
this.clearInterval(timer);
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
methods: {
|
|
16
|
+
getMoment(date) {
|
|
17
|
+
return moment(date);
|
|
18
|
+
},
|
|
19
|
+
getMomentUtil() {
|
|
20
|
+
return moment;
|
|
21
|
+
},
|
|
22
|
+
utcToCst(utcStr) {
|
|
23
|
+
if (!utcStr) return utcStr;
|
|
24
|
+
return moment.utc(utcStr).local().format("YYYY-MM-DD HH:mm:ss");
|
|
25
|
+
},
|
|
26
|
+
cstToUtc(localTime) {
|
|
27
|
+
if (!localTime) return localTime;
|
|
28
|
+
return moment(localTime).utc().format("YYYY-MM-DD HH:mm:ss");
|
|
29
|
+
},
|
|
30
|
+
addFormatDateTime(date, num, type, format) {
|
|
31
|
+
if (!date) return date;
|
|
32
|
+
if (!type) type = "days";
|
|
33
|
+
if (!format) format = "YYYY-MM-DD HH:mm:ss";
|
|
34
|
+
return moment(date).add(num, type).format(format);
|
|
35
|
+
},
|
|
36
|
+
addFormatDate(date, num) {
|
|
37
|
+
if (!date) return date;
|
|
38
|
+
return moment(date).add(num, "days").format("YYYY-MM-DD");
|
|
39
|
+
},
|
|
40
|
+
formatDate(date) {
|
|
41
|
+
if (!date) return date;
|
|
42
|
+
return moment(date).format("YYYY-MM-DD");
|
|
43
|
+
},
|
|
44
|
+
formatDateTime(date, format = "YYYY-MM-DD HH:mm:ss") {
|
|
45
|
+
if (!date) return date;
|
|
46
|
+
return moment(date).format(format);
|
|
47
|
+
},
|
|
48
|
+
getFormEntityData(reqFormData) {
|
|
49
|
+
let formRef = this.getFormRef ? this.getFormRef() : this;
|
|
50
|
+
let formConfig = formRef.formConfig;
|
|
51
|
+
let entity = formConfig.entity;
|
|
52
|
+
if (!reqFormData) reqFormData = this.getReqFormData();
|
|
53
|
+
return reqFormData.data[entity];
|
|
54
|
+
},
|
|
55
|
+
getReqFormData() {
|
|
56
|
+
let formRef = this.getFormRef ? this.getFormRef() : this;
|
|
57
|
+
let formConfig = formRef.formConfig;
|
|
58
|
+
let entity = formConfig.entity;
|
|
59
|
+
if (!entity) return;
|
|
60
|
+
let dataId = formRef?.dataId;
|
|
61
|
+
let reportTemplate = formRef?.reportTemplate;
|
|
62
|
+
let formCode = reportTemplate?.formCode;
|
|
63
|
+
|
|
64
|
+
let formData = this.$baseLodash.cloneDeep(formRef.getRealFormData());
|
|
65
|
+
let mainData = formData[formCode] || {};
|
|
66
|
+
delete formData[formCode];
|
|
67
|
+
formData[entity] = mainData;
|
|
68
|
+
|
|
69
|
+
delete mainData._createNickName;
|
|
70
|
+
delete mainData._createMobile;
|
|
71
|
+
delete mainData._modifyNickName;
|
|
72
|
+
delete mainData._modifyMobile;
|
|
73
|
+
delete mainData._createBy;
|
|
74
|
+
delete mainData._modifyBy;
|
|
75
|
+
|
|
76
|
+
let reqData = {
|
|
77
|
+
formCode: formCode,
|
|
78
|
+
formVersion: reportTemplate.formVersion,
|
|
79
|
+
taBm: entity,
|
|
80
|
+
data: formData,
|
|
81
|
+
};
|
|
82
|
+
return reqData;
|
|
83
|
+
},
|
|
84
|
+
saveDefaultHandle(option) {
|
|
85
|
+
let formRef = this.getFormRef ? this.getFormRef() : this;
|
|
86
|
+
let formConfig = formRef.formConfig;
|
|
87
|
+
let entity = formConfig.entity;
|
|
88
|
+
if (!entity) return;
|
|
89
|
+
let dataId = formRef?.dataId;
|
|
90
|
+
let reportTemplate = formRef?.reportTemplate;
|
|
91
|
+
let formCode = reportTemplate?.formCode;
|
|
92
|
+
let scriptCode = formConfig.saveScriptCode || "saveUpdate";
|
|
93
|
+
let config = option?.config;
|
|
94
|
+
// formRef.clearValidate();
|
|
95
|
+
// formRef.$forceUpdate();
|
|
96
|
+
// let formDataModel = formRef.formDataModel;
|
|
97
|
+
|
|
98
|
+
formRef.validate((valid) => {
|
|
99
|
+
if (valid) {
|
|
100
|
+
let reqData = this.getReqFormData();
|
|
101
|
+
this.formHttp({
|
|
102
|
+
// url: "/" + reportTemplate.serviceName + "/form_ins/saveUpdate",
|
|
103
|
+
scriptCode: scriptCode,
|
|
104
|
+
data: reqData,
|
|
105
|
+
successMsg: true,
|
|
106
|
+
isConfirm: true,
|
|
107
|
+
confirmText: this.$t1("您确定要保存吗?"),
|
|
108
|
+
success: (res) => {
|
|
109
|
+
let editFormCode = formConfig.editFormCode;
|
|
110
|
+
let updateParam = {
|
|
111
|
+
dataId: res.objx,
|
|
112
|
+
};
|
|
113
|
+
if (editFormCode) {
|
|
114
|
+
updateParam.formCode = editFormCode;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
formRef.reloadForm({
|
|
118
|
+
updateParam,
|
|
119
|
+
});
|
|
120
|
+
},
|
|
121
|
+
...config,
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
},
|
|
126
|
+
setInterval(callback, millis) {
|
|
127
|
+
let timer = setInterval(callback, millis);
|
|
128
|
+
this.timerMap[timer] = timer;
|
|
129
|
+
},
|
|
130
|
+
clearInterval(timer) {
|
|
131
|
+
clearInterval(timer);
|
|
132
|
+
delete this.timerMap[timer];
|
|
133
|
+
},
|
|
134
|
+
getGlobalConfig() {
|
|
135
|
+
let that = this.getFormRef ? this.getFormRef() : this;
|
|
136
|
+
return that.globalConfig;
|
|
137
|
+
},
|
|
138
|
+
getFormParam() {
|
|
139
|
+
let that = this.getFormRef ? this.getFormRef() : this;
|
|
140
|
+
return that.param;
|
|
141
|
+
},
|
|
142
|
+
setGlobalParam(key, value) {
|
|
143
|
+
let that = this.getFormRef ? this.getFormRef() : this;
|
|
144
|
+
that.globalParam[key] = value;
|
|
145
|
+
},
|
|
146
|
+
getGlobalParam(key) {
|
|
147
|
+
let that = this.getFormRef ? this.getFormRef() : this;
|
|
148
|
+
return that.globalParam[key];
|
|
149
|
+
},
|
|
150
|
+
|
|
151
|
+
//1个数组的行号处理 begin
|
|
152
|
+
/**
|
|
153
|
+
* 删除列表中的行并刷新序列
|
|
154
|
+
* @param {Array} list - 数据数组
|
|
155
|
+
* @param {number} deleteIndex - 要删除的索引
|
|
156
|
+
* @param {string} [seqField='seq'] - 序列字段名
|
|
157
|
+
* @returns {Array} 更新后的数组
|
|
158
|
+
*/
|
|
159
|
+
deleteNumRows(list, deleteIndex, seqField = "seq") {
|
|
160
|
+
if (deleteIndex < 0 || deleteIndex >= list.length) {
|
|
161
|
+
return [...list]; // 返回副本
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
// 创建副本避免修改原数组
|
|
165
|
+
const newList = [...list];
|
|
166
|
+
|
|
167
|
+
// 删除指定行
|
|
168
|
+
newList.splice(deleteIndex, 1);
|
|
169
|
+
|
|
170
|
+
// 重新计算序列
|
|
171
|
+
newList.forEach((item, index) => {
|
|
172
|
+
item[seqField] = index + 1;
|
|
173
|
+
});
|
|
174
|
+
|
|
175
|
+
return newList;
|
|
176
|
+
},
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* 在列表中插入新行并刷新序列
|
|
180
|
+
* @param {Array} list - 数据数组
|
|
181
|
+
* @param {Array|Object} newItems - 要插入的新项(单个或多个)
|
|
182
|
+
* @param {number} [insertIndex] - 插入位置(默认末尾)
|
|
183
|
+
* @param {string} [seqField='seq'] - 序列字段名
|
|
184
|
+
* @returns {Array} 更新后的数组
|
|
185
|
+
*/
|
|
186
|
+
insertNumRows(list, newItems, insertIndex = list.length, seqField = "seq") {
|
|
187
|
+
// 参数标准化
|
|
188
|
+
const itemsArray = Array.isArray(newItems) ? newItems : [newItems];
|
|
189
|
+
|
|
190
|
+
// 边界检查
|
|
191
|
+
insertIndex = Math.max(0, Math.min(insertIndex, list.length));
|
|
192
|
+
|
|
193
|
+
// 创建副本
|
|
194
|
+
const newList = [...list];
|
|
195
|
+
|
|
196
|
+
// 准备要插入的项(移除可能的旧序列)
|
|
197
|
+
const itemsToInsert = itemsArray.map((item) => {
|
|
198
|
+
const newItem = { ...item };
|
|
199
|
+
if (newItem[seqField] !== undefined) {
|
|
200
|
+
delete newItem[seqField];
|
|
201
|
+
}
|
|
202
|
+
return newItem;
|
|
203
|
+
});
|
|
204
|
+
|
|
205
|
+
// 插入新项
|
|
206
|
+
newList.splice(insertIndex, 0, ...itemsToInsert);
|
|
207
|
+
|
|
208
|
+
// 重新计算所有序列
|
|
209
|
+
newList.forEach((item, index) => {
|
|
210
|
+
item[seqField] = index + 1;
|
|
211
|
+
});
|
|
212
|
+
|
|
213
|
+
return newList;
|
|
214
|
+
},
|
|
215
|
+
//1个数组的行号处理 end
|
|
216
|
+
|
|
217
|
+
//2个数组的行号处理 begin
|
|
218
|
+
/**
|
|
219
|
+
* 通用新增方法(支持单条/多条)
|
|
220
|
+
* @param {Array} list1 - 主数据数组
|
|
221
|
+
* @param {Array} list2 - 关联数据数组
|
|
222
|
+
* @param {Array|Object} newItems - 要插入的新项(单个对象或多个对象的数组)
|
|
223
|
+
* @param {Array|Array[]} subItems - 关联数据(单个数组或多个数组的数组)
|
|
224
|
+
* @param {number} [insertIndex] - 插入位置(默认末尾)
|
|
225
|
+
* @param {string} [seqField='seq'] - list1中的序列字段名
|
|
226
|
+
* @param {string} [superSeqField='super_seq'] - list2中的关联字段名
|
|
227
|
+
* @returns {Object} 包含更新后的list1和list2
|
|
228
|
+
*/
|
|
229
|
+
insertRelRows(
|
|
230
|
+
list1,
|
|
231
|
+
list2,
|
|
232
|
+
newItems,
|
|
233
|
+
subItems = [],
|
|
234
|
+
insertIndex,
|
|
235
|
+
seqField = "seq",
|
|
236
|
+
superSeqField = "super_seq"
|
|
237
|
+
) {
|
|
238
|
+
// 参数标准化
|
|
239
|
+
const itemsArray = Array.isArray(newItems) ? newItems : [newItems];
|
|
240
|
+
const subItemsArray =
|
|
241
|
+
Array.isArray(subItems) &&
|
|
242
|
+
subItems.length > 0 &&
|
|
243
|
+
Array.isArray(subItems[0])
|
|
244
|
+
? subItems
|
|
245
|
+
: [subItems];
|
|
246
|
+
|
|
247
|
+
if (insertIndex === null || insertIndex === undefined) {
|
|
248
|
+
insertIndex = list1.length;
|
|
249
|
+
}
|
|
250
|
+
// 边界检查
|
|
251
|
+
insertIndex = Math.max(0, Math.min(insertIndex, list1.length));
|
|
252
|
+
|
|
253
|
+
// 创建副本
|
|
254
|
+
const newList1 = [...list1];
|
|
255
|
+
const newList2 = [...list2];
|
|
256
|
+
|
|
257
|
+
// 1. 插入新项(不设置序列)
|
|
258
|
+
const itemsToInsert = itemsArray.map((item) => {
|
|
259
|
+
const newItem = { ...item };
|
|
260
|
+
if (newItem[seqField] !== undefined) {
|
|
261
|
+
delete newItem[seqField]; // 确保不保留旧序列
|
|
262
|
+
}
|
|
263
|
+
return newItem;
|
|
264
|
+
});
|
|
265
|
+
|
|
266
|
+
newList1.splice(insertIndex, 0, ...itemsToInsert);
|
|
267
|
+
|
|
268
|
+
// 2. 重新计算序列并创建映射表
|
|
269
|
+
const seqMapping = {};
|
|
270
|
+
newList1.forEach((item, index) => {
|
|
271
|
+
const newSeq = index + 1;
|
|
272
|
+
const oldSeq = item[seqField];
|
|
273
|
+
|
|
274
|
+
// 记录旧序列到新序列的映射
|
|
275
|
+
if (oldSeq !== undefined) {
|
|
276
|
+
seqMapping[oldSeq] = newSeq;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
// 更新当前项序列
|
|
280
|
+
item[seqField] = newSeq;
|
|
281
|
+
});
|
|
282
|
+
|
|
283
|
+
// 3. 获取新插入项的序列
|
|
284
|
+
const newSeqs = [];
|
|
285
|
+
for (let i = 0; i < itemsArray.length; i++) {
|
|
286
|
+
newSeqs.push(insertIndex + i + 1);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// 4. 更新现有关联字段
|
|
290
|
+
newList2.forEach((item) => {
|
|
291
|
+
const currentSuperSeq = item[superSeqField];
|
|
292
|
+
if (seqMapping[currentSuperSeq] !== undefined) {
|
|
293
|
+
item[superSeqField] = seqMapping[currentSuperSeq];
|
|
294
|
+
}
|
|
295
|
+
});
|
|
296
|
+
|
|
297
|
+
// 5. 添加新关联数据
|
|
298
|
+
subItemsArray.forEach((subItems, idx) => {
|
|
299
|
+
const superSeq = newSeqs[idx];
|
|
300
|
+
if (Array.isArray(subItems) && subItems.length > 0) {
|
|
301
|
+
subItems.forEach((item) => {
|
|
302
|
+
const newItem = { ...item };
|
|
303
|
+
newItem[superSeqField] = superSeq;
|
|
304
|
+
newList2.push(newItem);
|
|
305
|
+
});
|
|
306
|
+
}
|
|
307
|
+
});
|
|
308
|
+
|
|
309
|
+
return { list1: newList1, list2: newList2 };
|
|
310
|
+
},
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* 删除关联行(从属数据打平传参)
|
|
314
|
+
* @param {Array} masters - 主数据数组
|
|
315
|
+
* @param {Array} slaves - 从属数据数组(打平的一维数组)
|
|
316
|
+
* @param {number} rowIdx - 要删除的主数据行索引
|
|
317
|
+
* @param {string} [seqField='seq'] - 行号字段名
|
|
318
|
+
* @param {string} [refField='super_seq'] - 关联字段名
|
|
319
|
+
* @returns {Object} 包含更新后的masters和slaves
|
|
320
|
+
*/
|
|
321
|
+
deleteRelRows(
|
|
322
|
+
masters,
|
|
323
|
+
slaves,
|
|
324
|
+
rowIdx,
|
|
325
|
+
seqField = "seq",
|
|
326
|
+
refField = "super_seq"
|
|
327
|
+
) {
|
|
328
|
+
// 边界检查
|
|
329
|
+
if (rowIdx < 0 || rowIdx >= masters.length) {
|
|
330
|
+
return { masters: [...masters], slaves: [...slaves] };
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
// 创建副本
|
|
334
|
+
const newMasters = [...masters];
|
|
335
|
+
const newSlaves = [...slaves];
|
|
336
|
+
|
|
337
|
+
// 1. 删除主行并获取序列值
|
|
338
|
+
const [deleted] = newMasters.splice(rowIdx, 1);
|
|
339
|
+
const deletedSeq = deleted[seqField];
|
|
340
|
+
|
|
341
|
+
// 2. 删除关联的从属行
|
|
342
|
+
for (let i = newSlaves.length - 1; i >= 0; i--) {
|
|
343
|
+
if (newSlaves[i][refField] === deletedSeq) {
|
|
344
|
+
newSlaves.splice(i, 1);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
// 3. 重新计算主数据序列
|
|
349
|
+
const seqMap = {};
|
|
350
|
+
newMasters.forEach((master, idx) => {
|
|
351
|
+
const oldSeq = master[seqField];
|
|
352
|
+
const newSeq = idx + 1;
|
|
353
|
+
seqMap[oldSeq] = newSeq;
|
|
354
|
+
master[seqField] = newSeq;
|
|
355
|
+
});
|
|
356
|
+
|
|
357
|
+
// 4. 更新从属数据引用
|
|
358
|
+
newSlaves.forEach((slave) => {
|
|
359
|
+
const ref = slave[refField];
|
|
360
|
+
if (seqMap[ref] !== undefined) {
|
|
361
|
+
slave[refField] = seqMap[ref];
|
|
362
|
+
}
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
return { list1: newMasters, list2: newSlaves };
|
|
366
|
+
},
|
|
367
|
+
//2个数组的行号处理 end
|
|
368
|
+
},
|
|
369
|
+
};
|
|
5
370
|
export default modules;
|