cloud-web-corejs 1.0.54-dev.18 → 1.0.54-dev.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -4
- package/src/components/Qrcode/fileParse.vue +0 -1
- package/src/components/VabUpload/index.vue +2 -1
- package/src/components/VabUpload/mixins.js +1 -1
- package/src/components/VabUpload/view.vue +22 -6
- package/src/components/advancedSearchDialog/mixins.js +1 -1
- package/src/components/baseAttachment/index.vue +22 -13
- package/src/components/baseAttachment/mixins.js +1 -1
- package/src/components/excelExport/exportFieldDialog.vue +16 -6
- package/src/components/excelExport/index.js +2 -1
- package/src/components/excelExport/index.vue +8 -6
- package/src/components/excelExport/mixins.js +1 -2
- package/src/components/excelImport/index.vue +1 -0
- package/src/components/excelImport/mixins.js +1 -1
- package/src/components/fileLibrary/fileObjAuthDialog.vue +1 -1
- package/src/components/fileLibrary/fileObjAuthEditDialog.vue +7 -1
- package/src/components/fileLibrary/fileObjNotifyEdit.vue +90 -68
- package/src/components/fileLibrary/filterDialog.vue +383 -0
- package/src/components/fileLibrary/index.vue +23 -24
- package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
- package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
- package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +337 -207
- package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +33 -26
- package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +5 -5
- package/src/components/fileLibrary/mixins/indexMixins.js +77 -27
- package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +63 -3
- package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +1 -1
- package/src/components/fileLibrary/propertiesDialog.vue +18 -0
- package/src/components/fileLibrary/shareDialog.vue +1 -1
- package/src/components/jsonImport/mixins.js +1 -1
- package/src/components/onlineTalk/index.vue +327 -5
- package/src/components/onlineTalk/mixins.js +1 -1
- package/src/components/table/CellSlot.vue +1 -0
- package/src/components/table/index.js +12 -10
- package/src/components/table/tableForm.vue +99 -63
- package/src/components/table/tableFormMixin.js +1 -1
- package/src/components/table/vxeFilter/mixin.js +1 -1
- package/src/components/vb-tabs/x-tabs.vue +3 -2
- package/src/components/wf/wf.js +1 -1
- package/src/components/wf/wfStartDialog.vue +1 -1
- package/src/components/wf/wfUtil.js +1 -1
- package/src/components/xform/form-designer/designer.js +1 -1
- package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +16 -4
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +37 -6
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +3 -1
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +23 -7
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +34 -5
- package/src/components/xform/form-designer/form-widget/field-widget/button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +14 -6
- package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +1 -0
- package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +16 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +196 -6
- package/src/components/xform/form-designer/form-widget/field-widget/import-button-widget.vue +4 -7
- package/src/components/xform/form-designer/form-widget/field-widget/import2-button-widget.vue +80 -0
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +49 -8
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +67 -3
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +13 -5
- package/src/components/xform/form-designer/form-widget/field-widget/search_button-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +11 -2
- package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +6 -1
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +46 -34
- package/src/components/xform/form-designer/form-widget/field-widget/time-range-widget.vue +2 -2
- package/src/components/xform/form-designer/form-widget/field-widget/vabSearch-widget.vue +4 -1
- package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +86 -0
- package/src/components/xform/form-designer/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +67 -36
- package/src/components/xform/form-designer/setting-panel/indexMixin.js +322 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/autoValueEnabled-editor.vue +38 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/censusClass-editor.vue +6 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/commonAttributeEnabled-editor.vue +41 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/columnRenderDialog.vue +125 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1054 -1042
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +812 -455
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail/detail-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-offset-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-pull-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-grid-col/grid-col-push-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +32 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +27 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +185 -69
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +188 -86
- package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +84 -39
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +19 -8
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import2-button-editor.vue +80 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +26 -7
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +30 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +42 -4
- package/src/components/xform/form-designer/setting-panel/property-editor/limit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/multipleLimit-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/precision-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +177 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +22 -18
- package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +216 -17
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +242 -27
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +6 -0
- package/src/components/xform/form-designer/toolbar-panel/index.vue +4 -7
- package/src/components/xform/form-designer/toolbar-panel/indexMixin.js +1 -1
- package/src/components/xform/form-designer/widget-panel/indexMixin.js +277 -1
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +324 -254
- package/src/components/xform/form-render/container-item/containerItemMixin.js +1 -1
- package/src/components/xform/form-render/container-item/data-table-item.vue +37 -15
- package/src/components/xform/form-render/container-item/data-table-mixin.js +18 -18
- package/src/components/xform/form-render/container-item/grid-col-item.vue +10 -3
- package/src/components/xform/form-render/container-item/grid-item.vue +1 -1
- package/src/components/xform/form-render/container-item/tab-item.vue +11 -6
- package/src/components/xform/form-render/container-item/table-cell-item.vue +38 -32
- package/src/components/xform/form-render/container-item/table-item.vue +4 -2
- package/src/components/xform/form-render/indexMixin.js +2 -23
- package/src/components/xform/lang/zh-CN.js +2 -1
- package/src/components/xform/mixins/defaultHandle.js +1 -1
- package/src/components/xform/mixins/scriptHttp.js +3 -1
- package/src/components/xform/utils/emitter.js +4 -4
- package/src/components/xform/utils/util.js +1 -1
- package/src/layout/components/Sidebar/default.vue +50 -6
- package/src/layout/components/TagsView/index.vue +0 -1
- package/src/layout/components/extractedCode/createDialog.vue +92 -0
- package/src/layout/components/extractedCode/queryDialog.vue +96 -0
- package/src/layout/components/extractedCode/viewDialog.vue +192 -0
- package/src/mixins/selectDialog/index.js +1 -1
- package/src/router/modules/customer.js +15 -0
- package/src/store/config/index.js +1 -1
- package/src/store/modules/permission.js +1 -1
- package/src/store/modules/settings.js +1 -1
- package/src/store/modules/user.js +1 -1
- package/src/utils/index.js +4 -2
- package/src/utils/pddLog.js +103 -0
- package/src/utils/request.js +28 -28
- package/src/utils/vab.js +19 -27
- package/src/views/bd/setting/form_import_log/edit.vue +127 -0
- package/src/views/bd/setting/form_import_log/list.vue +205 -0
- package/src/views/bd/setting/form_script/edit1.vue +1 -1
- package/src/views/bd/setting/form_script/mixins/edit.js +3 -1
- package/src/views/bd/setting/form_script/mixins/edit1.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list.js +1 -1
- package/src/views/bd/setting/form_script/mixins/list1.js +14 -14
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +105 -0
- package/src/views/bd/setting/form_template/edit.vue +9 -1
- package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +4 -0
- package/src/views/bd/setting/form_template/mixins/edit.js +1 -1
- package/src/views/bd/setting/form_template/mixins/list.js +25 -22
- package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -0
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +254 -0
- package/src/views/bd/setting/form_template/wf_list.vue +127 -0
- package/src/views/bd/setting/menu_kind/mixins/list.js +1 -1
- package/src/views/bd/setting/table_model/edit.vue +835 -426
- package/src/views/bd/setting/table_model/mixins/dialog.js +72 -1
- package/src/views/bd/setting/table_model/mixins/edit.js +12 -13
- package/src/views/bd/setting/table_model/mixins/list.js +14 -14
- package/src/views/user/area/dialog.vue +21 -9
- package/src/views/user/bill_setting/edit.vue +1 -1
- package/src/views/user/bill_setting/list.vue +1 -1
- package/src/views/user/common_attribute/itemEdit.vue +2 -2
- package/src/views/user/common_attribute/list.vue +1 -1
- package/src/views/user/common_script/edit.vue +1 -1
- package/src/views/user/common_script/list.vue +1 -1
- package/src/views/user/company_info/dialog.vue +164 -154
- package/src/views/user/company_info/edit.vue +1 -1
- package/src/views/user/extend_datasource/dialog.vue +1 -0
- package/src/views/user/extend_datasource/edit.vue +3 -0
- package/src/views/user/extend_datasource/list.vue +2 -1
- package/src/views/user/file_type/edit.vue +30 -1
- package/src/views/user/file_type/list.vue +28 -0
- package/src/views/user/form/vform/designer.vue +772 -749
- package/src/views/user/form/view/list.vue +27 -9
- package/src/views/user/groups/edit.vue +2 -0
- package/src/views/user/groups/list.vue +1 -0
- package/src/views/user/home/default.vue +1011 -979
- package/src/views/user/home/dev.vue +29 -0
- package/src/views/user/home/index.vue +16 -6
- package/src/views/user/login/default.vue +4 -2
- package/src/views/user/login/index2.vue +131 -0
- package/src/views/user/notify_message/dialog.vue +1 -1
- package/src/views/user/notify_template/edit.vue +188 -187
- package/src/views/user/notify_template/edit2.vue +176 -0
- package/src/views/user/notify_template/list.vue +4 -1
- package/src/views/user/notify_template/list2.vue +190 -0
- package/src/views/user/outLink/form_view.vue +39 -12
- package/src/views/user/outLink/index.vue +17 -0
- package/src/views/user/outLink/view.vue +39 -13
- package/src/views/user/position/list.vue +4 -4
- package/src/views/user/push_setting/list.vue +2 -2
- package/src/views/user/role/dialog.vue +1 -1
- package/src/views/user/role/list.vue +4 -4
- package/src/views/user/sale_org/dialog.vue +1 -1
- package/src/views/user/user/dialog.vue +1 -1
- package/src/views/user/user/edit.vue +36 -16
- package/src/views/user/user/form_edit.vue +63 -2
- package/src/views/user/user/form_info.vue +210 -0
- package/src/views/user/user/form_list.vue +1 -0
- package/src/views/user/user/list.vue +4 -4
- package/src/views/user/wf/wf_manage/list.vue +1 -1
- package/src/views/user/wf/wf_manage/wfContentDialog.vue +1 -1
- package/src/views/user/wf/wf_obj_config/list.vue +1 -13
- package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +2 -2
@@ -4,6 +4,7 @@ export const containers = [
|
|
4
4
|
category: "container",
|
5
5
|
icon: "grid",
|
6
6
|
commonFlag: !0,
|
7
|
+
columnFlag: true,
|
7
8
|
cols: [],
|
8
9
|
options: {
|
9
10
|
name: "",
|
@@ -13,7 +14,8 @@ export const containers = [
|
|
13
14
|
// colHeight: null,
|
14
15
|
width: '',
|
15
16
|
containerClass: '',
|
16
|
-
customClass: ""
|
17
|
+
customClass: "",
|
18
|
+
...defaultWfConfig,
|
17
19
|
}
|
18
20
|
},
|
19
21
|
{
|
@@ -21,13 +23,15 @@ export const containers = [
|
|
21
23
|
category: "container",
|
22
24
|
icon: "table",
|
23
25
|
commonFlag: !0,
|
26
|
+
columnFlag: true,
|
24
27
|
rows: [],
|
25
28
|
options: {
|
26
29
|
name: "",
|
27
30
|
hidden: !1,
|
28
31
|
customClass: "",
|
29
32
|
styleTableClass: '',
|
30
|
-
fullWidth: false
|
33
|
+
fullWidth: false,
|
34
|
+
...defaultWfConfig,
|
31
35
|
}
|
32
36
|
},
|
33
37
|
{
|
@@ -35,6 +39,7 @@ export const containers = [
|
|
35
39
|
category: "container",
|
36
40
|
icon: "tab",
|
37
41
|
commonFlag: !0,
|
42
|
+
columnFlag: true,
|
38
43
|
tabs: [],
|
39
44
|
options: {
|
40
45
|
name: "",
|
@@ -42,7 +47,8 @@ export const containers = [
|
|
42
47
|
height: '',
|
43
48
|
// isFullscreen: false,
|
44
49
|
tabClass: 'tab-boxCard tabCard-sty1',
|
45
|
-
customClass: ""
|
50
|
+
customClass: "",
|
51
|
+
...defaultWfConfig,
|
46
52
|
}
|
47
53
|
},
|
48
54
|
/* {
|
@@ -259,6 +265,7 @@ export const containers = [
|
|
259
265
|
formScriptEnabled: true,
|
260
266
|
formScriptCode: null,
|
261
267
|
formScriptParam: null,
|
268
|
+
formScriptSuccess: null,
|
262
269
|
formScriptCallback: null,
|
263
270
|
/*isLoadDataByAccess: false,
|
264
271
|
scriptEnabled: false,
|
@@ -277,9 +284,11 @@ export const containers = [
|
|
277
284
|
sortScriptCode: null,
|
278
285
|
importTemplateFile: null,
|
279
286
|
|
287
|
+
...defaultWfConfig,
|
280
288
|
showRuleFlag: 1,
|
281
289
|
showRuleEnabled: 1,
|
282
290
|
showRules: [],
|
291
|
+
hideGridCheckBox:false
|
283
292
|
}
|
284
293
|
},
|
285
294
|
/*{
|
@@ -748,7 +757,6 @@ export const containers = [
|
|
748
757
|
}
|
749
758
|
]
|
750
759
|
|
751
|
-
|
752
760
|
export const defaultSearchDialogConfig = {
|
753
761
|
formCode: null,
|
754
762
|
tableEnabled: false,
|
@@ -757,14 +765,42 @@ export const defaultSearchDialogConfig = {
|
|
757
765
|
tableRef: null,
|
758
766
|
tableUniqueKey: null,
|
759
767
|
tableData: [],
|
760
|
-
multipleChoices: true
|
768
|
+
multipleChoices: true,
|
769
|
+
confirmCallback: null
|
770
|
+
}
|
771
|
+
|
772
|
+
export const defaultWfConfig = {
|
773
|
+
wfFlag: 1,
|
774
|
+
wfEdit: false,
|
775
|
+
enabledByWf: false,
|
776
|
+
hiddenByWf: false,
|
777
|
+
wfConfigData: [],
|
778
|
+
wfModifyDataEnabled: false,
|
779
|
+
wfModifyDataConfig: [],
|
780
|
+
}
|
781
|
+
|
782
|
+
export const defaultTextFlagConfig = {
|
783
|
+
widgetTextFlag: null,
|
784
|
+
textFlag: 1,
|
785
|
+
showTextEnabled: false,
|
786
|
+
showEncryptTextEnabled: false,
|
787
|
+
userTextRuleEnabled: false,
|
788
|
+
userTextRuleConfig: [],
|
789
|
+
textRule1: true,
|
790
|
+
textRule2: false,
|
791
|
+
textRule2Number: null,
|
792
|
+
textRule3: false,
|
793
|
+
textRule3Number: null,
|
794
|
+
widgetTextLinkConfig:null
|
761
795
|
}
|
762
796
|
|
763
797
|
export const basicFields = [
|
764
798
|
{
|
765
799
|
type: "input",
|
766
800
|
icon: "text-field",
|
801
|
+
commonFlag: !0,
|
767
802
|
formItemFlag: !0,
|
803
|
+
columnFlag: true,
|
768
804
|
tableField: null,
|
769
805
|
options: {
|
770
806
|
name: "",
|
@@ -813,27 +849,21 @@ export const basicFields = [
|
|
813
849
|
onAppendButtonClick: "",
|
814
850
|
widgetWidth: "",
|
815
851
|
accessType: "1",
|
816
|
-
|
817
|
-
wfEdit: false,
|
818
|
-
enabledByWf: false,
|
819
|
-
hiddenByWf: false,
|
820
|
-
wfConfigData: [],
|
852
|
+
...defaultWfConfig,
|
821
853
|
|
822
854
|
showRuleFlag: 1,
|
823
855
|
showRuleEnabled: 1,
|
824
856
|
showRules: [],
|
825
|
-
|
826
|
-
|
827
|
-
textRule2: false,
|
828
|
-
textRule3: false,
|
829
|
-
textRule2Number: null,
|
830
|
-
textRule3Number: null
|
857
|
+
|
858
|
+
...defaultTextFlagConfig
|
831
859
|
}
|
832
860
|
},
|
833
861
|
{
|
834
862
|
type: "input-batch",
|
835
863
|
icon: "input-batch",
|
864
|
+
commonFlag: !0,
|
836
865
|
formItemFlag: !0,
|
866
|
+
columnFlag: true,
|
837
867
|
tableField: null,
|
838
868
|
options: {
|
839
869
|
name: "",
|
@@ -881,28 +911,21 @@ export const basicFields = [
|
|
881
911
|
onAppendButtonClick: "",
|
882
912
|
widgetWidth: "",
|
883
913
|
accessType: "1",
|
884
|
-
|
885
|
-
wfEdit: false,
|
886
|
-
enabledByWf: false,
|
887
|
-
hiddenByWf: false,
|
888
|
-
wfConfigData: [],
|
914
|
+
...defaultWfConfig,
|
889
915
|
|
890
916
|
showRuleFlag: 1,
|
891
917
|
showRuleEnabled: 1,
|
892
918
|
showRules: [],
|
893
|
-
|
894
|
-
textRule1: false,
|
895
|
-
textRule2: false,
|
896
|
-
textRule3: false,
|
897
|
-
textRule2Number: null,
|
898
|
-
textRule3Number: null
|
919
|
+
|
899
920
|
|
900
921
|
}
|
901
922
|
},
|
902
923
|
{
|
903
924
|
type: "textarea",
|
904
925
|
icon: "textarea-field",
|
926
|
+
commonFlag: !0,
|
905
927
|
formItemFlag: !0,
|
928
|
+
columnFlag: true,
|
906
929
|
tableField: null,
|
907
930
|
options: {
|
908
931
|
name: "",
|
@@ -941,27 +964,21 @@ export const basicFields = [
|
|
941
964
|
onBlur: "",
|
942
965
|
onValidate: "",
|
943
966
|
accessType: "1",
|
944
|
-
|
945
|
-
wfEdit: false,
|
946
|
-
enabledByWf: false,
|
947
|
-
hiddenByWf: false,
|
948
|
-
wfConfigData: [],
|
967
|
+
...defaultWfConfig,
|
949
968
|
|
950
969
|
showRuleFlag: 1,
|
951
970
|
showRuleEnabled: 1,
|
952
971
|
showRules: [],
|
953
|
-
|
954
|
-
|
955
|
-
textRule2: false,
|
956
|
-
textRule3: false,
|
957
|
-
textRule2Number: null,
|
958
|
-
textRule3Number: null
|
972
|
+
|
973
|
+
...defaultTextFlagConfig
|
959
974
|
}
|
960
975
|
},
|
961
976
|
{
|
962
977
|
type: "number",
|
963
978
|
icon: "number-field",
|
979
|
+
commonFlag: !0,
|
964
980
|
formItemFlag: !0,
|
981
|
+
columnFlag: true,
|
965
982
|
tableField: null,
|
966
983
|
options: {
|
967
984
|
name: "",
|
@@ -984,8 +1001,8 @@ export const basicFields = [
|
|
984
1001
|
requiredHint: "",
|
985
1002
|
validation: "",
|
986
1003
|
validationHint: "",
|
987
|
-
|
988
|
-
|
1004
|
+
formulaEnabled: !1,
|
1005
|
+
formula: "",
|
989
1006
|
customClass: "",
|
990
1007
|
labelIconClass: null,
|
991
1008
|
labelIconPosition: "rear",
|
@@ -1002,28 +1019,22 @@ export const basicFields = [
|
|
1002
1019
|
onBlur: "",
|
1003
1020
|
onValidate: "",
|
1004
1021
|
accessType: "1",
|
1005
|
-
|
1006
|
-
wfEdit: false,
|
1007
|
-
enabledByWf: false,
|
1008
|
-
hiddenByWf: false,
|
1009
|
-
wfConfigData: [],
|
1022
|
+
...defaultWfConfig,
|
1010
1023
|
|
1011
1024
|
showRuleFlag: 1,
|
1012
1025
|
showRuleEnabled: 1,
|
1013
1026
|
showRules: [],
|
1014
|
-
|
1015
|
-
|
1016
|
-
textRule2: false,
|
1017
|
-
textRule3: false,
|
1018
|
-
textRule2Number: null,
|
1019
|
-
textRule3Number: null
|
1027
|
+
|
1028
|
+
...defaultTextFlagConfig
|
1020
1029
|
|
1021
1030
|
}
|
1022
1031
|
},
|
1023
1032
|
{
|
1024
1033
|
type: "radio",
|
1025
1034
|
icon: "radio-field",
|
1035
|
+
commonFlag: !0,
|
1026
1036
|
formItemFlag: !0,
|
1037
|
+
columnFlag: true,
|
1027
1038
|
tableField: null,
|
1028
1039
|
options: {
|
1029
1040
|
name: "",
|
@@ -1076,27 +1087,24 @@ export const basicFields = [
|
|
1076
1087
|
formScriptEnabled: false,
|
1077
1088
|
formScriptCode: "getList",
|
1078
1089
|
formScriptParam: null,
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1090
|
+
formScriptSuccess: null,
|
1091
|
+
...defaultWfConfig,
|
1092
|
+
|
1093
|
+
commonAttributeEnabled: false,
|
1094
|
+
commonAttributeCode: "",
|
1084
1095
|
|
1085
1096
|
showRuleFlag: 1,
|
1086
1097
|
showRuleEnabled: 1,
|
1087
1098
|
showRules: [],
|
1088
|
-
|
1089
|
-
textRule1: false,
|
1090
|
-
textRule2: false,
|
1091
|
-
textRule3: false,
|
1092
|
-
textRule2Number: null,
|
1093
|
-
textRule3Number: null
|
1099
|
+
|
1094
1100
|
}
|
1095
1101
|
},
|
1096
1102
|
{
|
1097
1103
|
type: "checkbox",
|
1098
1104
|
icon: "checkbox-field",
|
1105
|
+
commonFlag: !0,
|
1099
1106
|
formItemFlag: !0,
|
1107
|
+
columnFlag: true,
|
1100
1108
|
tableField: null,
|
1101
1109
|
options: {
|
1102
1110
|
name: "",
|
@@ -1149,28 +1157,25 @@ export const basicFields = [
|
|
1149
1157
|
formScriptEnabled: false,
|
1150
1158
|
formScriptCode: "getList",
|
1151
1159
|
formScriptParam: null,
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1160
|
+
formScriptSuccess: null,
|
1161
|
+
...defaultWfConfig,
|
1162
|
+
|
1163
|
+
commonAttributeEnabled: false,
|
1164
|
+
commonAttributeCode: "",
|
1157
1165
|
|
1158
1166
|
showRuleFlag: 1,
|
1159
1167
|
showRuleEnabled: 1,
|
1160
1168
|
showRules: [],
|
1161
|
-
|
1162
|
-
textRule1: false,
|
1163
|
-
textRule2: false,
|
1164
|
-
textRule3: false,
|
1165
|
-
textRule2Number: null,
|
1166
|
-
textRule3Number: null
|
1169
|
+
|
1167
1170
|
|
1168
1171
|
}
|
1169
1172
|
},
|
1170
1173
|
{
|
1171
1174
|
type: "select",
|
1172
1175
|
icon: "select-field",
|
1176
|
+
commonFlag: !0,
|
1173
1177
|
formItemFlag: !0,
|
1178
|
+
columnFlag: true,
|
1174
1179
|
tableField: null,
|
1175
1180
|
options: {
|
1176
1181
|
name: "",
|
@@ -1233,27 +1238,23 @@ export const basicFields = [
|
|
1233
1238
|
formScriptEnabled: false,
|
1234
1239
|
formScriptCode: "getList",
|
1235
1240
|
formScriptParam: null,
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
+
formScriptSuccess: null,
|
1242
|
+
...defaultWfConfig,
|
1243
|
+
|
1244
|
+
commonAttributeEnabled: false,
|
1245
|
+
commonAttributeCode: "",
|
1241
1246
|
|
1242
1247
|
showRuleFlag: 1,
|
1243
1248
|
showRuleEnabled: 1,
|
1244
1249
|
showRules: [],
|
1245
|
-
textFlag: 1,
|
1246
|
-
textRule1: false,
|
1247
|
-
textRule2: false,
|
1248
|
-
textRule3: false,
|
1249
|
-
textRule2Number: null,
|
1250
|
-
textRule3Number: null
|
1251
1250
|
}
|
1252
1251
|
},
|
1253
1252
|
{
|
1254
1253
|
type: "time",
|
1255
1254
|
icon: "time-field",
|
1255
|
+
commonFlag: !0,
|
1256
1256
|
formItemFlag: !0,
|
1257
|
+
columnFlag: true,
|
1257
1258
|
tableField: null,
|
1258
1259
|
options: {
|
1259
1260
|
name: "",
|
@@ -1291,28 +1292,22 @@ export const basicFields = [
|
|
1291
1292
|
onBlur: "",
|
1292
1293
|
onValidate: "",
|
1293
1294
|
accessType: "1",
|
1294
|
-
|
1295
|
-
wfEdit: false,
|
1296
|
-
enabledByWf: false,
|
1297
|
-
hiddenByWf: false,
|
1298
|
-
wfConfigData: [],
|
1295
|
+
...defaultWfConfig,
|
1299
1296
|
|
1300
1297
|
showRuleFlag: 1,
|
1301
1298
|
showRuleEnabled: 1,
|
1302
1299
|
showRules: [],
|
1303
|
-
|
1304
|
-
|
1305
|
-
textRule2: false,
|
1306
|
-
textRule3: false,
|
1307
|
-
textRule2Number: null,
|
1308
|
-
textRule3Number: null
|
1300
|
+
|
1301
|
+
...defaultTextFlagConfig
|
1309
1302
|
|
1310
1303
|
}
|
1311
1304
|
},
|
1312
1305
|
{
|
1313
1306
|
type: "time-range",
|
1314
1307
|
icon: "time-range-field",
|
1308
|
+
commonFlag: !0,
|
1315
1309
|
formItemFlag: !0,
|
1310
|
+
columnFlag: true,
|
1316
1311
|
tableField: null,
|
1317
1312
|
options: {
|
1318
1313
|
name: "",
|
@@ -1350,28 +1345,21 @@ export const basicFields = [
|
|
1350
1345
|
onBlur: "",
|
1351
1346
|
onValidate: "",
|
1352
1347
|
accessType: "1",
|
1353
|
-
|
1354
|
-
wfEdit: false,
|
1355
|
-
enabledByWf: false,
|
1356
|
-
hiddenByWf: false,
|
1357
|
-
wfConfigData: [],
|
1348
|
+
...defaultWfConfig,
|
1358
1349
|
|
1359
1350
|
showRuleFlag: 1,
|
1360
1351
|
showRuleEnabled: 1,
|
1361
1352
|
showRules: [],
|
1362
|
-
|
1363
|
-
textRule1: false,
|
1364
|
-
textRule2: false,
|
1365
|
-
textRule3: false,
|
1366
|
-
textRule2Number: null,
|
1367
|
-
textRule3Number: null
|
1353
|
+
|
1368
1354
|
|
1369
1355
|
}
|
1370
1356
|
},
|
1371
1357
|
{
|
1372
1358
|
type: "date",
|
1373
1359
|
icon: "date-field",
|
1360
|
+
commonFlag: !0,
|
1374
1361
|
formItemFlag: !0,
|
1362
|
+
columnFlag: true,
|
1375
1363
|
tableField: null,
|
1376
1364
|
options: {
|
1377
1365
|
name: "",
|
@@ -1411,28 +1399,22 @@ export const basicFields = [
|
|
1411
1399
|
onBlur: "",
|
1412
1400
|
onValidate: "",
|
1413
1401
|
accessType: "1",
|
1414
|
-
|
1415
|
-
wfEdit: false,
|
1416
|
-
enabledByWf: false,
|
1417
|
-
hiddenByWf: false,
|
1418
|
-
wfConfigData: [],
|
1402
|
+
...defaultWfConfig,
|
1419
1403
|
|
1420
1404
|
showRuleFlag: 1,
|
1421
1405
|
showRuleEnabled: 1,
|
1422
1406
|
showRules: [],
|
1423
|
-
|
1424
|
-
|
1425
|
-
textRule2: false,
|
1426
|
-
textRule3: false,
|
1427
|
-
textRule2Number: null,
|
1428
|
-
textRule3Number: null
|
1407
|
+
|
1408
|
+
...defaultTextFlagConfig
|
1429
1409
|
|
1430
1410
|
}
|
1431
1411
|
},
|
1432
1412
|
{
|
1433
1413
|
type: "date-range",
|
1434
1414
|
icon: "date-range-field",
|
1415
|
+
commonFlag: !0,
|
1435
1416
|
formItemFlag: !0,
|
1417
|
+
columnFlag: true,
|
1436
1418
|
tableField: null,
|
1437
1419
|
options: {
|
1438
1420
|
name: "",
|
@@ -1457,6 +1439,7 @@ export const basicFields = [
|
|
1457
1439
|
editable: !1,
|
1458
1440
|
format: "yyyy-MM-dd",
|
1459
1441
|
valueFormat: "yyyy-MM-dd",
|
1442
|
+
defaultTime: ['00:00:00', '23:59:59'],
|
1460
1443
|
required: !1,
|
1461
1444
|
requiredHint: "",
|
1462
1445
|
validation: "",
|
@@ -1472,21 +1455,11 @@ export const basicFields = [
|
|
1472
1455
|
onBlur: "",
|
1473
1456
|
onValidate: "",
|
1474
1457
|
accessType: "1",
|
1475
|
-
|
1476
|
-
wfEdit: false,
|
1477
|
-
enabledByWf: false,
|
1478
|
-
hiddenByWf: false,
|
1479
|
-
wfConfigData: [],
|
1458
|
+
...defaultWfConfig,
|
1480
1459
|
|
1481
1460
|
showRuleFlag: 1,
|
1482
1461
|
showRuleEnabled: 1,
|
1483
1462
|
showRules: [],
|
1484
|
-
textFlag: 1,
|
1485
|
-
textRule1: false,
|
1486
|
-
textRule2: false,
|
1487
|
-
textRule3: false,
|
1488
|
-
textRule2Number: null,
|
1489
|
-
textRule3Number: null
|
1490
1463
|
|
1491
1464
|
}
|
1492
1465
|
},
|
@@ -1617,7 +1590,9 @@ export const basicFields = [
|
|
1617
1590
|
{
|
1618
1591
|
type: "static-text",
|
1619
1592
|
icon: "static-text",
|
1593
|
+
commonFlag: !0,
|
1620
1594
|
formItemFlag: !1,
|
1595
|
+
columnFlag: true,
|
1621
1596
|
options: {
|
1622
1597
|
name: "",
|
1623
1598
|
columnWidth: "200px",
|
@@ -1628,23 +1603,22 @@ export const basicFields = [
|
|
1628
1603
|
onCreated: "",
|
1629
1604
|
onMounted: "",
|
1630
1605
|
accessType: "1",
|
1606
|
+
...defaultWfConfig,
|
1631
1607
|
|
1632
1608
|
showRuleFlag: 1,
|
1633
1609
|
showRuleEnabled: 1,
|
1634
1610
|
showRules: [],
|
1635
|
-
|
1636
|
-
|
1637
|
-
textRule2: false,
|
1638
|
-
textRule3: false,
|
1639
|
-
textRule2Number: null,
|
1640
|
-
textRule3Number: null
|
1611
|
+
|
1612
|
+
...defaultTextFlagConfig
|
1641
1613
|
|
1642
1614
|
}
|
1643
1615
|
},
|
1644
1616
|
{
|
1645
1617
|
type: "html-text",
|
1646
1618
|
icon: "html-text",
|
1619
|
+
commonFlag: !0,
|
1647
1620
|
formItemFlag: !1,
|
1621
|
+
columnFlag: true,
|
1648
1622
|
options: {
|
1649
1623
|
name: "",
|
1650
1624
|
columnWidth: "200px",
|
@@ -1654,16 +1628,11 @@ export const basicFields = [
|
|
1654
1628
|
onCreated: "",
|
1655
1629
|
onMounted: "",
|
1656
1630
|
accessType: "1",
|
1631
|
+
...defaultWfConfig,
|
1657
1632
|
|
1658
1633
|
showRuleFlag: 1,
|
1659
1634
|
showRuleEnabled: 1,
|
1660
1635
|
showRules: [],
|
1661
|
-
textFlag: 1,
|
1662
|
-
textRule1: false,
|
1663
|
-
textRule2: false,
|
1664
|
-
textRule3: false,
|
1665
|
-
textRule2Number: null,
|
1666
|
-
textRule3Number: null
|
1667
1636
|
|
1668
1637
|
}
|
1669
1638
|
},
|
@@ -1687,7 +1656,9 @@ export const basicFields = [
|
|
1687
1656
|
{
|
1688
1657
|
type: "button",
|
1689
1658
|
icon: "button",
|
1659
|
+
commonFlag: !0,
|
1690
1660
|
formItemFlag: !1,
|
1661
|
+
columnFlag: true,
|
1691
1662
|
options: {
|
1692
1663
|
name: "",
|
1693
1664
|
label: "",
|
@@ -1714,27 +1685,20 @@ export const basicFields = [
|
|
1714
1685
|
tableRef: null,
|
1715
1686
|
tableData: {}
|
1716
1687
|
},
|
1717
|
-
|
1718
|
-
wfEdit: false,
|
1719
|
-
enabledByWf: false,
|
1720
|
-
hiddenByWf: false,
|
1721
|
-
wfConfigData: [],
|
1688
|
+
...defaultWfConfig,
|
1722
1689
|
|
1723
1690
|
showRuleFlag: 1,
|
1724
1691
|
showRuleEnabled: 1,
|
1725
1692
|
showRules: [],
|
1726
|
-
|
1727
|
-
textRule1: false,
|
1728
|
-
textRule2: false,
|
1729
|
-
textRule3: false,
|
1730
|
-
textRule2Number: null,
|
1731
|
-
textRule3Number: null
|
1693
|
+
|
1732
1694
|
}
|
1733
1695
|
},
|
1734
1696
|
{
|
1735
1697
|
type: "divider",
|
1736
1698
|
icon: "divider",
|
1699
|
+
commonFlag: !0,
|
1737
1700
|
formItemFlag: !1,
|
1701
|
+
columnFlag: true,
|
1738
1702
|
options: {
|
1739
1703
|
name: "",
|
1740
1704
|
label: "",
|
@@ -1743,6 +1707,7 @@ export const basicFields = [
|
|
1743
1707
|
contentPosition: "center",
|
1744
1708
|
hidden: !1,
|
1745
1709
|
customClass: "",
|
1710
|
+
...defaultWfConfig,
|
1746
1711
|
onCreated: "",
|
1747
1712
|
onMounted: ""
|
1748
1713
|
}
|
@@ -1804,7 +1769,9 @@ export const basicFields = [
|
|
1804
1769
|
{
|
1805
1770
|
type: "text",
|
1806
1771
|
icon: "text",
|
1772
|
+
commonFlag: !0,
|
1807
1773
|
formItemFlag: !0,
|
1774
|
+
columnFlag: true,
|
1808
1775
|
tableField: null,
|
1809
1776
|
options: {
|
1810
1777
|
name: "",
|
@@ -1824,28 +1791,31 @@ export const basicFields = [
|
|
1824
1791
|
onMounted: "",
|
1825
1792
|
accessType: "1",
|
1826
1793
|
labelColor: '#555555',
|
1794
|
+
...defaultWfConfig,
|
1795
|
+
|
1796
|
+
autoValueEnabled: false,
|
1797
|
+
autoValueHanlde: null,
|
1827
1798
|
|
1828
1799
|
showRuleFlag: 1,
|
1829
1800
|
showRuleEnabled: 1,
|
1830
1801
|
showRules: [],
|
1831
|
-
|
1832
|
-
|
1833
|
-
textRule2: false,
|
1834
|
-
textRule3: false,
|
1835
|
-
textRule2Number: null,
|
1836
|
-
textRule3Number: null
|
1802
|
+
|
1803
|
+
...defaultTextFlagConfig
|
1837
1804
|
}
|
1838
1805
|
},
|
1839
1806
|
{
|
1840
1807
|
type: "a-text",
|
1841
1808
|
icon: "text-field",
|
1809
|
+
commonFlag: !0,
|
1842
1810
|
formItemFlag: !0,
|
1811
|
+
columnFlag: true,
|
1843
1812
|
tableField: null,
|
1844
1813
|
options: {
|
1845
1814
|
name: "",
|
1846
1815
|
keyNameEnabled: !1,
|
1847
1816
|
keyName: "",
|
1848
1817
|
label: "",
|
1818
|
+
displayStyle: "block",
|
1849
1819
|
submitFlag: true,
|
1850
1820
|
/**showText: false,*/
|
1851
1821
|
formField: "",
|
@@ -1872,32 +1842,27 @@ export const basicFields = [
|
|
1872
1842
|
onChange: "",
|
1873
1843
|
onClick: "",
|
1874
1844
|
accessType: "1",
|
1875
|
-
|
1876
|
-
wfEdit: false,
|
1877
|
-
enabledByWf: false,
|
1878
|
-
hiddenByWf: false,
|
1879
|
-
wfConfigData: [],
|
1845
|
+
...defaultWfConfig,
|
1880
1846
|
|
1881
1847
|
showRuleFlag: 1,
|
1882
1848
|
showRuleEnabled: 1,
|
1883
1849
|
showRules: [],
|
1884
|
-
|
1885
|
-
|
1886
|
-
textRule2: false,
|
1887
|
-
textRule3: false,
|
1888
|
-
textRule2Number: null,
|
1889
|
-
textRule3Number: null
|
1850
|
+
|
1851
|
+
...defaultTextFlagConfig
|
1890
1852
|
}
|
1891
1853
|
},
|
1892
1854
|
{
|
1893
1855
|
type: "a-link",
|
1894
1856
|
icon: "button",
|
1857
|
+
commonFlag: !0,
|
1895
1858
|
formItemFlag: !1,
|
1859
|
+
columnFlag: true,
|
1896
1860
|
options: {
|
1897
1861
|
name: "",
|
1898
1862
|
keyNameEnabled: !1,
|
1899
1863
|
keyName: "",
|
1900
1864
|
label: "",
|
1865
|
+
displayStyle: "block",
|
1901
1866
|
labelHidden: !1,
|
1902
1867
|
disabled: !1,
|
1903
1868
|
hidden: !1,
|
@@ -1907,7 +1872,7 @@ export const basicFields = [
|
|
1907
1872
|
aLinkFlag: 1,
|
1908
1873
|
underline: false,
|
1909
1874
|
href: "",
|
1910
|
-
coloClass: "f-
|
1875
|
+
coloClass: "f-blue",
|
1911
1876
|
isFormLabel: false,
|
1912
1877
|
onCreated: "",
|
1913
1878
|
onMounted: "",
|
@@ -1920,21 +1885,39 @@ export const basicFields = [
|
|
1920
1885
|
tableRef: null,
|
1921
1886
|
tableData: {}
|
1922
1887
|
},
|
1923
|
-
|
1924
|
-
wfEdit: false,
|
1925
|
-
enabledByWf: false,
|
1926
|
-
hiddenByWf: false,
|
1927
|
-
wfConfigData: [],
|
1888
|
+
...defaultWfConfig,
|
1928
1889
|
|
1929
1890
|
showRuleFlag: 1,
|
1930
1891
|
showRuleEnabled: 1,
|
1931
1892
|
showRules: [],
|
1932
|
-
|
1933
|
-
|
1934
|
-
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1893
|
+
|
1894
|
+
...defaultTextFlagConfig
|
1895
|
+
}
|
1896
|
+
},
|
1897
|
+
{
|
1898
|
+
type: "a-link2",
|
1899
|
+
icon: "button",
|
1900
|
+
commonFlag: !1,
|
1901
|
+
formItemFlag: !1,
|
1902
|
+
columnFlag: false,
|
1903
|
+
options: {
|
1904
|
+
prefixIcon: "",
|
1905
|
+
suffixIcon: "",
|
1906
|
+
customClass: "",
|
1907
|
+
aLinkFlag: 1,
|
1908
|
+
underline: false,
|
1909
|
+
href: "",
|
1910
|
+
coloClass: "f-blue",
|
1911
|
+
|
1912
|
+
onClick: "",
|
1913
|
+
clickBindEvent: null,
|
1914
|
+
searchDialogConfig: {
|
1915
|
+
...defaultSearchDialogConfig
|
1916
|
+
},
|
1917
|
+
addTableDataConfig: {
|
1918
|
+
tableRef: null,
|
1919
|
+
tableData: {}
|
1920
|
+
},
|
1938
1921
|
}
|
1939
1922
|
},
|
1940
1923
|
|
@@ -1998,10 +1981,11 @@ export const advancedFields = [
|
|
1998
1981
|
color: "",
|
1999
1982
|
fontWeight: "normal"
|
2000
1983
|
},
|
2001
|
-
data: [
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
1984
|
+
data: [
|
1985
|
+
{
|
1986
|
+
value: 1048,
|
1987
|
+
name: 'Search Engine'
|
1988
|
+
},
|
2005
1989
|
{
|
2006
1990
|
value: 735,
|
2007
1991
|
name: 'Direct'
|
@@ -2021,12 +2005,16 @@ export const advancedFields = [
|
|
2021
2005
|
],
|
2022
2006
|
}]
|
2023
2007
|
},
|
2008
|
+
echartConfig: '',
|
2024
2009
|
formScriptEnabled: true,
|
2025
2010
|
formScriptCode: "",
|
2026
2011
|
formScriptParam: null,
|
2012
|
+
formScriptSuccess: null,
|
2013
|
+
onClick: "",
|
2027
2014
|
onCreated: "",
|
2028
2015
|
onMounted: "this.loadDataDefaultHandle()",
|
2029
2016
|
|
2017
|
+
...defaultWfConfig,
|
2030
2018
|
showRuleFlag: 1,
|
2031
2019
|
showRuleEnabled: 1,
|
2032
2020
|
showRules: []
|
@@ -2044,6 +2032,7 @@ export const advancedFields = [
|
|
2044
2032
|
echarBarOption: {
|
2045
2033
|
backgroundColor: "#fff",
|
2046
2034
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2035
|
+
colors: [],
|
2047
2036
|
title: {
|
2048
2037
|
show: true,
|
2049
2038
|
top: '5px',
|
@@ -2190,12 +2179,15 @@ export const advancedFields = [
|
|
2190
2179
|
|
2191
2180
|
}]
|
2192
2181
|
},
|
2182
|
+
echartConfig: '',
|
2193
2183
|
formScriptEnabled: true,
|
2194
2184
|
formScriptCode: "",
|
2195
2185
|
formScriptParam: null,
|
2186
|
+
formScriptSuccess: null,
|
2187
|
+
onClick: "",
|
2196
2188
|
onCreated: "",
|
2197
2189
|
onMounted: "this.loadDataDefaultHandle()",
|
2198
|
-
|
2190
|
+
...defaultWfConfig,
|
2199
2191
|
showRuleFlag: 1,
|
2200
2192
|
showRuleEnabled: 1,
|
2201
2193
|
showRules: []
|
@@ -2214,6 +2206,7 @@ export const advancedFields = [
|
|
2214
2206
|
echarCategoryOption: {
|
2215
2207
|
backgroundColor: "#fff",
|
2216
2208
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2209
|
+
colors: [],
|
2217
2210
|
title: {
|
2218
2211
|
show: true,
|
2219
2212
|
top: '5px',
|
@@ -2324,6 +2317,23 @@ export const advancedFields = [
|
|
2324
2317
|
shadowBlur: 4,
|
2325
2318
|
shadowOffsetY: 6
|
2326
2319
|
},
|
2320
|
+
itemStyle: {
|
2321
|
+
color: {
|
2322
|
+
type: 'linear',
|
2323
|
+
x: 0.5,
|
2324
|
+
y: 0.5,
|
2325
|
+
r: 0.5,
|
2326
|
+
colorStops: [{
|
2327
|
+
offset: 0, color: '#08C084' // 0% 处的颜色
|
2328
|
+
}, {
|
2329
|
+
offset: 1, color: '#97EACE' // 100% 处的颜色
|
2330
|
+
}],
|
2331
|
+
},
|
2332
|
+
cap: 'round',
|
2333
|
+
shadowColor: '#08C08450',
|
2334
|
+
shadowBlur: 4,
|
2335
|
+
shadowOffsetY: 6
|
2336
|
+
},
|
2327
2337
|
emphasis: {
|
2328
2338
|
scale: 1,
|
2329
2339
|
focus: 'series'
|
@@ -2358,6 +2368,23 @@ export const advancedFields = [
|
|
2358
2368
|
shadowBlur: 4,
|
2359
2369
|
shadowOffsetY: 6
|
2360
2370
|
},
|
2371
|
+
itemStyle: {
|
2372
|
+
color: {
|
2373
|
+
type: 'linear',
|
2374
|
+
x: 0.5,
|
2375
|
+
y: 0.5,
|
2376
|
+
r: 0.5,
|
2377
|
+
colorStops: [{
|
2378
|
+
offset: 0, color: '#FF6116' // 0% 处的颜色
|
2379
|
+
}, {
|
2380
|
+
offset: 1, color: '#F9A980' // 100% 处的颜色
|
2381
|
+
}],
|
2382
|
+
},
|
2383
|
+
cap: 'round',
|
2384
|
+
shadowColor: '#FF611650',
|
2385
|
+
shadowBlur: 4,
|
2386
|
+
shadowOffsetY: 6
|
2387
|
+
},
|
2361
2388
|
emphasis: {
|
2362
2389
|
scale: 1,
|
2363
2390
|
focus: 'series'
|
@@ -2367,12 +2394,15 @@ export const advancedFields = [
|
|
2367
2394
|
}]
|
2368
2395
|
|
2369
2396
|
},
|
2397
|
+
echartConfig: '',
|
2370
2398
|
formScriptEnabled: true,
|
2371
2399
|
formScriptCode: "",
|
2372
2400
|
formScriptParam: null,
|
2401
|
+
formScriptSuccess: null,
|
2402
|
+
onClick: "",
|
2373
2403
|
onCreated: "",
|
2374
2404
|
onMounted: "this.loadDataDefaultHandle()",
|
2375
|
-
|
2405
|
+
...defaultWfConfig,
|
2376
2406
|
showRuleFlag: 1,
|
2377
2407
|
showRuleEnabled: 1,
|
2378
2408
|
showRules: []
|
@@ -2507,25 +2537,30 @@ export const advancedFields = [
|
|
2507
2537
|
entityTableDesc: null,
|
2508
2538
|
onCreated: "this.loadDataDefaultHandle();",
|
2509
2539
|
onMounted: "",
|
2540
|
+
onAfterConfirmFile: "",
|
2510
2541
|
vabUpload: 1,
|
2511
2542
|
formScriptEnabled: true,
|
2512
2543
|
formScriptCode: "getList",
|
2513
2544
|
formScriptParam: null,
|
2514
|
-
|
2515
|
-
|
2516
|
-
enabledByWf: false,
|
2517
|
-
hiddenByWf: false,
|
2518
|
-
wfConfigData: [],
|
2545
|
+
formScriptSuccess: null,
|
2546
|
+
...defaultWfConfig,
|
2519
2547
|
|
2520
2548
|
showRuleFlag: 1,
|
2521
2549
|
showRuleEnabled: 1,
|
2522
|
-
showRules: []
|
2550
|
+
showRules: [],
|
2551
|
+
|
2552
|
+
hiddenFileInfo: false,
|
2553
|
+
hiddenFileName: false,
|
2554
|
+
showFileSize: false,
|
2555
|
+
showFileCreateBy: false,
|
2556
|
+
showFileCreateDate: false,
|
2523
2557
|
}
|
2524
2558
|
},
|
2525
2559
|
{
|
2526
2560
|
type: "vabsearch",
|
2527
2561
|
icon: "searchbox",
|
2528
2562
|
commonFlag: !0,
|
2563
|
+
columnFlag: true,
|
2529
2564
|
formItemFlag: !0,
|
2530
2565
|
tableField: null,
|
2531
2566
|
options: {
|
@@ -2564,11 +2599,7 @@ export const advancedFields = [
|
|
2564
2599
|
...defaultSearchDialogConfig,
|
2565
2600
|
multipleChoices: false
|
2566
2601
|
},
|
2567
|
-
|
2568
|
-
wfEdit: false,
|
2569
|
-
enabledByWf: false,
|
2570
|
-
hiddenByWf: false,
|
2571
|
-
wfConfigData: [],
|
2602
|
+
...defaultWfConfig,
|
2572
2603
|
valueField: null,
|
2573
2604
|
multipleChoices: false,
|
2574
2605
|
|
@@ -2582,6 +2613,7 @@ export const advancedFields = [
|
|
2582
2613
|
type: "search_button",
|
2583
2614
|
icon: "button",
|
2584
2615
|
commonFlag: !0,
|
2616
|
+
columnFlag: true,
|
2585
2617
|
formItemFlag: !1,
|
2586
2618
|
options: {
|
2587
2619
|
name: "",
|
@@ -2613,11 +2645,7 @@ export const advancedFields = [
|
|
2613
2645
|
...defaultSearchDialogConfig,
|
2614
2646
|
tableEnabled: true
|
2615
2647
|
},
|
2616
|
-
|
2617
|
-
wfEdit: false,
|
2618
|
-
enabledByWf: false,
|
2619
|
-
hiddenByWf: false,
|
2620
|
-
wfConfigData: [],
|
2648
|
+
...defaultWfConfig,
|
2621
2649
|
|
2622
2650
|
showRuleFlag: 1,
|
2623
2651
|
showRuleEnabled: 1,
|
@@ -2629,6 +2657,7 @@ export const advancedFields = [
|
|
2629
2657
|
targetType: "button",
|
2630
2658
|
icon: "button",
|
2631
2659
|
commonFlag: !0,
|
2660
|
+
columnFlag: true,
|
2632
2661
|
formItemFlag: !1,
|
2633
2662
|
options: {
|
2634
2663
|
name: "",
|
@@ -2654,11 +2683,8 @@ export const advancedFields = [
|
|
2654
2683
|
searchDialogConfig: {
|
2655
2684
|
...defaultSearchDialogConfig
|
2656
2685
|
},
|
2657
|
-
|
2658
|
-
|
2659
|
-
enabledByWf: false,
|
2660
|
-
hiddenByWf: true,
|
2661
|
-
wfConfigData: [],
|
2686
|
+
...defaultWfConfig,
|
2687
|
+
hiddenByWf:true,
|
2662
2688
|
|
2663
2689
|
showRuleFlag: 1,
|
2664
2690
|
showRuleEnabled: 1,
|
@@ -2671,6 +2697,7 @@ export const advancedFields = [
|
|
2671
2697
|
targetType: "button",
|
2672
2698
|
icon: "button",
|
2673
2699
|
commonFlag: !0,
|
2700
|
+
columnFlag: true,
|
2674
2701
|
formItemFlag: !1,
|
2675
2702
|
options: {
|
2676
2703
|
name: "",
|
@@ -2694,11 +2721,7 @@ export const advancedFields = [
|
|
2694
2721
|
searchDialogConfig: {
|
2695
2722
|
...defaultSearchDialogConfig
|
2696
2723
|
},
|
2697
|
-
|
2698
|
-
wfEdit: false,
|
2699
|
-
enabledByWf: true,
|
2700
|
-
hiddenByWf: false,
|
2701
|
-
wfConfigData: [],
|
2724
|
+
...defaultWfConfig,
|
2702
2725
|
|
2703
2726
|
showRuleFlag: 1,
|
2704
2727
|
showRuleEnabled: 1,
|
@@ -2710,6 +2733,7 @@ export const advancedFields = [
|
|
2710
2733
|
icon: "list-export",
|
2711
2734
|
formItemFlag: !1,
|
2712
2735
|
commonFlag: !0,
|
2736
|
+
columnFlag: true,
|
2713
2737
|
tableField: null,
|
2714
2738
|
options: {
|
2715
2739
|
name: "",
|
@@ -2720,13 +2744,11 @@ export const advancedFields = [
|
|
2720
2744
|
exportFileName: '导出',
|
2721
2745
|
tableRef: '',
|
2722
2746
|
tableExportParam: "",
|
2747
|
+
showImageAtTable: false,
|
2748
|
+
|
2723
2749
|
onCreated: "",
|
2724
2750
|
onMounted: "",
|
2725
|
-
|
2726
|
-
wfEdit: false,
|
2727
|
-
enabledByWf: false,
|
2728
|
-
hiddenByWf: false,
|
2729
|
-
wfConfigData: [],
|
2751
|
+
...defaultWfConfig,
|
2730
2752
|
|
2731
2753
|
showRuleFlag: 1,
|
2732
2754
|
showRuleEnabled: 1,
|
@@ -2739,6 +2761,7 @@ export const advancedFields = [
|
|
2739
2761
|
targetType: "button",
|
2740
2762
|
icon: "button",
|
2741
2763
|
commonFlag: !0,
|
2764
|
+
columnFlag: true,
|
2742
2765
|
formItemFlag: !1,
|
2743
2766
|
options: {
|
2744
2767
|
name: "",
|
@@ -2761,11 +2784,7 @@ export const advancedFields = [
|
|
2761
2784
|
searchDialogConfig: {
|
2762
2785
|
...defaultSearchDialogConfig
|
2763
2786
|
},
|
2764
|
-
|
2765
|
-
wfEdit: false,
|
2766
|
-
enabledByWf: false,
|
2767
|
-
hiddenByWf: false,
|
2768
|
-
wfConfigData: [],
|
2787
|
+
...defaultWfConfig,
|
2769
2788
|
|
2770
2789
|
showRuleFlag: 1,
|
2771
2790
|
showRuleEnabled: 1,
|
@@ -2777,6 +2796,7 @@ export const advancedFields = [
|
|
2777
2796
|
targetType: "button",
|
2778
2797
|
icon: "button",
|
2779
2798
|
commonFlag: !0,
|
2799
|
+
columnFlag: true,
|
2780
2800
|
formItemFlag: !1,
|
2781
2801
|
options: {
|
2782
2802
|
name: "",
|
@@ -2802,11 +2822,7 @@ export const advancedFields = [
|
|
2802
2822
|
searchDialogConfig: {
|
2803
2823
|
...defaultSearchDialogConfig
|
2804
2824
|
},
|
2805
|
-
|
2806
|
-
wfEdit: false,
|
2807
|
-
enabledByWf: false,
|
2808
|
-
hiddenByWf: true,
|
2809
|
-
wfConfigData: [],
|
2825
|
+
...defaultWfConfig,
|
2810
2826
|
|
2811
2827
|
showRuleFlag: 1,
|
2812
2828
|
showRuleEnabled: 1,
|
@@ -2818,12 +2834,14 @@ export const advancedFields = [
|
|
2818
2834
|
type: "import-button",
|
2819
2835
|
icon: "button",
|
2820
2836
|
commonFlag: !0,
|
2837
|
+
columnFlag: true,
|
2821
2838
|
formItemFlag: !1,
|
2822
2839
|
options: {
|
2823
2840
|
name: "",
|
2824
2841
|
label: "导入",
|
2825
2842
|
columnWidth: "200px",
|
2826
2843
|
size: "",
|
2844
|
+
|
2827
2845
|
// displayStyle: "block",
|
2828
2846
|
disabled: !1,
|
2829
2847
|
hidden: !1,
|
@@ -2839,16 +2857,58 @@ export const advancedFields = [
|
|
2839
2857
|
searchDialogConfig: {
|
2840
2858
|
...defaultSearchDialogConfig
|
2841
2859
|
},
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
hiddenByWf: false,
|
2846
|
-
wfConfigData: [],
|
2860
|
+
...defaultWfConfig,
|
2861
|
+
|
2862
|
+
importFileLimitSize: 200,
|
2847
2863
|
importEntity: '',
|
2848
2864
|
importAttachCode: '',
|
2849
2865
|
importScriptCode: '',
|
2850
2866
|
onBeforeImport: '',
|
2851
2867
|
enabledImportPreHandle: false,
|
2868
|
+
tableRef:'',
|
2869
|
+
onSuccessImport:'',
|
2870
|
+
|
2871
|
+
showRuleFlag: 1,
|
2872
|
+
showRuleEnabled: 1,
|
2873
|
+
showRules: []
|
2874
|
+
},
|
2875
|
+
},
|
2876
|
+
{
|
2877
|
+
type: "import2-button",
|
2878
|
+
icon: "button",
|
2879
|
+
commonFlag: !0,
|
2880
|
+
columnFlag: true,
|
2881
|
+
formItemFlag: !1,
|
2882
|
+
options: {
|
2883
|
+
name: "",
|
2884
|
+
label: "明细导入",
|
2885
|
+
columnWidth: "200px",
|
2886
|
+
size: "",
|
2887
|
+
|
2888
|
+
// displayStyle: "block",
|
2889
|
+
disabled: !1,
|
2890
|
+
hidden: !1,
|
2891
|
+
type: "primary",
|
2892
|
+
/*plain: !1,
|
2893
|
+
round: !1,
|
2894
|
+
circle: !1,
|
2895
|
+
icon: "el-icon-download",*/
|
2896
|
+
customClass: "",
|
2897
|
+
onCreated: "",
|
2898
|
+
onMounted: "",
|
2899
|
+
// clickBindEvent: null,
|
2900
|
+
searchDialogConfig: {
|
2901
|
+
...defaultSearchDialogConfig
|
2902
|
+
},
|
2903
|
+
...defaultWfConfig,
|
2904
|
+
|
2905
|
+
frontImportFlag:1,
|
2906
|
+
importFileLimitSize: 200,
|
2907
|
+
importAttachCode: '',
|
2908
|
+
tableRef:'',
|
2909
|
+
onConfirmImportEnabled:false,
|
2910
|
+
onConfirmImport: '',
|
2911
|
+
onSuccessImport:'',
|
2852
2912
|
|
2853
2913
|
showRuleFlag: 1,
|
2854
2914
|
showRuleEnabled: 1,
|
@@ -2859,6 +2919,7 @@ export const advancedFields = [
|
|
2859
2919
|
type: "print-button",
|
2860
2920
|
icon: "button",
|
2861
2921
|
commonFlag: !0,
|
2922
|
+
columnFlag: true,
|
2862
2923
|
formItemFlag: !1,
|
2863
2924
|
options: {
|
2864
2925
|
name: "",
|
@@ -2880,11 +2941,7 @@ export const advancedFields = [
|
|
2880
2941
|
searchDialogConfig: {
|
2881
2942
|
...defaultSearchDialogConfig
|
2882
2943
|
},
|
2883
|
-
|
2884
|
-
wfEdit: false,
|
2885
|
-
enabledByWf: false,
|
2886
|
-
hiddenByWf: false,
|
2887
|
-
wfConfigData: [],
|
2944
|
+
...defaultWfConfig,
|
2888
2945
|
printTableRef: "",
|
2889
2946
|
printItems: [],
|
2890
2947
|
|
@@ -2896,6 +2953,7 @@ export const advancedFields = [
|
|
2896
2953
|
{
|
2897
2954
|
type: "baseAttachment",
|
2898
2955
|
icon: "file-upload-field",
|
2956
|
+
columnFlag: true,
|
2899
2957
|
formItemFlag: !0,
|
2900
2958
|
tableField: null,
|
2901
2959
|
options: {
|
@@ -2916,11 +2974,8 @@ export const advancedFields = [
|
|
2916
2974
|
entityTableDesc: null,
|
2917
2975
|
onCreated: "",
|
2918
2976
|
onMounted: "",
|
2919
|
-
|
2920
|
-
|
2921
|
-
enabledByWf: false,
|
2922
|
-
hiddenByWf: false,
|
2923
|
-
wfConfigData: [],
|
2977
|
+
onAfterConfirmFile: "",
|
2978
|
+
...defaultWfConfig,
|
2924
2979
|
|
2925
2980
|
showRuleFlag: 1,
|
2926
2981
|
showRuleEnabled: 1,
|
@@ -2931,6 +2986,7 @@ export const advancedFields = [
|
|
2931
2986
|
type: "status",
|
2932
2987
|
icon: "status",
|
2933
2988
|
commonFlag: !0,
|
2989
|
+
columnFlag: true,
|
2934
2990
|
formItemFlag: !0,
|
2935
2991
|
tableField: null,
|
2936
2992
|
options: {
|
@@ -2949,6 +3005,7 @@ export const advancedFields = [
|
|
2949
3005
|
statusParam: [],
|
2950
3006
|
onCreated: "",
|
2951
3007
|
onMounted: "",
|
3008
|
+
...defaultWfConfig,
|
2952
3009
|
|
2953
3010
|
showRuleFlag: 1,
|
2954
3011
|
showRuleEnabled: 1,
|
@@ -2995,9 +3052,10 @@ export const advancedFields = [
|
|
2995
3052
|
formScriptEnabled: true,
|
2996
3053
|
formScriptCode: "",
|
2997
3054
|
formScriptParam: null,
|
3055
|
+
formScriptSuccess: null,
|
2998
3056
|
onCreated: "",
|
2999
3057
|
onMounted: "",
|
3000
|
-
|
3058
|
+
...defaultWfConfig,
|
3001
3059
|
showRuleFlag: 1,
|
3002
3060
|
showRuleEnabled: 1,
|
3003
3061
|
showRules: []
|
@@ -3006,14 +3064,15 @@ export const advancedFields = [
|
|
3006
3064
|
{
|
3007
3065
|
type: "project-tag",
|
3008
3066
|
icon: "uploadbox",
|
3009
|
-
|
3067
|
+
commonFlag: !0,
|
3068
|
+
columnFlag: true,
|
3010
3069
|
formItemFlag: !0,
|
3011
3070
|
tableField: null,
|
3012
3071
|
options: {
|
3013
3072
|
name: "",
|
3014
3073
|
keyNameEnabled: !1,
|
3015
3074
|
keyName: "",
|
3016
|
-
keyNameSuffix: "",
|
3075
|
+
// keyNameSuffix: "",
|
3017
3076
|
label: "",
|
3018
3077
|
submitFlag: true,
|
3019
3078
|
disabled: !1,
|
@@ -3022,21 +3081,31 @@ export const advancedFields = [
|
|
3022
3081
|
required: !1,
|
3023
3082
|
labelWidth: null,
|
3024
3083
|
labelHidden: !1,
|
3025
|
-
onCreated: "if(this.
|
3084
|
+
onCreated: "if(this.dataId)this.loadDataDefaultHandle();",
|
3026
3085
|
onMounted: "",
|
3027
|
-
|
3086
|
+
onClick: "",
|
3087
|
+
// vabUpload: 1,
|
3028
3088
|
formScriptEnabled: true,
|
3029
3089
|
formScriptCode: "getList",
|
3030
3090
|
formScriptParam: null,
|
3031
|
-
|
3032
|
-
|
3033
|
-
enabledByWf: false,
|
3034
|
-
hiddenByWf: false,
|
3035
|
-
wfConfigData: [],
|
3091
|
+
formScriptSuccess: null,
|
3092
|
+
...defaultWfConfig,
|
3036
3093
|
|
3037
3094
|
showRuleFlag: 1,
|
3038
3095
|
showRuleEnabled: 1,
|
3039
|
-
showRules: []
|
3096
|
+
showRules: [],
|
3097
|
+
|
3098
|
+
tagFormCode: null,
|
3099
|
+
tagFormParam: null,
|
3100
|
+
tagLabelField: null,
|
3101
|
+
tagUniqueField: null,
|
3102
|
+
tagFormLabelField: null,
|
3103
|
+
tagFormUniqueField: null,
|
3104
|
+
tagFillConfig: [],
|
3105
|
+
tagConfirmCallback: null,
|
3106
|
+
tagDeleteCallback: null,
|
3107
|
+
tabDeleteEnabled: false,
|
3108
|
+
|
3040
3109
|
}
|
3041
3110
|
},
|
3042
3111
|
{
|
@@ -3058,9 +3127,10 @@ export const advancedFields = [
|
|
3058
3127
|
formScriptEnabled: true,
|
3059
3128
|
formScriptCode: "",
|
3060
3129
|
formScriptParam: null,
|
3130
|
+
formScriptSuccess: null,
|
3061
3131
|
onCreated: "this.loadDataDefaultHandle()",
|
3062
3132
|
onMounted: "",
|
3063
|
-
|
3133
|
+
...defaultWfConfig,
|
3064
3134
|
showRuleFlag: 1,
|
3065
3135
|
showRuleEnabled: 1,
|
3066
3136
|
showRules: []
|