cloud-web-corejs 1.0.54-dev.11 → 1.0.54-dev.110

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.
Files changed (147) hide show
  1. package/package.json +9 -3
  2. package/src/components/Qrcode/fileParse.vue +0 -1
  3. package/src/components/VabUpload/index.vue +2 -1
  4. package/src/components/VabUpload/mixins.js +1 -1
  5. package/src/components/VabUpload/view.vue +2 -1
  6. package/src/components/excelExport/exportFieldDialog.vue +16 -6
  7. package/src/components/excelExport/index.js +2 -1
  8. package/src/components/excelExport/index.vue +8 -6
  9. package/src/components/excelExport/mixins.js +1 -2
  10. package/src/components/excelImport/index.vue +2 -1
  11. package/src/components/excelImport/mixins.js +1 -1
  12. package/src/components/fileLibrary/fileObjAuthDialog.vue +1 -1
  13. package/src/components/fileLibrary/fileObjAuthEditDialog.vue +1 -1
  14. package/src/components/fileLibrary/fileObjNotifyEdit.vue +90 -68
  15. package/src/components/fileLibrary/filterDialog.vue +383 -0
  16. package/src/components/fileLibrary/index.vue +23 -24
  17. package/src/components/fileLibrary/mixins/categoryMoveDialogMixins.js +1 -1
  18. package/src/components/fileLibrary/mixins/fileCategoryDialogMixins.js +1 -1
  19. package/src/components/fileLibrary/mixins/fileHistoryDialogMixins.js +2 -2
  20. package/src/components/fileLibrary/mixins/fileObjAuthDialogMixin.js +15 -10
  21. package/src/components/fileLibrary/mixins/fileObjAuthEditDialogMixin.js +8 -5
  22. package/src/components/fileLibrary/mixins/fileObjAuthEditMixin.js +5 -5
  23. package/src/components/fileLibrary/mixins/indexMixins.js +76 -26
  24. package/src/components/fileLibrary/mixins/propertiesDialogMixins.js +63 -3
  25. package/src/components/fileLibrary/mixins/recycleBinDialogMixins.js +1 -1
  26. package/src/components/fileLibrary/propertiesDialog.vue +18 -0
  27. package/src/components/fileLibrary/shareDialog.vue +1 -1
  28. package/src/components/jsonImport/mixins.js +1 -1
  29. package/src/components/onlineTalk/index.vue +327 -5
  30. package/src/components/onlineTalk/mixins.js +1 -1
  31. package/src/components/table/index.js +2 -1
  32. package/src/components/tempStorage/tempStorageDialog.vue +2 -2
  33. package/src/components/wf/wf.js +1 -1
  34. package/src/components/wf/wfUtil.js +1 -1
  35. package/src/components/xform/form-designer/designer.js +1496 -1
  36. package/src/components/xform/form-designer/form-widget/dialog/formDialog.vue +1 -0
  37. package/src/components/xform/form-designer/form-widget/dialog/formDrawer.vue +1 -0
  38. package/src/components/xform/form-designer/form-widget/dialog/formFieldDialog.vue +2 -2
  39. package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +35 -5
  40. package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +3 -1
  41. package/src/components/xform/form-designer/form-widget/dialog/preformDialog.vue +2 -2
  42. package/src/components/xform/form-designer/form-widget/dialog/searchFormDialog.vue +11 -5
  43. package/src/components/xform/form-designer/form-widget/dialog/vabSearchDialog.vue +2 -2
  44. package/src/components/xform/form-designer/form-widget/field-widget/baseAttachment-widget.vue +6 -2
  45. package/src/components/xform/form-designer/form-widget/field-widget/date-range-widget.vue +1 -0
  46. package/src/components/xform/form-designer/form-widget/field-widget/echart-bar-widget.vue +1 -1
  47. package/src/components/xform/form-designer/form-widget/field-widget/echart-category-widget.vue +1 -1
  48. package/src/components/xform/form-designer/form-widget/field-widget/echart-pie-widget.vue +1 -1
  49. package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +989 -1
  50. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-bar-mixin.js +49 -8
  51. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-category-mixin.js +61 -88
  52. package/src/components/xform/form-designer/form-widget/field-widget/mixins/echart-pie-mixin.js +13 -0
  53. package/src/components/xform/form-designer/form-widget/field-widget/project-tag-widget.vue +26 -2
  54. package/src/components/xform/form-designer/form-widget/field-widget/table-export-button-widget.vue +6 -1
  55. package/src/components/xform/form-designer/form-widget/field-widget/vabUpload-widget.vue +79 -0
  56. package/src/components/xform/form-designer/indexMixin.js +771 -1
  57. package/src/components/xform/form-designer/setting-panel/form-setting.vue +56 -36
  58. package/src/components/xform/form-designer/setting-panel/indexMixin.js +1 -1
  59. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +6 -0
  60. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/onCheckboxChange-editor.vue +1 -1
  61. package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +14 -1
  62. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/eventMixin.js +2 -2
  63. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onAfterConfirmFile-editor.vue +32 -0
  64. package/src/components/xform/form-designer/setting-panel/property-editor/event-handler/onClick-editor.vue +2 -2
  65. package/src/components/xform/form-designer/setting-panel/property-editor/field-button/search-dialog-event-editor.vue +20 -1
  66. package/src/components/xform/form-designer/setting-panel/property-editor/field-date-range/date-range-defaultTime-editor.vue +27 -0
  67. package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-bar-editor.vue +185 -69
  68. package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-category-editor.vue +188 -86
  69. package/src/components/xform/form-designer/setting-panel/property-editor/field-echart/echart-pie-editor.vue +84 -39
  70. package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +3 -0
  71. package/src/components/xform/form-designer/setting-panel/property-editor/field-table-export-button/table-export-button-editor.vue +26 -7
  72. package/src/components/xform/form-designer/setting-panel/property-editor/placeholder-editor.vue +1 -1
  73. package/src/components/xform/form-designer/setting-panel/property-editor/project-tag-editor.vue +76 -0
  74. package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +1 -1
  75. package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +1 -1
  76. package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +242 -27
  77. package/src/components/xform/form-designer/setting-panel/propertyRegister.js +2 -0
  78. package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +110 -145
  79. package/src/components/xform/form-render/container-item/data-table-item.vue +5 -4
  80. package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -1
  81. package/src/components/xform/form-render/indexMixin.js +1702 -1
  82. package/src/components/xform/mixins/defaultHandle.js +115 -1
  83. package/src/components/xform/utils/emitter.js +4 -4
  84. package/src/components/xform/utils/util.js +1598 -1
  85. package/src/layout/components/Sidebar/default.vue +18 -6
  86. package/src/layout/components/TagsView/index.vue +0 -1
  87. package/src/mixins/selectDialog/index.js +1 -1
  88. package/src/router/modules/customer.js +15 -0
  89. package/src/store/config/index.js +664 -1
  90. package/src/store/modules/permission.js +1 -1
  91. package/src/store/modules/user.js +1 -1
  92. package/src/utils/index.js +4 -2
  93. package/src/utils/pddLog.js +103 -0
  94. package/src/utils/request.js +28 -28
  95. package/src/utils/vab.js +1 -1
  96. package/src/views/bd/setting/form_import_log/edit.vue +120 -0
  97. package/src/views/bd/setting/form_import_log/list.vue +195 -0
  98. package/src/views/bd/setting/form_script/mixins/edit.js +165 -1
  99. package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +105 -0
  100. package/src/views/bd/setting/form_template/edit.vue +2 -2
  101. package/src/views/bd/setting/form_template/editWfObjConfigDialog.vue +2 -2
  102. package/src/views/bd/setting/form_template/list.vue +4 -2
  103. package/src/views/bd/setting/form_template/mixins/batchWfObjConfigDialog.js +4 -0
  104. package/src/views/bd/setting/form_template/mixins/edit.js +169 -1
  105. package/src/views/bd/setting/form_template/mixins/list.js +1 -1
  106. package/src/views/bd/setting/form_template/mixins/wf_list.js +12 -0
  107. package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +254 -0
  108. package/src/views/bd/setting/form_template/wf_list.vue +127 -0
  109. package/src/views/bd/setting/menu_kind/mixins/authDialog.js +1 -256
  110. package/src/views/bd/setting/menu_kind/mixins/list.js +176 -1
  111. package/src/views/bd/setting/table_model/edit.vue +1 -1
  112. package/src/views/bd/setting/table_model/list.vue +4 -2
  113. package/src/views/bd/setting/table_model/mixins/edit.js +763 -1
  114. package/src/views/bd/setting/table_model/mixins/list.js +14 -14
  115. package/src/views/user/area/dialog.vue +21 -9
  116. package/src/views/user/bill_setting/edit.vue +1 -1
  117. package/src/views/user/bill_setting/list.vue +1 -1
  118. package/src/views/user/common_attribute/itemEdit.vue +2 -2
  119. package/src/views/user/common_attribute/list.vue +1 -1
  120. package/src/views/user/common_script/edit.vue +1 -1
  121. package/src/views/user/common_script/list.vue +1 -1
  122. package/src/views/user/company_info/dialog.vue +19 -9
  123. package/src/views/user/company_info/edit.vue +1 -1
  124. package/src/views/user/extend_datasource/dialog.vue +1 -0
  125. package/src/views/user/extend_datasource/edit.vue +3 -0
  126. package/src/views/user/extend_datasource/list.vue +2 -1
  127. package/src/views/user/file_type/edit.vue +30 -1
  128. package/src/views/user/file_type/list.vue +28 -0
  129. package/src/views/user/groups/edit.vue +2 -0
  130. package/src/views/user/groups/list.vue +1 -0
  131. package/src/views/user/home/dev.vue +29 -0
  132. package/src/views/user/home/index.vue +16 -6
  133. package/src/views/user/login/default.vue +4 -2
  134. package/src/views/user/login/index2.vue +131 -0
  135. package/src/views/user/outLink/form_view.vue +39 -12
  136. package/src/views/user/outLink/index.vue +17 -0
  137. package/src/views/user/outLink/view.vue +39 -13
  138. package/src/views/user/push_setting/list.vue +2 -2
  139. package/src/views/user/user/edit.vue +9 -9
  140. package/src/views/user/user/form_edit.vue +117 -49
  141. package/src/views/user/user/form_info.vue +210 -0
  142. package/src/views/user/user/form_list.vue +1 -0
  143. package/src/views/user/user/list.vue +3 -3
  144. package/src/views/user/wf/wf_manage/list.vue +1 -1
  145. package/src/views/user/wf/wf_manage/wfContentDialog.vue +1 -1
  146. package/src/views/user/wf/wf_obj_config/list.vue +19 -3
  147. package/src/views/user/wf/wf_obj_config/wfBizDataSettingDialog.vue +292 -0
@@ -13,7 +13,8 @@ export const containers = [
13
13
  // colHeight: null,
14
14
  width: '',
15
15
  containerClass: '',
16
- customClass: ""
16
+ customClass: "",
17
+ ...defaultWfConfig,
17
18
  }
18
19
  },
19
20
  {
@@ -27,7 +28,8 @@ export const containers = [
27
28
  hidden: !1,
28
29
  customClass: "",
29
30
  styleTableClass: '',
30
- fullWidth: false
31
+ fullWidth: false,
32
+ ...defaultWfConfig,
31
33
  }
32
34
  },
33
35
  {
@@ -42,7 +44,8 @@ export const containers = [
42
44
  height: '',
43
45
  // isFullscreen: false,
44
46
  tabClass: 'tab-boxCard tabCard-sty1',
45
- customClass: ""
47
+ customClass: "",
48
+ ...defaultWfConfig,
46
49
  }
47
50
  },
48
51
  /* {
@@ -277,6 +280,7 @@ export const containers = [
277
280
  sortScriptCode: null,
278
281
  importTemplateFile: null,
279
282
 
283
+ ...defaultWfConfig,
280
284
  showRuleFlag: 1,
281
285
  showRuleEnabled: 1,
282
286
  showRules: [],
@@ -748,7 +752,6 @@ export const containers = [
748
752
  }
749
753
  ]
750
754
 
751
-
752
755
  export const defaultSearchDialogConfig = {
753
756
  formCode: null,
754
757
  tableEnabled: false,
@@ -757,7 +760,18 @@ export const defaultSearchDialogConfig = {
757
760
  tableRef: null,
758
761
  tableUniqueKey: null,
759
762
  tableData: [],
760
- multipleChoices: true
763
+ multipleChoices: true,
764
+ confirmCallback: null
765
+ }
766
+
767
+ export const defaultWfConfig = {
768
+ wfFlag: 1,
769
+ wfEdit: false,
770
+ enabledByWf: false,
771
+ hiddenByWf: false,
772
+ wfConfigData: [],
773
+ wfModifyDataEnabled: false,
774
+ wfModifyDataConfig: [],
761
775
  }
762
776
 
763
777
  export const basicFields = [
@@ -813,11 +827,7 @@ export const basicFields = [
813
827
  onAppendButtonClick: "",
814
828
  widgetWidth: "",
815
829
  accessType: "1",
816
- wfFlag: 1,
817
- wfEdit: false,
818
- enabledByWf: false,
819
- hiddenByWf: false,
820
- wfConfigData: [],
830
+ ...defaultWfConfig,
821
831
 
822
832
  showRuleFlag: 1,
823
833
  showRuleEnabled: 1,
@@ -881,11 +891,7 @@ export const basicFields = [
881
891
  onAppendButtonClick: "",
882
892
  widgetWidth: "",
883
893
  accessType: "1",
884
- wfFlag: 1,
885
- wfEdit: false,
886
- enabledByWf: false,
887
- hiddenByWf: false,
888
- wfConfigData: [],
894
+ ...defaultWfConfig,
889
895
 
890
896
  showRuleFlag: 1,
891
897
  showRuleEnabled: 1,
@@ -941,11 +947,7 @@ export const basicFields = [
941
947
  onBlur: "",
942
948
  onValidate: "",
943
949
  accessType: "1",
944
- wfFlag: 1,
945
- wfEdit: false,
946
- enabledByWf: false,
947
- hiddenByWf: false,
948
- wfConfigData: [],
950
+ ...defaultWfConfig,
949
951
 
950
952
  showRuleFlag: 1,
951
953
  showRuleEnabled: 1,
@@ -1002,11 +1004,7 @@ export const basicFields = [
1002
1004
  onBlur: "",
1003
1005
  onValidate: "",
1004
1006
  accessType: "1",
1005
- wfFlag: 1,
1006
- wfEdit: false,
1007
- enabledByWf: false,
1008
- hiddenByWf: false,
1009
- wfConfigData: [],
1007
+ ...defaultWfConfig,
1010
1008
 
1011
1009
  showRuleFlag: 1,
1012
1010
  showRuleEnabled: 1,
@@ -1076,11 +1074,7 @@ export const basicFields = [
1076
1074
  formScriptEnabled: false,
1077
1075
  formScriptCode: "getList",
1078
1076
  formScriptParam: null,
1079
- wfFlag: 1,
1080
- wfEdit: false,
1081
- enabledByWf: false,
1082
- hiddenByWf: false,
1083
- wfConfigData: [],
1077
+ ...defaultWfConfig,
1084
1078
 
1085
1079
  showRuleFlag: 1,
1086
1080
  showRuleEnabled: 1,
@@ -1149,11 +1143,7 @@ export const basicFields = [
1149
1143
  formScriptEnabled: false,
1150
1144
  formScriptCode: "getList",
1151
1145
  formScriptParam: null,
1152
- wfFlag: 1,
1153
- wfEdit: false,
1154
- enabledByWf: false,
1155
- hiddenByWf: false,
1156
- wfConfigData: [],
1146
+ ...defaultWfConfig,
1157
1147
 
1158
1148
  showRuleFlag: 1,
1159
1149
  showRuleEnabled: 1,
@@ -1233,11 +1223,7 @@ export const basicFields = [
1233
1223
  formScriptEnabled: false,
1234
1224
  formScriptCode: "getList",
1235
1225
  formScriptParam: null,
1236
- wfFlag: 1,
1237
- wfEdit: false,
1238
- enabledByWf: false,
1239
- hiddenByWf: false,
1240
- wfConfigData: [],
1226
+ ...defaultWfConfig,
1241
1227
 
1242
1228
  showRuleFlag: 1,
1243
1229
  showRuleEnabled: 1,
@@ -1291,11 +1277,7 @@ export const basicFields = [
1291
1277
  onBlur: "",
1292
1278
  onValidate: "",
1293
1279
  accessType: "1",
1294
- wfFlag: 1,
1295
- wfEdit: false,
1296
- enabledByWf: false,
1297
- hiddenByWf: false,
1298
- wfConfigData: [],
1280
+ ...defaultWfConfig,
1299
1281
 
1300
1282
  showRuleFlag: 1,
1301
1283
  showRuleEnabled: 1,
@@ -1350,11 +1332,7 @@ export const basicFields = [
1350
1332
  onBlur: "",
1351
1333
  onValidate: "",
1352
1334
  accessType: "1",
1353
- wfFlag: 1,
1354
- wfEdit: false,
1355
- enabledByWf: false,
1356
- hiddenByWf: false,
1357
- wfConfigData: [],
1335
+ ...defaultWfConfig,
1358
1336
 
1359
1337
  showRuleFlag: 1,
1360
1338
  showRuleEnabled: 1,
@@ -1411,11 +1389,7 @@ export const basicFields = [
1411
1389
  onBlur: "",
1412
1390
  onValidate: "",
1413
1391
  accessType: "1",
1414
- wfFlag: 1,
1415
- wfEdit: false,
1416
- enabledByWf: false,
1417
- hiddenByWf: false,
1418
- wfConfigData: [],
1392
+ ...defaultWfConfig,
1419
1393
 
1420
1394
  showRuleFlag: 1,
1421
1395
  showRuleEnabled: 1,
@@ -1457,6 +1431,7 @@ export const basicFields = [
1457
1431
  editable: !1,
1458
1432
  format: "yyyy-MM-dd",
1459
1433
  valueFormat: "yyyy-MM-dd",
1434
+ defaultTime: ['00:00:00', '23:59:59'],
1460
1435
  required: !1,
1461
1436
  requiredHint: "",
1462
1437
  validation: "",
@@ -1472,11 +1447,7 @@ export const basicFields = [
1472
1447
  onBlur: "",
1473
1448
  onValidate: "",
1474
1449
  accessType: "1",
1475
- wfFlag: 1,
1476
- wfEdit: false,
1477
- enabledByWf: false,
1478
- hiddenByWf: false,
1479
- wfConfigData: [],
1450
+ ...defaultWfConfig,
1480
1451
 
1481
1452
  showRuleFlag: 1,
1482
1453
  showRuleEnabled: 1,
@@ -1628,6 +1599,7 @@ export const basicFields = [
1628
1599
  onCreated: "",
1629
1600
  onMounted: "",
1630
1601
  accessType: "1",
1602
+ ...defaultWfConfig,
1631
1603
 
1632
1604
  showRuleFlag: 1,
1633
1605
  showRuleEnabled: 1,
@@ -1654,6 +1626,7 @@ export const basicFields = [
1654
1626
  onCreated: "",
1655
1627
  onMounted: "",
1656
1628
  accessType: "1",
1629
+ ...defaultWfConfig,
1657
1630
 
1658
1631
  showRuleFlag: 1,
1659
1632
  showRuleEnabled: 1,
@@ -1714,11 +1687,7 @@ export const basicFields = [
1714
1687
  tableRef: null,
1715
1688
  tableData: {}
1716
1689
  },
1717
- wfFlag: 1,
1718
- wfEdit: false,
1719
- enabledByWf: false,
1720
- hiddenByWf: false,
1721
- wfConfigData: [],
1690
+ ...defaultWfConfig,
1722
1691
 
1723
1692
  showRuleFlag: 1,
1724
1693
  showRuleEnabled: 1,
@@ -1743,6 +1712,7 @@ export const basicFields = [
1743
1712
  contentPosition: "center",
1744
1713
  hidden: !1,
1745
1714
  customClass: "",
1715
+ ...defaultWfConfig,
1746
1716
  onCreated: "",
1747
1717
  onMounted: ""
1748
1718
  }
@@ -1824,6 +1794,7 @@ export const basicFields = [
1824
1794
  onMounted: "",
1825
1795
  accessType: "1",
1826
1796
  labelColor: '#555555',
1797
+ ...defaultWfConfig,
1827
1798
 
1828
1799
  showRuleFlag: 1,
1829
1800
  showRuleEnabled: 1,
@@ -1872,11 +1843,7 @@ export const basicFields = [
1872
1843
  onChange: "",
1873
1844
  onClick: "",
1874
1845
  accessType: "1",
1875
- wfFlag: 1,
1876
- wfEdit: false,
1877
- enabledByWf: false,
1878
- hiddenByWf: false,
1879
- wfConfigData: [],
1846
+ ...defaultWfConfig,
1880
1847
 
1881
1848
  showRuleFlag: 1,
1882
1849
  showRuleEnabled: 1,
@@ -1920,11 +1887,7 @@ export const basicFields = [
1920
1887
  tableRef: null,
1921
1888
  tableData: {}
1922
1889
  },
1923
- wfFlag: 1,
1924
- wfEdit: false,
1925
- enabledByWf: false,
1926
- hiddenByWf: false,
1927
- wfConfigData: [],
1890
+ ...defaultWfConfig,
1928
1891
 
1929
1892
  showRuleFlag: 1,
1930
1893
  showRuleEnabled: 1,
@@ -1998,10 +1961,11 @@ export const advancedFields = [
1998
1961
  color: "",
1999
1962
  fontWeight: "normal"
2000
1963
  },
2001
- data: [{
2002
- value: 1048,
2003
- name: 'Search Engine'
2004
- },
1964
+ data: [
1965
+ {
1966
+ value: 1048,
1967
+ name: 'Search Engine'
1968
+ },
2005
1969
  {
2006
1970
  value: 735,
2007
1971
  name: 'Direct'
@@ -2021,12 +1985,15 @@ export const advancedFields = [
2021
1985
  ],
2022
1986
  }]
2023
1987
  },
1988
+ echartConfig: '',
2024
1989
  formScriptEnabled: true,
2025
1990
  formScriptCode: "",
2026
1991
  formScriptParam: null,
1992
+ onClick: "",
2027
1993
  onCreated: "",
2028
1994
  onMounted: "this.loadDataDefaultHandle()",
2029
1995
 
1996
+ ...defaultWfConfig,
2030
1997
  showRuleFlag: 1,
2031
1998
  showRuleEnabled: 1,
2032
1999
  showRules: []
@@ -2044,6 +2011,7 @@ export const advancedFields = [
2044
2011
  echarBarOption: {
2045
2012
  backgroundColor: "#fff",
2046
2013
  color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
2014
+ colors: [],
2047
2015
  title: {
2048
2016
  show: true,
2049
2017
  top: '5px',
@@ -2190,12 +2158,14 @@ export const advancedFields = [
2190
2158
 
2191
2159
  }]
2192
2160
  },
2161
+ echartConfig: '',
2193
2162
  formScriptEnabled: true,
2194
2163
  formScriptCode: "",
2195
2164
  formScriptParam: null,
2165
+ onClick: "",
2196
2166
  onCreated: "",
2197
2167
  onMounted: "this.loadDataDefaultHandle()",
2198
-
2168
+ ...defaultWfConfig,
2199
2169
  showRuleFlag: 1,
2200
2170
  showRuleEnabled: 1,
2201
2171
  showRules: []
@@ -2214,6 +2184,7 @@ export const advancedFields = [
2214
2184
  echarCategoryOption: {
2215
2185
  backgroundColor: "#fff",
2216
2186
  color: ["#5BC1D7", "#FF8A3D", "#56C271", "#694ED6", "#C033A1", "#FFCC10"],
2187
+ colors: [],
2217
2188
  title: {
2218
2189
  show: true,
2219
2190
  top: '5px',
@@ -2324,6 +2295,23 @@ export const advancedFields = [
2324
2295
  shadowBlur: 4,
2325
2296
  shadowOffsetY: 6
2326
2297
  },
2298
+ itemStyle: {
2299
+ color: {
2300
+ type: 'linear',
2301
+ x: 0.5,
2302
+ y: 0.5,
2303
+ r: 0.5,
2304
+ colorStops: [{
2305
+ offset: 0, color: '#08C084' // 0% 处的颜色
2306
+ }, {
2307
+ offset: 1, color: '#97EACE' // 100% 处的颜色
2308
+ }],
2309
+ },
2310
+ cap: 'round',
2311
+ shadowColor: '#08C08450',
2312
+ shadowBlur: 4,
2313
+ shadowOffsetY: 6
2314
+ },
2327
2315
  emphasis: {
2328
2316
  scale: 1,
2329
2317
  focus: 'series'
@@ -2358,6 +2346,23 @@ export const advancedFields = [
2358
2346
  shadowBlur: 4,
2359
2347
  shadowOffsetY: 6
2360
2348
  },
2349
+ itemStyle: {
2350
+ color: {
2351
+ type: 'linear',
2352
+ x: 0.5,
2353
+ y: 0.5,
2354
+ r: 0.5,
2355
+ colorStops: [{
2356
+ offset: 0, color: '#FF6116' // 0% 处的颜色
2357
+ }, {
2358
+ offset: 1, color: '#F9A980' // 100% 处的颜色
2359
+ }],
2360
+ },
2361
+ cap: 'round',
2362
+ shadowColor: '#FF611650',
2363
+ shadowBlur: 4,
2364
+ shadowOffsetY: 6
2365
+ },
2361
2366
  emphasis: {
2362
2367
  scale: 1,
2363
2368
  focus: 'series'
@@ -2367,12 +2372,14 @@ export const advancedFields = [
2367
2372
  }]
2368
2373
 
2369
2374
  },
2375
+ echartConfig: '',
2370
2376
  formScriptEnabled: true,
2371
2377
  formScriptCode: "",
2372
2378
  formScriptParam: null,
2379
+ onClick: "",
2373
2380
  onCreated: "",
2374
2381
  onMounted: "this.loadDataDefaultHandle()",
2375
-
2382
+ ...defaultWfConfig,
2376
2383
  showRuleFlag: 1,
2377
2384
  showRuleEnabled: 1,
2378
2385
  showRules: []
@@ -2507,15 +2514,12 @@ export const advancedFields = [
2507
2514
  entityTableDesc: null,
2508
2515
  onCreated: "this.loadDataDefaultHandle();",
2509
2516
  onMounted: "",
2517
+ onAfterConfirmFile: "",
2510
2518
  vabUpload: 1,
2511
2519
  formScriptEnabled: true,
2512
2520
  formScriptCode: "getList",
2513
2521
  formScriptParam: null,
2514
- wfFlag: 1,
2515
- wfEdit: false,
2516
- enabledByWf: false,
2517
- hiddenByWf: false,
2518
- wfConfigData: [],
2522
+ ...defaultWfConfig,
2519
2523
 
2520
2524
  showRuleFlag: 1,
2521
2525
  showRuleEnabled: 1,
@@ -2564,11 +2568,7 @@ export const advancedFields = [
2564
2568
  ...defaultSearchDialogConfig,
2565
2569
  multipleChoices: false
2566
2570
  },
2567
- wfFlag: 1,
2568
- wfEdit: false,
2569
- enabledByWf: false,
2570
- hiddenByWf: false,
2571
- wfConfigData: [],
2571
+ ...defaultWfConfig,
2572
2572
  valueField: null,
2573
2573
  multipleChoices: false,
2574
2574
 
@@ -2613,11 +2613,7 @@ export const advancedFields = [
2613
2613
  ...defaultSearchDialogConfig,
2614
2614
  tableEnabled: true
2615
2615
  },
2616
- wfFlag: 1,
2617
- wfEdit: false,
2618
- enabledByWf: false,
2619
- hiddenByWf: false,
2620
- wfConfigData: [],
2616
+ ...defaultWfConfig,
2621
2617
 
2622
2618
  showRuleFlag: 1,
2623
2619
  showRuleEnabled: 1,
@@ -2654,11 +2650,7 @@ export const advancedFields = [
2654
2650
  searchDialogConfig: {
2655
2651
  ...defaultSearchDialogConfig
2656
2652
  },
2657
- wfFlag: 1,
2658
- wfEdit: false,
2659
- enabledByWf: false,
2660
- hiddenByWf: true,
2661
- wfConfigData: [],
2653
+ ...defaultWfConfig,
2662
2654
 
2663
2655
  showRuleFlag: 1,
2664
2656
  showRuleEnabled: 1,
@@ -2694,11 +2686,7 @@ export const advancedFields = [
2694
2686
  searchDialogConfig: {
2695
2687
  ...defaultSearchDialogConfig
2696
2688
  },
2697
- wfFlag: 1,
2698
- wfEdit: false,
2699
- enabledByWf: true,
2700
- hiddenByWf: false,
2701
- wfConfigData: [],
2689
+ ...defaultWfConfig,
2702
2690
 
2703
2691
  showRuleFlag: 1,
2704
2692
  showRuleEnabled: 1,
@@ -2720,13 +2708,11 @@ export const advancedFields = [
2720
2708
  exportFileName: '导出',
2721
2709
  tableRef: '',
2722
2710
  tableExportParam: "",
2711
+ showImageAtTable: false,
2712
+
2723
2713
  onCreated: "",
2724
2714
  onMounted: "",
2725
- wfFlag: 1,
2726
- wfEdit: false,
2727
- enabledByWf: false,
2728
- hiddenByWf: false,
2729
- wfConfigData: [],
2715
+ ...defaultWfConfig,
2730
2716
 
2731
2717
  showRuleFlag: 1,
2732
2718
  showRuleEnabled: 1,
@@ -2761,11 +2747,7 @@ export const advancedFields = [
2761
2747
  searchDialogConfig: {
2762
2748
  ...defaultSearchDialogConfig
2763
2749
  },
2764
- wfFlag: 1,
2765
- wfEdit: false,
2766
- enabledByWf: false,
2767
- hiddenByWf: false,
2768
- wfConfigData: [],
2750
+ ...defaultWfConfig,
2769
2751
 
2770
2752
  showRuleFlag: 1,
2771
2753
  showRuleEnabled: 1,
@@ -2802,11 +2784,7 @@ export const advancedFields = [
2802
2784
  searchDialogConfig: {
2803
2785
  ...defaultSearchDialogConfig
2804
2786
  },
2805
- wfFlag: 1,
2806
- wfEdit: false,
2807
- enabledByWf: false,
2808
- hiddenByWf: true,
2809
- wfConfigData: [],
2787
+ ...defaultWfConfig,
2810
2788
 
2811
2789
  showRuleFlag: 1,
2812
2790
  showRuleEnabled: 1,
@@ -2824,6 +2802,7 @@ export const advancedFields = [
2824
2802
  label: "导入",
2825
2803
  columnWidth: "200px",
2826
2804
  size: "",
2805
+ importFileLimitSize: 200,
2827
2806
  // displayStyle: "block",
2828
2807
  disabled: !1,
2829
2808
  hidden: !1,
@@ -2839,11 +2818,7 @@ export const advancedFields = [
2839
2818
  searchDialogConfig: {
2840
2819
  ...defaultSearchDialogConfig
2841
2820
  },
2842
- wfFlag: 1,
2843
- wfEdit: false,
2844
- enabledByWf: false,
2845
- hiddenByWf: false,
2846
- wfConfigData: [],
2821
+ ...defaultWfConfig,
2847
2822
  importEntity: '',
2848
2823
  importAttachCode: '',
2849
2824
  importScriptCode: '',
@@ -2880,11 +2855,7 @@ export const advancedFields = [
2880
2855
  searchDialogConfig: {
2881
2856
  ...defaultSearchDialogConfig
2882
2857
  },
2883
- wfFlag: 1,
2884
- wfEdit: false,
2885
- enabledByWf: false,
2886
- hiddenByWf: false,
2887
- wfConfigData: [],
2858
+ ...defaultWfConfig,
2888
2859
  printTableRef: "",
2889
2860
  printItems: [],
2890
2861
 
@@ -2916,11 +2887,8 @@ export const advancedFields = [
2916
2887
  entityTableDesc: null,
2917
2888
  onCreated: "",
2918
2889
  onMounted: "",
2919
- wfFlag: 1,
2920
- wfEdit: false,
2921
- enabledByWf: false,
2922
- hiddenByWf: false,
2923
- wfConfigData: [],
2890
+ onAfterConfirmFile: "",
2891
+ ...defaultWfConfig,
2924
2892
 
2925
2893
  showRuleFlag: 1,
2926
2894
  showRuleEnabled: 1,
@@ -2949,6 +2917,7 @@ export const advancedFields = [
2949
2917
  statusParam: [],
2950
2918
  onCreated: "",
2951
2919
  onMounted: "",
2920
+ ...defaultWfConfig,
2952
2921
 
2953
2922
  showRuleFlag: 1,
2954
2923
  showRuleEnabled: 1,
@@ -2997,7 +2966,7 @@ export const advancedFields = [
2997
2966
  formScriptParam: null,
2998
2967
  onCreated: "",
2999
2968
  onMounted: "",
3000
-
2969
+ ...defaultWfConfig,
3001
2970
  showRuleFlag: 1,
3002
2971
  showRuleEnabled: 1,
3003
2972
  showRules: []
@@ -3006,14 +2975,14 @@ export const advancedFields = [
3006
2975
  {
3007
2976
  type: "project-tag",
3008
2977
  icon: "uploadbox",
3009
- // commonFlag: !0,
2978
+ commonFlag: !0,
3010
2979
  formItemFlag: !0,
3011
2980
  tableField: null,
3012
2981
  options: {
3013
2982
  name: "",
3014
2983
  keyNameEnabled: !1,
3015
2984
  keyName: "",
3016
- keyNameSuffix: "",
2985
+ // keyNameSuffix: "",
3017
2986
  label: "",
3018
2987
  submitFlag: true,
3019
2988
  disabled: !1,
@@ -3028,11 +2997,7 @@ export const advancedFields = [
3028
2997
  formScriptEnabled: true,
3029
2998
  formScriptCode: "getList",
3030
2999
  formScriptParam: null,
3031
- wfFlag: 1,
3032
- wfEdit: false,
3033
- enabledByWf: false,
3034
- hiddenByWf: false,
3035
- wfConfigData: [],
3000
+ ...defaultWfConfig,
3036
3001
 
3037
3002
  showRuleFlag: 1,
3038
3003
  showRuleEnabled: 1,
@@ -3060,7 +3025,7 @@ export const advancedFields = [
3060
3025
  formScriptParam: null,
3061
3026
  onCreated: "this.loadDataDefaultHandle()",
3062
3027
  onMounted: "",
3063
-
3028
+ ...defaultWfConfig,
3064
3029
  showRuleFlag: 1,
3065
3030
  showRuleEnabled: 1,
3066
3031
  showRules: []
@@ -2,7 +2,8 @@
2
2
  <vxe-grid :ref="widget.id" v-bind="vxeOption" :auto-resize="true" v-show="!widget.options.hidden"
3
3
  @resizable-change="$vxeTableUtil.onColumnWitchChange" @custom="$vxeTableUtil.customHandle"
4
4
  @checkbox-change="handleCheckboxChange" @checkbox-all="handleCheckboxAll"
5
- @cell-dblclick="handleCellDblclick" :class="dataTableConfig.class" :data="fieldModel">
5
+ @cell-dblclick="handleCellDblclick" :class="dataTableConfig.class" :data="fieldModel"
6
+ :span-method="mergeRowMethod">
6
7
  <template #form>
7
8
  <!-- <div v-if="widget.options.showSearchArea" class="clearfix screen-btns">
8
9
  <div class="fl">
@@ -191,7 +192,7 @@
191
192
  :field="fieldWidget"
192
193
  :form-model="globalModel.formModel"
193
194
  :designer="null"
194
- :key="fieldWidget.id"
195
+ :key="fieldWidget.id+'-'+obj.rowIndex"
195
196
  :parent-widget="widget"
196
197
  :columnConfig="obj.column.params.columnConfig"
197
198
  :subFormRowIndex="obj.rowIndex"
@@ -209,7 +210,7 @@
209
210
  :field="obj.column.params.widget"
210
211
  :form-model="globalModel.formModel"
211
212
  :designer="null"
212
- :key="obj.column.params.widget.id"
213
+ :key="obj.column.params.widget.id+'-'+obj.rowIndex"
213
214
  :parent-widget="widget"
214
215
  :columnConfig="obj.column.params.columnConfig"
215
216
  :subFormRowIndex="obj.rowIndex"
@@ -227,7 +228,7 @@
227
228
  :field="obj.column.params.editWidget"
228
229
  :form-model="globalModel.formModel"
229
230
  :designer="null"
230
- :key="obj.column.params.editWidget.id"
231
+ :key="obj.column.params.editWidget.id+'-'+obj.rowIndex"
231
232
  :parent-widget="widget"
232
233
  :columnConfig="obj.column.params.columnConfig"
233
234
  :subFormRowIndex="obj.rowIndex"