cloud-web-corejs 1.0.54-dev.47 → 1.0.54-dev.470
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 +13 -3
- package/src/App.vue +29 -33
- 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/index.js +49 -1
- package/src/components/VabUpload/mixins.js +2 -2
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +207 -120
- package/src/components/advancedSearchDialog/mixins.js +1 -1
- package/src/components/baseAttachment/index.vue +49 -40
- package/src/components/baseAttachment/mixins.js +295 -1
- package/src/components/baseInputExport/index.vue +19 -12
- package/src/components/baseInputExport/mixins.js +389 -1
- package/src/components/baseTabs/mixins.js +166 -1
- package/src/components/errorMsg/mixins.js +6 -5
- package/src/components/excelExport/button.vue +57 -4
- package/src/components/excelExport/index.js +48 -6
- package/src/components/excelExport/index.vue +56 -2
- package/src/components/excelExport/mixins.js +938 -2
- package/src/components/excelImport/mixins.js +2 -1
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +6 -0
- package/src/components/fileLibrary/filterDialog.vue +454 -0
- package/src/components/fileLibrary/index.vue +594 -254
- 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 -213
- 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 +1 -1
- package/src/components/jsonImport/index.js +1 -1
- package/src/components/jsonImport/mixins.js +2 -1
- package/src/components/langImport/mixins.js +17 -16
- package/src/components/obsUpload/index.js +1 -0
- package/src/components/obsUpload/index.vue +231 -0
- package/src/components/obsUpload/mixins.js +8 -0
- package/src/components/scriptDescription/button.vue +12 -4
- package/src/components/scriptTest/mixins.js +1 -1
- package/src/components/statusTag/mixins.js +1 -1
- package/src/components/table/CellSlot.vue +1 -0
- package/src/components/table/index.js +1049 -11
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.es6.min.js +11028 -0
- package/src/components/table/plugins/extend-cell-area/vxe-table-extend-cell-area.min.css +200 -0
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/table/util/index.js +328 -0
- package/src/components/table/vxeFilter/mixin.js +6 -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 +57 -30
- package/src/components/wf/addOpinionButton.vue +57 -0
- package/src/components/wf/content.vue +833 -362
- package/src/components/wf/mixins/addOpinionButton.js +3 -0
- package/src/components/wf/mixins/setCandidateButton.js +6 -0
- package/src/components/wf/mixins/setCandidateDialog.js +2 -1
- package/src/components/wf/mixins/setCandidateDialog2.js +6 -0
- package/src/components/wf/mixins/wfFlowEleScriptDialog.js +3 -0
- package/src/components/wf/mixins/wfTaskUserRangeDialog.js +3 -0
- package/src/components/wf/setCandidateButton.vue +40 -0
- package/src/components/wf/setCandidateDialog.vue +10 -0
- package/src/components/wf/setCandidateDialog2.vue +105 -0
- package/src/components/wf/wf.js +1 -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 +1 -1
- package/src/components/xform/form-designer/designer.js +1657 -3
- package/src/components/xform/form-designer/form-widget/components/gantt/index.vue +419 -0
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -3
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +290 -8
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +3 -3
- package/src/components/xform/form-designer/form-widget/dialog/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 +82 -49
- 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 +38 -7
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin - /345/211/257/346/234/254.js" +1639 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +1759 -8
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +120 -72
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +34 -5
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +19 -1
- 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 +89 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +14 -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 +77 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-menu-widget.vue +106 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +1634 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +645 -379
- package/src/components/xform/form-designer/form-widget/field-widget/gantt-widget.vue +962 -0
- 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 +49 -8
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +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 +44 -27
- package/src/components/xform/form-designer/form-widget/field-widget/print-detail-button-widget.vue +116 -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 +25 -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-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 +2 -1
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +31 -17
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +6 -1
- package/src/components/xform/form-designer/form-widget/field-widget/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 +46 -34
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +3 -171
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +259 -58
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload2-widget.vue +744 -0
- package/src/components/xform/form-designer/indexMixin.js +3 -2
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +947 -156
- 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 +946 -1042
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1127 -512
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +0 -8
- package/src/components/xform/form-designer/setting-panel/property-editor/copyButton-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/downloadButtonFlag-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +64 -5
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-item-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +185 -69
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +188 -86
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +84 -39
- package/src/components/xform/form-designer/setting-panel/property-editor/field-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-status/field-status-editor.vue +67 -41
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/select-export-button-editor.vue +56 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +26 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +13 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +30 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload2/field-vabUpload2-editor.vue +63 -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/formula-editor.vue +721 -466
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +19 -14
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/oplog-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +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 +32 -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 +1646 -871
- package/src/components/xform/form-render/container-item/containerItemMixin.js +386 -11
- package/src/components/xform/form-render/container-item/data-table-item.vue +194 -199
- package/src/components/xform/form-render/container-item/data-table-mixin.js +2930 -18
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
- package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
- package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
- package/src/components/xform/form-render/container-item/list-h5-item.vue +1 -9
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1 -8
- package/src/components/xform/form-render/container-item/tab-item.vue +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 +141 -88
- package/src/components/xform/form-render/index.vue +69 -20
- package/src/components/xform/form-render/indexMixin.js +3427 -12
- package/src/components/xform/lang/zh-CN.js +27 -4
- package/src/components/xform/mixins/defaultHandle.js +340 -1
- package/src/components/xform/mixins/scriptHttp.js +174 -1
- package/src/components/xform/utils/emitter.js +4 -4
- package/src/components/xform/utils/format.js +21 -30
- package/src/components/xform/utils/formula-util copy 2.js +945 -0
- package/src/components/xform/utils/formula-util copy.js +860 -0
- package/src/components/xform/utils/formula-util.js +970 -0
- package/src/components/xform/utils/util.js +1463 -1
- package/src/components/xform/utils/validators.js +1 -5
- package/src/components/xform/utils/vue2js-generator.js +2 -2
- package/src/index.js +210 -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 +5 -1
- package/src/layout/components/Sidebar/default.vue +1389 -1222
- package/src/layout/components/TagsView/index.vue +37 -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 +96 -0
- package/src/layout/components/extractedCode/viewDialog.vue +193 -0
- package/src/layout/components/watermark/index.vue +83 -0
- package/src/layout/defaultLayout.vue +1 -1
- package/src/layout/index.vue +3 -5
- package/src/mixins/selectDialog/index.js +266 -1
- package/src/mixins/table/index.js +151 -0
- package/src/mixins/tableTree/index.js +1 -1
- package/src/permission.js +135 -18
- package/src/router/modules/customer.js +79 -8
- package/src/store/config/index.js +1 -532
- package/src/store/getters.js +3 -1
- package/src/store/modules/permission.js +1 -1
- package/src/store/modules/settings.js +1 -1
- package/src/store/modules/tagsView.js +1 -14
- package/src/store/modules/user.js +341 -16
- package/src/utils/index.js +2 -3
- package/src/utils/pddLog.js +103 -0
- package/src/utils/pdfUtil.js +71 -0
- package/src/utils/request.js +1 -1
- package/src/utils/vab.js +19 -27
- package/src/views/bd/setting/bd_attach_setting/edit.vue +5 -5
- package/src/views/bd/setting/bd_attach_setting/list.vue +28 -55
- package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +4 -5
- package/src/views/bd/setting/bd_attach_setting/mixins/list.js +239 -1
- package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
- package/src/views/bd/setting/bd_company_env/edit.vue +193 -0
- package/src/views/bd/setting/bd_company_env/list.vue +175 -0
- package/src/views/bd/setting/config_manage/list.vue +76 -0
- package/src/views/bd/setting/form_import_log/edit.vue +127 -0
- package/src/views/bd/setting/form_import_log/list.vue +206 -0
- package/src/views/bd/setting/form_script/edit.vue +9 -0
- package/src/views/bd/setting/form_script/edit1.vue +36 -3
- package/src/views/bd/setting/form_script/form_list.vue +99 -37
- package/src/views/bd/setting/form_script/list1.vue +181 -118
- package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +201 -1
- package/src/views/bd/setting/form_script/mixins/edit1.js +193 -1
- package/src/views/bd/setting/form_script/mixins/form_list.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list.js +236 -1
- package/src/views/bd/setting/form_script/mixins/list1.js +423 -14
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +105 -0
- package/src/views/bd/setting/form_template/edit.vue +22 -1
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/list.vue +326 -214
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +282 -0
- package/src/views/bd/setting/form_template/mixins/edit.js +234 -9
- package/src/views/bd/setting/form_template/mixins/list.js +689 -22
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +193 -0
- package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -0
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +140 -75
- package/src/views/bd/setting/form_template/{list2.vue → wf_list.vue} +25 -35
- 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 +3 -0
- package/src/views/bd/setting/logic_param/mixins/list.js +9 -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/list.js +201 -1
- package/src/views/bd/setting/push_data/edit.vue +139 -0
- package/src/views/bd/setting/push_data/list.vue +283 -0
- package/src/views/bd/setting/push_data_h/edit.vue +153 -0
- package/src/views/bd/setting/push_data_h/list.vue +293 -0
- package/src/views/bd/setting/request_async_setting/edit.vue +320 -0
- package/src/views/bd/setting/request_async_setting/list.vue +372 -0
- package/src/views/bd/setting/request_setting/edit.vue +300 -0
- package/src/views/bd/setting/request_setting/list.vue +311 -0
- package/src/views/bd/setting/table_model/edit.vue +875 -426
- package/src/views/bd/setting/table_model/list.vue +190 -128
- package/src/views/bd/setting/table_model/mixins/dialog.js +1 -1
- package/src/views/bd/setting/table_model/mixins/edit.js +1202 -13
- package/src/views/bd/setting/table_model/mixins/list.js +440 -14
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/user/access_log/list.vue +418 -349
- package/src/views/user/area/dialog.vue +0 -1
- 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 +164 -154
- package/src/views/user/company_info/edit.vue +1 -1
- package/src/views/user/extend_datasource/dialog.vue +4 -0
- package/src/views/user/extend_datasource/edit.vue +5 -1
- package/src/views/user/extend_datasource/list.vue +5 -1
- package/src/views/user/fieldTranslation/editDialog.vue +7 -7
- package/src/views/user/fieldTranslation/list.vue +32 -32
- package/src/views/user/form/vform/designer.vue +775 -749
- package/src/views/user/form/vform/out_render.vue +1 -1
- package/src/views/user/form/vform/render.vue +59 -37
- package/src/views/user/form/view/edit.vue +38 -37
- package/src/views/user/form/view/list.vue +236 -46
- package/src/views/user/home/bears/index.vue +1032 -0
- package/src/views/user/home/default.vue +1025 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +16 -6
- package/src/views/user/home/taili/index.vue +1034 -0
- package/src/views/user/ledger_library/list.vue +10 -12
- 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 +184 -8
- package/src/views/user/menu/list.vue +24 -1
- package/src/views/user/notify_message/dialog.vue +38 -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 -184
- package/src/views/user/outLink/index.vue +67 -11
- package/src/views/user/outLink/view.vue +28 -23
- package/src/views/user/position/edit.vue +116 -83
- package/src/views/user/position/list.vue +118 -86
- 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/edit.vue +232 -186
- package/src/views/user/user/dialog.vue +46 -23
- package/src/views/user/user/edit.vue +1059 -1021
- package/src/views/user/user/form_dialog.vue +158 -0
- package/src/views/user/user/form_info.vue +210 -0
- package/src/views/user/user/list.vue +647 -563
- package/src/views/user/user/modifyPasswordDialog.vue +64 -53
- package/src/views/user/wf/wfReport/index.vue +618 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
- package/src/views/user/wf/wf_manage/list.vue +371 -249
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +1 -1
- package/src/views/user/wf/wf_obj_config/importItemDialog.vue +109 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +25 -1
- package/src/views/user/wf/wf_obj_config/list.vue +114 -9
- package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +2 -2
- 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/bd/setting/form_template/mixins/list2.js +0 -12
|
@@ -4,6 +4,7 @@ export const containers = [
|
|
|
4
4
|
category: "container",
|
|
5
5
|
icon: "grid",
|
|
6
6
|
commonFlag: !0,
|
|
7
|
+
columnFlag: true,
|
|
7
8
|
cols: [],
|
|
8
9
|
options: {
|
|
9
10
|
name: "",
|
|
@@ -11,39 +12,44 @@ export const containers = [
|
|
|
11
12
|
// isFullscreen: false,
|
|
12
13
|
gutter: 6,
|
|
13
14
|
// colHeight: null,
|
|
14
|
-
width:
|
|
15
|
-
containerClass:
|
|
16
|
-
customClass: ""
|
|
17
|
-
|
|
15
|
+
width: "",
|
|
16
|
+
containerClass: "",
|
|
17
|
+
customClass: "",
|
|
18
|
+
...defaultWfConfig,
|
|
19
|
+
},
|
|
18
20
|
},
|
|
19
21
|
{
|
|
20
22
|
type: "table",
|
|
21
23
|
category: "container",
|
|
22
24
|
icon: "table",
|
|
23
25
|
commonFlag: !0,
|
|
26
|
+
columnFlag: true,
|
|
24
27
|
rows: [],
|
|
25
28
|
options: {
|
|
26
29
|
name: "",
|
|
27
30
|
hidden: !1,
|
|
28
31
|
customClass: "",
|
|
29
|
-
styleTableClass:
|
|
30
|
-
fullWidth: false
|
|
31
|
-
|
|
32
|
+
styleTableClass: "",
|
|
33
|
+
fullWidth: false,
|
|
34
|
+
...defaultWfConfig,
|
|
35
|
+
},
|
|
32
36
|
},
|
|
33
37
|
{
|
|
34
38
|
type: "tab",
|
|
35
39
|
category: "container",
|
|
36
40
|
icon: "tab",
|
|
37
41
|
commonFlag: !0,
|
|
42
|
+
columnFlag: true,
|
|
38
43
|
tabs: [],
|
|
39
44
|
options: {
|
|
40
45
|
name: "",
|
|
41
46
|
hidden: !1,
|
|
42
|
-
height:
|
|
47
|
+
height: "",
|
|
43
48
|
// isFullscreen: false,
|
|
44
|
-
tabClass:
|
|
45
|
-
customClass: ""
|
|
46
|
-
|
|
49
|
+
tabClass: "tab-boxCard tabCard-sty1",
|
|
50
|
+
customClass: "",
|
|
51
|
+
...defaultWfConfig,
|
|
52
|
+
},
|
|
47
53
|
},
|
|
48
54
|
/* {
|
|
49
55
|
type: "sub-form",
|
|
@@ -99,9 +105,9 @@ export const containers = [
|
|
|
99
105
|
md: 12,
|
|
100
106
|
sm: 12,
|
|
101
107
|
xs: 12,
|
|
102
|
-
alignType:
|
|
108
|
+
alignType: "",
|
|
103
109
|
customClass: "",
|
|
104
|
-
}
|
|
110
|
+
},
|
|
105
111
|
},
|
|
106
112
|
{
|
|
107
113
|
type: "table-cell",
|
|
@@ -116,8 +122,8 @@ export const containers = [
|
|
|
116
122
|
cellHeight: "",
|
|
117
123
|
colspan: 1,
|
|
118
124
|
rowspan: 1,
|
|
119
|
-
customClass: ""
|
|
120
|
-
}
|
|
125
|
+
customClass: "",
|
|
126
|
+
},
|
|
121
127
|
},
|
|
122
128
|
{
|
|
123
129
|
type: "tab-pane",
|
|
@@ -131,8 +137,8 @@ export const containers = [
|
|
|
131
137
|
hidden: !1,
|
|
132
138
|
active: !1,
|
|
133
139
|
disabled: !1,
|
|
134
|
-
customClass: ""
|
|
135
|
-
}
|
|
140
|
+
customClass: "",
|
|
141
|
+
},
|
|
136
142
|
},
|
|
137
143
|
{
|
|
138
144
|
type: "data-table",
|
|
@@ -181,30 +187,41 @@ export const containers = [
|
|
|
181
187
|
size: "small",
|
|
182
188
|
round: !1,
|
|
183
189
|
hidden: !0,
|
|
184
|
-
disabled: !1
|
|
185
|
-
},
|
|
190
|
+
disabled: !1,
|
|
191
|
+
},
|
|
192
|
+
{
|
|
186
193
|
name: "edit",
|
|
187
194
|
label: "编辑",
|
|
188
195
|
type: "text",
|
|
189
196
|
size: "small",
|
|
190
197
|
round: !1,
|
|
191
198
|
hidden: !1,
|
|
192
|
-
disabled: !1
|
|
193
|
-
},
|
|
199
|
+
disabled: !1,
|
|
200
|
+
},
|
|
201
|
+
{
|
|
194
202
|
name: "delete",
|
|
195
203
|
label: "删除",
|
|
196
204
|
type: "text",
|
|
197
205
|
size: "small",
|
|
198
206
|
round: !1,
|
|
199
207
|
hidden: !1,
|
|
200
|
-
disabled: !1
|
|
201
|
-
}
|
|
208
|
+
disabled: !1,
|
|
209
|
+
},
|
|
210
|
+
],
|
|
202
211
|
pagination: {
|
|
203
212
|
currentPage: 1,
|
|
204
213
|
pageSizes: [10, 15, 20, 30, 50, 100, 200],
|
|
205
214
|
pageSize: 20,
|
|
206
|
-
total: 366
|
|
215
|
+
total: 366,
|
|
207
216
|
},
|
|
217
|
+
gridPageSize: 100,
|
|
218
|
+
gridPageSizeList: [
|
|
219
|
+
{ value: 50 },
|
|
220
|
+
{ value: 100 },
|
|
221
|
+
{ value: 200 },
|
|
222
|
+
{ value: 500 },
|
|
223
|
+
],
|
|
224
|
+
|
|
208
225
|
dsEnabled: !1,
|
|
209
226
|
dsName: "",
|
|
210
227
|
tableData: [
|
|
@@ -256,10 +273,10 @@ export const containers = [
|
|
|
256
273
|
scriptEnabled: false,
|
|
257
274
|
accessParam: null,
|
|
258
275
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
276
|
+
accessFormCode: null,
|
|
277
|
+
|
|
278
|
+
...httpConfig,
|
|
279
|
+
|
|
263
280
|
/*isLoadDataByAccess: false,
|
|
264
281
|
scriptEnabled: false,
|
|
265
282
|
scriptName: null,
|
|
@@ -277,10 +294,14 @@ export const containers = [
|
|
|
277
294
|
sortScriptCode: null,
|
|
278
295
|
importTemplateFile: null,
|
|
279
296
|
|
|
297
|
+
...defaultWfConfig,
|
|
280
298
|
showRuleFlag: 1,
|
|
281
299
|
showRuleEnabled: 1,
|
|
282
300
|
showRules: [],
|
|
283
|
-
|
|
301
|
+
hideGridCheckBox: false,
|
|
302
|
+
isNotQueryAllPage: false,
|
|
303
|
+
isNotShowQueryButton: false,
|
|
304
|
+
},
|
|
284
305
|
},
|
|
285
306
|
/*{
|
|
286
307
|
type: "table-column",
|
|
@@ -323,8 +344,8 @@ export const containers = [
|
|
|
323
344
|
onOkButtonClick: "",
|
|
324
345
|
onCancelButtonClick: "",
|
|
325
346
|
onDialogOpened: "",
|
|
326
|
-
onDialogBeforeClose: ""
|
|
327
|
-
}
|
|
347
|
+
onDialogBeforeClose: "",
|
|
348
|
+
},
|
|
328
349
|
},
|
|
329
350
|
/*{
|
|
330
351
|
type: "vf-drawer",
|
|
@@ -409,7 +430,7 @@ export const containers = [
|
|
|
409
430
|
wfEnabled: false,
|
|
410
431
|
onCreated: "",
|
|
411
432
|
onMounted: "",
|
|
412
|
-
}
|
|
433
|
+
},
|
|
413
434
|
},
|
|
414
435
|
{
|
|
415
436
|
type: "detail-pane",
|
|
@@ -425,9 +446,10 @@ export const containers = [
|
|
|
425
446
|
customClass: "",
|
|
426
447
|
tableRef: "",
|
|
427
448
|
detailPaneContainer: true,
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
449
|
+
defaultCollapse: false,
|
|
450
|
+
/*onCreated: "",
|
|
451
|
+
onMounted: "",*/
|
|
452
|
+
},
|
|
431
453
|
},
|
|
432
454
|
{
|
|
433
455
|
type: "detail-h5",
|
|
@@ -447,7 +469,7 @@ export const containers = [
|
|
|
447
469
|
wfEnabled: false,
|
|
448
470
|
onCreated: "",
|
|
449
471
|
onMounted: "",
|
|
450
|
-
}
|
|
472
|
+
},
|
|
451
473
|
},
|
|
452
474
|
{
|
|
453
475
|
type: "list-h5",
|
|
@@ -470,73 +492,75 @@ export const containers = [
|
|
|
470
492
|
accessUrl: null,
|
|
471
493
|
tableColumns: [
|
|
472
494
|
{
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
495
|
+
columnId: 1,
|
|
496
|
+
prop: "nick_name",
|
|
497
|
+
label: "姓名",
|
|
498
|
+
width: "150",
|
|
499
|
+
show: true,
|
|
500
|
+
align: "left",
|
|
501
|
+
fixed: "left",
|
|
502
|
+
sortable: true,
|
|
503
|
+
required: false,
|
|
504
|
+
showForRow: true,
|
|
505
|
+
formatS: "editInput",
|
|
506
|
+
columnOption: {},
|
|
485
507
|
},
|
|
486
508
|
{
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
509
|
+
columnId: 1662195943228,
|
|
510
|
+
label: "登录账号",
|
|
511
|
+
prop: "login_account",
|
|
512
|
+
show: true,
|
|
513
|
+
sortable: true,
|
|
514
|
+
align: "left",
|
|
515
|
+
width: "150",
|
|
516
|
+
required: false,
|
|
517
|
+
showForRow: true,
|
|
518
|
+
formatS: "editInput",
|
|
519
|
+
columnOption: {},
|
|
498
520
|
},
|
|
499
521
|
{
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
522
|
+
columnId: 1662195943423,
|
|
523
|
+
label: "是否启用",
|
|
524
|
+
prop: "enabled",
|
|
525
|
+
show: true,
|
|
526
|
+
sortable: true,
|
|
527
|
+
align: "left",
|
|
528
|
+
width: "150",
|
|
529
|
+
formatS: "render",
|
|
530
|
+
render:
|
|
531
|
+
"if(params.row.enabled){\n return '启用';\n}else{\n return '禁用';\n}",
|
|
532
|
+
required: false,
|
|
533
|
+
showForRow: true,
|
|
534
|
+
columnOption: {},
|
|
512
535
|
},
|
|
513
536
|
{
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
537
|
+
columnId: 1662196087046,
|
|
538
|
+
label: "性别",
|
|
539
|
+
prop: "gender",
|
|
540
|
+
width: "150",
|
|
541
|
+
show: true,
|
|
542
|
+
sortable: true,
|
|
543
|
+
align: "left",
|
|
544
|
+
formatS: "render",
|
|
545
|
+
render:
|
|
546
|
+
"if(params.row.gender==1){\n return '男';\n}else{\n return '女';\n}",
|
|
547
|
+
required: false,
|
|
548
|
+
showForRow: true,
|
|
549
|
+
columnOption: {},
|
|
526
550
|
},
|
|
527
551
|
{
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
}
|
|
552
|
+
columnId: 1662196135287,
|
|
553
|
+
label: "创建时间",
|
|
554
|
+
prop: "create_time",
|
|
555
|
+
width: "150",
|
|
556
|
+
show: true,
|
|
557
|
+
sortable: true,
|
|
558
|
+
align: "left",
|
|
559
|
+
required: false,
|
|
560
|
+
showForRow: true,
|
|
561
|
+
formatS: "editDate",
|
|
562
|
+
columnOption: {},
|
|
563
|
+
},
|
|
540
564
|
],
|
|
541
565
|
tableData: [
|
|
542
566
|
/*{
|
|
@@ -574,7 +598,7 @@ export const containers = [
|
|
|
574
598
|
],
|
|
575
599
|
onCreated: "",
|
|
576
600
|
onMounted: "",
|
|
577
|
-
}
|
|
601
|
+
},
|
|
578
602
|
},
|
|
579
603
|
{
|
|
580
604
|
type: "tree-pane",
|
|
@@ -591,8 +615,8 @@ export const containers = [
|
|
|
591
615
|
treePane: true,
|
|
592
616
|
onCreated: "",
|
|
593
617
|
onMounted: "",
|
|
594
|
-
onTreeLabelClick: ""
|
|
595
|
-
}
|
|
618
|
+
onTreeLabelClick: "",
|
|
619
|
+
},
|
|
596
620
|
},
|
|
597
621
|
{
|
|
598
622
|
type: "h5-card",
|
|
@@ -604,10 +628,10 @@ export const containers = [
|
|
|
604
628
|
options: {
|
|
605
629
|
name: "",
|
|
606
630
|
hidden: !1,
|
|
607
|
-
height:
|
|
631
|
+
height: "",
|
|
608
632
|
customClass: "",
|
|
609
|
-
h5Card: true
|
|
610
|
-
}
|
|
633
|
+
h5Card: true,
|
|
634
|
+
},
|
|
611
635
|
},
|
|
612
636
|
{
|
|
613
637
|
type: "h5-card-pane",
|
|
@@ -622,8 +646,8 @@ export const containers = [
|
|
|
622
646
|
hidden: !1,
|
|
623
647
|
active: !1,
|
|
624
648
|
disabled: !1,
|
|
625
|
-
customClass: ""
|
|
626
|
-
}
|
|
649
|
+
customClass: "",
|
|
650
|
+
},
|
|
627
651
|
},
|
|
628
652
|
{
|
|
629
653
|
type: "h5-table",
|
|
@@ -636,8 +660,8 @@ export const containers = [
|
|
|
636
660
|
name: "",
|
|
637
661
|
hidden: !1,
|
|
638
662
|
customClass: "",
|
|
639
|
-
fullWidth: false
|
|
640
|
-
}
|
|
663
|
+
fullWidth: false,
|
|
664
|
+
},
|
|
641
665
|
},
|
|
642
666
|
{
|
|
643
667
|
type: "h5-table-cell",
|
|
@@ -652,8 +676,8 @@ export const containers = [
|
|
|
652
676
|
cellHeight: "",
|
|
653
677
|
colspan: 1,
|
|
654
678
|
rowspan: 1,
|
|
655
|
-
customClass: ""
|
|
656
|
-
}
|
|
679
|
+
customClass: "",
|
|
680
|
+
},
|
|
657
681
|
},
|
|
658
682
|
{
|
|
659
683
|
type: "tree",
|
|
@@ -691,63 +715,60 @@ export const containers = [
|
|
|
691
715
|
onLoadNode: "",
|
|
692
716
|
treeData: [
|
|
693
717
|
{
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
718
|
+
id: 1,
|
|
719
|
+
label: "一级 1",
|
|
720
|
+
leaf: false,
|
|
721
|
+
children: [
|
|
698
722
|
{
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
}
|
|
706
|
-
]
|
|
723
|
+
id: 2,
|
|
724
|
+
label: "二级 1-1",
|
|
725
|
+
leaf: false,
|
|
726
|
+
children: [{ id: 3, label: "三级 1-1-1", leaf: true }],
|
|
727
|
+
},
|
|
728
|
+
],
|
|
707
729
|
},
|
|
708
730
|
{
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
731
|
+
id: 4,
|
|
732
|
+
label: "一级 2",
|
|
733
|
+
leaf: false,
|
|
734
|
+
children: [
|
|
713
735
|
{
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
736
|
+
id: 5,
|
|
737
|
+
label: "二级 2-1",
|
|
738
|
+
leaf: false,
|
|
739
|
+
children: [{ id: 6, label: "三级 2-1-1", leaf: true }],
|
|
718
740
|
},
|
|
719
741
|
{
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
}
|
|
725
|
-
]
|
|
742
|
+
id: 7,
|
|
743
|
+
label: "二级 2-2",
|
|
744
|
+
leaf: false,
|
|
745
|
+
children: [{ id: 8, label: "三级 2-2-1", leaf: true }],
|
|
746
|
+
},
|
|
747
|
+
],
|
|
726
748
|
},
|
|
727
749
|
{
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
750
|
+
id: 9,
|
|
751
|
+
label: "一级 3",
|
|
752
|
+
leaf: false,
|
|
753
|
+
children: [
|
|
732
754
|
{
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
755
|
+
id: 10,
|
|
756
|
+
label: "二级 3-1",
|
|
757
|
+
leaf: false,
|
|
758
|
+
children: [{ id: 11, label: "三级 3-1-1", leaf: true }],
|
|
737
759
|
},
|
|
738
760
|
{
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
}
|
|
744
|
-
]
|
|
745
|
-
}
|
|
746
|
-
]
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
|
|
761
|
+
id: 12,
|
|
762
|
+
label: "二级 3-2",
|
|
763
|
+
leaf: false,
|
|
764
|
+
children: [{ id: 13, label: "三级 3-2-1", leaf: true }],
|
|
765
|
+
},
|
|
766
|
+
],
|
|
767
|
+
},
|
|
768
|
+
],
|
|
769
|
+
},
|
|
770
|
+
},
|
|
771
|
+
];
|
|
751
772
|
|
|
752
773
|
export const defaultSearchDialogConfig = {
|
|
753
774
|
formCode: null,
|
|
@@ -757,20 +778,169 @@ export const defaultSearchDialogConfig = {
|
|
|
757
778
|
tableRef: null,
|
|
758
779
|
tableUniqueKey: null,
|
|
759
780
|
tableData: [],
|
|
760
|
-
multipleChoices: true
|
|
761
|
-
|
|
781
|
+
multipleChoices: true,
|
|
782
|
+
confirmCallback: null,
|
|
783
|
+
dialogQueryParam: null,
|
|
784
|
+
dialogCustomParam:null
|
|
785
|
+
};
|
|
786
|
+
|
|
787
|
+
export const defaultWfConfig = {
|
|
788
|
+
wfFlag: 1,
|
|
789
|
+
wfEdit: false,
|
|
790
|
+
enabledByWf: false,
|
|
791
|
+
hiddenByWf: false,
|
|
792
|
+
wfConfigData: [],
|
|
793
|
+
wfModifyDataEnabled: false,
|
|
794
|
+
wfModifyDataConfig: [],
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
export const defaultTextFlagConfig = {
|
|
798
|
+
widgetTextFlag: null,
|
|
799
|
+
textFlag: 1,
|
|
800
|
+
showTextEnabled: false,
|
|
801
|
+
showEncryptTextEnabled: false,
|
|
802
|
+
userTextRuleEnabled: false,
|
|
803
|
+
userTextRuleConfig: [],
|
|
804
|
+
textRule1: true,
|
|
805
|
+
textRule2: false,
|
|
806
|
+
textRule2Number: null,
|
|
807
|
+
textRule3: false,
|
|
808
|
+
textRule3Number: null,
|
|
809
|
+
widgetTextLinkConfig: null,
|
|
810
|
+
};
|
|
811
|
+
|
|
812
|
+
export const defaultWidgetShowRuleConfig = {
|
|
813
|
+
widgetShowRuleFlag: 1,
|
|
814
|
+
widgetShowRuleEnabled: false,
|
|
815
|
+
widgetShowRuleConfig: [],
|
|
816
|
+
};
|
|
817
|
+
|
|
818
|
+
const vabsearchConfig = {
|
|
819
|
+
name: "",
|
|
820
|
+
keyNameEnabled: !1,
|
|
821
|
+
keyName: "",
|
|
822
|
+
vabSearchName: "",
|
|
823
|
+
userDefaultVabSearch: false,
|
|
824
|
+
saleOrgDefaultVabSearch: false,
|
|
825
|
+
label: "",
|
|
826
|
+
labelColor: "",
|
|
827
|
+
submitFlag: true,
|
|
828
|
+
disabled: !1,
|
|
829
|
+
hidden: !1,
|
|
830
|
+
required: !1,
|
|
831
|
+
labelWidth: null,
|
|
832
|
+
labelHidden: !1,
|
|
833
|
+
readonly: true,
|
|
834
|
+
/*formCode: null,
|
|
835
|
+
formName: null,
|
|
836
|
+
formVersion: null,
|
|
837
|
+
showFormField: null,*/
|
|
838
|
+
/* gridConfig: {
|
|
839
|
+
tableColumns: [],
|
|
840
|
+
searchFields: [],
|
|
841
|
+
searchParams: ""
|
|
842
|
+
},*/
|
|
843
|
+
// vabSearchField: null,
|
|
844
|
+
vabsearchFlag: 1,
|
|
845
|
+
onSearchClear: "",
|
|
846
|
+
dialogModel: "1",
|
|
847
|
+
systemDialogUrl: null,
|
|
848
|
+
accessType: "1",
|
|
849
|
+
onCreated: "",
|
|
850
|
+
onMounted: "",
|
|
851
|
+
onChange: "",
|
|
852
|
+
onAppendButtonClick: "",
|
|
853
|
+
clickBindEvent: "1",
|
|
854
|
+
onBeforeClickButton: null,
|
|
855
|
+
searchDialogConfig: {
|
|
856
|
+
...defaultSearchDialogConfig,
|
|
857
|
+
multipleChoices: false,
|
|
858
|
+
},
|
|
859
|
+
...defaultWfConfig,
|
|
860
|
+
valueField: null,
|
|
861
|
+
multipleChoices: false,
|
|
862
|
+
|
|
863
|
+
showRuleFlag: 1,
|
|
864
|
+
showRuleEnabled: 1,
|
|
865
|
+
showRules: [],
|
|
866
|
+
};
|
|
867
|
+
|
|
868
|
+
const projectTagConfig = {
|
|
869
|
+
name: "",
|
|
870
|
+
keyNameEnabled: !1,
|
|
871
|
+
keyName: "",
|
|
872
|
+
// keyNameSuffix: "",
|
|
873
|
+
label: "",
|
|
874
|
+
labelColor: "",
|
|
875
|
+
submitFlag: true,
|
|
876
|
+
disabled: !1,
|
|
877
|
+
readonly: false,
|
|
878
|
+
hidden: !1,
|
|
879
|
+
required: !1,
|
|
880
|
+
labelWidth: null,
|
|
881
|
+
labelHidden: !1,
|
|
882
|
+
onCreated: "if(dataId)this.loadDataDefaultHandle();",
|
|
883
|
+
onMounted: "",
|
|
884
|
+
onClick: "",
|
|
885
|
+
// vabUpload: 1,
|
|
886
|
+
|
|
887
|
+
...httpConfig,
|
|
888
|
+
formScriptCode: "getList",
|
|
889
|
+
|
|
890
|
+
...defaultWfConfig,
|
|
891
|
+
|
|
892
|
+
showRuleFlag: 1,
|
|
893
|
+
showRuleEnabled: 1,
|
|
894
|
+
showRules: [],
|
|
895
|
+
|
|
896
|
+
tagFormCode: null,
|
|
897
|
+
tagFormParam: null,
|
|
898
|
+
tagLabelField: null,
|
|
899
|
+
tagUniqueField: null,
|
|
900
|
+
tagFormLabelField: null,
|
|
901
|
+
tagFormUniqueField: null,
|
|
902
|
+
tagFillConfig: [],
|
|
903
|
+
tagConfirmCallback: null,
|
|
904
|
+
tagDeleteCallback: null,
|
|
905
|
+
tabDeleteEnabled: true,
|
|
906
|
+
tagWidth: ""
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
const httpConfig = {
|
|
910
|
+
httpFormCode: null,
|
|
911
|
+
formScriptEnabled: true,
|
|
912
|
+
commonAttributeEnabled:false,
|
|
913
|
+
formScriptCode: null,
|
|
914
|
+
formScriptParam: null,
|
|
915
|
+
formScriptSuccess: null,
|
|
916
|
+
formScriptCallback: null,
|
|
917
|
+
};
|
|
918
|
+
|
|
919
|
+
export const hiddenWidgetTypesOfWf = [
|
|
920
|
+
"button",
|
|
921
|
+
"search_button",
|
|
922
|
+
"table-export-button",
|
|
923
|
+
"add_button",
|
|
924
|
+
"import-button",
|
|
925
|
+
"import2-button",
|
|
926
|
+
"print-button",
|
|
927
|
+
];
|
|
928
|
+
export const freeWidgetTypesOfWf = ["reset_button","copy_button", "a-link", "a-text"];
|
|
762
929
|
|
|
763
930
|
export const basicFields = [
|
|
764
931
|
{
|
|
765
932
|
type: "input",
|
|
766
933
|
icon: "text-field",
|
|
934
|
+
commonFlag: !0,
|
|
767
935
|
formItemFlag: !0,
|
|
936
|
+
columnFlag: true,
|
|
768
937
|
tableField: null,
|
|
769
938
|
options: {
|
|
770
939
|
name: "",
|
|
771
940
|
keyNameEnabled: !1,
|
|
772
941
|
keyName: "",
|
|
773
942
|
label: "",
|
|
943
|
+
labelColor: "",
|
|
774
944
|
submitFlag: true,
|
|
775
945
|
/**showText: false,*/
|
|
776
946
|
formField: "",
|
|
@@ -800,9 +970,9 @@ export const basicFields = [
|
|
|
800
970
|
showWordLimit: !1,
|
|
801
971
|
prefixIcon: "",
|
|
802
972
|
suffixIcon: "",
|
|
803
|
-
appendButton: !1,
|
|
973
|
+
/*appendButton: !1,
|
|
804
974
|
appendButtonDisabled: !1,
|
|
805
|
-
buttonIcon: "el-icon-search"
|
|
975
|
+
buttonIcon: "el-icon-search",*/
|
|
806
976
|
onCreated: "",
|
|
807
977
|
onMounted: "",
|
|
808
978
|
onInput: "",
|
|
@@ -813,33 +983,28 @@ export const basicFields = [
|
|
|
813
983
|
onAppendButtonClick: "",
|
|
814
984
|
widgetWidth: "",
|
|
815
985
|
accessType: "1",
|
|
816
|
-
|
|
817
|
-
wfEdit: false,
|
|
818
|
-
enabledByWf: false,
|
|
819
|
-
hiddenByWf: false,
|
|
820
|
-
wfConfigData: [],
|
|
986
|
+
...defaultWfConfig,
|
|
821
987
|
|
|
822
988
|
showRuleFlag: 1,
|
|
823
989
|
showRuleEnabled: 1,
|
|
824
990
|
showRules: [],
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
textRule3: false,
|
|
829
|
-
textRule2Number: null,
|
|
830
|
-
textRule3Number: null
|
|
831
|
-
}
|
|
991
|
+
|
|
992
|
+
...defaultTextFlagConfig,
|
|
993
|
+
},
|
|
832
994
|
},
|
|
833
995
|
{
|
|
834
996
|
type: "input-batch",
|
|
835
997
|
icon: "input-batch",
|
|
998
|
+
commonFlag: !0,
|
|
836
999
|
formItemFlag: !0,
|
|
1000
|
+
columnFlag: true,
|
|
837
1001
|
tableField: null,
|
|
838
1002
|
options: {
|
|
839
1003
|
name: "",
|
|
840
1004
|
keyNameEnabled: !1,
|
|
841
1005
|
keyName: "",
|
|
842
1006
|
label: "",
|
|
1007
|
+
labelColor: "",
|
|
843
1008
|
submitFlag: true,
|
|
844
1009
|
formField: "",
|
|
845
1010
|
labelAlign: "",
|
|
@@ -860,7 +1025,7 @@ export const basicFields = [
|
|
|
860
1025
|
validation: "",
|
|
861
1026
|
validationHint: "",
|
|
862
1027
|
customClass: "",
|
|
863
|
-
labelIconClass: null,
|
|
1028
|
+
/*labelIconClass: null,
|
|
864
1029
|
labelIconPosition: "rear",
|
|
865
1030
|
labelTooltip: null,
|
|
866
1031
|
minLength: null,
|
|
@@ -870,7 +1035,7 @@ export const basicFields = [
|
|
|
870
1035
|
suffixIcon: "",
|
|
871
1036
|
appendButton: !1,
|
|
872
1037
|
appendButtonDisabled: !1,
|
|
873
|
-
buttonIcon: "el-icon-search"
|
|
1038
|
+
buttonIcon: "el-icon-search",*/
|
|
874
1039
|
onCreated: "",
|
|
875
1040
|
onMounted: "",
|
|
876
1041
|
onInput: "",
|
|
@@ -878,37 +1043,29 @@ export const basicFields = [
|
|
|
878
1043
|
onFocus: "",
|
|
879
1044
|
onBlur: "",
|
|
880
1045
|
onValidate: "",
|
|
881
|
-
onAppendButtonClick: "",
|
|
1046
|
+
// onAppendButtonClick: "",
|
|
882
1047
|
widgetWidth: "",
|
|
883
1048
|
accessType: "1",
|
|
884
|
-
|
|
885
|
-
wfEdit: false,
|
|
886
|
-
enabledByWf: false,
|
|
887
|
-
hiddenByWf: false,
|
|
888
|
-
wfConfigData: [],
|
|
1049
|
+
...defaultWfConfig,
|
|
889
1050
|
|
|
890
1051
|
showRuleFlag: 1,
|
|
891
1052
|
showRuleEnabled: 1,
|
|
892
1053
|
showRules: [],
|
|
893
|
-
|
|
894
|
-
textRule1: false,
|
|
895
|
-
textRule2: false,
|
|
896
|
-
textRule3: false,
|
|
897
|
-
textRule2Number: null,
|
|
898
|
-
textRule3Number: null
|
|
899
|
-
|
|
900
|
-
}
|
|
1054
|
+
},
|
|
901
1055
|
},
|
|
902
1056
|
{
|
|
903
1057
|
type: "textarea",
|
|
904
1058
|
icon: "textarea-field",
|
|
1059
|
+
commonFlag: !0,
|
|
905
1060
|
formItemFlag: !0,
|
|
1061
|
+
columnFlag: true,
|
|
906
1062
|
tableField: null,
|
|
907
1063
|
options: {
|
|
908
1064
|
name: "",
|
|
909
1065
|
keyNameEnabled: !1,
|
|
910
1066
|
keyName: "",
|
|
911
1067
|
label: "",
|
|
1068
|
+
labelColor: "",
|
|
912
1069
|
submitFlag: true,
|
|
913
1070
|
/**showText: false,*/
|
|
914
1071
|
labelAlign: "",
|
|
@@ -941,33 +1098,28 @@ export const basicFields = [
|
|
|
941
1098
|
onBlur: "",
|
|
942
1099
|
onValidate: "",
|
|
943
1100
|
accessType: "1",
|
|
944
|
-
|
|
945
|
-
wfEdit: false,
|
|
946
|
-
enabledByWf: false,
|
|
947
|
-
hiddenByWf: false,
|
|
948
|
-
wfConfigData: [],
|
|
1101
|
+
...defaultWfConfig,
|
|
949
1102
|
|
|
950
1103
|
showRuleFlag: 1,
|
|
951
1104
|
showRuleEnabled: 1,
|
|
952
1105
|
showRules: [],
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
textRule3: false,
|
|
957
|
-
textRule2Number: null,
|
|
958
|
-
textRule3Number: null
|
|
959
|
-
}
|
|
1106
|
+
|
|
1107
|
+
...defaultTextFlagConfig,
|
|
1108
|
+
},
|
|
960
1109
|
},
|
|
961
1110
|
{
|
|
962
1111
|
type: "number",
|
|
963
1112
|
icon: "number-field",
|
|
1113
|
+
commonFlag: !0,
|
|
964
1114
|
formItemFlag: !0,
|
|
1115
|
+
columnFlag: true,
|
|
965
1116
|
tableField: null,
|
|
966
1117
|
options: {
|
|
967
1118
|
name: "",
|
|
968
1119
|
keyNameEnabled: !1,
|
|
969
1120
|
keyName: "",
|
|
970
1121
|
label: "",
|
|
1122
|
+
labelColor: "",
|
|
971
1123
|
submitFlag: true,
|
|
972
1124
|
/**showText: false,*/
|
|
973
1125
|
formField: "",
|
|
@@ -984,8 +1136,8 @@ export const basicFields = [
|
|
|
984
1136
|
requiredHint: "",
|
|
985
1137
|
validation: "",
|
|
986
1138
|
validationHint: "",
|
|
987
|
-
|
|
988
|
-
|
|
1139
|
+
formulaEnabled: !1,
|
|
1140
|
+
formula: "",
|
|
989
1141
|
customClass: "",
|
|
990
1142
|
labelIconClass: null,
|
|
991
1143
|
labelIconPosition: "rear",
|
|
@@ -1002,34 +1154,28 @@ export const basicFields = [
|
|
|
1002
1154
|
onBlur: "",
|
|
1003
1155
|
onValidate: "",
|
|
1004
1156
|
accessType: "1",
|
|
1005
|
-
|
|
1006
|
-
wfEdit: false,
|
|
1007
|
-
enabledByWf: false,
|
|
1008
|
-
hiddenByWf: false,
|
|
1009
|
-
wfConfigData: [],
|
|
1157
|
+
...defaultWfConfig,
|
|
1010
1158
|
|
|
1011
1159
|
showRuleFlag: 1,
|
|
1012
1160
|
showRuleEnabled: 1,
|
|
1013
1161
|
showRules: [],
|
|
1014
|
-
textFlag: 1,
|
|
1015
|
-
textRule1: false,
|
|
1016
|
-
textRule2: false,
|
|
1017
|
-
textRule3: false,
|
|
1018
|
-
textRule2Number: null,
|
|
1019
|
-
textRule3Number: null
|
|
1020
1162
|
|
|
1021
|
-
|
|
1163
|
+
...defaultTextFlagConfig,
|
|
1164
|
+
},
|
|
1022
1165
|
},
|
|
1023
1166
|
{
|
|
1024
1167
|
type: "radio",
|
|
1025
1168
|
icon: "radio-field",
|
|
1169
|
+
commonFlag: !0,
|
|
1026
1170
|
formItemFlag: !0,
|
|
1171
|
+
columnFlag: true,
|
|
1027
1172
|
tableField: null,
|
|
1028
1173
|
options: {
|
|
1029
1174
|
name: "",
|
|
1030
1175
|
keyNameEnabled: !1,
|
|
1031
1176
|
keyName: "",
|
|
1032
1177
|
label: "",
|
|
1178
|
+
labelColor: "",
|
|
1033
1179
|
submitFlag: true,
|
|
1034
1180
|
/**showText: false,*/
|
|
1035
1181
|
labelAlign: "",
|
|
@@ -1051,12 +1197,14 @@ export const basicFields = [
|
|
|
1051
1197
|
optionItems: [
|
|
1052
1198
|
{
|
|
1053
1199
|
label: "radio 1",
|
|
1054
|
-
value: "1"
|
|
1200
|
+
value: "1",
|
|
1201
|
+
disabled: false
|
|
1055
1202
|
},
|
|
1056
1203
|
{
|
|
1057
1204
|
label: "radio 2",
|
|
1058
|
-
value: "2"
|
|
1059
|
-
|
|
1205
|
+
value: "2",
|
|
1206
|
+
disabled: false
|
|
1207
|
+
},
|
|
1060
1208
|
],
|
|
1061
1209
|
required: !1,
|
|
1062
1210
|
requiredHint: "",
|
|
@@ -1073,36 +1221,33 @@ export const basicFields = [
|
|
|
1073
1221
|
onValidate: "",
|
|
1074
1222
|
accessType: "1",
|
|
1075
1223
|
|
|
1224
|
+
...httpConfig,
|
|
1076
1225
|
formScriptEnabled: false,
|
|
1077
1226
|
formScriptCode: "getList",
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
wfConfigData: [],
|
|
1227
|
+
|
|
1228
|
+
...defaultWfConfig,
|
|
1229
|
+
|
|
1230
|
+
commonAttributeEnabled: false,
|
|
1231
|
+
commonAttributeCode: "",
|
|
1084
1232
|
|
|
1085
1233
|
showRuleFlag: 1,
|
|
1086
1234
|
showRuleEnabled: 1,
|
|
1087
1235
|
showRules: [],
|
|
1088
|
-
|
|
1089
|
-
textRule1: false,
|
|
1090
|
-
textRule2: false,
|
|
1091
|
-
textRule3: false,
|
|
1092
|
-
textRule2Number: null,
|
|
1093
|
-
textRule3Number: null
|
|
1094
|
-
}
|
|
1236
|
+
},
|
|
1095
1237
|
},
|
|
1096
1238
|
{
|
|
1097
1239
|
type: "checkbox",
|
|
1098
1240
|
icon: "checkbox-field",
|
|
1241
|
+
commonFlag: !0,
|
|
1099
1242
|
formItemFlag: !0,
|
|
1243
|
+
columnFlag: true,
|
|
1100
1244
|
tableField: null,
|
|
1101
1245
|
options: {
|
|
1102
1246
|
name: "",
|
|
1103
1247
|
keyNameEnabled: !1,
|
|
1104
1248
|
keyName: "",
|
|
1105
1249
|
label: "",
|
|
1250
|
+
labelColor: "",
|
|
1106
1251
|
submitFlag: true,
|
|
1107
1252
|
/**showText: false,*/
|
|
1108
1253
|
labelAlign: "",
|
|
@@ -1124,12 +1269,14 @@ export const basicFields = [
|
|
|
1124
1269
|
optionItems: [
|
|
1125
1270
|
{
|
|
1126
1271
|
label: "check 1",
|
|
1127
|
-
value: "1"
|
|
1272
|
+
value: "1",
|
|
1273
|
+
disabled: false
|
|
1128
1274
|
},
|
|
1129
1275
|
{
|
|
1130
1276
|
label: "check 2",
|
|
1131
|
-
value: "2"
|
|
1132
|
-
|
|
1277
|
+
value: "2",
|
|
1278
|
+
disabled: false
|
|
1279
|
+
},
|
|
1133
1280
|
],
|
|
1134
1281
|
required: !1,
|
|
1135
1282
|
requiredHint: "",
|
|
@@ -1146,37 +1293,33 @@ export const basicFields = [
|
|
|
1146
1293
|
onValidate: "",
|
|
1147
1294
|
accessType: "1",
|
|
1148
1295
|
|
|
1296
|
+
...httpConfig,
|
|
1149
1297
|
formScriptEnabled: false,
|
|
1150
1298
|
formScriptCode: "getList",
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
wfConfigData: [],
|
|
1299
|
+
|
|
1300
|
+
...defaultWfConfig,
|
|
1301
|
+
|
|
1302
|
+
commonAttributeEnabled: false,
|
|
1303
|
+
commonAttributeCode: "",
|
|
1157
1304
|
|
|
1158
1305
|
showRuleFlag: 1,
|
|
1159
1306
|
showRuleEnabled: 1,
|
|
1160
1307
|
showRules: [],
|
|
1161
|
-
|
|
1162
|
-
textRule1: false,
|
|
1163
|
-
textRule2: false,
|
|
1164
|
-
textRule3: false,
|
|
1165
|
-
textRule2Number: null,
|
|
1166
|
-
textRule3Number: null
|
|
1167
|
-
|
|
1168
|
-
}
|
|
1308
|
+
},
|
|
1169
1309
|
},
|
|
1170
1310
|
{
|
|
1171
1311
|
type: "select",
|
|
1172
1312
|
icon: "select-field",
|
|
1313
|
+
commonFlag: !0,
|
|
1173
1314
|
formItemFlag: !0,
|
|
1315
|
+
columnFlag: true,
|
|
1174
1316
|
tableField: null,
|
|
1175
1317
|
options: {
|
|
1176
1318
|
name: "",
|
|
1177
1319
|
keyNameEnabled: !1,
|
|
1178
1320
|
keyName: "",
|
|
1179
1321
|
label: "",
|
|
1322
|
+
labelColor: "",
|
|
1180
1323
|
submitFlag: true,
|
|
1181
1324
|
/**showText: false,*/
|
|
1182
1325
|
formField: "",
|
|
@@ -1202,16 +1345,23 @@ export const basicFields = [
|
|
|
1202
1345
|
dsName: "",
|
|
1203
1346
|
labelKey: "label",
|
|
1204
1347
|
valueKey: "value",
|
|
1205
|
-
optionItems: [
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1348
|
+
optionItems: [
|
|
1349
|
+
{
|
|
1350
|
+
label: "select 1",
|
|
1351
|
+
value: "1",
|
|
1352
|
+
disabled: false
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
label: "select 2",
|
|
1356
|
+
value: "2",
|
|
1357
|
+
disabled: false
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
label: "select 3",
|
|
1361
|
+
value: "3",
|
|
1362
|
+
disabled: false
|
|
1363
|
+
},
|
|
1364
|
+
],
|
|
1215
1365
|
required: !1,
|
|
1216
1366
|
requiredHint: "",
|
|
1217
1367
|
validation: "",
|
|
@@ -1230,36 +1380,36 @@ export const basicFields = [
|
|
|
1230
1380
|
onValidate: "",
|
|
1231
1381
|
widgetWidth: "",
|
|
1232
1382
|
accessType: "1",
|
|
1383
|
+
|
|
1384
|
+
...httpConfig,
|
|
1233
1385
|
formScriptEnabled: false,
|
|
1234
1386
|
formScriptCode: "getList",
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1387
|
+
|
|
1388
|
+
...defaultWfConfig,
|
|
1389
|
+
|
|
1390
|
+
commonAttributeEnabled: false,
|
|
1391
|
+
commonAttributeCode: "",
|
|
1392
|
+
|
|
1393
|
+
showCollapseTags: false,
|
|
1241
1394
|
|
|
1242
1395
|
showRuleFlag: 1,
|
|
1243
1396
|
showRuleEnabled: 1,
|
|
1244
1397
|
showRules: [],
|
|
1245
|
-
|
|
1246
|
-
textRule1: false,
|
|
1247
|
-
textRule2: false,
|
|
1248
|
-
textRule3: false,
|
|
1249
|
-
textRule2Number: null,
|
|
1250
|
-
textRule3Number: null
|
|
1251
|
-
}
|
|
1398
|
+
},
|
|
1252
1399
|
},
|
|
1253
1400
|
{
|
|
1254
1401
|
type: "time",
|
|
1255
1402
|
icon: "time-field",
|
|
1403
|
+
commonFlag: !0,
|
|
1256
1404
|
formItemFlag: !0,
|
|
1405
|
+
columnFlag: true,
|
|
1257
1406
|
tableField: null,
|
|
1258
1407
|
options: {
|
|
1259
1408
|
name: "",
|
|
1260
1409
|
keyNameEnabled: !1,
|
|
1261
1410
|
keyName: "",
|
|
1262
1411
|
label: "",
|
|
1412
|
+
labelColor: "",
|
|
1263
1413
|
submitFlag: true,
|
|
1264
1414
|
/**showText: false,*/
|
|
1265
1415
|
formField: "",
|
|
@@ -1291,34 +1441,28 @@ export const basicFields = [
|
|
|
1291
1441
|
onBlur: "",
|
|
1292
1442
|
onValidate: "",
|
|
1293
1443
|
accessType: "1",
|
|
1294
|
-
|
|
1295
|
-
wfEdit: false,
|
|
1296
|
-
enabledByWf: false,
|
|
1297
|
-
hiddenByWf: false,
|
|
1298
|
-
wfConfigData: [],
|
|
1444
|
+
...defaultWfConfig,
|
|
1299
1445
|
|
|
1300
1446
|
showRuleFlag: 1,
|
|
1301
1447
|
showRuleEnabled: 1,
|
|
1302
1448
|
showRules: [],
|
|
1303
|
-
textFlag: 1,
|
|
1304
|
-
textRule1: false,
|
|
1305
|
-
textRule2: false,
|
|
1306
|
-
textRule3: false,
|
|
1307
|
-
textRule2Number: null,
|
|
1308
|
-
textRule3Number: null
|
|
1309
1449
|
|
|
1310
|
-
|
|
1450
|
+
...defaultTextFlagConfig,
|
|
1451
|
+
},
|
|
1311
1452
|
},
|
|
1312
1453
|
{
|
|
1313
1454
|
type: "time-range",
|
|
1314
1455
|
icon: "time-range-field",
|
|
1456
|
+
commonFlag: !0,
|
|
1315
1457
|
formItemFlag: !0,
|
|
1458
|
+
columnFlag: true,
|
|
1316
1459
|
tableField: null,
|
|
1317
1460
|
options: {
|
|
1318
1461
|
name: "",
|
|
1319
1462
|
keyNameEnabled: !1,
|
|
1320
1463
|
keyName: "",
|
|
1321
1464
|
label: "",
|
|
1465
|
+
labelColor: "",
|
|
1322
1466
|
submitFlag: true,
|
|
1323
1467
|
formField: "",
|
|
1324
1468
|
labelAlign: "",
|
|
@@ -1350,34 +1494,26 @@ export const basicFields = [
|
|
|
1350
1494
|
onBlur: "",
|
|
1351
1495
|
onValidate: "",
|
|
1352
1496
|
accessType: "1",
|
|
1353
|
-
|
|
1354
|
-
wfEdit: false,
|
|
1355
|
-
enabledByWf: false,
|
|
1356
|
-
hiddenByWf: false,
|
|
1357
|
-
wfConfigData: [],
|
|
1497
|
+
...defaultWfConfig,
|
|
1358
1498
|
|
|
1359
1499
|
showRuleFlag: 1,
|
|
1360
1500
|
showRuleEnabled: 1,
|
|
1361
1501
|
showRules: [],
|
|
1362
|
-
|
|
1363
|
-
textRule1: false,
|
|
1364
|
-
textRule2: false,
|
|
1365
|
-
textRule3: false,
|
|
1366
|
-
textRule2Number: null,
|
|
1367
|
-
textRule3Number: null
|
|
1368
|
-
|
|
1369
|
-
}
|
|
1502
|
+
},
|
|
1370
1503
|
},
|
|
1371
1504
|
{
|
|
1372
1505
|
type: "date",
|
|
1373
1506
|
icon: "date-field",
|
|
1507
|
+
commonFlag: !0,
|
|
1374
1508
|
formItemFlag: !0,
|
|
1509
|
+
columnFlag: true,
|
|
1375
1510
|
tableField: null,
|
|
1376
1511
|
options: {
|
|
1377
1512
|
name: "",
|
|
1378
1513
|
keyNameEnabled: !1,
|
|
1379
1514
|
keyName: "",
|
|
1380
1515
|
label: "",
|
|
1516
|
+
labelColor: "",
|
|
1381
1517
|
submitFlag: true,
|
|
1382
1518
|
/**showText: false,*/
|
|
1383
1519
|
formField: "",
|
|
@@ -1411,34 +1547,28 @@ export const basicFields = [
|
|
|
1411
1547
|
onBlur: "",
|
|
1412
1548
|
onValidate: "",
|
|
1413
1549
|
accessType: "1",
|
|
1414
|
-
|
|
1415
|
-
wfEdit: false,
|
|
1416
|
-
enabledByWf: false,
|
|
1417
|
-
hiddenByWf: false,
|
|
1418
|
-
wfConfigData: [],
|
|
1550
|
+
...defaultWfConfig,
|
|
1419
1551
|
|
|
1420
1552
|
showRuleFlag: 1,
|
|
1421
1553
|
showRuleEnabled: 1,
|
|
1422
1554
|
showRules: [],
|
|
1423
|
-
textFlag: 1,
|
|
1424
|
-
textRule1: false,
|
|
1425
|
-
textRule2: false,
|
|
1426
|
-
textRule3: false,
|
|
1427
|
-
textRule2Number: null,
|
|
1428
|
-
textRule3Number: null
|
|
1429
1555
|
|
|
1430
|
-
|
|
1556
|
+
...defaultTextFlagConfig,
|
|
1557
|
+
},
|
|
1431
1558
|
},
|
|
1432
1559
|
{
|
|
1433
1560
|
type: "date-range",
|
|
1434
1561
|
icon: "date-range-field",
|
|
1562
|
+
commonFlag: !0,
|
|
1435
1563
|
formItemFlag: !0,
|
|
1564
|
+
columnFlag: true,
|
|
1436
1565
|
tableField: null,
|
|
1437
1566
|
options: {
|
|
1438
1567
|
name: "",
|
|
1439
1568
|
keyNameEnabled: !1,
|
|
1440
1569
|
keyName: "",
|
|
1441
1570
|
label: "",
|
|
1571
|
+
labelColor: "",
|
|
1442
1572
|
submitFlag: true,
|
|
1443
1573
|
formField: "",
|
|
1444
1574
|
labelAlign: "",
|
|
@@ -1457,6 +1587,7 @@ export const basicFields = [
|
|
|
1457
1587
|
editable: !1,
|
|
1458
1588
|
format: "yyyy-MM-dd",
|
|
1459
1589
|
valueFormat: "yyyy-MM-dd",
|
|
1590
|
+
defaultTime: ["00:00:00", "23:59:59"],
|
|
1460
1591
|
required: !1,
|
|
1461
1592
|
requiredHint: "",
|
|
1462
1593
|
validation: "",
|
|
@@ -1472,23 +1603,12 @@ export const basicFields = [
|
|
|
1472
1603
|
onBlur: "",
|
|
1473
1604
|
onValidate: "",
|
|
1474
1605
|
accessType: "1",
|
|
1475
|
-
|
|
1476
|
-
wfEdit: false,
|
|
1477
|
-
enabledByWf: false,
|
|
1478
|
-
hiddenByWf: false,
|
|
1479
|
-
wfConfigData: [],
|
|
1606
|
+
...defaultWfConfig,
|
|
1480
1607
|
|
|
1481
1608
|
showRuleFlag: 1,
|
|
1482
1609
|
showRuleEnabled: 1,
|
|
1483
1610
|
showRules: [],
|
|
1484
|
-
|
|
1485
|
-
textRule1: false,
|
|
1486
|
-
textRule2: false,
|
|
1487
|
-
textRule3: false,
|
|
1488
|
-
textRule2Number: null,
|
|
1489
|
-
textRule3Number: null
|
|
1490
|
-
|
|
1491
|
-
}
|
|
1611
|
+
},
|
|
1492
1612
|
},
|
|
1493
1613
|
/* {
|
|
1494
1614
|
type: "switch",
|
|
@@ -1617,7 +1737,9 @@ export const basicFields = [
|
|
|
1617
1737
|
{
|
|
1618
1738
|
type: "static-text",
|
|
1619
1739
|
icon: "static-text",
|
|
1740
|
+
commonFlag: !0,
|
|
1620
1741
|
formItemFlag: !1,
|
|
1742
|
+
columnFlag: true,
|
|
1621
1743
|
options: {
|
|
1622
1744
|
name: "",
|
|
1623
1745
|
columnWidth: "200px",
|
|
@@ -1628,23 +1750,21 @@ export const basicFields = [
|
|
|
1628
1750
|
onCreated: "",
|
|
1629
1751
|
onMounted: "",
|
|
1630
1752
|
accessType: "1",
|
|
1753
|
+
...defaultWfConfig,
|
|
1631
1754
|
|
|
1632
1755
|
showRuleFlag: 1,
|
|
1633
1756
|
showRuleEnabled: 1,
|
|
1634
1757
|
showRules: [],
|
|
1635
|
-
textFlag: 1,
|
|
1636
|
-
textRule1: false,
|
|
1637
|
-
textRule2: false,
|
|
1638
|
-
textRule3: false,
|
|
1639
|
-
textRule2Number: null,
|
|
1640
|
-
textRule3Number: null
|
|
1641
1758
|
|
|
1642
|
-
|
|
1759
|
+
...defaultTextFlagConfig,
|
|
1760
|
+
},
|
|
1643
1761
|
},
|
|
1644
1762
|
{
|
|
1645
1763
|
type: "html-text",
|
|
1646
1764
|
icon: "html-text",
|
|
1765
|
+
commonFlag: !1,
|
|
1647
1766
|
formItemFlag: !1,
|
|
1767
|
+
columnFlag: false,
|
|
1648
1768
|
options: {
|
|
1649
1769
|
name: "",
|
|
1650
1770
|
columnWidth: "200px",
|
|
@@ -1654,18 +1774,12 @@ export const basicFields = [
|
|
|
1654
1774
|
onCreated: "",
|
|
1655
1775
|
onMounted: "",
|
|
1656
1776
|
accessType: "1",
|
|
1777
|
+
...defaultWfConfig,
|
|
1657
1778
|
|
|
1658
1779
|
showRuleFlag: 1,
|
|
1659
1780
|
showRuleEnabled: 1,
|
|
1660
1781
|
showRules: [],
|
|
1661
|
-
|
|
1662
|
-
textRule1: false,
|
|
1663
|
-
textRule2: false,
|
|
1664
|
-
textRule3: false,
|
|
1665
|
-
textRule2Number: null,
|
|
1666
|
-
textRule3Number: null
|
|
1667
|
-
|
|
1668
|
-
}
|
|
1782
|
+
},
|
|
1669
1783
|
},
|
|
1670
1784
|
/* {
|
|
1671
1785
|
type: 'title-head',
|
|
@@ -1687,10 +1801,13 @@ export const basicFields = [
|
|
|
1687
1801
|
{
|
|
1688
1802
|
type: "button",
|
|
1689
1803
|
icon: "button",
|
|
1804
|
+
commonFlag: !0,
|
|
1690
1805
|
formItemFlag: !1,
|
|
1806
|
+
columnFlag: true,
|
|
1691
1807
|
options: {
|
|
1692
1808
|
name: "",
|
|
1693
1809
|
label: "",
|
|
1810
|
+
wfHideFlag: 1,
|
|
1694
1811
|
columnWidth: "200px",
|
|
1695
1812
|
size: "",
|
|
1696
1813
|
displayStyle: "block",
|
|
@@ -1707,34 +1824,29 @@ export const basicFields = [
|
|
|
1707
1824
|
onClick: "",
|
|
1708
1825
|
accessType: "1",
|
|
1709
1826
|
clickBindEvent: null,
|
|
1827
|
+
onBeforeClickButton: null,
|
|
1710
1828
|
searchDialogConfig: {
|
|
1711
|
-
...defaultSearchDialogConfig
|
|
1829
|
+
...defaultSearchDialogConfig,
|
|
1712
1830
|
},
|
|
1713
1831
|
addTableDataConfig: {
|
|
1714
1832
|
tableRef: null,
|
|
1715
|
-
tableData: {}
|
|
1833
|
+
tableData: {},
|
|
1716
1834
|
},
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
hiddenByWf: false,
|
|
1721
|
-
wfConfigData: [],
|
|
1835
|
+
...defaultWfConfig,
|
|
1836
|
+
hiddenByWf: true,
|
|
1837
|
+
...defaultWidgetShowRuleConfig,
|
|
1722
1838
|
|
|
1723
1839
|
showRuleFlag: 1,
|
|
1724
1840
|
showRuleEnabled: 1,
|
|
1725
1841
|
showRules: [],
|
|
1726
|
-
|
|
1727
|
-
textRule1: false,
|
|
1728
|
-
textRule2: false,
|
|
1729
|
-
textRule3: false,
|
|
1730
|
-
textRule2Number: null,
|
|
1731
|
-
textRule3Number: null
|
|
1732
|
-
}
|
|
1842
|
+
},
|
|
1733
1843
|
},
|
|
1734
1844
|
{
|
|
1735
1845
|
type: "divider",
|
|
1736
1846
|
icon: "divider",
|
|
1847
|
+
commonFlag: !0,
|
|
1737
1848
|
formItemFlag: !1,
|
|
1849
|
+
columnFlag: true,
|
|
1738
1850
|
options: {
|
|
1739
1851
|
name: "",
|
|
1740
1852
|
label: "",
|
|
@@ -1743,9 +1855,10 @@ export const basicFields = [
|
|
|
1743
1855
|
contentPosition: "center",
|
|
1744
1856
|
hidden: !1,
|
|
1745
1857
|
customClass: "",
|
|
1858
|
+
...defaultWfConfig,
|
|
1746
1859
|
onCreated: "",
|
|
1747
|
-
onMounted: ""
|
|
1748
|
-
}
|
|
1860
|
+
onMounted: "",
|
|
1861
|
+
},
|
|
1749
1862
|
},
|
|
1750
1863
|
/*{
|
|
1751
1864
|
type: "descriptions",
|
|
@@ -1804,18 +1917,22 @@ export const basicFields = [
|
|
|
1804
1917
|
{
|
|
1805
1918
|
type: "text",
|
|
1806
1919
|
icon: "text",
|
|
1920
|
+
commonFlag: !0,
|
|
1807
1921
|
formItemFlag: !0,
|
|
1922
|
+
columnFlag: true,
|
|
1808
1923
|
tableField: null,
|
|
1809
1924
|
options: {
|
|
1810
1925
|
name: "",
|
|
1811
1926
|
keyNameEnabled: !1,
|
|
1812
1927
|
keyName: "",
|
|
1813
1928
|
label: "",
|
|
1929
|
+
labelColor: "",
|
|
1814
1930
|
submitFlag: true,
|
|
1815
1931
|
formField: "",
|
|
1816
1932
|
hidden: !1,
|
|
1817
1933
|
required: !1,
|
|
1818
1934
|
customClass: "",
|
|
1935
|
+
colorClass: "",
|
|
1819
1936
|
defaultValue: "",
|
|
1820
1937
|
labelAlign: "",
|
|
1821
1938
|
labelWidth: null,
|
|
@@ -1823,29 +1940,32 @@ export const basicFields = [
|
|
|
1823
1940
|
onCreated: "",
|
|
1824
1941
|
onMounted: "",
|
|
1825
1942
|
accessType: "1",
|
|
1826
|
-
|
|
1943
|
+
...defaultWfConfig,
|
|
1944
|
+
|
|
1945
|
+
autoValueEnabled: false,
|
|
1946
|
+
autoValueHanlde: null,
|
|
1827
1947
|
|
|
1828
1948
|
showRuleFlag: 1,
|
|
1829
1949
|
showRuleEnabled: 1,
|
|
1830
1950
|
showRules: [],
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
textRule3: false,
|
|
1835
|
-
textRule2Number: null,
|
|
1836
|
-
textRule3Number: null
|
|
1837
|
-
}
|
|
1951
|
+
|
|
1952
|
+
...defaultTextFlagConfig,
|
|
1953
|
+
},
|
|
1838
1954
|
},
|
|
1839
1955
|
{
|
|
1840
1956
|
type: "a-text",
|
|
1841
1957
|
icon: "text-field",
|
|
1958
|
+
commonFlag: !0,
|
|
1842
1959
|
formItemFlag: !0,
|
|
1960
|
+
columnFlag: true,
|
|
1843
1961
|
tableField: null,
|
|
1844
1962
|
options: {
|
|
1845
1963
|
name: "",
|
|
1846
1964
|
keyNameEnabled: !1,
|
|
1847
1965
|
keyName: "",
|
|
1848
1966
|
label: "",
|
|
1967
|
+
labelColor: "",
|
|
1968
|
+
displayStyle: "block",
|
|
1849
1969
|
submitFlag: true,
|
|
1850
1970
|
/**showText: false,*/
|
|
1851
1971
|
formField: "",
|
|
@@ -1864,7 +1984,7 @@ export const basicFields = [
|
|
|
1864
1984
|
aTextFlag: 1,
|
|
1865
1985
|
underline: false,
|
|
1866
1986
|
href: "",
|
|
1867
|
-
|
|
1987
|
+
colorClass: "f-red",
|
|
1868
1988
|
|
|
1869
1989
|
onCreated: "",
|
|
1870
1990
|
onMounted: "",
|
|
@@ -1872,78 +1992,95 @@ export const basicFields = [
|
|
|
1872
1992
|
onChange: "",
|
|
1873
1993
|
onClick: "",
|
|
1874
1994
|
accessType: "1",
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
enabledByWf: false,
|
|
1878
|
-
hiddenByWf: false,
|
|
1879
|
-
wfConfigData: [],
|
|
1995
|
+
...defaultWfConfig,
|
|
1996
|
+
...defaultWidgetShowRuleConfig,
|
|
1880
1997
|
|
|
1881
1998
|
showRuleFlag: 1,
|
|
1882
1999
|
showRuleEnabled: 1,
|
|
1883
2000
|
showRules: [],
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
textRule3: false,
|
|
1888
|
-
textRule2Number: null,
|
|
1889
|
-
textRule3Number: null
|
|
1890
|
-
}
|
|
2001
|
+
|
|
2002
|
+
...defaultTextFlagConfig,
|
|
2003
|
+
},
|
|
1891
2004
|
},
|
|
1892
2005
|
{
|
|
1893
2006
|
type: "a-link",
|
|
1894
2007
|
icon: "button",
|
|
2008
|
+
commonFlag: !0,
|
|
1895
2009
|
formItemFlag: !1,
|
|
2010
|
+
columnFlag: true,
|
|
1896
2011
|
options: {
|
|
1897
2012
|
name: "",
|
|
1898
2013
|
keyNameEnabled: !1,
|
|
1899
2014
|
keyName: "",
|
|
1900
2015
|
label: "",
|
|
2016
|
+
displayStyle: "block",
|
|
1901
2017
|
labelHidden: !1,
|
|
1902
2018
|
disabled: !1,
|
|
1903
2019
|
hidden: !1,
|
|
1904
2020
|
prefixIcon: "",
|
|
1905
2021
|
suffixIcon: "",
|
|
1906
2022
|
customClass: "",
|
|
2023
|
+
wfHideFlag: 1,
|
|
1907
2024
|
aLinkFlag: 1,
|
|
1908
2025
|
underline: false,
|
|
1909
2026
|
href: "",
|
|
1910
|
-
|
|
2027
|
+
colorClass: "f-blue",
|
|
1911
2028
|
isFormLabel: false,
|
|
1912
2029
|
onCreated: "",
|
|
1913
2030
|
onMounted: "",
|
|
1914
2031
|
onClick: "",
|
|
1915
2032
|
clickBindEvent: null,
|
|
2033
|
+
onBeforeClickButton: null,
|
|
1916
2034
|
searchDialogConfig: {
|
|
1917
|
-
...defaultSearchDialogConfig
|
|
2035
|
+
...defaultSearchDialogConfig,
|
|
1918
2036
|
},
|
|
1919
2037
|
addTableDataConfig: {
|
|
1920
2038
|
tableRef: null,
|
|
1921
|
-
tableData: {}
|
|
2039
|
+
tableData: {},
|
|
1922
2040
|
},
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
enabledByWf: false,
|
|
1926
|
-
hiddenByWf: false,
|
|
1927
|
-
wfConfigData: [],
|
|
2041
|
+
...defaultWfConfig,
|
|
2042
|
+
...defaultWidgetShowRuleConfig,
|
|
1928
2043
|
|
|
1929
2044
|
showRuleFlag: 1,
|
|
1930
2045
|
showRuleEnabled: 1,
|
|
1931
2046
|
showRules: [],
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
textRule3: false,
|
|
1936
|
-
textRule2Number: null,
|
|
1937
|
-
textRule3Number: null
|
|
1938
|
-
}
|
|
2047
|
+
|
|
2048
|
+
...defaultTextFlagConfig,
|
|
2049
|
+
},
|
|
1939
2050
|
},
|
|
2051
|
+
{
|
|
2052
|
+
type: "a-link2",
|
|
2053
|
+
icon: "button",
|
|
2054
|
+
commonFlag: !1,
|
|
2055
|
+
formItemFlag: !1,
|
|
2056
|
+
columnFlag: false,
|
|
2057
|
+
options: {
|
|
2058
|
+
prefixIcon: "",
|
|
2059
|
+
suffixIcon: "",
|
|
2060
|
+
customClass: "",
|
|
2061
|
+
aLinkFlag: 1,
|
|
2062
|
+
underline: false,
|
|
2063
|
+
href: "",
|
|
2064
|
+
colorClass: "f-blue",
|
|
1940
2065
|
|
|
1941
|
-
|
|
2066
|
+
onClick: "",
|
|
2067
|
+
clickBindEvent: null,
|
|
2068
|
+
onBeforeClickButton: null,
|
|
2069
|
+
searchDialogConfig: {
|
|
2070
|
+
...defaultSearchDialogConfig,
|
|
2071
|
+
},
|
|
2072
|
+
addTableDataConfig: {
|
|
2073
|
+
tableRef: null,
|
|
2074
|
+
tableData: {},
|
|
2075
|
+
},
|
|
2076
|
+
},
|
|
2077
|
+
},
|
|
2078
|
+
];
|
|
1942
2079
|
|
|
1943
2080
|
export const advancedFields = [
|
|
1944
2081
|
{
|
|
1945
|
-
type:
|
|
1946
|
-
icon:
|
|
2082
|
+
type: "echart-pie",
|
|
2083
|
+
icon: "echart-pie",
|
|
1947
2084
|
commonFlag: !0,
|
|
1948
2085
|
formItemFlag: false,
|
|
1949
2086
|
options: {
|
|
@@ -1952,89 +2089,102 @@ export const advancedFields = [
|
|
|
1952
2089
|
hidden: !1,
|
|
1953
2090
|
echarPieOption: {
|
|
1954
2091
|
backgroundColor: "#fff",
|
|
1955
|
-
color: [
|
|
2092
|
+
color: [
|
|
2093
|
+
"#5BC1D7",
|
|
2094
|
+
"#FF8A3D",
|
|
2095
|
+
"#56C271",
|
|
2096
|
+
"#694ED6",
|
|
2097
|
+
"#C033A1",
|
|
2098
|
+
"#FFCC10",
|
|
2099
|
+
],
|
|
1956
2100
|
title: {
|
|
1957
2101
|
show: true,
|
|
1958
|
-
top:
|
|
1959
|
-
text:
|
|
2102
|
+
top: "5px",
|
|
2103
|
+
text: "这是饼图标题",
|
|
1960
2104
|
},
|
|
1961
2105
|
grid: {
|
|
1962
|
-
top:
|
|
1963
|
-
left:
|
|
1964
|
-
right:
|
|
1965
|
-
bottom:
|
|
1966
|
-
containLabel: true
|
|
2106
|
+
top: "80px",
|
|
2107
|
+
left: "3%",
|
|
2108
|
+
right: "6%",
|
|
2109
|
+
bottom: "3%",
|
|
2110
|
+
containLabel: true,
|
|
1967
2111
|
},
|
|
1968
2112
|
legend: {
|
|
1969
2113
|
show: false,
|
|
1970
|
-
right:
|
|
2114
|
+
right: "12px",
|
|
1971
2115
|
itemGap: 20,
|
|
1972
2116
|
itemWidth: 10,
|
|
1973
2117
|
itemHeight: 10,
|
|
1974
|
-
orient:
|
|
2118
|
+
orient: "horizontal",
|
|
1975
2119
|
},
|
|
1976
2120
|
tooltip: {
|
|
1977
|
-
trigger:
|
|
2121
|
+
trigger: "axis",
|
|
1978
2122
|
axisPointer: {
|
|
1979
|
-
type:
|
|
2123
|
+
type: "shadow",
|
|
1980
2124
|
label: {
|
|
1981
|
-
backgroundColor:
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
|
-
series: [{
|
|
1986
|
-
// name: 'Access From',
|
|
1987
|
-
type: 'pie',
|
|
1988
|
-
radius: '60%',
|
|
1989
|
-
center: ['50%', '48%'],
|
|
1990
|
-
itemStyle: {
|
|
1991
|
-
borderRadius: 10,
|
|
1992
|
-
borderColor: '#FFF',
|
|
1993
|
-
borderWidth: 2
|
|
1994
|
-
},
|
|
1995
|
-
label: {
|
|
1996
|
-
show: true,
|
|
1997
|
-
fontSize: 12,
|
|
1998
|
-
color: "",
|
|
1999
|
-
fontWeight: "normal"
|
|
2000
|
-
},
|
|
2001
|
-
data: [{
|
|
2002
|
-
value: 1048,
|
|
2003
|
-
name: 'Search Engine'
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
value: 735,
|
|
2007
|
-
name: 'Direct'
|
|
2125
|
+
backgroundColor: "#fff",
|
|
2008
2126
|
},
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2127
|
+
},
|
|
2128
|
+
},
|
|
2129
|
+
series: [
|
|
2130
|
+
{
|
|
2131
|
+
// name: 'Access From',
|
|
2132
|
+
type: "pie",
|
|
2133
|
+
radius: "60%",
|
|
2134
|
+
center: ["50%", "48%"],
|
|
2135
|
+
itemStyle: {
|
|
2136
|
+
borderRadius: 10,
|
|
2137
|
+
borderColor: "#FFF",
|
|
2138
|
+
borderWidth: 2,
|
|
2012
2139
|
},
|
|
2013
|
-
{
|
|
2014
|
-
|
|
2015
|
-
|
|
2140
|
+
label: {
|
|
2141
|
+
show: true,
|
|
2142
|
+
fontSize: 12,
|
|
2143
|
+
color: "",
|
|
2144
|
+
fontWeight: "normal",
|
|
2016
2145
|
},
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2146
|
+
data: [
|
|
2147
|
+
{
|
|
2148
|
+
value: 1048,
|
|
2149
|
+
name: "Search Engine",
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
value: 735,
|
|
2153
|
+
name: "Direct",
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
value: 580,
|
|
2157
|
+
name: "Email",
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
value: 484,
|
|
2161
|
+
name: "Union Ads",
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
value: 300,
|
|
2165
|
+
name: "Video Ads",
|
|
2166
|
+
},
|
|
2167
|
+
],
|
|
2168
|
+
},
|
|
2169
|
+
],
|
|
2023
2170
|
},
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2171
|
+
echartConfig: "",
|
|
2172
|
+
|
|
2173
|
+
...httpConfig,
|
|
2174
|
+
|
|
2175
|
+
onClick: "",
|
|
2027
2176
|
onCreated: "",
|
|
2028
2177
|
onMounted: "this.loadDataDefaultHandle()",
|
|
2029
2178
|
|
|
2179
|
+
...defaultWfConfig,
|
|
2030
2180
|
showRuleFlag: 1,
|
|
2031
2181
|
showRuleEnabled: 1,
|
|
2032
|
-
showRules: []
|
|
2033
|
-
}
|
|
2182
|
+
showRules: [],
|
|
2183
|
+
},
|
|
2034
2184
|
},
|
|
2035
2185
|
{
|
|
2036
|
-
type:
|
|
2037
|
-
icon:
|
|
2186
|
+
type: "echart-bar",
|
|
2187
|
+
icon: "echart",
|
|
2038
2188
|
commonFlag: !0,
|
|
2039
2189
|
formItemFlag: false,
|
|
2040
2190
|
options: {
|
|
@@ -2043,44 +2193,52 @@ export const advancedFields = [
|
|
|
2043
2193
|
hidden: !1,
|
|
2044
2194
|
echarBarOption: {
|
|
2045
2195
|
backgroundColor: "#fff",
|
|
2046
|
-
color: [
|
|
2196
|
+
color: [
|
|
2197
|
+
"#5BC1D7",
|
|
2198
|
+
"#FF8A3D",
|
|
2199
|
+
"#56C271",
|
|
2200
|
+
"#694ED6",
|
|
2201
|
+
"#C033A1",
|
|
2202
|
+
"#FFCC10",
|
|
2203
|
+
],
|
|
2204
|
+
colors: [],
|
|
2047
2205
|
title: {
|
|
2048
2206
|
show: true,
|
|
2049
|
-
top:
|
|
2050
|
-
text:
|
|
2207
|
+
top: "5px",
|
|
2208
|
+
text: "这是柱形图标题",
|
|
2051
2209
|
},
|
|
2052
2210
|
grid: {
|
|
2053
|
-
top:
|
|
2054
|
-
left:
|
|
2055
|
-
right:
|
|
2056
|
-
bottom:
|
|
2057
|
-
containLabel: true
|
|
2211
|
+
top: "80px",
|
|
2212
|
+
left: "3%",
|
|
2213
|
+
right: "80",
|
|
2214
|
+
bottom: "3%",
|
|
2215
|
+
containLabel: true,
|
|
2058
2216
|
},
|
|
2059
2217
|
legend: {
|
|
2060
|
-
right:
|
|
2061
|
-
top:
|
|
2062
|
-
icon:
|
|
2218
|
+
right: "12px",
|
|
2219
|
+
top: "8px",
|
|
2220
|
+
icon: "circle",
|
|
2063
2221
|
itemWidth: 12,
|
|
2064
2222
|
|
|
2065
2223
|
itemGap: 24,
|
|
2066
2224
|
},
|
|
2067
2225
|
tooltip: {
|
|
2068
|
-
trigger:
|
|
2226
|
+
trigger: "axis",
|
|
2069
2227
|
axisPointer: {
|
|
2070
|
-
type:
|
|
2228
|
+
type: "shadow",
|
|
2071
2229
|
label: {
|
|
2072
|
-
backgroundColor:
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
2230
|
+
backgroundColor: "#fff",
|
|
2231
|
+
},
|
|
2232
|
+
},
|
|
2075
2233
|
},
|
|
2076
2234
|
xAxis: {
|
|
2077
|
-
type:
|
|
2078
|
-
data: [
|
|
2235
|
+
type: "category",
|
|
2236
|
+
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
2079
2237
|
show: true,
|
|
2080
2238
|
name: "X轴",
|
|
2081
2239
|
nameTextStyle: {
|
|
2082
2240
|
color: "#606266",
|
|
2083
|
-
fontSize: 12
|
|
2241
|
+
fontSize: 12,
|
|
2084
2242
|
},
|
|
2085
2243
|
axisLabel: {
|
|
2086
2244
|
color: "#606266",
|
|
@@ -2090,20 +2248,20 @@ export const advancedFields = [
|
|
|
2090
2248
|
inverse: false,
|
|
2091
2249
|
axisLine: {
|
|
2092
2250
|
lineStyle: {
|
|
2093
|
-
color: "#E6EBF5"
|
|
2094
|
-
}
|
|
2251
|
+
color: "#E6EBF5",
|
|
2252
|
+
},
|
|
2095
2253
|
},
|
|
2096
2254
|
splitLine: {
|
|
2097
2255
|
show: false,
|
|
2098
|
-
}
|
|
2256
|
+
},
|
|
2099
2257
|
},
|
|
2100
2258
|
yAxis: {
|
|
2101
|
-
type:
|
|
2259
|
+
type: "value",
|
|
2102
2260
|
show: true,
|
|
2103
2261
|
name: "Y轴",
|
|
2104
2262
|
nameTextStyle: {
|
|
2105
2263
|
color: "#606266",
|
|
2106
|
-
fontSize: 12
|
|
2264
|
+
fontSize: 12,
|
|
2107
2265
|
},
|
|
2108
2266
|
axisLabel: {
|
|
2109
2267
|
color: "#606266",
|
|
@@ -2114,96 +2272,109 @@ export const advancedFields = [
|
|
|
2114
2272
|
axisLine: {
|
|
2115
2273
|
show: false,
|
|
2116
2274
|
lineStyle: {
|
|
2117
|
-
color: ""
|
|
2118
|
-
}
|
|
2275
|
+
color: "",
|
|
2276
|
+
},
|
|
2119
2277
|
},
|
|
2120
2278
|
splitLine: {
|
|
2121
2279
|
show: true,
|
|
2122
2280
|
lineStyle: {
|
|
2123
|
-
color: "#E6EBF5"
|
|
2124
|
-
}
|
|
2125
|
-
}
|
|
2126
|
-
},
|
|
2127
|
-
series: [{
|
|
2128
|
-
data: [120, 200, 150, 80, 70, 110, 130],
|
|
2129
|
-
type: 'bar',
|
|
2130
|
-
name: 'Video Ad',
|
|
2131
|
-
label: {
|
|
2132
|
-
show: false,
|
|
2133
|
-
fontSize: 12,
|
|
2134
|
-
color: "#FFF",
|
|
2135
|
-
fontWeight: "normal",
|
|
2136
|
-
position: 'insideTop',
|
|
2137
|
-
},
|
|
2138
|
-
backgroundStyle: {
|
|
2139
|
-
color: 'rgba(180, 180, 180, 0.2)'
|
|
2281
|
+
color: "#E6EBF5",
|
|
2282
|
+
},
|
|
2140
2283
|
},
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2284
|
+
},
|
|
2285
|
+
series: [
|
|
2286
|
+
{
|
|
2287
|
+
data: [120, 200, 150, 80, 70, 110, 130],
|
|
2288
|
+
type: "bar",
|
|
2289
|
+
name: "Video Ad",
|
|
2290
|
+
label: {
|
|
2291
|
+
show: false,
|
|
2292
|
+
fontSize: 12,
|
|
2293
|
+
color: "#FFF",
|
|
2294
|
+
fontWeight: "normal",
|
|
2295
|
+
position: "insideTop",
|
|
2296
|
+
},
|
|
2297
|
+
backgroundStyle: {
|
|
2298
|
+
color: "rgba(180, 180, 180, 0.2)",
|
|
2299
|
+
},
|
|
2300
|
+
barMaxWidth: 28,
|
|
2301
|
+
barMinHeight: 0,
|
|
2302
|
+
barGap: "15%",
|
|
2303
|
+
itemStyle: {
|
|
2304
|
+
color: {
|
|
2305
|
+
type: "linear",
|
|
2306
|
+
x: 0.5,
|
|
2307
|
+
y: 0.9,
|
|
2308
|
+
r: 0.2,
|
|
2309
|
+
colorStops: [
|
|
2310
|
+
{
|
|
2311
|
+
offset: 1,
|
|
2312
|
+
color: "#08C084", // 0% 处的颜色
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
offset: 0,
|
|
2316
|
+
color: "#97EACE", // 100% 处的颜色
|
|
2317
|
+
},
|
|
2318
|
+
],
|
|
2319
|
+
},
|
|
2320
|
+
borderRadius: [20, 20, 0, 0],
|
|
2155
2321
|
},
|
|
2156
|
-
borderRadius: [20, 20, 0, 0]
|
|
2157
2322
|
},
|
|
2323
|
+
{
|
|
2324
|
+
data: [140, 232, 101, 264, 90, 340, 250],
|
|
2325
|
+
type: "bar",
|
|
2326
|
+
name: "Video Ad1",
|
|
2158
2327
|
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2328
|
+
label: {
|
|
2329
|
+
show: false,
|
|
2330
|
+
fontSize: 12,
|
|
2331
|
+
color: "#FFF",
|
|
2332
|
+
fontWeight: "normal",
|
|
2333
|
+
position: "insideTop",
|
|
2334
|
+
},
|
|
2335
|
+
backgroundStyle: {
|
|
2336
|
+
color: "rgba(180, 180, 180, 0.2)",
|
|
2337
|
+
},
|
|
2338
|
+
barMaxWidth: "28%",
|
|
2339
|
+
barMinHeight: 0,
|
|
2340
|
+
itemStyle: {
|
|
2341
|
+
color: {
|
|
2342
|
+
type: "linear",
|
|
2343
|
+
x: 0.5,
|
|
2344
|
+
y: 0.9,
|
|
2345
|
+
r: 0.2,
|
|
2346
|
+
colorStops: [
|
|
2347
|
+
{
|
|
2348
|
+
offset: 1,
|
|
2349
|
+
color: "#29ABE3", // 0% 处的颜色
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
offset: 0,
|
|
2353
|
+
color: "#AADEF4", // 100% 处的颜色
|
|
2354
|
+
},
|
|
2355
|
+
],
|
|
2356
|
+
},
|
|
2357
|
+
borderRadius: [20, 20, 0, 0],
|
|
2187
2358
|
},
|
|
2188
|
-
borderRadius: [20, 20, 0, 0]
|
|
2189
2359
|
},
|
|
2190
|
-
|
|
2191
|
-
}]
|
|
2360
|
+
],
|
|
2192
2361
|
},
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2362
|
+
echartConfig: "",
|
|
2363
|
+
|
|
2364
|
+
...httpConfig,
|
|
2365
|
+
|
|
2366
|
+
onClick: "",
|
|
2196
2367
|
onCreated: "",
|
|
2197
2368
|
onMounted: "this.loadDataDefaultHandle()",
|
|
2198
|
-
|
|
2369
|
+
...defaultWfConfig,
|
|
2199
2370
|
showRuleFlag: 1,
|
|
2200
2371
|
showRuleEnabled: 1,
|
|
2201
|
-
showRules: []
|
|
2202
|
-
}
|
|
2372
|
+
showRules: [],
|
|
2373
|
+
},
|
|
2203
2374
|
},
|
|
2204
2375
|
{
|
|
2205
|
-
type:
|
|
2206
|
-
icon:
|
|
2376
|
+
type: "echart-category",
|
|
2377
|
+
icon: "echart-category",
|
|
2207
2378
|
commonFlag: !0,
|
|
2208
2379
|
formItemFlag: false,
|
|
2209
2380
|
options: {
|
|
@@ -2213,42 +2384,50 @@ export const advancedFields = [
|
|
|
2213
2384
|
reqSources: [],
|
|
2214
2385
|
echarCategoryOption: {
|
|
2215
2386
|
backgroundColor: "#fff",
|
|
2216
|
-
color: [
|
|
2387
|
+
color: [
|
|
2388
|
+
"#5BC1D7",
|
|
2389
|
+
"#FF8A3D",
|
|
2390
|
+
"#56C271",
|
|
2391
|
+
"#694ED6",
|
|
2392
|
+
"#C033A1",
|
|
2393
|
+
"#FFCC10",
|
|
2394
|
+
],
|
|
2395
|
+
colors: [],
|
|
2217
2396
|
title: {
|
|
2218
2397
|
show: true,
|
|
2219
|
-
top:
|
|
2220
|
-
text:
|
|
2398
|
+
top: "5px",
|
|
2399
|
+
text: "这是折线图标题",
|
|
2221
2400
|
},
|
|
2222
2401
|
grid: {
|
|
2223
|
-
top:
|
|
2224
|
-
left:
|
|
2225
|
-
right:
|
|
2226
|
-
bottom:
|
|
2227
|
-
containLabel: true
|
|
2402
|
+
top: "80px",
|
|
2403
|
+
left: "3%",
|
|
2404
|
+
right: "80",
|
|
2405
|
+
bottom: "3%",
|
|
2406
|
+
containLabel: true,
|
|
2228
2407
|
},
|
|
2229
2408
|
legend: {
|
|
2230
|
-
right:
|
|
2231
|
-
top:
|
|
2409
|
+
right: "12px",
|
|
2410
|
+
top: "8px",
|
|
2232
2411
|
itemGap: 24,
|
|
2233
2412
|
},
|
|
2234
2413
|
tooltip: {
|
|
2235
|
-
trigger:
|
|
2414
|
+
trigger: "axis",
|
|
2236
2415
|
axisPointer: {
|
|
2237
|
-
type:
|
|
2416
|
+
type: "shadow",
|
|
2238
2417
|
label: {
|
|
2239
|
-
backgroundColor:
|
|
2240
|
-
}
|
|
2241
|
-
}
|
|
2418
|
+
backgroundColor: "#fff",
|
|
2419
|
+
},
|
|
2420
|
+
},
|
|
2242
2421
|
},
|
|
2243
2422
|
xAxis: {
|
|
2244
|
-
type:
|
|
2245
|
-
data: [
|
|
2423
|
+
type: "category",
|
|
2424
|
+
data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
|
2246
2425
|
show: true,
|
|
2247
2426
|
name: "X轴",
|
|
2248
2427
|
boundaryGap: false,
|
|
2249
2428
|
nameTextStyle: {
|
|
2250
2429
|
color: "#606266",
|
|
2251
|
-
fontSize: 12
|
|
2430
|
+
fontSize: 12,
|
|
2252
2431
|
},
|
|
2253
2432
|
axisLabel: {
|
|
2254
2433
|
color: "#606266",
|
|
@@ -2258,24 +2437,24 @@ export const advancedFields = [
|
|
|
2258
2437
|
inverse: false,
|
|
2259
2438
|
axisLine: {
|
|
2260
2439
|
lineStyle: {
|
|
2261
|
-
color: "#E6EBF5"
|
|
2262
|
-
}
|
|
2440
|
+
color: "#E6EBF5",
|
|
2441
|
+
},
|
|
2263
2442
|
},
|
|
2264
2443
|
splitLine: {
|
|
2265
2444
|
show: true,
|
|
2266
2445
|
lineStyle: {
|
|
2267
|
-
type:
|
|
2268
|
-
color: "#E6EBF595"
|
|
2269
|
-
}
|
|
2270
|
-
}
|
|
2446
|
+
type: "dashed",
|
|
2447
|
+
color: "#E6EBF595",
|
|
2448
|
+
},
|
|
2449
|
+
},
|
|
2271
2450
|
},
|
|
2272
2451
|
yAxis: {
|
|
2273
|
-
type:
|
|
2452
|
+
type: "value",
|
|
2274
2453
|
show: true,
|
|
2275
2454
|
name: "Y轴",
|
|
2276
2455
|
nameTextStyle: {
|
|
2277
2456
|
color: "#606266",
|
|
2278
|
-
fontSize: 12
|
|
2457
|
+
fontSize: 12,
|
|
2279
2458
|
},
|
|
2280
2459
|
axisLabel: {
|
|
2281
2460
|
color: "#606266",
|
|
@@ -2286,110 +2465,167 @@ export const advancedFields = [
|
|
|
2286
2465
|
axisLine: {
|
|
2287
2466
|
show: false,
|
|
2288
2467
|
lineStyle: {
|
|
2289
|
-
color: ""
|
|
2290
|
-
}
|
|
2468
|
+
color: "",
|
|
2469
|
+
},
|
|
2291
2470
|
},
|
|
2292
2471
|
splitLine: {
|
|
2293
2472
|
show: true,
|
|
2294
2473
|
lineStyle: {
|
|
2295
|
-
color: "#E6EBF5"
|
|
2296
|
-
}
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
|
-
series: [{
|
|
2300
|
-
name: "R1",
|
|
2301
|
-
data: [220, 282, 111, 234, 220, 340, 310],
|
|
2302
|
-
type: 'line',
|
|
2303
|
-
stack: 'Total',
|
|
2304
|
-
label: {
|
|
2305
|
-
show: true,
|
|
2306
|
-
fontSize: 12,
|
|
2307
|
-
color: "#212121",
|
|
2308
|
-
fontWeight: "normal"
|
|
2309
|
-
},
|
|
2310
|
-
lineStyle: {
|
|
2311
|
-
color: {
|
|
2312
|
-
type: 'linear',
|
|
2313
|
-
x: 0.5,
|
|
2314
|
-
y: 0.5,
|
|
2315
|
-
r: 0.5,
|
|
2316
|
-
colorStops: [{
|
|
2317
|
-
offset: 0, color: '#08C084' // 0% 处的颜色
|
|
2318
|
-
}, {
|
|
2319
|
-
offset: 1, color: '#97EACE' // 100% 处的颜色
|
|
2320
|
-
}],
|
|
2474
|
+
color: "#E6EBF5",
|
|
2321
2475
|
},
|
|
2322
|
-
cap: 'round',
|
|
2323
|
-
shadowColor: '#08C08450',
|
|
2324
|
-
shadowBlur: 4,
|
|
2325
|
-
shadowOffsetY: 6
|
|
2326
|
-
},
|
|
2327
|
-
emphasis: {
|
|
2328
|
-
scale: 1,
|
|
2329
|
-
focus: 'series'
|
|
2330
|
-
},
|
|
2331
|
-
showSymbol: false,
|
|
2332
|
-
smooth: true,
|
|
2333
|
-
}, {
|
|
2334
|
-
name: "R2",
|
|
2335
|
-
data: [140, 232, 101, 264, 90, 340, 250],
|
|
2336
|
-
type: 'line',
|
|
2337
|
-
stack: 'Total',
|
|
2338
|
-
label: {
|
|
2339
|
-
show: true,
|
|
2340
|
-
fontSize: 12,
|
|
2341
|
-
color: "#212121",
|
|
2342
|
-
fontWeight: "normal"
|
|
2343
2476
|
},
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2477
|
+
},
|
|
2478
|
+
series: [
|
|
2479
|
+
{
|
|
2480
|
+
name: "R1",
|
|
2481
|
+
data: [220, 282, 111, 234, 220, 340, 310],
|
|
2482
|
+
type: "line",
|
|
2483
|
+
stack: "Total",
|
|
2484
|
+
label: {
|
|
2485
|
+
show: true,
|
|
2486
|
+
fontSize: 12,
|
|
2487
|
+
color: "#212121",
|
|
2488
|
+
fontWeight: "normal",
|
|
2489
|
+
},
|
|
2490
|
+
lineStyle: {
|
|
2491
|
+
color: {
|
|
2492
|
+
type: "linear",
|
|
2493
|
+
x: 0.5,
|
|
2494
|
+
y: 0.5,
|
|
2495
|
+
r: 0.5,
|
|
2496
|
+
colorStops: [
|
|
2497
|
+
{
|
|
2498
|
+
offset: 0,
|
|
2499
|
+
color: "#08C084", // 0% 处的颜色
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
offset: 1,
|
|
2503
|
+
color: "#97EACE", // 100% 处的颜色
|
|
2504
|
+
},
|
|
2505
|
+
],
|
|
2506
|
+
},
|
|
2507
|
+
cap: "round",
|
|
2508
|
+
shadowColor: "#08C08450",
|
|
2509
|
+
shadowBlur: 4,
|
|
2510
|
+
shadowOffsetY: 6,
|
|
2355
2511
|
},
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2512
|
+
itemStyle: {
|
|
2513
|
+
color: {
|
|
2514
|
+
type: "linear",
|
|
2515
|
+
x: 0.5,
|
|
2516
|
+
y: 0.5,
|
|
2517
|
+
r: 0.5,
|
|
2518
|
+
colorStops: [
|
|
2519
|
+
{
|
|
2520
|
+
offset: 0,
|
|
2521
|
+
color: "#08C084", // 0% 处的颜色
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
offset: 1,
|
|
2525
|
+
color: "#97EACE", // 100% 处的颜色
|
|
2526
|
+
},
|
|
2527
|
+
],
|
|
2528
|
+
},
|
|
2529
|
+
cap: "round",
|
|
2530
|
+
shadowColor: "#08C08450",
|
|
2531
|
+
shadowBlur: 4,
|
|
2532
|
+
shadowOffsetY: 6,
|
|
2533
|
+
},
|
|
2534
|
+
emphasis: {
|
|
2535
|
+
scale: 1,
|
|
2536
|
+
focus: "series",
|
|
2537
|
+
},
|
|
2538
|
+
showSymbol: false,
|
|
2539
|
+
smooth: true,
|
|
2360
2540
|
},
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2541
|
+
{
|
|
2542
|
+
name: "R2",
|
|
2543
|
+
data: [140, 232, 101, 264, 90, 340, 250],
|
|
2544
|
+
type: "line",
|
|
2545
|
+
stack: "Total",
|
|
2546
|
+
label: {
|
|
2547
|
+
show: true,
|
|
2548
|
+
fontSize: 12,
|
|
2549
|
+
color: "#212121",
|
|
2550
|
+
fontWeight: "normal",
|
|
2551
|
+
},
|
|
2552
|
+
lineStyle: {
|
|
2553
|
+
color: {
|
|
2554
|
+
type: "linear",
|
|
2555
|
+
x: 0.5,
|
|
2556
|
+
y: 0.5,
|
|
2557
|
+
r: 0.5,
|
|
2558
|
+
colorStops: [
|
|
2559
|
+
{
|
|
2560
|
+
offset: 0,
|
|
2561
|
+
color: "#FF6116", // 0% 处的颜色
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
offset: 1,
|
|
2565
|
+
color: "#F9A980", // 100% 处的颜色
|
|
2566
|
+
},
|
|
2567
|
+
],
|
|
2568
|
+
},
|
|
2569
|
+
cap: "round",
|
|
2570
|
+
shadowColor: "#FF611650",
|
|
2571
|
+
shadowBlur: 4,
|
|
2572
|
+
shadowOffsetY: 6,
|
|
2573
|
+
},
|
|
2574
|
+
itemStyle: {
|
|
2575
|
+
color: {
|
|
2576
|
+
type: "linear",
|
|
2577
|
+
x: 0.5,
|
|
2578
|
+
y: 0.5,
|
|
2579
|
+
r: 0.5,
|
|
2580
|
+
colorStops: [
|
|
2581
|
+
{
|
|
2582
|
+
offset: 0,
|
|
2583
|
+
color: "#FF6116", // 0% 处的颜色
|
|
2584
|
+
},
|
|
2585
|
+
{
|
|
2586
|
+
offset: 1,
|
|
2587
|
+
color: "#F9A980", // 100% 处的颜色
|
|
2588
|
+
},
|
|
2589
|
+
],
|
|
2590
|
+
},
|
|
2591
|
+
cap: "round",
|
|
2592
|
+
shadowColor: "#FF611650",
|
|
2593
|
+
shadowBlur: 4,
|
|
2594
|
+
shadowOffsetY: 6,
|
|
2595
|
+
},
|
|
2596
|
+
emphasis: {
|
|
2597
|
+
scale: 1,
|
|
2598
|
+
focus: "series",
|
|
2599
|
+
},
|
|
2600
|
+
showSymbol: false,
|
|
2601
|
+
smooth: true,
|
|
2364
2602
|
},
|
|
2365
|
-
|
|
2366
|
-
smooth: true,
|
|
2367
|
-
}]
|
|
2368
|
-
|
|
2603
|
+
],
|
|
2369
2604
|
},
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2605
|
+
echartConfig: "",
|
|
2606
|
+
|
|
2607
|
+
...httpConfig,
|
|
2608
|
+
|
|
2609
|
+
onClick: "",
|
|
2373
2610
|
onCreated: "",
|
|
2374
2611
|
onMounted: "this.loadDataDefaultHandle()",
|
|
2375
|
-
|
|
2612
|
+
...defaultWfConfig,
|
|
2376
2613
|
showRuleFlag: 1,
|
|
2377
2614
|
showRuleEnabled: 1,
|
|
2378
|
-
showRules: []
|
|
2379
|
-
}
|
|
2615
|
+
showRules: [],
|
|
2616
|
+
},
|
|
2380
2617
|
},
|
|
2381
2618
|
{
|
|
2382
|
-
type:
|
|
2383
|
-
icon:
|
|
2619
|
+
type: "echart",
|
|
2620
|
+
icon: "echart",
|
|
2384
2621
|
formItemFlag: false,
|
|
2385
2622
|
options: {
|
|
2386
2623
|
name: "",
|
|
2387
|
-
echartHeight:
|
|
2624
|
+
echartHeight: "200",
|
|
2388
2625
|
hidden: !1,
|
|
2389
|
-
echarPieOption: {}
|
|
2390
|
-
}
|
|
2391
|
-
}
|
|
2392
|
-
,
|
|
2626
|
+
echarPieOption: {},
|
|
2627
|
+
},
|
|
2628
|
+
},
|
|
2393
2629
|
/*{
|
|
2394
2630
|
type: 'news-list',
|
|
2395
2631
|
icon: 'news-list',
|
|
@@ -2495,6 +2731,7 @@ export const advancedFields = [
|
|
|
2495
2731
|
keyName: "",
|
|
2496
2732
|
keyNameSuffix: "",
|
|
2497
2733
|
label: "",
|
|
2734
|
+
labelColor: "",
|
|
2498
2735
|
submitFlag: true,
|
|
2499
2736
|
disabled: !1,
|
|
2500
2737
|
hidden: !1,
|
|
@@ -2507,81 +2744,69 @@ export const advancedFields = [
|
|
|
2507
2744
|
entityTableDesc: null,
|
|
2508
2745
|
onCreated: "this.loadDataDefaultHandle();",
|
|
2509
2746
|
onMounted: "",
|
|
2747
|
+
onAfterConfirmFile: "",
|
|
2510
2748
|
vabUpload: 1,
|
|
2511
|
-
|
|
2749
|
+
|
|
2750
|
+
...httpConfig,
|
|
2512
2751
|
formScriptCode: "getList",
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
wfEdit: false,
|
|
2516
|
-
enabledByWf: false,
|
|
2517
|
-
hiddenByWf: false,
|
|
2518
|
-
wfConfigData: [],
|
|
2752
|
+
|
|
2753
|
+
...defaultWfConfig,
|
|
2519
2754
|
|
|
2520
2755
|
showRuleFlag: 1,
|
|
2521
2756
|
showRuleEnabled: 1,
|
|
2522
|
-
showRules: []
|
|
2523
|
-
|
|
2757
|
+
showRules: [],
|
|
2758
|
+
|
|
2759
|
+
hiddenFileInfo: false,
|
|
2760
|
+
hiddenFileName: false,
|
|
2761
|
+
showFileSize: false,
|
|
2762
|
+
showFileCreateBy: false,
|
|
2763
|
+
showFileCreateDate: false,
|
|
2764
|
+
widgetSize: 2,
|
|
2765
|
+
|
|
2766
|
+
customUploadEnabled: false,
|
|
2767
|
+
uploadUrl: null,
|
|
2768
|
+
uploadHeaders: {},
|
|
2769
|
+
uploadRresponseAdapter: {},
|
|
2770
|
+
},
|
|
2524
2771
|
},
|
|
2525
2772
|
{
|
|
2526
2773
|
type: "vabsearch",
|
|
2527
2774
|
icon: "searchbox",
|
|
2528
2775
|
commonFlag: !0,
|
|
2776
|
+
columnFlag: true,
|
|
2529
2777
|
formItemFlag: !0,
|
|
2530
2778
|
tableField: null,
|
|
2531
2779
|
options: {
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
systemDialogUrl: null,
|
|
2557
|
-
accessType: "1",
|
|
2558
|
-
onCreated: "",
|
|
2559
|
-
onMounted: "",
|
|
2560
|
-
onChange: "",
|
|
2561
|
-
onAppendButtonClick: "",
|
|
2562
|
-
clickBindEvent: '1',
|
|
2563
|
-
searchDialogConfig: {
|
|
2564
|
-
...defaultSearchDialogConfig,
|
|
2565
|
-
multipleChoices: false
|
|
2566
|
-
},
|
|
2567
|
-
wfFlag: 1,
|
|
2568
|
-
wfEdit: false,
|
|
2569
|
-
enabledByWf: false,
|
|
2570
|
-
hiddenByWf: false,
|
|
2571
|
-
wfConfigData: [],
|
|
2572
|
-
valueField: null,
|
|
2573
|
-
multipleChoices: false,
|
|
2574
|
-
|
|
2575
|
-
showRuleFlag: 1,
|
|
2576
|
-
showRuleEnabled: 1,
|
|
2577
|
-
showRules: []
|
|
2578
|
-
|
|
2579
|
-
}
|
|
2780
|
+
...vabsearchConfig,
|
|
2781
|
+
},
|
|
2782
|
+
},
|
|
2783
|
+
{
|
|
2784
|
+
type: "singerSearch",
|
|
2785
|
+
icon: "searchbox",
|
|
2786
|
+
// commonFlag: !0,
|
|
2787
|
+
// columnFlag: true,
|
|
2788
|
+
formItemFlag: !0,
|
|
2789
|
+
tableField: null,
|
|
2790
|
+
options: {
|
|
2791
|
+
...vabsearchConfig,
|
|
2792
|
+
},
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
type: "multiSearch",
|
|
2796
|
+
icon: "searchbox",
|
|
2797
|
+
// commonFlag: !0,
|
|
2798
|
+
// columnFlag: true,
|
|
2799
|
+
formItemFlag: !0,
|
|
2800
|
+
tableField: null,
|
|
2801
|
+
options: {
|
|
2802
|
+
...vabsearchConfig,
|
|
2803
|
+
},
|
|
2580
2804
|
},
|
|
2581
2805
|
{
|
|
2582
2806
|
type: "search_button",
|
|
2583
2807
|
icon: "button",
|
|
2584
2808
|
commonFlag: !0,
|
|
2809
|
+
columnFlag: true,
|
|
2585
2810
|
formItemFlag: !1,
|
|
2586
2811
|
options: {
|
|
2587
2812
|
name: "",
|
|
@@ -2602,33 +2827,31 @@ export const advancedFields = [
|
|
|
2602
2827
|
},*/
|
|
2603
2828
|
// vabSearchField: null,
|
|
2604
2829
|
// onSearchConfirm: "",
|
|
2605
|
-
dialogModel:
|
|
2830
|
+
dialogModel: "1",
|
|
2606
2831
|
systemDialogUrl: null,
|
|
2607
2832
|
accessType: "1",
|
|
2608
2833
|
onClick: "",
|
|
2609
2834
|
onCreated: "",
|
|
2610
2835
|
onMounted: "",
|
|
2611
|
-
clickBindEvent:
|
|
2836
|
+
clickBindEvent: "1",
|
|
2837
|
+
onBeforeClickButton: null,
|
|
2612
2838
|
searchDialogConfig: {
|
|
2613
2839
|
...defaultSearchDialogConfig,
|
|
2614
|
-
tableEnabled: true
|
|
2840
|
+
tableEnabled: true,
|
|
2615
2841
|
},
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
enabledByWf: false,
|
|
2619
|
-
hiddenByWf: false,
|
|
2620
|
-
wfConfigData: [],
|
|
2621
|
-
|
|
2842
|
+
...defaultWfConfig,
|
|
2843
|
+
...defaultWidgetShowRuleConfig,
|
|
2622
2844
|
showRuleFlag: 1,
|
|
2623
2845
|
showRuleEnabled: 1,
|
|
2624
|
-
showRules: []
|
|
2625
|
-
}
|
|
2846
|
+
showRules: [],
|
|
2847
|
+
},
|
|
2626
2848
|
},
|
|
2627
2849
|
{
|
|
2628
2850
|
type: "save_button",
|
|
2629
2851
|
targetType: "button",
|
|
2630
2852
|
icon: "button",
|
|
2631
2853
|
commonFlag: !0,
|
|
2854
|
+
columnFlag: true,
|
|
2632
2855
|
formItemFlag: !1,
|
|
2633
2856
|
options: {
|
|
2634
2857
|
name: "",
|
|
@@ -2651,19 +2874,17 @@ export const advancedFields = [
|
|
|
2651
2874
|
accessType: "1",
|
|
2652
2875
|
saveButton: true,
|
|
2653
2876
|
clickBindEvent: null,
|
|
2877
|
+
onBeforeClickButton: null,
|
|
2654
2878
|
searchDialogConfig: {
|
|
2655
|
-
...defaultSearchDialogConfig
|
|
2879
|
+
...defaultSearchDialogConfig,
|
|
2656
2880
|
},
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
enabledByWf: false,
|
|
2881
|
+
...defaultWfConfig,
|
|
2882
|
+
...defaultWidgetShowRuleConfig,
|
|
2660
2883
|
hiddenByWf: true,
|
|
2661
|
-
wfConfigData: [],
|
|
2662
2884
|
|
|
2663
2885
|
showRuleFlag: 1,
|
|
2664
2886
|
showRuleEnabled: 1,
|
|
2665
|
-
showRules: []
|
|
2666
|
-
|
|
2887
|
+
showRules: [],
|
|
2667
2888
|
},
|
|
2668
2889
|
},
|
|
2669
2890
|
{
|
|
@@ -2671,6 +2892,7 @@ export const advancedFields = [
|
|
|
2671
2892
|
targetType: "button",
|
|
2672
2893
|
icon: "button",
|
|
2673
2894
|
commonFlag: !0,
|
|
2895
|
+
columnFlag: true,
|
|
2674
2896
|
formItemFlag: !1,
|
|
2675
2897
|
options: {
|
|
2676
2898
|
name: "",
|
|
@@ -2691,18 +2913,15 @@ export const advancedFields = [
|
|
|
2691
2913
|
onClick: "this.getFormRef().$baseReload()",
|
|
2692
2914
|
accessType: "1",
|
|
2693
2915
|
clickBindEvent: null,
|
|
2916
|
+
onBeforeClickButton: null,
|
|
2694
2917
|
searchDialogConfig: {
|
|
2695
|
-
...defaultSearchDialogConfig
|
|
2918
|
+
...defaultSearchDialogConfig,
|
|
2696
2919
|
},
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
enabledByWf: true,
|
|
2700
|
-
hiddenByWf: false,
|
|
2701
|
-
wfConfigData: [],
|
|
2702
|
-
|
|
2920
|
+
...defaultWfConfig,
|
|
2921
|
+
...defaultWidgetShowRuleConfig,
|
|
2703
2922
|
showRuleFlag: 1,
|
|
2704
2923
|
showRuleEnabled: 1,
|
|
2705
|
-
showRules: []
|
|
2924
|
+
showRules: [],
|
|
2706
2925
|
},
|
|
2707
2926
|
},
|
|
2708
2927
|
{
|
|
@@ -2710,6 +2929,7 @@ export const advancedFields = [
|
|
|
2710
2929
|
icon: "list-export",
|
|
2711
2930
|
formItemFlag: !1,
|
|
2712
2931
|
commonFlag: !0,
|
|
2932
|
+
columnFlag: true,
|
|
2713
2933
|
tableField: null,
|
|
2714
2934
|
options: {
|
|
2715
2935
|
name: "",
|
|
@@ -2717,28 +2937,57 @@ export const advancedFields = [
|
|
|
2717
2937
|
keyName: "",
|
|
2718
2938
|
hidden: !1,
|
|
2719
2939
|
customClass: "",
|
|
2720
|
-
exportFileName:
|
|
2721
|
-
tableRef:
|
|
2940
|
+
exportFileName: "导出",
|
|
2941
|
+
tableRef: "",
|
|
2722
2942
|
tableExportParam: "",
|
|
2943
|
+
showImageAtTable: false,
|
|
2944
|
+
tableExportFlag: 1,
|
|
2945
|
+
|
|
2723
2946
|
onCreated: "",
|
|
2724
2947
|
onMounted: "",
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
enabledByWf: false,
|
|
2728
|
-
hiddenByWf: false,
|
|
2729
|
-
wfConfigData: [],
|
|
2730
|
-
|
|
2948
|
+
...defaultWfConfig,
|
|
2949
|
+
...defaultWidgetShowRuleConfig,
|
|
2731
2950
|
showRuleFlag: 1,
|
|
2732
2951
|
showRuleEnabled: 1,
|
|
2733
|
-
showRules: []
|
|
2952
|
+
showRules: [],
|
|
2953
|
+
},
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
type: "select-export-button",
|
|
2957
|
+
icon: "list-export",
|
|
2958
|
+
formItemFlag: !1,
|
|
2959
|
+
commonFlag: !0,
|
|
2960
|
+
columnFlag: true,
|
|
2961
|
+
options: {
|
|
2962
|
+
name: "",
|
|
2963
|
+
keyNameEnabled: !1,
|
|
2964
|
+
keyName: "",
|
|
2965
|
+
hidden: !1,
|
|
2966
|
+
label: "明细导出",
|
|
2967
|
+
customClass: "",
|
|
2968
|
+
buttonTypeFlag: 1,
|
|
2969
|
+
type: "",
|
|
2970
|
+
exportFileName: "明细导出",
|
|
2971
|
+
tableRef: "",
|
|
2972
|
+
tableExportParam: "",
|
|
2973
|
+
showImageAtTable: false,
|
|
2974
|
+
selectExportFlag: 1,
|
|
2734
2975
|
|
|
2735
|
-
|
|
2976
|
+
onCreated: "",
|
|
2977
|
+
onMounted: "",
|
|
2978
|
+
...defaultWfConfig,
|
|
2979
|
+
...defaultWidgetShowRuleConfig,
|
|
2980
|
+
showRuleFlag: 1,
|
|
2981
|
+
showRuleEnabled: 1,
|
|
2982
|
+
showRules: [],
|
|
2983
|
+
},
|
|
2736
2984
|
},
|
|
2737
2985
|
{
|
|
2738
2986
|
type: "add_button",
|
|
2739
2987
|
targetType: "button",
|
|
2740
2988
|
icon: "button",
|
|
2741
2989
|
commonFlag: !0,
|
|
2990
|
+
columnFlag: true,
|
|
2742
2991
|
formItemFlag: !1,
|
|
2743
2992
|
options: {
|
|
2744
2993
|
name: "",
|
|
@@ -2758,76 +3007,87 @@ export const advancedFields = [
|
|
|
2758
3007
|
onMounted: "",
|
|
2759
3008
|
onClick: "",
|
|
2760
3009
|
clickBindEvent: null,
|
|
3010
|
+
onBeforeClickButton: null,
|
|
2761
3011
|
searchDialogConfig: {
|
|
2762
|
-
...defaultSearchDialogConfig
|
|
3012
|
+
...defaultSearchDialogConfig,
|
|
2763
3013
|
},
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
hiddenByWf: false,
|
|
2768
|
-
wfConfigData: [],
|
|
2769
|
-
|
|
3014
|
+
...defaultWfConfig,
|
|
3015
|
+
hiddenByWf: true,
|
|
3016
|
+
...defaultWidgetShowRuleConfig,
|
|
2770
3017
|
showRuleFlag: 1,
|
|
2771
3018
|
showRuleEnabled: 1,
|
|
2772
|
-
showRules: []
|
|
3019
|
+
showRules: [],
|
|
2773
3020
|
},
|
|
2774
3021
|
},
|
|
2775
3022
|
{
|
|
2776
|
-
type: "
|
|
2777
|
-
targetType: "button",
|
|
3023
|
+
type: "import-button",
|
|
2778
3024
|
icon: "button",
|
|
2779
3025
|
commonFlag: !0,
|
|
3026
|
+
columnFlag: true,
|
|
2780
3027
|
formItemFlag: !1,
|
|
2781
3028
|
options: {
|
|
2782
3029
|
name: "",
|
|
2783
|
-
label: "
|
|
3030
|
+
label: "导入",
|
|
2784
3031
|
columnWidth: "200px",
|
|
2785
3032
|
size: "",
|
|
2786
|
-
|
|
3033
|
+
|
|
3034
|
+
// displayStyle: "block",
|
|
2787
3035
|
disabled: !1,
|
|
2788
3036
|
hidden: !1,
|
|
3037
|
+
buttonTypeFlag: 1,
|
|
2789
3038
|
type: "primary",
|
|
2790
|
-
plain: !1,
|
|
3039
|
+
/*plain: !1,
|
|
2791
3040
|
round: !1,
|
|
2792
3041
|
circle: !1,
|
|
2793
|
-
icon: "el-icon-
|
|
3042
|
+
icon: "el-icon-download",*/
|
|
2794
3043
|
customClass: "",
|
|
2795
3044
|
onCreated: "",
|
|
2796
3045
|
onMounted: "",
|
|
2797
|
-
//
|
|
2798
|
-
|
|
2799
|
-
accessType: "1",
|
|
2800
|
-
saveButton: true,
|
|
2801
|
-
clickBindEvent: null,
|
|
3046
|
+
// clickBindEvent: null,
|
|
3047
|
+
onBeforeClickButton: null,
|
|
2802
3048
|
searchDialogConfig: {
|
|
2803
|
-
...defaultSearchDialogConfig
|
|
3049
|
+
...defaultSearchDialogConfig,
|
|
2804
3050
|
},
|
|
2805
|
-
|
|
2806
|
-
wfEdit: false,
|
|
2807
|
-
enabledByWf: false,
|
|
3051
|
+
...defaultWfConfig,
|
|
2808
3052
|
hiddenByWf: true,
|
|
2809
|
-
|
|
3053
|
+
...defaultWidgetShowRuleConfig,
|
|
3054
|
+
importMultiple:false,
|
|
3055
|
+
importMultiSize: 1,
|
|
3056
|
+
importFileLimitSize: 200,
|
|
3057
|
+
importEntity: "",
|
|
3058
|
+
importAttachCode: "",
|
|
3059
|
+
importAttachName: "",
|
|
3060
|
+
importScriptCode: "",
|
|
3061
|
+
onBeforeImport: "",
|
|
3062
|
+
enabledImportPreHandle: false,
|
|
3063
|
+
tableRef: "",
|
|
3064
|
+
onSuccessImport: "",
|
|
3065
|
+
hideCancelButton:false,
|
|
3066
|
+
multipleSheet: false,
|
|
3067
|
+
onBeforeClickButton:null,
|
|
2810
3068
|
|
|
2811
3069
|
showRuleFlag: 1,
|
|
2812
3070
|
showRuleEnabled: 1,
|
|
2813
|
-
showRules: []
|
|
2814
|
-
|
|
3071
|
+
showRules: [],
|
|
2815
3072
|
},
|
|
2816
3073
|
},
|
|
2817
3074
|
{
|
|
2818
|
-
type: "
|
|
3075
|
+
type: "import2-button",
|
|
2819
3076
|
icon: "button",
|
|
2820
3077
|
commonFlag: !0,
|
|
3078
|
+
columnFlag: true,
|
|
2821
3079
|
formItemFlag: !1,
|
|
2822
3080
|
options: {
|
|
2823
3081
|
name: "",
|
|
2824
|
-
label: "
|
|
3082
|
+
label: "明细导入",
|
|
2825
3083
|
columnWidth: "200px",
|
|
2826
3084
|
size: "",
|
|
3085
|
+
|
|
2827
3086
|
// displayStyle: "block",
|
|
2828
3087
|
disabled: !1,
|
|
2829
3088
|
hidden: !1,
|
|
2830
|
-
|
|
3089
|
+
buttonTypeFlag: 1,
|
|
3090
|
+
type: "",
|
|
2831
3091
|
/*plain: !1,
|
|
2832
3092
|
round: !1,
|
|
2833
3093
|
circle: !1,
|
|
@@ -2836,29 +3096,34 @@ export const advancedFields = [
|
|
|
2836
3096
|
onCreated: "",
|
|
2837
3097
|
onMounted: "",
|
|
2838
3098
|
// clickBindEvent: null,
|
|
3099
|
+
onBeforeClickButton: null,
|
|
2839
3100
|
searchDialogConfig: {
|
|
2840
|
-
...defaultSearchDialogConfig
|
|
3101
|
+
...defaultSearchDialogConfig,
|
|
2841
3102
|
},
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
3103
|
+
...defaultWfConfig,
|
|
3104
|
+
hiddenByWf: true,
|
|
3105
|
+
...defaultWidgetShowRuleConfig,
|
|
3106
|
+
frontImportFlag: 1,
|
|
3107
|
+
importFileLimitSize: 200,
|
|
3108
|
+
importAttachCode: "",
|
|
3109
|
+
importAttachName: "",
|
|
3110
|
+
tableRef: "",
|
|
3111
|
+
onConfirmImportEnabled: false,
|
|
3112
|
+
onConfirmImport: "",
|
|
3113
|
+
onSuccessImport: "",
|
|
3114
|
+
hideCancelButton:false,
|
|
3115
|
+
onBeforeClickButton:null,
|
|
2852
3116
|
|
|
2853
3117
|
showRuleFlag: 1,
|
|
2854
3118
|
showRuleEnabled: 1,
|
|
2855
|
-
showRules: []
|
|
3119
|
+
showRules: [],
|
|
2856
3120
|
},
|
|
2857
3121
|
},
|
|
2858
3122
|
{
|
|
2859
3123
|
type: "print-button",
|
|
2860
3124
|
icon: "button",
|
|
2861
3125
|
commonFlag: !0,
|
|
3126
|
+
columnFlag: true,
|
|
2862
3127
|
formItemFlag: !1,
|
|
2863
3128
|
options: {
|
|
2864
3129
|
name: "",
|
|
@@ -2877,25 +3142,68 @@ export const advancedFields = [
|
|
|
2877
3142
|
onCreated: "",
|
|
2878
3143
|
onMounted: "",
|
|
2879
3144
|
// clickBindEvent: null,
|
|
3145
|
+
onBeforeClickButton: null,
|
|
2880
3146
|
searchDialogConfig: {
|
|
2881
|
-
...defaultSearchDialogConfig
|
|
3147
|
+
...defaultSearchDialogConfig,
|
|
2882
3148
|
},
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
3149
|
+
...defaultWfConfig,
|
|
3150
|
+
...defaultWidgetShowRuleConfig,
|
|
3151
|
+
|
|
3152
|
+
// customLabelEnabled: false,
|
|
3153
|
+
printButtonFlag:1,
|
|
2888
3154
|
printTableRef: "",
|
|
2889
3155
|
printItems: [],
|
|
3156
|
+
// printCustomCondition: "",
|
|
3157
|
+
|
|
3158
|
+
showRuleFlag: 1,
|
|
3159
|
+
showRuleEnabled: 1,
|
|
3160
|
+
showRules: [],
|
|
3161
|
+
},
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
type: "print-detail-button",
|
|
3165
|
+
icon: "button",
|
|
3166
|
+
commonFlag: !0,
|
|
3167
|
+
columnFlag: false,
|
|
3168
|
+
formItemFlag: !1,
|
|
3169
|
+
options: {
|
|
3170
|
+
name: "",
|
|
3171
|
+
label: "导出/打印",
|
|
3172
|
+
columnWidth: "200px",
|
|
3173
|
+
size: "",
|
|
3174
|
+
// displayStyle: "block",
|
|
3175
|
+
disabled: !1,
|
|
3176
|
+
hidden: !1,
|
|
3177
|
+
type: "primary",
|
|
3178
|
+
/*plain: !1,
|
|
3179
|
+
round: !1,
|
|
3180
|
+
circle: !1,
|
|
3181
|
+
icon: "el-icon-download",*/
|
|
3182
|
+
customClass: "",
|
|
3183
|
+
onCreated: "",
|
|
3184
|
+
onMounted: "",
|
|
3185
|
+
// clickBindEvent: null,
|
|
3186
|
+
onBeforeClickButton: null,
|
|
3187
|
+
searchDialogConfig: {
|
|
3188
|
+
...defaultSearchDialogConfig,
|
|
3189
|
+
},
|
|
3190
|
+
...defaultWfConfig,
|
|
3191
|
+
...defaultWidgetShowRuleConfig,
|
|
3192
|
+
|
|
3193
|
+
printDetailButtonFlag:1,
|
|
3194
|
+
// customLabelEnabled: false,
|
|
3195
|
+
printItems: [],
|
|
3196
|
+
printCustomCondition: "return {\n id:[dataId]\n}",
|
|
2890
3197
|
|
|
2891
3198
|
showRuleFlag: 1,
|
|
2892
3199
|
showRuleEnabled: 1,
|
|
2893
|
-
showRules: []
|
|
3200
|
+
showRules: [],
|
|
2894
3201
|
},
|
|
2895
3202
|
},
|
|
2896
3203
|
{
|
|
2897
3204
|
type: "baseAttachment",
|
|
2898
3205
|
icon: "file-upload-field",
|
|
3206
|
+
columnFlag: true,
|
|
2899
3207
|
formItemFlag: !0,
|
|
2900
3208
|
tableField: null,
|
|
2901
3209
|
options: {
|
|
@@ -2904,6 +3212,7 @@ export const advancedFields = [
|
|
|
2904
3212
|
keyName: "",
|
|
2905
3213
|
keyNameSuffix: "",
|
|
2906
3214
|
label: "",
|
|
3215
|
+
labelColor: "",
|
|
2907
3216
|
submitFlag: true,
|
|
2908
3217
|
disabled: !1,
|
|
2909
3218
|
hidden: !1,
|
|
@@ -2916,21 +3225,19 @@ export const advancedFields = [
|
|
|
2916
3225
|
entityTableDesc: null,
|
|
2917
3226
|
onCreated: "",
|
|
2918
3227
|
onMounted: "",
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
enabledByWf: false,
|
|
2922
|
-
hiddenByWf: false,
|
|
2923
|
-
wfConfigData: [],
|
|
3228
|
+
onAfterConfirmFile: "",
|
|
3229
|
+
...defaultWfConfig,
|
|
2924
3230
|
|
|
2925
3231
|
showRuleFlag: 1,
|
|
2926
3232
|
showRuleEnabled: 1,
|
|
2927
|
-
showRules: []
|
|
2928
|
-
}
|
|
3233
|
+
showRules: [],
|
|
3234
|
+
},
|
|
2929
3235
|
},
|
|
2930
3236
|
{
|
|
2931
3237
|
type: "status",
|
|
2932
3238
|
icon: "status",
|
|
2933
3239
|
commonFlag: !0,
|
|
3240
|
+
columnFlag: true,
|
|
2934
3241
|
formItemFlag: !0,
|
|
2935
3242
|
tableField: null,
|
|
2936
3243
|
options: {
|
|
@@ -2938,6 +3245,7 @@ export const advancedFields = [
|
|
|
2938
3245
|
keyNameEnabled: !1,
|
|
2939
3246
|
keyName: "",
|
|
2940
3247
|
label: "",
|
|
3248
|
+
labelColor: "",
|
|
2941
3249
|
submitFlag: true,
|
|
2942
3250
|
disabled: !1,
|
|
2943
3251
|
hidden: !1,
|
|
@@ -2947,97 +3255,82 @@ export const advancedFields = [
|
|
|
2947
3255
|
optionItemValueType: 0,
|
|
2948
3256
|
statusType: "common",
|
|
2949
3257
|
statusParam: [],
|
|
3258
|
+
|
|
3259
|
+
...httpConfig,
|
|
3260
|
+
formScriptEnabled:false,
|
|
3261
|
+
|
|
2950
3262
|
onCreated: "",
|
|
2951
3263
|
onMounted: "",
|
|
3264
|
+
...defaultWfConfig,
|
|
2952
3265
|
|
|
2953
3266
|
showRuleFlag: 1,
|
|
2954
3267
|
showRuleEnabled: 1,
|
|
2955
|
-
showRules: []
|
|
2956
|
-
}
|
|
3268
|
+
showRules: [],
|
|
3269
|
+
},
|
|
2957
3270
|
},
|
|
2958
3271
|
{
|
|
2959
|
-
type:
|
|
2960
|
-
icon:
|
|
3272
|
+
type: "census",
|
|
3273
|
+
icon: "census",
|
|
2961
3274
|
commonFlag: !0,
|
|
2962
3275
|
formItemFlag: false,
|
|
2963
3276
|
options: {
|
|
2964
|
-
name:
|
|
3277
|
+
name: "",
|
|
2965
3278
|
keyNameEnabled: !1,
|
|
2966
3279
|
keyName: "",
|
|
2967
|
-
columnWidth:
|
|
3280
|
+
columnWidth: "200px",
|
|
2968
3281
|
hidden: false,
|
|
2969
|
-
customClass:
|
|
2970
|
-
space:
|
|
2971
|
-
censusClass:
|
|
3282
|
+
customClass: "", //自定义css类名
|
|
3283
|
+
space: "5",
|
|
3284
|
+
censusClass: "form-count",
|
|
2972
3285
|
censusItems: [
|
|
2973
3286
|
{
|
|
2974
3287
|
number: "1002",
|
|
2975
|
-
txt:
|
|
2976
|
-
detailItems: [
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
3288
|
+
txt: "总数量",
|
|
3289
|
+
detailItems: [
|
|
3290
|
+
{
|
|
3291
|
+
txt: "跟进商机",
|
|
3292
|
+
number: "26",
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
txt: "累计商机",
|
|
3296
|
+
number: "26",
|
|
3297
|
+
},
|
|
3298
|
+
],
|
|
2983
3299
|
},
|
|
2984
3300
|
{
|
|
2985
3301
|
number: "603",
|
|
2986
|
-
txt:
|
|
3302
|
+
txt: "总人数",
|
|
2987
3303
|
detailItems: [],
|
|
2988
3304
|
},
|
|
2989
3305
|
{
|
|
2990
3306
|
number: "5004",
|
|
2991
|
-
txt:
|
|
2992
|
-
detailItems: []
|
|
2993
|
-
}
|
|
3307
|
+
txt: "总订单",
|
|
3308
|
+
detailItems: [],
|
|
3309
|
+
},
|
|
2994
3310
|
],
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3311
|
+
|
|
3312
|
+
...httpConfig,
|
|
3313
|
+
|
|
2998
3314
|
onCreated: "",
|
|
2999
3315
|
onMounted: "",
|
|
3000
|
-
|
|
3316
|
+
...defaultWfConfig,
|
|
3001
3317
|
showRuleFlag: 1,
|
|
3002
3318
|
showRuleEnabled: 1,
|
|
3003
|
-
showRules: []
|
|
3004
|
-
}
|
|
3319
|
+
showRules: [],
|
|
3320
|
+
},
|
|
3005
3321
|
},
|
|
3322
|
+
|
|
3006
3323
|
{
|
|
3007
3324
|
type: "project-tag",
|
|
3008
3325
|
icon: "uploadbox",
|
|
3009
|
-
|
|
3326
|
+
commonFlag: !0,
|
|
3327
|
+
columnFlag: true,
|
|
3010
3328
|
formItemFlag: !0,
|
|
3011
3329
|
tableField: null,
|
|
3012
3330
|
options: {
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
keyNameSuffix: "",
|
|
3017
|
-
label: "",
|
|
3018
|
-
submitFlag: true,
|
|
3019
|
-
disabled: !1,
|
|
3020
|
-
readonly: false,
|
|
3021
|
-
hidden: !1,
|
|
3022
|
-
required: !1,
|
|
3023
|
-
labelWidth: null,
|
|
3024
|
-
labelHidden: !1,
|
|
3025
|
-
onCreated: "if(this.formDataId)this.loadDataDefaultHandle();",
|
|
3026
|
-
onMounted: "",
|
|
3027
|
-
vabUpload: 1,
|
|
3028
|
-
formScriptEnabled: true,
|
|
3029
|
-
formScriptCode: "getList",
|
|
3030
|
-
formScriptParam: null,
|
|
3031
|
-
wfFlag: 1,
|
|
3032
|
-
wfEdit: false,
|
|
3033
|
-
enabledByWf: false,
|
|
3034
|
-
hiddenByWf: false,
|
|
3035
|
-
wfConfigData: [],
|
|
3036
|
-
|
|
3037
|
-
showRuleFlag: 1,
|
|
3038
|
-
showRuleEnabled: 1,
|
|
3039
|
-
showRules: []
|
|
3040
|
-
}
|
|
3331
|
+
...projectTagConfig,
|
|
3332
|
+
formScriptEnabled: true
|
|
3333
|
+
},
|
|
3041
3334
|
},
|
|
3042
3335
|
{
|
|
3043
3336
|
type: "table2",
|
|
@@ -3052,41 +3345,523 @@ export const advancedFields = [
|
|
|
3052
3345
|
keyName: "",
|
|
3053
3346
|
hidden: !1,
|
|
3054
3347
|
customClass: "",
|
|
3055
|
-
styleTableClass:
|
|
3348
|
+
styleTableClass: "",
|
|
3056
3349
|
// fullWidth: false,
|
|
3057
3350
|
submitFlag: true,
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3351
|
+
|
|
3352
|
+
...httpConfig,
|
|
3353
|
+
|
|
3061
3354
|
onCreated: "this.loadDataDefaultHandle()",
|
|
3062
3355
|
onMounted: "",
|
|
3063
|
-
|
|
3356
|
+
...defaultWfConfig,
|
|
3064
3357
|
showRuleFlag: 1,
|
|
3065
3358
|
showRuleEnabled: 1,
|
|
3066
|
-
showRules: []
|
|
3067
|
-
}
|
|
3359
|
+
showRules: [],
|
|
3360
|
+
},
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
type: "dropdown-menu",
|
|
3364
|
+
icon: "tab",
|
|
3365
|
+
// commonFlag: !0,
|
|
3366
|
+
// columnFlag: true,
|
|
3367
|
+
widgetList: [],
|
|
3368
|
+
options: {
|
|
3369
|
+
name: "",
|
|
3370
|
+
label: "",
|
|
3371
|
+
hidden: !1,
|
|
3372
|
+
disabled: !1,
|
|
3373
|
+
height: "",
|
|
3374
|
+
// isFullscreen: false,
|
|
3375
|
+
tabClass: "tab-boxCard tabCard-sty1",
|
|
3376
|
+
customClass: "",
|
|
3377
|
+
dropdownMenuFlag: 1,
|
|
3378
|
+
...defaultWfConfig,
|
|
3379
|
+
onCreated: "",
|
|
3380
|
+
onMounted: "",
|
|
3381
|
+
},
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
type: "dropdown-item",
|
|
3385
|
+
icon: "tab-pane",
|
|
3386
|
+
internal: !0,
|
|
3387
|
+
options: {
|
|
3388
|
+
name: "",
|
|
3389
|
+
label: "",
|
|
3390
|
+
hidden: !1,
|
|
3391
|
+
active: !1,
|
|
3392
|
+
disabled: !1,
|
|
3393
|
+
customClass: "",
|
|
3394
|
+
dropdownItemFlag: 1,
|
|
3395
|
+
|
|
3396
|
+
onClick: "",
|
|
3397
|
+
clickBindEvent: null,
|
|
3398
|
+
onBeforeClickButton: null,
|
|
3399
|
+
searchDialogConfig: {
|
|
3400
|
+
...defaultSearchDialogConfig,
|
|
3401
|
+
},
|
|
3402
|
+
addTableDataConfig: {
|
|
3403
|
+
tableRef: null,
|
|
3404
|
+
tableData: {},
|
|
3405
|
+
},
|
|
3406
|
+
},
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
type: "gantt",
|
|
3410
|
+
icon: "uploadbox",
|
|
3411
|
+
commonFlag: !0,
|
|
3412
|
+
formItemFlag: !1,
|
|
3413
|
+
options: {
|
|
3414
|
+
name: "",
|
|
3415
|
+
// label: "操作日志",
|
|
3416
|
+
// disabled: !1,
|
|
3417
|
+
hidden: !1,
|
|
3418
|
+
|
|
3419
|
+
...httpConfig,
|
|
3420
|
+
formScriptEnabled: true,
|
|
3421
|
+
formScriptCode: null,
|
|
3422
|
+
ganttConfig: "",
|
|
3423
|
+
|
|
3424
|
+
customClass: "",
|
|
3425
|
+
onCreated: "",
|
|
3426
|
+
onMounted: "",
|
|
3427
|
+
|
|
3428
|
+
},
|
|
3429
|
+
},
|
|
3430
|
+
|
|
3431
|
+
{
|
|
3432
|
+
type: "download-button",
|
|
3433
|
+
icon: "button",
|
|
3434
|
+
commonFlag: !0,
|
|
3435
|
+
columnFlag: true,
|
|
3436
|
+
formItemFlag: !1,
|
|
3437
|
+
options: {
|
|
3438
|
+
name: "",
|
|
3439
|
+
label: "附件下载",
|
|
3440
|
+
columnWidth: "200px",
|
|
3441
|
+
size: "",
|
|
3442
|
+
|
|
3443
|
+
// displayStyle: "block",
|
|
3444
|
+
disabled: !1,
|
|
3445
|
+
hidden: !1,
|
|
3446
|
+
buttonTypeFlag: 1,
|
|
3447
|
+
type: "",
|
|
3448
|
+
/*plain: !1,
|
|
3449
|
+
round: !1,
|
|
3450
|
+
circle: !1,
|
|
3451
|
+
icon: "el-icon-download",*/
|
|
3452
|
+
customClass: "",
|
|
3453
|
+
...httpConfig,
|
|
3454
|
+
|
|
3455
|
+
downloadButtonFlag: 1,
|
|
3456
|
+
dataTableName: null,
|
|
3457
|
+
attachmentType: null,
|
|
3458
|
+
fileName: null,
|
|
3459
|
+
|
|
3460
|
+
onCreated: "",
|
|
3461
|
+
onMounted: "",
|
|
3462
|
+
...defaultWfConfig,
|
|
3463
|
+
showRuleFlag: 1,
|
|
3464
|
+
showRuleEnabled: 1,
|
|
3465
|
+
showRules: [],
|
|
3466
|
+
},
|
|
3467
|
+
},
|
|
3468
|
+
];
|
|
3469
|
+
|
|
3470
|
+
export const businessFields = [
|
|
3471
|
+
{
|
|
3472
|
+
type: "create_by-text",
|
|
3473
|
+
targetType: "text",
|
|
3474
|
+
icon: "text",
|
|
3475
|
+
commonFlag: !0,
|
|
3476
|
+
formItemFlag: !0,
|
|
3477
|
+
columnFlag: true,
|
|
3478
|
+
tableField: null,
|
|
3479
|
+
options: {
|
|
3480
|
+
name: "",
|
|
3481
|
+
keyNameEnabled: !0,
|
|
3482
|
+
keyName: "_createBy",
|
|
3483
|
+
label: "创建人",
|
|
3484
|
+
submitFlag: true,
|
|
3485
|
+
formField: "",
|
|
3486
|
+
hidden: !1,
|
|
3487
|
+
required: !1,
|
|
3488
|
+
customClass: "",
|
|
3489
|
+
defaultValue: "",
|
|
3490
|
+
labelAlign: "",
|
|
3491
|
+
labelWidth: null,
|
|
3492
|
+
labelHidden: !1,
|
|
3493
|
+
onCreated: "",
|
|
3494
|
+
onMounted: "",
|
|
3495
|
+
accessType: "1",
|
|
3496
|
+
labelColor: "",
|
|
3497
|
+
...defaultWfConfig,
|
|
3498
|
+
|
|
3499
|
+
autoValueEnabled: false,
|
|
3500
|
+
autoValueHanlde: null,
|
|
3501
|
+
|
|
3502
|
+
showRuleFlag: 1,
|
|
3503
|
+
showRuleEnabled: 1,
|
|
3504
|
+
showRules: [],
|
|
3505
|
+
|
|
3506
|
+
...defaultTextFlagConfig,
|
|
3507
|
+
},
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
type: "modify_by-text",
|
|
3511
|
+
targetType: "text",
|
|
3512
|
+
icon: "text",
|
|
3513
|
+
commonFlag: !0,
|
|
3514
|
+
formItemFlag: !0,
|
|
3515
|
+
columnFlag: true,
|
|
3516
|
+
tableField: null,
|
|
3517
|
+
options: {
|
|
3518
|
+
name: "",
|
|
3519
|
+
keyNameEnabled: !0,
|
|
3520
|
+
keyName: "_modifyBy",
|
|
3521
|
+
label: "更新人",
|
|
3522
|
+
submitFlag: true,
|
|
3523
|
+
formField: "",
|
|
3524
|
+
hidden: !1,
|
|
3525
|
+
required: !1,
|
|
3526
|
+
customClass: "",
|
|
3527
|
+
defaultValue: "",
|
|
3528
|
+
labelAlign: "",
|
|
3529
|
+
labelWidth: null,
|
|
3530
|
+
labelHidden: !1,
|
|
3531
|
+
onCreated: "",
|
|
3532
|
+
onMounted: "",
|
|
3533
|
+
accessType: "1",
|
|
3534
|
+
labelColor: "",
|
|
3535
|
+
...defaultWfConfig,
|
|
3536
|
+
|
|
3537
|
+
autoValueEnabled: false,
|
|
3538
|
+
autoValueHanlde: null,
|
|
3539
|
+
|
|
3540
|
+
showRuleFlag: 1,
|
|
3541
|
+
showRuleEnabled: 1,
|
|
3542
|
+
showRules: [],
|
|
3543
|
+
|
|
3544
|
+
...defaultTextFlagConfig,
|
|
3545
|
+
},
|
|
3068
3546
|
},
|
|
3069
|
-
|
|
3547
|
+
{
|
|
3548
|
+
type: "create_date-text",
|
|
3549
|
+
targetType: "text",
|
|
3550
|
+
icon: "text",
|
|
3551
|
+
commonFlag: !0,
|
|
3552
|
+
formItemFlag: !0,
|
|
3553
|
+
columnFlag: true,
|
|
3554
|
+
tableField: null,
|
|
3555
|
+
options: {
|
|
3556
|
+
name: "",
|
|
3557
|
+
keyNameEnabled: !0,
|
|
3558
|
+
keyName: "create_date",
|
|
3559
|
+
label: "创建时间",
|
|
3560
|
+
submitFlag: true,
|
|
3561
|
+
formField: "",
|
|
3562
|
+
hidden: !1,
|
|
3563
|
+
required: !1,
|
|
3564
|
+
customClass: "",
|
|
3565
|
+
defaultValue: "",
|
|
3566
|
+
labelAlign: "",
|
|
3567
|
+
labelWidth: null,
|
|
3568
|
+
labelHidden: !1,
|
|
3569
|
+
onCreated: "",
|
|
3570
|
+
onMounted: "",
|
|
3571
|
+
accessType: "1",
|
|
3572
|
+
labelColor: "",
|
|
3573
|
+
...defaultWfConfig,
|
|
3574
|
+
|
|
3575
|
+
autoValueEnabled: false,
|
|
3576
|
+
autoValueHanlde: null,
|
|
3577
|
+
|
|
3578
|
+
showRuleFlag: 1,
|
|
3579
|
+
showRuleEnabled: 1,
|
|
3580
|
+
showRules: [],
|
|
3581
|
+
|
|
3582
|
+
...defaultTextFlagConfig,
|
|
3583
|
+
},
|
|
3584
|
+
},
|
|
3585
|
+
{
|
|
3586
|
+
type: "modify_date-text",
|
|
3587
|
+
targetType: "text",
|
|
3588
|
+
icon: "text",
|
|
3589
|
+
commonFlag: !0,
|
|
3590
|
+
formItemFlag: !0,
|
|
3591
|
+
columnFlag: true,
|
|
3592
|
+
tableField: null,
|
|
3593
|
+
options: {
|
|
3594
|
+
name: "",
|
|
3595
|
+
keyNameEnabled: !0,
|
|
3596
|
+
keyName: "modify_date",
|
|
3597
|
+
label: "更新时间",
|
|
3598
|
+
submitFlag: true,
|
|
3599
|
+
formField: "",
|
|
3600
|
+
hidden: !1,
|
|
3601
|
+
required: !1,
|
|
3602
|
+
customClass: "",
|
|
3603
|
+
defaultValue: "",
|
|
3604
|
+
labelAlign: "",
|
|
3605
|
+
labelWidth: null,
|
|
3606
|
+
labelHidden: !1,
|
|
3607
|
+
onCreated: "",
|
|
3608
|
+
onMounted: "",
|
|
3609
|
+
accessType: "1",
|
|
3610
|
+
labelColor: "",
|
|
3611
|
+
...defaultWfConfig,
|
|
3612
|
+
|
|
3613
|
+
autoValueEnabled: false,
|
|
3614
|
+
autoValueHanlde: null,
|
|
3615
|
+
|
|
3616
|
+
showRuleFlag: 1,
|
|
3617
|
+
showRuleEnabled: 1,
|
|
3618
|
+
showRules: [],
|
|
3619
|
+
|
|
3620
|
+
...defaultTextFlagConfig,
|
|
3621
|
+
},
|
|
3622
|
+
},
|
|
3623
|
+
|
|
3624
|
+
{
|
|
3625
|
+
type: "user-vabsearch",
|
|
3626
|
+
targetType: "singerSearch",
|
|
3627
|
+
icon: "searchbox",
|
|
3628
|
+
commonFlag: !0,
|
|
3629
|
+
columnFlag: true,
|
|
3630
|
+
formItemFlag: !0,
|
|
3631
|
+
tableField: null,
|
|
3632
|
+
options: {
|
|
3633
|
+
...vabsearchConfig,
|
|
3634
|
+
vabSearchName: "nick_name",
|
|
3635
|
+
userDefaultVabSearch: true,
|
|
3636
|
+
label: "用户",
|
|
3637
|
+
labelColor: "",
|
|
3638
|
+
searchDialogConfig: {
|
|
3639
|
+
...defaultSearchDialogConfig,
|
|
3640
|
+
multipleChoices: false,
|
|
3641
|
+
formCode: "user_dialog",
|
|
3642
|
+
valueSourceField: "id",
|
|
3643
|
+
labelSourceField: "nick_name",
|
|
3644
|
+
},
|
|
3645
|
+
},
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
type: "saleOrg-vabsearch",
|
|
3649
|
+
targetType: "singerSearch",
|
|
3650
|
+
icon: "searchbox",
|
|
3651
|
+
commonFlag: !0,
|
|
3652
|
+
columnFlag: true,
|
|
3653
|
+
formItemFlag: !0,
|
|
3654
|
+
tableField: null,
|
|
3655
|
+
options: {
|
|
3656
|
+
...vabsearchConfig,
|
|
3657
|
+
vabSearchName: "sale_org_name",
|
|
3658
|
+
saleOrgDefaultVabSearch: true,
|
|
3659
|
+
label: "机构",
|
|
3660
|
+
labelColor: "",
|
|
3661
|
+
searchDialogConfig: {
|
|
3662
|
+
...defaultSearchDialogConfig,
|
|
3663
|
+
multipleChoices: false,
|
|
3664
|
+
formCode: "sale_org_dialog",
|
|
3665
|
+
valueSourceField: "id",
|
|
3666
|
+
labelSourceField: "name",
|
|
3667
|
+
},
|
|
3668
|
+
},
|
|
3669
|
+
},
|
|
3670
|
+
|
|
3671
|
+
{
|
|
3672
|
+
type: "user-project-tag",
|
|
3673
|
+
targetType: "project-tag",
|
|
3674
|
+
icon: "uploadbox",
|
|
3675
|
+
commonFlag: !0,
|
|
3676
|
+
columnFlag: true,
|
|
3677
|
+
formItemFlag: !0,
|
|
3678
|
+
tableField: null,
|
|
3679
|
+
options: {
|
|
3680
|
+
...projectTagConfig,
|
|
3681
|
+
formScriptEnabled: true,
|
|
3682
|
+
label: "用户",
|
|
3683
|
+
labelColor: "",
|
|
3684
|
+
tagFormCode: "user_dialog",
|
|
3685
|
+
tagLabelField: "nick_name",
|
|
3686
|
+
tagUniqueField: "id",
|
|
3687
|
+
tagFormLabelField: "nick_name",
|
|
3688
|
+
tagFormUniqueField: "id",
|
|
3689
|
+
tabDeleteEnabled: true,
|
|
3690
|
+
},
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
type: "saleOrg-project-tag",
|
|
3694
|
+
targetType: "project-tag",
|
|
3695
|
+
icon: "uploadbox",
|
|
3696
|
+
commonFlag: !0,
|
|
3697
|
+
columnFlag: true,
|
|
3698
|
+
formItemFlag: !0,
|
|
3699
|
+
tableField: null,
|
|
3700
|
+
options: {
|
|
3701
|
+
...projectTagConfig,
|
|
3702
|
+
formScriptEnabled: true,
|
|
3703
|
+
label: "机构",
|
|
3704
|
+
labelColor: "",
|
|
3705
|
+
tagFormCode: "sale_org_dialog",
|
|
3706
|
+
tagLabelField: "name",
|
|
3707
|
+
tagUniqueField: "id",
|
|
3708
|
+
tagFormLabelField: "name",
|
|
3709
|
+
tagFormUniqueField: "id",
|
|
3710
|
+
tabDeleteEnabled: true,
|
|
3711
|
+
},
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
type: "copy_button",
|
|
3715
|
+
icon: "button",
|
|
3716
|
+
commonFlag: !0,
|
|
3717
|
+
columnFlag: true,
|
|
3718
|
+
formItemFlag: !1,
|
|
3719
|
+
options: {
|
|
3720
|
+
name: "",
|
|
3721
|
+
label: "复制",
|
|
3722
|
+
columnWidth: "200px",
|
|
3723
|
+
size: "",
|
|
3724
|
+
// displayStyle: "block",
|
|
3725
|
+
disabled: !1,
|
|
3726
|
+
hidden: !1,
|
|
3727
|
+
type: "primary",
|
|
3728
|
+
|
|
3729
|
+
customClass: "",
|
|
3730
|
+
onCreated: "",
|
|
3731
|
+
onMounted: "",
|
|
3732
|
+
copyButton: true,
|
|
3733
|
+
copyDataHandle: "",
|
|
3734
|
+
...defaultWfConfig,
|
|
3735
|
+
...defaultWidgetShowRuleConfig,
|
|
3736
|
+
hiddenByWf: true,
|
|
3737
|
+
|
|
3738
|
+
showRuleFlag: 1,
|
|
3739
|
+
showRuleEnabled: 1,
|
|
3740
|
+
showRules: [],
|
|
3741
|
+
},
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
type: "tempStorage",
|
|
3745
|
+
icon: "uploadbox",
|
|
3746
|
+
commonFlag: !0,
|
|
3747
|
+
columnFlag: true,
|
|
3748
|
+
formItemFlag: !1,
|
|
3749
|
+
options: {
|
|
3750
|
+
name: "",
|
|
3751
|
+
// label: "暂存",
|
|
3752
|
+
columnWidth: "200px",
|
|
3753
|
+
disabled: !1,
|
|
3754
|
+
hidden: !1,
|
|
3755
|
+
|
|
3756
|
+
tempStorageFlag:1,
|
|
3757
|
+
tempStorageCode:null,
|
|
3758
|
+
tempStorageConfirm:null,
|
|
3759
|
+
|
|
3760
|
+
customClass: "",
|
|
3761
|
+
onCreated: "",
|
|
3762
|
+
onMounted: "",
|
|
3763
|
+
|
|
3764
|
+
...defaultWidgetShowRuleConfig,
|
|
3765
|
+
},
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
type: "oplog",
|
|
3769
|
+
icon: "uploadbox",
|
|
3770
|
+
commonFlag: !0,
|
|
3771
|
+
formItemFlag: !1,
|
|
3772
|
+
options: {
|
|
3773
|
+
name: "",
|
|
3774
|
+
// label: "操作日志",
|
|
3775
|
+
// disabled: !1,
|
|
3776
|
+
hidden: !1,
|
|
3777
|
+
|
|
3778
|
+
oplogFlag:1,
|
|
3779
|
+
formScriptCode: "listUserLog",
|
|
3780
|
+
oplogTypeCode:null,
|
|
3781
|
+
oplogBusinessKey:null,
|
|
3782
|
+
|
|
3783
|
+
|
|
3784
|
+
customClass: "",
|
|
3785
|
+
onCreated: "",
|
|
3786
|
+
onMounted: "",
|
|
3787
|
+
|
|
3788
|
+
},
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
type: "vabUpload2",
|
|
3792
|
+
icon: "uploadbox",
|
|
3793
|
+
commonFlag: !0,
|
|
3794
|
+
formItemFlag: !0,
|
|
3795
|
+
tableField: null,
|
|
3796
|
+
options: {
|
|
3797
|
+
name: "",
|
|
3798
|
+
keyNameEnabled: !1,
|
|
3799
|
+
keyName: "",
|
|
3800
|
+
label: "",
|
|
3801
|
+
labelColor: "",
|
|
3802
|
+
submitFlag: true,
|
|
3803
|
+
disabled: !1,
|
|
3804
|
+
hidden: !1,
|
|
3805
|
+
required: !1,
|
|
3806
|
+
labelWidth: null,
|
|
3807
|
+
labelHidden: !0,
|
|
3808
|
+
limit: null,
|
|
3809
|
+
accessType: "1",
|
|
3810
|
+
entityTableCode: null,
|
|
3811
|
+
entityTableDesc: null,
|
|
3812
|
+
onCreated: "",
|
|
3813
|
+
onMounted: "",
|
|
3814
|
+
onAfterConfirmFile: "",
|
|
3815
|
+
vabUpload2Flag: 1,
|
|
3816
|
+
|
|
3817
|
+
vabupload2_scriptCode: "/intf/getHxFileUploadConfig",
|
|
3818
|
+
vabupload2_uploadParam: "return {\n entityName: \"msdyn_workorder\",\n entityId: dataId,\n backendwriteback: \"10\",\n fileCategory: \"工单\",\n}",
|
|
3819
|
+
vabupload2_deleteParam: "return {\r\n entityName: \"msdyn_workorder\",\r\n entityId: dataId,\r\n backendwriteback: \"10\",\r\n}",
|
|
3820
|
+
// vabupload2_getFileParam:"",
|
|
3821
|
+
|
|
3822
|
+
// ...httpConfig,
|
|
3823
|
+
// formScriptCode: "getList",
|
|
3824
|
+
|
|
3825
|
+
...defaultWfConfig,
|
|
3826
|
+
|
|
3827
|
+
showRuleFlag: 1,
|
|
3828
|
+
showRuleEnabled: 1,
|
|
3829
|
+
showRules: [],
|
|
3830
|
+
|
|
3831
|
+
hiddenFileInfo: false,
|
|
3832
|
+
hiddenFileName: false,
|
|
3833
|
+
showFileSize: false,
|
|
3834
|
+
showFileCreateBy: false,
|
|
3835
|
+
showFileCreateDate: false,
|
|
3836
|
+
widgetSize: 2,
|
|
3837
|
+
|
|
3838
|
+
customUploadEnabled: false,
|
|
3839
|
+
uploadUrl: null,
|
|
3840
|
+
uploadHeaders: {},
|
|
3841
|
+
uploadRresponseAdapter: {},
|
|
3842
|
+
},
|
|
3843
|
+
},
|
|
3844
|
+
];
|
|
3070
3845
|
|
|
3071
3846
|
export const keyNamePrefixMap = {
|
|
3072
3847
|
vabUpload: "attachments_",
|
|
3073
|
-
baseAttachment: "attachments_"
|
|
3074
|
-
}
|
|
3848
|
+
baseAttachment: "attachments_",
|
|
3849
|
+
};
|
|
3075
3850
|
|
|
3076
|
-
export const customFields = []
|
|
3851
|
+
export const customFields = [];
|
|
3077
3852
|
|
|
3078
3853
|
export function addContainerWidgetSchema(containerSchema) {
|
|
3079
|
-
containers.push(containerSchema)
|
|
3854
|
+
containers.push(containerSchema);
|
|
3080
3855
|
}
|
|
3081
3856
|
|
|
3082
3857
|
export function addBasicFieldSchema(fieldSchema) {
|
|
3083
|
-
basicFields.push(fieldSchema)
|
|
3858
|
+
basicFields.push(fieldSchema);
|
|
3084
3859
|
}
|
|
3085
3860
|
|
|
3086
3861
|
export function addAdvancedFieldSchema(fieldSchema) {
|
|
3087
|
-
advancedFields.push(fieldSchema)
|
|
3862
|
+
advancedFields.push(fieldSchema);
|
|
3088
3863
|
}
|
|
3089
3864
|
|
|
3090
3865
|
export function addCustomWidgetSchema(widgetSchema) {
|
|
3091
|
-
customFields.push(widgetSchema)
|
|
3866
|
+
customFields.push(widgetSchema);
|
|
3092
3867
|
}
|