cloud-web-corejs 1.0.54-dev.26 → 1.0.54-dev.260
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 +1470 -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 +22 -13
- 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 +36 -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 +40 -17
- 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 +2 -0
- package/src/components/wf/setCandidateDialog.vue +1 -0
- package/src/components/wf/wf.js +1774 -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 +1486 -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 +811 -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 +1043 -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/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 +779 -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 +2397 -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 +2443 -3
- package/src/components/xform/lang/zh-CN.js +14 -3
- package/src/components/xform/mixins/defaultHandle.js +322 -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.js +669 -0
- package/src/components/xform/utils/util.js +1445 -1
- package/src/components/xform/utils/validators.js +133 -4
- 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 +667 -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 +205 -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/request_async_setting/edit.vue +279 -0
- package/src/views/bd/setting/request_async_setting/list.vue +254 -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 +2 -2
- 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_manage/list.vue +1 -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 +11 -1
- package/src/views/user/wf/wf_obj_config/list.vue +101 -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,158 @@ 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
|
+
searchDialogConfig: {
|
849
|
+
...defaultSearchDialogConfig,
|
850
|
+
multipleChoices: false
|
851
|
+
},
|
852
|
+
...defaultWfConfig,
|
853
|
+
valueField: null,
|
854
|
+
multipleChoices: false,
|
855
|
+
|
856
|
+
showRuleFlag: 1,
|
857
|
+
showRuleEnabled: 1,
|
858
|
+
showRules: []
|
859
|
+
}
|
860
|
+
|
861
|
+
const projectTagConfig = {
|
862
|
+
name: "",
|
863
|
+
keyNameEnabled: !1,
|
864
|
+
keyName: "",
|
865
|
+
// keyNameSuffix: "",
|
866
|
+
label: "",
|
867
|
+
labelColor: '',
|
868
|
+
submitFlag: true,
|
869
|
+
disabled: !1,
|
870
|
+
readonly: false,
|
871
|
+
hidden: !1,
|
872
|
+
required: !1,
|
873
|
+
labelWidth: null,
|
874
|
+
labelHidden: !1,
|
875
|
+
onCreated: "if(this.dataId)this.loadDataDefaultHandle();",
|
876
|
+
onMounted: "",
|
877
|
+
onClick: "",
|
878
|
+
// vabUpload: 1,
|
879
|
+
|
880
|
+
...httpConfig,
|
881
|
+
formScriptCode: "getList",
|
882
|
+
|
883
|
+
...defaultWfConfig,
|
884
|
+
|
885
|
+
showRuleFlag: 1,
|
886
|
+
showRuleEnabled: 1,
|
887
|
+
showRules: [],
|
888
|
+
|
889
|
+
tagFormCode: null,
|
890
|
+
tagFormParam: null,
|
891
|
+
tagLabelField: null,
|
892
|
+
tagUniqueField: null,
|
893
|
+
tagFormLabelField: null,
|
894
|
+
tagFormUniqueField: null,
|
895
|
+
tagFillConfig: [],
|
896
|
+
tagConfirmCallback: null,
|
897
|
+
tagDeleteCallback: null,
|
898
|
+
tabDeleteEnabled: true,
|
899
|
+
|
900
|
+
}
|
901
|
+
|
902
|
+
const httpConfig = {
|
903
|
+
httpFormCode: null,
|
904
|
+
formScriptEnabled: true,
|
905
|
+
formScriptCode: null,
|
906
|
+
formScriptParam: null,
|
907
|
+
formScriptSuccess: null,
|
908
|
+
formScriptCallback: null,
|
909
|
+
}
|
910
|
+
|
911
|
+
export const hiddenWidgetTypesOfWf = ["button", "search_button", "table-export-button", "add_button", "import-button", "import2-button", "print-button"];
|
912
|
+
export const freeWidgetTypesOfWf = ["reset_button", "a-link", "a-text"];
|
913
|
+
|
763
914
|
export const basicFields = [
|
764
915
|
{
|
765
916
|
type: "input",
|
766
917
|
icon: "text-field",
|
918
|
+
commonFlag: !0,
|
767
919
|
formItemFlag: !0,
|
920
|
+
columnFlag: true,
|
768
921
|
tableField: null,
|
769
922
|
options: {
|
770
923
|
name: "",
|
771
924
|
keyNameEnabled: !1,
|
772
925
|
keyName: "",
|
773
926
|
label: "",
|
927
|
+
labelColor: '',
|
774
928
|
submitFlag: true,
|
775
929
|
/**showText: false,*/
|
776
930
|
formField: "",
|
@@ -800,9 +954,9 @@ export const basicFields = [
|
|
800
954
|
showWordLimit: !1,
|
801
955
|
prefixIcon: "",
|
802
956
|
suffixIcon: "",
|
803
|
-
appendButton: !1,
|
957
|
+
/*appendButton: !1,
|
804
958
|
appendButtonDisabled: !1,
|
805
|
-
buttonIcon: "el-icon-search"
|
959
|
+
buttonIcon: "el-icon-search",*/
|
806
960
|
onCreated: "",
|
807
961
|
onMounted: "",
|
808
962
|
onInput: "",
|
@@ -813,33 +967,28 @@ export const basicFields = [
|
|
813
967
|
onAppendButtonClick: "",
|
814
968
|
widgetWidth: "",
|
815
969
|
accessType: "1",
|
816
|
-
|
817
|
-
wfEdit: false,
|
818
|
-
enabledByWf: false,
|
819
|
-
hiddenByWf: false,
|
820
|
-
wfConfigData: [],
|
970
|
+
...defaultWfConfig,
|
821
971
|
|
822
972
|
showRuleFlag: 1,
|
823
973
|
showRuleEnabled: 1,
|
824
974
|
showRules: [],
|
825
|
-
|
826
|
-
|
827
|
-
textRule2: false,
|
828
|
-
textRule3: false,
|
829
|
-
textRule2Number: null,
|
830
|
-
textRule3Number: null
|
975
|
+
|
976
|
+
...defaultTextFlagConfig
|
831
977
|
}
|
832
978
|
},
|
833
979
|
{
|
834
980
|
type: "input-batch",
|
835
981
|
icon: "input-batch",
|
982
|
+
commonFlag: !0,
|
836
983
|
formItemFlag: !0,
|
984
|
+
columnFlag: true,
|
837
985
|
tableField: null,
|
838
986
|
options: {
|
839
987
|
name: "",
|
840
988
|
keyNameEnabled: !1,
|
841
989
|
keyName: "",
|
842
990
|
label: "",
|
991
|
+
labelColor: '',
|
843
992
|
submitFlag: true,
|
844
993
|
formField: "",
|
845
994
|
labelAlign: "",
|
@@ -860,7 +1009,7 @@ export const basicFields = [
|
|
860
1009
|
validation: "",
|
861
1010
|
validationHint: "",
|
862
1011
|
customClass: "",
|
863
|
-
labelIconClass: null,
|
1012
|
+
/*labelIconClass: null,
|
864
1013
|
labelIconPosition: "rear",
|
865
1014
|
labelTooltip: null,
|
866
1015
|
minLength: null,
|
@@ -870,7 +1019,7 @@ export const basicFields = [
|
|
870
1019
|
suffixIcon: "",
|
871
1020
|
appendButton: !1,
|
872
1021
|
appendButtonDisabled: !1,
|
873
|
-
buttonIcon: "el-icon-search"
|
1022
|
+
buttonIcon: "el-icon-search",*/
|
874
1023
|
onCreated: "",
|
875
1024
|
onMounted: "",
|
876
1025
|
onInput: "",
|
@@ -878,37 +1027,31 @@ export const basicFields = [
|
|
878
1027
|
onFocus: "",
|
879
1028
|
onBlur: "",
|
880
1029
|
onValidate: "",
|
881
|
-
onAppendButtonClick: "",
|
1030
|
+
// onAppendButtonClick: "",
|
882
1031
|
widgetWidth: "",
|
883
1032
|
accessType: "1",
|
884
|
-
|
885
|
-
wfEdit: false,
|
886
|
-
enabledByWf: false,
|
887
|
-
hiddenByWf: false,
|
888
|
-
wfConfigData: [],
|
1033
|
+
...defaultWfConfig,
|
889
1034
|
|
890
1035
|
showRuleFlag: 1,
|
891
1036
|
showRuleEnabled: 1,
|
892
1037
|
showRules: [],
|
893
|
-
|
894
|
-
textRule1: false,
|
895
|
-
textRule2: false,
|
896
|
-
textRule3: false,
|
897
|
-
textRule2Number: null,
|
898
|
-
textRule3Number: null
|
1038
|
+
|
899
1039
|
|
900
1040
|
}
|
901
1041
|
},
|
902
1042
|
{
|
903
1043
|
type: "textarea",
|
904
1044
|
icon: "textarea-field",
|
1045
|
+
commonFlag: !0,
|
905
1046
|
formItemFlag: !0,
|
1047
|
+
columnFlag: true,
|
906
1048
|
tableField: null,
|
907
1049
|
options: {
|
908
1050
|
name: "",
|
909
1051
|
keyNameEnabled: !1,
|
910
1052
|
keyName: "",
|
911
1053
|
label: "",
|
1054
|
+
labelColor: '',
|
912
1055
|
submitFlag: true,
|
913
1056
|
/**showText: false,*/
|
914
1057
|
labelAlign: "",
|
@@ -941,33 +1084,28 @@ export const basicFields = [
|
|
941
1084
|
onBlur: "",
|
942
1085
|
onValidate: "",
|
943
1086
|
accessType: "1",
|
944
|
-
|
945
|
-
wfEdit: false,
|
946
|
-
enabledByWf: false,
|
947
|
-
hiddenByWf: false,
|
948
|
-
wfConfigData: [],
|
1087
|
+
...defaultWfConfig,
|
949
1088
|
|
950
1089
|
showRuleFlag: 1,
|
951
1090
|
showRuleEnabled: 1,
|
952
1091
|
showRules: [],
|
953
|
-
|
954
|
-
|
955
|
-
textRule2: false,
|
956
|
-
textRule3: false,
|
957
|
-
textRule2Number: null,
|
958
|
-
textRule3Number: null
|
1092
|
+
|
1093
|
+
...defaultTextFlagConfig
|
959
1094
|
}
|
960
1095
|
},
|
961
1096
|
{
|
962
1097
|
type: "number",
|
963
1098
|
icon: "number-field",
|
1099
|
+
commonFlag: !0,
|
964
1100
|
formItemFlag: !0,
|
1101
|
+
columnFlag: true,
|
965
1102
|
tableField: null,
|
966
1103
|
options: {
|
967
1104
|
name: "",
|
968
1105
|
keyNameEnabled: !1,
|
969
1106
|
keyName: "",
|
970
1107
|
label: "",
|
1108
|
+
labelColor: '',
|
971
1109
|
submitFlag: true,
|
972
1110
|
/**showText: false,*/
|
973
1111
|
formField: "",
|
@@ -984,8 +1122,8 @@ export const basicFields = [
|
|
984
1122
|
requiredHint: "",
|
985
1123
|
validation: "",
|
986
1124
|
validationHint: "",
|
987
|
-
|
988
|
-
|
1125
|
+
formulaEnabled: !1,
|
1126
|
+
formula: "",
|
989
1127
|
customClass: "",
|
990
1128
|
labelIconClass: null,
|
991
1129
|
labelIconPosition: "rear",
|
@@ -1002,34 +1140,29 @@ export const basicFields = [
|
|
1002
1140
|
onBlur: "",
|
1003
1141
|
onValidate: "",
|
1004
1142
|
accessType: "1",
|
1005
|
-
|
1006
|
-
wfEdit: false,
|
1007
|
-
enabledByWf: false,
|
1008
|
-
hiddenByWf: false,
|
1009
|
-
wfConfigData: [],
|
1143
|
+
...defaultWfConfig,
|
1010
1144
|
|
1011
1145
|
showRuleFlag: 1,
|
1012
1146
|
showRuleEnabled: 1,
|
1013
1147
|
showRules: [],
|
1014
|
-
|
1015
|
-
|
1016
|
-
textRule2: false,
|
1017
|
-
textRule3: false,
|
1018
|
-
textRule2Number: null,
|
1019
|
-
textRule3Number: null
|
1148
|
+
|
1149
|
+
...defaultTextFlagConfig
|
1020
1150
|
|
1021
1151
|
}
|
1022
1152
|
},
|
1023
1153
|
{
|
1024
1154
|
type: "radio",
|
1025
1155
|
icon: "radio-field",
|
1156
|
+
commonFlag: !0,
|
1026
1157
|
formItemFlag: !0,
|
1158
|
+
columnFlag: true,
|
1027
1159
|
tableField: null,
|
1028
1160
|
options: {
|
1029
1161
|
name: "",
|
1030
1162
|
keyNameEnabled: !1,
|
1031
1163
|
keyName: "",
|
1032
1164
|
label: "",
|
1165
|
+
labelColor: '',
|
1033
1166
|
submitFlag: true,
|
1034
1167
|
/**showText: false,*/
|
1035
1168
|
labelAlign: "",
|
@@ -1073,36 +1206,34 @@ export const basicFields = [
|
|
1073
1206
|
onValidate: "",
|
1074
1207
|
accessType: "1",
|
1075
1208
|
|
1209
|
+
...httpConfig,
|
1076
1210
|
formScriptEnabled: false,
|
1077
1211
|
formScriptCode: "getList",
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
wfConfigData: [],
|
1212
|
+
|
1213
|
+
...defaultWfConfig,
|
1214
|
+
|
1215
|
+
commonAttributeEnabled: false,
|
1216
|
+
commonAttributeCode: "",
|
1084
1217
|
|
1085
1218
|
showRuleFlag: 1,
|
1086
1219
|
showRuleEnabled: 1,
|
1087
1220
|
showRules: [],
|
1088
|
-
|
1089
|
-
textRule1: false,
|
1090
|
-
textRule2: false,
|
1091
|
-
textRule3: false,
|
1092
|
-
textRule2Number: null,
|
1093
|
-
textRule3Number: null
|
1221
|
+
|
1094
1222
|
}
|
1095
1223
|
},
|
1096
1224
|
{
|
1097
1225
|
type: "checkbox",
|
1098
1226
|
icon: "checkbox-field",
|
1227
|
+
commonFlag: !0,
|
1099
1228
|
formItemFlag: !0,
|
1229
|
+
columnFlag: true,
|
1100
1230
|
tableField: null,
|
1101
1231
|
options: {
|
1102
1232
|
name: "",
|
1103
1233
|
keyNameEnabled: !1,
|
1104
1234
|
keyName: "",
|
1105
1235
|
label: "",
|
1236
|
+
labelColor: '',
|
1106
1237
|
submitFlag: true,
|
1107
1238
|
/**showText: false,*/
|
1108
1239
|
labelAlign: "",
|
@@ -1146,37 +1277,35 @@ export const basicFields = [
|
|
1146
1277
|
onValidate: "",
|
1147
1278
|
accessType: "1",
|
1148
1279
|
|
1280
|
+
...httpConfig,
|
1149
1281
|
formScriptEnabled: false,
|
1150
1282
|
formScriptCode: "getList",
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
wfConfigData: [],
|
1283
|
+
|
1284
|
+
...defaultWfConfig,
|
1285
|
+
|
1286
|
+
commonAttributeEnabled: false,
|
1287
|
+
commonAttributeCode: "",
|
1157
1288
|
|
1158
1289
|
showRuleFlag: 1,
|
1159
1290
|
showRuleEnabled: 1,
|
1160
1291
|
showRules: [],
|
1161
|
-
|
1162
|
-
textRule1: false,
|
1163
|
-
textRule2: false,
|
1164
|
-
textRule3: false,
|
1165
|
-
textRule2Number: null,
|
1166
|
-
textRule3Number: null
|
1292
|
+
|
1167
1293
|
|
1168
1294
|
}
|
1169
1295
|
},
|
1170
1296
|
{
|
1171
1297
|
type: "select",
|
1172
1298
|
icon: "select-field",
|
1299
|
+
commonFlag: !0,
|
1173
1300
|
formItemFlag: !0,
|
1301
|
+
columnFlag: true,
|
1174
1302
|
tableField: null,
|
1175
1303
|
options: {
|
1176
1304
|
name: "",
|
1177
1305
|
keyNameEnabled: !1,
|
1178
1306
|
keyName: "",
|
1179
1307
|
label: "",
|
1308
|
+
labelColor: '',
|
1180
1309
|
submitFlag: true,
|
1181
1310
|
/**showText: false,*/
|
1182
1311
|
formField: "",
|
@@ -1230,36 +1359,36 @@ export const basicFields = [
|
|
1230
1359
|
onValidate: "",
|
1231
1360
|
widgetWidth: "",
|
1232
1361
|
accessType: "1",
|
1362
|
+
|
1363
|
+
...httpConfig,
|
1233
1364
|
formScriptEnabled: false,
|
1234
1365
|
formScriptCode: "getList",
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1366
|
+
|
1367
|
+
...defaultWfConfig,
|
1368
|
+
|
1369
|
+
commonAttributeEnabled: false,
|
1370
|
+
commonAttributeCode: "",
|
1371
|
+
|
1372
|
+
showCollapseTags: false,
|
1241
1373
|
|
1242
1374
|
showRuleFlag: 1,
|
1243
1375
|
showRuleEnabled: 1,
|
1244
1376
|
showRules: [],
|
1245
|
-
textFlag: 1,
|
1246
|
-
textRule1: false,
|
1247
|
-
textRule2: false,
|
1248
|
-
textRule3: false,
|
1249
|
-
textRule2Number: null,
|
1250
|
-
textRule3Number: null
|
1251
1377
|
}
|
1252
1378
|
},
|
1253
1379
|
{
|
1254
1380
|
type: "time",
|
1255
1381
|
icon: "time-field",
|
1382
|
+
commonFlag: !0,
|
1256
1383
|
formItemFlag: !0,
|
1384
|
+
columnFlag: true,
|
1257
1385
|
tableField: null,
|
1258
1386
|
options: {
|
1259
1387
|
name: "",
|
1260
1388
|
keyNameEnabled: !1,
|
1261
1389
|
keyName: "",
|
1262
1390
|
label: "",
|
1391
|
+
labelColor: '',
|
1263
1392
|
submitFlag: true,
|
1264
1393
|
/**showText: false,*/
|
1265
1394
|
formField: "",
|
@@ -1291,34 +1420,29 @@ export const basicFields = [
|
|
1291
1420
|
onBlur: "",
|
1292
1421
|
onValidate: "",
|
1293
1422
|
accessType: "1",
|
1294
|
-
|
1295
|
-
wfEdit: false,
|
1296
|
-
enabledByWf: false,
|
1297
|
-
hiddenByWf: false,
|
1298
|
-
wfConfigData: [],
|
1423
|
+
...defaultWfConfig,
|
1299
1424
|
|
1300
1425
|
showRuleFlag: 1,
|
1301
1426
|
showRuleEnabled: 1,
|
1302
1427
|
showRules: [],
|
1303
|
-
|
1304
|
-
|
1305
|
-
textRule2: false,
|
1306
|
-
textRule3: false,
|
1307
|
-
textRule2Number: null,
|
1308
|
-
textRule3Number: null
|
1428
|
+
|
1429
|
+
...defaultTextFlagConfig
|
1309
1430
|
|
1310
1431
|
}
|
1311
1432
|
},
|
1312
1433
|
{
|
1313
1434
|
type: "time-range",
|
1314
1435
|
icon: "time-range-field",
|
1436
|
+
commonFlag: !0,
|
1315
1437
|
formItemFlag: !0,
|
1438
|
+
columnFlag: true,
|
1316
1439
|
tableField: null,
|
1317
1440
|
options: {
|
1318
1441
|
name: "",
|
1319
1442
|
keyNameEnabled: !1,
|
1320
1443
|
keyName: "",
|
1321
1444
|
label: "",
|
1445
|
+
labelColor: '',
|
1322
1446
|
submitFlag: true,
|
1323
1447
|
formField: "",
|
1324
1448
|
labelAlign: "",
|
@@ -1350,34 +1474,28 @@ export const basicFields = [
|
|
1350
1474
|
onBlur: "",
|
1351
1475
|
onValidate: "",
|
1352
1476
|
accessType: "1",
|
1353
|
-
|
1354
|
-
wfEdit: false,
|
1355
|
-
enabledByWf: false,
|
1356
|
-
hiddenByWf: false,
|
1357
|
-
wfConfigData: [],
|
1477
|
+
...defaultWfConfig,
|
1358
1478
|
|
1359
1479
|
showRuleFlag: 1,
|
1360
1480
|
showRuleEnabled: 1,
|
1361
1481
|
showRules: [],
|
1362
|
-
|
1363
|
-
textRule1: false,
|
1364
|
-
textRule2: false,
|
1365
|
-
textRule3: false,
|
1366
|
-
textRule2Number: null,
|
1367
|
-
textRule3Number: null
|
1482
|
+
|
1368
1483
|
|
1369
1484
|
}
|
1370
1485
|
},
|
1371
1486
|
{
|
1372
1487
|
type: "date",
|
1373
1488
|
icon: "date-field",
|
1489
|
+
commonFlag: !0,
|
1374
1490
|
formItemFlag: !0,
|
1491
|
+
columnFlag: true,
|
1375
1492
|
tableField: null,
|
1376
1493
|
options: {
|
1377
1494
|
name: "",
|
1378
1495
|
keyNameEnabled: !1,
|
1379
1496
|
keyName: "",
|
1380
1497
|
label: "",
|
1498
|
+
labelColor: '',
|
1381
1499
|
submitFlag: true,
|
1382
1500
|
/**showText: false,*/
|
1383
1501
|
formField: "",
|
@@ -1411,34 +1529,29 @@ export const basicFields = [
|
|
1411
1529
|
onBlur: "",
|
1412
1530
|
onValidate: "",
|
1413
1531
|
accessType: "1",
|
1414
|
-
|
1415
|
-
wfEdit: false,
|
1416
|
-
enabledByWf: false,
|
1417
|
-
hiddenByWf: false,
|
1418
|
-
wfConfigData: [],
|
1532
|
+
...defaultWfConfig,
|
1419
1533
|
|
1420
1534
|
showRuleFlag: 1,
|
1421
1535
|
showRuleEnabled: 1,
|
1422
1536
|
showRules: [],
|
1423
|
-
|
1424
|
-
|
1425
|
-
textRule2: false,
|
1426
|
-
textRule3: false,
|
1427
|
-
textRule2Number: null,
|
1428
|
-
textRule3Number: null
|
1537
|
+
|
1538
|
+
...defaultTextFlagConfig
|
1429
1539
|
|
1430
1540
|
}
|
1431
1541
|
},
|
1432
1542
|
{
|
1433
1543
|
type: "date-range",
|
1434
1544
|
icon: "date-range-field",
|
1545
|
+
commonFlag: !0,
|
1435
1546
|
formItemFlag: !0,
|
1547
|
+
columnFlag: true,
|
1436
1548
|
tableField: null,
|
1437
1549
|
options: {
|
1438
1550
|
name: "",
|
1439
1551
|
keyNameEnabled: !1,
|
1440
1552
|
keyName: "",
|
1441
1553
|
label: "",
|
1554
|
+
labelColor: '',
|
1442
1555
|
submitFlag: true,
|
1443
1556
|
formField: "",
|
1444
1557
|
labelAlign: "",
|
@@ -1457,6 +1570,7 @@ export const basicFields = [
|
|
1457
1570
|
editable: !1,
|
1458
1571
|
format: "yyyy-MM-dd",
|
1459
1572
|
valueFormat: "yyyy-MM-dd",
|
1573
|
+
defaultTime: ['00:00:00', '23:59:59'],
|
1460
1574
|
required: !1,
|
1461
1575
|
requiredHint: "",
|
1462
1576
|
validation: "",
|
@@ -1472,21 +1586,11 @@ export const basicFields = [
|
|
1472
1586
|
onBlur: "",
|
1473
1587
|
onValidate: "",
|
1474
1588
|
accessType: "1",
|
1475
|
-
|
1476
|
-
wfEdit: false,
|
1477
|
-
enabledByWf: false,
|
1478
|
-
hiddenByWf: false,
|
1479
|
-
wfConfigData: [],
|
1589
|
+
...defaultWfConfig,
|
1480
1590
|
|
1481
1591
|
showRuleFlag: 1,
|
1482
1592
|
showRuleEnabled: 1,
|
1483
1593
|
showRules: [],
|
1484
|
-
textFlag: 1,
|
1485
|
-
textRule1: false,
|
1486
|
-
textRule2: false,
|
1487
|
-
textRule3: false,
|
1488
|
-
textRule2Number: null,
|
1489
|
-
textRule3Number: null
|
1490
1594
|
|
1491
1595
|
}
|
1492
1596
|
},
|
@@ -1617,7 +1721,9 @@ export const basicFields = [
|
|
1617
1721
|
{
|
1618
1722
|
type: "static-text",
|
1619
1723
|
icon: "static-text",
|
1724
|
+
commonFlag: !0,
|
1620
1725
|
formItemFlag: !1,
|
1726
|
+
columnFlag: true,
|
1621
1727
|
options: {
|
1622
1728
|
name: "",
|
1623
1729
|
columnWidth: "200px",
|
@@ -1628,23 +1734,22 @@ export const basicFields = [
|
|
1628
1734
|
onCreated: "",
|
1629
1735
|
onMounted: "",
|
1630
1736
|
accessType: "1",
|
1737
|
+
...defaultWfConfig,
|
1631
1738
|
|
1632
1739
|
showRuleFlag: 1,
|
1633
1740
|
showRuleEnabled: 1,
|
1634
1741
|
showRules: [],
|
1635
|
-
|
1636
|
-
|
1637
|
-
textRule2: false,
|
1638
|
-
textRule3: false,
|
1639
|
-
textRule2Number: null,
|
1640
|
-
textRule3Number: null
|
1742
|
+
|
1743
|
+
...defaultTextFlagConfig
|
1641
1744
|
|
1642
1745
|
}
|
1643
1746
|
},
|
1644
1747
|
{
|
1645
1748
|
type: "html-text",
|
1646
1749
|
icon: "html-text",
|
1750
|
+
commonFlag: !1,
|
1647
1751
|
formItemFlag: !1,
|
1752
|
+
columnFlag: false,
|
1648
1753
|
options: {
|
1649
1754
|
name: "",
|
1650
1755
|
columnWidth: "200px",
|
@@ -1654,16 +1759,11 @@ export const basicFields = [
|
|
1654
1759
|
onCreated: "",
|
1655
1760
|
onMounted: "",
|
1656
1761
|
accessType: "1",
|
1762
|
+
...defaultWfConfig,
|
1657
1763
|
|
1658
1764
|
showRuleFlag: 1,
|
1659
1765
|
showRuleEnabled: 1,
|
1660
1766
|
showRules: [],
|
1661
|
-
textFlag: 1,
|
1662
|
-
textRule1: false,
|
1663
|
-
textRule2: false,
|
1664
|
-
textRule3: false,
|
1665
|
-
textRule2Number: null,
|
1666
|
-
textRule3Number: null
|
1667
1767
|
|
1668
1768
|
}
|
1669
1769
|
},
|
@@ -1687,10 +1787,13 @@ export const basicFields = [
|
|
1687
1787
|
{
|
1688
1788
|
type: "button",
|
1689
1789
|
icon: "button",
|
1790
|
+
commonFlag: !0,
|
1690
1791
|
formItemFlag: !1,
|
1792
|
+
columnFlag: true,
|
1691
1793
|
options: {
|
1692
1794
|
name: "",
|
1693
1795
|
label: "",
|
1796
|
+
wfHideFlag: 1,
|
1694
1797
|
columnWidth: "200px",
|
1695
1798
|
size: "",
|
1696
1799
|
displayStyle: "block",
|
@@ -1714,27 +1817,22 @@ export const basicFields = [
|
|
1714
1817
|
tableRef: null,
|
1715
1818
|
tableData: {}
|
1716
1819
|
},
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
hiddenByWf: false,
|
1721
|
-
wfConfigData: [],
|
1820
|
+
...defaultWfConfig,
|
1821
|
+
hiddenByWf: true,
|
1822
|
+
...defaultWidgetShowRuleConfig,
|
1722
1823
|
|
1723
1824
|
showRuleFlag: 1,
|
1724
1825
|
showRuleEnabled: 1,
|
1725
1826
|
showRules: [],
|
1726
|
-
|
1727
|
-
textRule1: false,
|
1728
|
-
textRule2: false,
|
1729
|
-
textRule3: false,
|
1730
|
-
textRule2Number: null,
|
1731
|
-
textRule3Number: null
|
1827
|
+
|
1732
1828
|
}
|
1733
1829
|
},
|
1734
1830
|
{
|
1735
1831
|
type: "divider",
|
1736
1832
|
icon: "divider",
|
1833
|
+
commonFlag: !0,
|
1737
1834
|
formItemFlag: !1,
|
1835
|
+
columnFlag: true,
|
1738
1836
|
options: {
|
1739
1837
|
name: "",
|
1740
1838
|
label: "",
|
@@ -1743,6 +1841,7 @@ export const basicFields = [
|
|
1743
1841
|
contentPosition: "center",
|
1744
1842
|
hidden: !1,
|
1745
1843
|
customClass: "",
|
1844
|
+
...defaultWfConfig,
|
1746
1845
|
onCreated: "",
|
1747
1846
|
onMounted: ""
|
1748
1847
|
}
|
@@ -1804,18 +1903,22 @@ export const basicFields = [
|
|
1804
1903
|
{
|
1805
1904
|
type: "text",
|
1806
1905
|
icon: "text",
|
1906
|
+
commonFlag: !0,
|
1807
1907
|
formItemFlag: !0,
|
1908
|
+
columnFlag: true,
|
1808
1909
|
tableField: null,
|
1809
1910
|
options: {
|
1810
1911
|
name: "",
|
1811
1912
|
keyNameEnabled: !1,
|
1812
1913
|
keyName: "",
|
1813
1914
|
label: "",
|
1915
|
+
labelColor: '',
|
1814
1916
|
submitFlag: true,
|
1815
1917
|
formField: "",
|
1816
1918
|
hidden: !1,
|
1817
1919
|
required: !1,
|
1818
1920
|
customClass: "",
|
1921
|
+
colorClass: "",
|
1819
1922
|
defaultValue: "",
|
1820
1923
|
labelAlign: "",
|
1821
1924
|
labelWidth: null,
|
@@ -1823,29 +1926,32 @@ export const basicFields = [
|
|
1823
1926
|
onCreated: "",
|
1824
1927
|
onMounted: "",
|
1825
1928
|
accessType: "1",
|
1826
|
-
|
1929
|
+
...defaultWfConfig,
|
1930
|
+
|
1931
|
+
autoValueEnabled: false,
|
1932
|
+
autoValueHanlde: null,
|
1827
1933
|
|
1828
1934
|
showRuleFlag: 1,
|
1829
1935
|
showRuleEnabled: 1,
|
1830
1936
|
showRules: [],
|
1831
|
-
|
1832
|
-
|
1833
|
-
textRule2: false,
|
1834
|
-
textRule3: false,
|
1835
|
-
textRule2Number: null,
|
1836
|
-
textRule3Number: null
|
1937
|
+
|
1938
|
+
...defaultTextFlagConfig
|
1837
1939
|
}
|
1838
1940
|
},
|
1839
1941
|
{
|
1840
1942
|
type: "a-text",
|
1841
1943
|
icon: "text-field",
|
1944
|
+
commonFlag: !0,
|
1842
1945
|
formItemFlag: !0,
|
1946
|
+
columnFlag: true,
|
1843
1947
|
tableField: null,
|
1844
1948
|
options: {
|
1845
1949
|
name: "",
|
1846
1950
|
keyNameEnabled: !1,
|
1847
1951
|
keyName: "",
|
1848
1952
|
label: "",
|
1953
|
+
labelColor: '',
|
1954
|
+
displayStyle: "block",
|
1849
1955
|
submitFlag: true,
|
1850
1956
|
/**showText: false,*/
|
1851
1957
|
formField: "",
|
@@ -1864,7 +1970,7 @@ export const basicFields = [
|
|
1864
1970
|
aTextFlag: 1,
|
1865
1971
|
underline: false,
|
1866
1972
|
href: "",
|
1867
|
-
|
1973
|
+
colorClass: "f-red",
|
1868
1974
|
|
1869
1975
|
onCreated: "",
|
1870
1976
|
onMounted: "",
|
@@ -1872,42 +1978,39 @@ export const basicFields = [
|
|
1872
1978
|
onChange: "",
|
1873
1979
|
onClick: "",
|
1874
1980
|
accessType: "1",
|
1875
|
-
|
1876
|
-
|
1877
|
-
enabledByWf: false,
|
1878
|
-
hiddenByWf: false,
|
1879
|
-
wfConfigData: [],
|
1981
|
+
...defaultWfConfig,
|
1982
|
+
...defaultWidgetShowRuleConfig,
|
1880
1983
|
|
1881
1984
|
showRuleFlag: 1,
|
1882
1985
|
showRuleEnabled: 1,
|
1883
1986
|
showRules: [],
|
1884
|
-
|
1885
|
-
|
1886
|
-
textRule2: false,
|
1887
|
-
textRule3: false,
|
1888
|
-
textRule2Number: null,
|
1889
|
-
textRule3Number: null
|
1987
|
+
|
1988
|
+
...defaultTextFlagConfig
|
1890
1989
|
}
|
1891
1990
|
},
|
1892
1991
|
{
|
1893
1992
|
type: "a-link",
|
1894
1993
|
icon: "button",
|
1994
|
+
commonFlag: !0,
|
1895
1995
|
formItemFlag: !1,
|
1996
|
+
columnFlag: true,
|
1896
1997
|
options: {
|
1897
1998
|
name: "",
|
1898
1999
|
keyNameEnabled: !1,
|
1899
2000
|
keyName: "",
|
1900
2001
|
label: "",
|
2002
|
+
displayStyle: "block",
|
1901
2003
|
labelHidden: !1,
|
1902
2004
|
disabled: !1,
|
1903
2005
|
hidden: !1,
|
1904
2006
|
prefixIcon: "",
|
1905
2007
|
suffixIcon: "",
|
1906
2008
|
customClass: "",
|
2009
|
+
wfHideFlag: 1,
|
1907
2010
|
aLinkFlag: 1,
|
1908
2011
|
underline: false,
|
1909
2012
|
href: "",
|
1910
|
-
|
2013
|
+
colorClass: "f-blue",
|
1911
2014
|
isFormLabel: false,
|
1912
2015
|
onCreated: "",
|
1913
2016
|
onMounted: "",
|
@@ -1920,21 +2023,40 @@ export const basicFields = [
|
|
1920
2023
|
tableRef: null,
|
1921
2024
|
tableData: {}
|
1922
2025
|
},
|
1923
|
-
|
1924
|
-
|
1925
|
-
enabledByWf: false,
|
1926
|
-
hiddenByWf: false,
|
1927
|
-
wfConfigData: [],
|
2026
|
+
...defaultWfConfig,
|
2027
|
+
...defaultWidgetShowRuleConfig,
|
1928
2028
|
|
1929
2029
|
showRuleFlag: 1,
|
1930
2030
|
showRuleEnabled: 1,
|
1931
2031
|
showRules: [],
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
2032
|
+
|
2033
|
+
...defaultTextFlagConfig
|
2034
|
+
}
|
2035
|
+
},
|
2036
|
+
{
|
2037
|
+
type: "a-link2",
|
2038
|
+
icon: "button",
|
2039
|
+
commonFlag: !1,
|
2040
|
+
formItemFlag: !1,
|
2041
|
+
columnFlag: false,
|
2042
|
+
options: {
|
2043
|
+
prefixIcon: "",
|
2044
|
+
suffixIcon: "",
|
2045
|
+
customClass: "",
|
2046
|
+
aLinkFlag: 1,
|
2047
|
+
underline: false,
|
2048
|
+
href: "",
|
2049
|
+
colorClass: "f-blue",
|
2050
|
+
|
2051
|
+
onClick: "",
|
2052
|
+
clickBindEvent: null,
|
2053
|
+
searchDialogConfig: {
|
2054
|
+
...defaultSearchDialogConfig
|
2055
|
+
},
|
2056
|
+
addTableDataConfig: {
|
2057
|
+
tableRef: null,
|
2058
|
+
tableData: {}
|
2059
|
+
},
|
1938
2060
|
}
|
1939
2061
|
},
|
1940
2062
|
|
@@ -1998,10 +2120,11 @@ export const advancedFields = [
|
|
1998
2120
|
color: "",
|
1999
2121
|
fontWeight: "normal"
|
2000
2122
|
},
|
2001
|
-
data: [
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2123
|
+
data: [
|
2124
|
+
{
|
2125
|
+
value: 1048,
|
2126
|
+
name: 'Search Engine'
|
2127
|
+
},
|
2005
2128
|
{
|
2006
2129
|
value: 735,
|
2007
2130
|
name: 'Direct'
|
@@ -2021,12 +2144,15 @@ export const advancedFields = [
|
|
2021
2144
|
],
|
2022
2145
|
}]
|
2023
2146
|
},
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2147
|
+
echartConfig: '',
|
2148
|
+
|
2149
|
+
...httpConfig,
|
2150
|
+
|
2151
|
+
onClick: "",
|
2027
2152
|
onCreated: "",
|
2028
2153
|
onMounted: "this.loadDataDefaultHandle()",
|
2029
2154
|
|
2155
|
+
...defaultWfConfig,
|
2030
2156
|
showRuleFlag: 1,
|
2031
2157
|
showRuleEnabled: 1,
|
2032
2158
|
showRules: []
|
@@ -2044,6 +2170,7 @@ export const advancedFields = [
|
|
2044
2170
|
echarBarOption: {
|
2045
2171
|
backgroundColor: "#fff",
|
2046
2172
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2173
|
+
colors: [],
|
2047
2174
|
title: {
|
2048
2175
|
show: true,
|
2049
2176
|
top: '5px',
|
@@ -2190,12 +2317,14 @@ export const advancedFields = [
|
|
2190
2317
|
|
2191
2318
|
}]
|
2192
2319
|
},
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2320
|
+
echartConfig: '',
|
2321
|
+
|
2322
|
+
...httpConfig,
|
2323
|
+
|
2324
|
+
onClick: "",
|
2196
2325
|
onCreated: "",
|
2197
2326
|
onMounted: "this.loadDataDefaultHandle()",
|
2198
|
-
|
2327
|
+
...defaultWfConfig,
|
2199
2328
|
showRuleFlag: 1,
|
2200
2329
|
showRuleEnabled: 1,
|
2201
2330
|
showRules: []
|
@@ -2214,6 +2343,7 @@ export const advancedFields = [
|
|
2214
2343
|
echarCategoryOption: {
|
2215
2344
|
backgroundColor: "#fff",
|
2216
2345
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2346
|
+
colors: [],
|
2217
2347
|
title: {
|
2218
2348
|
show: true,
|
2219
2349
|
top: '5px',
|
@@ -2324,6 +2454,23 @@ export const advancedFields = [
|
|
2324
2454
|
shadowBlur: 4,
|
2325
2455
|
shadowOffsetY: 6
|
2326
2456
|
},
|
2457
|
+
itemStyle: {
|
2458
|
+
color: {
|
2459
|
+
type: 'linear',
|
2460
|
+
x: 0.5,
|
2461
|
+
y: 0.5,
|
2462
|
+
r: 0.5,
|
2463
|
+
colorStops: [{
|
2464
|
+
offset: 0, color: '#08C084' // 0% 处的颜色
|
2465
|
+
}, {
|
2466
|
+
offset: 1, color: '#97EACE' // 100% 处的颜色
|
2467
|
+
}],
|
2468
|
+
},
|
2469
|
+
cap: 'round',
|
2470
|
+
shadowColor: '#08C08450',
|
2471
|
+
shadowBlur: 4,
|
2472
|
+
shadowOffsetY: 6
|
2473
|
+
},
|
2327
2474
|
emphasis: {
|
2328
2475
|
scale: 1,
|
2329
2476
|
focus: 'series'
|
@@ -2358,6 +2505,23 @@ export const advancedFields = [
|
|
2358
2505
|
shadowBlur: 4,
|
2359
2506
|
shadowOffsetY: 6
|
2360
2507
|
},
|
2508
|
+
itemStyle: {
|
2509
|
+
color: {
|
2510
|
+
type: 'linear',
|
2511
|
+
x: 0.5,
|
2512
|
+
y: 0.5,
|
2513
|
+
r: 0.5,
|
2514
|
+
colorStops: [{
|
2515
|
+
offset: 0, color: '#FF6116' // 0% 处的颜色
|
2516
|
+
}, {
|
2517
|
+
offset: 1, color: '#F9A980' // 100% 处的颜色
|
2518
|
+
}],
|
2519
|
+
},
|
2520
|
+
cap: 'round',
|
2521
|
+
shadowColor: '#FF611650',
|
2522
|
+
shadowBlur: 4,
|
2523
|
+
shadowOffsetY: 6
|
2524
|
+
},
|
2361
2525
|
emphasis: {
|
2362
2526
|
scale: 1,
|
2363
2527
|
focus: 'series'
|
@@ -2367,12 +2531,14 @@ export const advancedFields = [
|
|
2367
2531
|
}]
|
2368
2532
|
|
2369
2533
|
},
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2534
|
+
echartConfig: '',
|
2535
|
+
|
2536
|
+
...httpConfig,
|
2537
|
+
|
2538
|
+
onClick: "",
|
2373
2539
|
onCreated: "",
|
2374
2540
|
onMounted: "this.loadDataDefaultHandle()",
|
2375
|
-
|
2541
|
+
...defaultWfConfig,
|
2376
2542
|
showRuleFlag: 1,
|
2377
2543
|
showRuleEnabled: 1,
|
2378
2544
|
showRules: []
|
@@ -2495,6 +2661,7 @@ export const advancedFields = [
|
|
2495
2661
|
keyName: "",
|
2496
2662
|
keyNameSuffix: "",
|
2497
2663
|
label: "",
|
2664
|
+
labelColor: '',
|
2498
2665
|
submitFlag: true,
|
2499
2666
|
disabled: !1,
|
2500
2667
|
hidden: !1,
|
@@ -2507,81 +2674,64 @@ export const advancedFields = [
|
|
2507
2674
|
entityTableDesc: null,
|
2508
2675
|
onCreated: "this.loadDataDefaultHandle();",
|
2509
2676
|
onMounted: "",
|
2677
|
+
onAfterConfirmFile: "",
|
2510
2678
|
vabUpload: 1,
|
2511
|
-
|
2679
|
+
|
2680
|
+
...httpConfig,
|
2512
2681
|
formScriptCode: "getList",
|
2513
|
-
|
2514
|
-
|
2515
|
-
wfEdit: false,
|
2516
|
-
enabledByWf: false,
|
2517
|
-
hiddenByWf: false,
|
2518
|
-
wfConfigData: [],
|
2682
|
+
|
2683
|
+
...defaultWfConfig,
|
2519
2684
|
|
2520
2685
|
showRuleFlag: 1,
|
2521
2686
|
showRuleEnabled: 1,
|
2522
|
-
showRules: []
|
2687
|
+
showRules: [],
|
2688
|
+
|
2689
|
+
hiddenFileInfo: false,
|
2690
|
+
hiddenFileName: false,
|
2691
|
+
showFileSize: false,
|
2692
|
+
showFileCreateBy: false,
|
2693
|
+
showFileCreateDate: false,
|
2694
|
+
widgetSize: 2
|
2523
2695
|
}
|
2524
2696
|
},
|
2525
2697
|
{
|
2526
2698
|
type: "vabsearch",
|
2527
2699
|
icon: "searchbox",
|
2528
2700
|
commonFlag: !0,
|
2701
|
+
columnFlag: true,
|
2529
2702
|
formItemFlag: !0,
|
2530
2703
|
tableField: null,
|
2531
2704
|
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
|
-
|
2705
|
+
...vabsearchConfig
|
2706
|
+
}
|
2707
|
+
},
|
2708
|
+
{
|
2709
|
+
type: "singerSearch",
|
2710
|
+
icon: "searchbox",
|
2711
|
+
// commonFlag: !0,
|
2712
|
+
// columnFlag: true,
|
2713
|
+
formItemFlag: !0,
|
2714
|
+
tableField: null,
|
2715
|
+
options: {
|
2716
|
+
...vabsearchConfig
|
2717
|
+
}
|
2718
|
+
},
|
2719
|
+
{
|
2720
|
+
type: "multiSearch",
|
2721
|
+
icon: "searchbox",
|
2722
|
+
// commonFlag: !0,
|
2723
|
+
// columnFlag: true,
|
2724
|
+
formItemFlag: !0,
|
2725
|
+
tableField: null,
|
2726
|
+
options: {
|
2727
|
+
...vabsearchConfig
|
2579
2728
|
}
|
2580
2729
|
},
|
2581
2730
|
{
|
2582
2731
|
type: "search_button",
|
2583
2732
|
icon: "button",
|
2584
2733
|
commonFlag: !0,
|
2734
|
+
columnFlag: true,
|
2585
2735
|
formItemFlag: !1,
|
2586
2736
|
options: {
|
2587
2737
|
name: "",
|
@@ -2613,12 +2763,8 @@ export const advancedFields = [
|
|
2613
2763
|
...defaultSearchDialogConfig,
|
2614
2764
|
tableEnabled: true
|
2615
2765
|
},
|
2616
|
-
|
2617
|
-
|
2618
|
-
enabledByWf: false,
|
2619
|
-
hiddenByWf: false,
|
2620
|
-
wfConfigData: [],
|
2621
|
-
|
2766
|
+
...defaultWfConfig,
|
2767
|
+
...defaultWidgetShowRuleConfig,
|
2622
2768
|
showRuleFlag: 1,
|
2623
2769
|
showRuleEnabled: 1,
|
2624
2770
|
showRules: []
|
@@ -2629,6 +2775,7 @@ export const advancedFields = [
|
|
2629
2775
|
targetType: "button",
|
2630
2776
|
icon: "button",
|
2631
2777
|
commonFlag: !0,
|
2778
|
+
columnFlag: true,
|
2632
2779
|
formItemFlag: !1,
|
2633
2780
|
options: {
|
2634
2781
|
name: "",
|
@@ -2654,11 +2801,9 @@ export const advancedFields = [
|
|
2654
2801
|
searchDialogConfig: {
|
2655
2802
|
...defaultSearchDialogConfig
|
2656
2803
|
},
|
2657
|
-
|
2658
|
-
|
2659
|
-
enabledByWf: false,
|
2804
|
+
...defaultWfConfig,
|
2805
|
+
...defaultWidgetShowRuleConfig,
|
2660
2806
|
hiddenByWf: true,
|
2661
|
-
wfConfigData: [],
|
2662
2807
|
|
2663
2808
|
showRuleFlag: 1,
|
2664
2809
|
showRuleEnabled: 1,
|
@@ -2671,6 +2816,7 @@ export const advancedFields = [
|
|
2671
2816
|
targetType: "button",
|
2672
2817
|
icon: "button",
|
2673
2818
|
commonFlag: !0,
|
2819
|
+
columnFlag: true,
|
2674
2820
|
formItemFlag: !1,
|
2675
2821
|
options: {
|
2676
2822
|
name: "",
|
@@ -2694,12 +2840,8 @@ export const advancedFields = [
|
|
2694
2840
|
searchDialogConfig: {
|
2695
2841
|
...defaultSearchDialogConfig
|
2696
2842
|
},
|
2697
|
-
|
2698
|
-
|
2699
|
-
enabledByWf: true,
|
2700
|
-
hiddenByWf: false,
|
2701
|
-
wfConfigData: [],
|
2702
|
-
|
2843
|
+
...defaultWfConfig,
|
2844
|
+
...defaultWidgetShowRuleConfig,
|
2703
2845
|
showRuleFlag: 1,
|
2704
2846
|
showRuleEnabled: 1,
|
2705
2847
|
showRules: []
|
@@ -2710,6 +2852,7 @@ export const advancedFields = [
|
|
2710
2852
|
icon: "list-export",
|
2711
2853
|
formItemFlag: !1,
|
2712
2854
|
commonFlag: !0,
|
2855
|
+
columnFlag: true,
|
2713
2856
|
tableField: null,
|
2714
2857
|
options: {
|
2715
2858
|
name: "",
|
@@ -2720,14 +2863,12 @@ export const advancedFields = [
|
|
2720
2863
|
exportFileName: '导出',
|
2721
2864
|
tableRef: '',
|
2722
2865
|
tableExportParam: "",
|
2866
|
+
showImageAtTable: false,
|
2867
|
+
|
2723
2868
|
onCreated: "",
|
2724
2869
|
onMounted: "",
|
2725
|
-
|
2726
|
-
|
2727
|
-
enabledByWf: false,
|
2728
|
-
hiddenByWf: false,
|
2729
|
-
wfConfigData: [],
|
2730
|
-
|
2870
|
+
...defaultWfConfig,
|
2871
|
+
...defaultWidgetShowRuleConfig,
|
2731
2872
|
showRuleFlag: 1,
|
2732
2873
|
showRuleEnabled: 1,
|
2733
2874
|
showRules: []
|
@@ -2739,6 +2880,7 @@ export const advancedFields = [
|
|
2739
2880
|
targetType: "button",
|
2740
2881
|
icon: "button",
|
2741
2882
|
commonFlag: !0,
|
2883
|
+
columnFlag: true,
|
2742
2884
|
formItemFlag: !1,
|
2743
2885
|
options: {
|
2744
2886
|
name: "",
|
@@ -2761,73 +2903,77 @@ export const advancedFields = [
|
|
2761
2903
|
searchDialogConfig: {
|
2762
2904
|
...defaultSearchDialogConfig
|
2763
2905
|
},
|
2764
|
-
|
2765
|
-
|
2766
|
-
|
2767
|
-
hiddenByWf: false,
|
2768
|
-
wfConfigData: [],
|
2769
|
-
|
2906
|
+
...defaultWfConfig,
|
2907
|
+
hiddenByWf: true,
|
2908
|
+
...defaultWidgetShowRuleConfig,
|
2770
2909
|
showRuleFlag: 1,
|
2771
2910
|
showRuleEnabled: 1,
|
2772
2911
|
showRules: []
|
2773
2912
|
},
|
2774
2913
|
},
|
2775
2914
|
{
|
2776
|
-
type: "
|
2777
|
-
targetType: "button",
|
2915
|
+
type: "import-button",
|
2778
2916
|
icon: "button",
|
2779
2917
|
commonFlag: !0,
|
2918
|
+
columnFlag: true,
|
2780
2919
|
formItemFlag: !1,
|
2781
2920
|
options: {
|
2782
2921
|
name: "",
|
2783
|
-
label: "
|
2922
|
+
label: "导入",
|
2784
2923
|
columnWidth: "200px",
|
2785
2924
|
size: "",
|
2786
|
-
|
2925
|
+
|
2926
|
+
// displayStyle: "block",
|
2787
2927
|
disabled: !1,
|
2788
2928
|
hidden: !1,
|
2929
|
+
buttonTypeFlag: 1,
|
2789
2930
|
type: "primary",
|
2790
|
-
plain: !1,
|
2931
|
+
/*plain: !1,
|
2791
2932
|
round: !1,
|
2792
2933
|
circle: !1,
|
2793
|
-
icon: "el-icon-
|
2934
|
+
icon: "el-icon-download",*/
|
2794
2935
|
customClass: "",
|
2795
2936
|
onCreated: "",
|
2796
2937
|
onMounted: "",
|
2797
|
-
//
|
2798
|
-
onClick: "this.saveDefaultHandle();",
|
2799
|
-
accessType: "1",
|
2800
|
-
saveButton: true,
|
2801
|
-
clickBindEvent: null,
|
2938
|
+
// clickBindEvent: null,
|
2802
2939
|
searchDialogConfig: {
|
2803
2940
|
...defaultSearchDialogConfig
|
2804
2941
|
},
|
2805
|
-
|
2806
|
-
wfEdit: false,
|
2807
|
-
enabledByWf: false,
|
2942
|
+
...defaultWfConfig,
|
2808
2943
|
hiddenByWf: true,
|
2809
|
-
|
2944
|
+
...defaultWidgetShowRuleConfig,
|
2945
|
+
importFileLimitSize: 200,
|
2946
|
+
importEntity: '',
|
2947
|
+
importAttachCode: '',
|
2948
|
+
importAttachName: '',
|
2949
|
+
importScriptCode: '',
|
2950
|
+
onBeforeImport: '',
|
2951
|
+
enabledImportPreHandle: false,
|
2952
|
+
tableRef: '',
|
2953
|
+
onSuccessImport: '',
|
2810
2954
|
|
2811
2955
|
showRuleFlag: 1,
|
2812
2956
|
showRuleEnabled: 1,
|
2813
2957
|
showRules: []
|
2814
|
-
|
2815
2958
|
},
|
2816
2959
|
},
|
2817
2960
|
{
|
2818
|
-
type: "
|
2961
|
+
type: "import2-button",
|
2819
2962
|
icon: "button",
|
2820
2963
|
commonFlag: !0,
|
2964
|
+
columnFlag: true,
|
2821
2965
|
formItemFlag: !1,
|
2822
2966
|
options: {
|
2823
2967
|
name: "",
|
2824
|
-
label: "
|
2968
|
+
label: "明细导入",
|
2825
2969
|
columnWidth: "200px",
|
2826
2970
|
size: "",
|
2971
|
+
|
2827
2972
|
// displayStyle: "block",
|
2828
2973
|
disabled: !1,
|
2829
2974
|
hidden: !1,
|
2830
|
-
|
2975
|
+
buttonTypeFlag: 1,
|
2976
|
+
type: "",
|
2831
2977
|
/*plain: !1,
|
2832
2978
|
round: !1,
|
2833
2979
|
circle: !1,
|
@@ -2839,16 +2985,17 @@ export const advancedFields = [
|
|
2839
2985
|
searchDialogConfig: {
|
2840
2986
|
...defaultSearchDialogConfig
|
2841
2987
|
},
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2847
|
-
importEntity: '',
|
2988
|
+
...defaultWfConfig,
|
2989
|
+
hiddenByWf: true,
|
2990
|
+
...defaultWidgetShowRuleConfig,
|
2991
|
+
frontImportFlag: 1,
|
2992
|
+
importFileLimitSize: 200,
|
2848
2993
|
importAttachCode: '',
|
2849
|
-
|
2850
|
-
|
2851
|
-
|
2994
|
+
importAttachName: '',
|
2995
|
+
tableRef: '',
|
2996
|
+
onConfirmImportEnabled: false,
|
2997
|
+
onConfirmImport: '',
|
2998
|
+
onSuccessImport: '',
|
2852
2999
|
|
2853
3000
|
showRuleFlag: 1,
|
2854
3001
|
showRuleEnabled: 1,
|
@@ -2859,6 +3006,7 @@ export const advancedFields = [
|
|
2859
3006
|
type: "print-button",
|
2860
3007
|
icon: "button",
|
2861
3008
|
commonFlag: !0,
|
3009
|
+
columnFlag: true,
|
2862
3010
|
formItemFlag: !1,
|
2863
3011
|
options: {
|
2864
3012
|
name: "",
|
@@ -2880,11 +3028,8 @@ export const advancedFields = [
|
|
2880
3028
|
searchDialogConfig: {
|
2881
3029
|
...defaultSearchDialogConfig
|
2882
3030
|
},
|
2883
|
-
|
2884
|
-
|
2885
|
-
enabledByWf: false,
|
2886
|
-
hiddenByWf: false,
|
2887
|
-
wfConfigData: [],
|
3031
|
+
...defaultWfConfig,
|
3032
|
+
...defaultWidgetShowRuleConfig,
|
2888
3033
|
printTableRef: "",
|
2889
3034
|
printItems: [],
|
2890
3035
|
|
@@ -2896,6 +3041,7 @@ export const advancedFields = [
|
|
2896
3041
|
{
|
2897
3042
|
type: "baseAttachment",
|
2898
3043
|
icon: "file-upload-field",
|
3044
|
+
columnFlag: true,
|
2899
3045
|
formItemFlag: !0,
|
2900
3046
|
tableField: null,
|
2901
3047
|
options: {
|
@@ -2904,6 +3050,7 @@ export const advancedFields = [
|
|
2904
3050
|
keyName: "",
|
2905
3051
|
keyNameSuffix: "",
|
2906
3052
|
label: "",
|
3053
|
+
labelColor: '',
|
2907
3054
|
submitFlag: true,
|
2908
3055
|
disabled: !1,
|
2909
3056
|
hidden: !1,
|
@@ -2916,11 +3063,8 @@ export const advancedFields = [
|
|
2916
3063
|
entityTableDesc: null,
|
2917
3064
|
onCreated: "",
|
2918
3065
|
onMounted: "",
|
2919
|
-
|
2920
|
-
|
2921
|
-
enabledByWf: false,
|
2922
|
-
hiddenByWf: false,
|
2923
|
-
wfConfigData: [],
|
3066
|
+
onAfterConfirmFile: "",
|
3067
|
+
...defaultWfConfig,
|
2924
3068
|
|
2925
3069
|
showRuleFlag: 1,
|
2926
3070
|
showRuleEnabled: 1,
|
@@ -2931,6 +3075,7 @@ export const advancedFields = [
|
|
2931
3075
|
type: "status",
|
2932
3076
|
icon: "status",
|
2933
3077
|
commonFlag: !0,
|
3078
|
+
columnFlag: true,
|
2934
3079
|
formItemFlag: !0,
|
2935
3080
|
tableField: null,
|
2936
3081
|
options: {
|
@@ -2938,6 +3083,7 @@ export const advancedFields = [
|
|
2938
3083
|
keyNameEnabled: !1,
|
2939
3084
|
keyName: "",
|
2940
3085
|
label: "",
|
3086
|
+
labelColor: '',
|
2941
3087
|
submitFlag: true,
|
2942
3088
|
disabled: !1,
|
2943
3089
|
hidden: !1,
|
@@ -2949,6 +3095,7 @@ export const advancedFields = [
|
|
2949
3095
|
statusParam: [],
|
2950
3096
|
onCreated: "",
|
2951
3097
|
onMounted: "",
|
3098
|
+
...defaultWfConfig,
|
2952
3099
|
|
2953
3100
|
showRuleFlag: 1,
|
2954
3101
|
showRuleEnabled: 1,
|
@@ -2992,80 +3139,348 @@ export const advancedFields = [
|
|
2992
3139
|
detailItems: []
|
2993
3140
|
}
|
2994
3141
|
],
|
2995
|
-
|
2996
|
-
|
2997
|
-
|
3142
|
+
|
3143
|
+
...httpConfig,
|
3144
|
+
|
2998
3145
|
onCreated: "",
|
2999
3146
|
onMounted: "",
|
3000
|
-
|
3147
|
+
...defaultWfConfig,
|
3001
3148
|
showRuleFlag: 1,
|
3002
3149
|
showRuleEnabled: 1,
|
3003
3150
|
showRules: []
|
3004
3151
|
}
|
3005
3152
|
},
|
3153
|
+
|
3006
3154
|
{
|
3007
3155
|
type: "project-tag",
|
3008
3156
|
icon: "uploadbox",
|
3009
|
-
|
3157
|
+
commonFlag: !0,
|
3158
|
+
columnFlag: true,
|
3010
3159
|
formItemFlag: !0,
|
3011
3160
|
tableField: null,
|
3161
|
+
options: {
|
3162
|
+
...projectTagConfig
|
3163
|
+
}
|
3164
|
+
},
|
3165
|
+
{
|
3166
|
+
type: "table2",
|
3167
|
+
category: "container",
|
3168
|
+
icon: "table",
|
3169
|
+
commonFlag: !0,
|
3170
|
+
formItemFlag: !0,
|
3171
|
+
rows: [],
|
3012
3172
|
options: {
|
3013
3173
|
name: "",
|
3014
|
-
keyNameEnabled: !
|
3174
|
+
keyNameEnabled: !0,
|
3015
3175
|
keyName: "",
|
3016
|
-
|
3017
|
-
|
3176
|
+
hidden: !1,
|
3177
|
+
customClass: "",
|
3178
|
+
styleTableClass: '',
|
3179
|
+
// fullWidth: false,
|
3018
3180
|
submitFlag: true,
|
3181
|
+
|
3182
|
+
...httpConfig,
|
3183
|
+
|
3184
|
+
onCreated: "this.loadDataDefaultHandle()",
|
3185
|
+
onMounted: "",
|
3186
|
+
...defaultWfConfig,
|
3187
|
+
showRuleFlag: 1,
|
3188
|
+
showRuleEnabled: 1,
|
3189
|
+
showRules: []
|
3190
|
+
}
|
3191
|
+
},
|
3192
|
+
{
|
3193
|
+
type: "dropdown-menu",
|
3194
|
+
icon: "tab",
|
3195
|
+
// commonFlag: !0,
|
3196
|
+
// columnFlag: true,
|
3197
|
+
widgetList: [],
|
3198
|
+
options: {
|
3199
|
+
name: "",
|
3200
|
+
label: "",
|
3201
|
+
hidden: !1,
|
3202
|
+
disabled: !1,
|
3203
|
+
height: '',
|
3204
|
+
// isFullscreen: false,
|
3205
|
+
tabClass: 'tab-boxCard tabCard-sty1',
|
3206
|
+
customClass: "",
|
3207
|
+
dropdownMenuFlag: 1,
|
3208
|
+
...defaultWfConfig,
|
3209
|
+
onCreated: "",
|
3210
|
+
onMounted: "",
|
3211
|
+
}
|
3212
|
+
},
|
3213
|
+
{
|
3214
|
+
type: "dropdown-item",
|
3215
|
+
icon: "tab-pane",
|
3216
|
+
internal: !0,
|
3217
|
+
options: {
|
3218
|
+
name: "",
|
3219
|
+
label: "",
|
3220
|
+
hidden: !1,
|
3221
|
+
active: !1,
|
3019
3222
|
disabled: !1,
|
3020
|
-
|
3223
|
+
customClass: "",
|
3224
|
+
dropdownItemFlag: 1,
|
3225
|
+
|
3226
|
+
onClick: "",
|
3227
|
+
clickBindEvent: null,
|
3228
|
+
searchDialogConfig: {
|
3229
|
+
...defaultSearchDialogConfig
|
3230
|
+
},
|
3231
|
+
addTableDataConfig: {
|
3232
|
+
tableRef: null,
|
3233
|
+
tableData: {}
|
3234
|
+
},
|
3235
|
+
}
|
3236
|
+
},
|
3237
|
+
]
|
3238
|
+
|
3239
|
+
|
3240
|
+
export const businessFields = [
|
3241
|
+
{
|
3242
|
+
type: "create_by-text",
|
3243
|
+
targetType: "text",
|
3244
|
+
icon: "text",
|
3245
|
+
commonFlag: !0,
|
3246
|
+
formItemFlag: !0,
|
3247
|
+
columnFlag: true,
|
3248
|
+
tableField: null,
|
3249
|
+
options: {
|
3250
|
+
name: "",
|
3251
|
+
keyNameEnabled: !0,
|
3252
|
+
keyName: "_createBy",
|
3253
|
+
label: "创建人",
|
3254
|
+
submitFlag: true,
|
3255
|
+
formField: "",
|
3021
3256
|
hidden: !1,
|
3022
3257
|
required: !1,
|
3258
|
+
customClass: "",
|
3259
|
+
defaultValue: "",
|
3260
|
+
labelAlign: "",
|
3023
3261
|
labelWidth: null,
|
3024
3262
|
labelHidden: !1,
|
3025
|
-
onCreated: "
|
3263
|
+
onCreated: "",
|
3026
3264
|
onMounted: "",
|
3027
|
-
|
3028
|
-
|
3029
|
-
|
3030
|
-
|
3031
|
-
|
3032
|
-
|
3033
|
-
enabledByWf: false,
|
3034
|
-
hiddenByWf: false,
|
3035
|
-
wfConfigData: [],
|
3265
|
+
accessType: "1",
|
3266
|
+
labelColor: '',
|
3267
|
+
...defaultWfConfig,
|
3268
|
+
|
3269
|
+
autoValueEnabled: false,
|
3270
|
+
autoValueHanlde: null,
|
3036
3271
|
|
3037
3272
|
showRuleFlag: 1,
|
3038
3273
|
showRuleEnabled: 1,
|
3039
|
-
showRules: []
|
3274
|
+
showRules: [],
|
3275
|
+
|
3276
|
+
...defaultTextFlagConfig
|
3040
3277
|
}
|
3041
3278
|
},
|
3042
3279
|
{
|
3043
|
-
type: "
|
3044
|
-
|
3045
|
-
icon: "
|
3280
|
+
type: "modify_by-text",
|
3281
|
+
targetType: "text",
|
3282
|
+
icon: "text",
|
3046
3283
|
commonFlag: !0,
|
3047
3284
|
formItemFlag: !0,
|
3048
|
-
|
3285
|
+
columnFlag: true,
|
3286
|
+
tableField: null,
|
3049
3287
|
options: {
|
3050
3288
|
name: "",
|
3051
3289
|
keyNameEnabled: !0,
|
3052
|
-
keyName: "",
|
3290
|
+
keyName: "_modifyBy",
|
3291
|
+
label: "更新人",
|
3292
|
+
submitFlag: true,
|
3293
|
+
formField: "",
|
3053
3294
|
hidden: !1,
|
3295
|
+
required: !1,
|
3054
3296
|
customClass: "",
|
3055
|
-
|
3056
|
-
|
3297
|
+
defaultValue: "",
|
3298
|
+
labelAlign: "",
|
3299
|
+
labelWidth: null,
|
3300
|
+
labelHidden: !1,
|
3301
|
+
onCreated: "",
|
3302
|
+
onMounted: "",
|
3303
|
+
accessType: "1",
|
3304
|
+
labelColor: '',
|
3305
|
+
...defaultWfConfig,
|
3306
|
+
|
3307
|
+
autoValueEnabled: false,
|
3308
|
+
autoValueHanlde: null,
|
3309
|
+
|
3310
|
+
showRuleFlag: 1,
|
3311
|
+
showRuleEnabled: 1,
|
3312
|
+
showRules: [],
|
3313
|
+
|
3314
|
+
...defaultTextFlagConfig
|
3315
|
+
}
|
3316
|
+
},
|
3317
|
+
{
|
3318
|
+
type: "create_date-text",
|
3319
|
+
targetType: "text",
|
3320
|
+
icon: "text",
|
3321
|
+
commonFlag: !0,
|
3322
|
+
formItemFlag: !0,
|
3323
|
+
columnFlag: true,
|
3324
|
+
tableField: null,
|
3325
|
+
options: {
|
3326
|
+
name: "",
|
3327
|
+
keyNameEnabled: !0,
|
3328
|
+
keyName: "create_date",
|
3329
|
+
label: "创建时间",
|
3057
3330
|
submitFlag: true,
|
3058
|
-
|
3059
|
-
|
3060
|
-
|
3061
|
-
|
3331
|
+
formField: "",
|
3332
|
+
hidden: !1,
|
3333
|
+
required: !1,
|
3334
|
+
customClass: "",
|
3335
|
+
defaultValue: "",
|
3336
|
+
labelAlign: "",
|
3337
|
+
labelWidth: null,
|
3338
|
+
labelHidden: !1,
|
3339
|
+
onCreated: "",
|
3062
3340
|
onMounted: "",
|
3341
|
+
accessType: "1",
|
3342
|
+
labelColor: '',
|
3343
|
+
...defaultWfConfig,
|
3344
|
+
|
3345
|
+
autoValueEnabled: false,
|
3346
|
+
autoValueHanlde: null,
|
3063
3347
|
|
3064
3348
|
showRuleFlag: 1,
|
3065
3349
|
showRuleEnabled: 1,
|
3066
|
-
showRules: []
|
3350
|
+
showRules: [],
|
3351
|
+
|
3352
|
+
...defaultTextFlagConfig
|
3067
3353
|
}
|
3068
3354
|
},
|
3355
|
+
{
|
3356
|
+
type: "modify_date-text",
|
3357
|
+
targetType: "text",
|
3358
|
+
icon: "text",
|
3359
|
+
commonFlag: !0,
|
3360
|
+
formItemFlag: !0,
|
3361
|
+
columnFlag: true,
|
3362
|
+
tableField: null,
|
3363
|
+
options: {
|
3364
|
+
name: "",
|
3365
|
+
keyNameEnabled: !0,
|
3366
|
+
keyName: "modify_date",
|
3367
|
+
label: "更新时间",
|
3368
|
+
submitFlag: true,
|
3369
|
+
formField: "",
|
3370
|
+
hidden: !1,
|
3371
|
+
required: !1,
|
3372
|
+
customClass: "",
|
3373
|
+
defaultValue: "",
|
3374
|
+
labelAlign: "",
|
3375
|
+
labelWidth: null,
|
3376
|
+
labelHidden: !1,
|
3377
|
+
onCreated: "",
|
3378
|
+
onMounted: "",
|
3379
|
+
accessType: "1",
|
3380
|
+
labelColor: '',
|
3381
|
+
...defaultWfConfig,
|
3382
|
+
|
3383
|
+
autoValueEnabled: false,
|
3384
|
+
autoValueHanlde: null,
|
3385
|
+
|
3386
|
+
showRuleFlag: 1,
|
3387
|
+
showRuleEnabled: 1,
|
3388
|
+
showRules: [],
|
3389
|
+
|
3390
|
+
...defaultTextFlagConfig
|
3391
|
+
}
|
3392
|
+
},
|
3393
|
+
|
3394
|
+
{
|
3395
|
+
type: "user-vabsearch",
|
3396
|
+
targetType: "singerSearch",
|
3397
|
+
icon: "searchbox",
|
3398
|
+
commonFlag: !0,
|
3399
|
+
columnFlag: true,
|
3400
|
+
formItemFlag: !0,
|
3401
|
+
tableField: null,
|
3402
|
+
options: {
|
3403
|
+
...vabsearchConfig,
|
3404
|
+
vabSearchName: "nick_name",
|
3405
|
+
userDefaultVabSearch: true,
|
3406
|
+
label: "用户",
|
3407
|
+
labelColor: '',
|
3408
|
+
searchDialogConfig: {
|
3409
|
+
...defaultSearchDialogConfig,
|
3410
|
+
multipleChoices: false,
|
3411
|
+
formCode: "user_dialog",
|
3412
|
+
valueSourceField: "id",
|
3413
|
+
labelSourceField: "nick_name",
|
3414
|
+
},
|
3415
|
+
}
|
3416
|
+
},
|
3417
|
+
{
|
3418
|
+
type: "saleOrg-vabsearch",
|
3419
|
+
targetType: "singerSearch",
|
3420
|
+
icon: "searchbox",
|
3421
|
+
commonFlag: !0,
|
3422
|
+
columnFlag: true,
|
3423
|
+
formItemFlag: !0,
|
3424
|
+
tableField: null,
|
3425
|
+
options: {
|
3426
|
+
...vabsearchConfig,
|
3427
|
+
vabSearchName: "sale_org_name",
|
3428
|
+
saleOrgDefaultVabSearch: true,
|
3429
|
+
label: "机构",
|
3430
|
+
labelColor: '',
|
3431
|
+
searchDialogConfig: {
|
3432
|
+
...defaultSearchDialogConfig,
|
3433
|
+
multipleChoices: false,
|
3434
|
+
formCode: "sale_org_dialog",
|
3435
|
+
valueSourceField: "id",
|
3436
|
+
labelSourceField: "name"
|
3437
|
+
},
|
3438
|
+
}
|
3439
|
+
},
|
3440
|
+
|
3441
|
+
{
|
3442
|
+
type: "user-project-tag",
|
3443
|
+
targetType: "project-tag",
|
3444
|
+
icon: "uploadbox",
|
3445
|
+
commonFlag: !0,
|
3446
|
+
columnFlag: true,
|
3447
|
+
formItemFlag: !0,
|
3448
|
+
tableField: null,
|
3449
|
+
options: {
|
3450
|
+
...projectTagConfig,
|
3451
|
+
label: "用户",
|
3452
|
+
labelColor: '',
|
3453
|
+
tagFormCode: "user_dialog",
|
3454
|
+
tagLabelField: "nick_name",
|
3455
|
+
tagUniqueField: "id",
|
3456
|
+
tagFormLabelField: "nick_name",
|
3457
|
+
tagFormUniqueField: "id",
|
3458
|
+
tabDeleteEnabled: true,
|
3459
|
+
}
|
3460
|
+
},
|
3461
|
+
{
|
3462
|
+
type: "saleOrg-project-tag",
|
3463
|
+
targetType: "project-tag",
|
3464
|
+
icon: "uploadbox",
|
3465
|
+
commonFlag: !0,
|
3466
|
+
columnFlag: true,
|
3467
|
+
formItemFlag: !0,
|
3468
|
+
tableField: null,
|
3469
|
+
options: {
|
3470
|
+
...projectTagConfig,
|
3471
|
+
label: "机构",
|
3472
|
+
labelColor: '',
|
3473
|
+
tagFormCode: "sale_org_dialog",
|
3474
|
+
tagLabelField: "name",
|
3475
|
+
tagUniqueField: "id",
|
3476
|
+
tagFormLabelField: "name",
|
3477
|
+
tagFormUniqueField: "id",
|
3478
|
+
tabDeleteEnabled: true,
|
3479
|
+
|
3480
|
+
}
|
3481
|
+
},
|
3482
|
+
|
3483
|
+
|
3069
3484
|
]
|
3070
3485
|
|
3071
3486
|
export const keyNamePrefixMap = {
|