@zscreate/form-component 1.1.270 → 1.1.272
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/dist/form-component.css +65 -65
- package/dist/form-component.umd.js +47 -62
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -367,29 +367,29 @@
|
|
|
367
367
|
height: 178px !important;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
.datasetManagement[data-v-
|
|
370
|
+
.datasetManagement[data-v-13d1ce9e] {
|
|
371
371
|
-webkit-user-select: none;
|
|
372
372
|
-moz-user-select: none;
|
|
373
373
|
user-select: none;
|
|
374
374
|
}
|
|
375
|
-
.content[data-v-
|
|
375
|
+
.content[data-v-13d1ce9e] {
|
|
376
376
|
margin-top: 20px;
|
|
377
377
|
}
|
|
378
|
-
.classificationItem[data-v-
|
|
378
|
+
.classificationItem[data-v-13d1ce9e] {
|
|
379
379
|
background-color: #e6f7ff;
|
|
380
380
|
}
|
|
381
|
-
.ellipsis[data-v-
|
|
381
|
+
.ellipsis[data-v-13d1ce9e] {
|
|
382
382
|
margin: 5px 0;
|
|
383
383
|
white-space: nowrap;
|
|
384
384
|
overflow: hidden;
|
|
385
385
|
text-overflow: ellipsis;
|
|
386
386
|
/* cursor: pointer; */
|
|
387
387
|
}
|
|
388
|
-
.ellipsis[data-v-
|
|
388
|
+
.ellipsis[data-v-13d1ce9e]:hover {
|
|
389
389
|
background-color: #e6f7ff;
|
|
390
390
|
cursor: pointer;
|
|
391
391
|
}
|
|
392
|
-
[data-v-
|
|
392
|
+
[data-v-13d1ce9e] .ant-form-item {
|
|
393
393
|
margin-bottom: 5px !important;
|
|
394
394
|
}
|
|
395
395
|
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
}
|
|
485
485
|
|
|
486
486
|
|
|
487
|
-
[data-v-
|
|
487
|
+
[data-v-38229485] .ant-select-selection__rendered::after {
|
|
488
488
|
content: "";
|
|
489
489
|
display: none;
|
|
490
490
|
height: 0;
|
|
@@ -2890,22 +2890,22 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2890
2890
|
}
|
|
2891
2891
|
|
|
2892
2892
|
|
|
2893
|
-
[data-v-
|
|
2893
|
+
[data-v-21bb1706] .ant-popover-inner-content {
|
|
2894
2894
|
width: 190px;
|
|
2895
2895
|
}
|
|
2896
|
-
[data-v-
|
|
2896
|
+
[data-v-21bb1706] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
2897
2897
|
width: calc(100% - 0px) !important;
|
|
2898
2898
|
}
|
|
2899
|
-
[data-v-
|
|
2899
|
+
[data-v-21bb1706] .ant-form-item-control {
|
|
2900
2900
|
height: 100%;
|
|
2901
2901
|
}
|
|
2902
2902
|
/***label对齐方式*/
|
|
2903
|
-
.custom_form_item .break[data-v-
|
|
2903
|
+
.custom_form_item .break[data-v-21bb1706] {
|
|
2904
2904
|
white-space: normal;
|
|
2905
2905
|
word-break: break-all;
|
|
2906
2906
|
word-wrap: break-word;
|
|
2907
2907
|
}
|
|
2908
|
-
.custom_form_item .align-between[data-v-
|
|
2908
|
+
.custom_form_item .align-between[data-v-21bb1706] {
|
|
2909
2909
|
white-space: normal;
|
|
2910
2910
|
word-break: break-all;
|
|
2911
2911
|
word-wrap: break-word;
|
|
@@ -2914,28 +2914,28 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2914
2914
|
text-align-last: justify;
|
|
2915
2915
|
width: 80%;
|
|
2916
2916
|
}
|
|
2917
|
-
.custom_form_item .align-middle[data-v-
|
|
2917
|
+
.custom_form_item .align-middle[data-v-21bb1706] {
|
|
2918
2918
|
white-space: normal;
|
|
2919
2919
|
word-break: break-all;
|
|
2920
2920
|
word-wrap: break-word;
|
|
2921
2921
|
text-align: center;
|
|
2922
2922
|
width: 80%;
|
|
2923
2923
|
}
|
|
2924
|
-
.custom_form_item .align-left[data-v-
|
|
2924
|
+
.custom_form_item .align-left[data-v-21bb1706] {
|
|
2925
2925
|
white-space: normal;
|
|
2926
2926
|
word-break: break-all;
|
|
2927
2927
|
word-wrap: break-word;
|
|
2928
2928
|
text-align: left;
|
|
2929
2929
|
width: 80%;
|
|
2930
2930
|
}
|
|
2931
|
-
.custom_form_item .align-right[data-v-
|
|
2931
|
+
.custom_form_item .align-right[data-v-21bb1706] {
|
|
2932
2932
|
white-space: normal;
|
|
2933
2933
|
word-break: break-all;
|
|
2934
2934
|
word-wrap: break-word;
|
|
2935
2935
|
text-align: right;
|
|
2936
2936
|
width: 80%;
|
|
2937
2937
|
}
|
|
2938
|
-
.custom_form_item .align-center[data-v-
|
|
2938
|
+
.custom_form_item .align-center[data-v-21bb1706] {
|
|
2939
2939
|
white-space: normal;
|
|
2940
2940
|
word-break: break-all;
|
|
2941
2941
|
word-wrap: break-word;
|
|
@@ -2944,52 +2944,52 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2944
2944
|
}
|
|
2945
2945
|
/***label对齐方式 */
|
|
2946
2946
|
/*****公共boder ****/
|
|
2947
|
-
[data-v-
|
|
2947
|
+
[data-v-21bb1706] .ant-form-item-control-wrapper {
|
|
2948
2948
|
border-right: none !important;
|
|
2949
2949
|
border-bottom: 1px solid #000;
|
|
2950
2950
|
}
|
|
2951
|
-
[data-v-
|
|
2951
|
+
[data-v-21bb1706] .ant-form-item-label {
|
|
2952
2952
|
border-bottom: 1px solid #000;
|
|
2953
2953
|
}
|
|
2954
|
-
.verify-right[data-v-
|
|
2954
|
+
.verify-right[data-v-21bb1706] {
|
|
2955
2955
|
border-right: 1px solid #000;
|
|
2956
2956
|
}
|
|
2957
|
-
.custom_form_item_special[data-v-
|
|
2957
|
+
.custom_form_item_special[data-v-21bb1706] .ant-form-item-children {
|
|
2958
2958
|
height: 100%;
|
|
2959
2959
|
}
|
|
2960
2960
|
/*****公共boder ****/
|
|
2961
|
-
.custom_form_item_special[data-v-
|
|
2961
|
+
.custom_form_item_special[data-v-21bb1706] .ant-form-item .ant-form-item-control-wrapper:first-child .ant-form-item-control {
|
|
2962
2962
|
width: 100%;
|
|
2963
2963
|
}
|
|
2964
|
-
.verify-no-border input[data-v-
|
|
2965
|
-
.verify-no-border textarea[data-v-
|
|
2964
|
+
.verify-no-border input[data-v-21bb1706],
|
|
2965
|
+
.verify-no-border textarea[data-v-21bb1706] {
|
|
2966
2966
|
display: block;
|
|
2967
2967
|
background: none;
|
|
2968
2968
|
height: 90%;
|
|
2969
2969
|
width: 98%;
|
|
2970
2970
|
margin: 0 auto;
|
|
2971
2971
|
}
|
|
2972
|
-
.verify-no-border input[data-v-
|
|
2973
|
-
.verify-no-border textarea[data-v-
|
|
2972
|
+
.verify-no-border input[data-v-21bb1706]:disabled,
|
|
2973
|
+
.verify-no-border textarea[data-v-21bb1706]:disabled {
|
|
2974
2974
|
background: none !important;
|
|
2975
2975
|
color: #333;
|
|
2976
2976
|
}
|
|
2977
|
-
.verify[data-v-
|
|
2977
|
+
.verify[data-v-21bb1706] {
|
|
2978
2978
|
position: relative;
|
|
2979
2979
|
}
|
|
2980
|
-
.verify .inner-form-item[data-v-
|
|
2980
|
+
.verify .inner-form-item[data-v-21bb1706] .ant-form-item-control-wrapper {
|
|
2981
2981
|
border-bottom: none !important;
|
|
2982
2982
|
}
|
|
2983
|
-
.verify .inner-form-item[data-v-
|
|
2983
|
+
.verify .inner-form-item[data-v-21bb1706] .ant-form-item-children {
|
|
2984
2984
|
display: flex;
|
|
2985
2985
|
align-items: center;
|
|
2986
2986
|
justify-content: center;
|
|
2987
2987
|
width: 100%;
|
|
2988
2988
|
}
|
|
2989
|
-
.verify .inner-form-item[data-v-
|
|
2989
|
+
.verify .inner-form-item[data-v-21bb1706] .ant-form-item-children .textarea-wrapper {
|
|
2990
2990
|
width: 100%;
|
|
2991
2991
|
}
|
|
2992
|
-
.verify .verify-left[data-v-
|
|
2992
|
+
.verify .verify-left[data-v-21bb1706] {
|
|
2993
2993
|
position: absolute;
|
|
2994
2994
|
left: 0;
|
|
2995
2995
|
top: 0;
|
|
@@ -3000,57 +3000,57 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3000
3000
|
-moz-text-align-last: justify;
|
|
3001
3001
|
text-align-last: justify;
|
|
3002
3002
|
}
|
|
3003
|
-
.verify .verify-right[data-v-
|
|
3003
|
+
.verify .verify-right[data-v-21bb1706] {
|
|
3004
3004
|
height: 100%;
|
|
3005
3005
|
width: 100%;
|
|
3006
3006
|
position: relative;
|
|
3007
3007
|
}
|
|
3008
|
-
.verify .verify-right .verify-text[data-v-
|
|
3008
|
+
.verify .verify-right .verify-text[data-v-21bb1706] {
|
|
3009
3009
|
position: relative;
|
|
3010
3010
|
height: 70%;
|
|
3011
3011
|
padding-top: 5px;
|
|
3012
3012
|
border-bottom: 1px solid #e6e6e6;
|
|
3013
3013
|
}
|
|
3014
|
-
.verify .verify-right .verify-text .verify-btn[data-v-
|
|
3014
|
+
.verify .verify-right .verify-text .verify-btn[data-v-21bb1706] {
|
|
3015
3015
|
position: absolute;
|
|
3016
3016
|
right: 10px;
|
|
3017
3017
|
bottom: 10px;
|
|
3018
3018
|
z-index: 10;
|
|
3019
3019
|
}
|
|
3020
|
-
.verify .verify-right .verify-text span[data-v-
|
|
3020
|
+
.verify .verify-right .verify-text span[data-v-21bb1706] {
|
|
3021
3021
|
display: block;
|
|
3022
3022
|
border: none;
|
|
3023
3023
|
height: 100%;
|
|
3024
3024
|
}
|
|
3025
|
-
.verify .verify-right .verify-seal[data-v-
|
|
3025
|
+
.verify .verify-right .verify-seal[data-v-21bb1706] {
|
|
3026
3026
|
position: absolute;
|
|
3027
3027
|
width: 35mm;
|
|
3028
3028
|
height: 35mm;
|
|
3029
3029
|
z-index: 9 !important;
|
|
3030
3030
|
}
|
|
3031
|
-
.verify .verify-right .verify-seal img[data-v-
|
|
3031
|
+
.verify .verify-right .verify-seal img[data-v-21bb1706] {
|
|
3032
3032
|
width: 35mm;
|
|
3033
3033
|
height: 35mm;
|
|
3034
3034
|
}
|
|
3035
|
-
.verify .verify-right .verify-icon[data-v-
|
|
3035
|
+
.verify .verify-right .verify-icon[data-v-21bb1706] {
|
|
3036
3036
|
position: absolute;
|
|
3037
3037
|
right: 3%;
|
|
3038
3038
|
top: 3%;
|
|
3039
3039
|
z-index: 20;
|
|
3040
3040
|
cursor: pointer;
|
|
3041
3041
|
}
|
|
3042
|
-
.verify .verify-option[data-v-
|
|
3042
|
+
.verify .verify-option[data-v-21bb1706] {
|
|
3043
3043
|
display: flex;
|
|
3044
3044
|
height: 30%;
|
|
3045
3045
|
}
|
|
3046
|
-
.verify .verify-option > div[data-v-
|
|
3046
|
+
.verify .verify-option > div[data-v-21bb1706] {
|
|
3047
3047
|
flex: 1;
|
|
3048
3048
|
border-right: 1px solid #e6e6e6;
|
|
3049
3049
|
display: flex;
|
|
3050
3050
|
justify-content: space-between;
|
|
3051
3051
|
align-items: center;
|
|
3052
3052
|
}
|
|
3053
|
-
.verify .verify-option > div span[data-v-
|
|
3053
|
+
.verify .verify-option > div span[data-v-21bb1706] {
|
|
3054
3054
|
text-align: center;
|
|
3055
3055
|
flex: 2;
|
|
3056
3056
|
border-right: 1px solid #e6e6e6;
|
|
@@ -3059,36 +3059,36 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3059
3059
|
align-items: center;
|
|
3060
3060
|
justify-content: center;
|
|
3061
3061
|
}
|
|
3062
|
-
.verify .verify-option > div span + span[data-v-
|
|
3063
|
-
.verify .verify-option > div span + .inner-form-item[data-v-
|
|
3062
|
+
.verify .verify-option > div span + span[data-v-21bb1706],
|
|
3063
|
+
.verify .verify-option > div span + .inner-form-item[data-v-21bb1706] {
|
|
3064
3064
|
border-right: none;
|
|
3065
3065
|
flex: 4;
|
|
3066
3066
|
}
|
|
3067
|
-
.verify .verify-option > div:nth-child(2) > span[data-v-
|
|
3067
|
+
.verify .verify-option > div:nth-child(2) > span[data-v-21bb1706]:last-child {
|
|
3068
3068
|
box-sizing: border-box;
|
|
3069
3069
|
padding: 1px;
|
|
3070
3070
|
}
|
|
3071
|
-
.verify .verify-option div[data-v-
|
|
3071
|
+
.verify .verify-option div[data-v-21bb1706]:last-child {
|
|
3072
3072
|
border-right: none;
|
|
3073
3073
|
}
|
|
3074
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3074
|
+
.verify-style_label_top > .ant-form-item[data-v-21bb1706] {
|
|
3075
3075
|
display: flex;
|
|
3076
3076
|
flex-direction: column;
|
|
3077
3077
|
height: 100%;
|
|
3078
3078
|
}
|
|
3079
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3079
|
+
.verify-style_label_top > .ant-form-item[data-v-21bb1706] .verify-right {
|
|
3080
3080
|
height: 100% !important;
|
|
3081
3081
|
}
|
|
3082
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3082
|
+
.verify-style_label_top > .ant-form-item[data-v-21bb1706] .ant-form-item-label {
|
|
3083
3083
|
position: relative;
|
|
3084
3084
|
width: 100% !important;
|
|
3085
3085
|
height: 50px;
|
|
3086
3086
|
border-bottom: 1px solid #e6e6e6 !important;
|
|
3087
3087
|
}
|
|
3088
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3088
|
+
.verify-style_label_top > .ant-form-item[data-v-21bb1706] .ant-form-item-label label {
|
|
3089
3089
|
width: 100%;
|
|
3090
3090
|
}
|
|
3091
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3091
|
+
.verify-style_label_top > .ant-form-item[data-v-21bb1706] .ant-form-item-label .align-between {
|
|
3092
3092
|
width: 100% !important;
|
|
3093
3093
|
align-items: flex-start;
|
|
3094
3094
|
-moz-text-align-last: left;
|
|
@@ -3097,63 +3097,63 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3097
3097
|
letter-spacing: 8px;
|
|
3098
3098
|
text-indent: 10px;
|
|
3099
3099
|
}
|
|
3100
|
-
.verify-style_label_top > .ant-form-item[data-v-
|
|
3100
|
+
.verify-style_label_top > .ant-form-item[data-v-21bb1706] .ant-form-item-control-wrapper {
|
|
3101
3101
|
width: 100%!important;
|
|
3102
3102
|
height: initial !important;
|
|
3103
3103
|
flex: 1;
|
|
3104
3104
|
overflow: hidden;
|
|
3105
3105
|
}
|
|
3106
|
-
.verify-style_grid_verify[data-v-
|
|
3106
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify .ant-form-item-control-wrapper {
|
|
3107
3107
|
border-right: none;
|
|
3108
3108
|
border-bottom: none;
|
|
3109
3109
|
}
|
|
3110
|
-
.verify-style_grid_verify[data-v-
|
|
3110
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify .ant-form-item-label {
|
|
3111
3111
|
border-bottom: none;
|
|
3112
3112
|
}
|
|
3113
|
-
.verify-style_grid_verify .verify-style_label_top[data-v-
|
|
3113
|
+
.verify-style_grid_verify .verify-style_label_top[data-v-21bb1706] .ant-form-item-label {
|
|
3114
3114
|
border-right: none !important;
|
|
3115
3115
|
}
|
|
3116
|
-
.verify-style_grid_verify[data-v-
|
|
3116
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right {
|
|
3117
3117
|
border: none;
|
|
3118
3118
|
}
|
|
3119
|
-
.verify-style_grid_verify[data-v-
|
|
3119
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-text {
|
|
3120
3120
|
height: 50%;
|
|
3121
3121
|
}
|
|
3122
|
-
.verify-style_grid_verify[data-v-
|
|
3122
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option {
|
|
3123
3123
|
height: 50%;
|
|
3124
3124
|
flex-wrap: wrap;
|
|
3125
3125
|
display: grid;
|
|
3126
3126
|
grid-template-rows: repeat(2, 50%);
|
|
3127
3127
|
grid-template-columns: repeat(2, 50%);
|
|
3128
3128
|
}
|
|
3129
|
-
.verify-style_grid_verify[data-v-
|
|
3129
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div:first-child {
|
|
3130
3130
|
grid-area: 1 / span 1 / span 1;
|
|
3131
3131
|
}
|
|
3132
|
-
.verify-style_grid_verify[data-v-
|
|
3132
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div:nth-child(2) {
|
|
3133
3133
|
grid-area: 0.5 / span 1 / span 1;
|
|
3134
3134
|
}
|
|
3135
|
-
.verify-style_grid_verify[data-v-
|
|
3135
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div:nth-child(3) {
|
|
3136
3136
|
grid-area: 2 / span 2 / span 1;
|
|
3137
3137
|
}
|
|
3138
|
-
.verify-style_grid_verify[data-v-
|
|
3138
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div {
|
|
3139
3139
|
height: 100%;
|
|
3140
3140
|
box-sizing: border-box;
|
|
3141
3141
|
}
|
|
3142
|
-
.verify-style_grid_verify[data-v-
|
|
3142
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div > span:first-child {
|
|
3143
3143
|
flex: initial;
|
|
3144
3144
|
padding: 0 3px;
|
|
3145
3145
|
}
|
|
3146
|
-
.verify-style_grid_verify[data-v-
|
|
3146
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div span + span {
|
|
3147
3147
|
flex: 3;
|
|
3148
3148
|
overflow: hidden;
|
|
3149
3149
|
}
|
|
3150
|
-
.verify-style_grid_verify[data-v-
|
|
3150
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div:first-child {
|
|
3151
3151
|
flex: 0 1 calc(50% + 20px);
|
|
3152
3152
|
}
|
|
3153
|
-
.verify-style_grid_verify[data-v-
|
|
3153
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div:nth-child(2) {
|
|
3154
3154
|
border-right: none;
|
|
3155
3155
|
}
|
|
3156
|
-
.verify-style_grid_verify[data-v-
|
|
3156
|
+
.verify-style_grid_verify[data-v-21bb1706] .verify-right .verify-option > div:last-child {
|
|
3157
3157
|
flex: 0 0 100%;
|
|
3158
3158
|
border-top: 1px solid #e6e6e6;
|
|
3159
3159
|
}
|
|
@@ -74579,7 +74579,7 @@ Sortable.mount(Remove, Revert);
|
|
|
74579
74579
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(38);
|
|
74580
74580
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6955);
|
|
74581
74581
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9655);
|
|
74582
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
74582
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3824);
|
|
74583
74583
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2980);
|
|
74584
74584
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
74585
74585
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7203);
|
|
@@ -77060,7 +77060,7 @@ module.exports = {
|
|
|
77060
77060
|
|
|
77061
77061
|
/***/ }),
|
|
77062
77062
|
|
|
77063
|
-
/***/
|
|
77063
|
+
/***/ 3824:
|
|
77064
77064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
77065
77065
|
|
|
77066
77066
|
"use strict";
|
|
@@ -78563,13 +78563,13 @@ var defaultValueWithSql_component = (0,componentNormalizer/* default */.Z)(
|
|
|
78563
78563
|
)
|
|
78564
78564
|
|
|
78565
78565
|
/* harmony default export */ const defaultValueWithSql = (defaultValueWithSql_component.exports);
|
|
78566
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=
|
|
78567
|
-
var
|
|
78566
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=13d1ce9e&scoped=true&
|
|
78567
|
+
var datasetManagementvue_type_template_id_13d1ce9e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":'选择数据集',"width":900,"visible":_vm.visible,"destroyOnClose":true,"centered":true,"cancelText":"关闭","wrapClassName":"ant-modal-cust-warp","maskClosable":false},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('div',{staticClass:"datasetManagement",staticStyle:{"display":"flex","justify-content":"space-between","min-height":"700px"}},[_c('a-card',{staticStyle:{"flex":"4","margin-right":"10px","height":"700px","overflow-y":"auto","background-color":"#f2f2f2"},attrs:{"bordered":false}},[_c('a-spin',{attrs:{"spinning":_vm.loadingModal}},[_c('div',[_c('div',{staticClass:"ellipsis",staticStyle:{"cursor":"pointer","padding":"0px 5px","display":"flex","align-items":"center"},on:{"click":function($event){_vm.classificationList.parent.isDown = !_vm.classificationList.parent.isDown}}},[(_vm.classificationList.parent.isDown)?_c('a-icon',{attrs:{"type":"caret-down"}}):_c('a-icon',{attrs:{"type":"caret-right"}}),_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center","width":"100%"}},[_c('span',{staticStyle:{"margin-left":"5px"}},[_vm._v(_vm._s(_vm.classificationList.parent.title))])])],1),_vm._l((_vm.classificationList.children),function(item){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.classificationList.parent.isDown),expression:"classificationList.parent.isDown"}],key:item.id,staticClass:"ellipsis",class:{ classificationItem: _vm.classificationActived === item.itemValue },staticStyle:{"padding":"0px 5px 0 10px","margin-left":"10px"},on:{"click":function($event){return _vm.clickFn(item)}}},[_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center"}},[_c('span',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}],staticClass:"ellipsis"},[_vm._v(_vm._s(item.itemText))])])])})],2)])],1),_c('a-card',{staticStyle:{"flex":"12"},attrs:{"bordered":false}},[_c('div',{staticClass:"table-page-search-wrapper"},[_c('a-form',{attrs:{"layout":"inline"}},[_c('a-row',{attrs:{"gutter":24}},[_c('a-col',{attrs:{"span":8}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":"请输入数据集名称","maxLength":40},model:{value:(_vm.queryParam.setName),callback:function ($$v) {_vm.$set(_vm.queryParam, "setName", $$v)},expression:"queryParam.setName"}})],1)],1),_c('a-col',{attrs:{"span":8}},[_c('span',{staticClass:"table-page-search-submitButtons",staticStyle:{"float":"left","overflow":"hidden"}},[_c('a-button',{attrs:{"type":"primary","icon":"search"},on:{"click":_vm.searchQuery}},[_vm._v("查询")]),_c('a-button',{staticStyle:{"margin-left":"8px"},attrs:{"type":"primary","icon":"reload"},on:{"click":_vm.reset}},[_vm._v("重置")])],1)])],1)],1),(_vm.selectedRowKeys.length > 0 && _vm.selectedRowKeys[0])?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.clearSelected}},[_vm._v("清空选择")]):_vm._e()],1),_c('div',{staticClass:"content"},[_c('a-table',{ref:"table",attrs:{"size":"middle","defaultExpandAllRows":true,"bordered":"","rowKey":"id","columns":_vm.columns,"dataSource":_vm.dataSource,"pagination":_vm.ipagination,"loading":_vm.loading,"rowSelection":{
|
|
78568
78568
|
selectedRowKeys: _vm.selectedRowKeys,
|
|
78569
78569
|
onChange: _vm.onSelectChange,
|
|
78570
78570
|
type: 'radio'
|
|
78571
78571
|
}},on:{"change":_vm.handleTableChange}})],1)])],1)])}
|
|
78572
|
-
var
|
|
78572
|
+
var datasetManagementvue_type_template_id_13d1ce9e_scoped_true_staticRenderFns = []
|
|
78573
78573
|
|
|
78574
78574
|
|
|
78575
78575
|
// EXTERNAL MODULE: ./src/utils/util.js
|
|
@@ -79223,10 +79223,10 @@ const JeecgListMixin = {
|
|
|
79223
79223
|
});
|
|
79224
79224
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=script&lang=js&
|
|
79225
79225
|
/* harmony default export */ const Modals_datasetManagementvue_type_script_lang_js_ = (datasetManagementvue_type_script_lang_js_);
|
|
79226
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=
|
|
79226
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=13d1ce9e&prod&scoped=true&lang=less&
|
|
79227
79227
|
// extracted by mini-css-extract-plugin
|
|
79228
79228
|
|
|
79229
|
-
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=
|
|
79229
|
+
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=13d1ce9e&prod&scoped=true&lang=less&
|
|
79230
79230
|
|
|
79231
79231
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue
|
|
79232
79232
|
|
|
@@ -79239,11 +79239,11 @@ const JeecgListMixin = {
|
|
|
79239
79239
|
|
|
79240
79240
|
var datasetManagement_component = (0,componentNormalizer/* default */.Z)(
|
|
79241
79241
|
Modals_datasetManagementvue_type_script_lang_js_,
|
|
79242
|
-
|
|
79243
|
-
|
|
79242
|
+
datasetManagementvue_type_template_id_13d1ce9e_scoped_true_render,
|
|
79243
|
+
datasetManagementvue_type_template_id_13d1ce9e_scoped_true_staticRenderFns,
|
|
79244
79244
|
false,
|
|
79245
79245
|
null,
|
|
79246
|
-
"
|
|
79246
|
+
"13d1ce9e",
|
|
79247
79247
|
null
|
|
79248
79248
|
|
|
79249
79249
|
)
|
|
@@ -80813,8 +80813,8 @@ var Table_component_component = (0,componentNormalizer/* default */.Z)(
|
|
|
80813
80813
|
)
|
|
80814
80814
|
|
|
80815
80815
|
/* harmony default export */ const Table_component = (Table_component_component.exports);
|
|
80816
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=template&id=
|
|
80817
|
-
var
|
|
80816
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=template&id=38229485&scoped=true&
|
|
80817
|
+
var widgetSetupvue_type_template_id_38229485_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{attrs:{"label":"默认值"}},[(!_vm.isFormDesignSQL)?_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.source),callback:function ($$v) {_vm.source=$$v},expression:"source"}},[_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("数据集")])],1):_vm._e(),(_vm.isFormDesignSQL)?_c('a-input',{attrs:{"type":"textarea"},model:{value:(_vm.defaultValue),callback:function ($$v) {_vm.defaultValue=$$v},expression:"defaultValue"}}):_vm._e()],1),(!_vm.isFormDesignSQL)?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithSql}},[_vm._v("关联数据集")]):_vm._e(),_c('a-form-model-item',{attrs:{"label":"支持导入"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableImport),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableImport", $$v)},expression:"widget.options.enableImport"}})],1),_c('a-form-model-item',{attrs:{"label":"禁用双击编辑"}},[_c('a-switch',{model:{value:(_vm.widget.options.disbaledDoubleClickEdit),callback:function ($$v) {_vm.$set(_vm.widget.options, "disbaledDoubleClickEdit", $$v)},expression:"widget.options.disbaledDoubleClickEdit"}})],1),_c('a-form-model-item',{attrs:{"label":"隐藏操作按钮"}},[_c('a-switch',{model:{value:(_vm.widget.options.hiddenOperateBtn),callback:function ($$v) {_vm.$set(_vm.widget.options, "hiddenOperateBtn", $$v)},expression:"widget.options.hiddenOperateBtn"}})],1),_c('a-form-model-item',{attrs:{"label":"子表单内组件宽度"}},[_c('a-switch',{model:{value:(_vm.widget.options.customSubWidth),callback:function ($$v) {_vm.$set(_vm.widget.options, "customSubWidth", $$v)},expression:"widget.options.customSubWidth"}}),_c('div',{staticStyle:{"margin-left":"10px"}},[_vm._l((_vm.widget.columns),function(col){return (_vm.widget.options.customSubWidth)?[_c('div',[_c('div',[_c('span',[_vm._v(_vm._s(col.name))])]),_c('a-input-number',{staticStyle:{"width":"100%"},attrs:{"min":0,"max":1000,"placeholder":"宽度设置(px), 不设置为自动分配"},model:{value:(col.subWidth),callback:function ($$v) {_vm.$set(col, "subWidth", $$v)},expression:"col.subWidth"}})],1)]:_vm._e()})],2)],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"标题布局方式:","prop":"title"}},[_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.widget.options.inline),callback:function ($$v) {_vm.$set(_vm.widget.options, "inline", $$v)},expression:"widget.options.inline"}},[_c('a-radio-button',{attrs:{"value":false}},[_vm._v(" 块级 ")]),_c('a-radio-button',{attrs:{"value":true}},[_vm._v(" 行内 ")])],1)],1),(
|
|
80818
80818
|
_vm.widget.options &&
|
|
80819
80819
|
Object.keys(_vm.widget.options).indexOf('inline') >= 0 &&
|
|
80820
80820
|
_vm.widget.options.inline == false
|
|
@@ -80822,7 +80822,7 @@ var widgetSetupvue_type_template_id_765abcc4_scoped_true_render = function () {v
|
|
|
80822
80822
|
_vm.widget.options.inline == false &&
|
|
80823
80823
|
_vm.widget.options.layoutModel == 'design'
|
|
80824
80824
|
)?[_c('a-form-model-item',{attrs:{"label":"基础网格列数:"}},[_c('a-input-number',{attrs:{"step":2,"max":24,"min":0},model:{value:(_vm.widget.options.columnsNum),callback:function ($$v) {_vm.$set(_vm.widget.options, "columnsNum", $$v)},expression:"widget.options.columnsNum"}})],1),_c('a-form-model-item',{attrs:{"label":"基础网格行数"}},[_c('a-input-number',{attrs:{"step":1,"min":0},model:{value:(_vm.widget.options.rowsNum),callback:function ($$v) {_vm.$set(_vm.widget.options, "rowsNum", $$v)},expression:"widget.options.rowsNum"}})],1),_c('a-form-model-item',{attrs:{"label":"基础行高"}},[_c('a-input-number',{attrs:{"step":1,"min":20},model:{value:(_vm.widget.options.rowsHeight),callback:function ($$v) {_vm.$set(_vm.widget.options, "rowsHeight", $$v)},expression:"widget.options.rowsHeight"}})],1),_c('a-form-model-item',{attrs:{"label":"子集配置:"}},[_c('ul',[_c('li',[_c('span',[_vm._v("横向起点")]),_vm._v("/ "),_c('span',[_vm._v("步长")]),_vm._v("/ "),_c('span',[_vm._v("纵向起点")]),_vm._v("/ "),_c('span',[_vm._v("步长")])]),_vm._l((_vm.widget.designList),function(item,index){return _c('li',{key:index},[_c('i',{staticClass:"drag-item",staticStyle:{"font-size":"16px","margin":"0 5px"}},[_c('i',{staticClass:"iconfont icon-icon_bars"})]),_c('a-input-number',{staticStyle:{"width":"47px"},attrs:{"placeholder":"横向起始位置","type":"number","min":0},model:{value:(item.x),callback:function ($$v) {_vm.$set(item, "x", _vm._n($$v))},expression:"item.x"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"行步长","type":"number","min":0},model:{value:(item.w),callback:function ($$v) {_vm.$set(item, "w", _vm._n($$v))},expression:"item.w"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"竖向起始位置","type":"number","min":0},model:{value:(item.y),callback:function ($$v) {_vm.$set(item, "y", _vm._n($$v))},expression:"item.y"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"列步长","type":"number","min":0},model:{value:(item.h),callback:function ($$v) {_vm.$set(item, "h", _vm._n($$v))},expression:"item.h"}}),_c('a-button',{staticStyle:{"margin-left":"5px","border-radius":"50%"},attrs:{"circle":"","plain":"","type":"danger","size":"small","icon":"minus"},on:{"click":function($event){return _vm.handleOptionsRemove(index)}}})],1)})],2),_c('div',{staticStyle:{"margin-left":"22px"}},[_c('el-button',{attrs:{"type":"text"},on:{"click":_vm.handleTableAddColumn}},[_vm._v("添加列")])],1)])]:_vm._e()],2),_c('datasetManagement',{ref:"datasetManagement",on:{"setDateOk":_vm.setDateOk}})],1)])])}
|
|
80825
|
-
var
|
|
80825
|
+
var widgetSetupvue_type_template_id_38229485_scoped_true_staticRenderFns = []
|
|
80826
80826
|
|
|
80827
80827
|
|
|
80828
80828
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=script&lang=js&
|
|
@@ -81013,7 +81013,6 @@ var widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns = []
|
|
|
81013
81013
|
//
|
|
81014
81014
|
//
|
|
81015
81015
|
//
|
|
81016
|
-
//
|
|
81017
81016
|
|
|
81018
81017
|
|
|
81019
81018
|
/* harmony default export */ const Table_widgetSetupvue_type_script_lang_js_ = ({
|
|
@@ -81022,7 +81021,7 @@ var widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns = []
|
|
|
81022
81021
|
return {
|
|
81023
81022
|
rules: {},
|
|
81024
81023
|
defaultValue: "",
|
|
81025
|
-
source: '
|
|
81024
|
+
source: '4'
|
|
81026
81025
|
};
|
|
81027
81026
|
},
|
|
81028
81027
|
props: {
|
|
@@ -81049,23 +81048,9 @@ var widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns = []
|
|
|
81049
81048
|
watch: {
|
|
81050
81049
|
defaultValue(v) {
|
|
81051
81050
|
this.widget.options.defaultValue = v;
|
|
81052
|
-
},
|
|
81053
|
-
'widget.options.source': {
|
|
81054
|
-
handler(val) {
|
|
81055
|
-
console.log(val);
|
|
81056
|
-
if (val) {
|
|
81057
|
-
this.source = this.widget.options.source;
|
|
81058
|
-
} else {
|
|
81059
|
-
this.source = '1';
|
|
81060
|
-
}
|
|
81061
|
-
},
|
|
81062
|
-
immediate: true
|
|
81063
81051
|
}
|
|
81064
81052
|
},
|
|
81065
81053
|
methods: {
|
|
81066
|
-
handleGroupChange(e) {
|
|
81067
|
-
this.widget.options.source = e.target.value;
|
|
81068
|
-
},
|
|
81069
81054
|
handleChange(selectedItems) {
|
|
81070
81055
|
this.widget.options.computingMethod = selectedItems;
|
|
81071
81056
|
},
|
|
@@ -81096,10 +81081,10 @@ var widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns = []
|
|
|
81096
81081
|
});
|
|
81097
81082
|
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=script&lang=js&
|
|
81098
81083
|
/* harmony default export */ const components_Table_widgetSetupvue_type_script_lang_js_ = (Table_widgetSetupvue_type_script_lang_js_);
|
|
81099
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=
|
|
81084
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=38229485&prod&lang=less&scoped=true&
|
|
81100
81085
|
// extracted by mini-css-extract-plugin
|
|
81101
81086
|
|
|
81102
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=
|
|
81087
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=38229485&prod&lang=less&scoped=true&
|
|
81103
81088
|
|
|
81104
81089
|
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue
|
|
81105
81090
|
|
|
@@ -81112,11 +81097,11 @@ var widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns = []
|
|
|
81112
81097
|
|
|
81113
81098
|
var Table_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
81114
81099
|
components_Table_widgetSetupvue_type_script_lang_js_,
|
|
81115
|
-
|
|
81116
|
-
|
|
81100
|
+
widgetSetupvue_type_template_id_38229485_scoped_true_render,
|
|
81101
|
+
widgetSetupvue_type_template_id_38229485_scoped_true_staticRenderFns,
|
|
81117
81102
|
false,
|
|
81118
81103
|
null,
|
|
81119
|
-
"
|
|
81104
|
+
"38229485",
|
|
81120
81105
|
null
|
|
81121
81106
|
|
|
81122
81107
|
)
|
|
@@ -115873,18 +115858,18 @@ var RichEditor_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
115873
115858
|
widgetSetup: RichEditor_widgetSetup,
|
|
115874
115859
|
widgetDesign: RichEditor_widgetDesign
|
|
115875
115860
|
});
|
|
115876
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=
|
|
115877
|
-
var
|
|
115861
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=21bb1706&scoped=true&
|
|
115862
|
+
var componentvue_type_template_id_21bb1706_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{class:("custom_form_item custom_form_item_special " + (_vm.widget.options.type === 'grid-verify' ? 'verify-style_grid_verify' : '')),style:({
|
|
115878
115863
|
height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px'),
|
|
115879
115864
|
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #e6e6e6' : ''
|
|
115880
115865
|
})},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('div',{class:("verify clear verify-no-border verify-style_label_" + (_vm.widget.options.labelPosition)),style:({ height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px') })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
115881
115866
|
_vm.config.align,
|
|
115882
115867
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
115883
115868
|
? 'is_required'
|
|
115884
|
-
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_vm._l((_vm.verifyLogsList),function(log,idx){return [_c('div',{staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important"), 'border-bottom': '1px solid '+_vm.config.borderColor })},[(log.userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.getUserSealPosition({ left: log['sealPositionLeft'], top: log['sealPositionTop']}), {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + log.userSeal,"alt":""}})]):_vm._e(),_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('span',[(log['note'])?_c('a-input',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","rows":"4","disabled":true,"placeholder":_vm.widget.options.placeholder},model:{value:(log['note']),callback:function ($$v) {_vm.$set(log, 'note', $$v)},expression:"log['note']"}}):_vm._e()],1)]),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(log['shenpiYijian']),expression:"log['shenpiYijian']"}],style:({ width: '90%' }),attrs:{"disabled":true,"default-value":log['shenpiYijian']}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),[(log['userSign'])?_c('span',[(log['userSign'].startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + log['userSign'],"alt":""}}):_c('span',[_vm._v(" "+_vm._s(log['userSign'])+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(log['realname'] || '')+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',[_vm._v(" "+_vm._s(log['shenpiTime'])+" ")])])])])]}),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: _vm.widget.options.type === 'grid-verify' ? '100%' : ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important") , position: 'relative' })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.userSeal,"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model] && _vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSeal,"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('text-area',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","show-word-limit":"","max-length":_vm.widget.options.commentsLength,"disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '
|
|
115869
|
+
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_vm._l((_vm.verifyLogsList),function(log,idx){return [_c('div',{staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important"), 'border-bottom': '1px solid '+_vm.config.borderColor })},[(log.userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.getUserSealPosition({ left: log['sealPositionLeft'], top: log['sealPositionTop']}), {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + log.userSeal,"alt":""}})]):_vm._e(),_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('span',[(log['note'])?_c('a-input',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","rows":"4","disabled":true,"placeholder":_vm.widget.options.placeholder},model:{value:(log['note']),callback:function ($$v) {_vm.$set(log, 'note', $$v)},expression:"log['note']"}}):_vm._e()],1)]),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(log['shenpiYijian']),expression:"log['shenpiYijian']"}],style:({ width: '90%' }),attrs:{"disabled":true,"default-value":log['shenpiYijian']}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),[(log['userSign'])?_c('span',[(log['userSign'].startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + log['userSign'],"alt":""}}):_c('span',[_vm._v(" "+_vm._s(log['userSign'])+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(log['realname'] || '')+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',[_vm._v(" "+_vm._s(log['shenpiTime'])+" ")])])])])]}),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: _vm.widget.options.type === 'grid-verify' ? '100%' : ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important") , position: 'relative' })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.userSeal,"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model] && _vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSeal,"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('text-area',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","show-word-limit":"","max-length":_vm.widget.options.commentsLength,"disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '7%'})},[_c('a-popconfirm',{attrs:{"title":"请确认是否添加印章?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
115885
115870
|
return triggerNode.parentNode || _vm.document.body;
|
|
115886
115871
|
}},on:{"confirm":_vm.handleSeal}},[_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")])])],1)]:_vm._e(),(_vm.widget.options.isAuditing == '1' && _vm.widget.model === _vm.verifyNode)?[_c('div',{staticClass:"tw-flex flex-gap-[6px] tw-items-center tw-absolute tw-leading-[30px]",staticStyle:{"display":"flex","position":"absolute","align-items":"center","line-height":"30px","font-size":"13px","right":"1%","bottom":"20px","z-index":"10"}},[_c('span',[_vm._v("推荐审核意见:")]),_vm._l((_vm.notes),function(item,idx){return _c('span',{key:idx,staticClass:"tw-cursor-pointer tw-h-[23px] tw-mr-[10px] tw-px-[14px] tw-rounded-[6px] tw-leading-[23px] tw-bg-[#ecf5fc] tw-text-[#006EC5]",staticStyle:{"cursor":"pointer","line-height":"23px","height":"23px","margin-right":"10px","background":"#ecf5fc","padding":"0 14px","border-radius":"6px","color":"#006EC5"},on:{"click":function($event){_vm.models[_vm.widget.model].comments = item}}},[_vm._v(_vm._s(item))])})],2)]:_vm._e()],2),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".operation"),"rules":_vm.verifyRules.operation}},[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.models[_vm.widget.model]),expression:"models[widget.model]"}],style:({ width: '90%' }),attrs:{"disabled":_vm.widget.model !== _vm.verifyNode,"value":_vm.models[_vm.widget.model].operation},on:{"change":_vm.handleChange}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)],1),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),(_vm.widget.model == _vm.verifyNode)?[(_vm.userSign)?_c('span',[(_vm.userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.userSign,"alt":""}}):_c('span',[_vm._v(" "+_vm._s(_vm.userSign)+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]:[(_vm.models[_vm.widget.model].userSign)?_c('span',[(_vm.models[_vm.widget.model].userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSign,"alt":""}}):_c('span',[_vm._v(_vm._s(_vm.models[_vm.widget.model].userSign))])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operationTime : "")+" ")])])])],2)],2)],1)])],1):_vm._e()}
|
|
115887
|
-
var
|
|
115872
|
+
var componentvue_type_template_id_21bb1706_scoped_true_staticRenderFns = []
|
|
115888
115873
|
|
|
115889
115874
|
|
|
115890
115875
|
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/components/TextArea/TextArea.vue?vue&type=template&id=64726beb&scoped=true&
|
|
@@ -116569,10 +116554,10 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116569
116554
|
});
|
|
116570
116555
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=script&lang=js&
|
|
116571
116556
|
/* harmony default export */ const AllComponent_hnkj_Verify_componentvue_type_script_lang_js_ = (hnkj_Verify_componentvue_type_script_lang_js_);
|
|
116572
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
116557
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=21bb1706&prod&lang=less&scoped=true&
|
|
116573
116558
|
// extracted by mini-css-extract-plugin
|
|
116574
116559
|
|
|
116575
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
116560
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=21bb1706&prod&lang=less&scoped=true&
|
|
116576
116561
|
|
|
116577
116562
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue
|
|
116578
116563
|
|
|
@@ -116585,11 +116570,11 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116585
116570
|
|
|
116586
116571
|
var hnkj_Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
116587
116572
|
AllComponent_hnkj_Verify_componentvue_type_script_lang_js_,
|
|
116588
|
-
|
|
116589
|
-
|
|
116573
|
+
componentvue_type_template_id_21bb1706_scoped_true_render,
|
|
116574
|
+
componentvue_type_template_id_21bb1706_scoped_true_staticRenderFns,
|
|
116590
116575
|
false,
|
|
116591
116576
|
null,
|
|
116592
|
-
"
|
|
116577
|
+
"21bb1706",
|
|
116593
116578
|
null
|
|
116594
116579
|
|
|
116595
116580
|
)
|
|
@@ -139491,7 +139476,7 @@ var CorrectionItemvue_type_template_id_6fe27568_scoped_true_staticRenderFns = []
|
|
|
139491
139476
|
|
|
139492
139477
|
|
|
139493
139478
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
139494
|
-
var components = __webpack_require__(
|
|
139479
|
+
var components = __webpack_require__(3824);
|
|
139495
139480
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js&
|
|
139496
139481
|
//
|
|
139497
139482
|
//
|
|
@@ -141412,7 +141397,7 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
141412
141397
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
141413
141398
|
var manage = __webpack_require__(1474);
|
|
141414
141399
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
141415
|
-
var components = __webpack_require__(
|
|
141400
|
+
var components = __webpack_require__(3824);
|
|
141416
141401
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
141417
141402
|
var Bus = __webpack_require__(767);
|
|
141418
141403
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
@@ -145938,7 +145923,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
145938
145923
|
/***/ ((module) => {
|
|
145939
145924
|
|
|
145940
145925
|
"use strict";
|
|
145941
|
-
module.exports = {"i8":"1.1.
|
|
145926
|
+
module.exports = {"i8":"1.1.272"};
|
|
145942
145927
|
|
|
145943
145928
|
/***/ })
|
|
145944
145929
|
|
|
@@ -149240,7 +149225,7 @@ var es_array_sort = __webpack_require__(8284);
|
|
|
149240
149225
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
149241
149226
|
var util = __webpack_require__(6955);
|
|
149242
149227
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
149243
|
-
var components = __webpack_require__(
|
|
149228
|
+
var components = __webpack_require__(3824);
|
|
149244
149229
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
149245
149230
|
var manage = __webpack_require__(1474);
|
|
149246
149231
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
|
@@ -157000,8 +156985,8 @@ var warpFormulaEditvue_type_template_id_0f3f9aa6_render = function () {var _vm=t
|
|
|
157000
156985
|
var warpFormulaEditvue_type_template_id_0f3f9aa6_staticRenderFns = []
|
|
157001
156986
|
|
|
157002
156987
|
|
|
157003
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=template&id=
|
|
157004
|
-
var
|
|
156988
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=template&id=ab4ef906&
|
|
156989
|
+
var formula_editvue_type_template_id_ab4ef906_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{staticClass:"form-formula-dialog",attrs:{"visible":_vm.dialogVisible,"width":"800px","append-to-body":""},on:{"update:visible":function($event){_vm.dialogVisible=$event},"cancel":_vm.closeDialog}},[_c('template',{slot:"title"},[_c('div',{staticStyle:{"display":"flex"}},[_vm._v(" 公式编辑 "),_c('div',{staticStyle:{"color":"#838892","margin-left":"10px","font-size":"12px"}},[_vm._v("使用数学运算符编辑公式")])])]),(_vm.dialogVisible)?_c('div',{on:{"click":function($event){_vm.replaceVisible && (_vm.replaceVisible = false)}}},[_c('div',{staticClass:"formula-head-title"},[_c('div',{staticClass:"CodeMirror-wrap",staticStyle:{"line-height":"18px"}},[_c('div',{staticClass:"head-options"},[_c('div',{staticStyle:{"overflow":"hidden","line-break":"anywhere","text-overflow":"ellipsis","white-space":"nowrap"},attrs:{"title":_vm.widgetName}},[_vm._v(" "+_vm._s(_vm.widgetName)+" ")]),_c('span',{staticStyle:{"margin-right":"auto"}},[_vm._v(" =")]),_c('div',{staticClass:"head-opt-btns"},[_c('button',{on:{"click":function($event){return _vm.handleClick('copy')}}},[_c('form-iconfont',{staticStyle:{"font-size":"15px"},attrs:{"type":"icon-Copy"}}),_vm._v("复制")],1),_c('a-popconfirm',{attrs:{"visible":_vm.replaceVisible,"placement":"bottomRight","ok-text":"确认","icon":[],"cancel-text":"取消"},on:{"cancel":function($event){_vm.replaceVisible = false},"confirm":_vm.replaceConfirm}},[_c('template',{slot:"title"},[_c('div',{staticClass:"replace-param-content",staticStyle:{"width":"200px","margin-left":"-20px"}},[_c('div',{staticClass:"tip"},[_vm._v(" 仅支持替换引用的当前表单字段 ")]),_c('a-form',{attrs:{"form":_vm.replaceForm}},[_c('a-form-item',{staticStyle:{"margin-bottom":"0"},attrs:{"label":"1. 选择要替换的变量"}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
157005
156990
|
'curr',
|
|
157006
156991
|
{
|
|
157007
156992
|
rules: [{ required: true, message: '此内容必填' }],
|
|
@@ -157010,7 +156995,7 @@ var formula_editvue_type_template_id_6bcb395d_render = function () {var _vm=this
|
|
|
157010
156995
|
{
|
|
157011
156996
|
rules: [{ required: true, message: '此内容必填' }],
|
|
157012
156997
|
} ]),expression:"[\n 'replace',\n {\n rules: [{ required: true, message: '此内容必填' }],\n },\n ]"}],staticClass:"param-combo",staticStyle:{"width":"100%"},attrs:{"show-search":"","filterOption":_vm.replaceFilterOption}},_vm._l((Object.keys(_vm.f_dataObj)),function(item){return _c('a-select-option',{key:item,attrs:{"title":_vm.f_dataObj[item]}},[_vm._v(_vm._s(_vm.f_dataObj[item]))])}),1)],1):_vm._e()],1)],1)]),_c('button',{on:{"click":function($event){return _vm.handleClick('replace')}}},[_c('form-iconfont',{staticStyle:{"font-size":"14px"},attrs:{"type":"icon-replace"}}),_vm._v("替换变量")],1)],2),_c('a-popconfirm',{attrs:{"placement":"bottomRight","icon":[],"ok-text":"确认","cancel-text":"取消"},on:{"confirm":function($event){_vm.form.remark = _vm.remark}}},[_c('template',{slot:"title"},[_c('div',{staticStyle:{"margin-left":"-20px","width":"200px"}},[_c('a-textarea',{staticStyle:{"height":"100px","resize":"none"},attrs:{"auto-size":false,"placeholder":"请输入备注"},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}})],1)]),_c('button',{on:{"click":function($event){return _vm.handleClick('remark')}}},[_c('form-iconfont',{staticStyle:{"font-size":"12px"},attrs:{"type":"icon-beizhu"}}),_vm._v("备注")],1)],2),_c('button',{on:{"click":function($event){return _vm.handleClick('debug')}}},[_c('form-iconfont',{staticStyle:{"font-size":"14px"},attrs:{"type":"icon-tiaoshi"}}),_vm._v("调试")],1)],1)]),_c('div',{staticStyle:{"padding":"0 5px"}},[_c('textarea',{ref:"formula",staticClass:"cm-s-default",staticStyle:{"height":"180px","font-size":"14px"}})])]),(_vm.err_msg)?_c('div',{staticClass:"formula-error"},[_vm._v(" "+_vm._s(_vm.err_msg)+" ")]):_vm._e()]),_c('a-row',[_c('a-col',{attrs:{"span":8}},[_c('div',{staticClass:"formula-info-main"},[_c('div',{staticClass:"head",staticStyle:{"height":"35px"}},[_c('a-input',{attrs:{"allow-clear":"","placeholder":"搜索变量"},model:{value:(_vm.search_variable),callback:function ($$v) {_vm.search_variable=$$v},expression:"search_variable"}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1)],1),_c('div',{staticClass:"formula-container"},[(_vm.boData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("无可用变量,请添加或保存表单后重试")]):(_vm.filter_boData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("无搜索结果")]):_vm._e(),_vm._l((_vm.filter_boData),function(item,idx){return _c('div',{key:item.id,on:{"click":function($event){return _vm.clickBoNode(item)}}},[_c('div',{staticClass:"variable-list"},[_c('div',{attrs:{"title":item.name}},[_vm._v(_vm._s(item.name))]),_c('div',{class:("style-" + (item.type))},[_vm._v(_vm._s(_vm.TypesName[item.type]))])])])})],2)])]),_c('a-col',{attrs:{"span":6}},[_c('div',{staticClass:"formula-info-main ",staticStyle:{"border-left":"none","border-right":"none"}},[_c('div',{staticClass:"head",staticStyle:{"height":"35px"}},[_c('a-input',{attrs:{"allow-clear":"","placeholder":"搜索函数"},model:{value:(_vm.search_methods),callback:function ($$v) {_vm.search_methods=$$v},expression:"search_methods"}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1)],1),_c('div',{staticStyle:{"height":"100%","overflow-y":"auto"},on:{"mouseleave":_vm.handleMouseLeave}},[(_vm.filter_treeData.length === 0)?_c('div',{staticClass:"empty-tip"},[_vm._v("没有对应的函数")]):_vm._e(),_c('div',{staticClass:"formula-menu"},[_c('div',{staticClass:"formula-list"},_vm._l((_vm.filter_treeData),function(tree,idx){return _c('div',{key:tree.key,class:("formula-category " + (_vm.expandIndex[idx] ? 'expand': ''))},[_c('div',{staticClass:"title",on:{"click":function($event){return _vm.$set(_vm.expandIndex,idx, !_vm.expandIndex[idx])}}},[_c('form-iconfont',{staticClass:"arrow-icon",staticStyle:{"font-size":"13px"},attrs:{"type":"icon-rightyou"}}),_vm._v(" "+_vm._s(tree.title)+" ")],1),_c('div',{staticClass:"children"},_vm._l((tree.children),function(child){return _c('div',{key:child.title,class:("formula-item " + (_vm.formulaIntro.title === child.title ? 'select': '')),on:{"click":function($event){return _vm.clickFunctionNode(child)},"mouseenter":function($event){return _vm.handleFunctionHover(child)}}},[_c('span',{staticClass:"formula-item-name"},[_vm._v(_vm._s(child.title))]),_c('span',{staticClass:"formula-item-subName"},[_vm._v(_vm._s(child.subName))])])}),0)])}),0)])])])]),_c('a-col',{attrs:{"span":10}},[_c('div',{staticClass:"formula-info-main "},[(_vm.formulaIntro)?_c('div',{staticClass:"formula-intro"},[_c('div',{staticClass:"formula-title head"},[_vm._v(_vm._s(_vm.formulaIntro.name))]),_c('div',{staticStyle:{"padding":"0 10px"}},[_c('div',{staticStyle:{"line-height":"22px"}},[_c('div',{staticClass:"intro",staticStyle:{"margin":"5px 0"}},[_vm._v(" "+_vm._s(_vm.formulaIntro.intro)+" ")]),_c('div',{staticClass:"usage",staticStyle:{"margin-bottom":"5px","line-break":"anywhere"}},[_vm._v("用法:"),_c('span',{staticClass:"formula-name"},[_vm._v(_vm._s(_vm.formulaIntro.name))]),_vm._v(_vm._s(_vm.formulaIntro.usage.replace(_vm.formulaIntro.name, '')))]),_c('div',{staticClass:"example",staticStyle:{"margin-bottom":"5px","line-break":"anywhere"}},[_vm._v("示例:"),_c('span',{domProps:{"innerHTML":_vm._s(_vm.formulaIntro.example)}})])])])]):_vm._e(),_c('div',{staticClass:"formula-container"},[(!_vm.formulaIntro)?_c('ul',{staticStyle:{"padding-left":"20px"}},[_c('li',{staticStyle:{"list-style":"initial","margin-bottom":"20px"}},[_vm._v(" 从左侧面板选择字段名和函数,或输入函数 ")]),_c('li',{staticStyle:{"list-style":"initial"}},[_vm._v("公式编辑样式举例:"),_c('span',{staticClass:"formula-name"},[_vm._v(" AVERAGE")]),_vm._v("("),_c('span',{staticClass:"formula-field"},[_vm._v("基本工资")]),_vm._v(","),_c('span',{staticClass:"formula-field"},[_vm._v("加班工资")]),_vm._v(") ")])]):_vm._e()])])])],1)],1):_vm._e(),_c('div',{attrs:{"slot":"footer"},slot:"footer"},[_c('a-button',{on:{"click":_vm.closeDialog}},[_vm._v("取消")]),_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleConfirm}},[_vm._v("确定")])],1)],2)}
|
|
157013
|
-
var
|
|
156998
|
+
var formula_editvue_type_template_id_ab4ef906_staticRenderFns = []
|
|
157014
156999
|
|
|
157015
157000
|
|
|
157016
157001
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.string.replace-all.js
|
|
@@ -158272,9 +158257,9 @@ list_2.forEach(item => {
|
|
|
158272
158257
|
if (this.hasInVaild) {
|
|
158273
158258
|
return this.$message.warning('存在无效字段,请删除');
|
|
158274
158259
|
}
|
|
158275
|
-
this.$emit('callback', Object.assign({
|
|
158260
|
+
this.$emit('callback', Object.assign({}, this.form, {
|
|
158276
158261
|
relyWidgets
|
|
158277
|
-
}
|
|
158262
|
+
}));
|
|
158278
158263
|
// this.closeDialog()
|
|
158279
158264
|
},
|
|
158280
158265
|
|
|
@@ -158671,25 +158656,25 @@ list_2.forEach(item => {
|
|
|
158671
158656
|
});
|
|
158672
158657
|
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=script&lang=js&
|
|
158673
158658
|
/* harmony default export */ const formula_formula_editvue_type_script_lang_js_ = (formula_editvue_type_script_lang_js_);
|
|
158674
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=
|
|
158659
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=ab4ef906&prod&lang=less&
|
|
158675
158660
|
// extracted by mini-css-extract-plugin
|
|
158676
158661
|
|
|
158677
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=
|
|
158662
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=0&id=ab4ef906&prod&lang=less&
|
|
158678
158663
|
|
|
158679
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=
|
|
158664
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=ab4ef906&prod&lang=css&
|
|
158680
158665
|
// extracted by mini-css-extract-plugin
|
|
158681
158666
|
|
|
158682
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=
|
|
158667
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=1&id=ab4ef906&prod&lang=css&
|
|
158683
158668
|
|
|
158684
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=
|
|
158669
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=ab4ef906&prod&lang=css&
|
|
158685
158670
|
// extracted by mini-css-extract-plugin
|
|
158686
158671
|
|
|
158687
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=
|
|
158672
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=2&id=ab4ef906&prod&lang=css&
|
|
158688
158673
|
|
|
158689
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=
|
|
158674
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=ab4ef906&prod&lang=less&
|
|
158690
158675
|
// extracted by mini-css-extract-plugin
|
|
158691
158676
|
|
|
158692
|
-
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=
|
|
158677
|
+
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue?vue&type=style&index=3&id=ab4ef906&prod&lang=less&
|
|
158693
158678
|
|
|
158694
158679
|
;// CONCATENATED MODULE: ./src/form/formula/formula-edit.vue
|
|
158695
158680
|
|
|
@@ -158705,8 +158690,8 @@ list_2.forEach(item => {
|
|
|
158705
158690
|
|
|
158706
158691
|
var formula_edit_component = (0,componentNormalizer/* default */.Z)(
|
|
158707
158692
|
formula_formula_editvue_type_script_lang_js_,
|
|
158708
|
-
|
|
158709
|
-
|
|
158693
|
+
formula_editvue_type_template_id_ab4ef906_render,
|
|
158694
|
+
formula_editvue_type_template_id_ab4ef906_staticRenderFns,
|
|
158710
158695
|
false,
|
|
158711
158696
|
null,
|
|
158712
158697
|
null,
|