cloud-web-corejs 1.0.0
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/LICENSE +21 -0
- package/package.json +166 -0
- package/src/api/menu.js +16 -0
- package/src/api/user.js +83 -0
- package/src/components/Qrcode/fileParse.vue +241 -0
- package/src/components/Qrcode/index.vue +58 -0
- package/src/components/Qrcode/printDialog.vue +103 -0
- package/src/components/SvgIcon/index.vue +62 -0
- package/src/components/Tinymce/dynamicLoadScript.js +59 -0
- package/src/components/Tinymce/index.vue +295 -0
- package/src/components/Tinymce/plugins.js +7 -0
- package/src/components/Tinymce/toolbar.js +6 -0
- package/src/components/VabUpload/image-viewer.vue +442 -0
- package/src/components/VabUpload/index.js +5 -0
- package/src/components/VabUpload/index.vue +230 -0
- package/src/components/VabUpload/mixins.js +9 -0
- package/src/components/VabUpload/privateProfileDialog.vue +296 -0
- package/src/components/VabUpload/privateProfileDialogMixins.js +1069 -0
- package/src/components/VabUpload/propertiesDialog.vue +110 -0
- package/src/components/VabUpload/view.vue +119 -0
- package/src/components/advancedSearchDialog/index.vue +44 -0
- package/src/components/advancedSearchDialog/mixins.js +4 -0
- package/src/components/baseAlert/index.js +4 -0
- package/src/components/baseAlert/index.vue +53 -0
- package/src/components/baseAlert/mixins.js +5 -0
- package/src/components/baseAttachment/index.js +30 -0
- package/src/components/baseAttachment/index.vue +40 -0
- package/src/components/baseAttachment/install.js +6 -0
- package/src/components/baseAttachment/mixins.js +8 -0
- package/src/components/baseAttachment/showList.vue +44 -0
- package/src/components/baseAttachment/uploadDialog.vue +42 -0
- package/src/components/baseInputBatch/index.vue +37 -0
- package/src/components/baseInputBatch/mixins.js +3 -0
- package/src/components/baseInputExport/index.vue +32 -0
- package/src/components/baseInputExport/mixins.js +15 -0
- package/src/components/baseInputNumber/index.vue +10 -0
- package/src/components/baseInputPrint/index.vue +12 -0
- package/src/components/baseTabs/baseTabPane.vue +22 -0
- package/src/components/baseTabs/index.vue +27 -0
- package/src/components/baseTabs/mixins.js +6 -0
- package/src/components/cnPrint/index.js +5 -0
- package/src/components/cnPrint/index.vue +54 -0
- package/src/components/cnPrint/mixins.js +3 -0
- package/src/components/code-editor/index.vue +212 -0
- package/src/components/confirmDialog/index.js +5 -0
- package/src/components/confirmDialog/index.vue +54 -0
- package/src/components/confirmDialog/mixins.js +5 -0
- package/src/components/errorMsg/index.js +5 -0
- package/src/components/errorMsg/index.vue +70 -0
- package/src/components/errorMsg/mixins.js +5 -0
- package/src/components/excelExport/button.vue +45 -0
- package/src/components/excelExport/index.js +5 -0
- package/src/components/excelExport/index.vue +55 -0
- package/src/components/excelExport/mixins.js +14 -0
- package/src/components/excelImport/index.js +13 -0
- package/src/components/excelImport/index.vue +153 -0
- package/src/components/excelImport/mixins.js +17 -0
- package/src/components/extendedProperties/mixins.js +4 -0
- package/src/components/extendedProperties/view.vue +182 -0
- package/src/components/fileLibrary/categoryMoveDialog.vue +109 -0
- package/src/components/fileLibrary/fileCategoryDialog.vue +87 -0
- package/src/components/fileLibrary/fileHistoryDialog.vue +80 -0
- package/src/components/fileLibrary/fileObjAuthDialog.vue +186 -0
- package/src/components/fileLibrary/fileObjAuthEdit.vue +256 -0
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +183 -0
- package/src/components/fileLibrary/index.vue +687 -0
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +509 -0
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +303 -0
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +177 -0
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +621 -0
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +108 -0
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +135 -0
- package/src/components/fileLibrary/mixins/indexMixins.js +1752 -0
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +193 -0
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +686 -0
- package/src/components/fileLibrary/mixins/recycleBinPropertiesDialogMixins.js +133 -0
- package/src/components/fileLibrary/mixins/shareDialogMixins.js +51 -0
- package/src/components/fileLibrary/propertiesDialog.vue +145 -0
- package/src/components/fileLibrary/recycleBinDialog.vue +236 -0
- package/src/components/fileLibrary/recycleBinPropertiesDialog.vue +100 -0
- package/src/components/fileLibrary/shareDialog.vue +54 -0
- package/src/components/hiprint/css/hiprint.css +1004 -0
- package/src/components/hiprint/css/image/jquery.minicolors.png +0 -0
- package/src/components/hiprint/css/image/l_img.svg +1 -0
- package/src/components/hiprint/css/image/v_img.svg +1 -0
- package/src/components/hiprint/css/print-lock.css +288 -0
- package/src/components/hiprint/etypes/default-etyps-provider.js +165 -0
- package/src/components/hiprint/hiprint.bundle.js +10009 -0
- package/src/components/hiprint/hiprint.config.js +1783 -0
- package/src/components/hiprint/index.js +109 -0
- package/src/components/hiprint/install.js +9 -0
- package/src/components/hiprint/plugins/jquery.hiwprint.js +116 -0
- package/src/components/hiprint/plugins/qrcode.js +617 -0
- package/src/components/hiprint/plugins/watermark.js +199 -0
- package/src/components/hiprint/view/design/dialog.vue +84 -0
- package/src/components/hiprint/view/design/font-size.js +38 -0
- package/src/components/hiprint/view/design/index.vue +340 -0
- package/src/components/hiprint/view/design/mixins.js +15 -0
- package/src/components/hiprint/view/design/panel.js +494 -0
- package/src/components/hiprint/view/design/preview.vue +130 -0
- package/src/components/hiprint/view/design/print-data.js +54 -0
- package/src/components/hiprint/view/design/scale.js +31 -0
- package/src/components/hiprint/view/design/templateJson1.js +494 -0
- package/src/components/hiprint/view/design/templateJson2.js +870 -0
- package/src/components/hiprint/view/json-view.vue +81 -0
- package/src/components/jdPrint/index.js +5 -0
- package/src/components/jdPrint/index.vue +53 -0
- package/src/components/jdPrint/mixins.js +3 -0
- package/src/components/jsonImport/index.js +13 -0
- package/src/components/jsonImport/index.vue +150 -0
- package/src/components/jsonImport/mixins.js +17 -0
- package/src/components/mobile/buttonGroup/index.vue +38 -0
- package/src/components/mobile/file/index.vue +473 -0
- package/src/components/mobile/h5Card/h5CardPane.vue +28 -0
- package/src/components/mobile/h5Card/index.vue +16 -0
- package/src/components/mobile/h5Card/mixins.js +171 -0
- package/src/components/mobile/oplogTable/index.vue +50 -0
- package/src/components/mobile/oplogTable/mixins.js +40 -0
- package/src/components/mobile/searchDialog/index.vue +39 -0
- package/src/components/mobile/statusTag/config.js +40 -0
- package/src/components/mobile/statusTag/index.vue +16 -0
- package/src/components/mobile/statusTag/mixins.js +5 -0
- package/src/components/mobile/wf/addTaskUserdialog.vue +80 -0
- package/src/components/mobile/wf/content.vue +1556 -0
- package/src/components/mobile/wf/deleteTaskUserDialog.vue +54 -0
- package/src/components/mobile/wf/mixins/addTaskUserdialogMixin.js +78 -0
- package/src/components/mobile/wf/mixins/deleteTaskUserDialogMixin.js +77 -0
- package/src/components/mobile/wf/mixins/setCandidateDialogMixin.js +91 -0
- package/src/components/mobile/wf/mixins/urgingDialogMixin.js +77 -0
- package/src/components/mobile/wf/mixins/wfModifyDialogMixin.js +47 -0
- package/src/components/mobile/wf/mixins/wfStartDialogMixin.js +140 -0
- package/src/components/mobile/wf/setCandidateDialog.vue +48 -0
- package/src/components/mobile/wf/urgingDialog.vue +52 -0
- package/src/components/mobile/wf/wfModifyDialog.vue +33 -0
- package/src/components/mobile/wf/wfStartDialog.vue +41 -0
- package/src/components/onlineTalk/index.vue +744 -0
- package/src/components/onlineTalk/mixins.js +9 -0
- package/src/components/oplogTable/index.vue +14 -0
- package/src/components/oplogTable/mixins.js +4 -0
- package/src/components/pddPrint/index.js +5 -0
- package/src/components/pddPrint/index.vue +54 -0
- package/src/components/pddPrint/mixins.js +3 -0
- package/src/components/projectTag/addButton.vue +69 -0
- package/src/components/projectTag/deleteButton.vue +69 -0
- package/src/components/projectTag/view.vue +72 -0
- package/src/components/scriptDescription/button.vue +26 -0
- package/src/components/scriptDescription/dialog.vue +40 -0
- package/src/components/scriptDescription/mixins.js +3 -0
- package/src/components/scriptTest/button.vue +27 -0
- package/src/components/scriptTest/dialog.vue +145 -0
- package/src/components/scriptTest/mixins.js +6 -0
- package/src/components/statusTag/config.js +40 -0
- package/src/components/statusTag/index.vue +14 -0
- package/src/components/statusTag/mixins.js +5 -0
- package/src/components/table/CellSlot.vue +9 -0
- package/src/components/table/config.js +3 -0
- package/src/components/table/customConfig.js +6 -0
- package/src/components/table/index.js +10 -0
- package/src/components/table/tableForm.vue +281 -0
- package/src/components/table/tableFormMixin.js +6 -0
- package/src/components/table/vxeFilter/FilterComplex.vue +36 -0
- package/src/components/table/vxeFilter/FilterContent.vue +43 -0
- package/src/components/table/vxeFilter/FilterInput.vue +14 -0
- package/src/components/table/vxeFilter/index.js +9 -0
- package/src/components/table/vxeFilter/mixin.js +6 -0
- package/src/components/tempStorage/index.vue +124 -0
- package/src/components/tempStorage/tempStorageDialog.vue +161 -0
- package/src/components/vb-tabs/index.vue +200 -0
- package/src/components/vb-tabs/tab-nav.vue +294 -0
- package/src/components/vb-tabs/tab-pane.vue +60 -0
- package/src/components/vb-tabs/x-tabs.vue +112 -0
- package/src/components/video/dialog.vue +53 -0
- package/src/components/vipPrint/index.js +5 -0
- package/src/components/vipPrint/index.vue +54 -0
- package/src/components/vipPrint/mixins.js +3 -0
- package/src/components/wf/addTaskUserdialog.vue +209 -0
- package/src/components/wf/content.vue +702 -0
- package/src/components/wf/content2.vue +604 -0
- package/src/components/wf/deleteTaskUserDialog.vue +75 -0
- package/src/components/wf/formIframeDialog.vue +51 -0
- package/src/components/wf/index.vue +51 -0
- package/src/components/wf/mixins/setCandidateDialog.js +5 -0
- package/src/components/wf/setCandidateDialog.vue +86 -0
- package/src/components/wf/urgingDialog.vue +70 -0
- package/src/components/wf/wf.js +30 -0
- package/src/components/wf/wfModifyDialog.vue +43 -0
- package/src/components/wf/wfStartDialog.vue +49 -0
- package/src/components/wf/wfUtil.js +13 -0
- package/src/components/xform/extension/extension-helper.js +23 -0
- package/src/components/xform/extension/extension-loader.js +116 -0
- package/src/components/xform/extension/samples/alert/alert-widget.vue +69 -0
- package/src/components/xform/extension/samples/card/card-item.vue +100 -0
- package/src/components/xform/extension/samples/card/card-widget.vue +151 -0
- package/src/components/xform/extension/samples/extension-schema.js +39 -0
- package/src/components/xform/extension/samples/extension-sfc-generator.js +50 -0
- package/src/components/xform/form-designer/designer.js +29 -0
- package/src/components/xform/form-designer/form-widget/container-widget/container-wrapper.vue +107 -0
- package/src/components/xform/form-designer/form-widget/container-widget/containerMixin.js +3 -0
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-mixin.js +8 -0
- package/src/components/xform/form-designer/form-widget/container-widget/data-table-widget.vue +250 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-h5-widget.vue +227 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-pane-widget.vue +201 -0
- package/src/components/xform/form-designer/form-widget/container-widget/detail-widget.vue +196 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-col-widget.vue +315 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-sub-form-widget.vue +11 -0
- package/src/components/xform/form-designer/form-widget/container-widget/grid-widget.vue +94 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-card-pane-widget.vue +207 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-card-widget.vue +136 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-table-cell-widget.vue +372 -0
- package/src/components/xform/form-designer/form-widget/container-widget/h5-table-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/container-widget/index.js +24 -0
- package/src/components/xform/form-designer/form-widget/container-widget/list-h5-widget.vue +363 -0
- package/src/components/xform/form-designer/form-widget/container-widget/panel-widget.vue +144 -0
- package/src/components/xform/form-designer/form-widget/container-widget/query-widget.vue +134 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tab-widget.vue +124 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-cell-widget.vue +347 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-column-widget.vue +155 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table2-cell-widget.vue +347 -0
- package/src/components/xform/form-designer/form-widget/container-widget/table2-widget.vue +116 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tree-pane-widget.vue +178 -0
- package/src/components/xform/form-designer/form-widget/container-widget/tree-widget.vue +247 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-box-widget.vue +187 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-dialog-widget.vue +138 -0
- package/src/components/xform/form-designer/form-widget/container-widget/vf-drawer-widget.vue +11 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +200 -0
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +206 -0
- package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +162 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +154 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +17 -0
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +405 -0
- package/src/components/xform/form-designer/form-widget/dialog/treeMoveDialog.vue +143 -0
- package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +408 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +119 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +117 -0
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +181 -0
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +87 -0
- package/src/components/xform/form-designer/form-widget/field-widget/cascader-widget.vue +116 -0
- package/src/components/xform/form-designer/form-widget/field-widget/census-widget.vue +162 -0
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +107 -0
- package/src/components/xform/form-designer/form-widget/field-widget/color-widget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +101 -0
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +100 -0
- package/src/components/xform/form-designer/form-widget/field-widget/descriptions-widget.vue +184 -0
- package/src/components/xform/form-designer/form-widget/field-widget/divider-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +35 -0
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +18 -0
- package/src/components/xform/form-designer/form-widget/field-widget/file-upload-widget.vue +304 -0
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +379 -0
- package/src/components/xform/form-designer/form-widget/field-widget/html-text-widget.vue +82 -0
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/index.js +10 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-batch-widget.vue +113 -0
- package/src/components/xform/form-designer/form-widget/field-widget/input-widget.vue +114 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +418 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +369 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +194 -0
- package/src/components/xform/form-designer/form-widget/field-widget/news-list-widget.vue +87 -0
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +105 -0
- package/src/components/xform/form-designer/form-widget/field-widget/picture-upload-widget.vue +281 -0
- package/src/components/xform/form-designer/form-widget/field-widget/print-button-widget.vue +91 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +153 -0
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +107 -0
- package/src/components/xform/form-designer/form-widget/field-widget/rate-widget.vue +102 -0
- package/src/components/xform/form-designer/form-widget/field-widget/rich-editor-widget.vue +123 -0
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +81 -0
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +124 -0
- package/src/components/xform/form-designer/form-widget/field-widget/slider-widget.vue +100 -0
- package/src/components/xform/form-designer/form-widget/field-widget/slot-widget.vue +102 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-content-wrapper.vue +212 -0
- package/src/components/xform/form-designer/form-widget/field-widget/static-text-widget.vue +83 -0
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +125 -0
- package/src/components/xform/form-designer/form-widget/field-widget/switch-widget.vue +101 -0
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +95 -0
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +92 -0
- package/src/components/xform/form-designer/form-widget/field-widget/textarea-widget.vue +99 -0
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +104 -0
- package/src/components/xform/form-designer/form-widget/field-widget/time-widget.vue +103 -0
- package/src/components/xform/form-designer/form-widget/field-widget/title-head-widget.vue +82 -0
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +221 -0
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +173 -0
- package/src/components/xform/form-designer/form-widget/index.vue +145 -0
- package/src/components/xform/form-designer/form-widget/indexMixin.js +5 -0
- package/src/components/xform/form-designer/index.vue +181 -0
- package/src/components/xform/form-designer/indexMixin.js +24 -0
- package/src/components/xform/form-designer/refMixinDesign.js +28 -0
- package/src/components/xform/form-designer/setting-panel/dataSource-setting.vue +397 -0
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +592 -0
- package/src/components/xform/form-designer/setting-panel/index.vue +305 -0
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +12 -0
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +302 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/alignType-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/allowCreate-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/appendButton-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/appendButtonDisabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/automaticDropdown-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/border-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/buttonIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/buttonStyle-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusItems-editor.vue +110 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/clearable-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/columnWidth-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/condition-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1042 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCellDblclick-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxAll-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +1047 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-h5/detail-h5-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/colHeight-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue +81 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-height-editor.vue +35 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-responsive-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-span-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-h5-card/h5-card-editor.vue +124 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-list-h5/list-h5-editor.vue +858 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/height-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-panel/width-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/showBlankRow-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/showRowNumber-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-sub-form/sub-form-labelAlign-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue +119 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tab/tabClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table/table-fullWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellHeight-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table-cell/cellWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-table2/table2-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/checkStrictly-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/show-checkbox-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/show-filter-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-customClass-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-defaultExpandAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-draggable-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-expandOnClickNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-expandRetractAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-lazy-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-nodeEdit-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/tree-selectClearAllNode-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree/treeData-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-tree-pane/tree-pane-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonHidden-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonLabel-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/center-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/closeOnClickModal-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/closeOnPressEscape-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/disabledMode-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/fullscreen-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonHidden-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/okButtonLabel-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/readMode-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/showClose-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/showModal-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/title-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-direction-editor.vue +11 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-size-editor.vue +11 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/containerClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/customClass-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/descriptionsItems-editor.vue +221 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/disabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/displayStyle-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dsEnabled-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/dsName-editor.vue +67 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/echartHeight-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/editable-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/endPlaceholder-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/entityTableCode-editor.vue +74 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +22 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAppendButtonClick-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onBeforeUpload-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onBlur-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCancelButtonClick-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onChange-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCheckChange-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCreated-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onCreatedEnter-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onDialogBeforeClose-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onDialogOpened-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onFileRemove.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onFocus-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onInput-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onLoadNode-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onMounted-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeCheck-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeClick-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onNodeContextmenu-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onOkButtonClick-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onRemoteQuery-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onResetTable-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchClear-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchConfirm-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSearchTable-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowAdd-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowChange-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowDelete-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onSubFormRowInsert-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onTreeLabelClick-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onUploadError-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onUploadSuccess-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onValidate-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-accessUrl/accessUrl-editor.vue +70 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/addTableData-event-editor.vue +85 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/button-type-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/circle-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +73 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/icon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/plain-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/round-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +161 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/cascader-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/cascader-multiple-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-cascader/checkStrictly-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-checkbox/checkbox-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-color/color-defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyName-editor.vue +67 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-common/keyNameEnabled-editor.vue +31 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-type-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date/index.js +10 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue +36 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-type-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-divider/contentPosition-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +253 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +297 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +188 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-file-upload/file-upload-fileTypes-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-html-text/htmlContent-editor.vue +29 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +76 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-number/controlsPosition-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-picture-upload/picture-upload-fileTypes-editor.vue +44 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-print-button/print-button-editor.vue +86 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-radio/radio-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/allowHalf-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/highThreshold-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/lowThreshold-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-max-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/showScore-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/showText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-save-button/saveHandleEnabled-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-script/script-editor.vue +286 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-select/select-defaultValue-editor.vue +18 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/range-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/showStops-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-slider/vertical-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/fontSize-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-static-text/textContent-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-status/field-status-editor.vue +205 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/activeText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/inactiveText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-switch/switchWidth-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time/time-format-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-defaultValue-editor.vue +26 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-time-range/time-range-format-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchField-editor.vue +104 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabSearchName-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabSearch/vabsearchConfigDialog.vue +569 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +21 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/fileMaxSize-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/filterable-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formField-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +52 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +717 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formulaEnabled-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/hidden-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/iconClass-editor.vue +50 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/index.js +12 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/isFullscreen-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/label-editor.vue +30 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelAlign-editor.vue +42 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelHidden-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +37 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/labelWidth-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/listItems-editor.vue +53 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/max-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/maxLength-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/min-editor.vue +40 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/minLength-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multiple-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleSelect-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/name-editor.vue +101 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/optionItems-editor.vue +37 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/prefixIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/propertyMixin.js +53 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/readonly-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/remote-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/rows-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showFileList-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showPassword-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showText-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showWordLimit-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/showbutton-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/size-editor.vue +39 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/space-editor-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/startPlaceholder-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/step-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTableClass-editor.vue +45 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/styleTitClass-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/submitFlag-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/suffixIcon-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/type-editor.vue +33 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadTip-editor.vue +24 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/uploadURL-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +48 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +199 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetWidth-editor.vue +25 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/withCredentials-editor.vue +23 -0
- package/src/components/xform/form-designer/setting-panel/property-editor-factory.js +173 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +319 -0
- package/src/components/xform/form-designer/toolbar-panel/index.vue +706 -0
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +24 -0
- package/src/components/xform/form-designer/widget-panel/index.vue +321 -0
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +18 -0
- package/src/components/xform/form-designer/widget-panel/templatesConfig.js +58 -0
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +2846 -0
- package/src/components/xform/form-render/container-item/container-item-wrapper.vue +37 -0
- package/src/components/xform/form-render/container-item/containerItemMixin.js +11 -0
- package/src/components/xform/form-render/container-item/data-table-item.vue +328 -0
- package/src/components/xform/form-render/container-item/data-table-mixin.js +18 -0
- package/src/components/xform/form-render/container-item/detail-h5-item.vue +172 -0
- package/src/components/xform/form-render/container-item/detail-item.vue +158 -0
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +139 -0
- package/src/components/xform/form-render/container-item/grid-col-item.vue +127 -0
- package/src/components/xform/form-render/container-item/grid-item.vue +59 -0
- package/src/components/xform/form-render/container-item/h5-card-item.vue +120 -0
- package/src/components/xform/form-render/container-item/h5-card-pane-item.vue +140 -0
- package/src/components/xform/form-render/container-item/h5-table-cell-item.vue +72 -0
- package/src/components/xform/form-render/container-item/h5-table-item.vue +73 -0
- package/src/components/xform/form-render/container-item/index.js +24 -0
- package/src/components/xform/form-render/container-item/list-h5-item.vue +922 -0
- package/src/components/xform/form-render/container-item/list-h5-item2.vue +1348 -0
- package/src/components/xform/form-render/container-item/panel-item.vue +99 -0
- package/src/components/xform/form-render/container-item/query-item.vue +98 -0
- package/src/components/xform/form-render/container-item/sub-form-item.vue +417 -0
- package/src/components/xform/form-render/container-item/tab-item.vue +88 -0
- package/src/components/xform/form-render/container-item/table-cell-item.vue +69 -0
- package/src/components/xform/form-render/container-item/table-column-item.vue +84 -0
- package/src/components/xform/form-render/container-item/table-item.vue +73 -0
- package/src/components/xform/form-render/container-item/table2-cell-item.vue +107 -0
- package/src/components/xform/form-render/container-item/table2-item.vue +229 -0
- package/src/components/xform/form-render/container-item/tree-item.vue +385 -0
- package/src/components/xform/form-render/container-item/tree-pane-item.vue +116 -0
- package/src/components/xform/form-render/container-item/vf-box-item.vue +103 -0
- package/src/components/xform/form-render/container-item/vf-dialog-item.vue +9 -0
- package/src/components/xform/form-render/dynamicDialogRender.js +7 -0
- package/src/components/xform/form-render/index.vue +89 -0
- package/src/components/xform/form-render/indexMixin.js +36 -0
- package/src/components/xform/form-render/refMixin.js +3 -0
- package/src/components/xform/lang/en-US.js +438 -0
- package/src/components/xform/lang/en-US_extension.js +26 -0
- package/src/components/xform/lang/en-US_render.js +38 -0
- package/src/components/xform/lang/zh-CN.js +593 -0
- package/src/components/xform/lang/zh-CN_extension.js +26 -0
- package/src/components/xform/lang/zh-CN_render.js +38 -0
- package/src/components/xform/mixins/defaultHandle.js +5 -0
- package/src/components/xform/mixins/scriptHttp.js +6 -0
- package/src/components/xform/utils/beautifierLoader.js +77 -0
- package/src/components/xform/utils/code-generator.js +91 -0
- package/src/components/xform/utils/config.js +11 -0
- package/src/components/xform/utils/debug-console.js +7 -0
- package/src/components/xform/utils/directive.js +74 -0
- package/src/components/xform/utils/emitter.js +44 -0
- package/src/components/xform/utils/format.js +214 -0
- package/src/components/xform/utils/formula.js +105 -0
- package/src/components/xform/utils/i18n.js +95 -0
- package/src/components/xform/utils/sfc-generator.js +583 -0
- package/src/components/xform/utils/smart-vue-i18n/index.js +69 -0
- package/src/components/xform/utils/smart-vue-i18n/utils.js +47 -0
- package/src/components/xform/utils/util.js +1 -0
- package/src/components/xform/utils/validators.js +5 -0
- package/src/components/xform/utils/vue2js-generator.js +144 -0
- package/src/components/xform/utils/vue3js-generator.js +70 -0
- package/src/components/xhsPrint/index.js +5 -0
- package/src/components/xhsPrint/index.vue +54 -0
- package/src/components/xhsPrint/mixins.js +3 -0
- package/src/directive/LimitNumber/index.js +1 -0
- package/src/directive/el-dialog-center/index.js +1 -0
- package/src/directive/el-drag-dialog/drag.js +1 -0
- package/src/directive/el-drag-dialog/index.js +14 -0
- package/src/directive/el-readonly/index.js +4 -0
- package/src/directive/permission/hasPermi.js +1 -0
- package/src/directive/permission/index.js +14 -0
- package/src/index.js +186 -0
- package/src/lang/index.js +51 -0
- package/src/mixins/mobile/common/index.js +19 -0
- package/src/mixins/mobile/edit/index.js +10 -0
- package/src/mixins/mobile/list/index.js +117 -0
- package/src/mixins/mobile/selectDialog/index.js +169 -0
- package/src/mixins/mobile/wf/index.js +173 -0
- package/src/mixins/selectDialog/index.js +8 -0
- package/src/mixins/tableTree/index.js +4 -0
- package/src/mixins/wf/index.js +6 -0
- package/src/permission.js +18 -0
- package/src/resources/js/base/common.js +110 -0
- package/src/store/getters.js +20 -0
- package/src/store/index.js +25 -0
- package/src/store/modules/permission.js +37 -0
- package/src/store/modules/settings.js +1 -0
- package/src/store/modules/tagsView.js +14 -0
- package/src/store/modules/user.js +28 -0
- package/src/utils/auth.js +1 -0
- package/src/utils/global.js +12 -0
- package/src/utils/index.js +7 -0
- package/src/utils/keepAlive.js +1 -0
- package/src/utils/request.js +29 -0
- package/src/utils/vab.js +27 -0
- package/src/utils/validate.js +1 -0
- package/src/utils/wf.js +21 -0
- package/src/views/bd/setting/bd_attach_setting/dialog.vue +161 -0
- package/src/views/bd/setting/bd_attach_setting/edit.vue +210 -0
- package/src/views/bd/setting/bd_attach_setting/list.vue +288 -0
- package/src/views/bd/setting/form_script/dialog.vue +253 -0
- package/src/views/bd/setting/form_script/edit.vue +201 -0
- package/src/views/bd/setting/form_script/edit1.vue +285 -0
- package/src/views/bd/setting/form_script/form_list.vue +342 -0
- package/src/views/bd/setting/form_script/list.vue +220 -0
- package/src/views/bd/setting/form_script/list1.vue +421 -0
- package/src/views/bd/setting/form_script/list2.vue +13 -0
- package/src/views/bd/setting/form_template/dialog.vue +205 -0
- package/src/views/bd/setting/form_template/edit.vue +292 -0
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +131 -0
- package/src/views/bd/setting/form_template/ftHistoryDialog.vue +175 -0
- package/src/views/bd/setting/form_template/itemEdit.vue +270 -0
- package/src/views/bd/setting/form_template/itemList.vue +300 -0
- package/src/views/bd/setting/form_template/list.vue +766 -0
- package/src/views/bd/setting/menu_kind/dialog.vue +216 -0
- package/src/views/bd/setting/menu_kind/list.vue +236 -0
- package/src/views/bd/setting/table_model/dialog.vue +161 -0
- package/src/views/bd/setting/table_model/edit.vue +1109 -0
- package/src/views/bd/setting/table_model/list.vue +467 -0
- package/src/views/bd/setting/table_model/zdDialog.vue +201 -0
- package/src/views/support/export_template/edit.vue +285 -0
- package/src/views/support/export_template/list.vue +272 -0
- package/src/views/user/access_log/edit.vue +121 -0
- package/src/views/user/access_log/list.vue +345 -0
- package/src/views/user/access_log/statistics_list.vue +284 -0
- package/src/views/user/api_request/edit.vue +233 -0
- package/src/views/user/api_request/list.vue +199 -0
- package/src/views/user/area/dialog.vue +448 -0
- package/src/views/user/area_attribute/configDialog.vue +319 -0
- package/src/views/user/area_attribute/edit.vue +245 -0
- package/src/views/user/area_attribute/list.vue +100 -0
- package/src/views/user/attachment/uploadDialog.vue +73 -0
- package/src/views/user/bill_setting/button/previewButton.vue +94 -0
- package/src/views/user/bill_setting/compareView.vue +27 -0
- package/src/views/user/bill_setting/edit.vue +237 -0
- package/src/views/user/bill_setting/h5_ModifyDialog.vue +75 -0
- package/src/views/user/bill_setting/h5_detailDialog.vue +74 -0
- package/src/views/user/bill_setting/h5_view.vue +56 -0
- package/src/views/user/bill_setting/itemViewDialog.vue +278 -0
- package/src/views/user/bill_setting/list.vue +342 -0
- package/src/views/user/bill_setting/mixins/wf.js +432 -0
- package/src/views/user/bill_setting/previewDialog.vue +61 -0
- package/src/views/user/bill_setting/queryDialog.vue +175 -0
- package/src/views/user/bill_setting/render.vue +2028 -0
- package/src/views/user/bill_setting/template.json +75 -0
- package/src/views/user/bill_setting/template2.json +254 -0
- package/src/views/user/bill_setting/userDialog.vue +149 -0
- package/src/views/user/code_rules/edit.vue +217 -0
- package/src/views/user/code_rules/list.vue +196 -0
- package/src/views/user/commMenu/index.vue +292 -0
- package/src/views/user/common_attribute/edit.vue +136 -0
- package/src/views/user/common_attribute/itemEdit.vue +237 -0
- package/src/views/user/common_attribute/list.vue +374 -0
- package/src/views/user/common_script/edit.vue +224 -0
- package/src/views/user/common_script/list.vue +342 -0
- package/src/views/user/company_info/dialog.vue +147 -0
- package/src/views/user/company_info/edit.vue +145 -0
- package/src/views/user/company_info/view.vue +24 -0
- package/src/views/user/country/dialog.vue +170 -0
- package/src/views/user/country/edit.vue +159 -0
- package/src/views/user/country/list.vue +187 -0
- package/src/views/user/data_type_setting/dialog.vue +160 -0
- package/src/views/user/data_type_setting/editDialog.vue +120 -0
- package/src/views/user/ea/eagroup/eaobj_list.vue +323 -0
- package/src/views/user/ea/eagroup/edit.vue +485 -0
- package/src/views/user/ea/eaobj/edit.vue +155 -0
- package/src/views/user/ea/eaobj/list.vue +143 -0
- package/src/views/user/error-page/401.vue +99 -0
- package/src/views/user/error-page/404.vue +228 -0
- package/src/views/user/extend_datasource/dialog.vue +245 -0
- package/src/views/user/extend_datasource/edit.vue +238 -0
- package/src/views/user/extend_datasource/list.vue +221 -0
- package/src/views/user/fieldTranslation/editDialog.vue +253 -0
- package/src/views/user/fieldTranslation/list.vue +464 -0
- package/src/views/user/field_values_invisible/edit.vue +184 -0
- package/src/views/user/field_values_invisible/list.vue +195 -0
- package/src/views/user/file_type/edit.vue +168 -0
- package/src/views/user/file_type/list.vue +255 -0
- package/src/views/user/file_type/userEdit.vue +188 -0
- package/src/views/user/file_view_area/edit.vue +145 -0
- package/src/views/user/file_view_area/itemEdit.vue +191 -0
- package/src/views/user/file_view_area/list.vue +330 -0
- package/src/views/user/file_view_ins/list.vue +929 -0
- package/src/views/user/file_view_ins/propertiesDialog.vue +218 -0
- package/src/views/user/form/form_ins_list/edit.vue +422 -0
- package/src/views/user/form/form_template/dialog.vue +205 -0
- package/src/views/user/form/form_template/edit.vue +211 -0
- package/src/views/user/form/form_template/itemEdit.vue +236 -0
- package/src/views/user/form/form_template/itemList.vue +221 -0
- package/src/views/user/form/form_template/list.vue +513 -0
- package/src/views/user/form/form_template_field/dialog.vue +161 -0
- package/src/views/user/form/form_type/dialog.vue +149 -0
- package/src/views/user/form/form_type/edit.vue +136 -0
- package/src/views/user/form/form_type/editDialog.vue +117 -0
- package/src/views/user/form/form_type/list.vue +132 -0
- package/src/views/user/form/report_requestaccess/dialog.vue +196 -0
- package/src/views/user/form/report_requestaccess/edit.vue +476 -0
- package/src/views/user/form/report_requestaccess/list.vue +187 -0
- package/src/views/user/form/vform/designer.vue +746 -0
- package/src/views/user/form/vform/formFieldMapping.js +172 -0
- package/src/views/user/form/vform/out_render.vue +53 -0
- package/src/views/user/form/vform/render.vue +140 -0
- package/src/views/user/form/view/edit.vue +37 -0
- package/src/views/user/form/view/list.vue +128 -0
- package/src/views/user/home/default.vue +969 -0
- package/src/views/user/home/distributor.vue +593 -0
- package/src/views/user/home/index.vue +75 -0
- package/src/views/user/language_setting/edit.vue +166 -0
- package/src/views/user/language_setting/list.vue +206 -0
- package/src/views/user/ledger_library/list.vue +30 -0
- package/src/views/user/ledger_library/private_list.vue +31 -0
- package/src/views/user/login/auth-redirect.vue +15 -0
- package/src/views/user/login/index.vue +129 -0
- package/src/views/user/login/indexMixin.js +398 -0
- package/src/views/user/menu/list.vue +568 -0
- package/src/views/user/mobile_menu/list.vue +318 -0
- package/src/views/user/notify_message/dialog.vue +92 -0
- package/src/views/user/notify_message/infoDialog.vue +77 -0
- package/src/views/user/notify_message/list.vue +461 -0
- package/src/views/user/notify_template/edit.vue +185 -0
- package/src/views/user/notify_template/list.vue +186 -0
- package/src/views/user/oplog/edit.vue +112 -0
- package/src/views/user/oplog/list.vue +153 -0
- package/src/views/user/outLink/form_view.vue +169 -0
- package/src/views/user/outLink/index.vue +47 -0
- package/src/views/user/outLink/view.vue +134 -0
- package/src/views/user/position/dialog.vue +153 -0
- package/src/views/user/position/edit.vue +152 -0
- package/src/views/user/position/list.vue +178 -0
- package/src/views/user/project_tag/dialog.vue +181 -0
- package/src/views/user/project_tag/edit.vue +135 -0
- package/src/views/user/project_tag/list.vue +167 -0
- package/src/views/user/push_setting/edit.vue +273 -0
- package/src/views/user/push_setting/list.vue +227 -0
- package/src/views/user/redirect/index.vue +12 -0
- package/src/views/user/role/dialog.vue +163 -0
- package/src/views/user/role/edit.vue +426 -0
- package/src/views/user/role/list.vue +169 -0
- package/src/views/user/sale_org/dialog.vue +204 -0
- package/src/views/user/sale_org/list.vue +601 -0
- package/src/views/user/sale_org/moveDialog.vue +289 -0
- package/src/views/user/sale_org_net/list.vue +574 -0
- package/src/views/user/system_notice/edit.vue +184 -0
- package/src/views/user/system_notice/infoDialog.vue +152 -0
- package/src/views/user/system_notice/list.vue +190 -0
- package/src/views/user/system_parameter/edit.vue +146 -0
- package/src/views/user/system_parameter/list.vue +128 -0
- package/src/views/user/user/dialog.vue +202 -0
- package/src/views/user/user/edit.vue +1019 -0
- package/src/views/user/user/info.vue +264 -0
- package/src/views/user/user/infoContent.vue +37 -0
- package/src/views/user/user/infoEdit.vue +220 -0
- package/src/views/user/user/infoIframeDialog.vue +45 -0
- package/src/views/user/user/inner_list.vue +16 -0
- package/src/views/user/user/list.vue +558 -0
- package/src/views/user/user/list2.vue +14 -0
- package/src/views/user/user/modifyPasswordDialog.vue +193 -0
- package/src/views/user/user/out_list.vue +16 -0
- package/src/views/user/wf/formCustDialog/list.vue +32 -0
- package/src/views/user/wf/iframe/dialog.vue +52 -0
- package/src/views/user/wf/iframe/index.vue +46 -0
- package/src/views/user/wf/iframe/index2.vue +59 -0
- package/src/views/user/wf/wf_auto_submit_data/edit.vue +119 -0
- package/src/views/user/wf/wf_auto_submit_data/edith.vue +128 -0
- package/src/views/user/wf/wf_auto_submit_data/list.vue +653 -0
- package/src/views/user/wf/wf_diy_attribute/edit.vue +202 -0
- package/src/views/user/wf/wf_manage/list.vue +667 -0
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +106 -0
- package/src/views/user/wf/wf_obj_config/activiti_wf.vue +132 -0
- package/src/views/user/wf/wf_obj_config/dialog.vue +178 -0
- package/src/views/user/wf/wf_obj_config/edit.vue +204 -0
- package/src/views/user/wf/wf_obj_config/edit_form.vue +217 -0
- package/src/views/user/wf/wf_obj_config/itemEdit.vue +292 -0
- package/src/views/user/wf/wf_obj_config/itemEdit_form.vue +147 -0
- package/src/views/user/wf/wf_obj_config/list.vue +597 -0
- package/src/views/user/wf/wf_obj_config/list_form.vue +371 -0
- package/src/views/user/wf/wf_param/edit.vue +169 -0
- package/src/views/user/wf/wf_work_calendar/components/calendar.vue +355 -0
- package/src/views/user/wf/wf_work_calendar/components/calendar2.vue +386 -0
- package/src/views/user/wf/wf_work_calendar/configDialog.vue +367 -0
- package/src/views/user/wf/wf_work_calendar/date.js +699 -0
- package/src/views/user/wf/wf_work_calendar/list.vue +229 -0
@@ -0,0 +1,2846 @@
|
|
1
|
+
export const containers = [
|
2
|
+
{
|
3
|
+
type: "grid",
|
4
|
+
category: "container",
|
5
|
+
icon: "grid",
|
6
|
+
commonFlag: !0,
|
7
|
+
cols: [],
|
8
|
+
options: {
|
9
|
+
name: "",
|
10
|
+
hidden: !1,
|
11
|
+
// isFullscreen: false,
|
12
|
+
gutter: 6,
|
13
|
+
// colHeight: null,
|
14
|
+
width: '',
|
15
|
+
containerClass: '',
|
16
|
+
customClass: ""
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
type: "table",
|
21
|
+
category: "container",
|
22
|
+
icon: "table",
|
23
|
+
commonFlag: !0,
|
24
|
+
rows: [],
|
25
|
+
options: {
|
26
|
+
name: "",
|
27
|
+
hidden: !1,
|
28
|
+
customClass: "",
|
29
|
+
styleTableClass: '',
|
30
|
+
fullWidth: false
|
31
|
+
}
|
32
|
+
},
|
33
|
+
{
|
34
|
+
type: "tab",
|
35
|
+
category: "container",
|
36
|
+
icon: "tab",
|
37
|
+
commonFlag: !0,
|
38
|
+
tabs: [],
|
39
|
+
options: {
|
40
|
+
name: "",
|
41
|
+
hidden: !1,
|
42
|
+
height: '',
|
43
|
+
// isFullscreen: false,
|
44
|
+
tabClass: 'tab-boxCard tabCard-sty1',
|
45
|
+
customClass: ""
|
46
|
+
}
|
47
|
+
},
|
48
|
+
/* {
|
49
|
+
type: "sub-form",
|
50
|
+
category: "container",
|
51
|
+
icon: "sub-form",
|
52
|
+
widgetList: [],
|
53
|
+
options: {
|
54
|
+
name: "",
|
55
|
+
showBlankRow: !0,
|
56
|
+
showRowNumber: !0,
|
57
|
+
labelAlign: "label-center-align",
|
58
|
+
hidden: !1,
|
59
|
+
actionColumnPosition: "left",
|
60
|
+
customClass: "",
|
61
|
+
onSubFormRowAdd: "",
|
62
|
+
onSubFormRowInsert: "",
|
63
|
+
onSubFormRowDelete: "",
|
64
|
+
onSubFormRowChange: ""
|
65
|
+
}
|
66
|
+
}, {
|
67
|
+
type: "grid-sub-form",
|
68
|
+
category: "container",
|
69
|
+
icon: "grid-sub-form",
|
70
|
+
widgetList: [],
|
71
|
+
options: {
|
72
|
+
name: "",
|
73
|
+
showBlankRow: !0,
|
74
|
+
showRowNumber: !0,
|
75
|
+
hidden: !1,
|
76
|
+
actionColumnPosition: "left",
|
77
|
+
customClass: "",
|
78
|
+
onSubFormRowAdd: "",
|
79
|
+
onSubFormRowInsert: "",
|
80
|
+
onSubFormRowDelete: "",
|
81
|
+
onSubFormRowChange: ""
|
82
|
+
}
|
83
|
+
}, */
|
84
|
+
{
|
85
|
+
type: "grid-col",
|
86
|
+
category: "container",
|
87
|
+
icon: "grid-col",
|
88
|
+
internal: !0,
|
89
|
+
widgetList: [],
|
90
|
+
options: {
|
91
|
+
name: "",
|
92
|
+
hidden: !1,
|
93
|
+
height: null,
|
94
|
+
span: 12,
|
95
|
+
offset: 0,
|
96
|
+
push: 0,
|
97
|
+
pull: 0,
|
98
|
+
responsive: !1,
|
99
|
+
md: 12,
|
100
|
+
sm: 12,
|
101
|
+
xs: 12,
|
102
|
+
alignType: '',
|
103
|
+
customClass: "",
|
104
|
+
}
|
105
|
+
},
|
106
|
+
{
|
107
|
+
type: "table-cell",
|
108
|
+
category: "container",
|
109
|
+
icon: "table-cell",
|
110
|
+
internal: !0,
|
111
|
+
widgetList: [],
|
112
|
+
merged: !1,
|
113
|
+
options: {
|
114
|
+
name: "",
|
115
|
+
cellWidth: "",
|
116
|
+
cellHeight: "",
|
117
|
+
colspan: 1,
|
118
|
+
rowspan: 1,
|
119
|
+
customClass: ""
|
120
|
+
}
|
121
|
+
},
|
122
|
+
{
|
123
|
+
type: "tab-pane",
|
124
|
+
category: "container",
|
125
|
+
icon: "tab-pane",
|
126
|
+
internal: !0,
|
127
|
+
widgetList: [],
|
128
|
+
options: {
|
129
|
+
name: "",
|
130
|
+
label: "",
|
131
|
+
hidden: !1,
|
132
|
+
active: !1,
|
133
|
+
disabled: !1,
|
134
|
+
customClass: ""
|
135
|
+
}
|
136
|
+
},
|
137
|
+
{
|
138
|
+
type: "data-table",
|
139
|
+
category: "container",
|
140
|
+
icon: "data-table",
|
141
|
+
commonFlag: !0,
|
142
|
+
formItemFlag: !0,
|
143
|
+
layoutType: "PC",
|
144
|
+
widgetList: [],
|
145
|
+
columns: [],
|
146
|
+
buttons: [],
|
147
|
+
tableField: null,
|
148
|
+
options: {
|
149
|
+
name: "",
|
150
|
+
keyNameEnabled: !0,
|
151
|
+
keyName: "",
|
152
|
+
label: "data-table",
|
153
|
+
submitFlag: true,
|
154
|
+
formField: "",
|
155
|
+
hidden: !1,
|
156
|
+
rowSpacing: 8,
|
157
|
+
tableHeight: "",
|
158
|
+
tableWidth: "100%",
|
159
|
+
customClass: "",
|
160
|
+
stripe: !0,
|
161
|
+
showIndex: !1,
|
162
|
+
// showCheckBox: !0,
|
163
|
+
showPagination: false,
|
164
|
+
showExportBtn: false,
|
165
|
+
smallPagination: !1,
|
166
|
+
showSummary: !1,
|
167
|
+
// border: !0,
|
168
|
+
tableSize: "medium",
|
169
|
+
showSearchArea: false,
|
170
|
+
dataTable: true,
|
171
|
+
tableColumns: [],
|
172
|
+
showButtonsColumn: !1,
|
173
|
+
buttonsColumnFixed: "right",
|
174
|
+
buttonsColumnTitle: "操作",
|
175
|
+
buttonsColumnWidth: 120,
|
176
|
+
operationButtons: [
|
177
|
+
{
|
178
|
+
name: "detail",
|
179
|
+
label: "详情",
|
180
|
+
type: "text",
|
181
|
+
size: "small",
|
182
|
+
round: !1,
|
183
|
+
hidden: !0,
|
184
|
+
disabled: !1
|
185
|
+
}, {
|
186
|
+
name: "edit",
|
187
|
+
label: "编辑",
|
188
|
+
type: "text",
|
189
|
+
size: "small",
|
190
|
+
round: !1,
|
191
|
+
hidden: !1,
|
192
|
+
disabled: !1
|
193
|
+
}, {
|
194
|
+
name: "delete",
|
195
|
+
label: "删除",
|
196
|
+
type: "text",
|
197
|
+
size: "small",
|
198
|
+
round: !1,
|
199
|
+
hidden: !1,
|
200
|
+
disabled: !1
|
201
|
+
}],
|
202
|
+
pagination: {
|
203
|
+
currentPage: 1,
|
204
|
+
pageSizes: [10, 15, 20, 30, 50, 100, 200],
|
205
|
+
pageSize: 20,
|
206
|
+
total: 366
|
207
|
+
},
|
208
|
+
dsEnabled: !1,
|
209
|
+
dsName: "",
|
210
|
+
tableData: [
|
211
|
+
/*{
|
212
|
+
"flag": 1,
|
213
|
+
"gender": 1,
|
214
|
+
"mobile": "18900000000",
|
215
|
+
"modify_by": "admin",
|
216
|
+
"login_account": "admin",
|
217
|
+
"enabled": true,
|
218
|
+
"create_by": "admin",
|
219
|
+
"password": "$2a$10$pYkIeHldXBDIdKShgYjayuWM.NvmuYmewZ1D4qIFF3GL2g5bFzmdS",
|
220
|
+
"user_type": 0,
|
221
|
+
"nick_name": "admin",
|
222
|
+
"company_code": "mk_group",
|
223
|
+
"id": 1,
|
224
|
+
"create_date": "2021-12-05 23:12:20",
|
225
|
+
"modify_date": "2022-05-16 22:21:44",
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"flag": 1,
|
229
|
+
"gender": 1,
|
230
|
+
"mobile": "18900000000",
|
231
|
+
"modify_by": "admin",
|
232
|
+
"login_account": "admin2",
|
233
|
+
"enabled": true,
|
234
|
+
"create_by": "admin",
|
235
|
+
"password": "$2a$10$pYkIeHldXBDIdKShgYjayuWM.NvmuYmewZ1D4qIFF3GL2g5bFzmdS",
|
236
|
+
"user_type": 0,
|
237
|
+
"nick_name": "admin2",
|
238
|
+
"company_code": "mk_group",
|
239
|
+
"id": 2,
|
240
|
+
"create_date": "2021-12-05 23:12:20",
|
241
|
+
"modify_date": "2022-05-16 22:21:44",
|
242
|
+
}*/
|
243
|
+
],
|
244
|
+
tableCondition: "",
|
245
|
+
onCreated: "",
|
246
|
+
onMounted: "",
|
247
|
+
onCheckboxChange: "",
|
248
|
+
onCheckboxAll: "",
|
249
|
+
onCellDblclick: "",
|
250
|
+
onSearchTable: "",
|
251
|
+
onResetTable: "",
|
252
|
+
accessType: "1",
|
253
|
+
accessUrl: null,
|
254
|
+
accessReturnType: "1",
|
255
|
+
accessScript: null,
|
256
|
+
scriptEnabled: false,
|
257
|
+
accessParam: null,
|
258
|
+
|
259
|
+
formScriptEnabled: true,
|
260
|
+
formScriptCode: null,
|
261
|
+
formScriptParam: null,
|
262
|
+
/*isLoadDataByAccess: false,
|
263
|
+
scriptEnabled: false,
|
264
|
+
scriptName: null,
|
265
|
+
scriptCode: null,
|
266
|
+
accessParam: null,
|
267
|
+
accessCallback: null,*/
|
268
|
+
isQueryTable: false,
|
269
|
+
entityTableCode: null,
|
270
|
+
entityTableDesc: null,
|
271
|
+
|
272
|
+
tableConfig: null,
|
273
|
+
isEditTable: false,
|
274
|
+
isTreeTable: false,
|
275
|
+
wbsEnabled: false,
|
276
|
+
sortScriptCode: null,
|
277
|
+
importTemplateFile: null
|
278
|
+
}
|
279
|
+
},
|
280
|
+
/*{
|
281
|
+
type: "table-column",
|
282
|
+
category: "container",
|
283
|
+
icon: "text-field",
|
284
|
+
commonFlag: !0,
|
285
|
+
formItemFlag: !0,
|
286
|
+
widgetList: [],
|
287
|
+
options: {
|
288
|
+
name: "",
|
289
|
+
hidden: !1,
|
290
|
+
label: "",
|
291
|
+
customClass: "",
|
292
|
+
columnWidth: "",
|
293
|
+
onCreated: "",
|
294
|
+
onMounted: "",
|
295
|
+
}
|
296
|
+
},*/
|
297
|
+
{
|
298
|
+
type: "vf-dialog",
|
299
|
+
category: "container",
|
300
|
+
icon: "vf-dialog",
|
301
|
+
widgetList: [],
|
302
|
+
options: {
|
303
|
+
name: "",
|
304
|
+
title: "",
|
305
|
+
width: "50%",
|
306
|
+
fullscreen: !1,
|
307
|
+
showModal: !0,
|
308
|
+
showClose: !0,
|
309
|
+
closeOnClickModal: !1,
|
310
|
+
closeOnPressEscape: !1,
|
311
|
+
center: !1,
|
312
|
+
readMode: !1,
|
313
|
+
disabledMode: !1,
|
314
|
+
okButtonLabel: "确定",
|
315
|
+
okButtonHidden: !1,
|
316
|
+
cancelButtonLabel: "取消",
|
317
|
+
cancelButtonHidden: !1,
|
318
|
+
onOkButtonClick: "",
|
319
|
+
onCancelButtonClick: "",
|
320
|
+
onDialogOpened: "",
|
321
|
+
onDialogBeforeClose: ""
|
322
|
+
}
|
323
|
+
},
|
324
|
+
/*{
|
325
|
+
type: "vf-drawer",
|
326
|
+
category: "container",
|
327
|
+
icon: "vf-drawer",
|
328
|
+
widgetList: [],
|
329
|
+
options: {
|
330
|
+
name: "",
|
331
|
+
title: "",
|
332
|
+
size: "50%",
|
333
|
+
showModal: !0,
|
334
|
+
showClose: !0,
|
335
|
+
closeOnClickModal: !1,
|
336
|
+
closeOnPressEscape: !1,
|
337
|
+
direction: "rtl",
|
338
|
+
readMode: !1,
|
339
|
+
disabledMode: !1,
|
340
|
+
okButtonLabel: "",
|
341
|
+
okButtonHidden: !1,
|
342
|
+
cancelButtonLabel: "",
|
343
|
+
cancelButtonHidden: !1,
|
344
|
+
onOkButtonClick: "",
|
345
|
+
onCancelButtonClick: "",
|
346
|
+
onDrawerOpened: "",
|
347
|
+
onDrawerBeforeClose: ""
|
348
|
+
}
|
349
|
+
}, */
|
350
|
+
/*{
|
351
|
+
type: "vf-box",
|
352
|
+
category: "container",
|
353
|
+
icon: "vf-box",
|
354
|
+
widgetList: [],
|
355
|
+
options: {
|
356
|
+
name: "",
|
357
|
+
label: '',
|
358
|
+
hidden: !1,
|
359
|
+
customClass: "",
|
360
|
+
styleTitClass: 'title',
|
361
|
+
isFullscreen: false,
|
362
|
+
height: '200px',
|
363
|
+
}
|
364
|
+
},*/
|
365
|
+
/* {
|
366
|
+
type: "panel",
|
367
|
+
category: "container",
|
368
|
+
icon: "vf-box",
|
369
|
+
widgetList: [],
|
370
|
+
options: {
|
371
|
+
name: "",
|
372
|
+
label: 'panel',
|
373
|
+
hidden: !1,
|
374
|
+
customClass: "",
|
375
|
+
height:"300",
|
376
|
+
}
|
377
|
+
}, */
|
378
|
+
/*{
|
379
|
+
type: "query",
|
380
|
+
category: "container",
|
381
|
+
icon: "vf-box",
|
382
|
+
widgetList: [],
|
383
|
+
options: {
|
384
|
+
name: "",
|
385
|
+
hidden: !1,
|
386
|
+
customClass: ""
|
387
|
+
}
|
388
|
+
},*/
|
389
|
+
{
|
390
|
+
type: "detail",
|
391
|
+
category: "container",
|
392
|
+
icon: "grid",
|
393
|
+
commonFlag: !0,
|
394
|
+
layoutType: "PC",
|
395
|
+
panes: [],
|
396
|
+
widgetList: [],
|
397
|
+
options: {
|
398
|
+
name: "",
|
399
|
+
hidden: !1,
|
400
|
+
label: "单据详情",
|
401
|
+
detailContainer: true,
|
402
|
+
// colHeight: null,
|
403
|
+
customClass: "",
|
404
|
+
wfEnabled: false,
|
405
|
+
onCreated: "",
|
406
|
+
onMounted: "",
|
407
|
+
}
|
408
|
+
},
|
409
|
+
{
|
410
|
+
type: "detail-pane",
|
411
|
+
category: "container",
|
412
|
+
icon: "grid-col",
|
413
|
+
internal: !0,
|
414
|
+
buttonWidgetList: [],
|
415
|
+
widgetList: [],
|
416
|
+
options: {
|
417
|
+
name: "",
|
418
|
+
hidden: !1,
|
419
|
+
label: "",
|
420
|
+
customClass: "",
|
421
|
+
tableRef: "",
|
422
|
+
detailPaneContainer: true,
|
423
|
+
onCreated: "",
|
424
|
+
onMounted: "",
|
425
|
+
}
|
426
|
+
},
|
427
|
+
{
|
428
|
+
type: "detail-h5",
|
429
|
+
category: "container",
|
430
|
+
icon: "grid",
|
431
|
+
commonFlag: !0,
|
432
|
+
layoutType: "H5",
|
433
|
+
panes: [],
|
434
|
+
widgetList: [],
|
435
|
+
options: {
|
436
|
+
name: "",
|
437
|
+
hidden: !1,
|
438
|
+
label: "单据详情",
|
439
|
+
detailH5Container: true,
|
440
|
+
// colHeight: null,
|
441
|
+
customClass: "",
|
442
|
+
wfEnabled: false,
|
443
|
+
onCreated: "",
|
444
|
+
onMounted: "",
|
445
|
+
}
|
446
|
+
},
|
447
|
+
{
|
448
|
+
type: "list-h5",
|
449
|
+
category: "container",
|
450
|
+
icon: "grid",
|
451
|
+
commonFlag: !0,
|
452
|
+
layoutType: "H5",
|
453
|
+
lineButtons: [],
|
454
|
+
buttons: [],
|
455
|
+
widgetList: [],
|
456
|
+
tableField: null,
|
457
|
+
options: {
|
458
|
+
name: "",
|
459
|
+
hidden: !1,
|
460
|
+
label: "",
|
461
|
+
listH5: true,
|
462
|
+
// colHeight: null,
|
463
|
+
customClass: "",
|
464
|
+
isQueryTable: false,
|
465
|
+
accessUrl: null,
|
466
|
+
tableColumns: [
|
467
|
+
{
|
468
|
+
"columnId": 1,
|
469
|
+
"prop": "nick_name",
|
470
|
+
"label": "姓名",
|
471
|
+
"width": "150",
|
472
|
+
"show": true,
|
473
|
+
"align": "left",
|
474
|
+
"fixed": "left",
|
475
|
+
"sortable": true,
|
476
|
+
"required": false,
|
477
|
+
"showForRow": true,
|
478
|
+
"formatS": "editInput",
|
479
|
+
"columnOption": {}
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"columnId": 1662195943228,
|
483
|
+
"label": "登录账号",
|
484
|
+
"prop": "login_account",
|
485
|
+
"show": true,
|
486
|
+
"sortable": true,
|
487
|
+
"align": "left",
|
488
|
+
"width": "150",
|
489
|
+
"required": false,
|
490
|
+
"showForRow": true,
|
491
|
+
"formatS": "editInput",
|
492
|
+
"columnOption": {}
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"columnId": 1662195943423,
|
496
|
+
"label": "是否启用",
|
497
|
+
"prop": "enabled",
|
498
|
+
"show": true,
|
499
|
+
"sortable": true,
|
500
|
+
"align": "left",
|
501
|
+
"width": "150",
|
502
|
+
"formatS": "render",
|
503
|
+
"render": "if(params.row.enabled){\n return '启用';\n}else{\n return '禁用';\n}",
|
504
|
+
"required": false,
|
505
|
+
"showForRow": true,
|
506
|
+
"columnOption": {}
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"columnId": 1662196087046,
|
510
|
+
"label": "性别",
|
511
|
+
"prop": "gender",
|
512
|
+
"width": "150",
|
513
|
+
"show": true,
|
514
|
+
"sortable": true,
|
515
|
+
"align": "left",
|
516
|
+
"formatS": "render",
|
517
|
+
"render": "if(params.row.gender==1){\n return '男';\n}else{\n return '女';\n}",
|
518
|
+
"required": false,
|
519
|
+
"showForRow": true,
|
520
|
+
"columnOption": {}
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"columnId": 1662196135287,
|
524
|
+
"label": "创建时间",
|
525
|
+
"prop": "create_time",
|
526
|
+
"width": "150",
|
527
|
+
"show": true,
|
528
|
+
"sortable": true,
|
529
|
+
"align": "left",
|
530
|
+
"required": false,
|
531
|
+
"showForRow": true,
|
532
|
+
"formatS": "editDate",
|
533
|
+
"columnOption": {}
|
534
|
+
}
|
535
|
+
],
|
536
|
+
tableData: [
|
537
|
+
/*{
|
538
|
+
"flag": 1,
|
539
|
+
"gender": 1,
|
540
|
+
"mobile": "18900000000",
|
541
|
+
"modify_by": "admin",
|
542
|
+
"login_account": "admin",
|
543
|
+
"enabled": true,
|
544
|
+
"create_by": "admin",
|
545
|
+
"password": "$2a$10$pYkIeHldXBDIdKShgYjayuWM.NvmuYmewZ1D4qIFF3GL2g5bFzmdS",
|
546
|
+
"user_type": 0,
|
547
|
+
"nick_name": "admin",
|
548
|
+
"company_code": "mk_group",
|
549
|
+
"id": 1,
|
550
|
+
"create_date": "2021-12-05 23:12:20",
|
551
|
+
"modify_date": "2022-05-16 22:21:44",
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"flag": 1,
|
555
|
+
"gender": 1,
|
556
|
+
"mobile": "18900000000",
|
557
|
+
"modify_by": "admin",
|
558
|
+
"login_account": "admin2",
|
559
|
+
"enabled": true,
|
560
|
+
"create_by": "admin",
|
561
|
+
"password": "$2a$10$pYkIeHldXBDIdKShgYjayuWM.NvmuYmewZ1D4qIFF3GL2g5bFzmdS",
|
562
|
+
"user_type": 0,
|
563
|
+
"nick_name": "admin2",
|
564
|
+
"company_code": "mk_group",
|
565
|
+
"id": 2,
|
566
|
+
"create_date": "2021-12-05 23:12:20",
|
567
|
+
"modify_date": "2022-05-16 22:21:44",
|
568
|
+
}*/
|
569
|
+
],
|
570
|
+
onCreated: "",
|
571
|
+
onMounted: "",
|
572
|
+
}
|
573
|
+
},
|
574
|
+
{
|
575
|
+
type: "tree-pane",
|
576
|
+
category: "container",
|
577
|
+
icon: "tree-pane",
|
578
|
+
commonFlag: !0,
|
579
|
+
leftWidgetList: [],
|
580
|
+
widgetList: [],
|
581
|
+
options: {
|
582
|
+
name: "",
|
583
|
+
hidden: !1,
|
584
|
+
treeLabel: "单据类型",
|
585
|
+
customClass: "",
|
586
|
+
treePane: true,
|
587
|
+
onCreated: "",
|
588
|
+
onMounted: "",
|
589
|
+
onTreeLabelClick: ""
|
590
|
+
}
|
591
|
+
},
|
592
|
+
{
|
593
|
+
type: "h5-card",
|
594
|
+
category: "container",
|
595
|
+
icon: "tab",
|
596
|
+
commonFlag: !0,
|
597
|
+
layoutType: "H5",
|
598
|
+
panes: [],
|
599
|
+
options: {
|
600
|
+
name: "",
|
601
|
+
hidden: !1,
|
602
|
+
height: '',
|
603
|
+
customClass: "",
|
604
|
+
h5Card: true
|
605
|
+
}
|
606
|
+
},
|
607
|
+
{
|
608
|
+
type: "h5-card-pane",
|
609
|
+
category: "container",
|
610
|
+
icon: "tab-pane",
|
611
|
+
internal: !0,
|
612
|
+
buttonWidgetList: [],
|
613
|
+
widgetList: [],
|
614
|
+
options: {
|
615
|
+
name: "",
|
616
|
+
label: "",
|
617
|
+
hidden: !1,
|
618
|
+
active: !1,
|
619
|
+
disabled: !1,
|
620
|
+
customClass: ""
|
621
|
+
}
|
622
|
+
},
|
623
|
+
{
|
624
|
+
type: "h5-table",
|
625
|
+
category: "container",
|
626
|
+
icon: "table",
|
627
|
+
commonFlag: !0,
|
628
|
+
layoutType: "H5",
|
629
|
+
rows: [],
|
630
|
+
options: {
|
631
|
+
name: "",
|
632
|
+
hidden: !1,
|
633
|
+
customClass: "",
|
634
|
+
fullWidth: false
|
635
|
+
}
|
636
|
+
},
|
637
|
+
{
|
638
|
+
type: "h5-table-cell",
|
639
|
+
category: "container",
|
640
|
+
icon: "table-cell",
|
641
|
+
internal: !0,
|
642
|
+
widgetList: [],
|
643
|
+
merged: !1,
|
644
|
+
options: {
|
645
|
+
name: "",
|
646
|
+
cellWidth: "",
|
647
|
+
cellHeight: "",
|
648
|
+
colspan: 1,
|
649
|
+
rowspan: 1,
|
650
|
+
customClass: ""
|
651
|
+
}
|
652
|
+
},
|
653
|
+
{
|
654
|
+
type: "tree",
|
655
|
+
icon: "tree",
|
656
|
+
category: "container",
|
657
|
+
commonFlag: !0,
|
658
|
+
widgetList: [],
|
659
|
+
options: {
|
660
|
+
name: "tree",
|
661
|
+
label: "",
|
662
|
+
filter: !0,
|
663
|
+
draggable: !1,
|
664
|
+
defaultExpandAllNode: !0,
|
665
|
+
selectClearAllNode: !1,
|
666
|
+
expandRetractAllNode: !1,
|
667
|
+
showCheckBox: !1,
|
668
|
+
expandOnClickNode: !1,
|
669
|
+
lazy: !1,
|
670
|
+
treeDataEdit: !0,
|
671
|
+
checkStrictly: !1,
|
672
|
+
nodeEdit: !1,
|
673
|
+
size: "default",
|
674
|
+
disabled: !1,
|
675
|
+
hidden: !1,
|
676
|
+
dsEnabled: !1,
|
677
|
+
dsName: "",
|
678
|
+
dataSetName: "",
|
679
|
+
customClass: "",
|
680
|
+
onCreated: "",
|
681
|
+
onMounted: "",
|
682
|
+
onNodeClick: "",
|
683
|
+
onNodeCheck: "",
|
684
|
+
onNodeContextmenu: "",
|
685
|
+
onCheckChange: "",
|
686
|
+
onLoadNode: "",
|
687
|
+
treeData: [
|
688
|
+
{
|
689
|
+
"id": 1,
|
690
|
+
"label": "一级 1",
|
691
|
+
"leaf": false,
|
692
|
+
"children": [
|
693
|
+
{
|
694
|
+
"id": 2,
|
695
|
+
"label": "二级 1-1",
|
696
|
+
"leaf": false,
|
697
|
+
"children": [
|
698
|
+
{"id": 3, "label": "三级 1-1-1", "leaf": true}
|
699
|
+
]
|
700
|
+
}
|
701
|
+
]
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"id": 4,
|
705
|
+
"label": "一级 2",
|
706
|
+
"leaf": false,
|
707
|
+
"children": [
|
708
|
+
{
|
709
|
+
"id": 5,
|
710
|
+
"label": "二级 2-1",
|
711
|
+
"leaf": false,
|
712
|
+
"children": [{"id": 6, "label": "三级 2-1-1", "leaf": true}]
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"id": 7,
|
716
|
+
"label": "二级 2-2",
|
717
|
+
"leaf": false,
|
718
|
+
"children": [{"id": 8, "label": "三级 2-2-1", "leaf": true}]
|
719
|
+
}
|
720
|
+
]
|
721
|
+
},
|
722
|
+
{
|
723
|
+
"id": 9,
|
724
|
+
"label": "一级 3",
|
725
|
+
"leaf": false,
|
726
|
+
"children": [
|
727
|
+
{
|
728
|
+
"id": 10,
|
729
|
+
"label": "二级 3-1",
|
730
|
+
"leaf": false,
|
731
|
+
"children": [{"id": 11, "label": "三级 3-1-1", "leaf": true}]
|
732
|
+
},
|
733
|
+
{
|
734
|
+
"id": 12,
|
735
|
+
"label": "二级 3-2",
|
736
|
+
"leaf": false,
|
737
|
+
"children": [{"id": 13, "label": "三级 3-2-1", "leaf": true}]
|
738
|
+
}
|
739
|
+
]
|
740
|
+
}
|
741
|
+
]
|
742
|
+
}
|
743
|
+
}
|
744
|
+
]
|
745
|
+
|
746
|
+
|
747
|
+
export const defaultSearchDialogConfig = {
|
748
|
+
formCode: null,
|
749
|
+
tableEnabled: false,
|
750
|
+
valueSourceField: null,
|
751
|
+
labelSourceField: null,
|
752
|
+
tableRef: null,
|
753
|
+
tableUniqueKey: null,
|
754
|
+
tableData: [],
|
755
|
+
multipleChoices: true
|
756
|
+
}
|
757
|
+
|
758
|
+
export const basicFields = [
|
759
|
+
{
|
760
|
+
type: "input",
|
761
|
+
icon: "text-field",
|
762
|
+
formItemFlag: !0,
|
763
|
+
tableField: null,
|
764
|
+
options: {
|
765
|
+
name: "",
|
766
|
+
keyNameEnabled: !1,
|
767
|
+
keyName: "",
|
768
|
+
label: "",
|
769
|
+
submitFlag: true,
|
770
|
+
/**showText: false,*/
|
771
|
+
formField: "",
|
772
|
+
labelAlign: "",
|
773
|
+
type: "text",
|
774
|
+
defaultValue: "",
|
775
|
+
placeholder: "",
|
776
|
+
columnWidth: "200px",
|
777
|
+
size: "",
|
778
|
+
labelWidth: null,
|
779
|
+
labelHidden: !1,
|
780
|
+
readonly: !1,
|
781
|
+
disabled: !1,
|
782
|
+
hidden: !1,
|
783
|
+
clearable: !0,
|
784
|
+
showPassword: !1,
|
785
|
+
required: !1,
|
786
|
+
requiredHint: "",
|
787
|
+
validation: "",
|
788
|
+
validationHint: "",
|
789
|
+
customClass: "",
|
790
|
+
labelIconClass: null,
|
791
|
+
labelIconPosition: "rear",
|
792
|
+
labelTooltip: null,
|
793
|
+
minLength: null,
|
794
|
+
maxLength: null,
|
795
|
+
showWordLimit: !1,
|
796
|
+
prefixIcon: "",
|
797
|
+
suffixIcon: "",
|
798
|
+
appendButton: !1,
|
799
|
+
appendButtonDisabled: !1,
|
800
|
+
buttonIcon: "el-icon-search",
|
801
|
+
onCreated: "",
|
802
|
+
onMounted: "",
|
803
|
+
onInput: "",
|
804
|
+
onChange: "",
|
805
|
+
onFocus: "",
|
806
|
+
onBlur: "",
|
807
|
+
onValidate: "",
|
808
|
+
onAppendButtonClick: "",
|
809
|
+
widgetWidth: "",
|
810
|
+
accessType: "1",
|
811
|
+
wfFlag: 1,
|
812
|
+
wfEdit: false,
|
813
|
+
enabledByWf: false,
|
814
|
+
hiddenByWf: false,
|
815
|
+
wfConfigData: []
|
816
|
+
}
|
817
|
+
},
|
818
|
+
{
|
819
|
+
type: "input-batch",
|
820
|
+
icon: "input-batch",
|
821
|
+
formItemFlag: !0,
|
822
|
+
tableField: null,
|
823
|
+
options: {
|
824
|
+
name: "",
|
825
|
+
keyNameEnabled: !1,
|
826
|
+
keyName: "",
|
827
|
+
label: "",
|
828
|
+
submitFlag: true,
|
829
|
+
formField: "",
|
830
|
+
labelAlign: "",
|
831
|
+
type: "text",
|
832
|
+
// defaultValue: "",
|
833
|
+
placeholder: "",
|
834
|
+
columnWidth: "200px",
|
835
|
+
size: "",
|
836
|
+
labelWidth: null,
|
837
|
+
labelHidden: !1,
|
838
|
+
readonly: !1,
|
839
|
+
disabled: !1,
|
840
|
+
hidden: !1,
|
841
|
+
clearable: !0,
|
842
|
+
showPassword: !1,
|
843
|
+
required: !1,
|
844
|
+
requiredHint: "",
|
845
|
+
validation: "",
|
846
|
+
validationHint: "",
|
847
|
+
customClass: "",
|
848
|
+
labelIconClass: null,
|
849
|
+
labelIconPosition: "rear",
|
850
|
+
labelTooltip: null,
|
851
|
+
minLength: null,
|
852
|
+
maxLength: null,
|
853
|
+
showWordLimit: !1,
|
854
|
+
prefixIcon: "",
|
855
|
+
suffixIcon: "",
|
856
|
+
appendButton: !1,
|
857
|
+
appendButtonDisabled: !1,
|
858
|
+
buttonIcon: "el-icon-search",
|
859
|
+
onCreated: "",
|
860
|
+
onMounted: "",
|
861
|
+
onInput: "",
|
862
|
+
onChange: "",
|
863
|
+
onFocus: "",
|
864
|
+
onBlur: "",
|
865
|
+
onValidate: "",
|
866
|
+
onAppendButtonClick: "",
|
867
|
+
widgetWidth: "",
|
868
|
+
accessType: "1",
|
869
|
+
wfFlag: 1,
|
870
|
+
wfEdit: false,
|
871
|
+
enabledByWf: false,
|
872
|
+
hiddenByWf: false,
|
873
|
+
wfConfigData: []
|
874
|
+
|
875
|
+
}
|
876
|
+
},
|
877
|
+
{
|
878
|
+
type: "textarea",
|
879
|
+
icon: "textarea-field",
|
880
|
+
formItemFlag: !0,
|
881
|
+
tableField: null,
|
882
|
+
options: {
|
883
|
+
name: "",
|
884
|
+
keyNameEnabled: !1,
|
885
|
+
keyName: "",
|
886
|
+
label: "",
|
887
|
+
submitFlag: true,
|
888
|
+
/**showText: false,*/
|
889
|
+
labelAlign: "",
|
890
|
+
rows: 3,
|
891
|
+
defaultValue: "",
|
892
|
+
placeholder: "",
|
893
|
+
columnWidth: "200px",
|
894
|
+
size: "",
|
895
|
+
labelWidth: null,
|
896
|
+
labelHidden: !1,
|
897
|
+
readonly: !1,
|
898
|
+
disabled: !1,
|
899
|
+
hidden: !1,
|
900
|
+
required: !1,
|
901
|
+
requiredHint: "",
|
902
|
+
validation: "",
|
903
|
+
validationHint: "",
|
904
|
+
customClass: "",
|
905
|
+
labelIconClass: null,
|
906
|
+
labelIconPosition: "rear",
|
907
|
+
labelTooltip: null,
|
908
|
+
minLength: null,
|
909
|
+
maxLength: null,
|
910
|
+
showWordLimit: !1,
|
911
|
+
onCreated: "",
|
912
|
+
onMounted: "",
|
913
|
+
onInput: "",
|
914
|
+
onChange: "",
|
915
|
+
onFocus: "",
|
916
|
+
onBlur: "",
|
917
|
+
onValidate: "",
|
918
|
+
accessType: "1",
|
919
|
+
wfFlag: 1,
|
920
|
+
wfEdit: false,
|
921
|
+
enabledByWf: false,
|
922
|
+
hiddenByWf: false,
|
923
|
+
wfConfigData: []
|
924
|
+
|
925
|
+
}
|
926
|
+
},
|
927
|
+
{
|
928
|
+
type: "number",
|
929
|
+
icon: "number-field",
|
930
|
+
formItemFlag: !0,
|
931
|
+
tableField: null,
|
932
|
+
options: {
|
933
|
+
name: "",
|
934
|
+
keyNameEnabled: !1,
|
935
|
+
keyName: "",
|
936
|
+
label: "",
|
937
|
+
submitFlag: true,
|
938
|
+
/**showText: false,*/
|
939
|
+
formField: "",
|
940
|
+
labelAlign: "",
|
941
|
+
defaultValue: 0,
|
942
|
+
placeholder: "",
|
943
|
+
columnWidth: "200px",
|
944
|
+
size: "",
|
945
|
+
labelWidth: null,
|
946
|
+
labelHidden: !1,
|
947
|
+
disabled: !1,
|
948
|
+
hidden: !1,
|
949
|
+
required: !1,
|
950
|
+
requiredHint: "",
|
951
|
+
validation: "",
|
952
|
+
validationHint: "",
|
953
|
+
// formulaEnabled: !1,
|
954
|
+
// formula: "",
|
955
|
+
customClass: "",
|
956
|
+
labelIconClass: null,
|
957
|
+
labelIconPosition: "rear",
|
958
|
+
labelTooltip: null,
|
959
|
+
min: -1e11,
|
960
|
+
max: 1e11,
|
961
|
+
precision: 0,
|
962
|
+
step: 1,
|
963
|
+
controlsPosition: "right",
|
964
|
+
onCreated: "",
|
965
|
+
onMounted: "",
|
966
|
+
onChange: "",
|
967
|
+
onFocus: "",
|
968
|
+
onBlur: "",
|
969
|
+
onValidate: "",
|
970
|
+
accessType: "1",
|
971
|
+
wfFlag: 1,
|
972
|
+
wfEdit: false,
|
973
|
+
enabledByWf: false,
|
974
|
+
hiddenByWf: false,
|
975
|
+
wfConfigData: []
|
976
|
+
|
977
|
+
}
|
978
|
+
},
|
979
|
+
{
|
980
|
+
type: "radio",
|
981
|
+
icon: "radio-field",
|
982
|
+
formItemFlag: !0,
|
983
|
+
tableField: null,
|
984
|
+
options: {
|
985
|
+
name: "",
|
986
|
+
keyNameEnabled: !1,
|
987
|
+
keyName: "",
|
988
|
+
label: "",
|
989
|
+
submitFlag: true,
|
990
|
+
/**showText: false,*/
|
991
|
+
labelAlign: "",
|
992
|
+
isNumericOptionItemValue: false,
|
993
|
+
defaultValue: null,
|
994
|
+
columnWidth: "200px",
|
995
|
+
size: "",
|
996
|
+
displayStyle: "inline",
|
997
|
+
buttonStyle: !1,
|
998
|
+
border: !1,
|
999
|
+
labelWidth: null,
|
1000
|
+
labelHidden: !1,
|
1001
|
+
disabled: !1,
|
1002
|
+
hidden: !1,
|
1003
|
+
dsEnabled: !1,
|
1004
|
+
dsName: "",
|
1005
|
+
labelKey: "label",
|
1006
|
+
valueKey: "value",
|
1007
|
+
optionItems: [
|
1008
|
+
{
|
1009
|
+
label: "radio 1",
|
1010
|
+
value: "1"
|
1011
|
+
},
|
1012
|
+
{
|
1013
|
+
label: "radio 2",
|
1014
|
+
value: "2"
|
1015
|
+
}
|
1016
|
+
],
|
1017
|
+
required: !1,
|
1018
|
+
requiredHint: "",
|
1019
|
+
validation: "",
|
1020
|
+
validationHint: "",
|
1021
|
+
customClass: "",
|
1022
|
+
labelIconClass: null,
|
1023
|
+
labelIconPosition: "rear",
|
1024
|
+
labelTooltip: null,
|
1025
|
+
onCreatedEnter: "",
|
1026
|
+
onCreated: "",
|
1027
|
+
onMounted: "",
|
1028
|
+
onChange: "",
|
1029
|
+
onValidate: "",
|
1030
|
+
accessType: "1",
|
1031
|
+
|
1032
|
+
formScriptEnabled: false,
|
1033
|
+
formScriptCode: "getList",
|
1034
|
+
formScriptParam: null,
|
1035
|
+
wfFlag: 1,
|
1036
|
+
wfEdit: false,
|
1037
|
+
enabledByWf: false,
|
1038
|
+
hiddenByWf: false,
|
1039
|
+
wfConfigData: []
|
1040
|
+
}
|
1041
|
+
},
|
1042
|
+
{
|
1043
|
+
type: "checkbox",
|
1044
|
+
icon: "checkbox-field",
|
1045
|
+
formItemFlag: !0,
|
1046
|
+
tableField: null,
|
1047
|
+
options: {
|
1048
|
+
name: "",
|
1049
|
+
keyNameEnabled: !1,
|
1050
|
+
keyName: "",
|
1051
|
+
label: "",
|
1052
|
+
submitFlag: true,
|
1053
|
+
/**showText: false,*/
|
1054
|
+
labelAlign: "",
|
1055
|
+
isNumericOptionItemValue: false,
|
1056
|
+
defaultValue: [],
|
1057
|
+
columnWidth: "200px",
|
1058
|
+
size: "",
|
1059
|
+
displayStyle: "inline",
|
1060
|
+
buttonStyle: !1,
|
1061
|
+
border: !1,
|
1062
|
+
labelWidth: null,
|
1063
|
+
labelHidden: !1,
|
1064
|
+
disabled: !1,
|
1065
|
+
hidden: !1,
|
1066
|
+
dsEnabled: !1,
|
1067
|
+
dsName: "",
|
1068
|
+
labelKey: "label",
|
1069
|
+
valueKey: "value",
|
1070
|
+
optionItems: [
|
1071
|
+
{
|
1072
|
+
label: "check 1",
|
1073
|
+
value: "1"
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
label: "check 2",
|
1077
|
+
value: "2"
|
1078
|
+
}
|
1079
|
+
],
|
1080
|
+
required: !1,
|
1081
|
+
requiredHint: "",
|
1082
|
+
validation: "",
|
1083
|
+
validationHint: "",
|
1084
|
+
customClass: "",
|
1085
|
+
labelIconClass: null,
|
1086
|
+
labelIconPosition: "rear",
|
1087
|
+
labelTooltip: null,
|
1088
|
+
onCreatedEnter: "",
|
1089
|
+
onCreated: "",
|
1090
|
+
onMounted: "",
|
1091
|
+
onChange: "",
|
1092
|
+
onValidate: "",
|
1093
|
+
accessType: "1",
|
1094
|
+
|
1095
|
+
formScriptEnabled: false,
|
1096
|
+
formScriptCode: "getList",
|
1097
|
+
formScriptParam: null,
|
1098
|
+
wfFlag: 1,
|
1099
|
+
wfEdit: false,
|
1100
|
+
enabledByWf: false,
|
1101
|
+
hiddenByWf: false,
|
1102
|
+
wfConfigData: []
|
1103
|
+
|
1104
|
+
}
|
1105
|
+
},
|
1106
|
+
{
|
1107
|
+
type: "select",
|
1108
|
+
icon: "select-field",
|
1109
|
+
formItemFlag: !0,
|
1110
|
+
tableField: null,
|
1111
|
+
options: {
|
1112
|
+
name: "",
|
1113
|
+
keyNameEnabled: !1,
|
1114
|
+
keyName: "",
|
1115
|
+
label: "",
|
1116
|
+
submitFlag: true,
|
1117
|
+
/**showText: false,*/
|
1118
|
+
formField: "",
|
1119
|
+
labelAlign: "",
|
1120
|
+
isNumericOptionItemValue: false,
|
1121
|
+
optionItemValueType: 0,
|
1122
|
+
defaultValue: "",
|
1123
|
+
placeholder: "",
|
1124
|
+
columnWidth: "200px",
|
1125
|
+
size: "",
|
1126
|
+
labelWidth: null,
|
1127
|
+
labelHidden: !1,
|
1128
|
+
disabled: !1,
|
1129
|
+
hidden: !1,
|
1130
|
+
clearable: !0,
|
1131
|
+
filterable: !1,
|
1132
|
+
allowCreate: !1,
|
1133
|
+
remote: !1,
|
1134
|
+
automaticDropdown: !1,
|
1135
|
+
multiple: !1,
|
1136
|
+
multipleLimit: 0,
|
1137
|
+
dsEnabled: !1,
|
1138
|
+
dsName: "",
|
1139
|
+
labelKey: "label",
|
1140
|
+
valueKey: "value",
|
1141
|
+
optionItems: [{
|
1142
|
+
label: "select 1",
|
1143
|
+
value: "1"
|
1144
|
+
}, {
|
1145
|
+
label: "select 2",
|
1146
|
+
value: "2"
|
1147
|
+
}, {
|
1148
|
+
label: "select 3",
|
1149
|
+
value: "3"
|
1150
|
+
}],
|
1151
|
+
required: !1,
|
1152
|
+
requiredHint: "",
|
1153
|
+
validation: "",
|
1154
|
+
validationHint: "",
|
1155
|
+
customClass: "",
|
1156
|
+
labelIconClass: null,
|
1157
|
+
labelIconPosition: "rear",
|
1158
|
+
labelTooltip: null,
|
1159
|
+
onCreatedEnter: "",
|
1160
|
+
onCreated: "",
|
1161
|
+
onMounted: "",
|
1162
|
+
onRemoteQuery: "",
|
1163
|
+
onChange: "",
|
1164
|
+
onFocus: "",
|
1165
|
+
onBlur: "",
|
1166
|
+
onValidate: "",
|
1167
|
+
widgetWidth: "",
|
1168
|
+
accessType: "1",
|
1169
|
+
formScriptEnabled: false,
|
1170
|
+
formScriptCode: "getList",
|
1171
|
+
formScriptParam: null,
|
1172
|
+
wfFlag: 1,
|
1173
|
+
wfEdit: false,
|
1174
|
+
enabledByWf: false,
|
1175
|
+
hiddenByWf: false,
|
1176
|
+
wfConfigData: []
|
1177
|
+
}
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
type: "time",
|
1181
|
+
icon: "time-field",
|
1182
|
+
formItemFlag: !0,
|
1183
|
+
tableField: null,
|
1184
|
+
options: {
|
1185
|
+
name: "",
|
1186
|
+
keyNameEnabled: !1,
|
1187
|
+
keyName: "",
|
1188
|
+
label: "",
|
1189
|
+
submitFlag: true,
|
1190
|
+
/**showText: false,*/
|
1191
|
+
formField: "",
|
1192
|
+
labelAlign: "",
|
1193
|
+
defaultValue: null,
|
1194
|
+
placeholder: "",
|
1195
|
+
columnWidth: "200px",
|
1196
|
+
size: "",
|
1197
|
+
labelWidth: null,
|
1198
|
+
labelHidden: !1,
|
1199
|
+
readonly: !1,
|
1200
|
+
disabled: !1,
|
1201
|
+
hidden: !1,
|
1202
|
+
clearable: !0,
|
1203
|
+
editable: !1,
|
1204
|
+
format: "HH:mm:ss",
|
1205
|
+
required: !1,
|
1206
|
+
requiredHint: "",
|
1207
|
+
validation: "",
|
1208
|
+
validationHint: "",
|
1209
|
+
customClass: "",
|
1210
|
+
labelIconClass: null,
|
1211
|
+
labelIconPosition: "rear",
|
1212
|
+
labelTooltip: null,
|
1213
|
+
onCreated: "",
|
1214
|
+
onMounted: "",
|
1215
|
+
onChange: "",
|
1216
|
+
onFocus: "",
|
1217
|
+
onBlur: "",
|
1218
|
+
onValidate: "",
|
1219
|
+
accessType: "1",
|
1220
|
+
wfFlag: 1,
|
1221
|
+
wfEdit: false,
|
1222
|
+
enabledByWf: false,
|
1223
|
+
hiddenByWf: false,
|
1224
|
+
wfConfigData: []
|
1225
|
+
|
1226
|
+
}
|
1227
|
+
},
|
1228
|
+
{
|
1229
|
+
type: "time-range",
|
1230
|
+
icon: "time-range-field",
|
1231
|
+
formItemFlag: !0,
|
1232
|
+
tableField: null,
|
1233
|
+
options: {
|
1234
|
+
name: "",
|
1235
|
+
keyNameEnabled: !1,
|
1236
|
+
keyName: "",
|
1237
|
+
label: "",
|
1238
|
+
submitFlag: true,
|
1239
|
+
formField: "",
|
1240
|
+
labelAlign: "",
|
1241
|
+
defaultValue: null,
|
1242
|
+
startPlaceholder: "",
|
1243
|
+
endPlaceholder: "",
|
1244
|
+
columnWidth: "200px",
|
1245
|
+
size: "",
|
1246
|
+
labelWidth: null,
|
1247
|
+
labelHidden: !1,
|
1248
|
+
readonly: !1,
|
1249
|
+
disabled: !1,
|
1250
|
+
hidden: !1,
|
1251
|
+
clearable: !0,
|
1252
|
+
editable: !1,
|
1253
|
+
format: "HH:mm:ss",
|
1254
|
+
required: !1,
|
1255
|
+
requiredHint: "",
|
1256
|
+
validation: "",
|
1257
|
+
validationHint: "",
|
1258
|
+
customClass: "",
|
1259
|
+
labelIconClass: null,
|
1260
|
+
labelIconPosition: "rear",
|
1261
|
+
labelTooltip: null,
|
1262
|
+
onCreated: "",
|
1263
|
+
onMounted: "",
|
1264
|
+
onChange: "",
|
1265
|
+
onFocus: "",
|
1266
|
+
onBlur: "",
|
1267
|
+
onValidate: "",
|
1268
|
+
accessType: "1",
|
1269
|
+
wfFlag: 1,
|
1270
|
+
wfEdit: false,
|
1271
|
+
enabledByWf: false,
|
1272
|
+
hiddenByWf: false,
|
1273
|
+
wfConfigData: []
|
1274
|
+
|
1275
|
+
}
|
1276
|
+
},
|
1277
|
+
{
|
1278
|
+
type: "date",
|
1279
|
+
icon: "date-field",
|
1280
|
+
formItemFlag: !0,
|
1281
|
+
tableField: null,
|
1282
|
+
options: {
|
1283
|
+
name: "",
|
1284
|
+
keyNameEnabled: !1,
|
1285
|
+
keyName: "",
|
1286
|
+
label: "",
|
1287
|
+
submitFlag: true,
|
1288
|
+
/**showText: false,*/
|
1289
|
+
formField: "",
|
1290
|
+
labelAlign: "",
|
1291
|
+
type: "date",
|
1292
|
+
defaultValue: null,
|
1293
|
+
placeholder: "",
|
1294
|
+
columnWidth: "200px",
|
1295
|
+
size: "",
|
1296
|
+
labelWidth: null,
|
1297
|
+
labelHidden: !1,
|
1298
|
+
readonly: !1,
|
1299
|
+
disabled: !1,
|
1300
|
+
hidden: !1,
|
1301
|
+
clearable: !0,
|
1302
|
+
editable: !1,
|
1303
|
+
format: "yyyy-MM-dd",
|
1304
|
+
valueFormat: "yyyy-MM-dd",
|
1305
|
+
required: !1,
|
1306
|
+
requiredHint: "",
|
1307
|
+
validation: "",
|
1308
|
+
validationHint: "",
|
1309
|
+
customClass: "",
|
1310
|
+
labelIconClass: null,
|
1311
|
+
labelIconPosition: "rear",
|
1312
|
+
labelTooltip: null,
|
1313
|
+
onCreated: "",
|
1314
|
+
onMounted: "",
|
1315
|
+
onChange: "",
|
1316
|
+
onFocus: "",
|
1317
|
+
onBlur: "",
|
1318
|
+
onValidate: "",
|
1319
|
+
accessType: "1",
|
1320
|
+
wfFlag: 1,
|
1321
|
+
wfEdit: false,
|
1322
|
+
enabledByWf: false,
|
1323
|
+
hiddenByWf: false,
|
1324
|
+
wfConfigData: []
|
1325
|
+
|
1326
|
+
}
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
type: "date-range",
|
1330
|
+
icon: "date-range-field",
|
1331
|
+
formItemFlag: !0,
|
1332
|
+
tableField: null,
|
1333
|
+
options: {
|
1334
|
+
name: "",
|
1335
|
+
keyNameEnabled: !1,
|
1336
|
+
keyName: "",
|
1337
|
+
label: "",
|
1338
|
+
submitFlag: true,
|
1339
|
+
formField: "",
|
1340
|
+
labelAlign: "",
|
1341
|
+
type: "daterange",
|
1342
|
+
defaultValue: null,
|
1343
|
+
startPlaceholder: "",
|
1344
|
+
endPlaceholder: "",
|
1345
|
+
columnWidth: "200px",
|
1346
|
+
size: "",
|
1347
|
+
labelWidth: null,
|
1348
|
+
labelHidden: !1,
|
1349
|
+
readonly: !1,
|
1350
|
+
disabled: !1,
|
1351
|
+
hidden: !1,
|
1352
|
+
clearable: !0,
|
1353
|
+
editable: !1,
|
1354
|
+
format: "yyyy-MM-dd",
|
1355
|
+
valueFormat: "yyyy-MM-dd",
|
1356
|
+
required: !1,
|
1357
|
+
requiredHint: "",
|
1358
|
+
validation: "",
|
1359
|
+
validationHint: "",
|
1360
|
+
customClass: "",
|
1361
|
+
labelIconClass: null,
|
1362
|
+
labelIconPosition: "rear",
|
1363
|
+
labelTooltip: null,
|
1364
|
+
onCreated: "",
|
1365
|
+
onMounted: "",
|
1366
|
+
onChange: "",
|
1367
|
+
onFocus: "",
|
1368
|
+
onBlur: "",
|
1369
|
+
onValidate: "",
|
1370
|
+
accessType: "1",
|
1371
|
+
wfFlag: 1,
|
1372
|
+
wfEdit: false,
|
1373
|
+
enabledByWf: false,
|
1374
|
+
hiddenByWf: false,
|
1375
|
+
wfConfigData: []
|
1376
|
+
|
1377
|
+
}
|
1378
|
+
},
|
1379
|
+
/* {
|
1380
|
+
type: "switch",
|
1381
|
+
icon: "switch-field",
|
1382
|
+
formItemFlag: !0,
|
1383
|
+
options: {
|
1384
|
+
name: "",
|
1385
|
+
label: "",
|
1386
|
+
labelAlign: "",
|
1387
|
+
defaultValue: null,
|
1388
|
+
columnWidth: "200px",
|
1389
|
+
labelWidth: null,
|
1390
|
+
labelHidden: !1,
|
1391
|
+
disabled: !1,
|
1392
|
+
hidden: !1,
|
1393
|
+
customClass: "",
|
1394
|
+
labelIconClass: null,
|
1395
|
+
labelIconPosition: "rear",
|
1396
|
+
labelTooltip: null,
|
1397
|
+
switchWidth: 40,
|
1398
|
+
activeText: "",
|
1399
|
+
inactiveText: "",
|
1400
|
+
activeColor: null,
|
1401
|
+
inactiveColor: null,
|
1402
|
+
onCreated: "",
|
1403
|
+
onMounted: "",
|
1404
|
+
onChange: "",
|
1405
|
+
onValidate: ""
|
1406
|
+
}
|
1407
|
+
}, */
|
1408
|
+
/* {
|
1409
|
+
type: "rate",
|
1410
|
+
icon: "rate-field",
|
1411
|
+
formItemFlag: !0,
|
1412
|
+
options: {
|
1413
|
+
name: "",
|
1414
|
+
label: "",
|
1415
|
+
labelAlign: "",
|
1416
|
+
defaultValue: null,
|
1417
|
+
columnWidth: "200px",
|
1418
|
+
labelWidth: null,
|
1419
|
+
labelHidden: !1,
|
1420
|
+
disabled: !1,
|
1421
|
+
hidden: !1,
|
1422
|
+
required: !1,
|
1423
|
+
requiredHint: "",
|
1424
|
+
validation: "",
|
1425
|
+
validationHint: "",
|
1426
|
+
customClass: "",
|
1427
|
+
labelIconClass: null,
|
1428
|
+
labelIconPosition: "rear",
|
1429
|
+
labelTooltip: null,
|
1430
|
+
max: 5,
|
1431
|
+
lowThreshold: 2,
|
1432
|
+
highThreshold: 4,
|
1433
|
+
allowHalf: !1,
|
1434
|
+
showText: !1,
|
1435
|
+
showScore: !1,
|
1436
|
+
onCreated: "",
|
1437
|
+
onMounted: "",
|
1438
|
+
onChange: "",
|
1439
|
+
onValidate: ""
|
1440
|
+
}
|
1441
|
+
}, {
|
1442
|
+
type: "color",
|
1443
|
+
icon: "color-field",
|
1444
|
+
formItemFlag: !0,
|
1445
|
+
options: {
|
1446
|
+
name: "",
|
1447
|
+
label: "",
|
1448
|
+
labelAlign: "",
|
1449
|
+
defaultValue: null,
|
1450
|
+
columnWidth: "200px",
|
1451
|
+
size: "",
|
1452
|
+
labelWidth: null,
|
1453
|
+
labelHidden: !1,
|
1454
|
+
disabled: !1,
|
1455
|
+
hidden: !1,
|
1456
|
+
required: !1,
|
1457
|
+
requiredHint: "",
|
1458
|
+
validation: "",
|
1459
|
+
validationHint: "",
|
1460
|
+
customClass: "",
|
1461
|
+
labelIconClass: null,
|
1462
|
+
labelIconPosition: "rear",
|
1463
|
+
labelTooltip: null,
|
1464
|
+
onCreated: "",
|
1465
|
+
onMounted: "",
|
1466
|
+
onChange: "",
|
1467
|
+
onValidate: ""
|
1468
|
+
}
|
1469
|
+
}, {
|
1470
|
+
type: "slider",
|
1471
|
+
icon: "slider-field",
|
1472
|
+
formItemFlag: !0,
|
1473
|
+
options: {
|
1474
|
+
name: "",
|
1475
|
+
label: "",
|
1476
|
+
labelAlign: "",
|
1477
|
+
columnWidth: "200px",
|
1478
|
+
showStops: !0,
|
1479
|
+
size: "",
|
1480
|
+
labelWidth: null,
|
1481
|
+
labelHidden: !1,
|
1482
|
+
disabled: !1,
|
1483
|
+
hidden: !1,
|
1484
|
+
required: !1,
|
1485
|
+
requiredHint: "",
|
1486
|
+
validation: "",
|
1487
|
+
validationHint: "",
|
1488
|
+
customClass: "",
|
1489
|
+
labelIconClass: null,
|
1490
|
+
labelIconPosition: "rear",
|
1491
|
+
labelTooltip: null,
|
1492
|
+
min: 0,
|
1493
|
+
max: 100,
|
1494
|
+
step: 10,
|
1495
|
+
range: !1,
|
1496
|
+
height: null,
|
1497
|
+
onCreated: "",
|
1498
|
+
onMounted: "",
|
1499
|
+
onChange: "",
|
1500
|
+
onValidate: ""
|
1501
|
+
}
|
1502
|
+
}, */
|
1503
|
+
{
|
1504
|
+
type: "static-text",
|
1505
|
+
icon: "static-text",
|
1506
|
+
formItemFlag: !1,
|
1507
|
+
options: {
|
1508
|
+
name: "",
|
1509
|
+
columnWidth: "200px",
|
1510
|
+
hidden: !1,
|
1511
|
+
textContent: "static text",
|
1512
|
+
fontSize: "13px",
|
1513
|
+
customClass: "",
|
1514
|
+
onCreated: "",
|
1515
|
+
onMounted: "",
|
1516
|
+
accessType: "1",
|
1517
|
+
|
1518
|
+
}
|
1519
|
+
},
|
1520
|
+
{
|
1521
|
+
type: "html-text",
|
1522
|
+
icon: "html-text",
|
1523
|
+
formItemFlag: !1,
|
1524
|
+
options: {
|
1525
|
+
name: "",
|
1526
|
+
columnWidth: "200px",
|
1527
|
+
hidden: !1,
|
1528
|
+
htmlContent: "<b>html text</b>",
|
1529
|
+
customClass: "",
|
1530
|
+
onCreated: "",
|
1531
|
+
onMounted: "",
|
1532
|
+
accessType: "1",
|
1533
|
+
|
1534
|
+
}
|
1535
|
+
},
|
1536
|
+
/* {
|
1537
|
+
type: 'title-head',
|
1538
|
+
icon: 'title-head',
|
1539
|
+
formItemFlag: false,
|
1540
|
+
options: {
|
1541
|
+
name: '',
|
1542
|
+
columnWidth: '200px',
|
1543
|
+
hidden: false,
|
1544
|
+
htmlContent: '基本信息',
|
1545
|
+
styleTitClass: '',
|
1546
|
+
//-------------------
|
1547
|
+
customClass: '', //自定义css类名
|
1548
|
+
//-------------------
|
1549
|
+
onCreated: '',
|
1550
|
+
onMounted: '',
|
1551
|
+
},
|
1552
|
+
}, */
|
1553
|
+
{
|
1554
|
+
type: "button",
|
1555
|
+
icon: "button",
|
1556
|
+
formItemFlag: !1,
|
1557
|
+
options: {
|
1558
|
+
name: "",
|
1559
|
+
label: "",
|
1560
|
+
columnWidth: "200px",
|
1561
|
+
size: "",
|
1562
|
+
displayStyle: "block",
|
1563
|
+
disabled: !1,
|
1564
|
+
hidden: !1,
|
1565
|
+
type: "",
|
1566
|
+
plain: !1,
|
1567
|
+
round: !1,
|
1568
|
+
circle: !1,
|
1569
|
+
icon: null,
|
1570
|
+
customClass: "",
|
1571
|
+
onCreated: "",
|
1572
|
+
onMounted: "",
|
1573
|
+
onClick: "",
|
1574
|
+
accessType: "1",
|
1575
|
+
clickBindEvent: null,
|
1576
|
+
searchDialogConfig: {
|
1577
|
+
...defaultSearchDialogConfig
|
1578
|
+
},
|
1579
|
+
addTableDataConfig: {
|
1580
|
+
tableRef: null,
|
1581
|
+
tableData: {}
|
1582
|
+
},
|
1583
|
+
wfFlag: 1,
|
1584
|
+
wfEdit: false,
|
1585
|
+
enabledByWf: false,
|
1586
|
+
hiddenByWf: false,
|
1587
|
+
wfConfigData: []
|
1588
|
+
}
|
1589
|
+
},
|
1590
|
+
{
|
1591
|
+
type: "divider",
|
1592
|
+
icon: "divider",
|
1593
|
+
formItemFlag: !1,
|
1594
|
+
options: {
|
1595
|
+
name: "",
|
1596
|
+
label: "",
|
1597
|
+
columnWidth: "200px",
|
1598
|
+
direction: "horizontal",
|
1599
|
+
contentPosition: "center",
|
1600
|
+
hidden: !1,
|
1601
|
+
customClass: "",
|
1602
|
+
onCreated: "",
|
1603
|
+
onMounted: ""
|
1604
|
+
}
|
1605
|
+
},
|
1606
|
+
/*{
|
1607
|
+
type: "descriptions",
|
1608
|
+
icon: "descriptions",
|
1609
|
+
formItemFlag: !1,
|
1610
|
+
options: {
|
1611
|
+
name: "",
|
1612
|
+
label: "",
|
1613
|
+
title: "",
|
1614
|
+
extra: "",
|
1615
|
+
column: 3,
|
1616
|
+
border: true,
|
1617
|
+
direction: "horizontal",
|
1618
|
+
descriptionsSize: "small",
|
1619
|
+
colon: false,
|
1620
|
+
dsEnabled: !1,
|
1621
|
+
hidden: !1,
|
1622
|
+
customClass: "",
|
1623
|
+
onCreated: "",
|
1624
|
+
onMounted: "",
|
1625
|
+
tableData: {
|
1626
|
+
username: "kooriookami",
|
1627
|
+
mobile: "18100000000",
|
1628
|
+
area: "苏州市",
|
1629
|
+
memo: "学校",
|
1630
|
+
address: "江苏省苏州市吴中区吴中大道 1188 号",
|
1631
|
+
},
|
1632
|
+
descriptionsItems: [{
|
1633
|
+
span: 1,
|
1634
|
+
label: "用户名",
|
1635
|
+
prop: "username",
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
span: 1,
|
1639
|
+
label: "手机号",
|
1640
|
+
prop: "mobile",
|
1641
|
+
},
|
1642
|
+
{
|
1643
|
+
span: 1,
|
1644
|
+
label: "居住地",
|
1645
|
+
prop: "area",
|
1646
|
+
},
|
1647
|
+
{
|
1648
|
+
span: 1,
|
1649
|
+
label: "备注",
|
1650
|
+
prop: "memo",
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
span: 1,
|
1654
|
+
label: "联系地址",
|
1655
|
+
prop: "address",
|
1656
|
+
}
|
1657
|
+
]
|
1658
|
+
}
|
1659
|
+
},*/
|
1660
|
+
{
|
1661
|
+
type: "text",
|
1662
|
+
icon: "text",
|
1663
|
+
formItemFlag: !0,
|
1664
|
+
tableField: null,
|
1665
|
+
options: {
|
1666
|
+
name: "",
|
1667
|
+
keyNameEnabled: !1,
|
1668
|
+
keyName: "",
|
1669
|
+
label: "",
|
1670
|
+
submitFlag: true,
|
1671
|
+
formField: "",
|
1672
|
+
hidden: !1,
|
1673
|
+
required: !1,
|
1674
|
+
customClass: "",
|
1675
|
+
defaultValue: "",
|
1676
|
+
labelAlign: "",
|
1677
|
+
labelWidth: null,
|
1678
|
+
labelHidden: !1,
|
1679
|
+
onCreated: "",
|
1680
|
+
onMounted: "",
|
1681
|
+
accessType: "1",
|
1682
|
+
labelColor: '#555555',
|
1683
|
+
|
1684
|
+
}
|
1685
|
+
},
|
1686
|
+
{
|
1687
|
+
type: "a-text",
|
1688
|
+
icon: "text-field",
|
1689
|
+
formItemFlag: !0,
|
1690
|
+
tableField: null,
|
1691
|
+
options: {
|
1692
|
+
name: "",
|
1693
|
+
keyNameEnabled: !1,
|
1694
|
+
keyName: "",
|
1695
|
+
label: "",
|
1696
|
+
submitFlag: true,
|
1697
|
+
/**showText: false,*/
|
1698
|
+
formField: "",
|
1699
|
+
defaultValue: "",
|
1700
|
+
|
1701
|
+
labelWidth: null,
|
1702
|
+
labelHidden: !1,
|
1703
|
+
disabled: !1,
|
1704
|
+
hidden: !1,
|
1705
|
+
|
1706
|
+
customClass: "",
|
1707
|
+
|
1708
|
+
prefixIcon: "",
|
1709
|
+
suffixIcon: "",
|
1710
|
+
|
1711
|
+
aTextFlag: 1,
|
1712
|
+
underline: false,
|
1713
|
+
href: "",
|
1714
|
+
coloClass: "f-red",
|
1715
|
+
|
1716
|
+
onCreated: "",
|
1717
|
+
onMounted: "",
|
1718
|
+
onInput: "",
|
1719
|
+
onChange: "",
|
1720
|
+
onClick: "",
|
1721
|
+
accessType: "1",
|
1722
|
+
wfFlag: 1,
|
1723
|
+
wfEdit: false,
|
1724
|
+
enabledByWf: false,
|
1725
|
+
hiddenByWf: false,
|
1726
|
+
wfConfigData: []
|
1727
|
+
}
|
1728
|
+
},
|
1729
|
+
{
|
1730
|
+
type: "a-link",
|
1731
|
+
icon: "button",
|
1732
|
+
formItemFlag: !1,
|
1733
|
+
options: {
|
1734
|
+
name: "",
|
1735
|
+
keyNameEnabled: !1,
|
1736
|
+
keyName: "",
|
1737
|
+
label: "",
|
1738
|
+
labelHidden: !1,
|
1739
|
+
disabled: !1,
|
1740
|
+
hidden: !1,
|
1741
|
+
prefixIcon: "",
|
1742
|
+
suffixIcon: "",
|
1743
|
+
customClass: "",
|
1744
|
+
aLinkFlag: 1,
|
1745
|
+
underline: false,
|
1746
|
+
href: "",
|
1747
|
+
coloClass: "f-red",
|
1748
|
+
isFormLabel: false,
|
1749
|
+
onCreated: "",
|
1750
|
+
onMounted: "",
|
1751
|
+
onClick: "",
|
1752
|
+
clickBindEvent: null,
|
1753
|
+
searchDialogConfig: {
|
1754
|
+
...defaultSearchDialogConfig
|
1755
|
+
},
|
1756
|
+
addTableDataConfig: {
|
1757
|
+
tableRef: null,
|
1758
|
+
tableData: {}
|
1759
|
+
},
|
1760
|
+
wfFlag: 1,
|
1761
|
+
wfEdit: false,
|
1762
|
+
enabledByWf: false,
|
1763
|
+
hiddenByWf: false,
|
1764
|
+
wfConfigData: []
|
1765
|
+
}
|
1766
|
+
},
|
1767
|
+
|
1768
|
+
]
|
1769
|
+
|
1770
|
+
export const advancedFields = [
|
1771
|
+
{
|
1772
|
+
type: 'echart-pie',
|
1773
|
+
icon: 'echart-pie',
|
1774
|
+
commonFlag: !0,
|
1775
|
+
formItemFlag: false,
|
1776
|
+
options: {
|
1777
|
+
name: "",
|
1778
|
+
echartHeight: 350,
|
1779
|
+
hidden: !1,
|
1780
|
+
echarPieOption: {
|
1781
|
+
backgroundColor: "#fff",
|
1782
|
+
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
1783
|
+
title: {
|
1784
|
+
show: true,
|
1785
|
+
top: '5px',
|
1786
|
+
text: '这是饼图标题',
|
1787
|
+
},
|
1788
|
+
grid: {
|
1789
|
+
top: '80px',
|
1790
|
+
left: '3%',
|
1791
|
+
right: '6%',
|
1792
|
+
bottom: '3%',
|
1793
|
+
containLabel: true
|
1794
|
+
},
|
1795
|
+
legend: {
|
1796
|
+
show:false,
|
1797
|
+
right: '12px',
|
1798
|
+
itemGap: 20,
|
1799
|
+
itemWidth:10,
|
1800
|
+
itemHeight:10,
|
1801
|
+
orient:'horizontal'
|
1802
|
+
},
|
1803
|
+
tooltip: {
|
1804
|
+
trigger: 'axis',
|
1805
|
+
axisPointer: {
|
1806
|
+
type: 'shadow',
|
1807
|
+
label: {
|
1808
|
+
backgroundColor: '#fff'
|
1809
|
+
}
|
1810
|
+
}
|
1811
|
+
},
|
1812
|
+
series: [{
|
1813
|
+
// name: 'Access From',
|
1814
|
+
type: 'pie',
|
1815
|
+
radius: '60%',
|
1816
|
+
center: ['50%', '48%'],
|
1817
|
+
itemStyle: {
|
1818
|
+
borderRadius: 10,
|
1819
|
+
borderColor: '#FFF',
|
1820
|
+
borderWidth: 2
|
1821
|
+
},
|
1822
|
+
label: {
|
1823
|
+
show: true,
|
1824
|
+
fontSize: 12,
|
1825
|
+
color: "",
|
1826
|
+
fontWeight: "normal"
|
1827
|
+
},
|
1828
|
+
data: [{
|
1829
|
+
value: 1048,
|
1830
|
+
name: 'Search Engine'
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
value: 735,
|
1834
|
+
name: 'Direct'
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
value: 580,
|
1838
|
+
name: 'Email'
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
value: 484,
|
1842
|
+
name: 'Union Ads'
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
value: 300,
|
1846
|
+
name: 'Video Ads'
|
1847
|
+
}
|
1848
|
+
],
|
1849
|
+
}]
|
1850
|
+
},
|
1851
|
+
formScriptEnabled: true,
|
1852
|
+
formScriptCode: "",
|
1853
|
+
formScriptParam: null,
|
1854
|
+
onCreated: "",
|
1855
|
+
onMounted: "this.loadDataDefaultHandle()",
|
1856
|
+
}
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
type: 'echart-bar',
|
1860
|
+
icon: 'echart',
|
1861
|
+
commonFlag: !0,
|
1862
|
+
formItemFlag: false,
|
1863
|
+
options: {
|
1864
|
+
name: "",
|
1865
|
+
echartHeight: 350,
|
1866
|
+
hidden: !1,
|
1867
|
+
echarBarOption: {
|
1868
|
+
backgroundColor: "#fff",
|
1869
|
+
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
1870
|
+
title: {
|
1871
|
+
show: true,
|
1872
|
+
top: '5px',
|
1873
|
+
text: '这是柱形图标题',
|
1874
|
+
},
|
1875
|
+
grid: {
|
1876
|
+
top: '80px',
|
1877
|
+
left: '3%',
|
1878
|
+
right: '80',
|
1879
|
+
bottom: '3%',
|
1880
|
+
containLabel: true
|
1881
|
+
},
|
1882
|
+
legend: {
|
1883
|
+
right: '12px',
|
1884
|
+
top: '8px',
|
1885
|
+
icon: 'circle',
|
1886
|
+
itemWidth: 12,
|
1887
|
+
|
1888
|
+
itemGap: 24,
|
1889
|
+
},
|
1890
|
+
tooltip: {
|
1891
|
+
trigger: 'axis',
|
1892
|
+
axisPointer: {
|
1893
|
+
type: 'shadow',
|
1894
|
+
label: {
|
1895
|
+
backgroundColor: '#fff'
|
1896
|
+
}
|
1897
|
+
}
|
1898
|
+
},
|
1899
|
+
xAxis: {
|
1900
|
+
type: 'category',
|
1901
|
+
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
|
1902
|
+
show: true,
|
1903
|
+
name: "X轴",
|
1904
|
+
nameTextStyle: {
|
1905
|
+
color: "#606266",
|
1906
|
+
fontSize: 12
|
1907
|
+
},
|
1908
|
+
axisLabel: {
|
1909
|
+
color: "#606266",
|
1910
|
+
fontSize: 12,
|
1911
|
+
rotate: 0,
|
1912
|
+
},
|
1913
|
+
inverse: false,
|
1914
|
+
axisLine: {
|
1915
|
+
lineStyle: {
|
1916
|
+
color: "#E6EBF5"
|
1917
|
+
}
|
1918
|
+
},
|
1919
|
+
splitLine: {
|
1920
|
+
show: false,
|
1921
|
+
}
|
1922
|
+
},
|
1923
|
+
yAxis: {
|
1924
|
+
type: 'value',
|
1925
|
+
show: true,
|
1926
|
+
name: "Y轴",
|
1927
|
+
nameTextStyle: {
|
1928
|
+
color: "#606266",
|
1929
|
+
fontSize: 12
|
1930
|
+
},
|
1931
|
+
axisLabel: {
|
1932
|
+
color: "#606266",
|
1933
|
+
fontSize: 12,
|
1934
|
+
rotate: 0,
|
1935
|
+
},
|
1936
|
+
inverse: false,
|
1937
|
+
axisLine: {
|
1938
|
+
show: false,
|
1939
|
+
lineStyle: {
|
1940
|
+
color: ""
|
1941
|
+
}
|
1942
|
+
},
|
1943
|
+
splitLine: {
|
1944
|
+
show: true,
|
1945
|
+
lineStyle: {
|
1946
|
+
color: "#E6EBF5"
|
1947
|
+
}
|
1948
|
+
}
|
1949
|
+
},
|
1950
|
+
series: [{
|
1951
|
+
data: [120, 200, 150, 80, 70, 110, 130],
|
1952
|
+
type: 'bar',
|
1953
|
+
name: 'Video Ad',
|
1954
|
+
label: {
|
1955
|
+
show: false,
|
1956
|
+
fontSize: 12,
|
1957
|
+
color: "#FFF",
|
1958
|
+
fontWeight: "normal",
|
1959
|
+
position: 'insideTop',
|
1960
|
+
},
|
1961
|
+
backgroundStyle: {
|
1962
|
+
color: 'rgba(180, 180, 180, 0.2)'
|
1963
|
+
},
|
1964
|
+
barMaxWidth: 28,
|
1965
|
+
barMinHeight: 0,
|
1966
|
+
barGap: '15%',
|
1967
|
+
itemStyle: {
|
1968
|
+
color: {
|
1969
|
+
type: 'linear',
|
1970
|
+
x: 0.5,
|
1971
|
+
y: 0.9,
|
1972
|
+
r: 0.2,
|
1973
|
+
colorStops: [{
|
1974
|
+
offset: 1, color: '#08C084' // 0% 处的颜色
|
1975
|
+
}, {
|
1976
|
+
offset: 0, color: '#97EACE' // 100% 处的颜色
|
1977
|
+
}],
|
1978
|
+
},
|
1979
|
+
borderRadius: [20, 20, 0, 0]
|
1980
|
+
},
|
1981
|
+
|
1982
|
+
}, {
|
1983
|
+
data: [140, 232, 101, 264, 90, 340, 250],
|
1984
|
+
type: 'bar',
|
1985
|
+
name: 'Video Ad1',
|
1986
|
+
|
1987
|
+
label: {
|
1988
|
+
show: false,
|
1989
|
+
fontSize: 12,
|
1990
|
+
color: "#FFF",
|
1991
|
+
fontWeight: "normal",
|
1992
|
+
position: 'insideTop',
|
1993
|
+
},
|
1994
|
+
backgroundStyle: {
|
1995
|
+
color: 'rgba(180, 180, 180, 0.2)'
|
1996
|
+
},
|
1997
|
+
barMaxWidth: '28%',
|
1998
|
+
barMinHeight: 0,
|
1999
|
+
itemStyle: {
|
2000
|
+
color: {
|
2001
|
+
type: 'linear',
|
2002
|
+
x: 0.5,
|
2003
|
+
y: 0.9,
|
2004
|
+
r: 0.2,
|
2005
|
+
colorStops: [{
|
2006
|
+
offset: 1, color: '#29ABE3' // 0% 处的颜色
|
2007
|
+
}, {
|
2008
|
+
offset: 0, color: '#AADEF4' // 100% 处的颜色
|
2009
|
+
}],
|
2010
|
+
},
|
2011
|
+
borderRadius: [20, 20, 0, 0]
|
2012
|
+
},
|
2013
|
+
|
2014
|
+
}]
|
2015
|
+
},
|
2016
|
+
formScriptEnabled: true,
|
2017
|
+
formScriptCode: "",
|
2018
|
+
formScriptParam: null,
|
2019
|
+
onCreated: "",
|
2020
|
+
onMounted: "this.loadDataDefaultHandle()",
|
2021
|
+
}
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
type: 'echart-category',
|
2025
|
+
icon: 'echart-category',
|
2026
|
+
commonFlag: !0,
|
2027
|
+
formItemFlag: false,
|
2028
|
+
options: {
|
2029
|
+
name: "",
|
2030
|
+
echartHeight: 350,
|
2031
|
+
hidden: !1,
|
2032
|
+
reqSources: [],
|
2033
|
+
echarCategoryOption: {
|
2034
|
+
backgroundColor: "#fff",
|
2035
|
+
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2036
|
+
title: {
|
2037
|
+
show: true,
|
2038
|
+
top: '5px',
|
2039
|
+
text: '这是折线图标题',
|
2040
|
+
},
|
2041
|
+
grid: {
|
2042
|
+
top: '80px',
|
2043
|
+
left: '3%',
|
2044
|
+
right: '80',
|
2045
|
+
bottom: '3%',
|
2046
|
+
containLabel: true
|
2047
|
+
},
|
2048
|
+
legend: {
|
2049
|
+
right: '12px',
|
2050
|
+
top: '8px',
|
2051
|
+
itemGap: 24,
|
2052
|
+
},
|
2053
|
+
tooltip: {
|
2054
|
+
trigger: 'axis',
|
2055
|
+
axisPointer: {
|
2056
|
+
type: 'shadow',
|
2057
|
+
label: {
|
2058
|
+
backgroundColor: '#fff'
|
2059
|
+
}
|
2060
|
+
}
|
2061
|
+
},
|
2062
|
+
xAxis: {
|
2063
|
+
type: 'category',
|
2064
|
+
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
|
2065
|
+
show: true,
|
2066
|
+
name: "X轴",
|
2067
|
+
boundaryGap: false,
|
2068
|
+
nameTextStyle: {
|
2069
|
+
color: "#606266",
|
2070
|
+
fontSize: 12
|
2071
|
+
},
|
2072
|
+
axisLabel: {
|
2073
|
+
color: "#606266",
|
2074
|
+
fontSize: 12,
|
2075
|
+
rotate: 0,
|
2076
|
+
},
|
2077
|
+
inverse: false,
|
2078
|
+
axisLine: {
|
2079
|
+
lineStyle: {
|
2080
|
+
color: "#E6EBF5"
|
2081
|
+
}
|
2082
|
+
},
|
2083
|
+
splitLine: {
|
2084
|
+
show: true,
|
2085
|
+
lineStyle: {
|
2086
|
+
type: 'dashed',
|
2087
|
+
color: "#E6EBF595"
|
2088
|
+
}
|
2089
|
+
}
|
2090
|
+
},
|
2091
|
+
yAxis: {
|
2092
|
+
type: 'value',
|
2093
|
+
show: true,
|
2094
|
+
name: "Y轴",
|
2095
|
+
nameTextStyle: {
|
2096
|
+
color: "#606266",
|
2097
|
+
fontSize: 12
|
2098
|
+
},
|
2099
|
+
axisLabel: {
|
2100
|
+
color: "#606266",
|
2101
|
+
fontSize: 12,
|
2102
|
+
rotate: 0,
|
2103
|
+
},
|
2104
|
+
inverse: false,
|
2105
|
+
axisLine: {
|
2106
|
+
show: false,
|
2107
|
+
lineStyle: {
|
2108
|
+
color: ""
|
2109
|
+
}
|
2110
|
+
},
|
2111
|
+
splitLine: {
|
2112
|
+
show: true,
|
2113
|
+
lineStyle: {
|
2114
|
+
color: "#E6EBF5"
|
2115
|
+
}
|
2116
|
+
}
|
2117
|
+
},
|
2118
|
+
series: [{
|
2119
|
+
name: "R1",
|
2120
|
+
data: [220, 282, 111, 234, 220, 340, 310],
|
2121
|
+
type: 'line',
|
2122
|
+
stack: 'Total',
|
2123
|
+
label: {
|
2124
|
+
show: true,
|
2125
|
+
fontSize: 12,
|
2126
|
+
color: "#212121",
|
2127
|
+
fontWeight: "normal"
|
2128
|
+
},
|
2129
|
+
lineStyle: {
|
2130
|
+
color: {
|
2131
|
+
type: 'linear',
|
2132
|
+
x: 0.5,
|
2133
|
+
y: 0.5,
|
2134
|
+
r: 0.5,
|
2135
|
+
colorStops: [{
|
2136
|
+
offset: 0, color: '#08C084' // 0% 处的颜色
|
2137
|
+
}, {
|
2138
|
+
offset: 1, color: '#97EACE' // 100% 处的颜色
|
2139
|
+
}],
|
2140
|
+
},
|
2141
|
+
cap: 'round',
|
2142
|
+
shadowColor: '#08C08450',
|
2143
|
+
shadowBlur: 4,
|
2144
|
+
shadowOffsetY: 6
|
2145
|
+
},
|
2146
|
+
emphasis: {
|
2147
|
+
scale: 1,
|
2148
|
+
focus: 'series'
|
2149
|
+
},
|
2150
|
+
showSymbol: false,
|
2151
|
+
smooth: true,
|
2152
|
+
}, {
|
2153
|
+
name: "R2",
|
2154
|
+
data: [140, 232, 101, 264, 90, 340, 250],
|
2155
|
+
type: 'line',
|
2156
|
+
stack: 'Total',
|
2157
|
+
label: {
|
2158
|
+
show: true,
|
2159
|
+
fontSize: 12,
|
2160
|
+
color: "#212121",
|
2161
|
+
fontWeight: "normal"
|
2162
|
+
},
|
2163
|
+
lineStyle: {
|
2164
|
+
color: {
|
2165
|
+
type: 'linear',
|
2166
|
+
x: 0.5,
|
2167
|
+
y: 0.5,
|
2168
|
+
r: 0.5,
|
2169
|
+
colorStops: [{
|
2170
|
+
offset: 0, color: '#FF6116' // 0% 处的颜色
|
2171
|
+
}, {
|
2172
|
+
offset: 1, color: '#F9A980' // 100% 处的颜色
|
2173
|
+
}],
|
2174
|
+
},
|
2175
|
+
cap: 'round',
|
2176
|
+
shadowColor: '#FF611650',
|
2177
|
+
shadowBlur: 4,
|
2178
|
+
shadowOffsetY: 6
|
2179
|
+
},
|
2180
|
+
emphasis: {
|
2181
|
+
scale: 1,
|
2182
|
+
focus: 'series'
|
2183
|
+
},
|
2184
|
+
showSymbol: false,
|
2185
|
+
smooth: true,
|
2186
|
+
}]
|
2187
|
+
|
2188
|
+
},
|
2189
|
+
formScriptEnabled: true,
|
2190
|
+
formScriptCode: "",
|
2191
|
+
formScriptParam: null,
|
2192
|
+
onCreated: "",
|
2193
|
+
onMounted: "this.loadDataDefaultHandle()",
|
2194
|
+
}
|
2195
|
+
},
|
2196
|
+
{
|
2197
|
+
type: 'echart',
|
2198
|
+
icon: 'echart',
|
2199
|
+
formItemFlag: false,
|
2200
|
+
options: {
|
2201
|
+
name: "",
|
2202
|
+
echartHeight: '200',
|
2203
|
+
hidden: !1,
|
2204
|
+
echarPieOption: {}
|
2205
|
+
}
|
2206
|
+
}
|
2207
|
+
,
|
2208
|
+
/*{
|
2209
|
+
type: 'news-list',
|
2210
|
+
icon: 'news-list',
|
2211
|
+
formItemFlag: false,
|
2212
|
+
options: {
|
2213
|
+
name: "",
|
2214
|
+
echartHeight: '200',
|
2215
|
+
listItems: [{
|
2216
|
+
t1: '这是标题啦啦啦啦',
|
2217
|
+
t2: '¥4899',
|
2218
|
+
}, {
|
2219
|
+
t1: '这是标题啦啦啦啦',
|
2220
|
+
t2: '¥4899',
|
2221
|
+
}],
|
2222
|
+
hidden: !1,
|
2223
|
+
|
2224
|
+
}
|
2225
|
+
},*/
|
2226
|
+
/*{
|
2227
|
+
type: "picture-upload",
|
2228
|
+
icon: "picture-upload-field",
|
2229
|
+
formItemFlag: !0,
|
2230
|
+
options: {
|
2231
|
+
name: "",
|
2232
|
+
label: "",
|
2233
|
+
labelAlign: "",
|
2234
|
+
labelWidth: null,
|
2235
|
+
labelHidden: !1,
|
2236
|
+
columnWidth: "200px",
|
2237
|
+
disabled: !1,
|
2238
|
+
hidden: !1,
|
2239
|
+
required: !1,
|
2240
|
+
requiredHint: "",
|
2241
|
+
customRule: "",
|
2242
|
+
customRuleHint: "",
|
2243
|
+
uploadURL: "",
|
2244
|
+
uploadTip: "",
|
2245
|
+
withCredentials: !1,
|
2246
|
+
multipleSelect: !1,
|
2247
|
+
showFileList: !0,
|
2248
|
+
limit: 3,
|
2249
|
+
fileMaxSize: 5,
|
2250
|
+
fileTypes: ["jpg", "jpeg", "png"],
|
2251
|
+
customClass: "",
|
2252
|
+
labelIconClass: null,
|
2253
|
+
labelIconPosition: "rear",
|
2254
|
+
labelTooltip: null,
|
2255
|
+
onCreated: "",
|
2256
|
+
onMounted: "",
|
2257
|
+
onBeforeUpload: "",
|
2258
|
+
onUploadSuccess: "",
|
2259
|
+
onUploadError: "",
|
2260
|
+
onFileRemove: "",
|
2261
|
+
onValidate: ""
|
2262
|
+
}
|
2263
|
+
}, {
|
2264
|
+
type: "file-upload",
|
2265
|
+
icon: "file-upload-field",
|
2266
|
+
formItemFlag: !0,
|
2267
|
+
options: {
|
2268
|
+
name: "",
|
2269
|
+
label: "",
|
2270
|
+
labelAlign: "",
|
2271
|
+
labelWidth: null,
|
2272
|
+
labelHidden: !1,
|
2273
|
+
columnWidth: "200px",
|
2274
|
+
disabled: !1,
|
2275
|
+
hidden: !1,
|
2276
|
+
required: !1,
|
2277
|
+
requiredHint: "",
|
2278
|
+
customRule: "",
|
2279
|
+
customRuleHint: "",
|
2280
|
+
uploadURL: "",
|
2281
|
+
uploadTip: "",
|
2282
|
+
withCredentials: !1,
|
2283
|
+
multipleSelect: !1,
|
2284
|
+
showFileList: !0,
|
2285
|
+
limit: 3,
|
2286
|
+
fileMaxSize: 5,
|
2287
|
+
fileTypes: ["doc", "docx", "xls", "xlsx"],
|
2288
|
+
customClass: "",
|
2289
|
+
labelIconClass: null,
|
2290
|
+
labelIconPosition: "rear",
|
2291
|
+
labelTooltip: null,
|
2292
|
+
onCreated: "",
|
2293
|
+
onMounted: "",
|
2294
|
+
onBeforeUpload: "",
|
2295
|
+
onUploadSuccess: "",
|
2296
|
+
onUploadError: "",
|
2297
|
+
onFileRemove: "",
|
2298
|
+
onValidate: ""
|
2299
|
+
}
|
2300
|
+
},*/
|
2301
|
+
{
|
2302
|
+
type: "vabUpload",
|
2303
|
+
icon: "uploadbox",
|
2304
|
+
commonFlag: !0,
|
2305
|
+
formItemFlag: !0,
|
2306
|
+
tableField: null,
|
2307
|
+
options: {
|
2308
|
+
name: "",
|
2309
|
+
keyNameEnabled: !1,
|
2310
|
+
keyName: "",
|
2311
|
+
keyNameSuffix: "",
|
2312
|
+
label: "",
|
2313
|
+
submitFlag: true,
|
2314
|
+
disabled: !1,
|
2315
|
+
hidden: !1,
|
2316
|
+
required: !1,
|
2317
|
+
labelWidth: null,
|
2318
|
+
labelHidden: !0,
|
2319
|
+
limit: null,
|
2320
|
+
accessType: "1",
|
2321
|
+
entityTableCode: null,
|
2322
|
+
entityTableDesc: null,
|
2323
|
+
onCreated: "this.loadDataDefaultHandle();",
|
2324
|
+
onMounted: "",
|
2325
|
+
vabUpload: 1,
|
2326
|
+
formScriptEnabled: true,
|
2327
|
+
formScriptCode: "getList",
|
2328
|
+
formScriptParam: null,
|
2329
|
+
wfFlag: 1,
|
2330
|
+
wfEdit: false,
|
2331
|
+
enabledByWf: false,
|
2332
|
+
hiddenByWf: false,
|
2333
|
+
wfConfigData: []
|
2334
|
+
}
|
2335
|
+
},
|
2336
|
+
{
|
2337
|
+
type: "vabsearch",
|
2338
|
+
icon: "searchbox",
|
2339
|
+
commonFlag: !0,
|
2340
|
+
formItemFlag: !0,
|
2341
|
+
tableField: null,
|
2342
|
+
options: {
|
2343
|
+
name: "",
|
2344
|
+
keyNameEnabled: !1,
|
2345
|
+
keyName: "",
|
2346
|
+
vabSearchName: "",
|
2347
|
+
label: "",
|
2348
|
+
submitFlag: true,
|
2349
|
+
disabled: !1,
|
2350
|
+
hidden: !1,
|
2351
|
+
required: !1,
|
2352
|
+
labelWidth: null,
|
2353
|
+
labelHidden: !1,
|
2354
|
+
readonly: true,
|
2355
|
+
/*formCode: null,
|
2356
|
+
formName: null,
|
2357
|
+
formVersion: null,
|
2358
|
+
showFormField: null,*/
|
2359
|
+
/* gridConfig: {
|
2360
|
+
tableColumns: [],
|
2361
|
+
searchFields: [],
|
2362
|
+
searchParams: ""
|
2363
|
+
},*/
|
2364
|
+
// vabSearchField: null,
|
2365
|
+
onSearchClear: "",
|
2366
|
+
dialogModel: '1',
|
2367
|
+
systemDialogUrl: null,
|
2368
|
+
accessType: "1",
|
2369
|
+
onCreated: "",
|
2370
|
+
onMounted: "",
|
2371
|
+
onChange: "",
|
2372
|
+
onAppendButtonClick: "",
|
2373
|
+
clickBindEvent: '1',
|
2374
|
+
searchDialogConfig: {
|
2375
|
+
...defaultSearchDialogConfig,
|
2376
|
+
multipleChoices: false
|
2377
|
+
},
|
2378
|
+
wfFlag: 1,
|
2379
|
+
wfEdit: false,
|
2380
|
+
enabledByWf: false,
|
2381
|
+
hiddenByWf: false,
|
2382
|
+
wfConfigData: [],
|
2383
|
+
valueField: null,
|
2384
|
+
multipleChoices: false
|
2385
|
+
|
2386
|
+
}
|
2387
|
+
},
|
2388
|
+
{
|
2389
|
+
type: "search_button",
|
2390
|
+
icon: "button",
|
2391
|
+
commonFlag: !0,
|
2392
|
+
formItemFlag: !1,
|
2393
|
+
options: {
|
2394
|
+
name: "",
|
2395
|
+
label: "",
|
2396
|
+
disabled: !1,
|
2397
|
+
hidden: !1,
|
2398
|
+
required: !1,
|
2399
|
+
labelWidth: null,
|
2400
|
+
labelHidden: !1,
|
2401
|
+
/*formCode: null,
|
2402
|
+
formName: null,
|
2403
|
+
formVersion: null,
|
2404
|
+
showFormField: null,*/
|
2405
|
+
/*gridConfig: {
|
2406
|
+
tableColumns: [],
|
2407
|
+
searchFields: [],
|
2408
|
+
searchParams: ""
|
2409
|
+
},*/
|
2410
|
+
// vabSearchField: null,
|
2411
|
+
// onSearchConfirm: "",
|
2412
|
+
dialogModel: '1',
|
2413
|
+
systemDialogUrl: null,
|
2414
|
+
accessType: "1",
|
2415
|
+
onClick: "",
|
2416
|
+
onCreated: "",
|
2417
|
+
onMounted: "",
|
2418
|
+
clickBindEvent: '1',
|
2419
|
+
searchDialogConfig: {
|
2420
|
+
...defaultSearchDialogConfig,
|
2421
|
+
tableEnabled: true
|
2422
|
+
},
|
2423
|
+
wfFlag: 1,
|
2424
|
+
wfEdit: false,
|
2425
|
+
enabledByWf: false,
|
2426
|
+
hiddenByWf: false,
|
2427
|
+
wfConfigData: []
|
2428
|
+
}
|
2429
|
+
},
|
2430
|
+
{
|
2431
|
+
type: "save_button",
|
2432
|
+
targetType: "button",
|
2433
|
+
icon: "button",
|
2434
|
+
commonFlag: !0,
|
2435
|
+
formItemFlag: !1,
|
2436
|
+
options: {
|
2437
|
+
name: "",
|
2438
|
+
label: "保存",
|
2439
|
+
columnWidth: "200px",
|
2440
|
+
size: "",
|
2441
|
+
displayStyle: "block",
|
2442
|
+
disabled: !1,
|
2443
|
+
hidden: !1,
|
2444
|
+
type: "primary",
|
2445
|
+
plain: !1,
|
2446
|
+
round: !1,
|
2447
|
+
circle: !1,
|
2448
|
+
icon: "el-icon-check",
|
2449
|
+
customClass: "",
|
2450
|
+
onCreated: "",
|
2451
|
+
onMounted: "",
|
2452
|
+
// onClick: "let formRef = this.getFormRef();\r\nformRef.validate(valid => {\r\n if (valid) {\r\n let formData = formRef.getRealFormData(); \r\n let reqData = {\r\n formCode:formCode,\r\n data:formData\r\n };\r\n this.formHttp({\r\n scriptCode: 'xx',\r\n data: reqData,\r\n successMsg:true,\r\n isConfirm: true,\r\n confirmText: \"您确定要保存吗?\",\r\n success: res => {\r\n formRef.reloadForm({\r\n updateParam: {\r\n _dataId: res.objx\r\n }\r\n });\r\n }\r\n });\r\n }\r\n});",
|
2453
|
+
onClick: "this.saveDefaultHandle();",
|
2454
|
+
accessType: "1",
|
2455
|
+
saveButton: true,
|
2456
|
+
clickBindEvent: null,
|
2457
|
+
searchDialogConfig: {
|
2458
|
+
...defaultSearchDialogConfig
|
2459
|
+
},
|
2460
|
+
wfFlag: 1,
|
2461
|
+
wfEdit: false,
|
2462
|
+
enabledByWf: false,
|
2463
|
+
hiddenByWf: true,
|
2464
|
+
wfConfigData: []
|
2465
|
+
|
2466
|
+
},
|
2467
|
+
},
|
2468
|
+
{
|
2469
|
+
type: "reset_button",
|
2470
|
+
targetType: "button",
|
2471
|
+
icon: "button",
|
2472
|
+
commonFlag: !0,
|
2473
|
+
formItemFlag: !1,
|
2474
|
+
options: {
|
2475
|
+
name: "",
|
2476
|
+
label: "重置",
|
2477
|
+
columnWidth: "200px",
|
2478
|
+
size: "",
|
2479
|
+
displayStyle: "block",
|
2480
|
+
disabled: !1,
|
2481
|
+
hidden: !1,
|
2482
|
+
type: "primary",
|
2483
|
+
plain: true,
|
2484
|
+
round: !1,
|
2485
|
+
circle: !1,
|
2486
|
+
icon: "el-icon-refresh-right",
|
2487
|
+
customClass: "",
|
2488
|
+
onCreated: "",
|
2489
|
+
onMounted: "",
|
2490
|
+
onClick: "this.getFormRef().$baseReload()",
|
2491
|
+
accessType: "1",
|
2492
|
+
clickBindEvent: null,
|
2493
|
+
searchDialogConfig: {
|
2494
|
+
...defaultSearchDialogConfig
|
2495
|
+
},
|
2496
|
+
wfFlag: 1,
|
2497
|
+
wfEdit: false,
|
2498
|
+
enabledByWf: true,
|
2499
|
+
hiddenByWf: false,
|
2500
|
+
wfConfigData: []
|
2501
|
+
},
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
type: "table-export-button",
|
2505
|
+
icon: "list-export",
|
2506
|
+
formItemFlag: !1,
|
2507
|
+
commonFlag: !0,
|
2508
|
+
tableField: null,
|
2509
|
+
options: {
|
2510
|
+
name: "",
|
2511
|
+
keyNameEnabled: !1,
|
2512
|
+
keyName: "",
|
2513
|
+
hidden: !1,
|
2514
|
+
customClass: "",
|
2515
|
+
exportFileName: '导出',
|
2516
|
+
tableRef: '',
|
2517
|
+
tableExportParam: "",
|
2518
|
+
onCreated: "",
|
2519
|
+
onMounted: "",
|
2520
|
+
wfFlag: 1,
|
2521
|
+
wfEdit: false,
|
2522
|
+
enabledByWf: false,
|
2523
|
+
hiddenByWf: false,
|
2524
|
+
wfConfigData: []
|
2525
|
+
|
2526
|
+
}
|
2527
|
+
},
|
2528
|
+
{
|
2529
|
+
type: "add_button",
|
2530
|
+
targetType: "button",
|
2531
|
+
icon: "button",
|
2532
|
+
commonFlag: !0,
|
2533
|
+
formItemFlag: !1,
|
2534
|
+
options: {
|
2535
|
+
name: "",
|
2536
|
+
label: "新增",
|
2537
|
+
columnWidth: "200px",
|
2538
|
+
size: "",
|
2539
|
+
displayStyle: "block",
|
2540
|
+
disabled: !1,
|
2541
|
+
hidden: !1,
|
2542
|
+
type: "primary",
|
2543
|
+
plain: !1,
|
2544
|
+
round: !1,
|
2545
|
+
circle: !1,
|
2546
|
+
icon: "el-icon-plus",
|
2547
|
+
customClass: "",
|
2548
|
+
onCreated: "",
|
2549
|
+
onMounted: "",
|
2550
|
+
onClick: "",
|
2551
|
+
clickBindEvent: null,
|
2552
|
+
searchDialogConfig: {
|
2553
|
+
...defaultSearchDialogConfig
|
2554
|
+
},
|
2555
|
+
wfFlag: 1,
|
2556
|
+
wfEdit: false,
|
2557
|
+
enabledByWf: false,
|
2558
|
+
hiddenByWf: false,
|
2559
|
+
wfConfigData: []
|
2560
|
+
},
|
2561
|
+
},
|
2562
|
+
{
|
2563
|
+
type: "save_button",
|
2564
|
+
targetType: "button",
|
2565
|
+
icon: "button",
|
2566
|
+
commonFlag: !0,
|
2567
|
+
formItemFlag: !1,
|
2568
|
+
options: {
|
2569
|
+
name: "",
|
2570
|
+
label: "保存",
|
2571
|
+
columnWidth: "200px",
|
2572
|
+
size: "",
|
2573
|
+
displayStyle: "block",
|
2574
|
+
disabled: !1,
|
2575
|
+
hidden: !1,
|
2576
|
+
type: "primary",
|
2577
|
+
plain: !1,
|
2578
|
+
round: !1,
|
2579
|
+
circle: !1,
|
2580
|
+
icon: "el-icon-check",
|
2581
|
+
customClass: "",
|
2582
|
+
onCreated: "",
|
2583
|
+
onMounted: "",
|
2584
|
+
// onClick: "let formRef = this.getFormRef();\r\nformRef.validate(valid => {\r\n if (valid) {\r\n let formData = formRef.getRealFormData(); \r\n let reqData = {\r\n formCode:formCode,\r\n data:formData\r\n };\r\n this.formHttp({\r\n scriptCode: 'xx',\r\n data: reqData,\r\n successMsg:true,\r\n isConfirm: true,\r\n confirmText: \"您确定要保存吗?\",\r\n success: res => {\r\n formRef.reloadForm({\r\n updateParam: {\r\n _dataId: res.objx\r\n }\r\n });\r\n }\r\n });\r\n }\r\n});",
|
2585
|
+
onClick: "this.saveDefaultHandle();",
|
2586
|
+
accessType: "1",
|
2587
|
+
saveButton: true,
|
2588
|
+
clickBindEvent: null,
|
2589
|
+
searchDialogConfig: {
|
2590
|
+
...defaultSearchDialogConfig
|
2591
|
+
},
|
2592
|
+
wfFlag: 1,
|
2593
|
+
wfEdit: false,
|
2594
|
+
enabledByWf: false,
|
2595
|
+
hiddenByWf: true,
|
2596
|
+
wfConfigData: []
|
2597
|
+
|
2598
|
+
},
|
2599
|
+
},
|
2600
|
+
{
|
2601
|
+
type: "import-button",
|
2602
|
+
icon: "button",
|
2603
|
+
commonFlag: !0,
|
2604
|
+
formItemFlag: !1,
|
2605
|
+
options: {
|
2606
|
+
name: "",
|
2607
|
+
label: "导入",
|
2608
|
+
columnWidth: "200px",
|
2609
|
+
size: "",
|
2610
|
+
// displayStyle: "block",
|
2611
|
+
disabled: !1,
|
2612
|
+
hidden: !1,
|
2613
|
+
type: "primary",
|
2614
|
+
/*plain: !1,
|
2615
|
+
round: !1,
|
2616
|
+
circle: !1,
|
2617
|
+
icon: "el-icon-download",*/
|
2618
|
+
customClass: "",
|
2619
|
+
onCreated: "",
|
2620
|
+
onMounted: "",
|
2621
|
+
// clickBindEvent: null,
|
2622
|
+
searchDialogConfig: {
|
2623
|
+
...defaultSearchDialogConfig
|
2624
|
+
},
|
2625
|
+
wfFlag: 1,
|
2626
|
+
wfEdit: false,
|
2627
|
+
enabledByWf: false,
|
2628
|
+
hiddenByWf: false,
|
2629
|
+
wfConfigData: [],
|
2630
|
+
importEntity: '',
|
2631
|
+
importAttachCode: '',
|
2632
|
+
importScriptCode: '',
|
2633
|
+
onBeforeImport: '',
|
2634
|
+
enabledImportPreHandle: false
|
2635
|
+
},
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
type: "print-button",
|
2639
|
+
icon: "button",
|
2640
|
+
commonFlag: !0,
|
2641
|
+
formItemFlag: !1,
|
2642
|
+
options: {
|
2643
|
+
name: "",
|
2644
|
+
label: "导出/打印",
|
2645
|
+
columnWidth: "200px",
|
2646
|
+
size: "",
|
2647
|
+
// displayStyle: "block",
|
2648
|
+
disabled: !1,
|
2649
|
+
hidden: !1,
|
2650
|
+
type: "primary",
|
2651
|
+
/*plain: !1,
|
2652
|
+
round: !1,
|
2653
|
+
circle: !1,
|
2654
|
+
icon: "el-icon-download",*/
|
2655
|
+
customClass: "",
|
2656
|
+
onCreated: "",
|
2657
|
+
onMounted: "",
|
2658
|
+
// clickBindEvent: null,
|
2659
|
+
searchDialogConfig: {
|
2660
|
+
...defaultSearchDialogConfig
|
2661
|
+
},
|
2662
|
+
wfFlag: 1,
|
2663
|
+
wfEdit: false,
|
2664
|
+
enabledByWf: false,
|
2665
|
+
hiddenByWf: false,
|
2666
|
+
wfConfigData: [],
|
2667
|
+
printTableRef: "",
|
2668
|
+
printItems: []
|
2669
|
+
},
|
2670
|
+
},
|
2671
|
+
{
|
2672
|
+
type: "baseAttachment",
|
2673
|
+
icon: "file-upload-field",
|
2674
|
+
formItemFlag: !0,
|
2675
|
+
tableField: null,
|
2676
|
+
options: {
|
2677
|
+
name: "",
|
2678
|
+
keyNameEnabled: !1,
|
2679
|
+
keyName: "",
|
2680
|
+
keyNameSuffix: "",
|
2681
|
+
label: "",
|
2682
|
+
submitFlag: true,
|
2683
|
+
disabled: !1,
|
2684
|
+
hidden: !1,
|
2685
|
+
required: !1,
|
2686
|
+
labelWidth: null,
|
2687
|
+
labelHidden: !0,
|
2688
|
+
limit: null,
|
2689
|
+
accessType: "1",
|
2690
|
+
entityTableCode: null,
|
2691
|
+
entityTableDesc: null,
|
2692
|
+
onCreated: "",
|
2693
|
+
onMounted: "",
|
2694
|
+
wfFlag: 1,
|
2695
|
+
wfEdit: false,
|
2696
|
+
enabledByWf: false,
|
2697
|
+
hiddenByWf: false,
|
2698
|
+
wfConfigData: []
|
2699
|
+
}
|
2700
|
+
},
|
2701
|
+
{
|
2702
|
+
type: "status",
|
2703
|
+
icon: "status",
|
2704
|
+
commonFlag: !0,
|
2705
|
+
formItemFlag: !0,
|
2706
|
+
tableField: null,
|
2707
|
+
options: {
|
2708
|
+
name: "",
|
2709
|
+
keyNameEnabled: !1,
|
2710
|
+
keyName: "",
|
2711
|
+
label: "",
|
2712
|
+
submitFlag: true,
|
2713
|
+
disabled: !1,
|
2714
|
+
hidden: !1,
|
2715
|
+
// defaultValue: 0,
|
2716
|
+
labelWidth: null,
|
2717
|
+
labelHidden: !1,
|
2718
|
+
optionItemValueType: 0,
|
2719
|
+
statusType: "common",
|
2720
|
+
statusParam: [],
|
2721
|
+
onCreated: "",
|
2722
|
+
onMounted: "",
|
2723
|
+
}
|
2724
|
+
},
|
2725
|
+
{
|
2726
|
+
type: 'census',
|
2727
|
+
icon: 'census',
|
2728
|
+
commonFlag: !0,
|
2729
|
+
formItemFlag: false,
|
2730
|
+
options: {
|
2731
|
+
name: '',
|
2732
|
+
keyNameEnabled: !1,
|
2733
|
+
keyName: "",
|
2734
|
+
columnWidth: '200px',
|
2735
|
+
hidden: false,
|
2736
|
+
customClass: '', //自定义css类名
|
2737
|
+
space: '5',
|
2738
|
+
censusItems: [
|
2739
|
+
{
|
2740
|
+
number: "1002",
|
2741
|
+
txt: '总数量',
|
2742
|
+
detailItems: [{
|
2743
|
+
txt: '跟进商机',
|
2744
|
+
number: '26'
|
2745
|
+
}, {
|
2746
|
+
txt: '累计商机',
|
2747
|
+
number: '26'
|
2748
|
+
}]
|
2749
|
+
},
|
2750
|
+
{
|
2751
|
+
number: "603",
|
2752
|
+
txt: '总人数',
|
2753
|
+
detailItems: [],
|
2754
|
+
},
|
2755
|
+
{
|
2756
|
+
number: "5004",
|
2757
|
+
txt: '总订单',
|
2758
|
+
detailItems: []
|
2759
|
+
}
|
2760
|
+
],
|
2761
|
+
formScriptEnabled: true,
|
2762
|
+
formScriptCode: "",
|
2763
|
+
formScriptParam: null,
|
2764
|
+
onCreated: "",
|
2765
|
+
onMounted: "",
|
2766
|
+
}
|
2767
|
+
},
|
2768
|
+
{
|
2769
|
+
type: "project-tag",
|
2770
|
+
icon: "uploadbox",
|
2771
|
+
// commonFlag: !0,
|
2772
|
+
formItemFlag: !0,
|
2773
|
+
tableField: null,
|
2774
|
+
options: {
|
2775
|
+
name: "",
|
2776
|
+
keyNameEnabled: !1,
|
2777
|
+
keyName: "",
|
2778
|
+
keyNameSuffix: "",
|
2779
|
+
label: "",
|
2780
|
+
submitFlag: true,
|
2781
|
+
disabled: !1,
|
2782
|
+
readonly: false,
|
2783
|
+
hidden: !1,
|
2784
|
+
required: !1,
|
2785
|
+
labelWidth: null,
|
2786
|
+
labelHidden: !1,
|
2787
|
+
onCreated: "if(this.formDataId)this.loadDataDefaultHandle();",
|
2788
|
+
onMounted: "",
|
2789
|
+
vabUpload: 1,
|
2790
|
+
formScriptEnabled: true,
|
2791
|
+
formScriptCode: "getList",
|
2792
|
+
formScriptParam: null,
|
2793
|
+
wfFlag: 1,
|
2794
|
+
wfEdit: false,
|
2795
|
+
enabledByWf: false,
|
2796
|
+
hiddenByWf: false,
|
2797
|
+
wfConfigData: []
|
2798
|
+
}
|
2799
|
+
},
|
2800
|
+
{
|
2801
|
+
type: "table2",
|
2802
|
+
category: "container",
|
2803
|
+
icon: "table",
|
2804
|
+
commonFlag: !0,
|
2805
|
+
formItemFlag: !0,
|
2806
|
+
rows: [],
|
2807
|
+
options: {
|
2808
|
+
name: "",
|
2809
|
+
keyNameEnabled: !0,
|
2810
|
+
keyName: "",
|
2811
|
+
hidden: !1,
|
2812
|
+
customClass: "",
|
2813
|
+
styleTableClass: '',
|
2814
|
+
// fullWidth: false,
|
2815
|
+
submitFlag: true,
|
2816
|
+
formScriptEnabled: true,
|
2817
|
+
formScriptCode: "",
|
2818
|
+
formScriptParam: null,
|
2819
|
+
onCreated: "this.loadDataDefaultHandle()",
|
2820
|
+
onMounted: "",
|
2821
|
+
}
|
2822
|
+
},
|
2823
|
+
]
|
2824
|
+
|
2825
|
+
export const keyNamePrefixMap = {
|
2826
|
+
vabUpload: "attachments_",
|
2827
|
+
baseAttachment: "attachments_"
|
2828
|
+
}
|
2829
|
+
|
2830
|
+
export const customFields = []
|
2831
|
+
|
2832
|
+
export function addContainerWidgetSchema(containerSchema) {
|
2833
|
+
containers.push(containerSchema)
|
2834
|
+
}
|
2835
|
+
|
2836
|
+
export function addBasicFieldSchema(fieldSchema) {
|
2837
|
+
basicFields.push(fieldSchema)
|
2838
|
+
}
|
2839
|
+
|
2840
|
+
export function addAdvancedFieldSchema(fieldSchema) {
|
2841
|
+
advancedFields.push(fieldSchema)
|
2842
|
+
}
|
2843
|
+
|
2844
|
+
export function addCustomWidgetSchema(widgetSchema) {
|
2845
|
+
customFields.push(widgetSchema)
|
2846
|
+
}
|