askbot-dragon 0.7.93 → 0.7.94
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/ConversationContainer.vue +825 -574
- package/src/components/formTemplate.vue +94 -25
- package/src/components/popup.vue +46 -5
- package/src/components/tree.vue +16 -12
|
@@ -513,7 +513,8 @@ export default {
|
|
|
513
513
|
"extInfo":null,
|
|
514
514
|
"createTime":null,
|
|
515
515
|
"updateTime":null,
|
|
516
|
-
"required":null
|
|
516
|
+
"required":null,
|
|
517
|
+
"workOrderFieldId":null
|
|
517
518
|
},
|
|
518
519
|
"value":"",
|
|
519
520
|
"display":true,
|
|
@@ -554,7 +555,7 @@ export default {
|
|
|
554
555
|
"createTime":null,
|
|
555
556
|
"updateTime":null,
|
|
556
557
|
"required":null,
|
|
557
|
-
"workOrderFieldId":"
|
|
558
|
+
"workOrderFieldId":"d06fbdb477744892ab9b58bbbf94502c"
|
|
558
559
|
},
|
|
559
560
|
"value":"MIDDLE",
|
|
560
561
|
"display":true,
|
|
@@ -634,7 +635,8 @@ export default {
|
|
|
634
635
|
},
|
|
635
636
|
"createTime":null,
|
|
636
637
|
"updateTime":null,
|
|
637
|
-
"required":null
|
|
638
|
+
"required":null,
|
|
639
|
+
"workOrderFieldId":null
|
|
638
640
|
},
|
|
639
641
|
"value":"",
|
|
640
642
|
"display":true,
|
|
@@ -675,15 +677,15 @@ export default {
|
|
|
675
677
|
"value":"622ebf35cca8252f6c7ea60a"
|
|
676
678
|
},
|
|
677
679
|
{
|
|
678
|
-
"label":"
|
|
679
|
-
"value":"
|
|
680
|
+
"label":"已取消",
|
|
681
|
+
"value":"62e26fe65f7c5542654fbec2"
|
|
680
682
|
}
|
|
681
683
|
]
|
|
682
684
|
},
|
|
683
685
|
"createTime":null,
|
|
684
686
|
"updateTime":null,
|
|
685
687
|
"required":null,
|
|
686
|
-
"workOrderFieldId":"
|
|
688
|
+
"workOrderFieldId":"bb3f98f64abd44d39b2db58abe27542e"
|
|
687
689
|
},
|
|
688
690
|
"value":"61f0b074e698d414a7857d1b",
|
|
689
691
|
"display":true,
|
|
@@ -691,11 +693,226 @@ export default {
|
|
|
691
693
|
"editable":null
|
|
692
694
|
},
|
|
693
695
|
{
|
|
694
|
-
"fieldId":"
|
|
695
|
-
"paramName":"fieldValue.
|
|
696
|
+
"fieldId":"1056ca84eec64ee9accfac4fb2b8717c",
|
|
697
|
+
"paramName":"fieldValue.1056ca84eec64ee9accfac4fb2b8717c",
|
|
698
|
+
"formField":{
|
|
699
|
+
"id":null,
|
|
700
|
+
"name":"引用字段",
|
|
701
|
+
"description":null,
|
|
702
|
+
"type":"REF",
|
|
703
|
+
"deleted":null,
|
|
704
|
+
"lastOperatorId":null,
|
|
705
|
+
"mainId":null,
|
|
706
|
+
"extInfo":{
|
|
707
|
+
"fieldDetail":{
|
|
708
|
+
"widgetId":"0ed8cc6bac2a41e79c09d60f",
|
|
709
|
+
"defaultValue":"",
|
|
710
|
+
"description":"",
|
|
711
|
+
"remark":{
|
|
712
|
+
"enable":false,
|
|
713
|
+
"text":""
|
|
714
|
+
},
|
|
715
|
+
"type":"RADIO",
|
|
716
|
+
"required":false,
|
|
717
|
+
"searchable":false,
|
|
718
|
+
"isSystemField":false,
|
|
719
|
+
"extInfo":{
|
|
720
|
+
"autoInput":{
|
|
721
|
+
"enable":false,
|
|
722
|
+
"rule":{
|
|
723
|
+
"handler":"",
|
|
724
|
+
"type":"dict",
|
|
725
|
+
"exp":""
|
|
726
|
+
},
|
|
727
|
+
"source":[
|
|
728
|
+
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
"options":[
|
|
732
|
+
{
|
|
733
|
+
"_default":"false",
|
|
734
|
+
"label":"单选一",
|
|
735
|
+
"relationItems":[
|
|
736
|
+
"cc12960a92f849a3ac8fb6c5"
|
|
737
|
+
],
|
|
738
|
+
"value":"单选一",
|
|
739
|
+
"requiredItems":[
|
|
740
|
+
"cc12960a92f849a3ac8fb6c5"
|
|
741
|
+
]
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"_default":"false",
|
|
745
|
+
"label":"单选二",
|
|
746
|
+
"relationItems":[
|
|
747
|
+
|
|
748
|
+
],
|
|
749
|
+
"value":"单选二",
|
|
750
|
+
"requiredItems":[
|
|
751
|
+
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"_default":"false",
|
|
756
|
+
"label":"单选三",
|
|
757
|
+
"relationItems":[
|
|
758
|
+
|
|
759
|
+
],
|
|
760
|
+
"value":"单选三",
|
|
761
|
+
"requiredItems":[
|
|
762
|
+
|
|
763
|
+
]
|
|
764
|
+
}
|
|
765
|
+
],
|
|
766
|
+
"isCommon":true,
|
|
767
|
+
"placeholder":"请选择",
|
|
768
|
+
"dependent":{
|
|
769
|
+
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
"top":0,
|
|
773
|
+
"left":0,
|
|
774
|
+
"name":"单选",
|
|
775
|
+
"width":6,
|
|
776
|
+
"disabled":false,
|
|
777
|
+
"id":"0ed8cc6bac2a41e79c09d60f",
|
|
778
|
+
"height":2
|
|
779
|
+
},
|
|
780
|
+
"ref":{
|
|
781
|
+
"fieldName":"单选",
|
|
782
|
+
"field":"0ed8cc6bac2a41e79c09d60f",
|
|
783
|
+
"source":"62d4f9003aa89109868692e3",
|
|
784
|
+
"sourceName":"bug复测",
|
|
785
|
+
"vars":[
|
|
786
|
+
|
|
787
|
+
],
|
|
788
|
+
"type":"RADIO"
|
|
789
|
+
},
|
|
790
|
+
"isDelete":true,
|
|
791
|
+
"autoInput":{
|
|
792
|
+
"enable":false,
|
|
793
|
+
"rule":{
|
|
794
|
+
"handler":"",
|
|
795
|
+
"type":"",
|
|
796
|
+
"exp":""
|
|
797
|
+
},
|
|
798
|
+
"source":[
|
|
799
|
+
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
"chooseShow":[
|
|
803
|
+
|
|
804
|
+
],
|
|
805
|
+
"placeholder":"请输入"
|
|
806
|
+
},
|
|
807
|
+
"createTime":null,
|
|
808
|
+
"updateTime":null,
|
|
809
|
+
"required":null,
|
|
810
|
+
"workOrderFieldId":"1056ca84eec64ee9accfac4fb2b8717c"
|
|
811
|
+
},
|
|
812
|
+
"value":"",
|
|
813
|
+
"display":true,
|
|
814
|
+
"required":false,
|
|
815
|
+
"editable":null
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"fieldId":"7e85ef09361d49699bd5a9360cd531ac",
|
|
819
|
+
"paramName":"fieldValue.7e85ef09361d49699bd5a9360cd531ac",
|
|
820
|
+
"formField":{
|
|
821
|
+
"id":null,
|
|
822
|
+
"name":"关联数据模板",
|
|
823
|
+
"description":null,
|
|
824
|
+
"type":"REF_TEMPLATE",
|
|
825
|
+
"deleted":null,
|
|
826
|
+
"lastOperatorId":null,
|
|
827
|
+
"mainId":null,
|
|
828
|
+
"extInfo":{
|
|
829
|
+
"ref":{
|
|
830
|
+
"field":"<p><span class=\"ask-component-placeholder\" th:text=\"da9856c768de47c7a219c5ad\">组织架构</span><span class=\"ask-component-placeholder\" th:text=\"d175080547bc4a8db7c946b8\">用户</span><span class=\"ask-component-placeholder\" th:text=\"83234a8cbc3b46f781e4f4f8\">系统账号</span><span class=\"ask-component-placeholder\" th:text=\"6ad9a39d8f454eaca4952a11\">省份</span><span class=\"ask-component-placeholder\" th:text=\"e1addf8b539e427db3bc9053\">城市</span></p>",
|
|
831
|
+
"source":"62d4f9003aa89109868692e3",
|
|
832
|
+
"sourceName":"bug复测",
|
|
833
|
+
"vars":[
|
|
834
|
+
"da9856c768de47c7a219c5ad",
|
|
835
|
+
"d175080547bc4a8db7c946b8",
|
|
836
|
+
"83234a8cbc3b46f781e4f4f8",
|
|
837
|
+
"6ad9a39d8f454eaca4952a11",
|
|
838
|
+
"978cf6fe55a8474e84d9cb30",
|
|
839
|
+
"ec568a2ba78f4809b1c27074",
|
|
840
|
+
"dc407e4c112d4a81b809fa9c",
|
|
841
|
+
"0ed8cc6bac2a41e79c09d60f",
|
|
842
|
+
"e1addf8b539e427db3bc9053"
|
|
843
|
+
],
|
|
844
|
+
"type":""
|
|
845
|
+
},
|
|
846
|
+
"addBtnName":"",
|
|
847
|
+
"isDelete":true,
|
|
848
|
+
"autoInput":{
|
|
849
|
+
"enable":false,
|
|
850
|
+
"rule":{
|
|
851
|
+
"handler":"",
|
|
852
|
+
"type":"",
|
|
853
|
+
"exp":""
|
|
854
|
+
},
|
|
855
|
+
"source":[
|
|
856
|
+
|
|
857
|
+
]
|
|
858
|
+
},
|
|
859
|
+
"chooseShow":[
|
|
860
|
+
{
|
|
861
|
+
"name":"组织架构",
|
|
862
|
+
"checked":true,
|
|
863
|
+
"id":"da9856c768de47c7a219c5ad",
|
|
864
|
+
"nodeType":"FIELD",
|
|
865
|
+
"fieldType":"ORG"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name":"用户",
|
|
869
|
+
"checked":true,
|
|
870
|
+
"id":"d175080547bc4a8db7c946b8",
|
|
871
|
+
"nodeType":"FIELD",
|
|
872
|
+
"fieldType":"USER"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name":"系统账号",
|
|
876
|
+
"checked":true,
|
|
877
|
+
"id":"83234a8cbc3b46f781e4f4f8",
|
|
878
|
+
"nodeType":"FIELD",
|
|
879
|
+
"fieldType":"ACCOUNT"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name":"省份",
|
|
883
|
+
"checked":true,
|
|
884
|
+
"id":"6ad9a39d8f454eaca4952a11",
|
|
885
|
+
"nodeType":"FIELD",
|
|
886
|
+
"fieldType":"PROVINCE"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name":"城市",
|
|
890
|
+
"checked":true,
|
|
891
|
+
"id":"e1addf8b539e427db3bc9053",
|
|
892
|
+
"nodeType":"FIELD",
|
|
893
|
+
"fieldType":"CITY"
|
|
894
|
+
}
|
|
895
|
+
],
|
|
896
|
+
"selectType":"多选",
|
|
897
|
+
"supportAdd":false,
|
|
898
|
+
"placeholder":"请输入"
|
|
899
|
+
},
|
|
900
|
+
"createTime":null,
|
|
901
|
+
"updateTime":null,
|
|
902
|
+
"required":null,
|
|
903
|
+
"workOrderFieldId":"7e85ef09361d49699bd5a9360cd531ac"
|
|
904
|
+
},
|
|
905
|
+
"value":"",
|
|
906
|
+
"display":true,
|
|
907
|
+
"required":false,
|
|
908
|
+
"editable":null
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"fieldId":"49b5331f0940410c869bd882431fa5ff",
|
|
912
|
+
"paramName":"fieldValue.49b5331f0940410c869bd882431fa5ff",
|
|
696
913
|
"formField":{
|
|
697
914
|
"id":null,
|
|
698
|
-
"name":"
|
|
915
|
+
"name":"文本",
|
|
699
916
|
"description":null,
|
|
700
917
|
"type":"INPUT",
|
|
701
918
|
"deleted":null,
|
|
@@ -716,9 +933,7 @@ export default {
|
|
|
716
933
|
]
|
|
717
934
|
},
|
|
718
935
|
"requiredDependentFieldId":{
|
|
719
|
-
|
|
720
|
-
"61f0b074e698d414a7857d1b"
|
|
721
|
-
]
|
|
936
|
+
|
|
722
937
|
},
|
|
723
938
|
"range":{
|
|
724
939
|
"start":"",
|
|
@@ -726,16 +941,15 @@ export default {
|
|
|
726
941
|
},
|
|
727
942
|
"inputType":"TEXT",
|
|
728
943
|
"dependentFieldId":{
|
|
729
|
-
|
|
730
|
-
"61f0b074e698d414a7857d1b"
|
|
731
|
-
]
|
|
944
|
+
|
|
732
945
|
},
|
|
733
946
|
"placeholder":"请输入",
|
|
734
947
|
"maxNum":100
|
|
735
948
|
},
|
|
736
949
|
"createTime":null,
|
|
737
950
|
"updateTime":null,
|
|
738
|
-
"required":null
|
|
951
|
+
"required":null,
|
|
952
|
+
"workOrderFieldId":"49b5331f0940410c869bd882431fa5ff"
|
|
739
953
|
},
|
|
740
954
|
"value":"",
|
|
741
955
|
"display":true,
|
|
@@ -743,17 +957,18 @@ export default {
|
|
|
743
957
|
"editable":null
|
|
744
958
|
},
|
|
745
959
|
{
|
|
746
|
-
"fieldId":"
|
|
747
|
-
"paramName":"fieldValue.
|
|
960
|
+
"fieldId":"1ada28316672426e9c565017d09ef495",
|
|
961
|
+
"paramName":"fieldValue.1ada28316672426e9c565017d09ef495",
|
|
748
962
|
"formField":{
|
|
749
963
|
"id":null,
|
|
750
|
-
"name":"
|
|
964
|
+
"name":"百分比",
|
|
751
965
|
"description":null,
|
|
752
|
-
"type":"
|
|
966
|
+
"type":"INPUT",
|
|
753
967
|
"deleted":null,
|
|
754
968
|
"lastOperatorId":null,
|
|
755
969
|
"mainId":null,
|
|
756
970
|
"extInfo":{
|
|
971
|
+
"unit":"%",
|
|
757
972
|
"isDelete":true,
|
|
758
973
|
"autoInput":{
|
|
759
974
|
"enable":false,
|
|
@@ -767,25 +982,23 @@ export default {
|
|
|
767
982
|
]
|
|
768
983
|
},
|
|
769
984
|
"requiredDependentFieldId":{
|
|
770
|
-
|
|
771
|
-
"61f0b074e698d414a7857d1d"
|
|
772
|
-
]
|
|
985
|
+
|
|
773
986
|
},
|
|
774
987
|
"range":{
|
|
775
|
-
"start":
|
|
776
|
-
"end":""
|
|
988
|
+
"start":0,
|
|
989
|
+
"end":"9"
|
|
777
990
|
},
|
|
991
|
+
"inputType":"RATE",
|
|
778
992
|
"dependentFieldId":{
|
|
779
|
-
|
|
780
|
-
"61f0b074e698d414a7857d1d"
|
|
781
|
-
]
|
|
993
|
+
|
|
782
994
|
},
|
|
783
995
|
"placeholder":"请输入",
|
|
784
996
|
"maxNum":100
|
|
785
997
|
},
|
|
786
998
|
"createTime":null,
|
|
787
999
|
"updateTime":null,
|
|
788
|
-
"required":null
|
|
1000
|
+
"required":null,
|
|
1001
|
+
"workOrderFieldId":"1ada28316672426e9c565017d09ef495"
|
|
789
1002
|
},
|
|
790
1003
|
"value":"",
|
|
791
1004
|
"display":true,
|
|
@@ -793,76 +1006,42 @@ export default {
|
|
|
793
1006
|
"editable":null
|
|
794
1007
|
},
|
|
795
1008
|
{
|
|
796
|
-
"fieldId":"
|
|
797
|
-
"paramName":"fieldValue.
|
|
1009
|
+
"fieldId":"1747fea5ab5b40bcb57c700bd529d553",
|
|
1010
|
+
"paramName":"fieldValue.1747fea5ab5b40bcb57c700bd529d553",
|
|
798
1011
|
"formField":{
|
|
799
1012
|
"id":null,
|
|
800
|
-
"name":"
|
|
1013
|
+
"name":"数字",
|
|
801
1014
|
"description":null,
|
|
802
|
-
"type":"
|
|
1015
|
+
"type":"INPUT",
|
|
803
1016
|
"deleted":null,
|
|
804
1017
|
"lastOperatorId":null,
|
|
805
1018
|
"mainId":null,
|
|
806
1019
|
"extInfo":{
|
|
1020
|
+
"unit":"",
|
|
807
1021
|
"isDelete":true,
|
|
808
1022
|
"autoInput":{
|
|
809
1023
|
"enable":false,
|
|
810
1024
|
"rule":{
|
|
811
1025
|
"handler":"",
|
|
812
|
-
"type":"
|
|
1026
|
+
"type":"reg",
|
|
813
1027
|
"exp":""
|
|
814
1028
|
},
|
|
815
1029
|
"source":[
|
|
816
1030
|
|
|
817
1031
|
]
|
|
818
1032
|
},
|
|
819
|
-
"options":[
|
|
820
|
-
{
|
|
821
|
-
"_default":false,
|
|
822
|
-
"label":"选项一",
|
|
823
|
-
"relationItems":[
|
|
824
|
-
"2b5227e5fd8844b18f7435c8d95a5a47"
|
|
825
|
-
],
|
|
826
|
-
"value":"选项一",
|
|
827
|
-
"requiredItems":[
|
|
828
|
-
"2b5227e5fd8844b18f7435c8d95a5a47"
|
|
829
|
-
]
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
"_default":false,
|
|
833
|
-
"label":"选项二",
|
|
834
|
-
"relationItems":[
|
|
835
|
-
|
|
836
|
-
],
|
|
837
|
-
"value":"选项二",
|
|
838
|
-
"requiredItems":[
|
|
839
|
-
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"_default":false,
|
|
844
|
-
"label":"选项三",
|
|
845
|
-
"relationItems":[
|
|
846
|
-
|
|
847
|
-
],
|
|
848
|
-
"value":"选项三",
|
|
849
|
-
"requiredItems":[
|
|
850
|
-
|
|
851
|
-
]
|
|
852
|
-
}
|
|
853
|
-
],
|
|
854
1033
|
"range":{
|
|
855
|
-
"start":"",
|
|
856
|
-
"end":""
|
|
1034
|
+
"start":"1",
|
|
1035
|
+
"end":"5"
|
|
857
1036
|
},
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
|
|
861
|
-
}
|
|
1037
|
+
"inputType":"NUMBER",
|
|
1038
|
+
"placeholder":"请输入",
|
|
1039
|
+
"maxNum":100
|
|
862
1040
|
},
|
|
863
1041
|
"createTime":null,
|
|
864
1042
|
"updateTime":null,
|
|
865
|
-
"required":null
|
|
1043
|
+
"required":null,
|
|
1044
|
+
"workOrderFieldId":"1747fea5ab5b40bcb57c700bd529d553"
|
|
866
1045
|
},
|
|
867
1046
|
"value":"",
|
|
868
1047
|
"display":true,
|
|
@@ -870,76 +1049,42 @@ export default {
|
|
|
870
1049
|
"editable":null
|
|
871
1050
|
},
|
|
872
1051
|
{
|
|
873
|
-
"fieldId":"
|
|
874
|
-
"paramName":"fieldValue.
|
|
1052
|
+
"fieldId":"d81181d5c2ef40e3be2f3f54df94f8a2",
|
|
1053
|
+
"paramName":"fieldValue.d81181d5c2ef40e3be2f3f54df94f8a2",
|
|
875
1054
|
"formField":{
|
|
876
1055
|
"id":null,
|
|
877
|
-
"name":"
|
|
1056
|
+
"name":"手机号",
|
|
878
1057
|
"description":null,
|
|
879
|
-
"type":"
|
|
1058
|
+
"type":"INPUT",
|
|
880
1059
|
"deleted":null,
|
|
881
1060
|
"lastOperatorId":null,
|
|
882
1061
|
"mainId":null,
|
|
883
1062
|
"extInfo":{
|
|
1063
|
+
"unit":"",
|
|
884
1064
|
"isDelete":true,
|
|
885
1065
|
"autoInput":{
|
|
886
1066
|
"enable":false,
|
|
887
1067
|
"rule":{
|
|
888
1068
|
"handler":"",
|
|
889
|
-
"type":"
|
|
1069
|
+
"type":"reg",
|
|
890
1070
|
"exp":""
|
|
891
1071
|
},
|
|
892
1072
|
"source":[
|
|
893
1073
|
|
|
894
1074
|
]
|
|
895
1075
|
},
|
|
896
|
-
"options":[
|
|
897
|
-
{
|
|
898
|
-
"_default":false,
|
|
899
|
-
"label":"选项一",
|
|
900
|
-
"relationItems":[
|
|
901
|
-
"136a085906944e8eaaeb365849b1c02e"
|
|
902
|
-
],
|
|
903
|
-
"value":"选项一",
|
|
904
|
-
"requiredItems":[
|
|
905
|
-
"136a085906944e8eaaeb365849b1c02e"
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"_default":false,
|
|
910
|
-
"label":"选项二",
|
|
911
|
-
"relationItems":[
|
|
912
|
-
|
|
913
|
-
],
|
|
914
|
-
"value":"选项二",
|
|
915
|
-
"requiredItems":[
|
|
916
|
-
|
|
917
|
-
]
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"_default":false,
|
|
921
|
-
"label":"选项三",
|
|
922
|
-
"relationItems":[
|
|
923
|
-
|
|
924
|
-
],
|
|
925
|
-
"value":"选项三",
|
|
926
|
-
"requiredItems":[
|
|
927
|
-
|
|
928
|
-
]
|
|
929
|
-
}
|
|
930
|
-
],
|
|
931
1076
|
"range":{
|
|
932
1077
|
"start":"",
|
|
933
1078
|
"end":""
|
|
934
1079
|
},
|
|
935
|
-
"
|
|
936
|
-
"
|
|
937
|
-
|
|
938
|
-
}
|
|
1080
|
+
"inputType":"MOBILE",
|
|
1081
|
+
"placeholder":"请输入",
|
|
1082
|
+
"maxNum":100
|
|
939
1083
|
},
|
|
940
1084
|
"createTime":null,
|
|
941
1085
|
"updateTime":null,
|
|
942
|
-
"required":null
|
|
1086
|
+
"required":null,
|
|
1087
|
+
"workOrderFieldId":"d81181d5c2ef40e3be2f3f54df94f8a2"
|
|
943
1088
|
},
|
|
944
1089
|
"value":"",
|
|
945
1090
|
"display":true,
|
|
@@ -947,77 +1092,42 @@ export default {
|
|
|
947
1092
|
"editable":null
|
|
948
1093
|
},
|
|
949
1094
|
{
|
|
950
|
-
"fieldId":"
|
|
951
|
-
"paramName":"fieldValue.
|
|
1095
|
+
"fieldId":"569965fd06ff4a9aaf4a0d3f7c9f1253",
|
|
1096
|
+
"paramName":"fieldValue.569965fd06ff4a9aaf4a0d3f7c9f1253",
|
|
952
1097
|
"formField":{
|
|
953
1098
|
"id":null,
|
|
954
|
-
"name":"
|
|
1099
|
+
"name":"身份证号",
|
|
955
1100
|
"description":null,
|
|
956
|
-
"type":"
|
|
1101
|
+
"type":"INPUT",
|
|
957
1102
|
"deleted":null,
|
|
958
1103
|
"lastOperatorId":null,
|
|
959
1104
|
"mainId":null,
|
|
960
1105
|
"extInfo":{
|
|
1106
|
+
"unit":"",
|
|
961
1107
|
"isDelete":true,
|
|
962
1108
|
"autoInput":{
|
|
963
1109
|
"enable":false,
|
|
964
1110
|
"rule":{
|
|
965
1111
|
"handler":"",
|
|
966
|
-
"type":"
|
|
1112
|
+
"type":"reg",
|
|
967
1113
|
"exp":""
|
|
968
1114
|
},
|
|
969
1115
|
"source":[
|
|
970
1116
|
|
|
971
1117
|
]
|
|
972
1118
|
},
|
|
973
|
-
"options":[
|
|
974
|
-
{
|
|
975
|
-
"_default":false,
|
|
976
|
-
"label":"选项一",
|
|
977
|
-
"relationItems":[
|
|
978
|
-
|
|
979
|
-
],
|
|
980
|
-
"value":"选项一",
|
|
981
|
-
"requiredItems":[
|
|
982
|
-
|
|
983
|
-
]
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"_default":false,
|
|
987
|
-
"label":"选项二",
|
|
988
|
-
"relationItems":[
|
|
989
|
-
|
|
990
|
-
],
|
|
991
|
-
"value":"选项二",
|
|
992
|
-
"requiredItems":[
|
|
993
|
-
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"_default":false,
|
|
998
|
-
"label":"选项三",
|
|
999
|
-
"relationItems":[
|
|
1000
|
-
|
|
1001
|
-
],
|
|
1002
|
-
"value":"选项三",
|
|
1003
|
-
"requiredItems":[
|
|
1004
|
-
|
|
1005
|
-
]
|
|
1006
|
-
}
|
|
1007
|
-
],
|
|
1008
1119
|
"range":{
|
|
1009
1120
|
"start":"",
|
|
1010
1121
|
"end":""
|
|
1011
1122
|
},
|
|
1012
|
-
"
|
|
1013
|
-
"placeholder":"
|
|
1014
|
-
"
|
|
1015
|
-
|
|
1016
|
-
}
|
|
1123
|
+
"inputType":"ID_CARD",
|
|
1124
|
+
"placeholder":"请输入",
|
|
1125
|
+
"maxNum":100
|
|
1017
1126
|
},
|
|
1018
1127
|
"createTime":null,
|
|
1019
1128
|
"updateTime":null,
|
|
1020
|
-
"required":null
|
|
1129
|
+
"required":null,
|
|
1130
|
+
"workOrderFieldId":"569965fd06ff4a9aaf4a0d3f7c9f1253"
|
|
1021
1131
|
},
|
|
1022
1132
|
"value":"",
|
|
1023
1133
|
"display":true,
|
|
@@ -1025,23 +1135,24 @@ export default {
|
|
|
1025
1135
|
"editable":null
|
|
1026
1136
|
},
|
|
1027
1137
|
{
|
|
1028
|
-
"fieldId":"
|
|
1029
|
-
"paramName":"fieldValue.
|
|
1138
|
+
"fieldId":"f2a99934cc8149498cb0b8d0874bf126",
|
|
1139
|
+
"paramName":"fieldValue.f2a99934cc8149498cb0b8d0874bf126",
|
|
1030
1140
|
"formField":{
|
|
1031
1141
|
"id":null,
|
|
1032
|
-
"name":"
|
|
1142
|
+
"name":"邮箱",
|
|
1033
1143
|
"description":null,
|
|
1034
|
-
"type":"
|
|
1144
|
+
"type":"INPUT",
|
|
1035
1145
|
"deleted":null,
|
|
1036
1146
|
"lastOperatorId":null,
|
|
1037
1147
|
"mainId":null,
|
|
1038
1148
|
"extInfo":{
|
|
1149
|
+
"unit":"",
|
|
1039
1150
|
"isDelete":true,
|
|
1040
1151
|
"autoInput":{
|
|
1041
1152
|
"enable":false,
|
|
1042
1153
|
"rule":{
|
|
1043
1154
|
"handler":"",
|
|
1044
|
-
"type":"
|
|
1155
|
+
"type":"reg",
|
|
1045
1156
|
"exp":""
|
|
1046
1157
|
},
|
|
1047
1158
|
"source":[
|
|
@@ -1052,106 +1163,33 @@ export default {
|
|
|
1052
1163
|
"start":"",
|
|
1053
1164
|
"end":""
|
|
1054
1165
|
},
|
|
1055
|
-
"
|
|
1056
|
-
"placeholder":"
|
|
1057
|
-
"
|
|
1058
|
-
|
|
1059
|
-
},
|
|
1060
|
-
"cascadeDown":{
|
|
1061
|
-
"options":[
|
|
1062
|
-
{
|
|
1063
|
-
"_default":false,
|
|
1064
|
-
"children":[
|
|
1065
|
-
{
|
|
1066
|
-
"_default":false,
|
|
1067
|
-
"children":[
|
|
1068
|
-
{
|
|
1069
|
-
"_default":false,
|
|
1070
|
-
"label":"1-1-1",
|
|
1071
|
-
"relationItems":[
|
|
1072
|
-
|
|
1073
|
-
],
|
|
1074
|
-
"value":"1-1-1"
|
|
1075
|
-
}
|
|
1076
|
-
],
|
|
1077
|
-
"label":"1-1",
|
|
1078
|
-
"relationItems":[
|
|
1079
|
-
|
|
1080
|
-
],
|
|
1081
|
-
"value":"1-1"
|
|
1082
|
-
}
|
|
1083
|
-
],
|
|
1084
|
-
"label":"1",
|
|
1085
|
-
"relationItems":[
|
|
1086
|
-
|
|
1087
|
-
],
|
|
1088
|
-
"value":"1",
|
|
1089
|
-
"requiredItems":[
|
|
1090
|
-
|
|
1091
|
-
]
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"_default":false,
|
|
1095
|
-
"children":[
|
|
1096
|
-
{
|
|
1097
|
-
"_default":false,
|
|
1098
|
-
"children":[
|
|
1099
|
-
{
|
|
1100
|
-
"_default":false,
|
|
1101
|
-
"label":"2-1-1",
|
|
1102
|
-
"relationItems":[
|
|
1103
|
-
|
|
1104
|
-
],
|
|
1105
|
-
"value":"2-1-1"
|
|
1106
|
-
}
|
|
1107
|
-
],
|
|
1108
|
-
"label":"2-1",
|
|
1109
|
-
"relationItems":[
|
|
1110
|
-
|
|
1111
|
-
],
|
|
1112
|
-
"value":"2-1"
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"label":"2",
|
|
1116
|
-
"relationItems":[
|
|
1117
|
-
|
|
1118
|
-
],
|
|
1119
|
-
"value":"2"
|
|
1120
|
-
}
|
|
1121
|
-
]
|
|
1122
|
-
},
|
|
1123
|
-
"fieldValue":[
|
|
1124
|
-
{
|
|
1125
|
-
"_default":false,
|
|
1126
|
-
"label":"1-1-1",
|
|
1127
|
-
"relationItems":[
|
|
1128
|
-
|
|
1129
|
-
],
|
|
1130
|
-
"value":"1-1-1"
|
|
1131
|
-
}
|
|
1132
|
-
]
|
|
1166
|
+
"inputType":"MAIL",
|
|
1167
|
+
"placeholder":"请输入",
|
|
1168
|
+
"maxNum":100
|
|
1133
1169
|
},
|
|
1134
1170
|
"createTime":null,
|
|
1135
1171
|
"updateTime":null,
|
|
1136
|
-
"required":null
|
|
1172
|
+
"required":null,
|
|
1173
|
+
"workOrderFieldId":"f2a99934cc8149498cb0b8d0874bf126"
|
|
1137
1174
|
},
|
|
1138
|
-
"value":
|
|
1175
|
+
"value":"",
|
|
1139
1176
|
"display":true,
|
|
1140
1177
|
"required":false,
|
|
1141
1178
|
"editable":null
|
|
1142
1179
|
},
|
|
1143
1180
|
{
|
|
1144
|
-
"fieldId":"
|
|
1145
|
-
"paramName":"fieldValue.
|
|
1181
|
+
"fieldId":"665d6937c20d4169a7c6f3460a79f377",
|
|
1182
|
+
"paramName":"fieldValue.665d6937c20d4169a7c6f3460a79f377",
|
|
1146
1183
|
"formField":{
|
|
1147
1184
|
"id":null,
|
|
1148
|
-
"name":"
|
|
1185
|
+
"name":"链接",
|
|
1149
1186
|
"description":null,
|
|
1150
|
-
"type":"
|
|
1187
|
+
"type":"INPUT",
|
|
1151
1188
|
"deleted":null,
|
|
1152
1189
|
"lastOperatorId":null,
|
|
1153
1190
|
"mainId":null,
|
|
1154
1191
|
"extInfo":{
|
|
1192
|
+
"unit":"",
|
|
1155
1193
|
"isDelete":true,
|
|
1156
1194
|
"autoInput":{
|
|
1157
1195
|
"enable":false,
|
|
@@ -1164,32 +1202,32 @@ export default {
|
|
|
1164
1202
|
|
|
1165
1203
|
]
|
|
1166
1204
|
},
|
|
1167
|
-
"pattern":"",
|
|
1168
|
-
"mold":"DATE",
|
|
1169
1205
|
"range":{
|
|
1170
1206
|
"start":"",
|
|
1171
1207
|
"end":""
|
|
1172
1208
|
},
|
|
1173
|
-
"
|
|
1174
|
-
"placeholder":"
|
|
1209
|
+
"inputType":"LINK",
|
|
1210
|
+
"placeholder":"请输入",
|
|
1211
|
+
"maxNum":100
|
|
1175
1212
|
},
|
|
1176
1213
|
"createTime":null,
|
|
1177
1214
|
"updateTime":null,
|
|
1178
|
-
"required":null
|
|
1215
|
+
"required":null,
|
|
1216
|
+
"workOrderFieldId":"665d6937c20d4169a7c6f3460a79f377"
|
|
1179
1217
|
},
|
|
1180
|
-
"value":"
|
|
1218
|
+
"value":"",
|
|
1181
1219
|
"display":true,
|
|
1182
1220
|
"required":false,
|
|
1183
1221
|
"editable":null
|
|
1184
1222
|
},
|
|
1185
1223
|
{
|
|
1186
|
-
"fieldId":"
|
|
1187
|
-
"paramName":"fieldValue.
|
|
1224
|
+
"fieldId":"7849c7f1919440a5ae98b9bd696735e5",
|
|
1225
|
+
"paramName":"fieldValue.7849c7f1919440a5ae98b9bd696735e5",
|
|
1188
1226
|
"formField":{
|
|
1189
1227
|
"id":null,
|
|
1190
|
-
"name":"
|
|
1228
|
+
"name":"多行输入框",
|
|
1191
1229
|
"description":null,
|
|
1192
|
-
"type":"
|
|
1230
|
+
"type":"TEXTAREA",
|
|
1193
1231
|
"deleted":null,
|
|
1194
1232
|
"lastOperatorId":null,
|
|
1195
1233
|
"mainId":null,
|
|
@@ -1206,32 +1244,31 @@ export default {
|
|
|
1206
1244
|
|
|
1207
1245
|
]
|
|
1208
1246
|
},
|
|
1209
|
-
"pattern":"",
|
|
1210
|
-
"mold":"TIME",
|
|
1211
1247
|
"range":{
|
|
1212
1248
|
"start":"",
|
|
1213
1249
|
"end":""
|
|
1214
1250
|
},
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1251
|
+
"placeholder":"请输入",
|
|
1252
|
+
"maxNum":100
|
|
1217
1253
|
},
|
|
1218
1254
|
"createTime":null,
|
|
1219
1255
|
"updateTime":null,
|
|
1220
|
-
"required":null
|
|
1256
|
+
"required":null,
|
|
1257
|
+
"workOrderFieldId":"7849c7f1919440a5ae98b9bd696735e5"
|
|
1221
1258
|
},
|
|
1222
|
-
"value":"
|
|
1259
|
+
"value":"",
|
|
1223
1260
|
"display":true,
|
|
1224
1261
|
"required":false,
|
|
1225
1262
|
"editable":null
|
|
1226
1263
|
},
|
|
1227
1264
|
{
|
|
1228
|
-
"fieldId":"
|
|
1229
|
-
"paramName":"fieldValue.
|
|
1265
|
+
"fieldId":"d30d7f49e33e47afafafef56dc4a5c7f",
|
|
1266
|
+
"paramName":"fieldValue.d30d7f49e33e47afafafef56dc4a5c7f",
|
|
1230
1267
|
"formField":{
|
|
1231
1268
|
"id":null,
|
|
1232
|
-
"name":"
|
|
1269
|
+
"name":"单选",
|
|
1233
1270
|
"description":null,
|
|
1234
|
-
"type":"
|
|
1271
|
+
"type":"RADIO",
|
|
1235
1272
|
"deleted":null,
|
|
1236
1273
|
"lastOperatorId":null,
|
|
1237
1274
|
"mainId":null,
|
|
@@ -1241,63 +1278,161 @@ export default {
|
|
|
1241
1278
|
"enable":false,
|
|
1242
1279
|
"rule":{
|
|
1243
1280
|
"handler":"",
|
|
1244
|
-
"type":"
|
|
1281
|
+
"type":"dict",
|
|
1245
1282
|
"exp":""
|
|
1246
1283
|
},
|
|
1247
1284
|
"source":[
|
|
1248
1285
|
|
|
1249
1286
|
]
|
|
1250
1287
|
},
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1288
|
+
"options":[
|
|
1289
|
+
{
|
|
1290
|
+
"_default":"false",
|
|
1291
|
+
"optionStruct":{
|
|
1292
|
+
|
|
1293
|
+
},
|
|
1294
|
+
"label":"单选一",
|
|
1295
|
+
"relationItems":[
|
|
1296
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c"
|
|
1297
|
+
],
|
|
1298
|
+
"value":"单选一",
|
|
1299
|
+
"requiredItems":[
|
|
1300
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c"
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"_default":"false",
|
|
1305
|
+
"optionStruct":{
|
|
1306
|
+
|
|
1307
|
+
},
|
|
1308
|
+
"label":"单选二",
|
|
1309
|
+
"relationItems":[
|
|
1310
|
+
|
|
1311
|
+
],
|
|
1312
|
+
"value":"单选二",
|
|
1313
|
+
"requiredItems":[
|
|
1314
|
+
|
|
1315
|
+
]
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"_default":"false",
|
|
1319
|
+
"optionStruct":{
|
|
1320
|
+
|
|
1321
|
+
},
|
|
1322
|
+
"label":"单选三",
|
|
1323
|
+
"relationItems":[
|
|
1324
|
+
|
|
1325
|
+
],
|
|
1326
|
+
"value":"单选三",
|
|
1327
|
+
"requiredItems":[
|
|
1328
|
+
|
|
1329
|
+
]
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"_default":"false",
|
|
1333
|
+
"optionStruct":{
|
|
1334
|
+
|
|
1335
|
+
},
|
|
1336
|
+
"label":"单选四",
|
|
1337
|
+
"relationItems":[
|
|
1338
|
+
|
|
1339
|
+
],
|
|
1340
|
+
"value":"单选四",
|
|
1341
|
+
"requiredItems":[
|
|
1342
|
+
|
|
1343
|
+
]
|
|
1344
|
+
}
|
|
1345
|
+
],
|
|
1253
1346
|
"range":{
|
|
1254
1347
|
"start":"",
|
|
1255
1348
|
"end":""
|
|
1256
1349
|
},
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1350
|
+
"placeholder":"请选择",
|
|
1351
|
+
"dependent":{
|
|
1352
|
+
|
|
1353
|
+
}
|
|
1259
1354
|
},
|
|
1260
1355
|
"createTime":null,
|
|
1261
1356
|
"updateTime":null,
|
|
1262
|
-
"required":null
|
|
1357
|
+
"required":null,
|
|
1358
|
+
"workOrderFieldId":"d30d7f49e33e47afafafef56dc4a5c7f"
|
|
1263
1359
|
},
|
|
1264
|
-
"value":"
|
|
1360
|
+
"value":"",
|
|
1265
1361
|
"display":true,
|
|
1266
1362
|
"required":false,
|
|
1267
1363
|
"editable":null
|
|
1268
1364
|
},
|
|
1269
1365
|
{
|
|
1270
|
-
"fieldId":"
|
|
1271
|
-
"paramName":"fieldValue.
|
|
1366
|
+
"fieldId":"2b4c6f3ca9f04033b9f8d1008fdaee9c",
|
|
1367
|
+
"paramName":"fieldValue.2b4c6f3ca9f04033b9f8d1008fdaee9c",
|
|
1272
1368
|
"formField":{
|
|
1273
1369
|
"id":null,
|
|
1274
|
-
"name":"
|
|
1370
|
+
"name":"多选",
|
|
1275
1371
|
"description":null,
|
|
1276
|
-
"type":"
|
|
1372
|
+
"type":"CHECKBOX",
|
|
1277
1373
|
"deleted":null,
|
|
1278
1374
|
"lastOperatorId":null,
|
|
1279
1375
|
"mainId":null,
|
|
1280
1376
|
"extInfo":{
|
|
1281
|
-
"watermark":{
|
|
1282
|
-
"enable":false,
|
|
1283
|
-
"text":""
|
|
1284
|
-
},
|
|
1285
1377
|
"isDelete":true,
|
|
1286
1378
|
"autoInput":{
|
|
1287
1379
|
"enable":false,
|
|
1288
1380
|
"rule":{
|
|
1289
1381
|
"handler":"",
|
|
1290
|
-
"type":"
|
|
1382
|
+
"type":"dict",
|
|
1291
1383
|
"exp":""
|
|
1292
1384
|
},
|
|
1293
1385
|
"source":[
|
|
1294
1386
|
|
|
1295
1387
|
]
|
|
1296
1388
|
},
|
|
1297
|
-
"
|
|
1389
|
+
"options":[
|
|
1390
|
+
{
|
|
1391
|
+
"_default":"false",
|
|
1392
|
+
"optionStruct":{
|
|
1393
|
+
|
|
1394
|
+
},
|
|
1395
|
+
"label":"多选一",
|
|
1396
|
+
"relationItems":[
|
|
1397
|
+
"d63aeeef437e4186af4a2efcd7a6a31b"
|
|
1398
|
+
],
|
|
1399
|
+
"value":"多选一",
|
|
1400
|
+
"requiredItems":[
|
|
1401
|
+
"d63aeeef437e4186af4a2efcd7a6a31b"
|
|
1402
|
+
]
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"_default":"false",
|
|
1406
|
+
"optionStruct":{
|
|
1407
|
+
|
|
1408
|
+
},
|
|
1409
|
+
"label":"多选二",
|
|
1410
|
+
"relationItems":[
|
|
1411
|
+
|
|
1412
|
+
],
|
|
1413
|
+
"value":"多选二",
|
|
1414
|
+
"requiredItems":[
|
|
1415
|
+
|
|
1416
|
+
]
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"_default":"false",
|
|
1420
|
+
"optionStruct":{
|
|
1421
|
+
|
|
1422
|
+
},
|
|
1423
|
+
"label":"多选三",
|
|
1424
|
+
"relationItems":[
|
|
1425
|
+
|
|
1426
|
+
],
|
|
1427
|
+
"value":"多选三",
|
|
1428
|
+
"requiredItems":[
|
|
1429
|
+
|
|
1430
|
+
]
|
|
1431
|
+
}
|
|
1432
|
+
],
|
|
1298
1433
|
"requiredDependentFieldId":{
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1434
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1435
|
+
"单选一"
|
|
1301
1436
|
]
|
|
1302
1437
|
},
|
|
1303
1438
|
"range":{
|
|
@@ -1305,15 +1440,19 @@ export default {
|
|
|
1305
1440
|
"end":""
|
|
1306
1441
|
},
|
|
1307
1442
|
"dependentFieldId":{
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1443
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1444
|
+
"单选一"
|
|
1310
1445
|
]
|
|
1311
1446
|
},
|
|
1312
|
-
"placeholder":"请选择"
|
|
1447
|
+
"placeholder":"请选择",
|
|
1448
|
+
"dependent":{
|
|
1449
|
+
|
|
1450
|
+
}
|
|
1313
1451
|
},
|
|
1314
1452
|
"createTime":null,
|
|
1315
1453
|
"updateTime":null,
|
|
1316
|
-
"required":null
|
|
1454
|
+
"required":null,
|
|
1455
|
+
"workOrderFieldId":"2b4c6f3ca9f04033b9f8d1008fdaee9c"
|
|
1317
1456
|
},
|
|
1318
1457
|
"value":"",
|
|
1319
1458
|
"display":true,
|
|
@@ -1321,53 +1460,88 @@ export default {
|
|
|
1321
1460
|
"editable":null
|
|
1322
1461
|
},
|
|
1323
1462
|
{
|
|
1324
|
-
"fieldId":"
|
|
1325
|
-
"paramName":"fieldValue.
|
|
1463
|
+
"fieldId":"d63aeeef437e4186af4a2efcd7a6a31b",
|
|
1464
|
+
"paramName":"fieldValue.d63aeeef437e4186af4a2efcd7a6a31b",
|
|
1326
1465
|
"formField":{
|
|
1327
1466
|
"id":null,
|
|
1328
|
-
"name":"
|
|
1467
|
+
"name":"下拉",
|
|
1329
1468
|
"description":null,
|
|
1330
|
-
"type":"
|
|
1469
|
+
"type":"SELECT",
|
|
1331
1470
|
"deleted":null,
|
|
1332
1471
|
"lastOperatorId":null,
|
|
1333
1472
|
"mainId":null,
|
|
1334
1473
|
"extInfo":{
|
|
1335
|
-
"watermark":{
|
|
1336
|
-
"enable":false,
|
|
1337
|
-
"text":""
|
|
1338
|
-
},
|
|
1339
1474
|
"isDelete":true,
|
|
1340
1475
|
"autoInput":{
|
|
1341
1476
|
"enable":false,
|
|
1342
1477
|
"rule":{
|
|
1343
1478
|
"handler":"",
|
|
1344
|
-
"type":"
|
|
1479
|
+
"type":"dict",
|
|
1345
1480
|
"exp":""
|
|
1346
1481
|
},
|
|
1347
1482
|
"source":[
|
|
1348
1483
|
|
|
1349
1484
|
]
|
|
1350
1485
|
},
|
|
1351
|
-
"
|
|
1486
|
+
"options":[
|
|
1487
|
+
{
|
|
1488
|
+
"_default":"false",
|
|
1489
|
+
"label":"下拉一",
|
|
1490
|
+
"relationItems":[
|
|
1491
|
+
"4b2bea06e70b4a63a02df141f685f310"
|
|
1492
|
+
],
|
|
1493
|
+
"value":"下拉一",
|
|
1494
|
+
"requiredItems":[
|
|
1495
|
+
"4b2bea06e70b4a63a02df141f685f310"
|
|
1496
|
+
]
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"_default":"false",
|
|
1500
|
+
"label":"下拉二",
|
|
1501
|
+
"relationItems":[
|
|
1502
|
+
|
|
1503
|
+
],
|
|
1504
|
+
"value":"下拉二",
|
|
1505
|
+
"requiredItems":[
|
|
1506
|
+
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"_default":"false",
|
|
1511
|
+
"label":"下拉三",
|
|
1512
|
+
"relationItems":[
|
|
1513
|
+
|
|
1514
|
+
],
|
|
1515
|
+
"value":"下拉三",
|
|
1516
|
+
"requiredItems":[
|
|
1517
|
+
|
|
1518
|
+
]
|
|
1519
|
+
}
|
|
1520
|
+
],
|
|
1352
1521
|
"requiredDependentFieldId":{
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1522
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1523
|
+
"多选一"
|
|
1355
1524
|
]
|
|
1356
1525
|
},
|
|
1357
1526
|
"range":{
|
|
1358
1527
|
"start":"",
|
|
1359
1528
|
"end":""
|
|
1360
1529
|
},
|
|
1530
|
+
"selectType":"多选",
|
|
1361
1531
|
"dependentFieldId":{
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1532
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1533
|
+
"多选一"
|
|
1364
1534
|
]
|
|
1365
1535
|
},
|
|
1366
|
-
"placeholder":"请选择"
|
|
1536
|
+
"placeholder":"请选择",
|
|
1537
|
+
"dependent":{
|
|
1538
|
+
|
|
1539
|
+
}
|
|
1367
1540
|
},
|
|
1368
1541
|
"createTime":null,
|
|
1369
1542
|
"updateTime":null,
|
|
1370
|
-
"required":null
|
|
1543
|
+
"required":null,
|
|
1544
|
+
"workOrderFieldId":"d63aeeef437e4186af4a2efcd7a6a31b"
|
|
1371
1545
|
},
|
|
1372
1546
|
"value":"",
|
|
1373
1547
|
"display":true,
|
|
@@ -1375,21 +1549,248 @@ export default {
|
|
|
1375
1549
|
"editable":null
|
|
1376
1550
|
},
|
|
1377
1551
|
{
|
|
1378
|
-
"fieldId":"
|
|
1379
|
-
"paramName":"fieldValue.
|
|
1552
|
+
"fieldId":"4b2bea06e70b4a63a02df141f685f310",
|
|
1553
|
+
"paramName":"fieldValue.4b2bea06e70b4a63a02df141f685f310",
|
|
1380
1554
|
"formField":{
|
|
1381
1555
|
"id":null,
|
|
1382
|
-
"name":"
|
|
1556
|
+
"name":"级联",
|
|
1383
1557
|
"description":null,
|
|
1384
|
-
"type":"
|
|
1558
|
+
"type":"CASCADER",
|
|
1385
1559
|
"deleted":null,
|
|
1386
1560
|
"lastOperatorId":null,
|
|
1387
1561
|
"mainId":null,
|
|
1388
1562
|
"extInfo":{
|
|
1389
|
-
"
|
|
1563
|
+
"isDelete":true,
|
|
1564
|
+
"autoInput":{
|
|
1390
1565
|
"enable":false,
|
|
1391
|
-
"
|
|
1566
|
+
"rule":{
|
|
1567
|
+
"handler":"",
|
|
1568
|
+
"type":"dict",
|
|
1569
|
+
"exp":""
|
|
1570
|
+
},
|
|
1571
|
+
"source":[
|
|
1572
|
+
|
|
1573
|
+
]
|
|
1574
|
+
},
|
|
1575
|
+
"requiredDependentFieldId":{
|
|
1576
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1577
|
+
"下拉一"
|
|
1578
|
+
]
|
|
1579
|
+
},
|
|
1580
|
+
"range":{
|
|
1581
|
+
"start":"",
|
|
1582
|
+
"end":""
|
|
1583
|
+
},
|
|
1584
|
+
"selectType":"单选",
|
|
1585
|
+
"dependentFieldId":{
|
|
1586
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1587
|
+
"下拉一"
|
|
1588
|
+
]
|
|
1392
1589
|
},
|
|
1590
|
+
"placeholder":"请选择",
|
|
1591
|
+
"dependent":{
|
|
1592
|
+
|
|
1593
|
+
},
|
|
1594
|
+
"fieldValue":[
|
|
1595
|
+
{
|
|
1596
|
+
"_default":false,
|
|
1597
|
+
"optionStruct":{
|
|
1598
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1599
|
+
{
|
|
1600
|
+
"_default":"false",
|
|
1601
|
+
"label":"下拉三",
|
|
1602
|
+
"value":"下拉三"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1606
|
+
{
|
|
1607
|
+
"_default":"false",
|
|
1608
|
+
"optionStruct":{
|
|
1609
|
+
|
|
1610
|
+
},
|
|
1611
|
+
"label":"单选三",
|
|
1612
|
+
"value":"单选三"
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1616
|
+
{
|
|
1617
|
+
"_default":"false",
|
|
1618
|
+
"label":"多选三",
|
|
1619
|
+
"value":"多选三"
|
|
1620
|
+
}
|
|
1621
|
+
]
|
|
1622
|
+
},
|
|
1623
|
+
"label":"三级选项",
|
|
1624
|
+
"relationItems":[
|
|
1625
|
+
|
|
1626
|
+
],
|
|
1627
|
+
"value":"三级选项"
|
|
1628
|
+
}
|
|
1629
|
+
],
|
|
1630
|
+
"cascadeDown":{
|
|
1631
|
+
"options":[
|
|
1632
|
+
{
|
|
1633
|
+
"_default":false,
|
|
1634
|
+
"optionStruct":{
|
|
1635
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1636
|
+
{
|
|
1637
|
+
"_default":"false",
|
|
1638
|
+
"label":"下拉一",
|
|
1639
|
+
"value":"下拉一"
|
|
1640
|
+
}
|
|
1641
|
+
],
|
|
1642
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1643
|
+
{
|
|
1644
|
+
"_default":"false",
|
|
1645
|
+
"optionStruct":{
|
|
1646
|
+
|
|
1647
|
+
},
|
|
1648
|
+
"label":"单选一",
|
|
1649
|
+
"value":"单选一"
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1653
|
+
{
|
|
1654
|
+
"_default":"false",
|
|
1655
|
+
"label":"多选一",
|
|
1656
|
+
"value":"多选一"
|
|
1657
|
+
}
|
|
1658
|
+
]
|
|
1659
|
+
},
|
|
1660
|
+
"children":[
|
|
1661
|
+
{
|
|
1662
|
+
"_default":false,
|
|
1663
|
+
"optionStruct":{
|
|
1664
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1665
|
+
{
|
|
1666
|
+
"_default":"false",
|
|
1667
|
+
"label":"下拉二",
|
|
1668
|
+
"value":"下拉二"
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1672
|
+
{
|
|
1673
|
+
"_default":"false",
|
|
1674
|
+
"optionStruct":{
|
|
1675
|
+
|
|
1676
|
+
},
|
|
1677
|
+
"label":"单选二",
|
|
1678
|
+
"value":"单选二"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1682
|
+
{
|
|
1683
|
+
"_default":"false",
|
|
1684
|
+
"label":"多选二",
|
|
1685
|
+
"value":"多选二"
|
|
1686
|
+
}
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
"children":[
|
|
1690
|
+
{
|
|
1691
|
+
"_default":false,
|
|
1692
|
+
"optionStruct":{
|
|
1693
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1694
|
+
{
|
|
1695
|
+
"_default":"false",
|
|
1696
|
+
"label":"下拉三",
|
|
1697
|
+
"value":"下拉三"
|
|
1698
|
+
}
|
|
1699
|
+
],
|
|
1700
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1701
|
+
{
|
|
1702
|
+
"_default":"false",
|
|
1703
|
+
"optionStruct":{
|
|
1704
|
+
|
|
1705
|
+
},
|
|
1706
|
+
"label":"单选三",
|
|
1707
|
+
"value":"单选三"
|
|
1708
|
+
}
|
|
1709
|
+
],
|
|
1710
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1711
|
+
{
|
|
1712
|
+
"_default":"false",
|
|
1713
|
+
"label":"多选三",
|
|
1714
|
+
"value":"多选三"
|
|
1715
|
+
}
|
|
1716
|
+
]
|
|
1717
|
+
},
|
|
1718
|
+
"label":"三级选项",
|
|
1719
|
+
"relationItems":[
|
|
1720
|
+
|
|
1721
|
+
],
|
|
1722
|
+
"value":"三级选项"
|
|
1723
|
+
}
|
|
1724
|
+
],
|
|
1725
|
+
"label":"二级选项",
|
|
1726
|
+
"relationItems":[
|
|
1727
|
+
|
|
1728
|
+
],
|
|
1729
|
+
"value":"二级选项"
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"label":"一级选项",
|
|
1733
|
+
"relationItems":[
|
|
1734
|
+
|
|
1735
|
+
],
|
|
1736
|
+
"value":"一级选项",
|
|
1737
|
+
"requiredItems":[
|
|
1738
|
+
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"_default":false,
|
|
1743
|
+
"optionStruct":{
|
|
1744
|
+
"d63aeeef437e4186af4a2efcd7a6a31b":[
|
|
1745
|
+
|
|
1746
|
+
],
|
|
1747
|
+
"d30d7f49e33e47afafafef56dc4a5c7f":[
|
|
1748
|
+
{
|
|
1749
|
+
"_default":"false",
|
|
1750
|
+
"optionStruct":{
|
|
1751
|
+
|
|
1752
|
+
},
|
|
1753
|
+
"label":"单选四",
|
|
1754
|
+
"value":"单选四"
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"2b4c6f3ca9f04033b9f8d1008fdaee9c":[
|
|
1758
|
+
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
"label":"其他",
|
|
1762
|
+
"relationItems":[
|
|
1763
|
+
|
|
1764
|
+
],
|
|
1765
|
+
"value":"其他"
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
"createTime":null,
|
|
1771
|
+
"updateTime":null,
|
|
1772
|
+
"required":null,
|
|
1773
|
+
"workOrderFieldId":"4b2bea06e70b4a63a02df141f685f310"
|
|
1774
|
+
},
|
|
1775
|
+
"value":[
|
|
1776
|
+
|
|
1777
|
+
],
|
|
1778
|
+
"display":true,
|
|
1779
|
+
"required":false,
|
|
1780
|
+
"editable":null
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"fieldId":"457c64c84f704845b90604578e6799bd",
|
|
1784
|
+
"paramName":"fieldValue.457c64c84f704845b90604578e6799bd",
|
|
1785
|
+
"formField":{
|
|
1786
|
+
"id":null,
|
|
1787
|
+
"name":"年月日",
|
|
1788
|
+
"description":null,
|
|
1789
|
+
"type":"TIME_PICKER",
|
|
1790
|
+
"deleted":null,
|
|
1791
|
+
"lastOperatorId":null,
|
|
1792
|
+
"mainId":null,
|
|
1793
|
+
"extInfo":{
|
|
1393
1794
|
"isDelete":true,
|
|
1394
1795
|
"autoInput":{
|
|
1395
1796
|
"enable":false,
|
|
@@ -1402,16 +1803,19 @@ export default {
|
|
|
1402
1803
|
|
|
1403
1804
|
]
|
|
1404
1805
|
},
|
|
1405
|
-
"
|
|
1806
|
+
"pattern":"<p><span class=\"ask-component-placeholder\" th:text=\"YEAR\">年</span><span class=\"ask-component-placeholder\" th:text=\"MONTH\">月</span><span class=\"ask-component-placeholder\" th:text=\"DAY\">日</span></p>",
|
|
1807
|
+
"mold":"DATE",
|
|
1406
1808
|
"range":{
|
|
1407
1809
|
"start":"",
|
|
1408
1810
|
"end":""
|
|
1409
1811
|
},
|
|
1812
|
+
"dataTimePattern":"yyyy-MM-dd",
|
|
1410
1813
|
"placeholder":"请选择"
|
|
1411
1814
|
},
|
|
1412
1815
|
"createTime":null,
|
|
1413
1816
|
"updateTime":null,
|
|
1414
|
-
"required":null
|
|
1817
|
+
"required":null,
|
|
1818
|
+
"workOrderFieldId":"457c64c84f704845b90604578e6799bd"
|
|
1415
1819
|
},
|
|
1416
1820
|
"value":"",
|
|
1417
1821
|
"display":true,
|
|
@@ -1419,17 +1823,21 @@ export default {
|
|
|
1419
1823
|
"editable":null
|
|
1420
1824
|
},
|
|
1421
1825
|
{
|
|
1422
|
-
"fieldId":"
|
|
1423
|
-
"paramName":"fieldValue.
|
|
1826
|
+
"fieldId":"481bfb2c5c9246eab193aa6ca7611265",
|
|
1827
|
+
"paramName":"fieldValue.481bfb2c5c9246eab193aa6ca7611265",
|
|
1424
1828
|
"formField":{
|
|
1425
1829
|
"id":null,
|
|
1426
|
-
"name":"
|
|
1830
|
+
"name":"图片",
|
|
1427
1831
|
"description":null,
|
|
1428
|
-
"type":"
|
|
1832
|
+
"type":"IMAGE",
|
|
1429
1833
|
"deleted":null,
|
|
1430
1834
|
"lastOperatorId":null,
|
|
1431
1835
|
"mainId":null,
|
|
1432
1836
|
"extInfo":{
|
|
1837
|
+
"watermark":{
|
|
1838
|
+
"enable":false,
|
|
1839
|
+
"text":""
|
|
1840
|
+
},
|
|
1433
1841
|
"isDelete":true,
|
|
1434
1842
|
"autoInput":{
|
|
1435
1843
|
"enable":false,
|
|
@@ -1442,21 +1850,17 @@ export default {
|
|
|
1442
1850
|
|
|
1443
1851
|
]
|
|
1444
1852
|
},
|
|
1853
|
+
"limit":"2",
|
|
1445
1854
|
"range":{
|
|
1446
1855
|
"start":"",
|
|
1447
1856
|
"end":""
|
|
1448
1857
|
},
|
|
1449
|
-
"
|
|
1450
|
-
"57f1c53a694e43b4b5f855a81ee4184b":[
|
|
1451
|
-
"URGENT"
|
|
1452
|
-
]
|
|
1453
|
-
},
|
|
1454
|
-
"placeholder":"请输入说明内容",
|
|
1455
|
-
"url":""
|
|
1858
|
+
"placeholder":"请输入"
|
|
1456
1859
|
},
|
|
1457
1860
|
"createTime":null,
|
|
1458
1861
|
"updateTime":null,
|
|
1459
|
-
"required":null
|
|
1862
|
+
"required":null,
|
|
1863
|
+
"workOrderFieldId":"481bfb2c5c9246eab193aa6ca7611265"
|
|
1460
1864
|
},
|
|
1461
1865
|
"value":"",
|
|
1462
1866
|
"display":true,
|
|
@@ -1464,18 +1868,21 @@ export default {
|
|
|
1464
1868
|
"editable":null
|
|
1465
1869
|
},
|
|
1466
1870
|
{
|
|
1467
|
-
"fieldId":"
|
|
1468
|
-
"paramName":"fieldValue.
|
|
1871
|
+
"fieldId":"da745f6913064c1ead5440d17e8f1cb6",
|
|
1872
|
+
"paramName":"fieldValue.da745f6913064c1ead5440d17e8f1cb6",
|
|
1469
1873
|
"formField":{
|
|
1470
1874
|
"id":null,
|
|
1471
|
-
"name":"
|
|
1875
|
+
"name":"视频",
|
|
1472
1876
|
"description":null,
|
|
1473
|
-
"type":"
|
|
1877
|
+
"type":"VIDEO",
|
|
1474
1878
|
"deleted":null,
|
|
1475
1879
|
"lastOperatorId":null,
|
|
1476
1880
|
"mainId":null,
|
|
1477
1881
|
"extInfo":{
|
|
1478
|
-
"
|
|
1882
|
+
"watermark":{
|
|
1883
|
+
"enable":false,
|
|
1884
|
+
"text":""
|
|
1885
|
+
},
|
|
1479
1886
|
"isDelete":true,
|
|
1480
1887
|
"autoInput":{
|
|
1481
1888
|
"enable":false,
|
|
@@ -1488,15 +1895,17 @@ export default {
|
|
|
1488
1895
|
|
|
1489
1896
|
]
|
|
1490
1897
|
},
|
|
1898
|
+
"limit":"2",
|
|
1491
1899
|
"range":{
|
|
1492
1900
|
"start":"",
|
|
1493
1901
|
"end":""
|
|
1494
1902
|
},
|
|
1495
|
-
"
|
|
1903
|
+
"placeholder":"请输入"
|
|
1496
1904
|
},
|
|
1497
1905
|
"createTime":null,
|
|
1498
1906
|
"updateTime":null,
|
|
1499
|
-
"required":null
|
|
1907
|
+
"required":null,
|
|
1908
|
+
"workOrderFieldId":"da745f6913064c1ead5440d17e8f1cb6"
|
|
1500
1909
|
},
|
|
1501
1910
|
"value":"",
|
|
1502
1911
|
"display":true,
|
|
@@ -1504,250 +1913,92 @@ export default {
|
|
|
1504
1913
|
"editable":null
|
|
1505
1914
|
},
|
|
1506
1915
|
{
|
|
1507
|
-
fieldId:
|
|
1508
|
-
paramName:
|
|
1509
|
-
formField:
|
|
1510
|
-
id:
|
|
1511
|
-
name:
|
|
1512
|
-
description:
|
|
1513
|
-
type:
|
|
1514
|
-
deleted:
|
|
1515
|
-
lastOperatorId:
|
|
1516
|
-
mainId:
|
|
1517
|
-
extInfo:
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
enable: false,
|
|
1522
|
-
rule: {
|
|
1523
|
-
handler: '',
|
|
1524
|
-
type: 'dict',
|
|
1525
|
-
exp: ''
|
|
1526
|
-
},
|
|
1527
|
-
source: []
|
|
1528
|
-
},
|
|
1529
|
-
options: [
|
|
1530
|
-
{
|
|
1531
|
-
_default: false,
|
|
1532
|
-
optionStruct: {
|
|
1533
|
-
'74df70cd57ae4ce2ab7b42e2e376ab9e': [
|
|
1534
|
-
{
|
|
1535
|
-
_default: false,
|
|
1536
|
-
label: '选项一',
|
|
1537
|
-
relationItems: [],
|
|
1538
|
-
value: '选项一'
|
|
1539
|
-
}
|
|
1540
|
-
]
|
|
1541
|
-
},
|
|
1542
|
-
label: '选项一',
|
|
1543
|
-
relationItems: [],
|
|
1544
|
-
value: '选项一'
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
_default: false,
|
|
1548
|
-
optionStruct: {
|
|
1549
|
-
'74df70cd57ae4ce2ab7b42e2e376ab9e': [
|
|
1550
|
-
{
|
|
1551
|
-
_default: false,
|
|
1552
|
-
label: '选项二',
|
|
1553
|
-
relationItems: [],
|
|
1554
|
-
value: '选项二'
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
label: '选项二',
|
|
1559
|
-
relationItems: [],
|
|
1560
|
-
value: '选项二'
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
_default: false,
|
|
1564
|
-
optionStruct: {
|
|
1565
|
-
'74df70cd57ae4ce2ab7b42e2e376ab9e': []
|
|
1566
|
-
},
|
|
1567
|
-
label: '选项三',
|
|
1568
|
-
relationItems: [],
|
|
1569
|
-
value: '选项三'
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1572
|
-
placeholder: '请选择',
|
|
1573
|
-
dependent: {
|
|
1574
|
-
optionStruct: [],
|
|
1575
|
-
filterStruct: [],
|
|
1576
|
-
dependentFieldId: ''
|
|
1577
|
-
}
|
|
1578
|
-
},
|
|
1579
|
-
backgroundColor: null,
|
|
1580
|
-
allFields: null,
|
|
1581
|
-
dataTemplateId: null,
|
|
1582
|
-
widgetId: '82fc988b598a4aa2ac1ea9358bf2e6eb',
|
|
1583
|
-
defaultValue: '',
|
|
1584
|
-
typeName: 'RADIO',
|
|
1585
|
-
description: '',
|
|
1586
|
-
remark: {
|
|
1587
|
-
enable: false,
|
|
1588
|
-
text: ''
|
|
1589
|
-
},
|
|
1590
|
-
type: 'RADIO',
|
|
1591
|
-
refFieldId: null,
|
|
1592
|
-
required: false,
|
|
1593
|
-
searchable: false,
|
|
1594
|
-
isSystemField: false,
|
|
1595
|
-
extInfo: {
|
|
1596
|
-
autoInput: {
|
|
1597
|
-
enable: false,
|
|
1598
|
-
rule: {
|
|
1599
|
-
handler: '',
|
|
1600
|
-
type: 'dict',
|
|
1601
|
-
exp: ''
|
|
1602
|
-
},
|
|
1603
|
-
source: []
|
|
1604
|
-
},
|
|
1605
|
-
options: [
|
|
1606
|
-
{
|
|
1607
|
-
_default: false,
|
|
1608
|
-
optionStruct: {
|
|
1609
|
-
'74df70cd57ae4ce2ab7b42e2e376ab9e': [
|
|
1610
|
-
{
|
|
1611
|
-
_default: false,
|
|
1612
|
-
label: '选项一',
|
|
1613
|
-
relationItems: [],
|
|
1614
|
-
value: '选项一'
|
|
1615
|
-
}
|
|
1616
|
-
]
|
|
1617
|
-
},
|
|
1618
|
-
label: '选项一',
|
|
1619
|
-
relationItems: [],
|
|
1620
|
-
value: '选项一'
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
_default: false,
|
|
1624
|
-
optionStruct: {
|
|
1625
|
-
'74df70cd57ae4ce2ab7b42e2e376ab9e': [
|
|
1626
|
-
{
|
|
1627
|
-
_default: false,
|
|
1628
|
-
label: '选项二',
|
|
1629
|
-
relationItems: [],
|
|
1630
|
-
value: '选项二'
|
|
1631
|
-
}
|
|
1632
|
-
]
|
|
1633
|
-
},
|
|
1634
|
-
label: '选项二',
|
|
1635
|
-
relationItems: [],
|
|
1636
|
-
value: '选项二'
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
_default: false,
|
|
1640
|
-
optionStruct: {
|
|
1641
|
-
'74df70cd57ae4ce2ab7b42e2e376ab9e': []
|
|
1642
|
-
},
|
|
1643
|
-
label: '选项三',
|
|
1644
|
-
relationItems: [],
|
|
1645
|
-
value: '选项三'
|
|
1646
|
-
}
|
|
1647
|
-
],
|
|
1648
|
-
placeholder: '请选择',
|
|
1649
|
-
dependent: {
|
|
1650
|
-
optionStruct: [],
|
|
1651
|
-
filterStruct: [],
|
|
1652
|
-
dependentFieldId: ''
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
refTemplateId: null,
|
|
1656
|
-
top: 4,
|
|
1657
|
-
left: 0,
|
|
1658
|
-
name: '单选',
|
|
1659
|
-
width: 6,
|
|
1660
|
-
disabled: false,
|
|
1661
|
-
id: '628b63120a4e1e2be6ba1456',
|
|
1662
|
-
height: 2
|
|
1663
|
-
},
|
|
1664
|
-
ref: {
|
|
1665
|
-
fieldName: '单选',
|
|
1666
|
-
field: '628b63120a4e1e2be6ba1456',
|
|
1667
|
-
source: '628740185684de1f1bc2f530',
|
|
1668
|
-
sourceName: '测试关联模板数据',
|
|
1669
|
-
vars: [],
|
|
1670
|
-
type: 'RADIO'
|
|
1916
|
+
"fieldId":"fe818a331f9b454d875fa804a86b947c",
|
|
1917
|
+
"paramName":"fieldValue.fe818a331f9b454d875fa804a86b947c",
|
|
1918
|
+
"formField":{
|
|
1919
|
+
"id":null,
|
|
1920
|
+
"name":"附件",
|
|
1921
|
+
"description":null,
|
|
1922
|
+
"type":"ATTACHMENT",
|
|
1923
|
+
"deleted":null,
|
|
1924
|
+
"lastOperatorId":null,
|
|
1925
|
+
"mainId":null,
|
|
1926
|
+
"extInfo":{
|
|
1927
|
+
"watermark":{
|
|
1928
|
+
"enable":false,
|
|
1929
|
+
"text":""
|
|
1671
1930
|
},
|
|
1672
|
-
isDelete:
|
|
1673
|
-
autoInput:
|
|
1674
|
-
enable:
|
|
1675
|
-
rule:
|
|
1676
|
-
handler:
|
|
1677
|
-
type:
|
|
1678
|
-
exp:
|
|
1931
|
+
"isDelete":true,
|
|
1932
|
+
"autoInput":{
|
|
1933
|
+
"enable":false,
|
|
1934
|
+
"rule":{
|
|
1935
|
+
"handler":"",
|
|
1936
|
+
"type":"reg",
|
|
1937
|
+
"exp":""
|
|
1679
1938
|
},
|
|
1680
|
-
source:
|
|
1939
|
+
"source":[
|
|
1940
|
+
|
|
1941
|
+
]
|
|
1681
1942
|
},
|
|
1682
|
-
|
|
1943
|
+
"limit":"2",
|
|
1944
|
+
"range":{
|
|
1945
|
+
"start":"",
|
|
1946
|
+
"end":""
|
|
1947
|
+
},
|
|
1948
|
+
"placeholder":"请输入"
|
|
1683
1949
|
},
|
|
1684
|
-
createTime:
|
|
1685
|
-
updateTime:
|
|
1686
|
-
required:
|
|
1950
|
+
"createTime":null,
|
|
1951
|
+
"updateTime":null,
|
|
1952
|
+
"required":null,
|
|
1953
|
+
"workOrderFieldId":"fe818a331f9b454d875fa804a86b947c"
|
|
1687
1954
|
},
|
|
1688
|
-
value:
|
|
1689
|
-
display:
|
|
1690
|
-
required:
|
|
1691
|
-
editable:
|
|
1955
|
+
"value":"",
|
|
1956
|
+
"display":true,
|
|
1957
|
+
"required":false,
|
|
1958
|
+
"editable":null
|
|
1692
1959
|
},
|
|
1693
1960
|
{
|
|
1694
|
-
fieldId:
|
|
1695
|
-
paramName:
|
|
1696
|
-
formField:
|
|
1697
|
-
id:
|
|
1698
|
-
name:
|
|
1699
|
-
description:
|
|
1700
|
-
type:
|
|
1701
|
-
deleted:
|
|
1702
|
-
lastOperatorId:
|
|
1703
|
-
mainId:
|
|
1704
|
-
extInfo:
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
'6260ff58122dae34a4dc9a79',
|
|
1714
|
-
'875b9116784941829c4171ce',
|
|
1715
|
-
'044af7a8496640a19b2ed580',
|
|
1716
|
-
'0fe016be113740a9a3e9eacd',
|
|
1717
|
-
'4d1db5f2ef634ebd9c490c18',
|
|
1718
|
-
'6286f66ac846a7151dac1248',
|
|
1719
|
-
'6286f66ac846a7151dac1249',
|
|
1720
|
-
'6286f66ac846a7151dac124a',
|
|
1721
|
-
'6281f13e76d5bd7468eab685',
|
|
1722
|
-
'628b63120a4e1e2be6ba1456'
|
|
1723
|
-
],
|
|
1724
|
-
type: ''
|
|
1725
|
-
},
|
|
1726
|
-
addBtnName: '测试新增',
|
|
1727
|
-
isDelete: true,
|
|
1728
|
-
autoInput: {
|
|
1729
|
-
enable: false,
|
|
1730
|
-
rule: {
|
|
1731
|
-
handler: '',
|
|
1732
|
-
type: '',
|
|
1733
|
-
exp: ''
|
|
1961
|
+
"fieldId":"fd6b334930aa4c57927d179d6e852a62",
|
|
1962
|
+
"paramName":"fieldValue.fd6b334930aa4c57927d179d6e852a62",
|
|
1963
|
+
"formField":{
|
|
1964
|
+
"id":null,
|
|
1965
|
+
"name":"聊天记录",
|
|
1966
|
+
"description":null,
|
|
1967
|
+
"type":"CHAT_RECORD",
|
|
1968
|
+
"deleted":null,
|
|
1969
|
+
"lastOperatorId":null,
|
|
1970
|
+
"mainId":null,
|
|
1971
|
+
"extInfo":{
|
|
1972
|
+
"visibleWithoutPermission":true,
|
|
1973
|
+
"isDelete":true,
|
|
1974
|
+
"autoInput":{
|
|
1975
|
+
"enable":false,
|
|
1976
|
+
"rule":{
|
|
1977
|
+
"handler":"",
|
|
1978
|
+
"type":"reg",
|
|
1979
|
+
"exp":""
|
|
1734
1980
|
},
|
|
1735
|
-
source:
|
|
1981
|
+
"source":[
|
|
1982
|
+
|
|
1983
|
+
]
|
|
1736
1984
|
},
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1985
|
+
"range":{
|
|
1986
|
+
"start":"",
|
|
1987
|
+
"end":""
|
|
1988
|
+
},
|
|
1989
|
+
"disabled":false
|
|
1740
1990
|
},
|
|
1741
|
-
createTime:
|
|
1742
|
-
updateTime:
|
|
1743
|
-
required:
|
|
1991
|
+
"createTime":null,
|
|
1992
|
+
"updateTime":null,
|
|
1993
|
+
"required":null,
|
|
1994
|
+
"workOrderFieldId":"fd6b334930aa4c57927d179d6e852a62"
|
|
1744
1995
|
},
|
|
1745
|
-
value:
|
|
1746
|
-
display:
|
|
1747
|
-
required:
|
|
1748
|
-
editable:
|
|
1996
|
+
"value":"",
|
|
1997
|
+
"display":true,
|
|
1998
|
+
"required":false,
|
|
1999
|
+
"editable":null
|
|
1749
2000
|
}
|
|
1750
|
-
]
|
|
2001
|
+
],
|
|
1751
2002
|
}
|
|
1752
2003
|
},
|
|
1753
2004
|
text: {
|