eoss-mobiles 0.3.62 → 0.3.64
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/eoss-mobile.common.js +115 -66
- package/lib/flow.js +114 -65
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +67 -37
- package/packages/flow/src/components/Reject.vue +5 -1
- package/packages/flow/src/components/StartFlow.vue +5 -1
- package/packages/flow/src/components/TaskRead.vue +5 -1
- package/packages/flow/src/components/reset.vue +5 -1
- package/packages/flow/src/components/supervise.vue +5 -1
- package/packages/flow/src/components/taskUnionExamine.vue +5 -1
- package/src/index.js +1 -1
|
@@ -13049,8 +13049,8 @@ mainvue_type_template_id_48dbcefe_render._withStripped = true
|
|
|
13049
13049
|
|
|
13050
13050
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
13051
13051
|
|
|
13052
|
-
// 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=
|
|
13053
|
-
var
|
|
13052
|
+
// 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=ab297a7e
|
|
13053
|
+
var StartFlowvue_type_template_id_ab297a7e_render = function () {
|
|
13054
13054
|
var _vm = this
|
|
13055
13055
|
var _h = _vm.$createElement
|
|
13056
13056
|
var _c = _vm._self._c || _h
|
|
@@ -13326,7 +13326,7 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
13326
13326
|
_c("Message", {
|
|
13327
13327
|
ref: "message",
|
|
13328
13328
|
attrs: {
|
|
13329
|
-
code:
|
|
13329
|
+
code: _vm.msgCode,
|
|
13330
13330
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
13331
13331
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
13332
13332
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -13361,11 +13361,11 @@ var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
|
13361
13361
|
]),
|
|
13362
13362
|
])
|
|
13363
13363
|
}
|
|
13364
|
-
var
|
|
13365
|
-
|
|
13364
|
+
var StartFlowvue_type_template_id_ab297a7e_staticRenderFns = []
|
|
13365
|
+
StartFlowvue_type_template_id_ab297a7e_render._withStripped = true
|
|
13366
13366
|
|
|
13367
13367
|
|
|
13368
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13368
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=ab297a7e
|
|
13369
13369
|
|
|
13370
13370
|
// 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=29ae69c0
|
|
13371
13371
|
var Opinionvue_type_template_id_29ae69c0_render = function () {
|
|
@@ -14988,6 +14988,10 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
14988
14988
|
type: Object,
|
|
14989
14989
|
default: function _default() {}
|
|
14990
14990
|
},
|
|
14991
|
+
msgCode: {
|
|
14992
|
+
type: String,
|
|
14993
|
+
default: 'notification_type'
|
|
14994
|
+
},
|
|
14991
14995
|
opinion: {
|
|
14992
14996
|
type: String,
|
|
14993
14997
|
default: ''
|
|
@@ -15498,8 +15502,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15498
15502
|
|
|
15499
15503
|
var StartFlow_component = normalizeComponent(
|
|
15500
15504
|
components_StartFlowvue_type_script_lang_js,
|
|
15501
|
-
|
|
15502
|
-
|
|
15505
|
+
StartFlowvue_type_template_id_ab297a7e_render,
|
|
15506
|
+
StartFlowvue_type_template_id_ab297a7e_staticRenderFns,
|
|
15503
15507
|
false,
|
|
15504
15508
|
null,
|
|
15505
15509
|
null,
|
|
@@ -15508,8 +15512,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15508
15512
|
)
|
|
15509
15513
|
|
|
15510
15514
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15511
|
-
// 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=
|
|
15512
|
-
var
|
|
15515
|
+
// 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=5e571766
|
|
15516
|
+
var Handlevue_type_template_id_5e571766_render = function () {
|
|
15513
15517
|
var _vm = this
|
|
15514
15518
|
var _h = _vm.$createElement
|
|
15515
15519
|
var _c = _vm._self._c || _h
|
|
@@ -15588,7 +15592,10 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
15588
15592
|
},
|
|
15589
15593
|
on: { onInputOpintion: _vm.onInputOpintion },
|
|
15590
15594
|
}),
|
|
15591
|
-
_vm.typeCode != "fenyue" &&
|
|
15595
|
+
_vm.typeCode != "fenyue" &&
|
|
15596
|
+
(!_vm.endFlow ||
|
|
15597
|
+
_vm.taskOperations.length > 1 ||
|
|
15598
|
+
_vm.taskOperationShiftedNodeList)
|
|
15592
15599
|
? _c("div", { staticClass: "special-box input-box" }, [
|
|
15593
15600
|
_vm.isCanAddSign
|
|
15594
15601
|
? _c(
|
|
@@ -16790,7 +16797,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
16790
16797
|
ref: "message",
|
|
16791
16798
|
attrs: {
|
|
16792
16799
|
label: "催办通知方式",
|
|
16793
|
-
code:
|
|
16800
|
+
code: _vm.msgCode,
|
|
16794
16801
|
onlyShowType: "",
|
|
16795
16802
|
baseUrl: _vm.baseUrl,
|
|
16796
16803
|
pendingId: _vm.pendingId,
|
|
@@ -16811,7 +16818,7 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
16811
16818
|
_c("Message", {
|
|
16812
16819
|
ref: "message",
|
|
16813
16820
|
attrs: {
|
|
16814
|
-
code:
|
|
16821
|
+
code: _vm.msgCode,
|
|
16815
16822
|
baseUrl: _vm.baseUrl,
|
|
16816
16823
|
readOnlyNotificationType:
|
|
16817
16824
|
_vm.readOnlyNotificationType,
|
|
@@ -16956,14 +16963,14 @@ var Handlevue_type_template_id_0258537a_render = function () {
|
|
|
16956
16963
|
1
|
|
16957
16964
|
)
|
|
16958
16965
|
}
|
|
16959
|
-
var
|
|
16960
|
-
|
|
16966
|
+
var Handlevue_type_template_id_5e571766_staticRenderFns = []
|
|
16967
|
+
Handlevue_type_template_id_5e571766_render._withStripped = true
|
|
16961
16968
|
|
|
16962
16969
|
|
|
16963
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
16970
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=5e571766
|
|
16964
16971
|
|
|
16965
|
-
// 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=
|
|
16966
|
-
var
|
|
16972
|
+
// 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=7503f952
|
|
16973
|
+
var Rejectvue_type_template_id_7503f952_render = function () {
|
|
16967
16974
|
var _vm = this
|
|
16968
16975
|
var _h = _vm.$createElement
|
|
16969
16976
|
var _c = _vm._self._c || _h
|
|
@@ -17032,7 +17039,7 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
17032
17039
|
? _c("Message", {
|
|
17033
17040
|
ref: "message",
|
|
17034
17041
|
attrs: {
|
|
17035
|
-
code:
|
|
17042
|
+
code: _vm.msgCode,
|
|
17036
17043
|
baseUrl: _vm.baseUrl,
|
|
17037
17044
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
17038
17045
|
notificationMessageReadOnly:
|
|
@@ -17085,11 +17092,11 @@ var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
|
17085
17092
|
]),
|
|
17086
17093
|
])
|
|
17087
17094
|
}
|
|
17088
|
-
var
|
|
17089
|
-
|
|
17095
|
+
var Rejectvue_type_template_id_7503f952_staticRenderFns = []
|
|
17096
|
+
Rejectvue_type_template_id_7503f952_render._withStripped = true
|
|
17090
17097
|
|
|
17091
17098
|
|
|
17092
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
17099
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=7503f952
|
|
17093
17100
|
|
|
17094
17101
|
// 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
|
|
17095
17102
|
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; };
|
|
@@ -17161,6 +17168,10 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17161
17168
|
type: Boolean,
|
|
17162
17169
|
default: false
|
|
17163
17170
|
},
|
|
17171
|
+
msgCode: {
|
|
17172
|
+
type: String,
|
|
17173
|
+
default: 'notification_type'
|
|
17174
|
+
},
|
|
17164
17175
|
userId: {
|
|
17165
17176
|
type: String,
|
|
17166
17177
|
default: ''
|
|
@@ -17373,8 +17384,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17373
17384
|
|
|
17374
17385
|
var Reject_component = normalizeComponent(
|
|
17375
17386
|
components_Rejectvue_type_script_lang_js,
|
|
17376
|
-
|
|
17377
|
-
|
|
17387
|
+
Rejectvue_type_template_id_7503f952_render,
|
|
17388
|
+
Rejectvue_type_template_id_7503f952_staticRenderFns,
|
|
17378
17389
|
false,
|
|
17379
17390
|
null,
|
|
17380
17391
|
null,
|
|
@@ -18250,6 +18261,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18250
18261
|
//
|
|
18251
18262
|
//
|
|
18252
18263
|
//
|
|
18264
|
+
//
|
|
18265
|
+
//
|
|
18266
|
+
//
|
|
18267
|
+
//
|
|
18268
|
+
//
|
|
18269
|
+
//
|
|
18270
|
+
//
|
|
18253
18271
|
|
|
18254
18272
|
|
|
18255
18273
|
|
|
@@ -18285,6 +18303,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18285
18303
|
type: [String, Number],
|
|
18286
18304
|
default: 0
|
|
18287
18305
|
},
|
|
18306
|
+
msgCode: {
|
|
18307
|
+
type: String,
|
|
18308
|
+
default: 'notification_type'
|
|
18309
|
+
},
|
|
18288
18310
|
isAllCheck: {
|
|
18289
18311
|
type: Boolean,
|
|
18290
18312
|
default: false
|
|
@@ -18855,9 +18877,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18855
18877
|
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
18856
18878
|
var _this8 = this;
|
|
18857
18879
|
|
|
18858
|
-
console.log(val, isDef, this.tagKey, 'isDef');
|
|
18859
18880
|
if (!isDef && val.key === this.tagKey) return;
|
|
18860
|
-
console.log(val, isDef, this.tagKey, 'isDef2222');
|
|
18861
18881
|
this.tagKey = val.key;
|
|
18862
18882
|
//恢复默认
|
|
18863
18883
|
this.isNextUser = false;
|
|
@@ -18881,7 +18901,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18881
18901
|
} else {
|
|
18882
18902
|
this.isReject = false;
|
|
18883
18903
|
}
|
|
18884
|
-
this.form.nextOperate = val.key;
|
|
18904
|
+
this.form.nextOperate = val.isNextNode ? val.nextOperate : val.key;
|
|
18885
18905
|
this.form.nextOperateName = val.value;
|
|
18886
18906
|
this.nodeList = val.taskNodeList;
|
|
18887
18907
|
if (this.isSpecial) {
|
|
@@ -19180,14 +19200,26 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19180
19200
|
var isSelected = false;
|
|
19181
19201
|
that.taskOperations.map(function (item) {
|
|
19182
19202
|
if (item.isSelected || that.taskOperations.length == 1) {
|
|
19203
|
+
|
|
19183
19204
|
isSelected = true;
|
|
19184
19205
|
if (that.taskOperations.length == 1) {
|
|
19185
|
-
|
|
19206
|
+
|
|
19207
|
+
if (that.taskOperations[0].isNextNode) {
|
|
19208
|
+
|
|
19209
|
+
that.form.nextOperate = that.taskOperations[0].nextOperate;
|
|
19210
|
+
} else {
|
|
19211
|
+
that.form.nextOperate = that.taskOperations[0].key;
|
|
19212
|
+
}
|
|
19186
19213
|
that.form.nextOperateName = that.taskOperations[0].value;
|
|
19187
|
-
if (!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) {
|
|
19214
|
+
if ((!that.taskOperations[0].taskNodeList || that.taskOperations[0].taskNodeList.length === 0) && !that.taskOperations[0].isNextNode) {
|
|
19215
|
+
|
|
19188
19216
|
that.form.nextNodeId = undefined;
|
|
19189
19217
|
that.form.nextNodeName = undefined;
|
|
19218
|
+
} else if (that.taskOperations[0].isNextNode) {
|
|
19219
|
+
that.form.nextNodeId = that.taskOperations[0].key;
|
|
19220
|
+
that.form.nextNodeName = that.taskOperations[0].value;
|
|
19190
19221
|
} else {
|
|
19222
|
+
|
|
19191
19223
|
that.nodeList = that.taskOperations[0].taskNodeList;
|
|
19192
19224
|
var info = [];
|
|
19193
19225
|
that.nodeList.map(function (x) {
|
|
@@ -19247,7 +19279,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19247
19279
|
}
|
|
19248
19280
|
that.changeNextOperate({
|
|
19249
19281
|
value: that.form.nextOperateName,
|
|
19250
|
-
key: that.
|
|
19282
|
+
key: that.taskOperations[0].key,
|
|
19283
|
+
nextOperate: that.taskOperations[0].nextOperate,
|
|
19284
|
+
isNextNode: that.taskOperations[0].isNextNode,
|
|
19251
19285
|
taskNodeList: that.nodeList
|
|
19252
19286
|
}, true);
|
|
19253
19287
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
@@ -19356,7 +19390,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19356
19390
|
_this10.$toast.clear();
|
|
19357
19391
|
_this10.showFlowBtn = true;
|
|
19358
19392
|
if (res.status == 'success') {
|
|
19359
|
-
|
|
19360
19393
|
_that.currentNodeEnableItemHandleDescription = res.data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
19361
19394
|
_that.deptRoleCode = res.data.nodeExtAttr.deptRoleCode;
|
|
19362
19395
|
_that.enableCustomLimitTimeSetting = res.data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
@@ -19502,8 +19535,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19502
19535
|
|
|
19503
19536
|
var Handle_component = normalizeComponent(
|
|
19504
19537
|
components_Handlevue_type_script_lang_js,
|
|
19505
|
-
|
|
19506
|
-
|
|
19538
|
+
Handlevue_type_template_id_5e571766_render,
|
|
19539
|
+
Handlevue_type_template_id_5e571766_staticRenderFns,
|
|
19507
19540
|
false,
|
|
19508
19541
|
null,
|
|
19509
19542
|
null,
|
|
@@ -20274,8 +20307,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20274
20307
|
)
|
|
20275
20308
|
|
|
20276
20309
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20277
|
-
// 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/TaskRead.vue?vue&type=template&id=
|
|
20278
|
-
var
|
|
20310
|
+
// 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/TaskRead.vue?vue&type=template&id=788504eb
|
|
20311
|
+
var TaskReadvue_type_template_id_788504eb_render = function () {
|
|
20279
20312
|
var _vm = this
|
|
20280
20313
|
var _h = _vm.$createElement
|
|
20281
20314
|
var _c = _vm._self._c || _h
|
|
@@ -20442,7 +20475,7 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
20442
20475
|
_c("Message", {
|
|
20443
20476
|
ref: "message",
|
|
20444
20477
|
attrs: {
|
|
20445
|
-
code:
|
|
20478
|
+
code: _vm.msgCode,
|
|
20446
20479
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
20447
20480
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
20448
20481
|
defaultNotificationMsg: _vm.defaultNotificationMessage,
|
|
@@ -20477,11 +20510,11 @@ var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
|
20477
20510
|
]),
|
|
20478
20511
|
])
|
|
20479
20512
|
}
|
|
20480
|
-
var
|
|
20481
|
-
|
|
20513
|
+
var TaskReadvue_type_template_id_788504eb_staticRenderFns = []
|
|
20514
|
+
TaskReadvue_type_template_id_788504eb_render._withStripped = true
|
|
20482
20515
|
|
|
20483
20516
|
|
|
20484
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20517
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=788504eb
|
|
20485
20518
|
|
|
20486
20519
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
20487
20520
|
var TaskReadvue_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; };
|
|
@@ -20646,6 +20679,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20646
20679
|
type: String,
|
|
20647
20680
|
default: ''
|
|
20648
20681
|
},
|
|
20682
|
+
msgCode: {
|
|
20683
|
+
type: String,
|
|
20684
|
+
default: 'notification_type'
|
|
20685
|
+
},
|
|
20649
20686
|
isAllCheck: {
|
|
20650
20687
|
type: Boolean,
|
|
20651
20688
|
default: false
|
|
@@ -21152,8 +21189,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21152
21189
|
|
|
21153
21190
|
var TaskRead_component = normalizeComponent(
|
|
21154
21191
|
components_TaskReadvue_type_script_lang_js,
|
|
21155
|
-
|
|
21156
|
-
|
|
21192
|
+
TaskReadvue_type_template_id_788504eb_render,
|
|
21193
|
+
TaskReadvue_type_template_id_788504eb_staticRenderFns,
|
|
21157
21194
|
false,
|
|
21158
21195
|
null,
|
|
21159
21196
|
null,
|
|
@@ -21162,8 +21199,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21162
21199
|
)
|
|
21163
21200
|
|
|
21164
21201
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21165
|
-
// 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=
|
|
21166
|
-
var
|
|
21202
|
+
// 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=3cba731b
|
|
21203
|
+
var taskUnionExaminevue_type_template_id_3cba731b_render = function () {
|
|
21167
21204
|
var _vm = this
|
|
21168
21205
|
var _h = _vm.$createElement
|
|
21169
21206
|
var _c = _vm._self._c || _h
|
|
@@ -21289,7 +21326,7 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
21289
21326
|
? _c("Message", {
|
|
21290
21327
|
ref: "message",
|
|
21291
21328
|
attrs: {
|
|
21292
|
-
code:
|
|
21329
|
+
code: _vm.msgCode,
|
|
21293
21330
|
baseUrl: _vm.baseUrl,
|
|
21294
21331
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
21295
21332
|
notificationMessageReadOnly:
|
|
@@ -21326,11 +21363,11 @@ var taskUnionExaminevue_type_template_id_8179f026_render = function () {
|
|
|
21326
21363
|
]),
|
|
21327
21364
|
])
|
|
21328
21365
|
}
|
|
21329
|
-
var
|
|
21330
|
-
|
|
21366
|
+
var taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns = []
|
|
21367
|
+
taskUnionExaminevue_type_template_id_3cba731b_render._withStripped = true
|
|
21331
21368
|
|
|
21332
21369
|
|
|
21333
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21370
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=3cba731b
|
|
21334
21371
|
|
|
21335
21372
|
// 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
|
|
21336
21373
|
var taskUnionExaminevue_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; };
|
|
@@ -21462,6 +21499,10 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21462
21499
|
type: [String, Number],
|
|
21463
21500
|
default: 0
|
|
21464
21501
|
},
|
|
21502
|
+
msgCode: {
|
|
21503
|
+
type: String,
|
|
21504
|
+
default: 'notification_type'
|
|
21505
|
+
},
|
|
21465
21506
|
esign: {
|
|
21466
21507
|
type: Boolean,
|
|
21467
21508
|
default: false
|
|
@@ -21988,8 +22029,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21988
22029
|
|
|
21989
22030
|
var taskUnionExamine_component = normalizeComponent(
|
|
21990
22031
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21991
|
-
|
|
21992
|
-
|
|
22032
|
+
taskUnionExaminevue_type_template_id_3cba731b_render,
|
|
22033
|
+
taskUnionExaminevue_type_template_id_3cba731b_staticRenderFns,
|
|
21993
22034
|
false,
|
|
21994
22035
|
null,
|
|
21995
22036
|
null,
|
|
@@ -21998,8 +22039,8 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
21998
22039
|
)
|
|
21999
22040
|
|
|
22000
22041
|
/* harmony default export */ var components_taskUnionExamine = (taskUnionExamine_component.exports);
|
|
22001
|
-
// 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/supervise.vue?vue&type=template&id=
|
|
22002
|
-
var
|
|
22042
|
+
// 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/supervise.vue?vue&type=template&id=21cb8155
|
|
22043
|
+
var supervisevue_type_template_id_21cb8155_render = function () {
|
|
22003
22044
|
var _vm = this
|
|
22004
22045
|
var _h = _vm.$createElement
|
|
22005
22046
|
var _c = _vm._self._c || _h
|
|
@@ -22010,7 +22051,7 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
22010
22051
|
_c("Message", {
|
|
22011
22052
|
ref: "message",
|
|
22012
22053
|
attrs: {
|
|
22013
|
-
code:
|
|
22054
|
+
code: _vm.msgCode,
|
|
22014
22055
|
baseUrl: _vm.baseUrl,
|
|
22015
22056
|
showCheckType: false,
|
|
22016
22057
|
showMsg: true,
|
|
@@ -22045,11 +22086,11 @@ var supervisevue_type_template_id_0c9c1b52_render = function () {
|
|
|
22045
22086
|
1
|
|
22046
22087
|
)
|
|
22047
22088
|
}
|
|
22048
|
-
var
|
|
22049
|
-
|
|
22089
|
+
var supervisevue_type_template_id_21cb8155_staticRenderFns = []
|
|
22090
|
+
supervisevue_type_template_id_21cb8155_render._withStripped = true
|
|
22050
22091
|
|
|
22051
22092
|
|
|
22052
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=
|
|
22093
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/supervise.vue?vue&type=template&id=21cb8155
|
|
22053
22094
|
|
|
22054
22095
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/supervise.vue?vue&type=script&lang=js
|
|
22055
22096
|
//
|
|
@@ -22095,6 +22136,10 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
22095
22136
|
props: {
|
|
22096
22137
|
baseUrl: String,
|
|
22097
22138
|
businessId: String,
|
|
22139
|
+
msgCode: {
|
|
22140
|
+
type: String,
|
|
22141
|
+
default: 'notification_type'
|
|
22142
|
+
},
|
|
22098
22143
|
appId: { type: String, default: '' }
|
|
22099
22144
|
},
|
|
22100
22145
|
data: function data() {
|
|
@@ -22202,8 +22247,8 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
22202
22247
|
|
|
22203
22248
|
var supervise_component = normalizeComponent(
|
|
22204
22249
|
components_supervisevue_type_script_lang_js,
|
|
22205
|
-
|
|
22206
|
-
|
|
22250
|
+
supervisevue_type_template_id_21cb8155_render,
|
|
22251
|
+
supervisevue_type_template_id_21cb8155_staticRenderFns,
|
|
22207
22252
|
false,
|
|
22208
22253
|
null,
|
|
22209
22254
|
null,
|
|
@@ -22212,8 +22257,8 @@ var supervise_component = normalizeComponent(
|
|
|
22212
22257
|
)
|
|
22213
22258
|
|
|
22214
22259
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22215
|
-
// 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/reset.vue?vue&type=template&id=
|
|
22216
|
-
var
|
|
22260
|
+
// 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/reset.vue?vue&type=template&id=b4719370
|
|
22261
|
+
var resetvue_type_template_id_b4719370_render = function () {
|
|
22217
22262
|
var _vm = this
|
|
22218
22263
|
var _h = _vm.$createElement
|
|
22219
22264
|
var _c = _vm._self._c || _h
|
|
@@ -22479,7 +22524,7 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
22479
22524
|
_c("Message", {
|
|
22480
22525
|
ref: "message",
|
|
22481
22526
|
attrs: {
|
|
22482
|
-
code:
|
|
22527
|
+
code: _vm.msgCode,
|
|
22483
22528
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
22484
22529
|
notificationMessageReadOnly: _vm.notificationMessageReadOnly,
|
|
22485
22530
|
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
@@ -22514,11 +22559,11 @@ var resetvue_type_template_id_6ee678a0_render = function () {
|
|
|
22514
22559
|
]),
|
|
22515
22560
|
])
|
|
22516
22561
|
}
|
|
22517
|
-
var
|
|
22518
|
-
|
|
22562
|
+
var resetvue_type_template_id_b4719370_staticRenderFns = []
|
|
22563
|
+
resetvue_type_template_id_b4719370_render._withStripped = true
|
|
22519
22564
|
|
|
22520
22565
|
|
|
22521
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22566
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=b4719370
|
|
22522
22567
|
|
|
22523
22568
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
22524
22569
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -22732,6 +22777,10 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
22732
22777
|
type: Boolean,
|
|
22733
22778
|
default: false
|
|
22734
22779
|
},
|
|
22780
|
+
msgCode: {
|
|
22781
|
+
type: String,
|
|
22782
|
+
default: 'notification_type'
|
|
22783
|
+
},
|
|
22735
22784
|
userId: {
|
|
22736
22785
|
type: String,
|
|
22737
22786
|
default: ''
|
|
@@ -23221,8 +23270,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23221
23270
|
|
|
23222
23271
|
var reset_component = normalizeComponent(
|
|
23223
23272
|
components_resetvue_type_script_lang_js,
|
|
23224
|
-
|
|
23225
|
-
|
|
23273
|
+
resetvue_type_template_id_b4719370_render,
|
|
23274
|
+
resetvue_type_template_id_b4719370_staticRenderFns,
|
|
23226
23275
|
false,
|
|
23227
23276
|
null,
|
|
23228
23277
|
null,
|
|
@@ -29402,7 +29451,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29402
29451
|
}
|
|
29403
29452
|
|
|
29404
29453
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29405
|
-
version: '0.3.
|
|
29454
|
+
version: '0.3.64',
|
|
29406
29455
|
install: install,
|
|
29407
29456
|
Button: packages_button,
|
|
29408
29457
|
ButtonGroup: button_group,
|