cloud-web-corejs 1.0.53 → 1.0.54-dev.2
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 +1 -1
- package/src/components/jsonImport/index.js +17 -17
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +36 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/showRuleFlag-editor.vue +223 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +62 -0
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +2 -0
- package/src/components/xform/form-designer/setting-panel/wfObjConfigDialog.vue +189 -0
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +277 -33
- package/src/components/xform/form-render/indexMixin.js +36 -36
- package/src/views/bd/setting/form_script/list1.vue +1 -2
- package/src/views/bd/setting/form_template/list.vue +1 -2
- package/src/views/bd/setting/form_template/mixins/list.js +1 -1
- package/src/views/bd/setting/menu_kind/mixins/authDialog.js +1 -1
- package/src/views/bd/setting/table_model/list.vue +1 -2
- package/src/views/user/access_log/list.vue +349 -349
- package/src/views/user/wf/wf_obj_config/edit.vue +5 -1
- package/src/views/user/wf/wf_obj_config/list.vue +15 -0
@@ -259,7 +259,7 @@ export const containers = [
|
|
259
259
|
formScriptEnabled: true,
|
260
260
|
formScriptCode: null,
|
261
261
|
formScriptParam: null,
|
262
|
-
formScriptCallback:null,
|
262
|
+
formScriptCallback: null,
|
263
263
|
/*isLoadDataByAccess: false,
|
264
264
|
scriptEnabled: false,
|
265
265
|
scriptName: null,
|
@@ -275,7 +275,11 @@ export const containers = [
|
|
275
275
|
isTreeTable: false,
|
276
276
|
wbsEnabled: false,
|
277
277
|
sortScriptCode: null,
|
278
|
-
importTemplateFile: null
|
278
|
+
importTemplateFile: null,
|
279
|
+
|
280
|
+
showRuleFlag: 1,
|
281
|
+
showRuleEnabled: 1,
|
282
|
+
showRules: [],
|
279
283
|
}
|
280
284
|
},
|
281
285
|
/*{
|
@@ -813,7 +817,17 @@ export const basicFields = [
|
|
813
817
|
wfEdit: false,
|
814
818
|
enabledByWf: false,
|
815
819
|
hiddenByWf: false,
|
816
|
-
wfConfigData: []
|
820
|
+
wfConfigData: [],
|
821
|
+
|
822
|
+
showRuleFlag: 1,
|
823
|
+
showRuleEnabled: 1,
|
824
|
+
showRules: [],
|
825
|
+
textFlag: 1,
|
826
|
+
textRule1: false,
|
827
|
+
textRule2: false,
|
828
|
+
textRule3: false,
|
829
|
+
textRule2Number: null,
|
830
|
+
textRule3Number: null
|
817
831
|
}
|
818
832
|
},
|
819
833
|
{
|
@@ -871,7 +885,17 @@ export const basicFields = [
|
|
871
885
|
wfEdit: false,
|
872
886
|
enabledByWf: false,
|
873
887
|
hiddenByWf: false,
|
874
|
-
wfConfigData: []
|
888
|
+
wfConfigData: [],
|
889
|
+
|
890
|
+
showRuleFlag: 1,
|
891
|
+
showRuleEnabled: 1,
|
892
|
+
showRules: [],
|
893
|
+
textFlag: 1,
|
894
|
+
textRule1: false,
|
895
|
+
textRule2: false,
|
896
|
+
textRule3: false,
|
897
|
+
textRule2Number: null,
|
898
|
+
textRule3Number: null
|
875
899
|
|
876
900
|
}
|
877
901
|
},
|
@@ -921,8 +945,17 @@ export const basicFields = [
|
|
921
945
|
wfEdit: false,
|
922
946
|
enabledByWf: false,
|
923
947
|
hiddenByWf: false,
|
924
|
-
wfConfigData: []
|
948
|
+
wfConfigData: [],
|
925
949
|
|
950
|
+
showRuleFlag: 1,
|
951
|
+
showRuleEnabled: 1,
|
952
|
+
showRules: [],
|
953
|
+
textFlag: 1,
|
954
|
+
textRule1: false,
|
955
|
+
textRule2: false,
|
956
|
+
textRule3: false,
|
957
|
+
textRule2Number: null,
|
958
|
+
textRule3Number: null
|
926
959
|
}
|
927
960
|
},
|
928
961
|
{
|
@@ -973,7 +1006,17 @@ export const basicFields = [
|
|
973
1006
|
wfEdit: false,
|
974
1007
|
enabledByWf: false,
|
975
1008
|
hiddenByWf: false,
|
976
|
-
wfConfigData: []
|
1009
|
+
wfConfigData: [],
|
1010
|
+
|
1011
|
+
showRuleFlag: 1,
|
1012
|
+
showRuleEnabled: 1,
|
1013
|
+
showRules: [],
|
1014
|
+
textFlag: 1,
|
1015
|
+
textRule1: false,
|
1016
|
+
textRule2: false,
|
1017
|
+
textRule3: false,
|
1018
|
+
textRule2Number: null,
|
1019
|
+
textRule3Number: null
|
977
1020
|
|
978
1021
|
}
|
979
1022
|
},
|
@@ -1037,7 +1080,17 @@ export const basicFields = [
|
|
1037
1080
|
wfEdit: false,
|
1038
1081
|
enabledByWf: false,
|
1039
1082
|
hiddenByWf: false,
|
1040
|
-
wfConfigData: []
|
1083
|
+
wfConfigData: [],
|
1084
|
+
|
1085
|
+
showRuleFlag: 1,
|
1086
|
+
showRuleEnabled: 1,
|
1087
|
+
showRules: [],
|
1088
|
+
textFlag: 1,
|
1089
|
+
textRule1: false,
|
1090
|
+
textRule2: false,
|
1091
|
+
textRule3: false,
|
1092
|
+
textRule2Number: null,
|
1093
|
+
textRule3Number: null
|
1041
1094
|
}
|
1042
1095
|
},
|
1043
1096
|
{
|
@@ -1100,7 +1153,17 @@ export const basicFields = [
|
|
1100
1153
|
wfEdit: false,
|
1101
1154
|
enabledByWf: false,
|
1102
1155
|
hiddenByWf: false,
|
1103
|
-
wfConfigData: []
|
1156
|
+
wfConfigData: [],
|
1157
|
+
|
1158
|
+
showRuleFlag: 1,
|
1159
|
+
showRuleEnabled: 1,
|
1160
|
+
showRules: [],
|
1161
|
+
textFlag: 1,
|
1162
|
+
textRule1: false,
|
1163
|
+
textRule2: false,
|
1164
|
+
textRule3: false,
|
1165
|
+
textRule2Number: null,
|
1166
|
+
textRule3Number: null
|
1104
1167
|
|
1105
1168
|
}
|
1106
1169
|
},
|
@@ -1174,7 +1237,17 @@ export const basicFields = [
|
|
1174
1237
|
wfEdit: false,
|
1175
1238
|
enabledByWf: false,
|
1176
1239
|
hiddenByWf: false,
|
1177
|
-
wfConfigData: []
|
1240
|
+
wfConfigData: [],
|
1241
|
+
|
1242
|
+
showRuleFlag: 1,
|
1243
|
+
showRuleEnabled: 1,
|
1244
|
+
showRules: [],
|
1245
|
+
textFlag: 1,
|
1246
|
+
textRule1: false,
|
1247
|
+
textRule2: false,
|
1248
|
+
textRule3: false,
|
1249
|
+
textRule2Number: null,
|
1250
|
+
textRule3Number: null
|
1178
1251
|
}
|
1179
1252
|
},
|
1180
1253
|
{
|
@@ -1222,7 +1295,17 @@ export const basicFields = [
|
|
1222
1295
|
wfEdit: false,
|
1223
1296
|
enabledByWf: false,
|
1224
1297
|
hiddenByWf: false,
|
1225
|
-
wfConfigData: []
|
1298
|
+
wfConfigData: [],
|
1299
|
+
|
1300
|
+
showRuleFlag: 1,
|
1301
|
+
showRuleEnabled: 1,
|
1302
|
+
showRules: [],
|
1303
|
+
textFlag: 1,
|
1304
|
+
textRule1: false,
|
1305
|
+
textRule2: false,
|
1306
|
+
textRule3: false,
|
1307
|
+
textRule2Number: null,
|
1308
|
+
textRule3Number: null
|
1226
1309
|
|
1227
1310
|
}
|
1228
1311
|
},
|
@@ -1271,7 +1354,17 @@ export const basicFields = [
|
|
1271
1354
|
wfEdit: false,
|
1272
1355
|
enabledByWf: false,
|
1273
1356
|
hiddenByWf: false,
|
1274
|
-
wfConfigData: []
|
1357
|
+
wfConfigData: [],
|
1358
|
+
|
1359
|
+
showRuleFlag: 1,
|
1360
|
+
showRuleEnabled: 1,
|
1361
|
+
showRules: [],
|
1362
|
+
textFlag: 1,
|
1363
|
+
textRule1: false,
|
1364
|
+
textRule2: false,
|
1365
|
+
textRule3: false,
|
1366
|
+
textRule2Number: null,
|
1367
|
+
textRule3Number: null
|
1275
1368
|
|
1276
1369
|
}
|
1277
1370
|
},
|
@@ -1322,7 +1415,17 @@ export const basicFields = [
|
|
1322
1415
|
wfEdit: false,
|
1323
1416
|
enabledByWf: false,
|
1324
1417
|
hiddenByWf: false,
|
1325
|
-
wfConfigData: []
|
1418
|
+
wfConfigData: [],
|
1419
|
+
|
1420
|
+
showRuleFlag: 1,
|
1421
|
+
showRuleEnabled: 1,
|
1422
|
+
showRules: [],
|
1423
|
+
textFlag: 1,
|
1424
|
+
textRule1: false,
|
1425
|
+
textRule2: false,
|
1426
|
+
textRule3: false,
|
1427
|
+
textRule2Number: null,
|
1428
|
+
textRule3Number: null
|
1326
1429
|
|
1327
1430
|
}
|
1328
1431
|
},
|
@@ -1373,7 +1476,17 @@ export const basicFields = [
|
|
1373
1476
|
wfEdit: false,
|
1374
1477
|
enabledByWf: false,
|
1375
1478
|
hiddenByWf: false,
|
1376
|
-
wfConfigData: []
|
1479
|
+
wfConfigData: [],
|
1480
|
+
|
1481
|
+
showRuleFlag: 1,
|
1482
|
+
showRuleEnabled: 1,
|
1483
|
+
showRules: [],
|
1484
|
+
textFlag: 1,
|
1485
|
+
textRule1: false,
|
1486
|
+
textRule2: false,
|
1487
|
+
textRule3: false,
|
1488
|
+
textRule2Number: null,
|
1489
|
+
textRule3Number: null
|
1377
1490
|
|
1378
1491
|
}
|
1379
1492
|
},
|
@@ -1516,6 +1629,16 @@ export const basicFields = [
|
|
1516
1629
|
onMounted: "",
|
1517
1630
|
accessType: "1",
|
1518
1631
|
|
1632
|
+
showRuleFlag: 1,
|
1633
|
+
showRuleEnabled: 1,
|
1634
|
+
showRules: [],
|
1635
|
+
textFlag: 1,
|
1636
|
+
textRule1: false,
|
1637
|
+
textRule2: false,
|
1638
|
+
textRule3: false,
|
1639
|
+
textRule2Number: null,
|
1640
|
+
textRule3Number: null
|
1641
|
+
|
1519
1642
|
}
|
1520
1643
|
},
|
1521
1644
|
{
|
@@ -1532,6 +1655,16 @@ export const basicFields = [
|
|
1532
1655
|
onMounted: "",
|
1533
1656
|
accessType: "1",
|
1534
1657
|
|
1658
|
+
showRuleFlag: 1,
|
1659
|
+
showRuleEnabled: 1,
|
1660
|
+
showRules: [],
|
1661
|
+
textFlag: 1,
|
1662
|
+
textRule1: false,
|
1663
|
+
textRule2: false,
|
1664
|
+
textRule3: false,
|
1665
|
+
textRule2Number: null,
|
1666
|
+
textRule3Number: null
|
1667
|
+
|
1535
1668
|
}
|
1536
1669
|
},
|
1537
1670
|
/* {
|
@@ -1585,7 +1718,17 @@ export const basicFields = [
|
|
1585
1718
|
wfEdit: false,
|
1586
1719
|
enabledByWf: false,
|
1587
1720
|
hiddenByWf: false,
|
1588
|
-
wfConfigData: []
|
1721
|
+
wfConfigData: [],
|
1722
|
+
|
1723
|
+
showRuleFlag: 1,
|
1724
|
+
showRuleEnabled: 1,
|
1725
|
+
showRules: [],
|
1726
|
+
textFlag: 1,
|
1727
|
+
textRule1: false,
|
1728
|
+
textRule2: false,
|
1729
|
+
textRule3: false,
|
1730
|
+
textRule2Number: null,
|
1731
|
+
textRule3Number: null
|
1589
1732
|
}
|
1590
1733
|
},
|
1591
1734
|
{
|
@@ -1682,6 +1825,15 @@ export const basicFields = [
|
|
1682
1825
|
accessType: "1",
|
1683
1826
|
labelColor: '#555555',
|
1684
1827
|
|
1828
|
+
showRuleFlag: 1,
|
1829
|
+
showRuleEnabled: 1,
|
1830
|
+
showRules: [],
|
1831
|
+
textFlag: 1,
|
1832
|
+
textRule1: false,
|
1833
|
+
textRule2: false,
|
1834
|
+
textRule3: false,
|
1835
|
+
textRule2Number: null,
|
1836
|
+
textRule3Number: null
|
1685
1837
|
}
|
1686
1838
|
},
|
1687
1839
|
{
|
@@ -1724,7 +1876,17 @@ export const basicFields = [
|
|
1724
1876
|
wfEdit: false,
|
1725
1877
|
enabledByWf: false,
|
1726
1878
|
hiddenByWf: false,
|
1727
|
-
wfConfigData: []
|
1879
|
+
wfConfigData: [],
|
1880
|
+
|
1881
|
+
showRuleFlag: 1,
|
1882
|
+
showRuleEnabled: 1,
|
1883
|
+
showRules: [],
|
1884
|
+
textFlag: 1,
|
1885
|
+
textRule1: false,
|
1886
|
+
textRule2: false,
|
1887
|
+
textRule3: false,
|
1888
|
+
textRule2Number: null,
|
1889
|
+
textRule3Number: null
|
1728
1890
|
}
|
1729
1891
|
},
|
1730
1892
|
{
|
@@ -1762,7 +1924,17 @@ export const basicFields = [
|
|
1762
1924
|
wfEdit: false,
|
1763
1925
|
enabledByWf: false,
|
1764
1926
|
hiddenByWf: false,
|
1765
|
-
wfConfigData: []
|
1927
|
+
wfConfigData: [],
|
1928
|
+
|
1929
|
+
showRuleFlag: 1,
|
1930
|
+
showRuleEnabled: 1,
|
1931
|
+
showRules: [],
|
1932
|
+
textFlag: 1,
|
1933
|
+
textRule1: false,
|
1934
|
+
textRule2: false,
|
1935
|
+
textRule3: false,
|
1936
|
+
textRule2Number: null,
|
1937
|
+
textRule3Number: null
|
1766
1938
|
}
|
1767
1939
|
},
|
1768
1940
|
|
@@ -1794,12 +1966,12 @@ export const advancedFields = [
|
|
1794
1966
|
containLabel: true
|
1795
1967
|
},
|
1796
1968
|
legend: {
|
1797
|
-
show:false,
|
1969
|
+
show: false,
|
1798
1970
|
right: '12px',
|
1799
1971
|
itemGap: 20,
|
1800
|
-
itemWidth:10,
|
1801
|
-
itemHeight:10,
|
1802
|
-
orient:'horizontal'
|
1972
|
+
itemWidth: 10,
|
1973
|
+
itemHeight: 10,
|
1974
|
+
orient: 'horizontal'
|
1803
1975
|
},
|
1804
1976
|
tooltip: {
|
1805
1977
|
trigger: 'axis',
|
@@ -1854,6 +2026,10 @@ export const advancedFields = [
|
|
1854
2026
|
formScriptParam: null,
|
1855
2027
|
onCreated: "",
|
1856
2028
|
onMounted: "this.loadDataDefaultHandle()",
|
2029
|
+
|
2030
|
+
showRuleFlag: 1,
|
2031
|
+
showRuleEnabled: 1,
|
2032
|
+
showRules: []
|
1857
2033
|
}
|
1858
2034
|
},
|
1859
2035
|
{
|
@@ -2019,6 +2195,10 @@ export const advancedFields = [
|
|
2019
2195
|
formScriptParam: null,
|
2020
2196
|
onCreated: "",
|
2021
2197
|
onMounted: "this.loadDataDefaultHandle()",
|
2198
|
+
|
2199
|
+
showRuleFlag: 1,
|
2200
|
+
showRuleEnabled: 1,
|
2201
|
+
showRules: []
|
2022
2202
|
}
|
2023
2203
|
},
|
2024
2204
|
{
|
@@ -2192,6 +2372,10 @@ export const advancedFields = [
|
|
2192
2372
|
formScriptParam: null,
|
2193
2373
|
onCreated: "",
|
2194
2374
|
onMounted: "this.loadDataDefaultHandle()",
|
2375
|
+
|
2376
|
+
showRuleFlag: 1,
|
2377
|
+
showRuleEnabled: 1,
|
2378
|
+
showRules: []
|
2195
2379
|
}
|
2196
2380
|
},
|
2197
2381
|
{
|
@@ -2331,7 +2515,11 @@ export const advancedFields = [
|
|
2331
2515
|
wfEdit: false,
|
2332
2516
|
enabledByWf: false,
|
2333
2517
|
hiddenByWf: false,
|
2334
|
-
wfConfigData: []
|
2518
|
+
wfConfigData: [],
|
2519
|
+
|
2520
|
+
showRuleFlag: 1,
|
2521
|
+
showRuleEnabled: 1,
|
2522
|
+
showRules: []
|
2335
2523
|
}
|
2336
2524
|
},
|
2337
2525
|
{
|
@@ -2382,7 +2570,11 @@ export const advancedFields = [
|
|
2382
2570
|
hiddenByWf: false,
|
2383
2571
|
wfConfigData: [],
|
2384
2572
|
valueField: null,
|
2385
|
-
multipleChoices: false
|
2573
|
+
multipleChoices: false,
|
2574
|
+
|
2575
|
+
showRuleFlag: 1,
|
2576
|
+
showRuleEnabled: 1,
|
2577
|
+
showRules: []
|
2386
2578
|
|
2387
2579
|
}
|
2388
2580
|
},
|
@@ -2425,7 +2617,11 @@ export const advancedFields = [
|
|
2425
2617
|
wfEdit: false,
|
2426
2618
|
enabledByWf: false,
|
2427
2619
|
hiddenByWf: false,
|
2428
|
-
wfConfigData: []
|
2620
|
+
wfConfigData: [],
|
2621
|
+
|
2622
|
+
showRuleFlag: 1,
|
2623
|
+
showRuleEnabled: 1,
|
2624
|
+
showRules: []
|
2429
2625
|
}
|
2430
2626
|
},
|
2431
2627
|
{
|
@@ -2462,7 +2658,11 @@ export const advancedFields = [
|
|
2462
2658
|
wfEdit: false,
|
2463
2659
|
enabledByWf: false,
|
2464
2660
|
hiddenByWf: true,
|
2465
|
-
wfConfigData: []
|
2661
|
+
wfConfigData: [],
|
2662
|
+
|
2663
|
+
showRuleFlag: 1,
|
2664
|
+
showRuleEnabled: 1,
|
2665
|
+
showRules: []
|
2466
2666
|
|
2467
2667
|
},
|
2468
2668
|
},
|
@@ -2498,7 +2698,11 @@ export const advancedFields = [
|
|
2498
2698
|
wfEdit: false,
|
2499
2699
|
enabledByWf: true,
|
2500
2700
|
hiddenByWf: false,
|
2501
|
-
wfConfigData: []
|
2701
|
+
wfConfigData: [],
|
2702
|
+
|
2703
|
+
showRuleFlag: 1,
|
2704
|
+
showRuleEnabled: 1,
|
2705
|
+
showRules: []
|
2502
2706
|
},
|
2503
2707
|
},
|
2504
2708
|
{
|
@@ -2522,7 +2726,11 @@ export const advancedFields = [
|
|
2522
2726
|
wfEdit: false,
|
2523
2727
|
enabledByWf: false,
|
2524
2728
|
hiddenByWf: false,
|
2525
|
-
wfConfigData: []
|
2729
|
+
wfConfigData: [],
|
2730
|
+
|
2731
|
+
showRuleFlag: 1,
|
2732
|
+
showRuleEnabled: 1,
|
2733
|
+
showRules: []
|
2526
2734
|
|
2527
2735
|
}
|
2528
2736
|
},
|
@@ -2557,7 +2765,11 @@ export const advancedFields = [
|
|
2557
2765
|
wfEdit: false,
|
2558
2766
|
enabledByWf: false,
|
2559
2767
|
hiddenByWf: false,
|
2560
|
-
wfConfigData: []
|
2768
|
+
wfConfigData: [],
|
2769
|
+
|
2770
|
+
showRuleFlag: 1,
|
2771
|
+
showRuleEnabled: 1,
|
2772
|
+
showRules: []
|
2561
2773
|
},
|
2562
2774
|
},
|
2563
2775
|
{
|
@@ -2594,7 +2806,11 @@ export const advancedFields = [
|
|
2594
2806
|
wfEdit: false,
|
2595
2807
|
enabledByWf: false,
|
2596
2808
|
hiddenByWf: true,
|
2597
|
-
wfConfigData: []
|
2809
|
+
wfConfigData: [],
|
2810
|
+
|
2811
|
+
showRuleFlag: 1,
|
2812
|
+
showRuleEnabled: 1,
|
2813
|
+
showRules: []
|
2598
2814
|
|
2599
2815
|
},
|
2600
2816
|
},
|
@@ -2632,7 +2848,11 @@ export const advancedFields = [
|
|
2632
2848
|
importAttachCode: '',
|
2633
2849
|
importScriptCode: '',
|
2634
2850
|
onBeforeImport: '',
|
2635
|
-
enabledImportPreHandle: false
|
2851
|
+
enabledImportPreHandle: false,
|
2852
|
+
|
2853
|
+
showRuleFlag: 1,
|
2854
|
+
showRuleEnabled: 1,
|
2855
|
+
showRules: []
|
2636
2856
|
},
|
2637
2857
|
},
|
2638
2858
|
{
|
@@ -2666,7 +2886,11 @@ export const advancedFields = [
|
|
2666
2886
|
hiddenByWf: false,
|
2667
2887
|
wfConfigData: [],
|
2668
2888
|
printTableRef: "",
|
2669
|
-
printItems: []
|
2889
|
+
printItems: [],
|
2890
|
+
|
2891
|
+
showRuleFlag: 1,
|
2892
|
+
showRuleEnabled: 1,
|
2893
|
+
showRules: []
|
2670
2894
|
},
|
2671
2895
|
},
|
2672
2896
|
{
|
@@ -2696,7 +2920,11 @@ export const advancedFields = [
|
|
2696
2920
|
wfEdit: false,
|
2697
2921
|
enabledByWf: false,
|
2698
2922
|
hiddenByWf: false,
|
2699
|
-
wfConfigData: []
|
2923
|
+
wfConfigData: [],
|
2924
|
+
|
2925
|
+
showRuleFlag: 1,
|
2926
|
+
showRuleEnabled: 1,
|
2927
|
+
showRules: []
|
2700
2928
|
}
|
2701
2929
|
},
|
2702
2930
|
{
|
@@ -2721,6 +2949,10 @@ export const advancedFields = [
|
|
2721
2949
|
statusParam: [],
|
2722
2950
|
onCreated: "",
|
2723
2951
|
onMounted: "",
|
2952
|
+
|
2953
|
+
showRuleFlag: 1,
|
2954
|
+
showRuleEnabled: 1,
|
2955
|
+
showRules: []
|
2724
2956
|
}
|
2725
2957
|
},
|
2726
2958
|
{
|
@@ -2736,7 +2968,7 @@ export const advancedFields = [
|
|
2736
2968
|
hidden: false,
|
2737
2969
|
customClass: '', //自定义css类名
|
2738
2970
|
space: '5',
|
2739
|
-
censusClass:'form-count',
|
2971
|
+
censusClass: 'form-count',
|
2740
2972
|
censusItems: [
|
2741
2973
|
{
|
2742
2974
|
number: "1002",
|
@@ -2765,6 +2997,10 @@ export const advancedFields = [
|
|
2765
2997
|
formScriptParam: null,
|
2766
2998
|
onCreated: "",
|
2767
2999
|
onMounted: "",
|
3000
|
+
|
3001
|
+
showRuleFlag: 1,
|
3002
|
+
showRuleEnabled: 1,
|
3003
|
+
showRules: []
|
2768
3004
|
}
|
2769
3005
|
},
|
2770
3006
|
{
|
@@ -2796,7 +3032,11 @@ export const advancedFields = [
|
|
2796
3032
|
wfEdit: false,
|
2797
3033
|
enabledByWf: false,
|
2798
3034
|
hiddenByWf: false,
|
2799
|
-
wfConfigData: []
|
3035
|
+
wfConfigData: [],
|
3036
|
+
|
3037
|
+
showRuleFlag: 1,
|
3038
|
+
showRuleEnabled: 1,
|
3039
|
+
showRules: []
|
2800
3040
|
}
|
2801
3041
|
},
|
2802
3042
|
{
|
@@ -2820,6 +3060,10 @@ export const advancedFields = [
|
|
2820
3060
|
formScriptParam: null,
|
2821
3061
|
onCreated: "this.loadDataDefaultHandle()",
|
2822
3062
|
onMounted: "",
|
3063
|
+
|
3064
|
+
showRuleFlag: 1,
|
3065
|
+
showRuleEnabled: 1,
|
3066
|
+
showRules: []
|
2823
3067
|
}
|
2824
3068
|
},
|
2825
3069
|
]
|