eoss-mobiles 0.2.68 → 0.2.70
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/lib/checkbox.js +0 -2
- package/lib/eoss-mobile.common.js +672 -351
- package/lib/esign.js +3 -3
- package/lib/field.js +7 -3
- package/lib/flow-btn.js +3 -7
- package/lib/flow-list.js +0 -2
- package/lib/flow.js +77 -43
- package/lib/form.js +2 -5
- package/lib/index.js +1 -1
- package/lib/picker.js +127 -41
- package/lib/radio.js +0 -2
- package/lib/retrial-auth.js +0 -2
- package/lib/selector.js +422 -224
- package/lib/table-column.js +0 -2
- package/lib/table.js +0 -2
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/picker.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/lib/theme-chalk/tree.css +1 -1
- package/lib/utils/http.js +0 -1
- package/lib/utils/util.js +0 -1
- package/package.json +1 -1
- package/packages/esign/src/main.vue +1 -1
- package/packages/field/src/main.vue +2 -1
- package/packages/flow/src/components/Handle.vue +316 -303
- package/packages/flow/src/components/Opinion.vue +5 -1
- package/packages/flow/src/components/Reject.vue +3 -0
- package/packages/flow/src/components/StartFlow.vue +3 -0
- package/packages/flow/src/components/taskUnionExamine.vue +3 -0
- package/packages/flow/src/flowMix.js +0 -1
- package/packages/flow-btn/src/main.vue +0 -1
- package/packages/form/src/main.vue +163 -166
- package/packages/picker/src/main.vue +48 -2
- package/packages/selector/src/main.vue +64 -25
- package/packages/selector/src/selector-field.vue +6 -2
- package/packages/selector/src/selector-tree.vue +48 -3
- package/packages/selector/src/tree.vue +120 -41
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/picker.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/lib/tree.css +1 -1
- package/packages/theme-chalk/src/picker.scss +15 -11
- package/packages/theme-chalk/src/selector.scss +11 -1
- package/packages/theme-chalk/src/tree.scss +14 -2
- package/src/index.js +1 -1
- package/src/utils/http.js +0 -1
- package/src/utils/util.js +0 -1
|
@@ -600,8 +600,8 @@ button_group_src_main.install = function (Vue) {
|
|
|
600
600
|
};
|
|
601
601
|
|
|
602
602
|
/* harmony default export */ var button_group = (button_group_src_main);
|
|
603
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=
|
|
604
|
-
var
|
|
603
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=76152aac&
|
|
604
|
+
var mainvue_type_template_id_76152aac_render = function () {
|
|
605
605
|
var _vm = this
|
|
606
606
|
var _h = _vm.$createElement
|
|
607
607
|
var _c = _vm._self._c || _h
|
|
@@ -614,7 +614,7 @@ var mainvue_type_template_id_3fb4f01a_render = function () {
|
|
|
614
614
|
"selector-field",
|
|
615
615
|
_vm._b(
|
|
616
616
|
{
|
|
617
|
-
attrs: { data: _vm.selectList },
|
|
617
|
+
attrs: { "input-value": _vm.inputValue, data: _vm.selectList },
|
|
618
618
|
on: { change: _vm.handleChangeSel, click: _vm.handleSelector },
|
|
619
619
|
},
|
|
620
620
|
"selector-field",
|
|
@@ -730,14 +730,14 @@ var mainvue_type_template_id_3fb4f01a_render = function () {
|
|
|
730
730
|
2
|
|
731
731
|
)
|
|
732
732
|
}
|
|
733
|
-
var
|
|
734
|
-
|
|
733
|
+
var mainvue_type_template_id_76152aac_staticRenderFns = []
|
|
734
|
+
mainvue_type_template_id_76152aac_render._withStripped = true
|
|
735
735
|
|
|
736
736
|
|
|
737
|
-
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=
|
|
737
|
+
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=76152aac&
|
|
738
738
|
|
|
739
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
740
|
-
var
|
|
739
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=template&id=03f31afd&
|
|
740
|
+
var selector_treevue_type_template_id_03f31afd_render = function () {
|
|
741
741
|
var _vm = this
|
|
742
742
|
var _h = _vm.$createElement
|
|
743
743
|
var _c = _vm._self._c || _h
|
|
@@ -828,6 +828,14 @@ var selector_treevue_type_template_id_a75e86e2_render = function () {
|
|
|
828
828
|
departmentLabelKey: _vm.departmentLabelKey,
|
|
829
829
|
departmentValueKey: _vm.departmentValueKey,
|
|
830
830
|
nodeKey: _vm.nodeKey,
|
|
831
|
+
showCount: _vm.showCount,
|
|
832
|
+
countKey: _vm.countKey,
|
|
833
|
+
showNameIcon: _vm.showNameIcon,
|
|
834
|
+
nameColor: _vm.nameColor,
|
|
835
|
+
nameBgColor: _vm.nameBgColor,
|
|
836
|
+
countPosition: _vm.countPosition,
|
|
837
|
+
nameSize: _vm.nameSize,
|
|
838
|
+
unit: _vm.unit,
|
|
831
839
|
isAllCheck: _vm.isAllCheck,
|
|
832
840
|
isTreeIcon: _vm.isTreeIcon,
|
|
833
841
|
showMore: _vm.showMore,
|
|
@@ -904,14 +912,14 @@ var selector_treevue_type_template_id_a75e86e2_render = function () {
|
|
|
904
912
|
1
|
|
905
913
|
)
|
|
906
914
|
}
|
|
907
|
-
var
|
|
908
|
-
|
|
915
|
+
var selector_treevue_type_template_id_03f31afd_staticRenderFns = []
|
|
916
|
+
selector_treevue_type_template_id_03f31afd_render._withStripped = true
|
|
909
917
|
|
|
910
918
|
|
|
911
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=
|
|
919
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-tree.vue?vue&type=template&id=03f31afd&
|
|
912
920
|
|
|
913
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=
|
|
914
|
-
var
|
|
921
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=template&id=238091c2&
|
|
922
|
+
var treevue_type_template_id_238091c2_render = function () {
|
|
915
923
|
var _vm = this
|
|
916
924
|
var _h = _vm.$createElement
|
|
917
925
|
var _c = _vm._self._c || _h
|
|
@@ -948,10 +956,32 @@ var treevue_type_template_id_33f22d0d_render = function () {
|
|
|
948
956
|
_c("div", { staticClass: "text" }, [
|
|
949
957
|
(item.parentshowid === "" ||
|
|
950
958
|
item.parentshowid === "root") &&
|
|
951
|
-
!_vm.isTreeIcon
|
|
959
|
+
!_vm.isTreeIcon &&
|
|
960
|
+
!_vm.showNameIcon
|
|
952
961
|
? _c("div", { staticClass: "label" })
|
|
953
962
|
: _vm._e(),
|
|
954
|
-
_vm.
|
|
963
|
+
_vm.showNameIcon
|
|
964
|
+
? _c(
|
|
965
|
+
"div",
|
|
966
|
+
{
|
|
967
|
+
staticClass: "label-name-icon",
|
|
968
|
+
style: {
|
|
969
|
+
width: _vm.nameSize + "px",
|
|
970
|
+
height: _vm.nameSize + "px",
|
|
971
|
+
color: item.color || _vm.nameColor,
|
|
972
|
+
backgroundColor:
|
|
973
|
+
item.bgColor || _vm.nameBgColor,
|
|
974
|
+
},
|
|
975
|
+
},
|
|
976
|
+
[
|
|
977
|
+
_vm._v(
|
|
978
|
+
"\n " +
|
|
979
|
+
_vm._s(item[_vm.labelKey].substring(0, 1)) +
|
|
980
|
+
"\n "
|
|
981
|
+
),
|
|
982
|
+
]
|
|
983
|
+
)
|
|
984
|
+
: _vm.isTreeIcon
|
|
955
985
|
? _c(
|
|
956
986
|
"div",
|
|
957
987
|
{
|
|
@@ -985,80 +1015,116 @@ var treevue_type_template_id_33f22d0d_render = function () {
|
|
|
985
1015
|
modifiers: { stop: true },
|
|
986
1016
|
},
|
|
987
1017
|
],
|
|
1018
|
+
staticClass: "label-name-text",
|
|
1019
|
+
style: {
|
|
1020
|
+
display:
|
|
1021
|
+
_vm.countPosition === "right"
|
|
1022
|
+
? "flex"
|
|
1023
|
+
: "unset",
|
|
1024
|
+
flex:
|
|
1025
|
+
_vm.countPosition === "right" ? "1" : "unset",
|
|
1026
|
+
},
|
|
988
1027
|
},
|
|
989
1028
|
[_vm._v(_vm._s(item[_vm.labelKey]))]
|
|
990
1029
|
),
|
|
1030
|
+
_vm.showCount &&
|
|
1031
|
+
_vm.countPosition === "left" &&
|
|
1032
|
+
item[_vm.countKey]
|
|
1033
|
+
? _c("span", { staticClass: "selector-left-count" }, [
|
|
1034
|
+
_vm._v(_vm._s(item[_vm.countKey] + _vm.unit)),
|
|
1035
|
+
])
|
|
1036
|
+
: _vm._e(),
|
|
991
1037
|
]),
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1038
|
+
_c(
|
|
1039
|
+
"div",
|
|
1040
|
+
{ staticClass: "selector-right" },
|
|
1041
|
+
[
|
|
1042
|
+
_vm.showCount &&
|
|
1043
|
+
_vm.countPosition === "right" &&
|
|
1044
|
+
item[_vm.countKey]
|
|
1045
|
+
? _c(
|
|
1046
|
+
"span",
|
|
1047
|
+
{ staticClass: "selector-right-count" },
|
|
1048
|
+
[_vm._v(_vm._s(item[_vm.countKey] + _vm.unit))]
|
|
1049
|
+
)
|
|
1050
|
+
: _vm._e(),
|
|
1051
|
+
_vm.showMore
|
|
1052
|
+
? _c("van-icon", {
|
|
1053
|
+
directives: [
|
|
1054
|
+
{
|
|
1055
|
+
name: "tap",
|
|
1056
|
+
rawName: "v-tap.stop",
|
|
1057
|
+
value: {
|
|
1058
|
+
methods: _vm.handleClickIcon,
|
|
1059
|
+
obj: item,
|
|
1060
|
+
},
|
|
1061
|
+
expression:
|
|
1062
|
+
"{ methods: handleClickIcon, obj: item }",
|
|
1063
|
+
modifiers: { stop: true },
|
|
1064
|
+
},
|
|
1065
|
+
],
|
|
1066
|
+
staticClass: "right",
|
|
1067
|
+
style: {
|
|
1068
|
+
transform: item.open ? "rotate(90deg)" : "",
|
|
1001
1069
|
},
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
],
|
|
1061
|
-
1
|
|
1070
|
+
attrs: { name: "arrow" },
|
|
1071
|
+
})
|
|
1072
|
+
: _vm._e(),
|
|
1073
|
+
item.checked
|
|
1074
|
+
? _c("i", {
|
|
1075
|
+
directives: [
|
|
1076
|
+
{
|
|
1077
|
+
name: "show",
|
|
1078
|
+
rawName: "v-show",
|
|
1079
|
+
value:
|
|
1080
|
+
(_vm.enterprise ||
|
|
1081
|
+
(_vm.department &&
|
|
1082
|
+
item[_vm.departmentLabelKey] ==
|
|
1083
|
+
_vm.departmentValueKey)) &&
|
|
1084
|
+
!_vm.showTree,
|
|
1085
|
+
expression:
|
|
1086
|
+
"\n (enterprise ||\n (department &&\n item[departmentLabelKey] == departmentValueKey)) &&\n !showTree\n ",
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
name: "tap",
|
|
1090
|
+
rawName: "v-tap.stop",
|
|
1091
|
+
value: { methods: _vm.checke, obj: item },
|
|
1092
|
+
expression:
|
|
1093
|
+
"{ methods: checke, obj: item }",
|
|
1094
|
+
modifiers: { stop: true },
|
|
1095
|
+
},
|
|
1096
|
+
],
|
|
1097
|
+
staticClass: "iconfont icon-gou select-icon",
|
|
1098
|
+
})
|
|
1099
|
+
: _c("i", {
|
|
1100
|
+
directives: [
|
|
1101
|
+
{
|
|
1102
|
+
name: "show",
|
|
1103
|
+
rawName: "v-show",
|
|
1104
|
+
value:
|
|
1105
|
+
(_vm.enterprise ||
|
|
1106
|
+
(_vm.department &&
|
|
1107
|
+
item[_vm.departmentLabelKey] ==
|
|
1108
|
+
_vm.departmentValueKey)) &&
|
|
1109
|
+
!_vm.showTree,
|
|
1110
|
+
expression:
|
|
1111
|
+
"\n (enterprise ||\n (department &&\n item[departmentLabelKey] == departmentValueKey)) &&\n !showTree\n ",
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
name: "tap",
|
|
1115
|
+
rawName: "v-tap.stop",
|
|
1116
|
+
value: { methods: _vm.checke, obj: item },
|
|
1117
|
+
expression:
|
|
1118
|
+
"{ methods: checke, obj: item }",
|
|
1119
|
+
modifiers: { stop: true },
|
|
1120
|
+
},
|
|
1121
|
+
],
|
|
1122
|
+
staticClass: "iconfont icon-quan select-icon",
|
|
1123
|
+
}),
|
|
1124
|
+
],
|
|
1125
|
+
1
|
|
1126
|
+
),
|
|
1127
|
+
]
|
|
1062
1128
|
),
|
|
1063
1129
|
item.children && item.children.length > 0
|
|
1064
1130
|
? [
|
|
@@ -1077,6 +1143,14 @@ var treevue_type_template_id_33f22d0d_render = function () {
|
|
|
1077
1143
|
"label-key": _vm.labelKey,
|
|
1078
1144
|
"value-key": _vm.valueKey,
|
|
1079
1145
|
showTree: _vm.showTree,
|
|
1146
|
+
showCount: _vm.showCount,
|
|
1147
|
+
countKey: _vm.countKey,
|
|
1148
|
+
showNameIcon: _vm.showNameIcon,
|
|
1149
|
+
nameBgColor: _vm.nameBgColor,
|
|
1150
|
+
countPosition: _vm.countPosition,
|
|
1151
|
+
nameColor: _vm.nameColor,
|
|
1152
|
+
nameSize: _vm.nameSize,
|
|
1153
|
+
unit: _vm.unit,
|
|
1080
1154
|
showMore: _vm.showMore,
|
|
1081
1155
|
enterprise: _vm.enterprise,
|
|
1082
1156
|
isTreeIcon: _vm.isTreeIcon,
|
|
@@ -1141,7 +1215,7 @@ var treevue_type_template_id_33f22d0d_render = function () {
|
|
|
1141
1215
|
item.sex ||
|
|
1142
1216
|
item.avatarUrl) &&
|
|
1143
1217
|
!_vm.isTreeIcon
|
|
1144
|
-
? _c("div", { staticClass: "head" }, [
|
|
1218
|
+
? _c("div", { staticClass: "em-show-tree-head" }, [
|
|
1145
1219
|
(item.attr &&
|
|
1146
1220
|
JSON.parse(item.attr).sex === "0") ||
|
|
1147
1221
|
item.sex == 0
|
|
@@ -1213,11 +1287,11 @@ var treevue_type_template_id_33f22d0d_render = function () {
|
|
|
1213
1287
|
0
|
|
1214
1288
|
)
|
|
1215
1289
|
}
|
|
1216
|
-
var
|
|
1217
|
-
|
|
1290
|
+
var treevue_type_template_id_238091c2_staticRenderFns = []
|
|
1291
|
+
treevue_type_template_id_238091c2_render._withStripped = true
|
|
1218
1292
|
|
|
1219
1293
|
|
|
1220
|
-
// CONCATENATED MODULE: ./packages/selector/src/tree.vue?vue&type=template&id=
|
|
1294
|
+
// CONCATENATED MODULE: ./packages/selector/src/tree.vue?vue&type=template&id=238091c2&
|
|
1221
1295
|
|
|
1222
1296
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/tree.vue?vue&type=script&lang=js&
|
|
1223
1297
|
//
|
|
@@ -1378,12 +1452,91 @@ treevue_type_template_id_33f22d0d_render._withStripped = true
|
|
|
1378
1452
|
//
|
|
1379
1453
|
//
|
|
1380
1454
|
//
|
|
1455
|
+
//
|
|
1456
|
+
//
|
|
1457
|
+
//
|
|
1458
|
+
//
|
|
1459
|
+
//
|
|
1460
|
+
//
|
|
1461
|
+
//
|
|
1462
|
+
//
|
|
1463
|
+
//
|
|
1464
|
+
//
|
|
1465
|
+
//
|
|
1466
|
+
//
|
|
1467
|
+
//
|
|
1468
|
+
//
|
|
1469
|
+
//
|
|
1470
|
+
//
|
|
1471
|
+
//
|
|
1472
|
+
//
|
|
1473
|
+
//
|
|
1474
|
+
//
|
|
1475
|
+
//
|
|
1476
|
+
//
|
|
1477
|
+
//
|
|
1478
|
+
//
|
|
1479
|
+
//
|
|
1480
|
+
//
|
|
1481
|
+
//
|
|
1482
|
+
//
|
|
1483
|
+
//
|
|
1484
|
+
//
|
|
1485
|
+
//
|
|
1486
|
+
//
|
|
1487
|
+
//
|
|
1488
|
+
//
|
|
1489
|
+
//
|
|
1490
|
+
//
|
|
1491
|
+
//
|
|
1492
|
+
//
|
|
1493
|
+
//
|
|
1494
|
+
//
|
|
1495
|
+
//
|
|
1496
|
+
//
|
|
1497
|
+
//
|
|
1498
|
+
//
|
|
1499
|
+
//
|
|
1500
|
+
//
|
|
1501
|
+
//
|
|
1381
1502
|
|
|
1382
1503
|
/* harmony default export */ var treevue_type_script_lang_js_ = ({
|
|
1383
1504
|
name: 'em-tree',
|
|
1384
1505
|
inheritAttrs: false,
|
|
1385
1506
|
props: {
|
|
1386
1507
|
model: Array,
|
|
1508
|
+
nameSize: {
|
|
1509
|
+
type: [String, Number],
|
|
1510
|
+
default: 38
|
|
1511
|
+
},
|
|
1512
|
+
showNameIcon: {
|
|
1513
|
+
type: Boolean,
|
|
1514
|
+
default: false
|
|
1515
|
+
},
|
|
1516
|
+
nameBgColor: {
|
|
1517
|
+
tpe: String,
|
|
1518
|
+
default: ''
|
|
1519
|
+
},
|
|
1520
|
+
countPosition: {
|
|
1521
|
+
type: String,
|
|
1522
|
+
default: 'right'
|
|
1523
|
+
},
|
|
1524
|
+
nameColor: {
|
|
1525
|
+
type: String,
|
|
1526
|
+
default: '#fff'
|
|
1527
|
+
},
|
|
1528
|
+
countKey: {
|
|
1529
|
+
type: String,
|
|
1530
|
+
default: 'count'
|
|
1531
|
+
},
|
|
1532
|
+
showCount: {
|
|
1533
|
+
type: Boolean,
|
|
1534
|
+
default: false
|
|
1535
|
+
},
|
|
1536
|
+
unit: {
|
|
1537
|
+
type: String,
|
|
1538
|
+
default: '人'
|
|
1539
|
+
},
|
|
1387
1540
|
enterprise: {
|
|
1388
1541
|
type: Boolean,
|
|
1389
1542
|
default: false
|
|
@@ -1505,8 +1658,8 @@ treevue_type_template_id_33f22d0d_render._withStripped = true
|
|
|
1505
1658
|
|
|
1506
1659
|
var tree_component = normalizeComponent(
|
|
1507
1660
|
src_treevue_type_script_lang_js_,
|
|
1508
|
-
|
|
1509
|
-
|
|
1661
|
+
treevue_type_template_id_238091c2_render,
|
|
1662
|
+
treevue_type_template_id_238091c2_staticRenderFns,
|
|
1510
1663
|
false,
|
|
1511
1664
|
null,
|
|
1512
1665
|
null,
|
|
@@ -2086,7 +2239,6 @@ var util_formatDate = function formatDate(date, fmt) {
|
|
|
2086
2239
|
'q+': quarter[Math.ceil((obj.getMonth() + 1) / 3) - 1], // 季度
|
|
2087
2240
|
S: obj.getMilliseconds() // 毫秒
|
|
2088
2241
|
};
|
|
2089
|
-
console.log(o, 'o');
|
|
2090
2242
|
if (/(y+)/.test(fmt)) {
|
|
2091
2243
|
fmt = fmt.replace(RegExp.$1, (obj.getFullYear() + '').substr(4 - RegExp.$1.length));
|
|
2092
2244
|
}
|
|
@@ -3207,7 +3359,6 @@ var base = {
|
|
|
3207
3359
|
|
|
3208
3360
|
var http_request = function request(options) {
|
|
3209
3361
|
var fn = void 0;
|
|
3210
|
-
console.log(options, 'sss');
|
|
3211
3362
|
switch (options.type) {
|
|
3212
3363
|
case 'post':
|
|
3213
3364
|
fn = axios.post(options.url, options.params, options.headers, options.format, options.isData, options.isParams);
|
|
@@ -3277,10 +3428,18 @@ var http_request = function request(options) {
|
|
|
3277
3428
|
|
|
3278
3429
|
// export default request;
|
|
3279
3430
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-tree.vue?vue&type=script&lang=js&
|
|
3280
|
-
var _methods;
|
|
3281
|
-
|
|
3282
3431
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
3283
3432
|
|
|
3433
|
+
var _props, _methods;
|
|
3434
|
+
|
|
3435
|
+
//
|
|
3436
|
+
//
|
|
3437
|
+
//
|
|
3438
|
+
//
|
|
3439
|
+
//
|
|
3440
|
+
//
|
|
3441
|
+
//
|
|
3442
|
+
//
|
|
3284
3443
|
//
|
|
3285
3444
|
//
|
|
3286
3445
|
//
|
|
@@ -3378,139 +3537,133 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3378
3537
|
components: { EmTree: tree },
|
|
3379
3538
|
name: 'EmSelectorTree',
|
|
3380
3539
|
inheritAttrs: false,
|
|
3381
|
-
props: {
|
|
3540
|
+
props: (_props = {
|
|
3382
3541
|
isSelectAll: {
|
|
3383
3542
|
type: Boolean,
|
|
3384
3543
|
default: false
|
|
3385
3544
|
},
|
|
3386
|
-
|
|
3387
|
-
type:
|
|
3388
|
-
default:
|
|
3389
|
-
},
|
|
3390
|
-
multiple: {
|
|
3391
|
-
type: Boolean, // 判断是否多选
|
|
3392
|
-
default: true
|
|
3393
|
-
},
|
|
3394
|
-
selectList: {
|
|
3395
|
-
type: [Array, String], //传入选中数组
|
|
3396
|
-
default: function _default() {
|
|
3397
|
-
return [];
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
isAllCheck: {
|
|
3401
|
-
type: Boolean,
|
|
3402
|
-
default: false
|
|
3545
|
+
nameSize: {
|
|
3546
|
+
type: [String, Number],
|
|
3547
|
+
default: 38
|
|
3403
3548
|
},
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
// default: 'root'
|
|
3407
|
-
// },
|
|
3408
|
-
url: {
|
|
3409
|
-
type: String,
|
|
3549
|
+
nameBgColor: {
|
|
3550
|
+
tpe: String,
|
|
3410
3551
|
default: ''
|
|
3411
3552
|
},
|
|
3412
|
-
|
|
3413
|
-
type: Object,
|
|
3414
|
-
default: function _default() {
|
|
3415
|
-
return { pid: 'root' };
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
// depId:{
|
|
3419
|
-
// type: String, //
|
|
3420
|
-
// default:''
|
|
3421
|
-
// },
|
|
3422
|
-
isEnterprise: {
|
|
3423
|
-
type: Boolean,
|
|
3424
|
-
default: false
|
|
3425
|
-
},
|
|
3426
|
-
isDepartment: {
|
|
3427
|
-
type: Boolean,
|
|
3428
|
-
default: false
|
|
3429
|
-
},
|
|
3430
|
-
departmentLabelKey: {
|
|
3431
|
-
type: String,
|
|
3432
|
-
default: 'objType'
|
|
3433
|
-
},
|
|
3434
|
-
departmentValueKey: {
|
|
3435
|
-
type: String,
|
|
3436
|
-
default: 'department'
|
|
3437
|
-
},
|
|
3438
|
-
nodeKey: {
|
|
3439
|
-
type: String,
|
|
3440
|
-
default: 'subNode'
|
|
3441
|
-
},
|
|
3442
|
-
tabs: {
|
|
3443
|
-
type: [String, Object], //enterprise:单位,department:部门,employee:用户
|
|
3444
|
-
default: 'employee'
|
|
3445
|
-
},
|
|
3446
|
-
objType: {
|
|
3447
|
-
type: String, // 点击对象类型(enterprise:单位,department:部门,employee:用户,person:人员,persongroup:群组)
|
|
3448
|
-
default: 'enterprise'
|
|
3449
|
-
},
|
|
3450
|
-
isOtherUnit: {
|
|
3451
|
-
//是否是其它单位
|
|
3452
|
-
type: Boolean,
|
|
3453
|
-
default: false
|
|
3454
|
-
},
|
|
3455
|
-
filid: {
|
|
3456
|
-
type: String, // 指定企业
|
|
3457
|
-
default: undefined
|
|
3458
|
-
},
|
|
3459
|
-
type: {
|
|
3460
|
-
type: String, // 组件类型
|
|
3461
|
-
default: 'components'
|
|
3462
|
-
},
|
|
3463
|
-
navTitle: {
|
|
3553
|
+
countPosition: {
|
|
3464
3554
|
type: String,
|
|
3465
|
-
default: '
|
|
3466
|
-
},
|
|
3467
|
-
showNavBar: {
|
|
3468
|
-
type: Boolean,
|
|
3469
|
-
default: true
|
|
3470
|
-
},
|
|
3471
|
-
showTree: {
|
|
3472
|
-
type: Boolean,
|
|
3473
|
-
default: true
|
|
3474
|
-
},
|
|
3475
|
-
showMore: {
|
|
3476
|
-
type: Boolean,
|
|
3477
|
-
default: true
|
|
3555
|
+
default: 'right'
|
|
3478
3556
|
},
|
|
3479
|
-
|
|
3557
|
+
showNameIcon: {
|
|
3480
3558
|
type: Boolean,
|
|
3481
3559
|
default: false
|
|
3482
3560
|
},
|
|
3483
|
-
|
|
3484
|
-
type: Boolean,
|
|
3485
|
-
default: true
|
|
3486
|
-
},
|
|
3487
|
-
promptText: {
|
|
3488
|
-
type: String,
|
|
3489
|
-
default: '只能选择一个'
|
|
3490
|
-
},
|
|
3491
|
-
listKey: {
|
|
3561
|
+
nameColor: {
|
|
3492
3562
|
type: String,
|
|
3493
|
-
default: ''
|
|
3494
|
-
}
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
},
|
|
3563
|
+
default: '#fff'
|
|
3564
|
+
}
|
|
3565
|
+
}, _props['showNameIcon'] = {
|
|
3566
|
+
type: Boolean,
|
|
3567
|
+
default: false
|
|
3568
|
+
}, _props.countKey = {
|
|
3569
|
+
type: String,
|
|
3570
|
+
default: 'count'
|
|
3571
|
+
}, _props.showCount = {
|
|
3572
|
+
type: Boolean,
|
|
3573
|
+
default: false
|
|
3574
|
+
}, _props.unit = {
|
|
3575
|
+
type: String,
|
|
3576
|
+
default: '人'
|
|
3577
|
+
}, _props.showSearch = {
|
|
3578
|
+
type: Boolean,
|
|
3579
|
+
default: true
|
|
3580
|
+
}, _props.multiple = {
|
|
3581
|
+
type: Boolean, // 判断是否多选
|
|
3582
|
+
default: true
|
|
3583
|
+
}, _props.selectList = {
|
|
3584
|
+
type: [Array, String], //传入选中数组
|
|
3585
|
+
default: function _default() {
|
|
3586
|
+
return [];
|
|
3587
|
+
}
|
|
3588
|
+
}, _props.isAllCheck = {
|
|
3589
|
+
type: Boolean,
|
|
3590
|
+
default: false
|
|
3591
|
+
}, _props.url = {
|
|
3592
|
+
type: String,
|
|
3593
|
+
default: ''
|
|
3594
|
+
}, _props.param = {
|
|
3595
|
+
type: Object,
|
|
3596
|
+
default: function _default() {
|
|
3597
|
+
return { pid: 'root' };
|
|
3598
|
+
}
|
|
3599
|
+
}, _props.isEnterprise = {
|
|
3600
|
+
type: Boolean,
|
|
3601
|
+
default: false
|
|
3602
|
+
}, _props.isDepartment = {
|
|
3603
|
+
type: Boolean,
|
|
3604
|
+
default: false
|
|
3605
|
+
}, _props.departmentLabelKey = {
|
|
3606
|
+
type: String,
|
|
3607
|
+
default: 'objType'
|
|
3608
|
+
}, _props.departmentValueKey = {
|
|
3609
|
+
type: String,
|
|
3610
|
+
default: 'department'
|
|
3611
|
+
}, _props.nodeKey = {
|
|
3612
|
+
type: String,
|
|
3613
|
+
default: 'subNode'
|
|
3614
|
+
}, _props.tabs = {
|
|
3615
|
+
type: [String, Object], //enterprise:单位,department:部门,employee:用户
|
|
3616
|
+
default: 'employee'
|
|
3617
|
+
}, _props.objType = {
|
|
3618
|
+
type: String, // 点击对象类型(enterprise:单位,department:部门,employee:用户,person:人员,persongroup:群组)
|
|
3619
|
+
default: 'enterprise'
|
|
3620
|
+
}, _props.isOtherUnit = {
|
|
3621
|
+
//是否是其它单位
|
|
3622
|
+
type: Boolean,
|
|
3623
|
+
default: false
|
|
3624
|
+
}, _props.filid = {
|
|
3625
|
+
type: String, // 指定企业
|
|
3626
|
+
default: undefined
|
|
3627
|
+
}, _props.type = {
|
|
3628
|
+
type: String, // 组件类型
|
|
3629
|
+
default: 'components'
|
|
3630
|
+
}, _props.navTitle = {
|
|
3631
|
+
type: String,
|
|
3632
|
+
default: '请选择'
|
|
3633
|
+
}, _props.showNavBar = {
|
|
3634
|
+
type: Boolean,
|
|
3635
|
+
default: true
|
|
3636
|
+
}, _props.showTree = {
|
|
3637
|
+
type: Boolean,
|
|
3638
|
+
default: true
|
|
3639
|
+
}, _props.showMore = {
|
|
3640
|
+
type: Boolean,
|
|
3641
|
+
default: true
|
|
3642
|
+
}, _props.isTreeIcon = {
|
|
3643
|
+
type: Boolean,
|
|
3644
|
+
default: false
|
|
3645
|
+
}, _props.isBgColor = {
|
|
3646
|
+
type: Boolean,
|
|
3647
|
+
default: true
|
|
3648
|
+
}, _props.promptText = {
|
|
3649
|
+
type: String,
|
|
3650
|
+
default: '只能选择一个'
|
|
3651
|
+
}, _props.listKey = {
|
|
3652
|
+
type: String,
|
|
3653
|
+
default: ''
|
|
3654
|
+
}, _props.valueKey = {
|
|
3655
|
+
type: String,
|
|
3656
|
+
default: 'showid'
|
|
3657
|
+
}, _props.labelKey = {
|
|
3658
|
+
type: String,
|
|
3659
|
+
default: 'showshortname'
|
|
3660
|
+
}, _props.paddingTop = {
|
|
3661
|
+
type: [String, Number],
|
|
3662
|
+
default: 0
|
|
3663
|
+
}, _props.isDefaultNode = {
|
|
3664
|
+
type: Boolean,
|
|
3665
|
+
default: true
|
|
3666
|
+
}, _props.nodeList = Array, _props.baseUrl = String, _props),
|
|
3514
3667
|
data: function data() {
|
|
3515
3668
|
return {
|
|
3516
3669
|
genre: '',
|
|
@@ -4104,7 +4257,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4104
4257
|
}
|
|
4105
4258
|
}
|
|
4106
4259
|
var newData = res.obj;
|
|
4107
|
-
if (!newData.children && !isStart) {
|
|
4260
|
+
if ((!newData.children || newData.children.length == 0) && !isStart) {
|
|
4108
4261
|
if (this.nodeList && this.nodeList.length > 0) {
|
|
4109
4262
|
this.$toast.loading({
|
|
4110
4263
|
message: '加载中...',
|
|
@@ -4157,7 +4310,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4157
4310
|
this.$toast.clear();
|
|
4158
4311
|
}
|
|
4159
4312
|
} else {
|
|
4160
|
-
if (!res.obj.children) {
|
|
4313
|
+
if (!res.obj.children || res.obj.children.length == 0) {
|
|
4161
4314
|
this.getData(res.obj);
|
|
4162
4315
|
}
|
|
4163
4316
|
}
|
|
@@ -4291,8 +4444,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4291
4444
|
|
|
4292
4445
|
var selector_tree_component = normalizeComponent(
|
|
4293
4446
|
src_selector_treevue_type_script_lang_js_,
|
|
4294
|
-
|
|
4295
|
-
|
|
4447
|
+
selector_treevue_type_template_id_03f31afd_render,
|
|
4448
|
+
selector_treevue_type_template_id_03f31afd_staticRenderFns,
|
|
4296
4449
|
false,
|
|
4297
4450
|
null,
|
|
4298
4451
|
null,
|
|
@@ -4301,8 +4454,8 @@ var selector_tree_component = normalizeComponent(
|
|
|
4301
4454
|
)
|
|
4302
4455
|
|
|
4303
4456
|
/* harmony default export */ var selector_tree = (selector_tree_component.exports);
|
|
4304
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-field.vue?vue&type=template&id=
|
|
4305
|
-
var
|
|
4457
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-field.vue?vue&type=template&id=b340cbe8&
|
|
4458
|
+
var selector_fieldvue_type_template_id_b340cbe8_render = function () {
|
|
4306
4459
|
var _vm = this
|
|
4307
4460
|
var _h = _vm.$createElement
|
|
4308
4461
|
var _c = _vm._self._c || _h
|
|
@@ -4325,6 +4478,13 @@ var selector_fieldvue_type_template_id_eed3d698_render = function () {
|
|
|
4325
4478
|
_vm.clickTree()
|
|
4326
4479
|
},
|
|
4327
4480
|
},
|
|
4481
|
+
model: {
|
|
4482
|
+
value: _vm.inputValue,
|
|
4483
|
+
callback: function ($$v) {
|
|
4484
|
+
_vm.inputValue = $$v
|
|
4485
|
+
},
|
|
4486
|
+
expression: "inputValue",
|
|
4487
|
+
},
|
|
4328
4488
|
},
|
|
4329
4489
|
"em-input",
|
|
4330
4490
|
_vm.$attrs,
|
|
@@ -4465,11 +4625,11 @@ var selector_fieldvue_type_template_id_eed3d698_render = function () {
|
|
|
4465
4625
|
1
|
|
4466
4626
|
)
|
|
4467
4627
|
}
|
|
4468
|
-
var
|
|
4469
|
-
|
|
4628
|
+
var selector_fieldvue_type_template_id_b340cbe8_staticRenderFns = []
|
|
4629
|
+
selector_fieldvue_type_template_id_b340cbe8_render._withStripped = true
|
|
4470
4630
|
|
|
4471
4631
|
|
|
4472
|
-
// CONCATENATED MODULE: ./packages/selector/src/selector-field.vue?vue&type=template&id=
|
|
4632
|
+
// CONCATENATED MODULE: ./packages/selector/src/selector-field.vue?vue&type=template&id=b340cbe8&
|
|
4473
4633
|
|
|
4474
4634
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/selector-field.vue?vue&type=script&lang=js&
|
|
4475
4635
|
//
|
|
@@ -4546,6 +4706,7 @@ selector_fieldvue_type_template_id_eed3d698_render._withStripped = true
|
|
|
4546
4706
|
//
|
|
4547
4707
|
//
|
|
4548
4708
|
//
|
|
4709
|
+
//
|
|
4549
4710
|
|
|
4550
4711
|
/* harmony default export */ var selector_fieldvue_type_script_lang_js_ = ({
|
|
4551
4712
|
name: 'selectorField',
|
|
@@ -4566,6 +4727,10 @@ selector_fieldvue_type_template_id_eed3d698_render._withStripped = true
|
|
|
4566
4727
|
type: Boolean,
|
|
4567
4728
|
default: false
|
|
4568
4729
|
},
|
|
4730
|
+
inputValue: {
|
|
4731
|
+
type: String,
|
|
4732
|
+
default: ''
|
|
4733
|
+
},
|
|
4569
4734
|
readonly: { type: Boolean, default: false },
|
|
4570
4735
|
selectDisabled: {
|
|
4571
4736
|
type: Boolean,
|
|
@@ -4656,7 +4821,6 @@ selector_fieldvue_type_template_id_eed3d698_render._withStripped = true
|
|
|
4656
4821
|
}, []);
|
|
4657
4822
|
},
|
|
4658
4823
|
handleChange: function handleChange(val, info) {
|
|
4659
|
-
console.log('点击了');
|
|
4660
4824
|
var _this = this;
|
|
4661
4825
|
if (_this.multiple) {
|
|
4662
4826
|
if (info.checked) {
|
|
@@ -4730,8 +4894,8 @@ selector_fieldvue_type_template_id_eed3d698_render._withStripped = true
|
|
|
4730
4894
|
|
|
4731
4895
|
var selector_field_component = normalizeComponent(
|
|
4732
4896
|
src_selector_fieldvue_type_script_lang_js_,
|
|
4733
|
-
|
|
4734
|
-
|
|
4897
|
+
selector_fieldvue_type_template_id_b340cbe8_render,
|
|
4898
|
+
selector_fieldvue_type_template_id_b340cbe8_staticRenderFns,
|
|
4735
4899
|
false,
|
|
4736
4900
|
null,
|
|
4737
4901
|
null,
|
|
@@ -4786,6 +4950,23 @@ var selector_field_component = normalizeComponent(
|
|
|
4786
4950
|
//
|
|
4787
4951
|
//
|
|
4788
4952
|
//
|
|
4953
|
+
//
|
|
4954
|
+
//
|
|
4955
|
+
//
|
|
4956
|
+
//
|
|
4957
|
+
//
|
|
4958
|
+
//
|
|
4959
|
+
//
|
|
4960
|
+
//
|
|
4961
|
+
//
|
|
4962
|
+
//
|
|
4963
|
+
//
|
|
4964
|
+
//
|
|
4965
|
+
//
|
|
4966
|
+
//
|
|
4967
|
+
//
|
|
4968
|
+
//
|
|
4969
|
+
//
|
|
4789
4970
|
|
|
4790
4971
|
|
|
4791
4972
|
|
|
@@ -4804,7 +4985,8 @@ var selector_field_component = normalizeComponent(
|
|
|
4804
4985
|
},
|
|
4805
4986
|
data: function data() {
|
|
4806
4987
|
return {
|
|
4807
|
-
showSelectorTree: false
|
|
4988
|
+
showSelectorTree: false,
|
|
4989
|
+
inputValue: ''
|
|
4808
4990
|
// newSelectList:[]
|
|
4809
4991
|
};
|
|
4810
4992
|
},
|
|
@@ -4848,10 +5030,16 @@ var selector_field_component = normalizeComponent(
|
|
|
4848
5030
|
* @param {Object} val 选中的人员/单位
|
|
4849
5031
|
*/
|
|
4850
5032
|
handleDispose: function handleDispose(val) {
|
|
5033
|
+
this.inputValue = '';
|
|
4851
5034
|
if (val) {
|
|
4852
5035
|
var list = val.list;
|
|
4853
5036
|
|
|
4854
5037
|
this.selectList = list;
|
|
5038
|
+
if (val.list.length > 0) {
|
|
5039
|
+
this.inputValue = list[0][this.$attrs.labelKey || this.$attrs['label-key'] || 'showname'];
|
|
5040
|
+
} else {
|
|
5041
|
+
this.inputValue = '';
|
|
5042
|
+
}
|
|
4855
5043
|
}
|
|
4856
5044
|
this.showSelectorTree = false;
|
|
4857
5045
|
},
|
|
@@ -4864,6 +5052,16 @@ var selector_field_component = normalizeComponent(
|
|
|
4864
5052
|
* @param {Array} val 变化后的选中数据
|
|
4865
5053
|
*/
|
|
4866
5054
|
handleChangeSel: function handleChangeSel(val) {
|
|
5055
|
+
if (val) {
|
|
5056
|
+
var list = val.list;
|
|
5057
|
+
|
|
5058
|
+
this.selectList = list;
|
|
5059
|
+
if (val.list.length > 0) {
|
|
5060
|
+
this.inputValue = list[0][this.$attrs.labelKey || this.$attrs['label-key'] || 'showname'];
|
|
5061
|
+
} else {
|
|
5062
|
+
this.inputValue = '';
|
|
5063
|
+
}
|
|
5064
|
+
}
|
|
4867
5065
|
this.$emit('input', val.list);
|
|
4868
5066
|
}
|
|
4869
5067
|
}
|
|
@@ -4880,8 +5078,8 @@ var selector_field_component = normalizeComponent(
|
|
|
4880
5078
|
|
|
4881
5079
|
var selector_src_main_component = normalizeComponent(
|
|
4882
5080
|
packages_selector_src_mainvue_type_script_lang_js_,
|
|
4883
|
-
|
|
4884
|
-
|
|
5081
|
+
mainvue_type_template_id_76152aac_render,
|
|
5082
|
+
mainvue_type_template_id_76152aac_staticRenderFns,
|
|
4885
5083
|
false,
|
|
4886
5084
|
null,
|
|
4887
5085
|
null,
|
|
@@ -4898,8 +5096,8 @@ selector_src_main.install = function (Vue) {
|
|
|
4898
5096
|
};
|
|
4899
5097
|
|
|
4900
5098
|
/* harmony default export */ var selector = (selector_src_main);
|
|
4901
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=
|
|
4902
|
-
var
|
|
5099
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=template&id=048bcc5a&
|
|
5100
|
+
var mainvue_type_template_id_048bcc5a_render = function () {
|
|
4903
5101
|
var _vm = this
|
|
4904
5102
|
var _h = _vm.$createElement
|
|
4905
5103
|
var _c = _vm._self._c || _h
|
|
@@ -4928,7 +5126,7 @@ var mainvue_type_template_id_8bc8bc9e_render = function () {
|
|
|
4928
5126
|
"is-left-icon": _vm.leftIcon,
|
|
4929
5127
|
},
|
|
4930
5128
|
attrs: {
|
|
4931
|
-
disabled: _vm.$attrs.disabled || _vm.$attrs.readonly,
|
|
5129
|
+
disabled: _vm.$attrs.disabled || !!_vm.$attrs.readonly,
|
|
4932
5130
|
border: _vm.border,
|
|
4933
5131
|
autocomplete: "new-password",
|
|
4934
5132
|
"label-width": _vm.labelWidth,
|
|
@@ -4963,6 +5161,9 @@ var mainvue_type_template_id_8bc8bc9e_render = function () {
|
|
|
4963
5161
|
blur: function ($event) {
|
|
4964
5162
|
_vm.handleBlur(_vm.rules)
|
|
4965
5163
|
},
|
|
5164
|
+
change: function ($event) {
|
|
5165
|
+
_vm.handleBlur(_vm.rules)
|
|
5166
|
+
},
|
|
4966
5167
|
"click-right-icon": _vm.handleRightIcon,
|
|
4967
5168
|
},
|
|
4968
5169
|
model: {
|
|
@@ -5020,11 +5221,11 @@ var mainvue_type_template_id_8bc8bc9e_render = function () {
|
|
|
5020
5221
|
1
|
|
5021
5222
|
)
|
|
5022
5223
|
}
|
|
5023
|
-
var
|
|
5024
|
-
|
|
5224
|
+
var mainvue_type_template_id_048bcc5a_staticRenderFns = []
|
|
5225
|
+
mainvue_type_template_id_048bcc5a_render._withStripped = true
|
|
5025
5226
|
|
|
5026
5227
|
|
|
5027
|
-
// CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=
|
|
5228
|
+
// CONCATENATED MODULE: ./packages/field/src/main.vue?vue&type=template&id=048bcc5a&
|
|
5028
5229
|
|
|
5029
5230
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/field/src/main.vue?vue&type=script&lang=js&
|
|
5030
5231
|
//
|
|
@@ -5094,6 +5295,7 @@ mainvue_type_template_id_8bc8bc9e_render._withStripped = true
|
|
|
5094
5295
|
//
|
|
5095
5296
|
//
|
|
5096
5297
|
//
|
|
5298
|
+
//
|
|
5097
5299
|
|
|
5098
5300
|
/* harmony default export */ var field_src_mainvue_type_script_lang_js_ = ({
|
|
5099
5301
|
name: 'EmInput',
|
|
@@ -5269,8 +5471,8 @@ mainvue_type_template_id_8bc8bc9e_render._withStripped = true
|
|
|
5269
5471
|
|
|
5270
5472
|
var field_src_main_component = normalizeComponent(
|
|
5271
5473
|
packages_field_src_mainvue_type_script_lang_js_,
|
|
5272
|
-
|
|
5273
|
-
|
|
5474
|
+
mainvue_type_template_id_048bcc5a_render,
|
|
5475
|
+
mainvue_type_template_id_048bcc5a_staticRenderFns,
|
|
5274
5476
|
false,
|
|
5275
5477
|
null,
|
|
5276
5478
|
null,
|
|
@@ -5572,8 +5774,8 @@ radio_src_main.install = function (Vue) {
|
|
|
5572
5774
|
};
|
|
5573
5775
|
|
|
5574
5776
|
/* harmony default export */ var packages_radio = (radio_src_main);
|
|
5575
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=
|
|
5576
|
-
var
|
|
5777
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=25f9a248&
|
|
5778
|
+
var mainvue_type_template_id_25f9a248_render = function () {
|
|
5577
5779
|
var _vm = this
|
|
5578
5780
|
var _h = _vm.$createElement
|
|
5579
5781
|
var _c = _vm._self._c || _h
|
|
@@ -5728,6 +5930,26 @@ var mainvue_type_template_id_8ae7f90c_render = function () {
|
|
|
5728
5930
|
_vm.$listeners
|
|
5729
5931
|
),
|
|
5730
5932
|
[
|
|
5933
|
+
_vm.isSearch
|
|
5934
|
+
? _c(
|
|
5935
|
+
"template",
|
|
5936
|
+
{ slot: "columns-top" },
|
|
5937
|
+
[
|
|
5938
|
+
_c("em-search", {
|
|
5939
|
+
attrs: { placeholder: "请输入搜索关键词" },
|
|
5940
|
+
on: { search: _vm.handleSearch },
|
|
5941
|
+
model: {
|
|
5942
|
+
value: _vm.keyWord,
|
|
5943
|
+
callback: function ($$v) {
|
|
5944
|
+
_vm.keyWord = $$v
|
|
5945
|
+
},
|
|
5946
|
+
expression: "keyWord",
|
|
5947
|
+
},
|
|
5948
|
+
}),
|
|
5949
|
+
],
|
|
5950
|
+
1
|
|
5951
|
+
)
|
|
5952
|
+
: _vm._e(),
|
|
5731
5953
|
_vm._l(_vm.$slots, function (index, name) {
|
|
5732
5954
|
return _c("template", { slot: name }, [_vm._t(name)], 2)
|
|
5733
5955
|
}),
|
|
@@ -5761,7 +5983,27 @@ var mainvue_type_template_id_8ae7f90c_render = function () {
|
|
|
5761
5983
|
_vm.$listeners
|
|
5762
5984
|
),
|
|
5763
5985
|
[
|
|
5764
|
-
|
|
5986
|
+
_vm.isSearch
|
|
5987
|
+
? _c(
|
|
5988
|
+
"template",
|
|
5989
|
+
{ slot: "columns-top" },
|
|
5990
|
+
[
|
|
5991
|
+
_c("em-search", {
|
|
5992
|
+
attrs: { placeholder: "请输入搜索关键词" },
|
|
5993
|
+
on: { search: _vm.handleSearch },
|
|
5994
|
+
model: {
|
|
5995
|
+
value: _vm.keyWord,
|
|
5996
|
+
callback: function ($$v) {
|
|
5997
|
+
_vm.keyWord = $$v
|
|
5998
|
+
},
|
|
5999
|
+
expression: "keyWord",
|
|
6000
|
+
},
|
|
6001
|
+
}),
|
|
6002
|
+
],
|
|
6003
|
+
1
|
|
6004
|
+
)
|
|
6005
|
+
: _vm._e(),
|
|
6006
|
+
_c("template", { slot: "columns-bottom" }, [
|
|
5765
6007
|
_c(
|
|
5766
6008
|
"div",
|
|
5767
6009
|
{ staticClass: "em-picker__columns" },
|
|
@@ -5843,11 +6085,11 @@ var mainvue_type_template_id_8ae7f90c_render = function () {
|
|
|
5843
6085
|
1
|
|
5844
6086
|
)
|
|
5845
6087
|
}
|
|
5846
|
-
var
|
|
5847
|
-
|
|
6088
|
+
var mainvue_type_template_id_25f9a248_staticRenderFns = []
|
|
6089
|
+
mainvue_type_template_id_25f9a248_render._withStripped = true
|
|
5848
6090
|
|
|
5849
6091
|
|
|
5850
|
-
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=
|
|
6092
|
+
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=25f9a248&
|
|
5851
6093
|
|
|
5852
6094
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=script&lang=js&
|
|
5853
6095
|
var src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -5979,6 +6221,20 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5979
6221
|
//
|
|
5980
6222
|
//
|
|
5981
6223
|
//
|
|
6224
|
+
//
|
|
6225
|
+
//
|
|
6226
|
+
//
|
|
6227
|
+
//
|
|
6228
|
+
//
|
|
6229
|
+
//
|
|
6230
|
+
//
|
|
6231
|
+
//
|
|
6232
|
+
//
|
|
6233
|
+
//
|
|
6234
|
+
//
|
|
6235
|
+
//
|
|
6236
|
+
//
|
|
6237
|
+
//
|
|
5982
6238
|
|
|
5983
6239
|
|
|
5984
6240
|
|
|
@@ -5989,6 +6245,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5989
6245
|
return {
|
|
5990
6246
|
showPicker: false,
|
|
5991
6247
|
newLoading: false,
|
|
6248
|
+
keyWord: '',
|
|
5992
6249
|
newLabelKey: '',
|
|
5993
6250
|
newValueKey: '',
|
|
5994
6251
|
listLoading: false,
|
|
@@ -6007,6 +6264,10 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6007
6264
|
type: [String, Array, Object],
|
|
6008
6265
|
default: ''
|
|
6009
6266
|
},
|
|
6267
|
+
isSearch: {
|
|
6268
|
+
type: Boolean,
|
|
6269
|
+
default: false
|
|
6270
|
+
},
|
|
6010
6271
|
hideLabel: {
|
|
6011
6272
|
type: Boolean,
|
|
6012
6273
|
default: false
|
|
@@ -6054,6 +6315,10 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6054
6315
|
type: String,
|
|
6055
6316
|
default: 'value'
|
|
6056
6317
|
},
|
|
6318
|
+
searchKey: {
|
|
6319
|
+
type: String,
|
|
6320
|
+
default: 'keyWord'
|
|
6321
|
+
},
|
|
6057
6322
|
labelKey: {
|
|
6058
6323
|
type: String,
|
|
6059
6324
|
default: 'name'
|
|
@@ -6128,6 +6393,10 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6128
6393
|
}
|
|
6129
6394
|
},
|
|
6130
6395
|
watch: {
|
|
6396
|
+
events: {
|
|
6397
|
+
type: Object,
|
|
6398
|
+
default: function _default() {}
|
|
6399
|
+
},
|
|
6131
6400
|
labelKey: {
|
|
6132
6401
|
handler: function handler(val) {
|
|
6133
6402
|
this.newLabelKey = val;
|
|
@@ -6192,6 +6461,22 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6192
6461
|
},
|
|
6193
6462
|
|
|
6194
6463
|
methods: {
|
|
6464
|
+
handleSearch: function handleSearch() {
|
|
6465
|
+
var _this3 = this;
|
|
6466
|
+
|
|
6467
|
+
this.$emit('search', this.keyWord);
|
|
6468
|
+
|
|
6469
|
+
if (this.columns.length > 0) {
|
|
6470
|
+
this.newColumns = this.columns.filter(function (x) {
|
|
6471
|
+
return x[_this3.labelKey].indexOf(_this3.keyWord) != -1;
|
|
6472
|
+
});
|
|
6473
|
+
if (!this.keyWord) {
|
|
6474
|
+
this.newColumns = this.columns;
|
|
6475
|
+
}
|
|
6476
|
+
}
|
|
6477
|
+
|
|
6478
|
+
if (this.columns && this.columns.length == 0 || !this.columns) this.getSysCode();
|
|
6479
|
+
},
|
|
6195
6480
|
handleClick: function handleClick(val) {
|
|
6196
6481
|
if (this.linkTag) {
|
|
6197
6482
|
this.$emit('tagClick', val);
|
|
@@ -6222,19 +6507,20 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6222
6507
|
return x != res.value;
|
|
6223
6508
|
});
|
|
6224
6509
|
this.$emit('input', this.pickerValue);
|
|
6510
|
+
|
|
6225
6511
|
this.$emit('tagDelete', this.pickerValue);
|
|
6226
6512
|
},
|
|
6227
6513
|
toggle: function toggle(index) {
|
|
6228
6514
|
this.$refs.checkboxes[index].toggle();
|
|
6229
6515
|
},
|
|
6230
6516
|
onConfirm: function onConfirm(value, isConfirm) {
|
|
6231
|
-
var
|
|
6517
|
+
var _this4 = this;
|
|
6232
6518
|
|
|
6233
6519
|
if (isConfirm) {
|
|
6234
6520
|
if (this.isCheck) {
|
|
6235
6521
|
var data = [];
|
|
6236
6522
|
this.newColumns.filter(function (x) {
|
|
6237
|
-
|
|
6523
|
+
_this4.checkList.find(function (y) {
|
|
6238
6524
|
if (x.value === y) {
|
|
6239
6525
|
data.push(x);
|
|
6240
6526
|
}
|
|
@@ -6248,7 +6534,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6248
6534
|
if (this.isCheck) {
|
|
6249
6535
|
this.checkList = [];
|
|
6250
6536
|
this.pickerValue.map(function (x) {
|
|
6251
|
-
|
|
6537
|
+
_this4.checkList.push(x.value);
|
|
6252
6538
|
});
|
|
6253
6539
|
}
|
|
6254
6540
|
}
|
|
@@ -6256,15 +6542,15 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6256
6542
|
this.showPicker = false;
|
|
6257
6543
|
},
|
|
6258
6544
|
getValue: function getValue() {
|
|
6259
|
-
var
|
|
6545
|
+
var _this5 = this;
|
|
6260
6546
|
|
|
6261
6547
|
var value = '';
|
|
6262
6548
|
if (this.isCheck) {
|
|
6263
6549
|
var val = [];
|
|
6264
6550
|
if (this.newColumns && this.newColumns.length > 0) {
|
|
6265
6551
|
this.newColumns.filter(function (x) {
|
|
6266
|
-
|
|
6267
|
-
if (x[
|
|
6552
|
+
_this5.value.find(function (y) {
|
|
6553
|
+
if (x[_this5.valueKey] == y || x[_this5.valueKey] == y.value) {
|
|
6268
6554
|
val.push(x);
|
|
6269
6555
|
}
|
|
6270
6556
|
});
|
|
@@ -6282,7 +6568,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6282
6568
|
this.newColumns.map(function (x, i) {
|
|
6283
6569
|
if (typeof x === 'string' && value.indexOf(x) != -1) {
|
|
6284
6570
|
index = i;
|
|
6285
|
-
} else if (x[
|
|
6571
|
+
} else if (x[_this5.newValueKey] == value || x[_this5.newValueKey].indexOf(value) != -1) {
|
|
6286
6572
|
index = i;
|
|
6287
6573
|
}
|
|
6288
6574
|
});
|
|
@@ -6290,8 +6576,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6290
6576
|
} else {
|
|
6291
6577
|
var list = [];
|
|
6292
6578
|
this.value.map(function (item) {
|
|
6293
|
-
if (item[
|
|
6294
|
-
list.push(item[
|
|
6579
|
+
if (item[_this5.labelKey] || item[_this5.newValueKey]) {
|
|
6580
|
+
list.push(item[_this5.labelKey] || item[_this5.newValueKey]);
|
|
6295
6581
|
} else if (typeof item === 'string') {
|
|
6296
6582
|
list.push(item);
|
|
6297
6583
|
}
|
|
@@ -6301,7 +6587,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6301
6587
|
this.newColumns.map(function (x, i) {
|
|
6302
6588
|
if (typeof x === 'string' && value.indexOf(x) != -1) {
|
|
6303
6589
|
_index = i;
|
|
6304
|
-
} else if (x[
|
|
6590
|
+
} else if (x[_this5.newValueKey] === value) {
|
|
6305
6591
|
_index = i;
|
|
6306
6592
|
}
|
|
6307
6593
|
});
|
|
@@ -6314,9 +6600,9 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6314
6600
|
if (typeof x === 'string' && value.indexOf(x) != -1) {
|
|
6315
6601
|
_index2 = i;
|
|
6316
6602
|
value = x;
|
|
6317
|
-
} else if (x[
|
|
6603
|
+
} else if (x[_this5.newValueKey] === value) {
|
|
6318
6604
|
_index2 = i;
|
|
6319
|
-
value = x[
|
|
6605
|
+
value = x[_this5.labelKey] || x[_this5.newValueKey];
|
|
6320
6606
|
}
|
|
6321
6607
|
});
|
|
6322
6608
|
this.newDefaultIndex = _index2;
|
|
@@ -6326,12 +6612,13 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6326
6612
|
return value;
|
|
6327
6613
|
},
|
|
6328
6614
|
getSysCode: function getSysCode() {
|
|
6329
|
-
var
|
|
6615
|
+
var _this6 = this;
|
|
6330
6616
|
|
|
6331
6617
|
var url = this.url,
|
|
6332
6618
|
method = this.method,
|
|
6333
6619
|
sysAppCode = this.sysAppCode,
|
|
6334
|
-
param = this.param
|
|
6620
|
+
param = this.param,
|
|
6621
|
+
keyWord = this.keyWord;
|
|
6335
6622
|
|
|
6336
6623
|
var params = {
|
|
6337
6624
|
url: this.baseUrl ? this.baseUrl + (url || findSysCode) : url || findSysCode,
|
|
@@ -6341,6 +6628,9 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6341
6628
|
pageIndex: this.pageIndex
|
|
6342
6629
|
}, param)
|
|
6343
6630
|
};
|
|
6631
|
+
if (this.isSearch) {
|
|
6632
|
+
params.params[this.searchKey] = keyWord;
|
|
6633
|
+
}
|
|
6344
6634
|
this.newLoading = true;
|
|
6345
6635
|
utils_http(params).then(function (res) {
|
|
6346
6636
|
var status = res.status,
|
|
@@ -6349,45 +6639,45 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6349
6639
|
rCode = res.rCode,
|
|
6350
6640
|
results = res.results;
|
|
6351
6641
|
|
|
6352
|
-
|
|
6642
|
+
_this6.listLoading = false;
|
|
6353
6643
|
if (status == 'success' || rCode === 0 || status === true) {
|
|
6354
|
-
var info =
|
|
6644
|
+
var info = _this6.resultsName ? data ? data[_this6.resultsName] : results[_this6.resultsName] : data ? data : results;
|
|
6355
6645
|
info.map(function (x) {
|
|
6356
|
-
if (
|
|
6357
|
-
x.name = x[sysAppCode ? 'shortName' :
|
|
6646
|
+
if (_this6.isCheck) {
|
|
6647
|
+
x.name = x[sysAppCode ? 'shortName' : _this6.labelKey] && x[sysAppCode ? 'shortName' : _this6.labelKey].replace(/<[^>]+>/g, '');
|
|
6358
6648
|
} else {
|
|
6359
|
-
x.name = x[sysAppCode ? 'shortName' :
|
|
6649
|
+
x.name = x[sysAppCode ? 'shortName' : _this6.labelKey];
|
|
6360
6650
|
}
|
|
6361
|
-
x.value = x[sysAppCode ? 'cciValue' :
|
|
6651
|
+
x.value = x[sysAppCode ? 'cciValue' : _this6.valueKey];
|
|
6362
6652
|
});
|
|
6363
6653
|
if (data && data.totalCount) {
|
|
6364
|
-
|
|
6365
|
-
if (data.totalCount ===
|
|
6366
|
-
|
|
6654
|
+
_this6.total = data.totalCount;
|
|
6655
|
+
if (data.totalCount === _this6.newColumns.length) {
|
|
6656
|
+
_this6.listFinished = true;
|
|
6367
6657
|
} else {
|
|
6368
|
-
if (
|
|
6369
|
-
|
|
6658
|
+
if (_this6.newColumns.length != 0) {
|
|
6659
|
+
_this6.newColumns.push.apply(_this6.newColumns, info);
|
|
6370
6660
|
} else {
|
|
6371
|
-
|
|
6661
|
+
_this6.newColumns = info;
|
|
6372
6662
|
}
|
|
6373
|
-
|
|
6663
|
+
_this6.pageIndex = res.data.nextPageNo;
|
|
6374
6664
|
}
|
|
6375
6665
|
} else {
|
|
6376
|
-
|
|
6377
|
-
|
|
6666
|
+
_this6.listFinished = true;
|
|
6667
|
+
_this6.newColumns = info;
|
|
6378
6668
|
}
|
|
6379
|
-
if (
|
|
6380
|
-
|
|
6381
|
-
|
|
6669
|
+
if (_this6.beforResponse) {
|
|
6670
|
+
_this6.newColumns = _this6.beforResponse(_this6.newColumns);
|
|
6671
|
+
_this6.getValue();
|
|
6382
6672
|
} else {
|
|
6383
|
-
|
|
6673
|
+
_this6.getValue();
|
|
6384
6674
|
}
|
|
6385
6675
|
} else {
|
|
6386
|
-
|
|
6676
|
+
_this6.$toast(message);
|
|
6387
6677
|
}
|
|
6388
|
-
|
|
6678
|
+
_this6.newLoading = false;
|
|
6389
6679
|
}).catch(function (err) {
|
|
6390
|
-
|
|
6680
|
+
_this6.$toast(err.message);
|
|
6391
6681
|
});
|
|
6392
6682
|
},
|
|
6393
6683
|
handlePicker: function handlePicker() {
|
|
@@ -6409,8 +6699,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
6409
6699
|
|
|
6410
6700
|
var picker_src_main_component = normalizeComponent(
|
|
6411
6701
|
packages_picker_src_mainvue_type_script_lang_js_,
|
|
6412
|
-
|
|
6413
|
-
|
|
6702
|
+
mainvue_type_template_id_25f9a248_render,
|
|
6703
|
+
mainvue_type_template_id_25f9a248_staticRenderFns,
|
|
6414
6704
|
false,
|
|
6415
6705
|
null,
|
|
6416
6706
|
null,
|
|
@@ -12295,8 +12585,8 @@ mainvue_type_template_id_7b5917b8_render._withStripped = true
|
|
|
12295
12585
|
|
|
12296
12586
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7b5917b8&
|
|
12297
12587
|
|
|
12298
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
12299
|
-
var
|
|
12588
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=4ae3d1f3&
|
|
12589
|
+
var StartFlowvue_type_template_id_4ae3d1f3_render = function () {
|
|
12300
12590
|
var _vm = this
|
|
12301
12591
|
var _h = _vm.$createElement
|
|
12302
12592
|
var _c = _vm._self._c || _h
|
|
@@ -12317,6 +12607,9 @@ var StartFlowvue_type_template_id_84b7e9d0_render = function () {
|
|
|
12317
12607
|
code: _vm.processObj.attachedCode,
|
|
12318
12608
|
ownId: _vm.businessId,
|
|
12319
12609
|
esign: _vm.esign,
|
|
12610
|
+
esignLineWidth:
|
|
12611
|
+
_vm.$attrs["esign-line-width"] ||
|
|
12612
|
+
_vm.$attrs["esignLineWidth"],
|
|
12320
12613
|
isFile: false,
|
|
12321
12614
|
baseUrl: _vm.baseUrl,
|
|
12322
12615
|
isOpinionRequired: _vm.isOpinionRequired,
|
|
@@ -12482,14 +12775,14 @@ var StartFlowvue_type_template_id_84b7e9d0_render = function () {
|
|
|
12482
12775
|
]),
|
|
12483
12776
|
])
|
|
12484
12777
|
}
|
|
12485
|
-
var
|
|
12486
|
-
|
|
12778
|
+
var StartFlowvue_type_template_id_4ae3d1f3_staticRenderFns = []
|
|
12779
|
+
StartFlowvue_type_template_id_4ae3d1f3_render._withStripped = true
|
|
12487
12780
|
|
|
12488
12781
|
|
|
12489
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
12782
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=4ae3d1f3&
|
|
12490
12783
|
|
|
12491
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
12492
|
-
var
|
|
12784
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=2dab6204&
|
|
12785
|
+
var Opinionvue_type_template_id_2dab6204_render = function () {
|
|
12493
12786
|
var _vm = this
|
|
12494
12787
|
var _h = _vm.$createElement
|
|
12495
12788
|
var _c = _vm._self._c || _h
|
|
@@ -12538,7 +12831,10 @@ var Opinionvue_type_template_id_010d7d30_render = function () {
|
|
|
12538
12831
|
},
|
|
12539
12832
|
],
|
|
12540
12833
|
staticStyle: { padding: "0px 10px" },
|
|
12541
|
-
attrs: {
|
|
12834
|
+
attrs: {
|
|
12835
|
+
"file-path": _vm.esignPath,
|
|
12836
|
+
"esign-line-width": _vm.esignLineWidth,
|
|
12837
|
+
},
|
|
12542
12838
|
on: { save: _vm.handleSave },
|
|
12543
12839
|
}),
|
|
12544
12840
|
_c(
|
|
@@ -12695,11 +12991,11 @@ var Opinionvue_type_template_id_010d7d30_render = function () {
|
|
|
12695
12991
|
1
|
|
12696
12992
|
)
|
|
12697
12993
|
}
|
|
12698
|
-
var
|
|
12699
|
-
|
|
12994
|
+
var Opinionvue_type_template_id_2dab6204_staticRenderFns = []
|
|
12995
|
+
Opinionvue_type_template_id_2dab6204_render._withStripped = true
|
|
12700
12996
|
|
|
12701
12997
|
|
|
12702
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
12998
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=2dab6204&
|
|
12703
12999
|
|
|
12704
13000
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js&
|
|
12705
13001
|
//
|
|
@@ -12798,6 +13094,7 @@ Opinionvue_type_template_id_010d7d30_render._withStripped = true
|
|
|
12798
13094
|
//
|
|
12799
13095
|
//
|
|
12800
13096
|
//
|
|
13097
|
+
//
|
|
12801
13098
|
|
|
12802
13099
|
|
|
12803
13100
|
|
|
@@ -12842,6 +13139,10 @@ Opinionvue_type_template_id_010d7d30_render._withStripped = true
|
|
|
12842
13139
|
type: Boolean,
|
|
12843
13140
|
default: false
|
|
12844
13141
|
},
|
|
13142
|
+
esignLineWidth: {
|
|
13143
|
+
type: [String, Number],
|
|
13144
|
+
default: 5
|
|
13145
|
+
},
|
|
12845
13146
|
userId: {
|
|
12846
13147
|
type: String,
|
|
12847
13148
|
default: ''
|
|
@@ -12904,7 +13205,6 @@ Opinionvue_type_template_id_010d7d30_render._withStripped = true
|
|
|
12904
13205
|
} else {
|
|
12905
13206
|
this.getOpinionList();
|
|
12906
13207
|
}
|
|
12907
|
-
console.log(this.placeholder, 'sad');
|
|
12908
13208
|
},
|
|
12909
13209
|
|
|
12910
13210
|
methods: {
|
|
@@ -12984,8 +13284,8 @@ Opinionvue_type_template_id_010d7d30_render._withStripped = true
|
|
|
12984
13284
|
|
|
12985
13285
|
var Opinion_component = normalizeComponent(
|
|
12986
13286
|
components_Opinionvue_type_script_lang_js_,
|
|
12987
|
-
|
|
12988
|
-
|
|
13287
|
+
Opinionvue_type_template_id_2dab6204_render,
|
|
13288
|
+
Opinionvue_type_template_id_2dab6204_staticRenderFns,
|
|
12989
13289
|
false,
|
|
12990
13290
|
null,
|
|
12991
13291
|
null,
|
|
@@ -13326,6 +13626,9 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
13326
13626
|
//
|
|
13327
13627
|
//
|
|
13328
13628
|
//
|
|
13629
|
+
//
|
|
13630
|
+
//
|
|
13631
|
+
//
|
|
13329
13632
|
|
|
13330
13633
|
|
|
13331
13634
|
|
|
@@ -13750,8 +14053,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
13750
14053
|
|
|
13751
14054
|
var StartFlow_component = normalizeComponent(
|
|
13752
14055
|
components_StartFlowvue_type_script_lang_js_,
|
|
13753
|
-
|
|
13754
|
-
|
|
14056
|
+
StartFlowvue_type_template_id_4ae3d1f3_render,
|
|
14057
|
+
StartFlowvue_type_template_id_4ae3d1f3_staticRenderFns,
|
|
13755
14058
|
false,
|
|
13756
14059
|
null,
|
|
13757
14060
|
null,
|
|
@@ -13760,8 +14063,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
13760
14063
|
)
|
|
13761
14064
|
|
|
13762
14065
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
13763
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
13764
|
-
var
|
|
14066
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=e381b4bc&
|
|
14067
|
+
var Handlevue_type_template_id_e381b4bc_render = function () {
|
|
13765
14068
|
var _vm = this
|
|
13766
14069
|
var _h = _vm.$createElement
|
|
13767
14070
|
var _c = _vm._self._c || _h
|
|
@@ -13795,6 +14098,9 @@ var Handlevue_type_template_id_9ec6dd58_render = function () {
|
|
|
13795
14098
|
code: _vm.processObj.attachedCode,
|
|
13796
14099
|
ownId: _vm.pendingId,
|
|
13797
14100
|
esign: _vm.esign,
|
|
14101
|
+
esignLineWidth:
|
|
14102
|
+
_vm.$attrs["esign-line-width"] ||
|
|
14103
|
+
_vm.$attrs["esignLineWidth"],
|
|
13798
14104
|
isOpinionRequired: _vm.isOpinionRequired,
|
|
13799
14105
|
disabled: _vm.isBanInputOpinion != 0,
|
|
13800
14106
|
baseUrl: _vm.baseUrl,
|
|
@@ -14066,11 +14372,11 @@ var Handlevue_type_template_id_9ec6dd58_render = function () {
|
|
|
14066
14372
|
},
|
|
14067
14373
|
[
|
|
14068
14374
|
_vm._v(
|
|
14069
|
-
"\n
|
|
14375
|
+
"\n " +
|
|
14070
14376
|
_vm._s(
|
|
14071
14377
|
item.value
|
|
14072
14378
|
) +
|
|
14073
|
-
"\n
|
|
14379
|
+
"\n "
|
|
14074
14380
|
),
|
|
14075
14381
|
]
|
|
14076
14382
|
)
|
|
@@ -14806,14 +15112,14 @@ var Handlevue_type_template_id_9ec6dd58_render = function () {
|
|
|
14806
15112
|
1
|
|
14807
15113
|
)
|
|
14808
15114
|
}
|
|
14809
|
-
var
|
|
14810
|
-
|
|
15115
|
+
var Handlevue_type_template_id_e381b4bc_staticRenderFns = []
|
|
15116
|
+
Handlevue_type_template_id_e381b4bc_render._withStripped = true
|
|
14811
15117
|
|
|
14812
15118
|
|
|
14813
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15119
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=e381b4bc&
|
|
14814
15120
|
|
|
14815
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
14816
|
-
var
|
|
15121
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=fda99a8c&
|
|
15122
|
+
var Rejectvue_type_template_id_fda99a8c_render = function () {
|
|
14817
15123
|
var _vm = this
|
|
14818
15124
|
var _h = _vm.$createElement
|
|
14819
15125
|
var _c = _vm._self._c || _h
|
|
@@ -14831,6 +15137,8 @@ var Rejectvue_type_template_id_285831ef_render = function () {
|
|
|
14831
15137
|
code: _vm.processObj.attachedCode,
|
|
14832
15138
|
ownId: _vm.$route.query.pendingId,
|
|
14833
15139
|
esign: _vm.esign,
|
|
15140
|
+
esignLineWidth:
|
|
15141
|
+
_vm.$attrs["esign-line-width"] || _vm.$attrs["esignLineWidth"],
|
|
14834
15142
|
placeholder: _vm.opinionHandleExplainText,
|
|
14835
15143
|
isOpinionRequired: _vm.isBanInputOpinion,
|
|
14836
15144
|
disabled: _vm.isBanInputOpinion != 0,
|
|
@@ -14910,11 +15218,11 @@ var Rejectvue_type_template_id_285831ef_render = function () {
|
|
|
14910
15218
|
]),
|
|
14911
15219
|
])
|
|
14912
15220
|
}
|
|
14913
|
-
var
|
|
14914
|
-
|
|
15221
|
+
var Rejectvue_type_template_id_fda99a8c_staticRenderFns = []
|
|
15222
|
+
Rejectvue_type_template_id_fda99a8c_render._withStripped = true
|
|
14915
15223
|
|
|
14916
15224
|
|
|
14917
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
15225
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=fda99a8c&
|
|
14918
15226
|
|
|
14919
15227
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=script&lang=js&
|
|
14920
15228
|
var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -14962,6 +15270,9 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
14962
15270
|
//
|
|
14963
15271
|
//
|
|
14964
15272
|
//
|
|
15273
|
+
//
|
|
15274
|
+
//
|
|
15275
|
+
//
|
|
14965
15276
|
|
|
14966
15277
|
|
|
14967
15278
|
|
|
@@ -15180,8 +15491,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
15180
15491
|
|
|
15181
15492
|
var Reject_component = normalizeComponent(
|
|
15182
15493
|
components_Rejectvue_type_script_lang_js_,
|
|
15183
|
-
|
|
15184
|
-
|
|
15494
|
+
Rejectvue_type_template_id_fda99a8c_render,
|
|
15495
|
+
Rejectvue_type_template_id_fda99a8c_staticRenderFns,
|
|
15185
15496
|
false,
|
|
15186
15497
|
null,
|
|
15187
15498
|
null,
|
|
@@ -15251,7 +15562,6 @@ var Reject_component = normalizeComponent(
|
|
|
15251
15562
|
},
|
|
15252
15563
|
getProcessObj: function getProcessObj() {
|
|
15253
15564
|
var that = this;
|
|
15254
|
-
console.log('获取流程');
|
|
15255
15565
|
return new Promise(function (resolve, reiect) {
|
|
15256
15566
|
utils_http({
|
|
15257
15567
|
url: that.baseUrl ? that.baseUrl + api_getHandleInfoHtml : api_getHandleInfoHtml,
|
|
@@ -15893,6 +16203,14 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
15893
16203
|
//
|
|
15894
16204
|
//
|
|
15895
16205
|
//
|
|
16206
|
+
//
|
|
16207
|
+
//
|
|
16208
|
+
//
|
|
16209
|
+
//
|
|
16210
|
+
//
|
|
16211
|
+
//
|
|
16212
|
+
//
|
|
16213
|
+
//
|
|
15896
16214
|
|
|
15897
16215
|
|
|
15898
16216
|
|
|
@@ -16855,8 +17173,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16855
17173
|
|
|
16856
17174
|
var Handle_component = normalizeComponent(
|
|
16857
17175
|
components_Handlevue_type_script_lang_js_,
|
|
16858
|
-
|
|
16859
|
-
|
|
17176
|
+
Handlevue_type_template_id_e381b4bc_render,
|
|
17177
|
+
Handlevue_type_template_id_e381b4bc_staticRenderFns,
|
|
16860
17178
|
false,
|
|
16861
17179
|
null,
|
|
16862
17180
|
null,
|
|
@@ -17534,8 +17852,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
17534
17852
|
)
|
|
17535
17853
|
|
|
17536
17854
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
17537
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
17538
|
-
var
|
|
17855
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=230df9d4&
|
|
17856
|
+
var taskUnionExaminevue_type_template_id_230df9d4_render = function () {
|
|
17539
17857
|
var _vm = this
|
|
17540
17858
|
var _h = _vm.$createElement
|
|
17541
17859
|
var _c = _vm._self._c || _h
|
|
@@ -17549,7 +17867,12 @@ var taskUnionExaminevue_type_template_id_904dd126_render = function () {
|
|
|
17549
17867
|
_c("div", [_vm._v(_vm._s(_vm.nodeName))]),
|
|
17550
17868
|
]),
|
|
17551
17869
|
_c("Opinion", {
|
|
17552
|
-
attrs: {
|
|
17870
|
+
attrs: {
|
|
17871
|
+
esign: _vm.esign,
|
|
17872
|
+
esignLineWidth:
|
|
17873
|
+
_vm.$attrs["esign-line-width"] || _vm.$attrs["esignLineWidth"],
|
|
17874
|
+
baseUrl: _vm.baseUrl,
|
|
17875
|
+
},
|
|
17553
17876
|
on: { onInputOpintion: _vm.onInputOpintion },
|
|
17554
17877
|
}),
|
|
17555
17878
|
_c(
|
|
@@ -17678,11 +18001,11 @@ var taskUnionExaminevue_type_template_id_904dd126_render = function () {
|
|
|
17678
18001
|
]),
|
|
17679
18002
|
])
|
|
17680
18003
|
}
|
|
17681
|
-
var
|
|
17682
|
-
|
|
18004
|
+
var taskUnionExaminevue_type_template_id_230df9d4_staticRenderFns = []
|
|
18005
|
+
taskUnionExaminevue_type_template_id_230df9d4_render._withStripped = true
|
|
17683
18006
|
|
|
17684
18007
|
|
|
17685
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
18008
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=230df9d4&
|
|
17686
18009
|
|
|
17687
18010
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
17688
18011
|
//
|
|
@@ -17771,6 +18094,9 @@ taskUnionExaminevue_type_template_id_904dd126_render._withStripped = true
|
|
|
17771
18094
|
//
|
|
17772
18095
|
//
|
|
17773
18096
|
//
|
|
18097
|
+
//
|
|
18098
|
+
//
|
|
18099
|
+
//
|
|
17774
18100
|
|
|
17775
18101
|
|
|
17776
18102
|
|
|
@@ -18252,8 +18578,8 @@ taskUnionExaminevue_type_template_id_904dd126_render._withStripped = true
|
|
|
18252
18578
|
|
|
18253
18579
|
var taskUnionExamine_component = normalizeComponent(
|
|
18254
18580
|
components_taskUnionExaminevue_type_script_lang_js_,
|
|
18255
|
-
|
|
18256
|
-
|
|
18581
|
+
taskUnionExaminevue_type_template_id_230df9d4_render,
|
|
18582
|
+
taskUnionExaminevue_type_template_id_230df9d4_staticRenderFns,
|
|
18257
18583
|
false,
|
|
18258
18584
|
null,
|
|
18259
18585
|
null,
|
|
@@ -18921,8 +19247,8 @@ flow_list_src_main.install = function (Vue) {
|
|
|
18921
19247
|
};
|
|
18922
19248
|
|
|
18923
19249
|
/* harmony default export */ var flow_list = (flow_list_src_main);
|
|
18924
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=template&id=
|
|
18925
|
-
var
|
|
19250
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=template&id=3bbb5ae4&
|
|
19251
|
+
var mainvue_type_template_id_3bbb5ae4_render = function () {
|
|
18926
19252
|
var _vm = this
|
|
18927
19253
|
var _h = _vm.$createElement
|
|
18928
19254
|
var _c = _vm._self._c || _h
|
|
@@ -19066,11 +19392,11 @@ var mainvue_type_template_id_67986864_render = function () {
|
|
|
19066
19392
|
])
|
|
19067
19393
|
: _vm._e()
|
|
19068
19394
|
}
|
|
19069
|
-
var
|
|
19070
|
-
|
|
19395
|
+
var mainvue_type_template_id_3bbb5ae4_staticRenderFns = []
|
|
19396
|
+
mainvue_type_template_id_3bbb5ae4_render._withStripped = true
|
|
19071
19397
|
|
|
19072
19398
|
|
|
19073
|
-
// CONCATENATED MODULE: ./packages/flow-btn/src/main.vue?vue&type=template&id=
|
|
19399
|
+
// CONCATENATED MODULE: ./packages/flow-btn/src/main.vue?vue&type=template&id=3bbb5ae4&
|
|
19074
19400
|
|
|
19075
19401
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=script&lang=js&
|
|
19076
19402
|
//
|
|
@@ -19355,9 +19681,7 @@ mainvue_type_template_id_67986864_render._withStripped = true
|
|
|
19355
19681
|
// });
|
|
19356
19682
|
}).catch(function (err) {
|
|
19357
19683
|
console.log('失败');
|
|
19358
|
-
}).finally(function () {
|
|
19359
|
-
console.log(333);
|
|
19360
|
-
});
|
|
19684
|
+
}).finally(function () {});
|
|
19361
19685
|
} else {
|
|
19362
19686
|
this.$emit('click', {
|
|
19363
19687
|
name: 'newProcessAudit',
|
|
@@ -19552,8 +19876,8 @@ mainvue_type_template_id_67986864_render._withStripped = true
|
|
|
19552
19876
|
|
|
19553
19877
|
var flow_btn_src_main_component = normalizeComponent(
|
|
19554
19878
|
packages_flow_btn_src_mainvue_type_script_lang_js_,
|
|
19555
|
-
|
|
19556
|
-
|
|
19879
|
+
mainvue_type_template_id_3bbb5ae4_render,
|
|
19880
|
+
mainvue_type_template_id_3bbb5ae4_staticRenderFns,
|
|
19557
19881
|
false,
|
|
19558
19882
|
null,
|
|
19559
19883
|
null,
|
|
@@ -20209,8 +20533,8 @@ count_down_src_main.install = function (Vue) {
|
|
|
20209
20533
|
};
|
|
20210
20534
|
|
|
20211
20535
|
/* harmony default export */ var count_down = (count_down_src_main);
|
|
20212
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
20213
|
-
var
|
|
20536
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=61293430&
|
|
20537
|
+
var mainvue_type_template_id_61293430_render = function () {
|
|
20214
20538
|
var _vm = this
|
|
20215
20539
|
var _h = _vm.$createElement
|
|
20216
20540
|
var _c = _vm._self._c || _h
|
|
@@ -20657,11 +20981,11 @@ var mainvue_type_template_id_c470ab60_render = function () {
|
|
|
20657
20981
|
]
|
|
20658
20982
|
)
|
|
20659
20983
|
}
|
|
20660
|
-
var
|
|
20661
|
-
|
|
20984
|
+
var mainvue_type_template_id_61293430_staticRenderFns = []
|
|
20985
|
+
mainvue_type_template_id_61293430_render._withStripped = true
|
|
20662
20986
|
|
|
20663
20987
|
|
|
20664
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
20988
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=61293430&
|
|
20665
20989
|
|
|
20666
20990
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js&
|
|
20667
20991
|
//
|
|
@@ -20952,9 +21276,6 @@ mainvue_type_template_id_c470ab60_render._withStripped = true
|
|
|
20952
21276
|
},
|
|
20953
21277
|
|
|
20954
21278
|
methods: {
|
|
20955
|
-
clickRightIcon: function clickRightIcon(e) {
|
|
20956
|
-
console.log('点急急急急急急');
|
|
20957
|
-
},
|
|
20958
21279
|
handleFailed: function handleFailed(values) {
|
|
20959
21280
|
this.$refs.emFormTable.map(function (item) {
|
|
20960
21281
|
item.validate();
|
|
@@ -21011,8 +21332,8 @@ mainvue_type_template_id_c470ab60_render._withStripped = true
|
|
|
21011
21332
|
|
|
21012
21333
|
var form_src_main_component = normalizeComponent(
|
|
21013
21334
|
packages_form_src_mainvue_type_script_lang_js_,
|
|
21014
|
-
|
|
21015
|
-
|
|
21335
|
+
mainvue_type_template_id_61293430_render,
|
|
21336
|
+
mainvue_type_template_id_61293430_staticRenderFns,
|
|
21016
21337
|
false,
|
|
21017
21338
|
null,
|
|
21018
21339
|
null,
|
|
@@ -21786,8 +22107,8 @@ stepper_src_main.install = function (Vue) {
|
|
|
21786
22107
|
};
|
|
21787
22108
|
|
|
21788
22109
|
/* harmony default export */ var stepper = (stepper_src_main);
|
|
21789
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/esign/src/main.vue?vue&type=template&id=
|
|
21790
|
-
var
|
|
22110
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/esign/src/main.vue?vue&type=template&id=12df85e0&
|
|
22111
|
+
var mainvue_type_template_id_12df85e0_render = function () {
|
|
21791
22112
|
var _vm = this
|
|
21792
22113
|
var _h = _vm.$createElement
|
|
21793
22114
|
var _c = _vm._self._c || _h
|
|
@@ -21916,11 +22237,11 @@ var mainvue_type_template_id_dd4e0e96_render = function () {
|
|
|
21916
22237
|
2
|
|
21917
22238
|
)
|
|
21918
22239
|
}
|
|
21919
|
-
var
|
|
21920
|
-
|
|
22240
|
+
var mainvue_type_template_id_12df85e0_staticRenderFns = []
|
|
22241
|
+
mainvue_type_template_id_12df85e0_render._withStripped = true
|
|
21921
22242
|
|
|
21922
22243
|
|
|
21923
|
-
// CONCATENATED MODULE: ./packages/esign/src/main.vue?vue&type=template&id=
|
|
22244
|
+
// CONCATENATED MODULE: ./packages/esign/src/main.vue?vue&type=template&id=12df85e0&
|
|
21924
22245
|
|
|
21925
22246
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/esign/src/main.vue?vue&type=script&lang=js&
|
|
21926
22247
|
//
|
|
@@ -22004,7 +22325,7 @@ mainvue_type_template_id_dd4e0e96_render._withStripped = true
|
|
|
22004
22325
|
default: 80
|
|
22005
22326
|
},
|
|
22006
22327
|
esignLineWidth: {
|
|
22007
|
-
type: Number,
|
|
22328
|
+
type: [String, Number],
|
|
22008
22329
|
default: 1
|
|
22009
22330
|
},
|
|
22010
22331
|
esignColor: {
|
|
@@ -22081,8 +22402,8 @@ mainvue_type_template_id_dd4e0e96_render._withStripped = true
|
|
|
22081
22402
|
|
|
22082
22403
|
var esign_src_main_component = normalizeComponent(
|
|
22083
22404
|
packages_esign_src_mainvue_type_script_lang_js_,
|
|
22084
|
-
|
|
22085
|
-
|
|
22405
|
+
mainvue_type_template_id_12df85e0_render,
|
|
22406
|
+
mainvue_type_template_id_12df85e0_staticRenderFns,
|
|
22086
22407
|
false,
|
|
22087
22408
|
null,
|
|
22088
22409
|
null,
|
|
@@ -23024,7 +23345,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
23024
23345
|
}
|
|
23025
23346
|
|
|
23026
23347
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
23027
|
-
version: '0.2.
|
|
23348
|
+
version: '0.2.70',
|
|
23028
23349
|
install: install,
|
|
23029
23350
|
Button: packages_button,
|
|
23030
23351
|
ButtonGroup: button_group,
|