cloud-web-corejs 1.0.54-dev.27 → 1.0.54-dev.271
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 +6 -3
- package/src/components/Qrcode/fileParse.vue +0 -1
- package/src/components/VabUpload/index.vue +2 -1
- package/src/components/VabUpload/mixins.js +1 -1
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +24 -8
- package/src/components/advancedSearchDialog/mixins.js +1 -1
- package/src/components/baseAttachment/index.vue +49 -40
- package/src/components/baseAttachment/mixins.js +1 -1
- package/src/components/excelExport/button.vue +54 -4
- package/src/components/excelExport/exportFieldDialog.vue +16 -6
- package/src/components/excelExport/index.js +44 -1
- package/src/components/excelExport/index.vue +64 -8
- package/src/components/excelExport/mixins.js +937 -2
- package/src/components/fileLibrary/fileObjAuthDialog.vue +1 -1
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +7 -1
- package/src/components/fileLibrary/fileObjNotifyEdit.vue +90 -68
- package/src/components/fileLibrary/filterDialog.vue +383 -0
- package/src/components/fileLibrary/index.vue +23 -24
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +337 -207
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +33 -26
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +5 -5
- package/src/components/fileLibrary/mixins/indexMixins.js +77 -27
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +63 -3
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +1 -1
- package/src/components/fileLibrary/propertiesDialog.vue +18 -0
- package/src/components/fileLibrary/shareDialog.vue +1 -1
- package/src/components/formOplog/mixins.js +77 -1
- package/src/components/jsonImport/index.js +1 -1
- package/src/components/jsonImport/mixins.js +1 -1
- package/src/components/onlineTalk/index.vue +24 -21
- package/src/components/onlineTalk/mixins.js +1 -838
- package/src/components/statusTag/mixins.js +66 -1
- package/src/components/table/CellSlot.vue +1 -0
- package/src/components/table/index.js +1045 -10
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/table/util/index.js +328 -0
- package/src/components/table/vxeFilter/mixin.js +1 -1
- package/src/components/vb-tabs/x-tabs.vue +3 -2
- package/src/components/wf/content.vue +94 -4
- package/src/components/wf/setCandidateDialog.vue +1 -0
- package/src/components/wf/wf.js +1918 -1
- package/src/components/wf/wfStartDialog.vue +1 -1
- package/src/components/wf/wfUtil.js +1 -1
- package/src/components/xform/form-designer/designer.js +1 -1
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +2 -1
- package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
- package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +16 -4
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +37 -6
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +3 -1
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +26 -7
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +34 -5
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +14 -6
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +1 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +21 -2
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-item-widget.vue +77 -0
- package/src/components/xform/form-designer/form-widget/field-widget/dropdown-menu-widget.vue +106 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +23 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +259 -6
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +6 -8
- package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +81 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +49 -8
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/vabsearch-mixin.js +176 -0
- package/src/components/xform/form-designer/form-widget/field-widget/multiSearch-widget.vue +53 -0
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +70 -3
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +21 -5
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +17 -5
- package/src/components/xform/form-designer/form-widget/field-widget/singerSearch-widget.vue +53 -0
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +22 -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/text-widget.vue +46 -34
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +2 -170
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +88 -8
- package/src/components/xform/form-designer/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +834 -154
- 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 +71 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +4 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/autoValueEnabled-editor.vue +38 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +6 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +126 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1077 -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 +1058 -496
- 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/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 +48 -5
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-item-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-dropdown-menu/dropdown-menu-editor.vue +59 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +185 -69
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +188 -86
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +84 -39
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +26 -10
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +86 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +47 -28
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +26 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +13 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +30 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +46 -4
- 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/placeholder-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +318 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +10 -6
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +305 -19
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +384 -53
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +263 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +21 -9
- package/src/components/xform/form-designer/toolbar-panel/index.vue +12 -11
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/widget-panel/index.vue +21 -1
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +3 -2
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +791 -364
- package/src/components/xform/form-render/container-item/containerItemMixin.js +1 -1
- package/src/components/xform/form-render/container-item/data-table-item.vue +86 -42
- package/src/components/xform/form-render/container-item/data-table-mixin.js +21 -18
- package/src/components/xform/form-render/container-item/data-table-mixin2.js +2169 -0
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
- package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
- package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
- package/src/components/xform/form-render/container-item/list-h5-item.vue +1 -9
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1 -8
- package/src/components/xform/form-render/container-item/tab-item.vue +11 -6
- package/src/components/xform/form-render/container-item/table-cell-item.vue +38 -32
- package/src/components/xform/form-render/container-item/table-item.vue +4 -2
- package/src/components/xform/form-render/index.vue +4 -1
- package/src/components/xform/form-render/indexMixin.js +9 -25
- package/src/components/xform/lang/zh-CN.js +14 -3
- package/src/components/xform/mixins/defaultHandle.js +1 -1
- package/src/components/xform/mixins/scriptHttp.js +3 -1
- package/src/components/xform/utils/emitter.js +4 -4
- package/src/components/xform/utils/format.js +21 -30
- package/src/components/xform/utils/formula-util.js +669 -0
- package/src/components/xform/utils/util.js +1 -1
- package/src/components/xform/utils/validators.js +1 -5
- package/src/index.js +2 -2
- package/src/layout/components/AppMain.vue +5 -1
- package/src/layout/components/Sidebar/default.vue +50 -6
- package/src/layout/components/TagsView/index.vue +35 -10
- 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 +192 -0
- package/src/layout/components/watermark/index.vue +83 -0
- package/src/layout/defaultLayout.vue +1 -1
- package/src/mixins/selectDialog/index.js +1 -1
- package/src/mixins/tableTree/index.js +1 -1
- package/src/router/modules/customer.js +15 -0
- package/src/store/config/index.js +1 -1
- package/src/store/modules/permission.js +1 -1
- package/src/store/modules/settings.js +1 -1
- package/src/store/modules/user.js +1 -1
- package/src/utils/index.js +4 -2
- package/src/utils/pddLog.js +103 -0
- package/src/utils/request.js +351 -357
- package/src/utils/vab.js +1107 -27
- package/src/views/bd/setting/bd_attach_setting/edit.vue +5 -5
- package/src/views/bd/setting/bd_attach_setting/list.vue +28 -55
- package/src/views/bd/setting/bd_attach_setting/mixins/edit.js +4 -5
- package/src/views/bd/setting/bd_attach_setting/mixins/list.js +239 -1
- package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
- package/src/views/bd/setting/bd_company_env/edit.vue +163 -0
- package/src/views/bd/setting/bd_company_env/list.vue +175 -0
- package/src/views/bd/setting/config_manage/list.vue +51 -0
- package/src/views/bd/setting/form_import_log/edit.vue +127 -0
- package/src/views/bd/setting/form_import_log/list.vue +206 -0
- package/src/views/bd/setting/form_script/edit.vue +9 -0
- package/src/views/bd/setting/form_script/edit1.vue +36 -3
- package/src/views/bd/setting/form_script/form_list.vue +1 -1
- package/src/views/bd/setting/form_script/list1.vue +4 -4
- package/src/views/bd/setting/form_script/mixins/dialog.js +130 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +201 -1
- package/src/views/bd/setting/form_script/mixins/edit1.js +193 -1
- package/src/views/bd/setting/form_script/mixins/form_list.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list.js +236 -1
- package/src/views/bd/setting/form_script/mixins/list1.js +422 -14
- package/src/views/bd/setting/form_script/mixins/otherAuthDialog.js +194 -0
- package/src/views/bd/setting/form_script/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +105 -0
- package/src/views/bd/setting/form_template/edit.vue +22 -1
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/list.vue +5 -5
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +4 -0
- package/src/views/bd/setting/form_template/mixins/edit.js +201 -1
- package/src/views/bd/setting/form_template/mixins/list.js +688 -22
- package/src/views/bd/setting/form_template/mixins/otherAuthDialog.js +193 -0
- package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -0
- package/src/views/bd/setting/form_template/otherAuthDialog.vue +83 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +254 -0
- package/src/views/bd/setting/form_template/wf_list.vue +127 -0
- package/src/views/bd/setting/menu_kind/list.vue +4 -0
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +1 -1
- package/src/views/bd/setting/menu_kind/mixins/list.js +201 -1
- package/src/views/bd/setting/push_data/edit.vue +137 -0
- package/src/views/bd/setting/push_data/list.vue +283 -0
- package/src/views/bd/setting/push_data_h/edit.vue +142 -0
- package/src/views/bd/setting/push_data_h/list.vue +293 -0
- package/src/views/bd/setting/request_async_setting/edit.vue +279 -0
- package/src/views/bd/setting/request_async_setting/list.vue +297 -0
- package/src/views/bd/setting/request_setting/edit.vue +258 -0
- package/src/views/bd/setting/request_setting/list.vue +248 -0
- package/src/views/bd/setting/table_model/edit.vue +863 -426
- package/src/views/bd/setting/table_model/list.vue +4 -4
- package/src/views/bd/setting/table_model/mixins/dialog.js +1 -1
- package/src/views/bd/setting/table_model/mixins/edit.js +1150 -13
- package/src/views/bd/setting/table_model/mixins/list.js +439 -14
- package/src/views/bd/setting/table_model/mixins/otherAuthDialog.js +201 -0
- package/src/views/bd/setting/table_model/otherAuthDialog.vue +83 -0
- package/src/views/user/area/dialog.vue +21 -9
- package/src/views/user/bill_setting/edit.vue +1 -1
- package/src/views/user/bill_setting/list.vue +1 -1
- package/src/views/user/common_attribute/itemEdit.vue +2 -2
- package/src/views/user/common_attribute/list.vue +1 -1
- package/src/views/user/common_script/edit.vue +1 -1
- package/src/views/user/common_script/list.vue +1 -1
- package/src/views/user/company_info/dialog.vue +164 -154
- package/src/views/user/company_info/edit.vue +1 -1
- package/src/views/user/extend_datasource/dialog.vue +1 -0
- package/src/views/user/extend_datasource/edit.vue +3 -0
- package/src/views/user/extend_datasource/list.vue +2 -1
- package/src/views/user/fieldTranslation/editDialog.vue +7 -7
- package/src/views/user/fieldTranslation/list.vue +32 -32
- package/src/views/user/file_type/edit.vue +30 -1
- package/src/views/user/file_type/list.vue +28 -0
- 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 +3 -3
- package/src/views/user/form/view/list.vue +30 -12
- package/src/views/user/groups/edit.vue +2 -0
- package/src/views/user/groups/list.vue +1 -0
- package/src/views/user/home/default.vue +1024 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +16 -6
- package/src/views/user/login/default.vue +36 -5
- package/src/views/user/login/indexMixin.js +117 -3
- package/src/views/user/notify_message/dialog.vue +1 -1
- 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 +39 -12
- package/src/views/user/outLink/index.vue +17 -0
- package/src/views/user/outLink/view.vue +28 -23
- package/src/views/user/position/edit.vue +55 -54
- package/src/views/user/position/list.vue +4 -4
- package/src/views/user/project_tag/dialog.vue +9 -4
- package/src/views/user/project_tag/edit.vue +2 -2
- package/src/views/user/project_tag/list.vue +9 -4
- package/src/views/user/push_setting/list.vue +2 -2
- package/src/views/user/request_setting/edit.vue +258 -0
- package/src/views/user/request_setting/list.vue +248 -0
- package/src/views/user/role/dialog.vue +1 -1
- package/src/views/user/role/list.vue +4 -4
- package/src/views/user/sale_org/dialog.vue +1 -1
- package/src/views/user/sale_org/list.vue +4 -1
- package/src/views/user/user/dialog.vue +46 -23
- package/src/views/user/user/edit.vue +35 -15
- package/src/views/user/user/form_dialog.vue +158 -0
- package/src/views/user/user/form_edit.vue +63 -2
- package/src/views/user/user/form_info.vue +210 -0
- package/src/views/user/user/form_list.vue +1 -0
- package/src/views/user/user/list.vue +4 -20
- package/src/views/user/wf/wf_auto_submit_data/list.vue +2 -0
- package/src/views/user/wf/wf_manage/list.vue +30 -1
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +1 -1
- package/src/views/user/wf/wf_obj_config/importItemDialog.vue +109 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +25 -1
- package/src/views/user/wf/wf_obj_config/list.vue +115 -10
- package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +2 -2
@@ -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: "",
|
@@ -13,7 +14,8 @@ export const containers = [
|
|
13
14
|
// colHeight: null,
|
14
15
|
width: '',
|
15
16
|
containerClass: '',
|
16
|
-
customClass: ""
|
17
|
+
customClass: "",
|
18
|
+
...defaultWfConfig,
|
17
19
|
}
|
18
20
|
},
|
19
21
|
{
|
@@ -21,13 +23,15 @@ export const containers = [
|
|
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
32
|
styleTableClass: '',
|
30
|
-
fullWidth: false
|
33
|
+
fullWidth: false,
|
34
|
+
...defaultWfConfig,
|
31
35
|
}
|
32
36
|
},
|
33
37
|
{
|
@@ -35,6 +39,7 @@ export const containers = [
|
|
35
39
|
category: "container",
|
36
40
|
icon: "tab",
|
37
41
|
commonFlag: !0,
|
42
|
+
columnFlag: true,
|
38
43
|
tabs: [],
|
39
44
|
options: {
|
40
45
|
name: "",
|
@@ -42,7 +47,8 @@ export const containers = [
|
|
42
47
|
height: '',
|
43
48
|
// isFullscreen: false,
|
44
49
|
tabClass: 'tab-boxCard tabCard-sty1',
|
45
|
-
customClass: ""
|
50
|
+
customClass: "",
|
51
|
+
...defaultWfConfig,
|
46
52
|
}
|
47
53
|
},
|
48
54
|
/* {
|
@@ -205,6 +211,14 @@ export const containers = [
|
|
205
211
|
pageSize: 20,
|
206
212
|
total: 366
|
207
213
|
},
|
214
|
+
gridPageSize: 100,
|
215
|
+
gridPageSizeList: [
|
216
|
+
{value: 50},
|
217
|
+
{value: 100},
|
218
|
+
{value: 200},
|
219
|
+
{value: 500}
|
220
|
+
],
|
221
|
+
|
208
222
|
dsEnabled: !1,
|
209
223
|
dsName: "",
|
210
224
|
tableData: [
|
@@ -256,10 +270,10 @@ export const containers = [
|
|
256
270
|
scriptEnabled: false,
|
257
271
|
accessParam: null,
|
258
272
|
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
273
|
+
accessFormCode: null,
|
274
|
+
|
275
|
+
...httpConfig,
|
276
|
+
|
263
277
|
/*isLoadDataByAccess: false,
|
264
278
|
scriptEnabled: false,
|
265
279
|
scriptName: null,
|
@@ -277,9 +291,11 @@ export const containers = [
|
|
277
291
|
sortScriptCode: null,
|
278
292
|
importTemplateFile: null,
|
279
293
|
|
294
|
+
...defaultWfConfig,
|
280
295
|
showRuleFlag: 1,
|
281
296
|
showRuleEnabled: 1,
|
282
297
|
showRules: [],
|
298
|
+
hideGridCheckBox: false
|
283
299
|
}
|
284
300
|
},
|
285
301
|
/*{
|
@@ -425,8 +441,9 @@ export const containers = [
|
|
425
441
|
customClass: "",
|
426
442
|
tableRef: "",
|
427
443
|
detailPaneContainer: true,
|
428
|
-
|
429
|
-
|
444
|
+
defaultCollapse: false,
|
445
|
+
/*onCreated: "",
|
446
|
+
onMounted: "",*/
|
430
447
|
}
|
431
448
|
},
|
432
449
|
{
|
@@ -748,7 +765,6 @@ export const containers = [
|
|
748
765
|
}
|
749
766
|
]
|
750
767
|
|
751
|
-
|
752
768
|
export const defaultSearchDialogConfig = {
|
753
769
|
formCode: null,
|
754
770
|
tableEnabled: false,
|
@@ -757,20 +773,159 @@ export const defaultSearchDialogConfig = {
|
|
757
773
|
tableRef: null,
|
758
774
|
tableUniqueKey: null,
|
759
775
|
tableData: [],
|
760
|
-
multipleChoices: true
|
776
|
+
multipleChoices: true,
|
777
|
+
confirmCallback: null,
|
778
|
+
dialogQueryParam: null
|
761
779
|
}
|
762
780
|
|
781
|
+
export const defaultWfConfig = {
|
782
|
+
wfFlag: 1,
|
783
|
+
wfEdit: false,
|
784
|
+
enabledByWf: false,
|
785
|
+
hiddenByWf: false,
|
786
|
+
wfConfigData: [],
|
787
|
+
wfModifyDataEnabled: false,
|
788
|
+
wfModifyDataConfig: [],
|
789
|
+
}
|
790
|
+
|
791
|
+
export const defaultTextFlagConfig = {
|
792
|
+
widgetTextFlag: null,
|
793
|
+
textFlag: 1,
|
794
|
+
showTextEnabled: false,
|
795
|
+
showEncryptTextEnabled: false,
|
796
|
+
userTextRuleEnabled: false,
|
797
|
+
userTextRuleConfig: [],
|
798
|
+
textRule1: true,
|
799
|
+
textRule2: false,
|
800
|
+
textRule2Number: null,
|
801
|
+
textRule3: false,
|
802
|
+
textRule3Number: null,
|
803
|
+
widgetTextLinkConfig: null
|
804
|
+
}
|
805
|
+
|
806
|
+
export const defaultWidgetShowRuleConfig = {
|
807
|
+
widgetShowRuleFlag: 1,
|
808
|
+
widgetShowRuleEnabled: false,
|
809
|
+
widgetShowRuleConfig: [],
|
810
|
+
}
|
811
|
+
|
812
|
+
const vabsearchConfig = {
|
813
|
+
name: "",
|
814
|
+
keyNameEnabled: !1,
|
815
|
+
keyName: "",
|
816
|
+
vabSearchName: "",
|
817
|
+
userDefaultVabSearch: false,
|
818
|
+
saleOrgDefaultVabSearch: false,
|
819
|
+
label: "",
|
820
|
+
labelColor: '',
|
821
|
+
submitFlag: true,
|
822
|
+
disabled: !1,
|
823
|
+
hidden: !1,
|
824
|
+
required: !1,
|
825
|
+
labelWidth: null,
|
826
|
+
labelHidden: !1,
|
827
|
+
readonly: true,
|
828
|
+
/*formCode: null,
|
829
|
+
formName: null,
|
830
|
+
formVersion: null,
|
831
|
+
showFormField: null,*/
|
832
|
+
/* gridConfig: {
|
833
|
+
tableColumns: [],
|
834
|
+
searchFields: [],
|
835
|
+
searchParams: ""
|
836
|
+
},*/
|
837
|
+
// vabSearchField: null,
|
838
|
+
vabsearchFlag: 1,
|
839
|
+
onSearchClear: "",
|
840
|
+
dialogModel: '1',
|
841
|
+
systemDialogUrl: null,
|
842
|
+
accessType: "1",
|
843
|
+
onCreated: "",
|
844
|
+
onMounted: "",
|
845
|
+
onChange: "",
|
846
|
+
onAppendButtonClick: "",
|
847
|
+
clickBindEvent: '1',
|
848
|
+
onBeforeClickButton:null,
|
849
|
+
searchDialogConfig: {
|
850
|
+
...defaultSearchDialogConfig,
|
851
|
+
multipleChoices: false
|
852
|
+
},
|
853
|
+
...defaultWfConfig,
|
854
|
+
valueField: null,
|
855
|
+
multipleChoices: false,
|
856
|
+
|
857
|
+
showRuleFlag: 1,
|
858
|
+
showRuleEnabled: 1,
|
859
|
+
showRules: []
|
860
|
+
}
|
861
|
+
|
862
|
+
const projectTagConfig = {
|
863
|
+
name: "",
|
864
|
+
keyNameEnabled: !1,
|
865
|
+
keyName: "",
|
866
|
+
// keyNameSuffix: "",
|
867
|
+
label: "",
|
868
|
+
labelColor: '',
|
869
|
+
submitFlag: true,
|
870
|
+
disabled: !1,
|
871
|
+
readonly: false,
|
872
|
+
hidden: !1,
|
873
|
+
required: !1,
|
874
|
+
labelWidth: null,
|
875
|
+
labelHidden: !1,
|
876
|
+
onCreated: "if(this.dataId)this.loadDataDefaultHandle();",
|
877
|
+
onMounted: "",
|
878
|
+
onClick: "",
|
879
|
+
// vabUpload: 1,
|
880
|
+
|
881
|
+
...httpConfig,
|
882
|
+
formScriptCode: "getList",
|
883
|
+
|
884
|
+
...defaultWfConfig,
|
885
|
+
|
886
|
+
showRuleFlag: 1,
|
887
|
+
showRuleEnabled: 1,
|
888
|
+
showRules: [],
|
889
|
+
|
890
|
+
tagFormCode: null,
|
891
|
+
tagFormParam: null,
|
892
|
+
tagLabelField: null,
|
893
|
+
tagUniqueField: null,
|
894
|
+
tagFormLabelField: null,
|
895
|
+
tagFormUniqueField: null,
|
896
|
+
tagFillConfig: [],
|
897
|
+
tagConfirmCallback: null,
|
898
|
+
tagDeleteCallback: null,
|
899
|
+
tabDeleteEnabled: true,
|
900
|
+
|
901
|
+
}
|
902
|
+
|
903
|
+
const httpConfig = {
|
904
|
+
httpFormCode: null,
|
905
|
+
formScriptEnabled: true,
|
906
|
+
formScriptCode: null,
|
907
|
+
formScriptParam: null,
|
908
|
+
formScriptSuccess: null,
|
909
|
+
formScriptCallback: null,
|
910
|
+
}
|
911
|
+
|
912
|
+
export const hiddenWidgetTypesOfWf = ["button", "search_button", "table-export-button", "add_button", "import-button", "import2-button", "print-button"];
|
913
|
+
export const freeWidgetTypesOfWf = ["reset_button", "a-link", "a-text"];
|
914
|
+
|
763
915
|
export const basicFields = [
|
764
916
|
{
|
765
917
|
type: "input",
|
766
918
|
icon: "text-field",
|
919
|
+
commonFlag: !0,
|
767
920
|
formItemFlag: !0,
|
921
|
+
columnFlag: true,
|
768
922
|
tableField: null,
|
769
923
|
options: {
|
770
924
|
name: "",
|
771
925
|
keyNameEnabled: !1,
|
772
926
|
keyName: "",
|
773
927
|
label: "",
|
928
|
+
labelColor: '',
|
774
929
|
submitFlag: true,
|
775
930
|
/**showText: false,*/
|
776
931
|
formField: "",
|
@@ -800,9 +955,9 @@ export const basicFields = [
|
|
800
955
|
showWordLimit: !1,
|
801
956
|
prefixIcon: "",
|
802
957
|
suffixIcon: "",
|
803
|
-
appendButton: !1,
|
958
|
+
/*appendButton: !1,
|
804
959
|
appendButtonDisabled: !1,
|
805
|
-
buttonIcon: "el-icon-search"
|
960
|
+
buttonIcon: "el-icon-search",*/
|
806
961
|
onCreated: "",
|
807
962
|
onMounted: "",
|
808
963
|
onInput: "",
|
@@ -813,33 +968,28 @@ export const basicFields = [
|
|
813
968
|
onAppendButtonClick: "",
|
814
969
|
widgetWidth: "",
|
815
970
|
accessType: "1",
|
816
|
-
|
817
|
-
wfEdit: false,
|
818
|
-
enabledByWf: false,
|
819
|
-
hiddenByWf: false,
|
820
|
-
wfConfigData: [],
|
971
|
+
...defaultWfConfig,
|
821
972
|
|
822
973
|
showRuleFlag: 1,
|
823
974
|
showRuleEnabled: 1,
|
824
975
|
showRules: [],
|
825
|
-
|
826
|
-
|
827
|
-
textRule2: false,
|
828
|
-
textRule3: false,
|
829
|
-
textRule2Number: null,
|
830
|
-
textRule3Number: null
|
976
|
+
|
977
|
+
...defaultTextFlagConfig
|
831
978
|
}
|
832
979
|
},
|
833
980
|
{
|
834
981
|
type: "input-batch",
|
835
982
|
icon: "input-batch",
|
983
|
+
commonFlag: !0,
|
836
984
|
formItemFlag: !0,
|
985
|
+
columnFlag: true,
|
837
986
|
tableField: null,
|
838
987
|
options: {
|
839
988
|
name: "",
|
840
989
|
keyNameEnabled: !1,
|
841
990
|
keyName: "",
|
842
991
|
label: "",
|
992
|
+
labelColor: '',
|
843
993
|
submitFlag: true,
|
844
994
|
formField: "",
|
845
995
|
labelAlign: "",
|
@@ -860,7 +1010,7 @@ export const basicFields = [
|
|
860
1010
|
validation: "",
|
861
1011
|
validationHint: "",
|
862
1012
|
customClass: "",
|
863
|
-
labelIconClass: null,
|
1013
|
+
/*labelIconClass: null,
|
864
1014
|
labelIconPosition: "rear",
|
865
1015
|
labelTooltip: null,
|
866
1016
|
minLength: null,
|
@@ -870,7 +1020,7 @@ export const basicFields = [
|
|
870
1020
|
suffixIcon: "",
|
871
1021
|
appendButton: !1,
|
872
1022
|
appendButtonDisabled: !1,
|
873
|
-
buttonIcon: "el-icon-search"
|
1023
|
+
buttonIcon: "el-icon-search",*/
|
874
1024
|
onCreated: "",
|
875
1025
|
onMounted: "",
|
876
1026
|
onInput: "",
|
@@ -878,37 +1028,31 @@ export const basicFields = [
|
|
878
1028
|
onFocus: "",
|
879
1029
|
onBlur: "",
|
880
1030
|
onValidate: "",
|
881
|
-
onAppendButtonClick: "",
|
1031
|
+
// onAppendButtonClick: "",
|
882
1032
|
widgetWidth: "",
|
883
1033
|
accessType: "1",
|
884
|
-
|
885
|
-
wfEdit: false,
|
886
|
-
enabledByWf: false,
|
887
|
-
hiddenByWf: false,
|
888
|
-
wfConfigData: [],
|
1034
|
+
...defaultWfConfig,
|
889
1035
|
|
890
1036
|
showRuleFlag: 1,
|
891
1037
|
showRuleEnabled: 1,
|
892
1038
|
showRules: [],
|
893
|
-
|
894
|
-
textRule1: false,
|
895
|
-
textRule2: false,
|
896
|
-
textRule3: false,
|
897
|
-
textRule2Number: null,
|
898
|
-
textRule3Number: null
|
1039
|
+
|
899
1040
|
|
900
1041
|
}
|
901
1042
|
},
|
902
1043
|
{
|
903
1044
|
type: "textarea",
|
904
1045
|
icon: "textarea-field",
|
1046
|
+
commonFlag: !0,
|
905
1047
|
formItemFlag: !0,
|
1048
|
+
columnFlag: true,
|
906
1049
|
tableField: null,
|
907
1050
|
options: {
|
908
1051
|
name: "",
|
909
1052
|
keyNameEnabled: !1,
|
910
1053
|
keyName: "",
|
911
1054
|
label: "",
|
1055
|
+
labelColor: '',
|
912
1056
|
submitFlag: true,
|
913
1057
|
/**showText: false,*/
|
914
1058
|
labelAlign: "",
|
@@ -941,33 +1085,28 @@ export const basicFields = [
|
|
941
1085
|
onBlur: "",
|
942
1086
|
onValidate: "",
|
943
1087
|
accessType: "1",
|
944
|
-
|
945
|
-
wfEdit: false,
|
946
|
-
enabledByWf: false,
|
947
|
-
hiddenByWf: false,
|
948
|
-
wfConfigData: [],
|
1088
|
+
...defaultWfConfig,
|
949
1089
|
|
950
1090
|
showRuleFlag: 1,
|
951
1091
|
showRuleEnabled: 1,
|
952
1092
|
showRules: [],
|
953
|
-
|
954
|
-
|
955
|
-
textRule2: false,
|
956
|
-
textRule3: false,
|
957
|
-
textRule2Number: null,
|
958
|
-
textRule3Number: null
|
1093
|
+
|
1094
|
+
...defaultTextFlagConfig
|
959
1095
|
}
|
960
1096
|
},
|
961
1097
|
{
|
962
1098
|
type: "number",
|
963
1099
|
icon: "number-field",
|
1100
|
+
commonFlag: !0,
|
964
1101
|
formItemFlag: !0,
|
1102
|
+
columnFlag: true,
|
965
1103
|
tableField: null,
|
966
1104
|
options: {
|
967
1105
|
name: "",
|
968
1106
|
keyNameEnabled: !1,
|
969
1107
|
keyName: "",
|
970
1108
|
label: "",
|
1109
|
+
labelColor: '',
|
971
1110
|
submitFlag: true,
|
972
1111
|
/**showText: false,*/
|
973
1112
|
formField: "",
|
@@ -984,8 +1123,8 @@ export const basicFields = [
|
|
984
1123
|
requiredHint: "",
|
985
1124
|
validation: "",
|
986
1125
|
validationHint: "",
|
987
|
-
|
988
|
-
|
1126
|
+
formulaEnabled: !1,
|
1127
|
+
formula: "",
|
989
1128
|
customClass: "",
|
990
1129
|
labelIconClass: null,
|
991
1130
|
labelIconPosition: "rear",
|
@@ -1002,34 +1141,29 @@ export const basicFields = [
|
|
1002
1141
|
onBlur: "",
|
1003
1142
|
onValidate: "",
|
1004
1143
|
accessType: "1",
|
1005
|
-
|
1006
|
-
wfEdit: false,
|
1007
|
-
enabledByWf: false,
|
1008
|
-
hiddenByWf: false,
|
1009
|
-
wfConfigData: [],
|
1144
|
+
...defaultWfConfig,
|
1010
1145
|
|
1011
1146
|
showRuleFlag: 1,
|
1012
1147
|
showRuleEnabled: 1,
|
1013
1148
|
showRules: [],
|
1014
|
-
|
1015
|
-
|
1016
|
-
textRule2: false,
|
1017
|
-
textRule3: false,
|
1018
|
-
textRule2Number: null,
|
1019
|
-
textRule3Number: null
|
1149
|
+
|
1150
|
+
...defaultTextFlagConfig
|
1020
1151
|
|
1021
1152
|
}
|
1022
1153
|
},
|
1023
1154
|
{
|
1024
1155
|
type: "radio",
|
1025
1156
|
icon: "radio-field",
|
1157
|
+
commonFlag: !0,
|
1026
1158
|
formItemFlag: !0,
|
1159
|
+
columnFlag: true,
|
1027
1160
|
tableField: null,
|
1028
1161
|
options: {
|
1029
1162
|
name: "",
|
1030
1163
|
keyNameEnabled: !1,
|
1031
1164
|
keyName: "",
|
1032
1165
|
label: "",
|
1166
|
+
labelColor: '',
|
1033
1167
|
submitFlag: true,
|
1034
1168
|
/**showText: false,*/
|
1035
1169
|
labelAlign: "",
|
@@ -1073,36 +1207,34 @@ export const basicFields = [
|
|
1073
1207
|
onValidate: "",
|
1074
1208
|
accessType: "1",
|
1075
1209
|
|
1210
|
+
...httpConfig,
|
1076
1211
|
formScriptEnabled: false,
|
1077
1212
|
formScriptCode: "getList",
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
wfConfigData: [],
|
1213
|
+
|
1214
|
+
...defaultWfConfig,
|
1215
|
+
|
1216
|
+
commonAttributeEnabled: false,
|
1217
|
+
commonAttributeCode: "",
|
1084
1218
|
|
1085
1219
|
showRuleFlag: 1,
|
1086
1220
|
showRuleEnabled: 1,
|
1087
1221
|
showRules: [],
|
1088
|
-
|
1089
|
-
textRule1: false,
|
1090
|
-
textRule2: false,
|
1091
|
-
textRule3: false,
|
1092
|
-
textRule2Number: null,
|
1093
|
-
textRule3Number: null
|
1222
|
+
|
1094
1223
|
}
|
1095
1224
|
},
|
1096
1225
|
{
|
1097
1226
|
type: "checkbox",
|
1098
1227
|
icon: "checkbox-field",
|
1228
|
+
commonFlag: !0,
|
1099
1229
|
formItemFlag: !0,
|
1230
|
+
columnFlag: true,
|
1100
1231
|
tableField: null,
|
1101
1232
|
options: {
|
1102
1233
|
name: "",
|
1103
1234
|
keyNameEnabled: !1,
|
1104
1235
|
keyName: "",
|
1105
1236
|
label: "",
|
1237
|
+
labelColor: '',
|
1106
1238
|
submitFlag: true,
|
1107
1239
|
/**showText: false,*/
|
1108
1240
|
labelAlign: "",
|
@@ -1146,37 +1278,35 @@ export const basicFields = [
|
|
1146
1278
|
onValidate: "",
|
1147
1279
|
accessType: "1",
|
1148
1280
|
|
1281
|
+
...httpConfig,
|
1149
1282
|
formScriptEnabled: false,
|
1150
1283
|
formScriptCode: "getList",
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
wfConfigData: [],
|
1284
|
+
|
1285
|
+
...defaultWfConfig,
|
1286
|
+
|
1287
|
+
commonAttributeEnabled: false,
|
1288
|
+
commonAttributeCode: "",
|
1157
1289
|
|
1158
1290
|
showRuleFlag: 1,
|
1159
1291
|
showRuleEnabled: 1,
|
1160
1292
|
showRules: [],
|
1161
|
-
|
1162
|
-
textRule1: false,
|
1163
|
-
textRule2: false,
|
1164
|
-
textRule3: false,
|
1165
|
-
textRule2Number: null,
|
1166
|
-
textRule3Number: null
|
1293
|
+
|
1167
1294
|
|
1168
1295
|
}
|
1169
1296
|
},
|
1170
1297
|
{
|
1171
1298
|
type: "select",
|
1172
1299
|
icon: "select-field",
|
1300
|
+
commonFlag: !0,
|
1173
1301
|
formItemFlag: !0,
|
1302
|
+
columnFlag: true,
|
1174
1303
|
tableField: null,
|
1175
1304
|
options: {
|
1176
1305
|
name: "",
|
1177
1306
|
keyNameEnabled: !1,
|
1178
1307
|
keyName: "",
|
1179
1308
|
label: "",
|
1309
|
+
labelColor: '',
|
1180
1310
|
submitFlag: true,
|
1181
1311
|
/**showText: false,*/
|
1182
1312
|
formField: "",
|
@@ -1230,36 +1360,36 @@ export const basicFields = [
|
|
1230
1360
|
onValidate: "",
|
1231
1361
|
widgetWidth: "",
|
1232
1362
|
accessType: "1",
|
1363
|
+
|
1364
|
+
...httpConfig,
|
1233
1365
|
formScriptEnabled: false,
|
1234
1366
|
formScriptCode: "getList",
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1367
|
+
|
1368
|
+
...defaultWfConfig,
|
1369
|
+
|
1370
|
+
commonAttributeEnabled: false,
|
1371
|
+
commonAttributeCode: "",
|
1372
|
+
|
1373
|
+
showCollapseTags: false,
|
1241
1374
|
|
1242
1375
|
showRuleFlag: 1,
|
1243
1376
|
showRuleEnabled: 1,
|
1244
1377
|
showRules: [],
|
1245
|
-
textFlag: 1,
|
1246
|
-
textRule1: false,
|
1247
|
-
textRule2: false,
|
1248
|
-
textRule3: false,
|
1249
|
-
textRule2Number: null,
|
1250
|
-
textRule3Number: null
|
1251
1378
|
}
|
1252
1379
|
},
|
1253
1380
|
{
|
1254
1381
|
type: "time",
|
1255
1382
|
icon: "time-field",
|
1383
|
+
commonFlag: !0,
|
1256
1384
|
formItemFlag: !0,
|
1385
|
+
columnFlag: true,
|
1257
1386
|
tableField: null,
|
1258
1387
|
options: {
|
1259
1388
|
name: "",
|
1260
1389
|
keyNameEnabled: !1,
|
1261
1390
|
keyName: "",
|
1262
1391
|
label: "",
|
1392
|
+
labelColor: '',
|
1263
1393
|
submitFlag: true,
|
1264
1394
|
/**showText: false,*/
|
1265
1395
|
formField: "",
|
@@ -1291,34 +1421,29 @@ export const basicFields = [
|
|
1291
1421
|
onBlur: "",
|
1292
1422
|
onValidate: "",
|
1293
1423
|
accessType: "1",
|
1294
|
-
|
1295
|
-
wfEdit: false,
|
1296
|
-
enabledByWf: false,
|
1297
|
-
hiddenByWf: false,
|
1298
|
-
wfConfigData: [],
|
1424
|
+
...defaultWfConfig,
|
1299
1425
|
|
1300
1426
|
showRuleFlag: 1,
|
1301
1427
|
showRuleEnabled: 1,
|
1302
1428
|
showRules: [],
|
1303
|
-
|
1304
|
-
|
1305
|
-
textRule2: false,
|
1306
|
-
textRule3: false,
|
1307
|
-
textRule2Number: null,
|
1308
|
-
textRule3Number: null
|
1429
|
+
|
1430
|
+
...defaultTextFlagConfig
|
1309
1431
|
|
1310
1432
|
}
|
1311
1433
|
},
|
1312
1434
|
{
|
1313
1435
|
type: "time-range",
|
1314
1436
|
icon: "time-range-field",
|
1437
|
+
commonFlag: !0,
|
1315
1438
|
formItemFlag: !0,
|
1439
|
+
columnFlag: true,
|
1316
1440
|
tableField: null,
|
1317
1441
|
options: {
|
1318
1442
|
name: "",
|
1319
1443
|
keyNameEnabled: !1,
|
1320
1444
|
keyName: "",
|
1321
1445
|
label: "",
|
1446
|
+
labelColor: '',
|
1322
1447
|
submitFlag: true,
|
1323
1448
|
formField: "",
|
1324
1449
|
labelAlign: "",
|
@@ -1350,34 +1475,28 @@ export const basicFields = [
|
|
1350
1475
|
onBlur: "",
|
1351
1476
|
onValidate: "",
|
1352
1477
|
accessType: "1",
|
1353
|
-
|
1354
|
-
wfEdit: false,
|
1355
|
-
enabledByWf: false,
|
1356
|
-
hiddenByWf: false,
|
1357
|
-
wfConfigData: [],
|
1478
|
+
...defaultWfConfig,
|
1358
1479
|
|
1359
1480
|
showRuleFlag: 1,
|
1360
1481
|
showRuleEnabled: 1,
|
1361
1482
|
showRules: [],
|
1362
|
-
|
1363
|
-
textRule1: false,
|
1364
|
-
textRule2: false,
|
1365
|
-
textRule3: false,
|
1366
|
-
textRule2Number: null,
|
1367
|
-
textRule3Number: null
|
1483
|
+
|
1368
1484
|
|
1369
1485
|
}
|
1370
1486
|
},
|
1371
1487
|
{
|
1372
1488
|
type: "date",
|
1373
1489
|
icon: "date-field",
|
1490
|
+
commonFlag: !0,
|
1374
1491
|
formItemFlag: !0,
|
1492
|
+
columnFlag: true,
|
1375
1493
|
tableField: null,
|
1376
1494
|
options: {
|
1377
1495
|
name: "",
|
1378
1496
|
keyNameEnabled: !1,
|
1379
1497
|
keyName: "",
|
1380
1498
|
label: "",
|
1499
|
+
labelColor: '',
|
1381
1500
|
submitFlag: true,
|
1382
1501
|
/**showText: false,*/
|
1383
1502
|
formField: "",
|
@@ -1411,34 +1530,29 @@ export const basicFields = [
|
|
1411
1530
|
onBlur: "",
|
1412
1531
|
onValidate: "",
|
1413
1532
|
accessType: "1",
|
1414
|
-
|
1415
|
-
wfEdit: false,
|
1416
|
-
enabledByWf: false,
|
1417
|
-
hiddenByWf: false,
|
1418
|
-
wfConfigData: [],
|
1533
|
+
...defaultWfConfig,
|
1419
1534
|
|
1420
1535
|
showRuleFlag: 1,
|
1421
1536
|
showRuleEnabled: 1,
|
1422
1537
|
showRules: [],
|
1423
|
-
|
1424
|
-
|
1425
|
-
textRule2: false,
|
1426
|
-
textRule3: false,
|
1427
|
-
textRule2Number: null,
|
1428
|
-
textRule3Number: null
|
1538
|
+
|
1539
|
+
...defaultTextFlagConfig
|
1429
1540
|
|
1430
1541
|
}
|
1431
1542
|
},
|
1432
1543
|
{
|
1433
1544
|
type: "date-range",
|
1434
1545
|
icon: "date-range-field",
|
1546
|
+
commonFlag: !0,
|
1435
1547
|
formItemFlag: !0,
|
1548
|
+
columnFlag: true,
|
1436
1549
|
tableField: null,
|
1437
1550
|
options: {
|
1438
1551
|
name: "",
|
1439
1552
|
keyNameEnabled: !1,
|
1440
1553
|
keyName: "",
|
1441
1554
|
label: "",
|
1555
|
+
labelColor: '',
|
1442
1556
|
submitFlag: true,
|
1443
1557
|
formField: "",
|
1444
1558
|
labelAlign: "",
|
@@ -1457,6 +1571,7 @@ export const basicFields = [
|
|
1457
1571
|
editable: !1,
|
1458
1572
|
format: "yyyy-MM-dd",
|
1459
1573
|
valueFormat: "yyyy-MM-dd",
|
1574
|
+
defaultTime: ['00:00:00', '23:59:59'],
|
1460
1575
|
required: !1,
|
1461
1576
|
requiredHint: "",
|
1462
1577
|
validation: "",
|
@@ -1472,21 +1587,11 @@ export const basicFields = [
|
|
1472
1587
|
onBlur: "",
|
1473
1588
|
onValidate: "",
|
1474
1589
|
accessType: "1",
|
1475
|
-
|
1476
|
-
wfEdit: false,
|
1477
|
-
enabledByWf: false,
|
1478
|
-
hiddenByWf: false,
|
1479
|
-
wfConfigData: [],
|
1590
|
+
...defaultWfConfig,
|
1480
1591
|
|
1481
1592
|
showRuleFlag: 1,
|
1482
1593
|
showRuleEnabled: 1,
|
1483
1594
|
showRules: [],
|
1484
|
-
textFlag: 1,
|
1485
|
-
textRule1: false,
|
1486
|
-
textRule2: false,
|
1487
|
-
textRule3: false,
|
1488
|
-
textRule2Number: null,
|
1489
|
-
textRule3Number: null
|
1490
1595
|
|
1491
1596
|
}
|
1492
1597
|
},
|
@@ -1617,7 +1722,9 @@ export const basicFields = [
|
|
1617
1722
|
{
|
1618
1723
|
type: "static-text",
|
1619
1724
|
icon: "static-text",
|
1725
|
+
commonFlag: !0,
|
1620
1726
|
formItemFlag: !1,
|
1727
|
+
columnFlag: true,
|
1621
1728
|
options: {
|
1622
1729
|
name: "",
|
1623
1730
|
columnWidth: "200px",
|
@@ -1628,23 +1735,22 @@ export const basicFields = [
|
|
1628
1735
|
onCreated: "",
|
1629
1736
|
onMounted: "",
|
1630
1737
|
accessType: "1",
|
1738
|
+
...defaultWfConfig,
|
1631
1739
|
|
1632
1740
|
showRuleFlag: 1,
|
1633
1741
|
showRuleEnabled: 1,
|
1634
1742
|
showRules: [],
|
1635
|
-
|
1636
|
-
|
1637
|
-
textRule2: false,
|
1638
|
-
textRule3: false,
|
1639
|
-
textRule2Number: null,
|
1640
|
-
textRule3Number: null
|
1743
|
+
|
1744
|
+
...defaultTextFlagConfig
|
1641
1745
|
|
1642
1746
|
}
|
1643
1747
|
},
|
1644
1748
|
{
|
1645
1749
|
type: "html-text",
|
1646
1750
|
icon: "html-text",
|
1751
|
+
commonFlag: !1,
|
1647
1752
|
formItemFlag: !1,
|
1753
|
+
columnFlag: false,
|
1648
1754
|
options: {
|
1649
1755
|
name: "",
|
1650
1756
|
columnWidth: "200px",
|
@@ -1654,16 +1760,11 @@ export const basicFields = [
|
|
1654
1760
|
onCreated: "",
|
1655
1761
|
onMounted: "",
|
1656
1762
|
accessType: "1",
|
1763
|
+
...defaultWfConfig,
|
1657
1764
|
|
1658
1765
|
showRuleFlag: 1,
|
1659
1766
|
showRuleEnabled: 1,
|
1660
1767
|
showRules: [],
|
1661
|
-
textFlag: 1,
|
1662
|
-
textRule1: false,
|
1663
|
-
textRule2: false,
|
1664
|
-
textRule3: false,
|
1665
|
-
textRule2Number: null,
|
1666
|
-
textRule3Number: null
|
1667
1768
|
|
1668
1769
|
}
|
1669
1770
|
},
|
@@ -1687,10 +1788,13 @@ export const basicFields = [
|
|
1687
1788
|
{
|
1688
1789
|
type: "button",
|
1689
1790
|
icon: "button",
|
1791
|
+
commonFlag: !0,
|
1690
1792
|
formItemFlag: !1,
|
1793
|
+
columnFlag: true,
|
1691
1794
|
options: {
|
1692
1795
|
name: "",
|
1693
1796
|
label: "",
|
1797
|
+
wfHideFlag: 1,
|
1694
1798
|
columnWidth: "200px",
|
1695
1799
|
size: "",
|
1696
1800
|
displayStyle: "block",
|
@@ -1707,6 +1811,7 @@ export const basicFields = [
|
|
1707
1811
|
onClick: "",
|
1708
1812
|
accessType: "1",
|
1709
1813
|
clickBindEvent: null,
|
1814
|
+
onBeforeClickButton:null,
|
1710
1815
|
searchDialogConfig: {
|
1711
1816
|
...defaultSearchDialogConfig
|
1712
1817
|
},
|
@@ -1714,27 +1819,22 @@ export const basicFields = [
|
|
1714
1819
|
tableRef: null,
|
1715
1820
|
tableData: {}
|
1716
1821
|
},
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
hiddenByWf: false,
|
1721
|
-
wfConfigData: [],
|
1822
|
+
...defaultWfConfig,
|
1823
|
+
hiddenByWf: true,
|
1824
|
+
...defaultWidgetShowRuleConfig,
|
1722
1825
|
|
1723
1826
|
showRuleFlag: 1,
|
1724
1827
|
showRuleEnabled: 1,
|
1725
1828
|
showRules: [],
|
1726
|
-
|
1727
|
-
textRule1: false,
|
1728
|
-
textRule2: false,
|
1729
|
-
textRule3: false,
|
1730
|
-
textRule2Number: null,
|
1731
|
-
textRule3Number: null
|
1829
|
+
|
1732
1830
|
}
|
1733
1831
|
},
|
1734
1832
|
{
|
1735
1833
|
type: "divider",
|
1736
1834
|
icon: "divider",
|
1835
|
+
commonFlag: !0,
|
1737
1836
|
formItemFlag: !1,
|
1837
|
+
columnFlag: true,
|
1738
1838
|
options: {
|
1739
1839
|
name: "",
|
1740
1840
|
label: "",
|
@@ -1743,6 +1843,7 @@ export const basicFields = [
|
|
1743
1843
|
contentPosition: "center",
|
1744
1844
|
hidden: !1,
|
1745
1845
|
customClass: "",
|
1846
|
+
...defaultWfConfig,
|
1746
1847
|
onCreated: "",
|
1747
1848
|
onMounted: ""
|
1748
1849
|
}
|
@@ -1804,18 +1905,22 @@ export const basicFields = [
|
|
1804
1905
|
{
|
1805
1906
|
type: "text",
|
1806
1907
|
icon: "text",
|
1908
|
+
commonFlag: !0,
|
1807
1909
|
formItemFlag: !0,
|
1910
|
+
columnFlag: true,
|
1808
1911
|
tableField: null,
|
1809
1912
|
options: {
|
1810
1913
|
name: "",
|
1811
1914
|
keyNameEnabled: !1,
|
1812
1915
|
keyName: "",
|
1813
1916
|
label: "",
|
1917
|
+
labelColor: '',
|
1814
1918
|
submitFlag: true,
|
1815
1919
|
formField: "",
|
1816
1920
|
hidden: !1,
|
1817
1921
|
required: !1,
|
1818
1922
|
customClass: "",
|
1923
|
+
colorClass: "",
|
1819
1924
|
defaultValue: "",
|
1820
1925
|
labelAlign: "",
|
1821
1926
|
labelWidth: null,
|
@@ -1823,29 +1928,32 @@ export const basicFields = [
|
|
1823
1928
|
onCreated: "",
|
1824
1929
|
onMounted: "",
|
1825
1930
|
accessType: "1",
|
1826
|
-
|
1931
|
+
...defaultWfConfig,
|
1932
|
+
|
1933
|
+
autoValueEnabled: false,
|
1934
|
+
autoValueHanlde: null,
|
1827
1935
|
|
1828
1936
|
showRuleFlag: 1,
|
1829
1937
|
showRuleEnabled: 1,
|
1830
1938
|
showRules: [],
|
1831
|
-
|
1832
|
-
|
1833
|
-
textRule2: false,
|
1834
|
-
textRule3: false,
|
1835
|
-
textRule2Number: null,
|
1836
|
-
textRule3Number: null
|
1939
|
+
|
1940
|
+
...defaultTextFlagConfig
|
1837
1941
|
}
|
1838
1942
|
},
|
1839
1943
|
{
|
1840
1944
|
type: "a-text",
|
1841
1945
|
icon: "text-field",
|
1946
|
+
commonFlag: !0,
|
1842
1947
|
formItemFlag: !0,
|
1948
|
+
columnFlag: true,
|
1843
1949
|
tableField: null,
|
1844
1950
|
options: {
|
1845
1951
|
name: "",
|
1846
1952
|
keyNameEnabled: !1,
|
1847
1953
|
keyName: "",
|
1848
1954
|
label: "",
|
1955
|
+
labelColor: '',
|
1956
|
+
displayStyle: "block",
|
1849
1957
|
submitFlag: true,
|
1850
1958
|
/**showText: false,*/
|
1851
1959
|
formField: "",
|
@@ -1864,7 +1972,7 @@ export const basicFields = [
|
|
1864
1972
|
aTextFlag: 1,
|
1865
1973
|
underline: false,
|
1866
1974
|
href: "",
|
1867
|
-
|
1975
|
+
colorClass: "f-red",
|
1868
1976
|
|
1869
1977
|
onCreated: "",
|
1870
1978
|
onMounted: "",
|
@@ -1872,47 +1980,45 @@ export const basicFields = [
|
|
1872
1980
|
onChange: "",
|
1873
1981
|
onClick: "",
|
1874
1982
|
accessType: "1",
|
1875
|
-
|
1876
|
-
|
1877
|
-
enabledByWf: false,
|
1878
|
-
hiddenByWf: false,
|
1879
|
-
wfConfigData: [],
|
1983
|
+
...defaultWfConfig,
|
1984
|
+
...defaultWidgetShowRuleConfig,
|
1880
1985
|
|
1881
1986
|
showRuleFlag: 1,
|
1882
1987
|
showRuleEnabled: 1,
|
1883
1988
|
showRules: [],
|
1884
|
-
|
1885
|
-
|
1886
|
-
textRule2: false,
|
1887
|
-
textRule3: false,
|
1888
|
-
textRule2Number: null,
|
1889
|
-
textRule3Number: null
|
1989
|
+
|
1990
|
+
...defaultTextFlagConfig
|
1890
1991
|
}
|
1891
1992
|
},
|
1892
1993
|
{
|
1893
1994
|
type: "a-link",
|
1894
1995
|
icon: "button",
|
1996
|
+
commonFlag: !0,
|
1895
1997
|
formItemFlag: !1,
|
1998
|
+
columnFlag: true,
|
1896
1999
|
options: {
|
1897
2000
|
name: "",
|
1898
2001
|
keyNameEnabled: !1,
|
1899
2002
|
keyName: "",
|
1900
2003
|
label: "",
|
2004
|
+
displayStyle: "block",
|
1901
2005
|
labelHidden: !1,
|
1902
2006
|
disabled: !1,
|
1903
2007
|
hidden: !1,
|
1904
2008
|
prefixIcon: "",
|
1905
2009
|
suffixIcon: "",
|
1906
2010
|
customClass: "",
|
2011
|
+
wfHideFlag: 1,
|
1907
2012
|
aLinkFlag: 1,
|
1908
2013
|
underline: false,
|
1909
2014
|
href: "",
|
1910
|
-
|
2015
|
+
colorClass: "f-blue",
|
1911
2016
|
isFormLabel: false,
|
1912
2017
|
onCreated: "",
|
1913
2018
|
onMounted: "",
|
1914
2019
|
onClick: "",
|
1915
2020
|
clickBindEvent: null,
|
2021
|
+
onBeforeClickButton:null,
|
1916
2022
|
searchDialogConfig: {
|
1917
2023
|
...defaultSearchDialogConfig
|
1918
2024
|
},
|
@@ -1920,21 +2026,41 @@ export const basicFields = [
|
|
1920
2026
|
tableRef: null,
|
1921
2027
|
tableData: {}
|
1922
2028
|
},
|
1923
|
-
|
1924
|
-
|
1925
|
-
enabledByWf: false,
|
1926
|
-
hiddenByWf: false,
|
1927
|
-
wfConfigData: [],
|
2029
|
+
...defaultWfConfig,
|
2030
|
+
...defaultWidgetShowRuleConfig,
|
1928
2031
|
|
1929
2032
|
showRuleFlag: 1,
|
1930
2033
|
showRuleEnabled: 1,
|
1931
2034
|
showRules: [],
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
2035
|
+
|
2036
|
+
...defaultTextFlagConfig
|
2037
|
+
}
|
2038
|
+
},
|
2039
|
+
{
|
2040
|
+
type: "a-link2",
|
2041
|
+
icon: "button",
|
2042
|
+
commonFlag: !1,
|
2043
|
+
formItemFlag: !1,
|
2044
|
+
columnFlag: false,
|
2045
|
+
options: {
|
2046
|
+
prefixIcon: "",
|
2047
|
+
suffixIcon: "",
|
2048
|
+
customClass: "",
|
2049
|
+
aLinkFlag: 1,
|
2050
|
+
underline: false,
|
2051
|
+
href: "",
|
2052
|
+
colorClass: "f-blue",
|
2053
|
+
|
2054
|
+
onClick: "",
|
2055
|
+
clickBindEvent: null,
|
2056
|
+
onBeforeClickButton:null,
|
2057
|
+
searchDialogConfig: {
|
2058
|
+
...defaultSearchDialogConfig
|
2059
|
+
},
|
2060
|
+
addTableDataConfig: {
|
2061
|
+
tableRef: null,
|
2062
|
+
tableData: {}
|
2063
|
+
},
|
1938
2064
|
}
|
1939
2065
|
},
|
1940
2066
|
|
@@ -1998,10 +2124,11 @@ export const advancedFields = [
|
|
1998
2124
|
color: "",
|
1999
2125
|
fontWeight: "normal"
|
2000
2126
|
},
|
2001
|
-
data: [
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2127
|
+
data: [
|
2128
|
+
{
|
2129
|
+
value: 1048,
|
2130
|
+
name: 'Search Engine'
|
2131
|
+
},
|
2005
2132
|
{
|
2006
2133
|
value: 735,
|
2007
2134
|
name: 'Direct'
|
@@ -2021,12 +2148,15 @@ export const advancedFields = [
|
|
2021
2148
|
],
|
2022
2149
|
}]
|
2023
2150
|
},
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2151
|
+
echartConfig: '',
|
2152
|
+
|
2153
|
+
...httpConfig,
|
2154
|
+
|
2155
|
+
onClick: "",
|
2027
2156
|
onCreated: "",
|
2028
2157
|
onMounted: "this.loadDataDefaultHandle()",
|
2029
2158
|
|
2159
|
+
...defaultWfConfig,
|
2030
2160
|
showRuleFlag: 1,
|
2031
2161
|
showRuleEnabled: 1,
|
2032
2162
|
showRules: []
|
@@ -2044,6 +2174,7 @@ export const advancedFields = [
|
|
2044
2174
|
echarBarOption: {
|
2045
2175
|
backgroundColor: "#fff",
|
2046
2176
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2177
|
+
colors: [],
|
2047
2178
|
title: {
|
2048
2179
|
show: true,
|
2049
2180
|
top: '5px',
|
@@ -2190,12 +2321,14 @@ export const advancedFields = [
|
|
2190
2321
|
|
2191
2322
|
}]
|
2192
2323
|
},
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2324
|
+
echartConfig: '',
|
2325
|
+
|
2326
|
+
...httpConfig,
|
2327
|
+
|
2328
|
+
onClick: "",
|
2196
2329
|
onCreated: "",
|
2197
2330
|
onMounted: "this.loadDataDefaultHandle()",
|
2198
|
-
|
2331
|
+
...defaultWfConfig,
|
2199
2332
|
showRuleFlag: 1,
|
2200
2333
|
showRuleEnabled: 1,
|
2201
2334
|
showRules: []
|
@@ -2214,6 +2347,7 @@ export const advancedFields = [
|
|
2214
2347
|
echarCategoryOption: {
|
2215
2348
|
backgroundColor: "#fff",
|
2216
2349
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2350
|
+
colors: [],
|
2217
2351
|
title: {
|
2218
2352
|
show: true,
|
2219
2353
|
top: '5px',
|
@@ -2324,6 +2458,23 @@ export const advancedFields = [
|
|
2324
2458
|
shadowBlur: 4,
|
2325
2459
|
shadowOffsetY: 6
|
2326
2460
|
},
|
2461
|
+
itemStyle: {
|
2462
|
+
color: {
|
2463
|
+
type: 'linear',
|
2464
|
+
x: 0.5,
|
2465
|
+
y: 0.5,
|
2466
|
+
r: 0.5,
|
2467
|
+
colorStops: [{
|
2468
|
+
offset: 0, color: '#08C084' // 0% 处的颜色
|
2469
|
+
}, {
|
2470
|
+
offset: 1, color: '#97EACE' // 100% 处的颜色
|
2471
|
+
}],
|
2472
|
+
},
|
2473
|
+
cap: 'round',
|
2474
|
+
shadowColor: '#08C08450',
|
2475
|
+
shadowBlur: 4,
|
2476
|
+
shadowOffsetY: 6
|
2477
|
+
},
|
2327
2478
|
emphasis: {
|
2328
2479
|
scale: 1,
|
2329
2480
|
focus: 'series'
|
@@ -2358,6 +2509,23 @@ export const advancedFields = [
|
|
2358
2509
|
shadowBlur: 4,
|
2359
2510
|
shadowOffsetY: 6
|
2360
2511
|
},
|
2512
|
+
itemStyle: {
|
2513
|
+
color: {
|
2514
|
+
type: 'linear',
|
2515
|
+
x: 0.5,
|
2516
|
+
y: 0.5,
|
2517
|
+
r: 0.5,
|
2518
|
+
colorStops: [{
|
2519
|
+
offset: 0, color: '#FF6116' // 0% 处的颜色
|
2520
|
+
}, {
|
2521
|
+
offset: 1, color: '#F9A980' // 100% 处的颜色
|
2522
|
+
}],
|
2523
|
+
},
|
2524
|
+
cap: 'round',
|
2525
|
+
shadowColor: '#FF611650',
|
2526
|
+
shadowBlur: 4,
|
2527
|
+
shadowOffsetY: 6
|
2528
|
+
},
|
2361
2529
|
emphasis: {
|
2362
2530
|
scale: 1,
|
2363
2531
|
focus: 'series'
|
@@ -2367,12 +2535,14 @@ export const advancedFields = [
|
|
2367
2535
|
}]
|
2368
2536
|
|
2369
2537
|
},
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2538
|
+
echartConfig: '',
|
2539
|
+
|
2540
|
+
...httpConfig,
|
2541
|
+
|
2542
|
+
onClick: "",
|
2373
2543
|
onCreated: "",
|
2374
2544
|
onMounted: "this.loadDataDefaultHandle()",
|
2375
|
-
|
2545
|
+
...defaultWfConfig,
|
2376
2546
|
showRuleFlag: 1,
|
2377
2547
|
showRuleEnabled: 1,
|
2378
2548
|
showRules: []
|
@@ -2495,6 +2665,7 @@ export const advancedFields = [
|
|
2495
2665
|
keyName: "",
|
2496
2666
|
keyNameSuffix: "",
|
2497
2667
|
label: "",
|
2668
|
+
labelColor: '',
|
2498
2669
|
submitFlag: true,
|
2499
2670
|
disabled: !1,
|
2500
2671
|
hidden: !1,
|
@@ -2507,81 +2678,64 @@ export const advancedFields = [
|
|
2507
2678
|
entityTableDesc: null,
|
2508
2679
|
onCreated: "this.loadDataDefaultHandle();",
|
2509
2680
|
onMounted: "",
|
2681
|
+
onAfterConfirmFile: "",
|
2510
2682
|
vabUpload: 1,
|
2511
|
-
|
2683
|
+
|
2684
|
+
...httpConfig,
|
2512
2685
|
formScriptCode: "getList",
|
2513
|
-
|
2514
|
-
|
2515
|
-
wfEdit: false,
|
2516
|
-
enabledByWf: false,
|
2517
|
-
hiddenByWf: false,
|
2518
|
-
wfConfigData: [],
|
2686
|
+
|
2687
|
+
...defaultWfConfig,
|
2519
2688
|
|
2520
2689
|
showRuleFlag: 1,
|
2521
2690
|
showRuleEnabled: 1,
|
2522
|
-
showRules: []
|
2691
|
+
showRules: [],
|
2692
|
+
|
2693
|
+
hiddenFileInfo: false,
|
2694
|
+
hiddenFileName: false,
|
2695
|
+
showFileSize: false,
|
2696
|
+
showFileCreateBy: false,
|
2697
|
+
showFileCreateDate: false,
|
2698
|
+
widgetSize: 2
|
2523
2699
|
}
|
2524
2700
|
},
|
2525
2701
|
{
|
2526
2702
|
type: "vabsearch",
|
2527
2703
|
icon: "searchbox",
|
2528
2704
|
commonFlag: !0,
|
2705
|
+
columnFlag: true,
|
2529
2706
|
formItemFlag: !0,
|
2530
2707
|
tableField: null,
|
2531
2708
|
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
|
-
dialogModel: '1',
|
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
|
-
|
2709
|
+
...vabsearchConfig
|
2710
|
+
}
|
2711
|
+
},
|
2712
|
+
{
|
2713
|
+
type: "singerSearch",
|
2714
|
+
icon: "searchbox",
|
2715
|
+
// commonFlag: !0,
|
2716
|
+
// columnFlag: true,
|
2717
|
+
formItemFlag: !0,
|
2718
|
+
tableField: null,
|
2719
|
+
options: {
|
2720
|
+
...vabsearchConfig
|
2721
|
+
}
|
2722
|
+
},
|
2723
|
+
{
|
2724
|
+
type: "multiSearch",
|
2725
|
+
icon: "searchbox",
|
2726
|
+
// commonFlag: !0,
|
2727
|
+
// columnFlag: true,
|
2728
|
+
formItemFlag: !0,
|
2729
|
+
tableField: null,
|
2730
|
+
options: {
|
2731
|
+
...vabsearchConfig
|
2579
2732
|
}
|
2580
2733
|
},
|
2581
2734
|
{
|
2582
2735
|
type: "search_button",
|
2583
2736
|
icon: "button",
|
2584
2737
|
commonFlag: !0,
|
2738
|
+
columnFlag: true,
|
2585
2739
|
formItemFlag: !1,
|
2586
2740
|
options: {
|
2587
2741
|
name: "",
|
@@ -2609,16 +2763,13 @@ export const advancedFields = [
|
|
2609
2763
|
onCreated: "",
|
2610
2764
|
onMounted: "",
|
2611
2765
|
clickBindEvent: '1',
|
2766
|
+
onBeforeClickButton:null,
|
2612
2767
|
searchDialogConfig: {
|
2613
2768
|
...defaultSearchDialogConfig,
|
2614
2769
|
tableEnabled: true
|
2615
2770
|
},
|
2616
|
-
|
2617
|
-
|
2618
|
-
enabledByWf: false,
|
2619
|
-
hiddenByWf: false,
|
2620
|
-
wfConfigData: [],
|
2621
|
-
|
2771
|
+
...defaultWfConfig,
|
2772
|
+
...defaultWidgetShowRuleConfig,
|
2622
2773
|
showRuleFlag: 1,
|
2623
2774
|
showRuleEnabled: 1,
|
2624
2775
|
showRules: []
|
@@ -2629,6 +2780,7 @@ export const advancedFields = [
|
|
2629
2780
|
targetType: "button",
|
2630
2781
|
icon: "button",
|
2631
2782
|
commonFlag: !0,
|
2783
|
+
columnFlag: true,
|
2632
2784
|
formItemFlag: !1,
|
2633
2785
|
options: {
|
2634
2786
|
name: "",
|
@@ -2651,14 +2803,13 @@ export const advancedFields = [
|
|
2651
2803
|
accessType: "1",
|
2652
2804
|
saveButton: true,
|
2653
2805
|
clickBindEvent: null,
|
2806
|
+
onBeforeClickButton:null,
|
2654
2807
|
searchDialogConfig: {
|
2655
2808
|
...defaultSearchDialogConfig
|
2656
2809
|
},
|
2657
|
-
|
2658
|
-
|
2659
|
-
enabledByWf: false,
|
2810
|
+
...defaultWfConfig,
|
2811
|
+
...defaultWidgetShowRuleConfig,
|
2660
2812
|
hiddenByWf: true,
|
2661
|
-
wfConfigData: [],
|
2662
2813
|
|
2663
2814
|
showRuleFlag: 1,
|
2664
2815
|
showRuleEnabled: 1,
|
@@ -2671,6 +2822,7 @@ export const advancedFields = [
|
|
2671
2822
|
targetType: "button",
|
2672
2823
|
icon: "button",
|
2673
2824
|
commonFlag: !0,
|
2825
|
+
columnFlag: true,
|
2674
2826
|
formItemFlag: !1,
|
2675
2827
|
options: {
|
2676
2828
|
name: "",
|
@@ -2691,15 +2843,12 @@ export const advancedFields = [
|
|
2691
2843
|
onClick: "this.getFormRef().$baseReload()",
|
2692
2844
|
accessType: "1",
|
2693
2845
|
clickBindEvent: null,
|
2846
|
+
onBeforeClickButton:null,
|
2694
2847
|
searchDialogConfig: {
|
2695
2848
|
...defaultSearchDialogConfig
|
2696
2849
|
},
|
2697
|
-
|
2698
|
-
|
2699
|
-
enabledByWf: true,
|
2700
|
-
hiddenByWf: false,
|
2701
|
-
wfConfigData: [],
|
2702
|
-
|
2850
|
+
...defaultWfConfig,
|
2851
|
+
...defaultWidgetShowRuleConfig,
|
2703
2852
|
showRuleFlag: 1,
|
2704
2853
|
showRuleEnabled: 1,
|
2705
2854
|
showRules: []
|
@@ -2710,6 +2859,7 @@ export const advancedFields = [
|
|
2710
2859
|
icon: "list-export",
|
2711
2860
|
formItemFlag: !1,
|
2712
2861
|
commonFlag: !0,
|
2862
|
+
columnFlag: true,
|
2713
2863
|
tableField: null,
|
2714
2864
|
options: {
|
2715
2865
|
name: "",
|
@@ -2720,14 +2870,12 @@ export const advancedFields = [
|
|
2720
2870
|
exportFileName: '导出',
|
2721
2871
|
tableRef: '',
|
2722
2872
|
tableExportParam: "",
|
2873
|
+
showImageAtTable: false,
|
2874
|
+
|
2723
2875
|
onCreated: "",
|
2724
2876
|
onMounted: "",
|
2725
|
-
|
2726
|
-
|
2727
|
-
enabledByWf: false,
|
2728
|
-
hiddenByWf: false,
|
2729
|
-
wfConfigData: [],
|
2730
|
-
|
2877
|
+
...defaultWfConfig,
|
2878
|
+
...defaultWidgetShowRuleConfig,
|
2731
2879
|
showRuleFlag: 1,
|
2732
2880
|
showRuleEnabled: 1,
|
2733
2881
|
showRules: []
|
@@ -2739,6 +2887,7 @@ export const advancedFields = [
|
|
2739
2887
|
targetType: "button",
|
2740
2888
|
icon: "button",
|
2741
2889
|
commonFlag: !0,
|
2890
|
+
columnFlag: true,
|
2742
2891
|
formItemFlag: !1,
|
2743
2892
|
options: {
|
2744
2893
|
name: "",
|
@@ -2758,76 +2907,82 @@ export const advancedFields = [
|
|
2758
2907
|
onMounted: "",
|
2759
2908
|
onClick: "",
|
2760
2909
|
clickBindEvent: null,
|
2910
|
+
onBeforeClickButton:null,
|
2761
2911
|
searchDialogConfig: {
|
2762
2912
|
...defaultSearchDialogConfig
|
2763
2913
|
},
|
2764
|
-
|
2765
|
-
|
2766
|
-
|
2767
|
-
hiddenByWf: false,
|
2768
|
-
wfConfigData: [],
|
2769
|
-
|
2914
|
+
...defaultWfConfig,
|
2915
|
+
hiddenByWf: true,
|
2916
|
+
...defaultWidgetShowRuleConfig,
|
2770
2917
|
showRuleFlag: 1,
|
2771
2918
|
showRuleEnabled: 1,
|
2772
2919
|
showRules: []
|
2773
2920
|
},
|
2774
2921
|
},
|
2775
2922
|
{
|
2776
|
-
type: "
|
2777
|
-
targetType: "button",
|
2923
|
+
type: "import-button",
|
2778
2924
|
icon: "button",
|
2779
2925
|
commonFlag: !0,
|
2926
|
+
columnFlag: true,
|
2780
2927
|
formItemFlag: !1,
|
2781
2928
|
options: {
|
2782
2929
|
name: "",
|
2783
|
-
label: "
|
2930
|
+
label: "导入",
|
2784
2931
|
columnWidth: "200px",
|
2785
2932
|
size: "",
|
2786
|
-
|
2933
|
+
|
2934
|
+
// displayStyle: "block",
|
2787
2935
|
disabled: !1,
|
2788
2936
|
hidden: !1,
|
2937
|
+
buttonTypeFlag: 1,
|
2789
2938
|
type: "primary",
|
2790
|
-
plain: !1,
|
2939
|
+
/*plain: !1,
|
2791
2940
|
round: !1,
|
2792
2941
|
circle: !1,
|
2793
|
-
icon: "el-icon-
|
2942
|
+
icon: "el-icon-download",*/
|
2794
2943
|
customClass: "",
|
2795
2944
|
onCreated: "",
|
2796
2945
|
onMounted: "",
|
2797
|
-
//
|
2798
|
-
|
2799
|
-
accessType: "1",
|
2800
|
-
saveButton: true,
|
2801
|
-
clickBindEvent: null,
|
2946
|
+
// clickBindEvent: null,
|
2947
|
+
onBeforeClickButton:null,
|
2802
2948
|
searchDialogConfig: {
|
2803
2949
|
...defaultSearchDialogConfig
|
2804
2950
|
},
|
2805
|
-
|
2806
|
-
wfEdit: false,
|
2807
|
-
enabledByWf: false,
|
2951
|
+
...defaultWfConfig,
|
2808
2952
|
hiddenByWf: true,
|
2809
|
-
|
2953
|
+
...defaultWidgetShowRuleConfig,
|
2954
|
+
importFileLimitSize: 200,
|
2955
|
+
importEntity: '',
|
2956
|
+
importAttachCode: '',
|
2957
|
+
importAttachName: '',
|
2958
|
+
importScriptCode: '',
|
2959
|
+
onBeforeImport: '',
|
2960
|
+
enabledImportPreHandle: false,
|
2961
|
+
tableRef: '',
|
2962
|
+
onSuccessImport: '',
|
2810
2963
|
|
2811
2964
|
showRuleFlag: 1,
|
2812
2965
|
showRuleEnabled: 1,
|
2813
2966
|
showRules: []
|
2814
|
-
|
2815
2967
|
},
|
2816
2968
|
},
|
2817
2969
|
{
|
2818
|
-
type: "
|
2970
|
+
type: "import2-button",
|
2819
2971
|
icon: "button",
|
2820
2972
|
commonFlag: !0,
|
2973
|
+
columnFlag: true,
|
2821
2974
|
formItemFlag: !1,
|
2822
2975
|
options: {
|
2823
2976
|
name: "",
|
2824
|
-
label: "
|
2977
|
+
label: "明细导入",
|
2825
2978
|
columnWidth: "200px",
|
2826
2979
|
size: "",
|
2980
|
+
|
2827
2981
|
// displayStyle: "block",
|
2828
2982
|
disabled: !1,
|
2829
2983
|
hidden: !1,
|
2830
|
-
|
2984
|
+
buttonTypeFlag: 1,
|
2985
|
+
type: "",
|
2831
2986
|
/*plain: !1,
|
2832
2987
|
round: !1,
|
2833
2988
|
circle: !1,
|
@@ -2836,19 +2991,21 @@ export const advancedFields = [
|
|
2836
2991
|
onCreated: "",
|
2837
2992
|
onMounted: "",
|
2838
2993
|
// clickBindEvent: null,
|
2994
|
+
onBeforeClickButton:null,
|
2839
2995
|
searchDialogConfig: {
|
2840
2996
|
...defaultSearchDialogConfig
|
2841
2997
|
},
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2847
|
-
importEntity: '',
|
2998
|
+
...defaultWfConfig,
|
2999
|
+
hiddenByWf: true,
|
3000
|
+
...defaultWidgetShowRuleConfig,
|
3001
|
+
frontImportFlag: 1,
|
3002
|
+
importFileLimitSize: 200,
|
2848
3003
|
importAttachCode: '',
|
2849
|
-
|
2850
|
-
|
2851
|
-
|
3004
|
+
importAttachName: '',
|
3005
|
+
tableRef: '',
|
3006
|
+
onConfirmImportEnabled: false,
|
3007
|
+
onConfirmImport: '',
|
3008
|
+
onSuccessImport: '',
|
2852
3009
|
|
2853
3010
|
showRuleFlag: 1,
|
2854
3011
|
showRuleEnabled: 1,
|
@@ -2859,6 +3016,7 @@ export const advancedFields = [
|
|
2859
3016
|
type: "print-button",
|
2860
3017
|
icon: "button",
|
2861
3018
|
commonFlag: !0,
|
3019
|
+
columnFlag: true,
|
2862
3020
|
formItemFlag: !1,
|
2863
3021
|
options: {
|
2864
3022
|
name: "",
|
@@ -2877,14 +3035,12 @@ export const advancedFields = [
|
|
2877
3035
|
onCreated: "",
|
2878
3036
|
onMounted: "",
|
2879
3037
|
// clickBindEvent: null,
|
3038
|
+
onBeforeClickButton:null,
|
2880
3039
|
searchDialogConfig: {
|
2881
3040
|
...defaultSearchDialogConfig
|
2882
3041
|
},
|
2883
|
-
|
2884
|
-
|
2885
|
-
enabledByWf: false,
|
2886
|
-
hiddenByWf: false,
|
2887
|
-
wfConfigData: [],
|
3042
|
+
...defaultWfConfig,
|
3043
|
+
...defaultWidgetShowRuleConfig,
|
2888
3044
|
printTableRef: "",
|
2889
3045
|
printItems: [],
|
2890
3046
|
|
@@ -2896,6 +3052,7 @@ export const advancedFields = [
|
|
2896
3052
|
{
|
2897
3053
|
type: "baseAttachment",
|
2898
3054
|
icon: "file-upload-field",
|
3055
|
+
columnFlag: true,
|
2899
3056
|
formItemFlag: !0,
|
2900
3057
|
tableField: null,
|
2901
3058
|
options: {
|
@@ -2904,6 +3061,7 @@ export const advancedFields = [
|
|
2904
3061
|
keyName: "",
|
2905
3062
|
keyNameSuffix: "",
|
2906
3063
|
label: "",
|
3064
|
+
labelColor: '',
|
2907
3065
|
submitFlag: true,
|
2908
3066
|
disabled: !1,
|
2909
3067
|
hidden: !1,
|
@@ -2916,11 +3074,8 @@ export const advancedFields = [
|
|
2916
3074
|
entityTableDesc: null,
|
2917
3075
|
onCreated: "",
|
2918
3076
|
onMounted: "",
|
2919
|
-
|
2920
|
-
|
2921
|
-
enabledByWf: false,
|
2922
|
-
hiddenByWf: false,
|
2923
|
-
wfConfigData: [],
|
3077
|
+
onAfterConfirmFile: "",
|
3078
|
+
...defaultWfConfig,
|
2924
3079
|
|
2925
3080
|
showRuleFlag: 1,
|
2926
3081
|
showRuleEnabled: 1,
|
@@ -2931,6 +3086,7 @@ export const advancedFields = [
|
|
2931
3086
|
type: "status",
|
2932
3087
|
icon: "status",
|
2933
3088
|
commonFlag: !0,
|
3089
|
+
columnFlag: true,
|
2934
3090
|
formItemFlag: !0,
|
2935
3091
|
tableField: null,
|
2936
3092
|
options: {
|
@@ -2938,6 +3094,7 @@ export const advancedFields = [
|
|
2938
3094
|
keyNameEnabled: !1,
|
2939
3095
|
keyName: "",
|
2940
3096
|
label: "",
|
3097
|
+
labelColor: '',
|
2941
3098
|
submitFlag: true,
|
2942
3099
|
disabled: !1,
|
2943
3100
|
hidden: !1,
|
@@ -2949,6 +3106,7 @@ export const advancedFields = [
|
|
2949
3106
|
statusParam: [],
|
2950
3107
|
onCreated: "",
|
2951
3108
|
onMounted: "",
|
3109
|
+
...defaultWfConfig,
|
2952
3110
|
|
2953
3111
|
showRuleFlag: 1,
|
2954
3112
|
showRuleEnabled: 1,
|
@@ -2992,80 +3150,349 @@ export const advancedFields = [
|
|
2992
3150
|
detailItems: []
|
2993
3151
|
}
|
2994
3152
|
],
|
2995
|
-
|
2996
|
-
|
2997
|
-
|
3153
|
+
|
3154
|
+
...httpConfig,
|
3155
|
+
|
2998
3156
|
onCreated: "",
|
2999
3157
|
onMounted: "",
|
3000
|
-
|
3158
|
+
...defaultWfConfig,
|
3001
3159
|
showRuleFlag: 1,
|
3002
3160
|
showRuleEnabled: 1,
|
3003
3161
|
showRules: []
|
3004
3162
|
}
|
3005
3163
|
},
|
3164
|
+
|
3006
3165
|
{
|
3007
3166
|
type: "project-tag",
|
3008
3167
|
icon: "uploadbox",
|
3009
|
-
|
3168
|
+
commonFlag: !0,
|
3169
|
+
columnFlag: true,
|
3010
3170
|
formItemFlag: !0,
|
3011
3171
|
tableField: null,
|
3172
|
+
options: {
|
3173
|
+
...projectTagConfig
|
3174
|
+
}
|
3175
|
+
},
|
3176
|
+
{
|
3177
|
+
type: "table2",
|
3178
|
+
category: "container",
|
3179
|
+
icon: "table",
|
3180
|
+
commonFlag: !0,
|
3181
|
+
formItemFlag: !0,
|
3182
|
+
rows: [],
|
3012
3183
|
options: {
|
3013
3184
|
name: "",
|
3014
|
-
keyNameEnabled: !
|
3185
|
+
keyNameEnabled: !0,
|
3015
3186
|
keyName: "",
|
3016
|
-
|
3017
|
-
|
3187
|
+
hidden: !1,
|
3188
|
+
customClass: "",
|
3189
|
+
styleTableClass: '',
|
3190
|
+
// fullWidth: false,
|
3018
3191
|
submitFlag: true,
|
3192
|
+
|
3193
|
+
...httpConfig,
|
3194
|
+
|
3195
|
+
onCreated: "this.loadDataDefaultHandle()",
|
3196
|
+
onMounted: "",
|
3197
|
+
...defaultWfConfig,
|
3198
|
+
showRuleFlag: 1,
|
3199
|
+
showRuleEnabled: 1,
|
3200
|
+
showRules: []
|
3201
|
+
}
|
3202
|
+
},
|
3203
|
+
{
|
3204
|
+
type: "dropdown-menu",
|
3205
|
+
icon: "tab",
|
3206
|
+
// commonFlag: !0,
|
3207
|
+
// columnFlag: true,
|
3208
|
+
widgetList: [],
|
3209
|
+
options: {
|
3210
|
+
name: "",
|
3211
|
+
label: "",
|
3212
|
+
hidden: !1,
|
3213
|
+
disabled: !1,
|
3214
|
+
height: '',
|
3215
|
+
// isFullscreen: false,
|
3216
|
+
tabClass: 'tab-boxCard tabCard-sty1',
|
3217
|
+
customClass: "",
|
3218
|
+
dropdownMenuFlag: 1,
|
3219
|
+
...defaultWfConfig,
|
3220
|
+
onCreated: "",
|
3221
|
+
onMounted: "",
|
3222
|
+
}
|
3223
|
+
},
|
3224
|
+
{
|
3225
|
+
type: "dropdown-item",
|
3226
|
+
icon: "tab-pane",
|
3227
|
+
internal: !0,
|
3228
|
+
options: {
|
3229
|
+
name: "",
|
3230
|
+
label: "",
|
3231
|
+
hidden: !1,
|
3232
|
+
active: !1,
|
3019
3233
|
disabled: !1,
|
3020
|
-
|
3234
|
+
customClass: "",
|
3235
|
+
dropdownItemFlag: 1,
|
3236
|
+
|
3237
|
+
onClick: "",
|
3238
|
+
clickBindEvent: null,
|
3239
|
+
onBeforeClickButton:null,
|
3240
|
+
searchDialogConfig: {
|
3241
|
+
...defaultSearchDialogConfig
|
3242
|
+
},
|
3243
|
+
addTableDataConfig: {
|
3244
|
+
tableRef: null,
|
3245
|
+
tableData: {}
|
3246
|
+
},
|
3247
|
+
}
|
3248
|
+
},
|
3249
|
+
]
|
3250
|
+
|
3251
|
+
|
3252
|
+
export const businessFields = [
|
3253
|
+
{
|
3254
|
+
type: "create_by-text",
|
3255
|
+
targetType: "text",
|
3256
|
+
icon: "text",
|
3257
|
+
commonFlag: !0,
|
3258
|
+
formItemFlag: !0,
|
3259
|
+
columnFlag: true,
|
3260
|
+
tableField: null,
|
3261
|
+
options: {
|
3262
|
+
name: "",
|
3263
|
+
keyNameEnabled: !0,
|
3264
|
+
keyName: "_createBy",
|
3265
|
+
label: "创建人",
|
3266
|
+
submitFlag: true,
|
3267
|
+
formField: "",
|
3021
3268
|
hidden: !1,
|
3022
3269
|
required: !1,
|
3270
|
+
customClass: "",
|
3271
|
+
defaultValue: "",
|
3272
|
+
labelAlign: "",
|
3023
3273
|
labelWidth: null,
|
3024
3274
|
labelHidden: !1,
|
3025
|
-
onCreated: "
|
3275
|
+
onCreated: "",
|
3026
3276
|
onMounted: "",
|
3027
|
-
|
3028
|
-
|
3029
|
-
|
3030
|
-
|
3031
|
-
|
3032
|
-
|
3033
|
-
enabledByWf: false,
|
3034
|
-
hiddenByWf: false,
|
3035
|
-
wfConfigData: [],
|
3277
|
+
accessType: "1",
|
3278
|
+
labelColor: '',
|
3279
|
+
...defaultWfConfig,
|
3280
|
+
|
3281
|
+
autoValueEnabled: false,
|
3282
|
+
autoValueHanlde: null,
|
3036
3283
|
|
3037
3284
|
showRuleFlag: 1,
|
3038
3285
|
showRuleEnabled: 1,
|
3039
|
-
showRules: []
|
3286
|
+
showRules: [],
|
3287
|
+
|
3288
|
+
...defaultTextFlagConfig
|
3040
3289
|
}
|
3041
3290
|
},
|
3042
3291
|
{
|
3043
|
-
type: "
|
3044
|
-
|
3045
|
-
icon: "
|
3292
|
+
type: "modify_by-text",
|
3293
|
+
targetType: "text",
|
3294
|
+
icon: "text",
|
3046
3295
|
commonFlag: !0,
|
3047
3296
|
formItemFlag: !0,
|
3048
|
-
|
3297
|
+
columnFlag: true,
|
3298
|
+
tableField: null,
|
3049
3299
|
options: {
|
3050
3300
|
name: "",
|
3051
3301
|
keyNameEnabled: !0,
|
3052
|
-
keyName: "",
|
3302
|
+
keyName: "_modifyBy",
|
3303
|
+
label: "更新人",
|
3304
|
+
submitFlag: true,
|
3305
|
+
formField: "",
|
3053
3306
|
hidden: !1,
|
3307
|
+
required: !1,
|
3054
3308
|
customClass: "",
|
3055
|
-
|
3056
|
-
|
3309
|
+
defaultValue: "",
|
3310
|
+
labelAlign: "",
|
3311
|
+
labelWidth: null,
|
3312
|
+
labelHidden: !1,
|
3313
|
+
onCreated: "",
|
3314
|
+
onMounted: "",
|
3315
|
+
accessType: "1",
|
3316
|
+
labelColor: '',
|
3317
|
+
...defaultWfConfig,
|
3318
|
+
|
3319
|
+
autoValueEnabled: false,
|
3320
|
+
autoValueHanlde: null,
|
3321
|
+
|
3322
|
+
showRuleFlag: 1,
|
3323
|
+
showRuleEnabled: 1,
|
3324
|
+
showRules: [],
|
3325
|
+
|
3326
|
+
...defaultTextFlagConfig
|
3327
|
+
}
|
3328
|
+
},
|
3329
|
+
{
|
3330
|
+
type: "create_date-text",
|
3331
|
+
targetType: "text",
|
3332
|
+
icon: "text",
|
3333
|
+
commonFlag: !0,
|
3334
|
+
formItemFlag: !0,
|
3335
|
+
columnFlag: true,
|
3336
|
+
tableField: null,
|
3337
|
+
options: {
|
3338
|
+
name: "",
|
3339
|
+
keyNameEnabled: !0,
|
3340
|
+
keyName: "create_date",
|
3341
|
+
label: "创建时间",
|
3057
3342
|
submitFlag: true,
|
3058
|
-
|
3059
|
-
|
3060
|
-
|
3061
|
-
|
3343
|
+
formField: "",
|
3344
|
+
hidden: !1,
|
3345
|
+
required: !1,
|
3346
|
+
customClass: "",
|
3347
|
+
defaultValue: "",
|
3348
|
+
labelAlign: "",
|
3349
|
+
labelWidth: null,
|
3350
|
+
labelHidden: !1,
|
3351
|
+
onCreated: "",
|
3062
3352
|
onMounted: "",
|
3353
|
+
accessType: "1",
|
3354
|
+
labelColor: '',
|
3355
|
+
...defaultWfConfig,
|
3356
|
+
|
3357
|
+
autoValueEnabled: false,
|
3358
|
+
autoValueHanlde: null,
|
3063
3359
|
|
3064
3360
|
showRuleFlag: 1,
|
3065
3361
|
showRuleEnabled: 1,
|
3066
|
-
showRules: []
|
3362
|
+
showRules: [],
|
3363
|
+
|
3364
|
+
...defaultTextFlagConfig
|
3067
3365
|
}
|
3068
3366
|
},
|
3367
|
+
{
|
3368
|
+
type: "modify_date-text",
|
3369
|
+
targetType: "text",
|
3370
|
+
icon: "text",
|
3371
|
+
commonFlag: !0,
|
3372
|
+
formItemFlag: !0,
|
3373
|
+
columnFlag: true,
|
3374
|
+
tableField: null,
|
3375
|
+
options: {
|
3376
|
+
name: "",
|
3377
|
+
keyNameEnabled: !0,
|
3378
|
+
keyName: "modify_date",
|
3379
|
+
label: "更新时间",
|
3380
|
+
submitFlag: true,
|
3381
|
+
formField: "",
|
3382
|
+
hidden: !1,
|
3383
|
+
required: !1,
|
3384
|
+
customClass: "",
|
3385
|
+
defaultValue: "",
|
3386
|
+
labelAlign: "",
|
3387
|
+
labelWidth: null,
|
3388
|
+
labelHidden: !1,
|
3389
|
+
onCreated: "",
|
3390
|
+
onMounted: "",
|
3391
|
+
accessType: "1",
|
3392
|
+
labelColor: '',
|
3393
|
+
...defaultWfConfig,
|
3394
|
+
|
3395
|
+
autoValueEnabled: false,
|
3396
|
+
autoValueHanlde: null,
|
3397
|
+
|
3398
|
+
showRuleFlag: 1,
|
3399
|
+
showRuleEnabled: 1,
|
3400
|
+
showRules: [],
|
3401
|
+
|
3402
|
+
...defaultTextFlagConfig
|
3403
|
+
}
|
3404
|
+
},
|
3405
|
+
|
3406
|
+
{
|
3407
|
+
type: "user-vabsearch",
|
3408
|
+
targetType: "singerSearch",
|
3409
|
+
icon: "searchbox",
|
3410
|
+
commonFlag: !0,
|
3411
|
+
columnFlag: true,
|
3412
|
+
formItemFlag: !0,
|
3413
|
+
tableField: null,
|
3414
|
+
options: {
|
3415
|
+
...vabsearchConfig,
|
3416
|
+
vabSearchName: "nick_name",
|
3417
|
+
userDefaultVabSearch: true,
|
3418
|
+
label: "用户",
|
3419
|
+
labelColor: '',
|
3420
|
+
searchDialogConfig: {
|
3421
|
+
...defaultSearchDialogConfig,
|
3422
|
+
multipleChoices: false,
|
3423
|
+
formCode: "user_dialog",
|
3424
|
+
valueSourceField: "id",
|
3425
|
+
labelSourceField: "nick_name",
|
3426
|
+
},
|
3427
|
+
}
|
3428
|
+
},
|
3429
|
+
{
|
3430
|
+
type: "saleOrg-vabsearch",
|
3431
|
+
targetType: "singerSearch",
|
3432
|
+
icon: "searchbox",
|
3433
|
+
commonFlag: !0,
|
3434
|
+
columnFlag: true,
|
3435
|
+
formItemFlag: !0,
|
3436
|
+
tableField: null,
|
3437
|
+
options: {
|
3438
|
+
...vabsearchConfig,
|
3439
|
+
vabSearchName: "sale_org_name",
|
3440
|
+
saleOrgDefaultVabSearch: true,
|
3441
|
+
label: "机构",
|
3442
|
+
labelColor: '',
|
3443
|
+
searchDialogConfig: {
|
3444
|
+
...defaultSearchDialogConfig,
|
3445
|
+
multipleChoices: false,
|
3446
|
+
formCode: "sale_org_dialog",
|
3447
|
+
valueSourceField: "id",
|
3448
|
+
labelSourceField: "name"
|
3449
|
+
},
|
3450
|
+
}
|
3451
|
+
},
|
3452
|
+
|
3453
|
+
{
|
3454
|
+
type: "user-project-tag",
|
3455
|
+
targetType: "project-tag",
|
3456
|
+
icon: "uploadbox",
|
3457
|
+
commonFlag: !0,
|
3458
|
+
columnFlag: true,
|
3459
|
+
formItemFlag: !0,
|
3460
|
+
tableField: null,
|
3461
|
+
options: {
|
3462
|
+
...projectTagConfig,
|
3463
|
+
label: "用户",
|
3464
|
+
labelColor: '',
|
3465
|
+
tagFormCode: "user_dialog",
|
3466
|
+
tagLabelField: "nick_name",
|
3467
|
+
tagUniqueField: "id",
|
3468
|
+
tagFormLabelField: "nick_name",
|
3469
|
+
tagFormUniqueField: "id",
|
3470
|
+
tabDeleteEnabled: true,
|
3471
|
+
}
|
3472
|
+
},
|
3473
|
+
{
|
3474
|
+
type: "saleOrg-project-tag",
|
3475
|
+
targetType: "project-tag",
|
3476
|
+
icon: "uploadbox",
|
3477
|
+
commonFlag: !0,
|
3478
|
+
columnFlag: true,
|
3479
|
+
formItemFlag: !0,
|
3480
|
+
tableField: null,
|
3481
|
+
options: {
|
3482
|
+
...projectTagConfig,
|
3483
|
+
label: "机构",
|
3484
|
+
labelColor: '',
|
3485
|
+
tagFormCode: "sale_org_dialog",
|
3486
|
+
tagLabelField: "name",
|
3487
|
+
tagUniqueField: "id",
|
3488
|
+
tagFormLabelField: "name",
|
3489
|
+
tagFormUniqueField: "id",
|
3490
|
+
tabDeleteEnabled: true,
|
3491
|
+
|
3492
|
+
}
|
3493
|
+
},
|
3494
|
+
|
3495
|
+
|
3069
3496
|
]
|
3070
3497
|
|
3071
3498
|
export const keyNamePrefixMap = {
|