eoss-mobiles 0.1.45 → 0.1.46
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 +79 -59
- package/lib/flow.js +78 -58
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +3 -5
- package/packages/flow/src/components/Opinion.vue +5 -1
- package/packages/flow/src/components/Reject.vue +3 -4
- package/packages/flow/src/components/TaskRead.vue +25 -8
- package/packages/flow/src/components/taskUnionExamine.vue +3 -0
- package/src/index.js +1 -1
|
@@ -10150,8 +10150,8 @@ StartFlowvue_type_template_id_b13d70a6_render._withStripped = true
|
|
|
10150
10150
|
|
|
10151
10151
|
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=b13d70a6&
|
|
10152
10152
|
|
|
10153
|
-
// 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=
|
|
10154
|
-
var
|
|
10153
|
+
// 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=f682be22&
|
|
10154
|
+
var Opinionvue_type_template_id_f682be22_render = function () {
|
|
10155
10155
|
var _vm = this
|
|
10156
10156
|
var _h = _vm.$createElement
|
|
10157
10157
|
var _c = _vm._self._c || _h
|
|
@@ -10255,11 +10255,11 @@ var Opinionvue_type_template_id_4e5477b8_render = function () {
|
|
|
10255
10255
|
1
|
|
10256
10256
|
)
|
|
10257
10257
|
}
|
|
10258
|
-
var
|
|
10259
|
-
|
|
10258
|
+
var Opinionvue_type_template_id_f682be22_staticRenderFns = []
|
|
10259
|
+
Opinionvue_type_template_id_f682be22_render._withStripped = true
|
|
10260
10260
|
|
|
10261
10261
|
|
|
10262
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
10262
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=f682be22&
|
|
10263
10263
|
|
|
10264
10264
|
// 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&
|
|
10265
10265
|
//
|
|
@@ -10397,7 +10397,11 @@ Opinionvue_type_template_id_4e5477b8_render._withStripped = true
|
|
|
10397
10397
|
// 将input的值传递到父组件
|
|
10398
10398
|
onInput: function onInput(val) {
|
|
10399
10399
|
this.opinion = typeof val === 'string' ? val : val.content;
|
|
10400
|
-
typeof val != 'string'
|
|
10400
|
+
if (typeof val != 'string') {
|
|
10401
|
+
this.selectOpinion = val.content;
|
|
10402
|
+
} else {
|
|
10403
|
+
this.selectOpinion = '';
|
|
10404
|
+
}
|
|
10401
10405
|
this.$emit('onInputOpintion', typeof val === 'string' ? val : val.content);
|
|
10402
10406
|
this.showPicker = false;
|
|
10403
10407
|
}
|
|
@@ -10415,8 +10419,8 @@ Opinionvue_type_template_id_4e5477b8_render._withStripped = true
|
|
|
10415
10419
|
|
|
10416
10420
|
var Opinion_component = normalizeComponent(
|
|
10417
10421
|
components_Opinionvue_type_script_lang_js_,
|
|
10418
|
-
|
|
10419
|
-
|
|
10422
|
+
Opinionvue_type_template_id_f682be22_render,
|
|
10423
|
+
Opinionvue_type_template_id_f682be22_staticRenderFns,
|
|
10420
10424
|
false,
|
|
10421
10425
|
null,
|
|
10422
10426
|
null,
|
|
@@ -11119,8 +11123,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
11119
11123
|
)
|
|
11120
11124
|
|
|
11121
11125
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
11122
|
-
// 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=
|
|
11123
|
-
var
|
|
11126
|
+
// 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=64a03055&
|
|
11127
|
+
var Handlevue_type_template_id_64a03055_render = function () {
|
|
11124
11128
|
var _vm = this
|
|
11125
11129
|
var _h = _vm.$createElement
|
|
11126
11130
|
var _c = _vm._self._c || _h
|
|
@@ -12074,14 +12078,14 @@ var Handlevue_type_template_id_cd586a54_render = function () {
|
|
|
12074
12078
|
1
|
|
12075
12079
|
)
|
|
12076
12080
|
}
|
|
12077
|
-
var
|
|
12078
|
-
|
|
12081
|
+
var Handlevue_type_template_id_64a03055_staticRenderFns = []
|
|
12082
|
+
Handlevue_type_template_id_64a03055_render._withStripped = true
|
|
12079
12083
|
|
|
12080
12084
|
|
|
12081
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
12085
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=64a03055&
|
|
12082
12086
|
|
|
12083
|
-
// 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=
|
|
12084
|
-
var
|
|
12087
|
+
// 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=5eb39475&
|
|
12088
|
+
var Rejectvue_type_template_id_5eb39475_render = function () {
|
|
12085
12089
|
var _vm = this
|
|
12086
12090
|
var _h = _vm.$createElement
|
|
12087
12091
|
var _c = _vm._self._c || _h
|
|
@@ -12175,11 +12179,11 @@ var Rejectvue_type_template_id_4a537b88_render = function () {
|
|
|
12175
12179
|
]),
|
|
12176
12180
|
])
|
|
12177
12181
|
}
|
|
12178
|
-
var
|
|
12179
|
-
|
|
12182
|
+
var Rejectvue_type_template_id_5eb39475_staticRenderFns = []
|
|
12183
|
+
Rejectvue_type_template_id_5eb39475_render._withStripped = true
|
|
12180
12184
|
|
|
12181
12185
|
|
|
12182
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
12186
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=5eb39475&
|
|
12183
12187
|
|
|
12184
12188
|
// 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&
|
|
12185
12189
|
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; };
|
|
@@ -12354,16 +12358,14 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
12354
12358
|
opinion: this.form.opinion
|
|
12355
12359
|
}
|
|
12356
12360
|
}).then(function (res) {
|
|
12357
|
-
|
|
12358
|
-
|
|
12359
|
-
|
|
12360
|
-
|
|
12361
|
-
|
|
12362
|
-
|
|
12363
|
-
|
|
12364
|
-
defaultNotificationType = _res$data.defaultNotificationType;
|
|
12361
|
+
if (res.status == 'success') {
|
|
12362
|
+
var _res$data = res.data,
|
|
12363
|
+
rejectTaskNodes = _res$data.rejectTaskNodes,
|
|
12364
|
+
taskExamine = _res$data.taskExamine,
|
|
12365
|
+
nodeInfoMap = _res$data.nodeInfoMap,
|
|
12366
|
+
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
12367
|
+
defaultNotificationType = _res$data.defaultNotificationType;
|
|
12365
12368
|
|
|
12366
|
-
if (status == 'success') {
|
|
12367
12369
|
_this2.$toast.clear();
|
|
12368
12370
|
_this2.isHiddenOftenOpinion = nodeInfoMap.nodeExtAttr.isHiddenOftenOpinion;
|
|
12369
12371
|
_this2.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
@@ -12393,6 +12395,9 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
12393
12395
|
}
|
|
12394
12396
|
} else {
|
|
12395
12397
|
_this2.$toast(message);
|
|
12398
|
+
setTimeout(function () {
|
|
12399
|
+
_this2.goBack;
|
|
12400
|
+
}, 1000);
|
|
12396
12401
|
}
|
|
12397
12402
|
});
|
|
12398
12403
|
}
|
|
@@ -12410,8 +12415,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
12410
12415
|
|
|
12411
12416
|
var Reject_component = normalizeComponent(
|
|
12412
12417
|
components_Rejectvue_type_script_lang_js_,
|
|
12413
|
-
|
|
12414
|
-
|
|
12418
|
+
Rejectvue_type_template_id_5eb39475_render,
|
|
12419
|
+
Rejectvue_type_template_id_5eb39475_staticRenderFns,
|
|
12415
12420
|
false,
|
|
12416
12421
|
null,
|
|
12417
12422
|
null,
|
|
@@ -13471,18 +13476,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13471
13476
|
pendingId: that.pendingId
|
|
13472
13477
|
}
|
|
13473
13478
|
}).then(function (res) {
|
|
13474
|
-
|
|
13475
|
-
|
|
13476
|
-
|
|
13477
|
-
|
|
13478
|
-
|
|
13479
|
-
|
|
13480
|
-
|
|
13481
|
-
|
|
13482
|
-
|
|
13483
|
-
defaultNotificationType = _res$data.defaultNotificationType;
|
|
13479
|
+
if (res.status == 'success') {
|
|
13480
|
+
var _res$data = res.data,
|
|
13481
|
+
nodeInfoMap = _res$data.nodeInfoMap,
|
|
13482
|
+
choiceOrgId = _res$data.choiceOrgId,
|
|
13483
|
+
choiceDeptId = _res$data.choiceDeptId,
|
|
13484
|
+
pOrgId = _res$data.pOrgId,
|
|
13485
|
+
taskExamine = _res$data.taskExamine,
|
|
13486
|
+
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
13487
|
+
defaultNotificationType = _res$data.defaultNotificationType;
|
|
13484
13488
|
|
|
13485
|
-
if (status == 'success') {
|
|
13486
13489
|
that.taskExamineInfo = taskExamine;
|
|
13487
13490
|
that.form.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
13488
13491
|
that.form.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
@@ -13615,7 +13618,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13615
13618
|
// isHiddenNextStepInfo
|
|
13616
13619
|
resolve();
|
|
13617
13620
|
} else {
|
|
13618
|
-
that.$toast(message);
|
|
13621
|
+
that.$toast(res.message);
|
|
13619
13622
|
setTimeout(function () {
|
|
13620
13623
|
that.navigateBack();
|
|
13621
13624
|
}, 1000);
|
|
@@ -13778,8 +13781,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
13778
13781
|
|
|
13779
13782
|
var Handle_component = normalizeComponent(
|
|
13780
13783
|
components_Handlevue_type_script_lang_js_,
|
|
13781
|
-
|
|
13782
|
-
|
|
13784
|
+
Handlevue_type_template_id_64a03055_render,
|
|
13785
|
+
Handlevue_type_template_id_64a03055_staticRenderFns,
|
|
13783
13786
|
false,
|
|
13784
13787
|
null,
|
|
13785
13788
|
null,
|
|
@@ -13788,8 +13791,8 @@ var Handle_component = normalizeComponent(
|
|
|
13788
13791
|
)
|
|
13789
13792
|
|
|
13790
13793
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
13791
|
-
// 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=
|
|
13792
|
-
var
|
|
13794
|
+
// 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=2bc04aec&
|
|
13795
|
+
var TaskReadvue_type_template_id_2bc04aec_render = function () {
|
|
13793
13796
|
var _vm = this
|
|
13794
13797
|
var _h = _vm.$createElement
|
|
13795
13798
|
var _c = _vm._self._c || _h
|
|
@@ -13952,11 +13955,11 @@ var TaskReadvue_type_template_id_6b285ede_render = function () {
|
|
|
13952
13955
|
]),
|
|
13953
13956
|
])
|
|
13954
13957
|
}
|
|
13955
|
-
var
|
|
13956
|
-
|
|
13958
|
+
var TaskReadvue_type_template_id_2bc04aec_staticRenderFns = []
|
|
13959
|
+
TaskReadvue_type_template_id_2bc04aec_render._withStripped = true
|
|
13957
13960
|
|
|
13958
13961
|
|
|
13959
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
13962
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=2bc04aec&
|
|
13960
13963
|
|
|
13961
13964
|
// 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&
|
|
13962
13965
|
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; };
|
|
@@ -14120,6 +14123,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14120
14123
|
_this.form.notificationMsgType = message.split(',');
|
|
14121
14124
|
_this.defaultNotificationType = message.split(',');
|
|
14122
14125
|
} else {
|
|
14126
|
+
setTimeout(function () {
|
|
14127
|
+
_this.goBack();
|
|
14128
|
+
}, 1000);
|
|
14123
14129
|
_this.$toast.error(message || '系统错误,请联系管理员!');
|
|
14124
14130
|
}
|
|
14125
14131
|
if (_this.type === 'transfer') {
|
|
@@ -14165,6 +14171,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14165
14171
|
_this2.transferInfo = taskExamine;
|
|
14166
14172
|
} else {
|
|
14167
14173
|
_this2.$message.error(message || '系统错误,请联系管理员!');
|
|
14174
|
+
setTimeout(function () {
|
|
14175
|
+
_this2.goBack();
|
|
14176
|
+
}, 1000);
|
|
14168
14177
|
}
|
|
14169
14178
|
}).catch(function (err) {
|
|
14170
14179
|
_this2.loading = false;
|
|
@@ -14219,6 +14228,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14219
14228
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
14220
14229
|
} else {
|
|
14221
14230
|
_this3.$toast(res.message);
|
|
14231
|
+
setTimeout(function () {
|
|
14232
|
+
_this3.goBack();
|
|
14233
|
+
}, 1000);
|
|
14222
14234
|
}
|
|
14223
14235
|
});
|
|
14224
14236
|
},
|
|
@@ -14297,10 +14309,15 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14297
14309
|
choiceDeptId = _res$data2.choiceDeptId,
|
|
14298
14310
|
choiceOrgId = _res$data2.choiceOrgId;
|
|
14299
14311
|
|
|
14300
|
-
if (status ==
|
|
14312
|
+
if (status == 'success') {
|
|
14301
14313
|
taskExamine.choiceDeptId = choiceDeptId;
|
|
14302
14314
|
taskExamine.choiceOrgId = choiceOrgId;
|
|
14303
14315
|
_this5.taskExamine = taskExamine;
|
|
14316
|
+
} else {
|
|
14317
|
+
setTimeout(function () {
|
|
14318
|
+
_this5.goBack();
|
|
14319
|
+
}, 1000);
|
|
14320
|
+
_this5.$toast(res.message);
|
|
14304
14321
|
}
|
|
14305
14322
|
});
|
|
14306
14323
|
},
|
|
@@ -14379,8 +14396,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14379
14396
|
|
|
14380
14397
|
var TaskRead_component = normalizeComponent(
|
|
14381
14398
|
components_TaskReadvue_type_script_lang_js_,
|
|
14382
|
-
|
|
14383
|
-
|
|
14399
|
+
TaskReadvue_type_template_id_2bc04aec_render,
|
|
14400
|
+
TaskReadvue_type_template_id_2bc04aec_staticRenderFns,
|
|
14384
14401
|
false,
|
|
14385
14402
|
null,
|
|
14386
14403
|
null,
|
|
@@ -14389,8 +14406,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
14389
14406
|
)
|
|
14390
14407
|
|
|
14391
14408
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
14392
|
-
// 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=
|
|
14393
|
-
var
|
|
14409
|
+
// 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=9df06bbc&
|
|
14410
|
+
var taskUnionExaminevue_type_template_id_9df06bbc_render = function () {
|
|
14394
14411
|
var _vm = this
|
|
14395
14412
|
var _h = _vm.$createElement
|
|
14396
14413
|
var _c = _vm._self._c || _h
|
|
@@ -14532,11 +14549,11 @@ var taskUnionExaminevue_type_template_id_40f86e06_render = function () {
|
|
|
14532
14549
|
]),
|
|
14533
14550
|
])
|
|
14534
14551
|
}
|
|
14535
|
-
var
|
|
14536
|
-
|
|
14552
|
+
var taskUnionExaminevue_type_template_id_9df06bbc_staticRenderFns = []
|
|
14553
|
+
taskUnionExaminevue_type_template_id_9df06bbc_render._withStripped = true
|
|
14537
14554
|
|
|
14538
14555
|
|
|
14539
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
14556
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=9df06bbc&
|
|
14540
14557
|
|
|
14541
14558
|
// 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&
|
|
14542
14559
|
//
|
|
@@ -14878,6 +14895,9 @@ taskUnionExaminevue_type_template_id_40f86e06_render._withStripped = true
|
|
|
14878
14895
|
_this5.getFind();
|
|
14879
14896
|
_this5.getMessage();
|
|
14880
14897
|
} else {
|
|
14898
|
+
setTimeout(function () {
|
|
14899
|
+
_this5.goBack();
|
|
14900
|
+
}, 1000);
|
|
14881
14901
|
_this5.$toast.error(message || '系统错误,请联系管理员!');
|
|
14882
14902
|
}
|
|
14883
14903
|
}).catch(function (err) {
|
|
@@ -15055,8 +15075,8 @@ taskUnionExaminevue_type_template_id_40f86e06_render._withStripped = true
|
|
|
15055
15075
|
|
|
15056
15076
|
var taskUnionExamine_component = normalizeComponent(
|
|
15057
15077
|
components_taskUnionExaminevue_type_script_lang_js_,
|
|
15058
|
-
|
|
15059
|
-
|
|
15078
|
+
taskUnionExaminevue_type_template_id_9df06bbc_render,
|
|
15079
|
+
taskUnionExaminevue_type_template_id_9df06bbc_staticRenderFns,
|
|
15060
15080
|
false,
|
|
15061
15081
|
null,
|
|
15062
15082
|
null,
|
|
@@ -17208,7 +17228,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17208
17228
|
}
|
|
17209
17229
|
|
|
17210
17230
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17211
|
-
version: '0.1.
|
|
17231
|
+
version: '0.1.46',
|
|
17212
17232
|
install: install,
|
|
17213
17233
|
Button: packages_button,
|
|
17214
17234
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -2245,8 +2245,8 @@ var api = __webpack_require__(2);
|
|
|
2245
2245
|
// EXTERNAL MODULE: ./src/utils/http.js + 1 modules
|
|
2246
2246
|
var http = __webpack_require__(3);
|
|
2247
2247
|
|
|
2248
|
-
// 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=
|
|
2249
|
-
var
|
|
2248
|
+
// 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=f682be22&
|
|
2249
|
+
var Opinionvue_type_template_id_f682be22_render = function () {
|
|
2250
2250
|
var _vm = this
|
|
2251
2251
|
var _h = _vm.$createElement
|
|
2252
2252
|
var _c = _vm._self._c || _h
|
|
@@ -2350,11 +2350,11 @@ var Opinionvue_type_template_id_4e5477b8_render = function () {
|
|
|
2350
2350
|
1
|
|
2351
2351
|
)
|
|
2352
2352
|
}
|
|
2353
|
-
var
|
|
2354
|
-
|
|
2353
|
+
var Opinionvue_type_template_id_f682be22_staticRenderFns = []
|
|
2354
|
+
Opinionvue_type_template_id_f682be22_render._withStripped = true
|
|
2355
2355
|
|
|
2356
2356
|
|
|
2357
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
2357
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=f682be22&
|
|
2358
2358
|
|
|
2359
2359
|
// 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&
|
|
2360
2360
|
//
|
|
@@ -2492,7 +2492,11 @@ Opinionvue_type_template_id_4e5477b8_render._withStripped = true
|
|
|
2492
2492
|
// 将input的值传递到父组件
|
|
2493
2493
|
onInput: function onInput(val) {
|
|
2494
2494
|
this.opinion = typeof val === 'string' ? val : val.content;
|
|
2495
|
-
typeof val != 'string'
|
|
2495
|
+
if (typeof val != 'string') {
|
|
2496
|
+
this.selectOpinion = val.content;
|
|
2497
|
+
} else {
|
|
2498
|
+
this.selectOpinion = '';
|
|
2499
|
+
}
|
|
2496
2500
|
this.$emit('onInputOpintion', typeof val === 'string' ? val : val.content);
|
|
2497
2501
|
this.showPicker = false;
|
|
2498
2502
|
}
|
|
@@ -2513,8 +2517,8 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
2513
2517
|
|
|
2514
2518
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
2515
2519
|
components_Opinionvue_type_script_lang_js_,
|
|
2516
|
-
|
|
2517
|
-
|
|
2520
|
+
Opinionvue_type_template_id_f682be22_render,
|
|
2521
|
+
Opinionvue_type_template_id_f682be22_staticRenderFns,
|
|
2518
2522
|
false,
|
|
2519
2523
|
null,
|
|
2520
2524
|
null,
|
|
@@ -3220,8 +3224,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3220
3224
|
)
|
|
3221
3225
|
|
|
3222
3226
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3223
|
-
// 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=
|
|
3224
|
-
var
|
|
3227
|
+
// 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=64a03055&
|
|
3228
|
+
var Handlevue_type_template_id_64a03055_render = function () {
|
|
3225
3229
|
var _vm = this
|
|
3226
3230
|
var _h = _vm.$createElement
|
|
3227
3231
|
var _c = _vm._self._c || _h
|
|
@@ -4175,14 +4179,14 @@ var Handlevue_type_template_id_cd586a54_render = function () {
|
|
|
4175
4179
|
1
|
|
4176
4180
|
)
|
|
4177
4181
|
}
|
|
4178
|
-
var
|
|
4179
|
-
|
|
4182
|
+
var Handlevue_type_template_id_64a03055_staticRenderFns = []
|
|
4183
|
+
Handlevue_type_template_id_64a03055_render._withStripped = true
|
|
4180
4184
|
|
|
4181
4185
|
|
|
4182
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4186
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=64a03055&
|
|
4183
4187
|
|
|
4184
|
-
// 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=
|
|
4185
|
-
var
|
|
4188
|
+
// 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=5eb39475&
|
|
4189
|
+
var Rejectvue_type_template_id_5eb39475_render = function () {
|
|
4186
4190
|
var _vm = this
|
|
4187
4191
|
var _h = _vm.$createElement
|
|
4188
4192
|
var _c = _vm._self._c || _h
|
|
@@ -4276,11 +4280,11 @@ var Rejectvue_type_template_id_4a537b88_render = function () {
|
|
|
4276
4280
|
]),
|
|
4277
4281
|
])
|
|
4278
4282
|
}
|
|
4279
|
-
var
|
|
4280
|
-
|
|
4283
|
+
var Rejectvue_type_template_id_5eb39475_staticRenderFns = []
|
|
4284
|
+
Rejectvue_type_template_id_5eb39475_render._withStripped = true
|
|
4281
4285
|
|
|
4282
4286
|
|
|
4283
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
4287
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=5eb39475&
|
|
4284
4288
|
|
|
4285
4289
|
// 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&
|
|
4286
4290
|
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; };
|
|
@@ -4455,16 +4459,14 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4455
4459
|
opinion: this.form.opinion
|
|
4456
4460
|
}
|
|
4457
4461
|
}).then(function (res) {
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
defaultNotificationType = _res$data.defaultNotificationType;
|
|
4462
|
+
if (res.status == 'success') {
|
|
4463
|
+
var _res$data = res.data,
|
|
4464
|
+
rejectTaskNodes = _res$data.rejectTaskNodes,
|
|
4465
|
+
taskExamine = _res$data.taskExamine,
|
|
4466
|
+
nodeInfoMap = _res$data.nodeInfoMap,
|
|
4467
|
+
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
4468
|
+
defaultNotificationType = _res$data.defaultNotificationType;
|
|
4466
4469
|
|
|
4467
|
-
if (status == 'success') {
|
|
4468
4470
|
_this2.$toast.clear();
|
|
4469
4471
|
_this2.isHiddenOftenOpinion = nodeInfoMap.nodeExtAttr.isHiddenOftenOpinion;
|
|
4470
4472
|
_this2.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
@@ -4494,6 +4496,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4494
4496
|
}
|
|
4495
4497
|
} else {
|
|
4496
4498
|
_this2.$toast(message);
|
|
4499
|
+
setTimeout(function () {
|
|
4500
|
+
_this2.goBack;
|
|
4501
|
+
}, 1000);
|
|
4497
4502
|
}
|
|
4498
4503
|
});
|
|
4499
4504
|
}
|
|
@@ -4511,8 +4516,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4511
4516
|
|
|
4512
4517
|
var Reject_component = Object(componentNormalizer["a" /* default */])(
|
|
4513
4518
|
components_Rejectvue_type_script_lang_js_,
|
|
4514
|
-
|
|
4515
|
-
|
|
4519
|
+
Rejectvue_type_template_id_5eb39475_render,
|
|
4520
|
+
Rejectvue_type_template_id_5eb39475_staticRenderFns,
|
|
4516
4521
|
false,
|
|
4517
4522
|
null,
|
|
4518
4523
|
null,
|
|
@@ -5575,18 +5580,16 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5575
5580
|
pendingId: that.pendingId
|
|
5576
5581
|
}
|
|
5577
5582
|
}).then(function (res) {
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
defaultNotificationType = _res$data.defaultNotificationType;
|
|
5583
|
+
if (res.status == 'success') {
|
|
5584
|
+
var _res$data = res.data,
|
|
5585
|
+
nodeInfoMap = _res$data.nodeInfoMap,
|
|
5586
|
+
choiceOrgId = _res$data.choiceOrgId,
|
|
5587
|
+
choiceDeptId = _res$data.choiceDeptId,
|
|
5588
|
+
pOrgId = _res$data.pOrgId,
|
|
5589
|
+
taskExamine = _res$data.taskExamine,
|
|
5590
|
+
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
5591
|
+
defaultNotificationType = _res$data.defaultNotificationType;
|
|
5588
5592
|
|
|
5589
|
-
if (status == 'success') {
|
|
5590
5593
|
that.taskExamineInfo = taskExamine;
|
|
5591
5594
|
that.form.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
5592
5595
|
that.form.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
@@ -5719,7 +5722,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5719
5722
|
// isHiddenNextStepInfo
|
|
5720
5723
|
resolve();
|
|
5721
5724
|
} else {
|
|
5722
|
-
that.$toast(message);
|
|
5725
|
+
that.$toast(res.message);
|
|
5723
5726
|
setTimeout(function () {
|
|
5724
5727
|
that.navigateBack();
|
|
5725
5728
|
}, 1000);
|
|
@@ -5882,8 +5885,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5882
5885
|
|
|
5883
5886
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
5884
5887
|
components_Handlevue_type_script_lang_js_,
|
|
5885
|
-
|
|
5886
|
-
|
|
5888
|
+
Handlevue_type_template_id_64a03055_render,
|
|
5889
|
+
Handlevue_type_template_id_64a03055_staticRenderFns,
|
|
5887
5890
|
false,
|
|
5888
5891
|
null,
|
|
5889
5892
|
null,
|
|
@@ -5892,8 +5895,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5892
5895
|
)
|
|
5893
5896
|
|
|
5894
5897
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
5895
|
-
// 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=
|
|
5896
|
-
var
|
|
5898
|
+
// 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=2bc04aec&
|
|
5899
|
+
var TaskReadvue_type_template_id_2bc04aec_render = function () {
|
|
5897
5900
|
var _vm = this
|
|
5898
5901
|
var _h = _vm.$createElement
|
|
5899
5902
|
var _c = _vm._self._c || _h
|
|
@@ -6056,11 +6059,11 @@ var TaskReadvue_type_template_id_6b285ede_render = function () {
|
|
|
6056
6059
|
]),
|
|
6057
6060
|
])
|
|
6058
6061
|
}
|
|
6059
|
-
var
|
|
6060
|
-
|
|
6062
|
+
var TaskReadvue_type_template_id_2bc04aec_staticRenderFns = []
|
|
6063
|
+
TaskReadvue_type_template_id_2bc04aec_render._withStripped = true
|
|
6061
6064
|
|
|
6062
6065
|
|
|
6063
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
6066
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=2bc04aec&
|
|
6064
6067
|
|
|
6065
6068
|
// 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&
|
|
6066
6069
|
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; };
|
|
@@ -6224,6 +6227,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6224
6227
|
_this.form.notificationMsgType = message.split(',');
|
|
6225
6228
|
_this.defaultNotificationType = message.split(',');
|
|
6226
6229
|
} else {
|
|
6230
|
+
setTimeout(function () {
|
|
6231
|
+
_this.goBack();
|
|
6232
|
+
}, 1000);
|
|
6227
6233
|
_this.$toast.error(message || '系统错误,请联系管理员!');
|
|
6228
6234
|
}
|
|
6229
6235
|
if (_this.type === 'transfer') {
|
|
@@ -6269,6 +6275,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6269
6275
|
_this2.transferInfo = taskExamine;
|
|
6270
6276
|
} else {
|
|
6271
6277
|
_this2.$message.error(message || '系统错误,请联系管理员!');
|
|
6278
|
+
setTimeout(function () {
|
|
6279
|
+
_this2.goBack();
|
|
6280
|
+
}, 1000);
|
|
6272
6281
|
}
|
|
6273
6282
|
}).catch(function (err) {
|
|
6274
6283
|
_this2.loading = false;
|
|
@@ -6323,6 +6332,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6323
6332
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
6324
6333
|
} else {
|
|
6325
6334
|
_this3.$toast(res.message);
|
|
6335
|
+
setTimeout(function () {
|
|
6336
|
+
_this3.goBack();
|
|
6337
|
+
}, 1000);
|
|
6326
6338
|
}
|
|
6327
6339
|
});
|
|
6328
6340
|
},
|
|
@@ -6401,10 +6413,15 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6401
6413
|
choiceDeptId = _res$data2.choiceDeptId,
|
|
6402
6414
|
choiceOrgId = _res$data2.choiceOrgId;
|
|
6403
6415
|
|
|
6404
|
-
if (status ==
|
|
6416
|
+
if (status == 'success') {
|
|
6405
6417
|
taskExamine.choiceDeptId = choiceDeptId;
|
|
6406
6418
|
taskExamine.choiceOrgId = choiceOrgId;
|
|
6407
6419
|
_this5.taskExamine = taskExamine;
|
|
6420
|
+
} else {
|
|
6421
|
+
setTimeout(function () {
|
|
6422
|
+
_this5.goBack();
|
|
6423
|
+
}, 1000);
|
|
6424
|
+
_this5.$toast(res.message);
|
|
6408
6425
|
}
|
|
6409
6426
|
});
|
|
6410
6427
|
},
|
|
@@ -6483,8 +6500,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6483
6500
|
|
|
6484
6501
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
6485
6502
|
components_TaskReadvue_type_script_lang_js_,
|
|
6486
|
-
|
|
6487
|
-
|
|
6503
|
+
TaskReadvue_type_template_id_2bc04aec_render,
|
|
6504
|
+
TaskReadvue_type_template_id_2bc04aec_staticRenderFns,
|
|
6488
6505
|
false,
|
|
6489
6506
|
null,
|
|
6490
6507
|
null,
|
|
@@ -6493,8 +6510,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6493
6510
|
)
|
|
6494
6511
|
|
|
6495
6512
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
6496
|
-
// 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=
|
|
6497
|
-
var
|
|
6513
|
+
// 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=9df06bbc&
|
|
6514
|
+
var taskUnionExaminevue_type_template_id_9df06bbc_render = function () {
|
|
6498
6515
|
var _vm = this
|
|
6499
6516
|
var _h = _vm.$createElement
|
|
6500
6517
|
var _c = _vm._self._c || _h
|
|
@@ -6636,11 +6653,11 @@ var taskUnionExaminevue_type_template_id_40f86e06_render = function () {
|
|
|
6636
6653
|
]),
|
|
6637
6654
|
])
|
|
6638
6655
|
}
|
|
6639
|
-
var
|
|
6640
|
-
|
|
6656
|
+
var taskUnionExaminevue_type_template_id_9df06bbc_staticRenderFns = []
|
|
6657
|
+
taskUnionExaminevue_type_template_id_9df06bbc_render._withStripped = true
|
|
6641
6658
|
|
|
6642
6659
|
|
|
6643
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
6660
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=9df06bbc&
|
|
6644
6661
|
|
|
6645
6662
|
// 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&
|
|
6646
6663
|
//
|
|
@@ -6982,6 +6999,9 @@ taskUnionExaminevue_type_template_id_40f86e06_render._withStripped = true
|
|
|
6982
6999
|
_this5.getFind();
|
|
6983
7000
|
_this5.getMessage();
|
|
6984
7001
|
} else {
|
|
7002
|
+
setTimeout(function () {
|
|
7003
|
+
_this5.goBack();
|
|
7004
|
+
}, 1000);
|
|
6985
7005
|
_this5.$toast.error(message || '系统错误,请联系管理员!');
|
|
6986
7006
|
}
|
|
6987
7007
|
}).catch(function (err) {
|
|
@@ -7159,8 +7179,8 @@ taskUnionExaminevue_type_template_id_40f86e06_render._withStripped = true
|
|
|
7159
7179
|
|
|
7160
7180
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
7161
7181
|
components_taskUnionExaminevue_type_script_lang_js_,
|
|
7162
|
-
|
|
7163
|
-
|
|
7182
|
+
taskUnionExaminevue_type_template_id_9df06bbc_render,
|
|
7183
|
+
taskUnionExaminevue_type_template_id_9df06bbc_staticRenderFns,
|
|
7164
7184
|
false,
|
|
7165
7185
|
null,
|
|
7166
7186
|
null,
|