cloud-web-corejs 1.0.54-dev.15 → 1.0.54-dev.151
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 +9 -3
- package/src/components/Qrcode/fileParse.vue +0 -1
- package/src/components/VabUpload/index.vue +2 -1
- package/src/components/VabUpload/mixins.js +1 -1
- package/src/components/VabUpload/view.vue +4 -3
- package/src/components/advancedSearchDialog/mixins.js +1 -1
- package/src/components/baseAttachment/index.vue +20 -11
- package/src/components/baseAttachment/mixins.js +249 -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 -735
- 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 +7 -3
- package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +5 -1
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +35 -5
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +3 -1
- package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +11 -2
- package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +32 -5
- package/src/components/xform/form-designer/form-widget/field-widget/checkbox-widget.vue +10 -5
- 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 +1245 -16
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +4 -2
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +49 -8
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
- package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
- package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +67 -3
- package/src/components/xform/form-designer/form-widget/field-widget/radio-widget.vue +9 -4
- package/src/components/xform/form-designer/form-widget/field-widget/select-widget.vue +8 -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/vabUpload-widget.vue +80 -0
- package/src/components/xform/form-designer/indexMixin.js +785 -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/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 +127 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +1051 -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 +628 -300
- 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 +3 -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/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 +1 -1
- 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 +5 -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 +276 -1
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +184 -148
- package/src/components/xform/form-render/container-item/containerItemMixin.js +330 -1
- package/src/components/xform/form-render/container-item/data-table-item.vue +33 -11
- package/src/components/xform/form-render/container-item/data-table-mixin.js +2127 -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 +1802 -1
- package/src/components/xform/lang/zh-CN.js +1 -1
- package/src/components/xform/mixins/defaultHandle.js +1 -1
- package/src/components/xform/mixins/scriptHttp.js +129 -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/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 +824 -426
- package/src/views/bd/setting/table_model/mixins/edit.js +1047 -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 +1007 -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 +9 -9
- 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 +3 -3
- 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,6 +284,7 @@ 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: [],
|
@@ -748,7 +756,6 @@ export const containers = [
|
|
748
756
|
}
|
749
757
|
]
|
750
758
|
|
751
|
-
|
752
759
|
export const defaultSearchDialogConfig = {
|
753
760
|
formCode: null,
|
754
761
|
tableEnabled: false,
|
@@ -757,7 +764,18 @@ export const defaultSearchDialogConfig = {
|
|
757
764
|
tableRef: null,
|
758
765
|
tableUniqueKey: null,
|
759
766
|
tableData: [],
|
760
|
-
multipleChoices: true
|
767
|
+
multipleChoices: true,
|
768
|
+
confirmCallback: null
|
769
|
+
}
|
770
|
+
|
771
|
+
export const defaultWfConfig = {
|
772
|
+
wfFlag: 1,
|
773
|
+
wfEdit: false,
|
774
|
+
enabledByWf: false,
|
775
|
+
hiddenByWf: false,
|
776
|
+
wfConfigData: [],
|
777
|
+
wfModifyDataEnabled: false,
|
778
|
+
wfModifyDataConfig: [],
|
761
779
|
}
|
762
780
|
|
763
781
|
export const basicFields = [
|
@@ -765,6 +783,7 @@ export const basicFields = [
|
|
765
783
|
type: "input",
|
766
784
|
icon: "text-field",
|
767
785
|
formItemFlag: !0,
|
786
|
+
columnFlag: true,
|
768
787
|
tableField: null,
|
769
788
|
options: {
|
770
789
|
name: "",
|
@@ -813,11 +832,7 @@ export const basicFields = [
|
|
813
832
|
onAppendButtonClick: "",
|
814
833
|
widgetWidth: "",
|
815
834
|
accessType: "1",
|
816
|
-
|
817
|
-
wfEdit: false,
|
818
|
-
enabledByWf: false,
|
819
|
-
hiddenByWf: false,
|
820
|
-
wfConfigData: [],
|
835
|
+
...defaultWfConfig,
|
821
836
|
|
822
837
|
showRuleFlag: 1,
|
823
838
|
showRuleEnabled: 1,
|
@@ -834,6 +849,7 @@ export const basicFields = [
|
|
834
849
|
type: "input-batch",
|
835
850
|
icon: "input-batch",
|
836
851
|
formItemFlag: !0,
|
852
|
+
columnFlag: true,
|
837
853
|
tableField: null,
|
838
854
|
options: {
|
839
855
|
name: "",
|
@@ -881,11 +897,7 @@ export const basicFields = [
|
|
881
897
|
onAppendButtonClick: "",
|
882
898
|
widgetWidth: "",
|
883
899
|
accessType: "1",
|
884
|
-
|
885
|
-
wfEdit: false,
|
886
|
-
enabledByWf: false,
|
887
|
-
hiddenByWf: false,
|
888
|
-
wfConfigData: [],
|
900
|
+
...defaultWfConfig,
|
889
901
|
|
890
902
|
showRuleFlag: 1,
|
891
903
|
showRuleEnabled: 1,
|
@@ -903,6 +915,7 @@ export const basicFields = [
|
|
903
915
|
type: "textarea",
|
904
916
|
icon: "textarea-field",
|
905
917
|
formItemFlag: !0,
|
918
|
+
columnFlag: true,
|
906
919
|
tableField: null,
|
907
920
|
options: {
|
908
921
|
name: "",
|
@@ -941,11 +954,7 @@ export const basicFields = [
|
|
941
954
|
onBlur: "",
|
942
955
|
onValidate: "",
|
943
956
|
accessType: "1",
|
944
|
-
|
945
|
-
wfEdit: false,
|
946
|
-
enabledByWf: false,
|
947
|
-
hiddenByWf: false,
|
948
|
-
wfConfigData: [],
|
957
|
+
...defaultWfConfig,
|
949
958
|
|
950
959
|
showRuleFlag: 1,
|
951
960
|
showRuleEnabled: 1,
|
@@ -962,6 +971,7 @@ export const basicFields = [
|
|
962
971
|
type: "number",
|
963
972
|
icon: "number-field",
|
964
973
|
formItemFlag: !0,
|
974
|
+
columnFlag: true,
|
965
975
|
tableField: null,
|
966
976
|
options: {
|
967
977
|
name: "",
|
@@ -1002,11 +1012,7 @@ export const basicFields = [
|
|
1002
1012
|
onBlur: "",
|
1003
1013
|
onValidate: "",
|
1004
1014
|
accessType: "1",
|
1005
|
-
|
1006
|
-
wfEdit: false,
|
1007
|
-
enabledByWf: false,
|
1008
|
-
hiddenByWf: false,
|
1009
|
-
wfConfigData: [],
|
1015
|
+
...defaultWfConfig,
|
1010
1016
|
|
1011
1017
|
showRuleFlag: 1,
|
1012
1018
|
showRuleEnabled: 1,
|
@@ -1024,6 +1030,7 @@ export const basicFields = [
|
|
1024
1030
|
type: "radio",
|
1025
1031
|
icon: "radio-field",
|
1026
1032
|
formItemFlag: !0,
|
1033
|
+
columnFlag: true,
|
1027
1034
|
tableField: null,
|
1028
1035
|
options: {
|
1029
1036
|
name: "",
|
@@ -1076,11 +1083,11 @@ export const basicFields = [
|
|
1076
1083
|
formScriptEnabled: false,
|
1077
1084
|
formScriptCode: "getList",
|
1078
1085
|
formScriptParam: null,
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1086
|
+
formScriptSuccess: null,
|
1087
|
+
...defaultWfConfig,
|
1088
|
+
|
1089
|
+
commonAttributeEnabled: false,
|
1090
|
+
commonAttributeCode: "",
|
1084
1091
|
|
1085
1092
|
showRuleFlag: 1,
|
1086
1093
|
showRuleEnabled: 1,
|
@@ -1097,6 +1104,7 @@ export const basicFields = [
|
|
1097
1104
|
type: "checkbox",
|
1098
1105
|
icon: "checkbox-field",
|
1099
1106
|
formItemFlag: !0,
|
1107
|
+
columnFlag: true,
|
1100
1108
|
tableField: null,
|
1101
1109
|
options: {
|
1102
1110
|
name: "",
|
@@ -1149,11 +1157,11 @@ 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,
|
@@ -1171,6 +1179,7 @@ export const basicFields = [
|
|
1171
1179
|
type: "select",
|
1172
1180
|
icon: "select-field",
|
1173
1181
|
formItemFlag: !0,
|
1182
|
+
columnFlag: true,
|
1174
1183
|
tableField: null,
|
1175
1184
|
options: {
|
1176
1185
|
name: "",
|
@@ -1233,11 +1242,11 @@ export const basicFields = [
|
|
1233
1242
|
formScriptEnabled: false,
|
1234
1243
|
formScriptCode: "getList",
|
1235
1244
|
formScriptParam: null,
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1245
|
+
formScriptSuccess: null,
|
1246
|
+
...defaultWfConfig,
|
1247
|
+
|
1248
|
+
commonAttributeEnabled: false,
|
1249
|
+
commonAttributeCode: "",
|
1241
1250
|
|
1242
1251
|
showRuleFlag: 1,
|
1243
1252
|
showRuleEnabled: 1,
|
@@ -1254,6 +1263,7 @@ export const basicFields = [
|
|
1254
1263
|
type: "time",
|
1255
1264
|
icon: "time-field",
|
1256
1265
|
formItemFlag: !0,
|
1266
|
+
columnFlag: true,
|
1257
1267
|
tableField: null,
|
1258
1268
|
options: {
|
1259
1269
|
name: "",
|
@@ -1291,11 +1301,7 @@ export const basicFields = [
|
|
1291
1301
|
onBlur: "",
|
1292
1302
|
onValidate: "",
|
1293
1303
|
accessType: "1",
|
1294
|
-
|
1295
|
-
wfEdit: false,
|
1296
|
-
enabledByWf: false,
|
1297
|
-
hiddenByWf: false,
|
1298
|
-
wfConfigData: [],
|
1304
|
+
...defaultWfConfig,
|
1299
1305
|
|
1300
1306
|
showRuleFlag: 1,
|
1301
1307
|
showRuleEnabled: 1,
|
@@ -1313,6 +1319,7 @@ export const basicFields = [
|
|
1313
1319
|
type: "time-range",
|
1314
1320
|
icon: "time-range-field",
|
1315
1321
|
formItemFlag: !0,
|
1322
|
+
columnFlag: true,
|
1316
1323
|
tableField: null,
|
1317
1324
|
options: {
|
1318
1325
|
name: "",
|
@@ -1350,11 +1357,7 @@ export const basicFields = [
|
|
1350
1357
|
onBlur: "",
|
1351
1358
|
onValidate: "",
|
1352
1359
|
accessType: "1",
|
1353
|
-
|
1354
|
-
wfEdit: false,
|
1355
|
-
enabledByWf: false,
|
1356
|
-
hiddenByWf: false,
|
1357
|
-
wfConfigData: [],
|
1360
|
+
...defaultWfConfig,
|
1358
1361
|
|
1359
1362
|
showRuleFlag: 1,
|
1360
1363
|
showRuleEnabled: 1,
|
@@ -1372,6 +1375,7 @@ export const basicFields = [
|
|
1372
1375
|
type: "date",
|
1373
1376
|
icon: "date-field",
|
1374
1377
|
formItemFlag: !0,
|
1378
|
+
columnFlag: true,
|
1375
1379
|
tableField: null,
|
1376
1380
|
options: {
|
1377
1381
|
name: "",
|
@@ -1411,11 +1415,7 @@ export const basicFields = [
|
|
1411
1415
|
onBlur: "",
|
1412
1416
|
onValidate: "",
|
1413
1417
|
accessType: "1",
|
1414
|
-
|
1415
|
-
wfEdit: false,
|
1416
|
-
enabledByWf: false,
|
1417
|
-
hiddenByWf: false,
|
1418
|
-
wfConfigData: [],
|
1418
|
+
...defaultWfConfig,
|
1419
1419
|
|
1420
1420
|
showRuleFlag: 1,
|
1421
1421
|
showRuleEnabled: 1,
|
@@ -1433,6 +1433,7 @@ export const basicFields = [
|
|
1433
1433
|
type: "date-range",
|
1434
1434
|
icon: "date-range-field",
|
1435
1435
|
formItemFlag: !0,
|
1436
|
+
columnFlag: true,
|
1436
1437
|
tableField: null,
|
1437
1438
|
options: {
|
1438
1439
|
name: "",
|
@@ -1457,6 +1458,7 @@ export const basicFields = [
|
|
1457
1458
|
editable: !1,
|
1458
1459
|
format: "yyyy-MM-dd",
|
1459
1460
|
valueFormat: "yyyy-MM-dd",
|
1461
|
+
defaultTime: ['00:00:00', '23:59:59'],
|
1460
1462
|
required: !1,
|
1461
1463
|
requiredHint: "",
|
1462
1464
|
validation: "",
|
@@ -1472,11 +1474,7 @@ export const basicFields = [
|
|
1472
1474
|
onBlur: "",
|
1473
1475
|
onValidate: "",
|
1474
1476
|
accessType: "1",
|
1475
|
-
|
1476
|
-
wfEdit: false,
|
1477
|
-
enabledByWf: false,
|
1478
|
-
hiddenByWf: false,
|
1479
|
-
wfConfigData: [],
|
1477
|
+
...defaultWfConfig,
|
1480
1478
|
|
1481
1479
|
showRuleFlag: 1,
|
1482
1480
|
showRuleEnabled: 1,
|
@@ -1618,6 +1616,7 @@ export const basicFields = [
|
|
1618
1616
|
type: "static-text",
|
1619
1617
|
icon: "static-text",
|
1620
1618
|
formItemFlag: !1,
|
1619
|
+
columnFlag: true,
|
1621
1620
|
options: {
|
1622
1621
|
name: "",
|
1623
1622
|
columnWidth: "200px",
|
@@ -1628,6 +1627,7 @@ export const basicFields = [
|
|
1628
1627
|
onCreated: "",
|
1629
1628
|
onMounted: "",
|
1630
1629
|
accessType: "1",
|
1630
|
+
...defaultWfConfig,
|
1631
1631
|
|
1632
1632
|
showRuleFlag: 1,
|
1633
1633
|
showRuleEnabled: 1,
|
@@ -1645,6 +1645,7 @@ export const basicFields = [
|
|
1645
1645
|
type: "html-text",
|
1646
1646
|
icon: "html-text",
|
1647
1647
|
formItemFlag: !1,
|
1648
|
+
columnFlag: true,
|
1648
1649
|
options: {
|
1649
1650
|
name: "",
|
1650
1651
|
columnWidth: "200px",
|
@@ -1654,6 +1655,7 @@ export const basicFields = [
|
|
1654
1655
|
onCreated: "",
|
1655
1656
|
onMounted: "",
|
1656
1657
|
accessType: "1",
|
1658
|
+
...defaultWfConfig,
|
1657
1659
|
|
1658
1660
|
showRuleFlag: 1,
|
1659
1661
|
showRuleEnabled: 1,
|
@@ -1688,6 +1690,7 @@ export const basicFields = [
|
|
1688
1690
|
type: "button",
|
1689
1691
|
icon: "button",
|
1690
1692
|
formItemFlag: !1,
|
1693
|
+
columnFlag: true,
|
1691
1694
|
options: {
|
1692
1695
|
name: "",
|
1693
1696
|
label: "",
|
@@ -1714,11 +1717,7 @@ export const basicFields = [
|
|
1714
1717
|
tableRef: null,
|
1715
1718
|
tableData: {}
|
1716
1719
|
},
|
1717
|
-
|
1718
|
-
wfEdit: false,
|
1719
|
-
enabledByWf: false,
|
1720
|
-
hiddenByWf: false,
|
1721
|
-
wfConfigData: [],
|
1720
|
+
...defaultWfConfig,
|
1722
1721
|
|
1723
1722
|
showRuleFlag: 1,
|
1724
1723
|
showRuleEnabled: 1,
|
@@ -1735,6 +1734,7 @@ export const basicFields = [
|
|
1735
1734
|
type: "divider",
|
1736
1735
|
icon: "divider",
|
1737
1736
|
formItemFlag: !1,
|
1737
|
+
columnFlag: true,
|
1738
1738
|
options: {
|
1739
1739
|
name: "",
|
1740
1740
|
label: "",
|
@@ -1743,6 +1743,7 @@ export const basicFields = [
|
|
1743
1743
|
contentPosition: "center",
|
1744
1744
|
hidden: !1,
|
1745
1745
|
customClass: "",
|
1746
|
+
...defaultWfConfig,
|
1746
1747
|
onCreated: "",
|
1747
1748
|
onMounted: ""
|
1748
1749
|
}
|
@@ -1805,6 +1806,7 @@ export const basicFields = [
|
|
1805
1806
|
type: "text",
|
1806
1807
|
icon: "text",
|
1807
1808
|
formItemFlag: !0,
|
1809
|
+
columnFlag: true,
|
1808
1810
|
tableField: null,
|
1809
1811
|
options: {
|
1810
1812
|
name: "",
|
@@ -1824,6 +1826,10 @@ export const basicFields = [
|
|
1824
1826
|
onMounted: "",
|
1825
1827
|
accessType: "1",
|
1826
1828
|
labelColor: '#555555',
|
1829
|
+
...defaultWfConfig,
|
1830
|
+
|
1831
|
+
autoValueEnabled:false,
|
1832
|
+
autoValueHanlde:null,
|
1827
1833
|
|
1828
1834
|
showRuleFlag: 1,
|
1829
1835
|
showRuleEnabled: 1,
|
@@ -1840,12 +1846,14 @@ export const basicFields = [
|
|
1840
1846
|
type: "a-text",
|
1841
1847
|
icon: "text-field",
|
1842
1848
|
formItemFlag: !0,
|
1849
|
+
columnFlag: true,
|
1843
1850
|
tableField: null,
|
1844
1851
|
options: {
|
1845
1852
|
name: "",
|
1846
1853
|
keyNameEnabled: !1,
|
1847
1854
|
keyName: "",
|
1848
1855
|
label: "",
|
1856
|
+
displayStyle: "block",
|
1849
1857
|
submitFlag: true,
|
1850
1858
|
/**showText: false,*/
|
1851
1859
|
formField: "",
|
@@ -1872,11 +1880,7 @@ export const basicFields = [
|
|
1872
1880
|
onChange: "",
|
1873
1881
|
onClick: "",
|
1874
1882
|
accessType: "1",
|
1875
|
-
|
1876
|
-
wfEdit: false,
|
1877
|
-
enabledByWf: false,
|
1878
|
-
hiddenByWf: false,
|
1879
|
-
wfConfigData: [],
|
1883
|
+
...defaultWfConfig,
|
1880
1884
|
|
1881
1885
|
showRuleFlag: 1,
|
1882
1886
|
showRuleEnabled: 1,
|
@@ -1893,11 +1897,13 @@ export const basicFields = [
|
|
1893
1897
|
type: "a-link",
|
1894
1898
|
icon: "button",
|
1895
1899
|
formItemFlag: !1,
|
1900
|
+
columnFlag: true,
|
1896
1901
|
options: {
|
1897
1902
|
name: "",
|
1898
1903
|
keyNameEnabled: !1,
|
1899
1904
|
keyName: "",
|
1900
1905
|
label: "",
|
1906
|
+
displayStyle: "block",
|
1901
1907
|
labelHidden: !1,
|
1902
1908
|
disabled: !1,
|
1903
1909
|
hidden: !1,
|
@@ -1907,7 +1913,7 @@ export const basicFields = [
|
|
1907
1913
|
aLinkFlag: 1,
|
1908
1914
|
underline: false,
|
1909
1915
|
href: "",
|
1910
|
-
coloClass: "f-
|
1916
|
+
coloClass: "f-blue",
|
1911
1917
|
isFormLabel: false,
|
1912
1918
|
onCreated: "",
|
1913
1919
|
onMounted: "",
|
@@ -1920,11 +1926,7 @@ export const basicFields = [
|
|
1920
1926
|
tableRef: null,
|
1921
1927
|
tableData: {}
|
1922
1928
|
},
|
1923
|
-
|
1924
|
-
wfEdit: false,
|
1925
|
-
enabledByWf: false,
|
1926
|
-
hiddenByWf: false,
|
1927
|
-
wfConfigData: [],
|
1929
|
+
...defaultWfConfig,
|
1928
1930
|
|
1929
1931
|
showRuleFlag: 1,
|
1930
1932
|
showRuleEnabled: 1,
|
@@ -1998,10 +2000,11 @@ export const advancedFields = [
|
|
1998
2000
|
color: "",
|
1999
2001
|
fontWeight: "normal"
|
2000
2002
|
},
|
2001
|
-
data: [
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2003
|
+
data: [
|
2004
|
+
{
|
2005
|
+
value: 1048,
|
2006
|
+
name: 'Search Engine'
|
2007
|
+
},
|
2005
2008
|
{
|
2006
2009
|
value: 735,
|
2007
2010
|
name: 'Direct'
|
@@ -2021,12 +2024,16 @@ export const advancedFields = [
|
|
2021
2024
|
],
|
2022
2025
|
}]
|
2023
2026
|
},
|
2027
|
+
echartConfig: '',
|
2024
2028
|
formScriptEnabled: true,
|
2025
2029
|
formScriptCode: "",
|
2026
2030
|
formScriptParam: null,
|
2031
|
+
formScriptSuccess: null,
|
2032
|
+
onClick: "",
|
2027
2033
|
onCreated: "",
|
2028
2034
|
onMounted: "this.loadDataDefaultHandle()",
|
2029
2035
|
|
2036
|
+
...defaultWfConfig,
|
2030
2037
|
showRuleFlag: 1,
|
2031
2038
|
showRuleEnabled: 1,
|
2032
2039
|
showRules: []
|
@@ -2044,6 +2051,7 @@ export const advancedFields = [
|
|
2044
2051
|
echarBarOption: {
|
2045
2052
|
backgroundColor: "#fff",
|
2046
2053
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2054
|
+
colors: [],
|
2047
2055
|
title: {
|
2048
2056
|
show: true,
|
2049
2057
|
top: '5px',
|
@@ -2190,12 +2198,15 @@ export const advancedFields = [
|
|
2190
2198
|
|
2191
2199
|
}]
|
2192
2200
|
},
|
2201
|
+
echartConfig: '',
|
2193
2202
|
formScriptEnabled: true,
|
2194
2203
|
formScriptCode: "",
|
2195
2204
|
formScriptParam: null,
|
2205
|
+
formScriptSuccess: null,
|
2206
|
+
onClick: "",
|
2196
2207
|
onCreated: "",
|
2197
2208
|
onMounted: "this.loadDataDefaultHandle()",
|
2198
|
-
|
2209
|
+
...defaultWfConfig,
|
2199
2210
|
showRuleFlag: 1,
|
2200
2211
|
showRuleEnabled: 1,
|
2201
2212
|
showRules: []
|
@@ -2214,6 +2225,7 @@ export const advancedFields = [
|
|
2214
2225
|
echarCategoryOption: {
|
2215
2226
|
backgroundColor: "#fff",
|
2216
2227
|
color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
|
2228
|
+
colors: [],
|
2217
2229
|
title: {
|
2218
2230
|
show: true,
|
2219
2231
|
top: '5px',
|
@@ -2324,6 +2336,23 @@ export const advancedFields = [
|
|
2324
2336
|
shadowBlur: 4,
|
2325
2337
|
shadowOffsetY: 6
|
2326
2338
|
},
|
2339
|
+
itemStyle: {
|
2340
|
+
color: {
|
2341
|
+
type: 'linear',
|
2342
|
+
x: 0.5,
|
2343
|
+
y: 0.5,
|
2344
|
+
r: 0.5,
|
2345
|
+
colorStops: [{
|
2346
|
+
offset: 0, color: '#08C084' // 0% 处的颜色
|
2347
|
+
}, {
|
2348
|
+
offset: 1, color: '#97EACE' // 100% 处的颜色
|
2349
|
+
}],
|
2350
|
+
},
|
2351
|
+
cap: 'round',
|
2352
|
+
shadowColor: '#08C08450',
|
2353
|
+
shadowBlur: 4,
|
2354
|
+
shadowOffsetY: 6
|
2355
|
+
},
|
2327
2356
|
emphasis: {
|
2328
2357
|
scale: 1,
|
2329
2358
|
focus: 'series'
|
@@ -2358,6 +2387,23 @@ export const advancedFields = [
|
|
2358
2387
|
shadowBlur: 4,
|
2359
2388
|
shadowOffsetY: 6
|
2360
2389
|
},
|
2390
|
+
itemStyle: {
|
2391
|
+
color: {
|
2392
|
+
type: 'linear',
|
2393
|
+
x: 0.5,
|
2394
|
+
y: 0.5,
|
2395
|
+
r: 0.5,
|
2396
|
+
colorStops: [{
|
2397
|
+
offset: 0, color: '#FF6116' // 0% 处的颜色
|
2398
|
+
}, {
|
2399
|
+
offset: 1, color: '#F9A980' // 100% 处的颜色
|
2400
|
+
}],
|
2401
|
+
},
|
2402
|
+
cap: 'round',
|
2403
|
+
shadowColor: '#FF611650',
|
2404
|
+
shadowBlur: 4,
|
2405
|
+
shadowOffsetY: 6
|
2406
|
+
},
|
2361
2407
|
emphasis: {
|
2362
2408
|
scale: 1,
|
2363
2409
|
focus: 'series'
|
@@ -2367,12 +2413,15 @@ export const advancedFields = [
|
|
2367
2413
|
}]
|
2368
2414
|
|
2369
2415
|
},
|
2416
|
+
echartConfig: '',
|
2370
2417
|
formScriptEnabled: true,
|
2371
2418
|
formScriptCode: "",
|
2372
2419
|
formScriptParam: null,
|
2420
|
+
formScriptSuccess: null,
|
2421
|
+
onClick: "",
|
2373
2422
|
onCreated: "",
|
2374
2423
|
onMounted: "this.loadDataDefaultHandle()",
|
2375
|
-
|
2424
|
+
...defaultWfConfig,
|
2376
2425
|
showRuleFlag: 1,
|
2377
2426
|
showRuleEnabled: 1,
|
2378
2427
|
showRules: []
|
@@ -2507,15 +2556,13 @@ export const advancedFields = [
|
|
2507
2556
|
entityTableDesc: null,
|
2508
2557
|
onCreated: "this.loadDataDefaultHandle();",
|
2509
2558
|
onMounted: "",
|
2559
|
+
onAfterConfirmFile: "",
|
2510
2560
|
vabUpload: 1,
|
2511
2561
|
formScriptEnabled: true,
|
2512
2562
|
formScriptCode: "getList",
|
2513
2563
|
formScriptParam: null,
|
2514
|
-
|
2515
|
-
|
2516
|
-
enabledByWf: false,
|
2517
|
-
hiddenByWf: false,
|
2518
|
-
wfConfigData: [],
|
2564
|
+
formScriptSuccess: null,
|
2565
|
+
...defaultWfConfig,
|
2519
2566
|
|
2520
2567
|
showRuleFlag: 1,
|
2521
2568
|
showRuleEnabled: 1,
|
@@ -2526,6 +2573,7 @@ export const advancedFields = [
|
|
2526
2573
|
type: "vabsearch",
|
2527
2574
|
icon: "searchbox",
|
2528
2575
|
commonFlag: !0,
|
2576
|
+
columnFlag: true,
|
2529
2577
|
formItemFlag: !0,
|
2530
2578
|
tableField: null,
|
2531
2579
|
options: {
|
@@ -2564,11 +2612,7 @@ export const advancedFields = [
|
|
2564
2612
|
...defaultSearchDialogConfig,
|
2565
2613
|
multipleChoices: false
|
2566
2614
|
},
|
2567
|
-
|
2568
|
-
wfEdit: false,
|
2569
|
-
enabledByWf: false,
|
2570
|
-
hiddenByWf: false,
|
2571
|
-
wfConfigData: [],
|
2615
|
+
...defaultWfConfig,
|
2572
2616
|
valueField: null,
|
2573
2617
|
multipleChoices: false,
|
2574
2618
|
|
@@ -2582,6 +2626,7 @@ export const advancedFields = [
|
|
2582
2626
|
type: "search_button",
|
2583
2627
|
icon: "button",
|
2584
2628
|
commonFlag: !0,
|
2629
|
+
columnFlag: true,
|
2585
2630
|
formItemFlag: !1,
|
2586
2631
|
options: {
|
2587
2632
|
name: "",
|
@@ -2613,11 +2658,7 @@ export const advancedFields = [
|
|
2613
2658
|
...defaultSearchDialogConfig,
|
2614
2659
|
tableEnabled: true
|
2615
2660
|
},
|
2616
|
-
|
2617
|
-
wfEdit: false,
|
2618
|
-
enabledByWf: false,
|
2619
|
-
hiddenByWf: false,
|
2620
|
-
wfConfigData: [],
|
2661
|
+
...defaultWfConfig,
|
2621
2662
|
|
2622
2663
|
showRuleFlag: 1,
|
2623
2664
|
showRuleEnabled: 1,
|
@@ -2629,6 +2670,7 @@ export const advancedFields = [
|
|
2629
2670
|
targetType: "button",
|
2630
2671
|
icon: "button",
|
2631
2672
|
commonFlag: !0,
|
2673
|
+
columnFlag: true,
|
2632
2674
|
formItemFlag: !1,
|
2633
2675
|
options: {
|
2634
2676
|
name: "",
|
@@ -2654,11 +2696,7 @@ export const advancedFields = [
|
|
2654
2696
|
searchDialogConfig: {
|
2655
2697
|
...defaultSearchDialogConfig
|
2656
2698
|
},
|
2657
|
-
|
2658
|
-
wfEdit: false,
|
2659
|
-
enabledByWf: false,
|
2660
|
-
hiddenByWf: true,
|
2661
|
-
wfConfigData: [],
|
2699
|
+
...defaultWfConfig,
|
2662
2700
|
|
2663
2701
|
showRuleFlag: 1,
|
2664
2702
|
showRuleEnabled: 1,
|
@@ -2671,6 +2709,7 @@ export const advancedFields = [
|
|
2671
2709
|
targetType: "button",
|
2672
2710
|
icon: "button",
|
2673
2711
|
commonFlag: !0,
|
2712
|
+
columnFlag: true,
|
2674
2713
|
formItemFlag: !1,
|
2675
2714
|
options: {
|
2676
2715
|
name: "",
|
@@ -2694,11 +2733,7 @@ export const advancedFields = [
|
|
2694
2733
|
searchDialogConfig: {
|
2695
2734
|
...defaultSearchDialogConfig
|
2696
2735
|
},
|
2697
|
-
|
2698
|
-
wfEdit: false,
|
2699
|
-
enabledByWf: true,
|
2700
|
-
hiddenByWf: false,
|
2701
|
-
wfConfigData: [],
|
2736
|
+
...defaultWfConfig,
|
2702
2737
|
|
2703
2738
|
showRuleFlag: 1,
|
2704
2739
|
showRuleEnabled: 1,
|
@@ -2710,6 +2745,7 @@ export const advancedFields = [
|
|
2710
2745
|
icon: "list-export",
|
2711
2746
|
formItemFlag: !1,
|
2712
2747
|
commonFlag: !0,
|
2748
|
+
columnFlag: true,
|
2713
2749
|
tableField: null,
|
2714
2750
|
options: {
|
2715
2751
|
name: "",
|
@@ -2720,13 +2756,11 @@ export const advancedFields = [
|
|
2720
2756
|
exportFileName: '导出',
|
2721
2757
|
tableRef: '',
|
2722
2758
|
tableExportParam: "",
|
2759
|
+
showImageAtTable: false,
|
2760
|
+
|
2723
2761
|
onCreated: "",
|
2724
2762
|
onMounted: "",
|
2725
|
-
|
2726
|
-
wfEdit: false,
|
2727
|
-
enabledByWf: false,
|
2728
|
-
hiddenByWf: false,
|
2729
|
-
wfConfigData: [],
|
2763
|
+
...defaultWfConfig,
|
2730
2764
|
|
2731
2765
|
showRuleFlag: 1,
|
2732
2766
|
showRuleEnabled: 1,
|
@@ -2739,6 +2773,7 @@ export const advancedFields = [
|
|
2739
2773
|
targetType: "button",
|
2740
2774
|
icon: "button",
|
2741
2775
|
commonFlag: !0,
|
2776
|
+
columnFlag: true,
|
2742
2777
|
formItemFlag: !1,
|
2743
2778
|
options: {
|
2744
2779
|
name: "",
|
@@ -2761,11 +2796,7 @@ export const advancedFields = [
|
|
2761
2796
|
searchDialogConfig: {
|
2762
2797
|
...defaultSearchDialogConfig
|
2763
2798
|
},
|
2764
|
-
|
2765
|
-
wfEdit: false,
|
2766
|
-
enabledByWf: false,
|
2767
|
-
hiddenByWf: false,
|
2768
|
-
wfConfigData: [],
|
2799
|
+
...defaultWfConfig,
|
2769
2800
|
|
2770
2801
|
showRuleFlag: 1,
|
2771
2802
|
showRuleEnabled: 1,
|
@@ -2777,6 +2808,7 @@ export const advancedFields = [
|
|
2777
2808
|
targetType: "button",
|
2778
2809
|
icon: "button",
|
2779
2810
|
commonFlag: !0,
|
2811
|
+
columnFlag: true,
|
2780
2812
|
formItemFlag: !1,
|
2781
2813
|
options: {
|
2782
2814
|
name: "",
|
@@ -2802,11 +2834,7 @@ export const advancedFields = [
|
|
2802
2834
|
searchDialogConfig: {
|
2803
2835
|
...defaultSearchDialogConfig
|
2804
2836
|
},
|
2805
|
-
|
2806
|
-
wfEdit: false,
|
2807
|
-
enabledByWf: false,
|
2808
|
-
hiddenByWf: true,
|
2809
|
-
wfConfigData: [],
|
2837
|
+
...defaultWfConfig,
|
2810
2838
|
|
2811
2839
|
showRuleFlag: 1,
|
2812
2840
|
showRuleEnabled: 1,
|
@@ -2818,12 +2846,14 @@ export const advancedFields = [
|
|
2818
2846
|
type: "import-button",
|
2819
2847
|
icon: "button",
|
2820
2848
|
commonFlag: !0,
|
2849
|
+
columnFlag: true,
|
2821
2850
|
formItemFlag: !1,
|
2822
2851
|
options: {
|
2823
2852
|
name: "",
|
2824
2853
|
label: "导入",
|
2825
2854
|
columnWidth: "200px",
|
2826
2855
|
size: "",
|
2856
|
+
importFileLimitSize: 200,
|
2827
2857
|
// displayStyle: "block",
|
2828
2858
|
disabled: !1,
|
2829
2859
|
hidden: !1,
|
@@ -2839,11 +2869,7 @@ export const advancedFields = [
|
|
2839
2869
|
searchDialogConfig: {
|
2840
2870
|
...defaultSearchDialogConfig
|
2841
2871
|
},
|
2842
|
-
|
2843
|
-
wfEdit: false,
|
2844
|
-
enabledByWf: false,
|
2845
|
-
hiddenByWf: false,
|
2846
|
-
wfConfigData: [],
|
2872
|
+
...defaultWfConfig,
|
2847
2873
|
importEntity: '',
|
2848
2874
|
importAttachCode: '',
|
2849
2875
|
importScriptCode: '',
|
@@ -2859,6 +2885,7 @@ export const advancedFields = [
|
|
2859
2885
|
type: "print-button",
|
2860
2886
|
icon: "button",
|
2861
2887
|
commonFlag: !0,
|
2888
|
+
columnFlag: true,
|
2862
2889
|
formItemFlag: !1,
|
2863
2890
|
options: {
|
2864
2891
|
name: "",
|
@@ -2880,11 +2907,7 @@ export const advancedFields = [
|
|
2880
2907
|
searchDialogConfig: {
|
2881
2908
|
...defaultSearchDialogConfig
|
2882
2909
|
},
|
2883
|
-
|
2884
|
-
wfEdit: false,
|
2885
|
-
enabledByWf: false,
|
2886
|
-
hiddenByWf: false,
|
2887
|
-
wfConfigData: [],
|
2910
|
+
...defaultWfConfig,
|
2888
2911
|
printTableRef: "",
|
2889
2912
|
printItems: [],
|
2890
2913
|
|
@@ -2896,6 +2919,7 @@ export const advancedFields = [
|
|
2896
2919
|
{
|
2897
2920
|
type: "baseAttachment",
|
2898
2921
|
icon: "file-upload-field",
|
2922
|
+
columnFlag: true,
|
2899
2923
|
formItemFlag: !0,
|
2900
2924
|
tableField: null,
|
2901
2925
|
options: {
|
@@ -2916,11 +2940,8 @@ export const advancedFields = [
|
|
2916
2940
|
entityTableDesc: null,
|
2917
2941
|
onCreated: "",
|
2918
2942
|
onMounted: "",
|
2919
|
-
|
2920
|
-
|
2921
|
-
enabledByWf: false,
|
2922
|
-
hiddenByWf: false,
|
2923
|
-
wfConfigData: [],
|
2943
|
+
onAfterConfirmFile: "",
|
2944
|
+
...defaultWfConfig,
|
2924
2945
|
|
2925
2946
|
showRuleFlag: 1,
|
2926
2947
|
showRuleEnabled: 1,
|
@@ -2931,6 +2952,7 @@ export const advancedFields = [
|
|
2931
2952
|
type: "status",
|
2932
2953
|
icon: "status",
|
2933
2954
|
commonFlag: !0,
|
2955
|
+
columnFlag: true,
|
2934
2956
|
formItemFlag: !0,
|
2935
2957
|
tableField: null,
|
2936
2958
|
options: {
|
@@ -2949,6 +2971,7 @@ export const advancedFields = [
|
|
2949
2971
|
statusParam: [],
|
2950
2972
|
onCreated: "",
|
2951
2973
|
onMounted: "",
|
2974
|
+
...defaultWfConfig,
|
2952
2975
|
|
2953
2976
|
showRuleFlag: 1,
|
2954
2977
|
showRuleEnabled: 1,
|
@@ -2995,9 +3018,10 @@ export const advancedFields = [
|
|
2995
3018
|
formScriptEnabled: true,
|
2996
3019
|
formScriptCode: "",
|
2997
3020
|
formScriptParam: null,
|
3021
|
+
formScriptSuccess: null,
|
2998
3022
|
onCreated: "",
|
2999
3023
|
onMounted: "",
|
3000
|
-
|
3024
|
+
...defaultWfConfig,
|
3001
3025
|
showRuleFlag: 1,
|
3002
3026
|
showRuleEnabled: 1,
|
3003
3027
|
showRules: []
|
@@ -3006,14 +3030,15 @@ export const advancedFields = [
|
|
3006
3030
|
{
|
3007
3031
|
type: "project-tag",
|
3008
3032
|
icon: "uploadbox",
|
3009
|
-
|
3033
|
+
commonFlag: !0,
|
3034
|
+
columnFlag: true,
|
3010
3035
|
formItemFlag: !0,
|
3011
3036
|
tableField: null,
|
3012
3037
|
options: {
|
3013
3038
|
name: "",
|
3014
3039
|
keyNameEnabled: !1,
|
3015
3040
|
keyName: "",
|
3016
|
-
keyNameSuffix: "",
|
3041
|
+
// keyNameSuffix: "",
|
3017
3042
|
label: "",
|
3018
3043
|
submitFlag: true,
|
3019
3044
|
disabled: !1,
|
@@ -3022,21 +3047,31 @@ export const advancedFields = [
|
|
3022
3047
|
required: !1,
|
3023
3048
|
labelWidth: null,
|
3024
3049
|
labelHidden: !1,
|
3025
|
-
onCreated: "if(this.
|
3050
|
+
onCreated: "if(this.dataId)this.loadDataDefaultHandle();",
|
3026
3051
|
onMounted: "",
|
3052
|
+
onClick: "",
|
3027
3053
|
vabUpload: 1,
|
3028
3054
|
formScriptEnabled: true,
|
3029
3055
|
formScriptCode: "getList",
|
3030
3056
|
formScriptParam: null,
|
3031
|
-
|
3032
|
-
|
3033
|
-
enabledByWf: false,
|
3034
|
-
hiddenByWf: false,
|
3035
|
-
wfConfigData: [],
|
3057
|
+
formScriptSuccess: null,
|
3058
|
+
...defaultWfConfig,
|
3036
3059
|
|
3037
3060
|
showRuleFlag: 1,
|
3038
3061
|
showRuleEnabled: 1,
|
3039
|
-
showRules: []
|
3062
|
+
showRules: [],
|
3063
|
+
|
3064
|
+
tagFormCode: null,
|
3065
|
+
tagFormParam: null,
|
3066
|
+
tagLabelField: null,
|
3067
|
+
tagUniqueField: null,
|
3068
|
+
tagFormLabelField: null,
|
3069
|
+
tagFormUniqueField: null,
|
3070
|
+
tagFillConfig: [],
|
3071
|
+
tagConfirmCallback: null,
|
3072
|
+
tagDeleteCallback: null,
|
3073
|
+
tabDeleteEnabled: false,
|
3074
|
+
|
3040
3075
|
}
|
3041
3076
|
},
|
3042
3077
|
{
|
@@ -3058,9 +3093,10 @@ export const advancedFields = [
|
|
3058
3093
|
formScriptEnabled: true,
|
3059
3094
|
formScriptCode: "",
|
3060
3095
|
formScriptParam: null,
|
3096
|
+
formScriptSuccess: null,
|
3061
3097
|
onCreated: "this.loadDataDefaultHandle()",
|
3062
3098
|
onMounted: "",
|
3063
|
-
|
3099
|
+
...defaultWfConfig,
|
3064
3100
|
showRuleFlag: 1,
|
3065
3101
|
showRuleEnabled: 1,
|
3066
3102
|
showRules: []
|