eoss-ui 0.6.19 → 0.6.21
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-ui.common.js +575 -466
- package/lib/flow.js +492 -388
- package/lib/form.js +3 -3
- package/lib/index.js +1 -1
- package/lib/main.js +64 -59
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/CustomPreset.vue +1 -1
- package/packages/flow/src/component/Preset.vue +1 -1
- package/packages/flow/src/component/SendMsg.vue +3 -1
- package/packages/flow/src/component/taskUnionExamine.vue +38 -20
- package/packages/flow/src/main.vue +38 -18
- package/packages/flow/src/processForm.vue +13 -2
- package/packages/flow/src/processReject.vue +14 -3
- package/packages/flow/src/startTaskRead.vue +23 -5
- package/packages/form/src/main.vue +1 -1
- package/packages/main/src/main.vue +65 -57
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/src/selector.scss +1 -1
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -4133,7 +4133,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4133
4133
|
// ESM COMPAT FLAG
|
|
4134
4134
|
__webpack_require__.r(__webpack_exports__);
|
|
4135
4135
|
|
|
4136
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
4136
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=8a660742&
|
|
4137
4137
|
var render = function () {
|
|
4138
4138
|
var _vm = this
|
|
4139
4139
|
var _h = _vm.$createElement
|
|
@@ -5239,10 +5239,11 @@ var render = function () {
|
|
|
5239
5239
|
key: item.cciValue,
|
|
5240
5240
|
attrs: {
|
|
5241
5241
|
label: item.cciValue,
|
|
5242
|
-
disabled:
|
|
5243
|
-
_vm.readOnlyNotificationType.indexOf(
|
|
5244
|
-
|
|
5245
|
-
|
|
5242
|
+
disabled: _vm.readOnlyNotificationType
|
|
5243
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
5244
|
+
item.cciValue
|
|
5245
|
+
) != -1
|
|
5246
|
+
: false,
|
|
5246
5247
|
},
|
|
5247
5248
|
},
|
|
5248
5249
|
[
|
|
@@ -5804,7 +5805,7 @@ var render = function () {
|
|
|
5804
5805
|
staticClass: "flow-dialog",
|
|
5805
5806
|
attrs: {
|
|
5806
5807
|
"append-to-body": "",
|
|
5807
|
-
height: "
|
|
5808
|
+
height: "400px",
|
|
5808
5809
|
"close-on-click-modal": false,
|
|
5809
5810
|
title: _vm.taskReadType === "transfer" ? "转办" : "分阅",
|
|
5810
5811
|
visible: _vm.showTaskRead,
|
|
@@ -5943,7 +5944,7 @@ var staticRenderFns = []
|
|
|
5943
5944
|
render._withStripped = true
|
|
5944
5945
|
|
|
5945
5946
|
|
|
5946
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
5947
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8a660742&
|
|
5947
5948
|
|
|
5948
5949
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5949
5950
|
var regenerator_ = __webpack_require__(13);
|
|
@@ -6948,8 +6949,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6948
6949
|
)
|
|
6949
6950
|
|
|
6950
6951
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
6951
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
6952
|
-
var
|
|
6952
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=1a107d3f&
|
|
6953
|
+
var processFormvue_type_template_id_1a107d3f_render = function () {
|
|
6953
6954
|
var _vm = this
|
|
6954
6955
|
var _h = _vm.$createElement
|
|
6955
6956
|
var _c = _vm._self._c || _h
|
|
@@ -7297,10 +7298,11 @@ var processFormvue_type_template_id_48e37642_render = function () {
|
|
|
7297
7298
|
key: item.cciValue,
|
|
7298
7299
|
attrs: {
|
|
7299
7300
|
label: item.cciValue,
|
|
7300
|
-
disabled:
|
|
7301
|
-
_vm.readOnlyNotificationType.indexOf(
|
|
7302
|
-
|
|
7303
|
-
|
|
7301
|
+
disabled: _vm.readOnlyNotificationType
|
|
7302
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
7303
|
+
item.cciValue
|
|
7304
|
+
) != -1
|
|
7305
|
+
: false,
|
|
7304
7306
|
},
|
|
7305
7307
|
},
|
|
7306
7308
|
[
|
|
@@ -7449,11 +7451,11 @@ var processFormvue_type_template_id_48e37642_render = function () {
|
|
|
7449
7451
|
1
|
|
7450
7452
|
)
|
|
7451
7453
|
}
|
|
7452
|
-
var
|
|
7453
|
-
|
|
7454
|
+
var processFormvue_type_template_id_1a107d3f_staticRenderFns = []
|
|
7455
|
+
processFormvue_type_template_id_1a107d3f_render._withStripped = true
|
|
7454
7456
|
|
|
7455
7457
|
|
|
7456
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
7458
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=1a107d3f&
|
|
7457
7459
|
|
|
7458
7460
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=db651118&
|
|
7459
7461
|
var selectUservue_type_template_id_db651118_render = function () {
|
|
@@ -8081,8 +8083,8 @@ var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8081
8083
|
)
|
|
8082
8084
|
|
|
8083
8085
|
/* harmony default export */ var selectUser = (selectUser_component.exports);
|
|
8084
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=
|
|
8085
|
-
var
|
|
8086
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=b1fc2e9e&
|
|
8087
|
+
var CustomPresetvue_type_template_id_b1fc2e9e_render = function () {
|
|
8086
8088
|
var _vm = this
|
|
8087
8089
|
var _h = _vm.$createElement
|
|
8088
8090
|
var _c = _vm._self._c || _h
|
|
@@ -8184,11 +8186,11 @@ var CustomPresetvue_type_template_id_1f648b95_render = function () {
|
|
|
8184
8186
|
1
|
|
8185
8187
|
)
|
|
8186
8188
|
}
|
|
8187
|
-
var
|
|
8188
|
-
|
|
8189
|
+
var CustomPresetvue_type_template_id_b1fc2e9e_staticRenderFns = []
|
|
8190
|
+
CustomPresetvue_type_template_id_b1fc2e9e_render._withStripped = true
|
|
8189
8191
|
|
|
8190
8192
|
|
|
8191
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=
|
|
8193
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=b1fc2e9e&
|
|
8192
8194
|
|
|
8193
8195
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
|
|
8194
8196
|
var CustomPresetvue_type_script_lang_js_components;
|
|
@@ -8414,7 +8416,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
8414
8416
|
isNoStart && (this.newPresetList = []);
|
|
8415
8417
|
var params = {
|
|
8416
8418
|
url: api["K" /* getPresetCustomInfo */],
|
|
8417
|
-
|
|
8419
|
+
data: {
|
|
8418
8420
|
nodeId: nodeId,
|
|
8419
8421
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
8420
8422
|
},
|
|
@@ -8509,8 +8511,8 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
8509
8511
|
|
|
8510
8512
|
var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
|
|
8511
8513
|
component_CustomPresetvue_type_script_lang_js_,
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
+
CustomPresetvue_type_template_id_b1fc2e9e_render,
|
|
8515
|
+
CustomPresetvue_type_template_id_b1fc2e9e_staticRenderFns,
|
|
8514
8516
|
false,
|
|
8515
8517
|
null,
|
|
8516
8518
|
null,
|
|
@@ -8519,8 +8521,8 @@ var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8519
8521
|
)
|
|
8520
8522
|
|
|
8521
8523
|
/* harmony default export */ var CustomPreset = (CustomPreset_component.exports);
|
|
8522
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=template&id=
|
|
8523
|
-
var
|
|
8524
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=template&id=66f83948&
|
|
8525
|
+
var Presetvue_type_template_id_66f83948_render = function () {
|
|
8524
8526
|
var _vm = this
|
|
8525
8527
|
var _h = _vm.$createElement
|
|
8526
8528
|
var _c = _vm._self._c || _h
|
|
@@ -8616,11 +8618,11 @@ var Presetvue_type_template_id_23d1e880_render = function () {
|
|
|
8616
8618
|
1
|
|
8617
8619
|
)
|
|
8618
8620
|
}
|
|
8619
|
-
var
|
|
8620
|
-
|
|
8621
|
+
var Presetvue_type_template_id_66f83948_staticRenderFns = []
|
|
8622
|
+
Presetvue_type_template_id_66f83948_render._withStripped = true
|
|
8621
8623
|
|
|
8622
8624
|
|
|
8623
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=
|
|
8625
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=66f83948&
|
|
8624
8626
|
|
|
8625
8627
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=script&lang=js&
|
|
8626
8628
|
var Presetvue_type_script_lang_js_components;
|
|
@@ -8768,7 +8770,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
8768
8770
|
|
|
8769
8771
|
var params = {
|
|
8770
8772
|
url: api["L" /* getPresetNodeInfo */],
|
|
8771
|
-
|
|
8773
|
+
data: {
|
|
8772
8774
|
nextNodeId: nextNodeId,
|
|
8773
8775
|
processDefinitionId: processDefinitionId,
|
|
8774
8776
|
businessId: businessId,
|
|
@@ -8894,8 +8896,8 @@ var Presetvue_type_script_lang_js_components;
|
|
|
8894
8896
|
|
|
8895
8897
|
var Preset_component = Object(componentNormalizer["a" /* default */])(
|
|
8896
8898
|
component_Presetvue_type_script_lang_js_,
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
+
Presetvue_type_template_id_66f83948_render,
|
|
8900
|
+
Presetvue_type_template_id_66f83948_staticRenderFns,
|
|
8899
8901
|
false,
|
|
8900
8902
|
null,
|
|
8901
8903
|
null,
|
|
@@ -9171,6 +9173,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9171
9173
|
//
|
|
9172
9174
|
//
|
|
9173
9175
|
//
|
|
9176
|
+
//
|
|
9177
|
+
//
|
|
9174
9178
|
|
|
9175
9179
|
|
|
9176
9180
|
|
|
@@ -9299,6 +9303,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9299
9303
|
this.getUserInfo();
|
|
9300
9304
|
},
|
|
9301
9305
|
mounted: function mounted() {
|
|
9306
|
+
this.getNodeType();
|
|
9302
9307
|
this.getStartFlow(this.processDefinitionId);
|
|
9303
9308
|
this.newOpinion = this.opinion;
|
|
9304
9309
|
},
|
|
@@ -9641,6 +9646,15 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9641
9646
|
|
|
9642
9647
|
if (status === 'success') {
|
|
9643
9648
|
_this6.nextNode.noticeType = message.split(',');
|
|
9649
|
+
var arr = [];
|
|
9650
|
+
_this6.nextNode.noticeList.map(function (item) {
|
|
9651
|
+
_this6.nextNode.noticeType.map(function (x) {
|
|
9652
|
+
if (x == item.cciValue) {
|
|
9653
|
+
arr.push(x);
|
|
9654
|
+
}
|
|
9655
|
+
});
|
|
9656
|
+
});
|
|
9657
|
+
_this6.nextNode.noticeType = arr;
|
|
9644
9658
|
} else {
|
|
9645
9659
|
_this6.$message.error(message || '系统错误,请联系管理员!');
|
|
9646
9660
|
}
|
|
@@ -9778,7 +9792,6 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9778
9792
|
_this7.isCustomPreset && _this7.$refs.customPreset.getPresetFlowInfo(_this7.nextNode.nextNode);
|
|
9779
9793
|
_this7.getFind();
|
|
9780
9794
|
_this7.getMessage();
|
|
9781
|
-
_this7.getNodeType();
|
|
9782
9795
|
} else {
|
|
9783
9796
|
_this7.$message.error(message || '系统错误,请联系管理员!');
|
|
9784
9797
|
}
|
|
@@ -9803,8 +9816,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9803
9816
|
|
|
9804
9817
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
9805
9818
|
src_processFormvue_type_script_lang_js_,
|
|
9806
|
-
|
|
9807
|
-
|
|
9819
|
+
processFormvue_type_template_id_1a107d3f_render,
|
|
9820
|
+
processFormvue_type_template_id_1a107d3f_staticRenderFns,
|
|
9808
9821
|
false,
|
|
9809
9822
|
null,
|
|
9810
9823
|
null,
|
|
@@ -9816,8 +9829,8 @@ var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9816
9829
|
// EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
|
|
9817
9830
|
var FileList = __webpack_require__(18);
|
|
9818
9831
|
|
|
9819
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=template&id=
|
|
9820
|
-
var
|
|
9832
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=template&id=6b27baa2&
|
|
9833
|
+
var SendMsgvue_type_template_id_6b27baa2_render = function () {
|
|
9821
9834
|
var _vm = this
|
|
9822
9835
|
var _h = _vm.$createElement
|
|
9823
9836
|
var _c = _vm._self._c || _h
|
|
@@ -9880,9 +9893,11 @@ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
|
|
|
9880
9893
|
key: item.cciValue,
|
|
9881
9894
|
attrs: {
|
|
9882
9895
|
label: item.cciValue,
|
|
9883
|
-
disabled:
|
|
9884
|
-
_vm.readOnlyNotificationType.indexOf(
|
|
9885
|
-
|
|
9896
|
+
disabled: _vm.readOnlyNotificationType
|
|
9897
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
9898
|
+
item.cciValue
|
|
9899
|
+
) != -1
|
|
9900
|
+
: false,
|
|
9886
9901
|
},
|
|
9887
9902
|
},
|
|
9888
9903
|
[
|
|
@@ -10020,11 +10035,11 @@ var SendMsgvue_type_template_id_3dc7b24d_render = function () {
|
|
|
10020
10035
|
1
|
|
10021
10036
|
)
|
|
10022
10037
|
}
|
|
10023
|
-
var
|
|
10024
|
-
|
|
10038
|
+
var SendMsgvue_type_template_id_6b27baa2_staticRenderFns = []
|
|
10039
|
+
SendMsgvue_type_template_id_6b27baa2_render._withStripped = true
|
|
10025
10040
|
|
|
10026
10041
|
|
|
10027
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=
|
|
10042
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/SendMsg.vue?vue&type=template&id=6b27baa2&
|
|
10028
10043
|
|
|
10029
10044
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/SendMsg.vue?vue&type=script&lang=js&
|
|
10030
10045
|
//
|
|
@@ -10116,6 +10131,8 @@ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
|
|
|
10116
10131
|
//
|
|
10117
10132
|
//
|
|
10118
10133
|
//
|
|
10134
|
+
//
|
|
10135
|
+
//
|
|
10119
10136
|
|
|
10120
10137
|
|
|
10121
10138
|
|
|
@@ -10274,8 +10291,8 @@ SendMsgvue_type_template_id_3dc7b24d_render._withStripped = true
|
|
|
10274
10291
|
|
|
10275
10292
|
var SendMsg_component = Object(componentNormalizer["a" /* default */])(
|
|
10276
10293
|
component_SendMsgvue_type_script_lang_js_,
|
|
10277
|
-
|
|
10278
|
-
|
|
10294
|
+
SendMsgvue_type_template_id_6b27baa2_render,
|
|
10295
|
+
SendMsgvue_type_template_id_6b27baa2_staticRenderFns,
|
|
10279
10296
|
false,
|
|
10280
10297
|
null,
|
|
10281
10298
|
null,
|
|
@@ -10683,8 +10700,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10683
10700
|
)
|
|
10684
10701
|
|
|
10685
10702
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
10686
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
10687
|
-
var
|
|
10703
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=0f092122&
|
|
10704
|
+
var processRejectvue_type_template_id_0f092122_render = function () {
|
|
10688
10705
|
var _vm = this
|
|
10689
10706
|
var _h = _vm.$createElement
|
|
10690
10707
|
var _c = _vm._self._c || _h
|
|
@@ -10821,10 +10838,11 @@ var processRejectvue_type_template_id_7df0d512_render = function () {
|
|
|
10821
10838
|
key: item.cciValue,
|
|
10822
10839
|
attrs: {
|
|
10823
10840
|
label: item.cciValue,
|
|
10824
|
-
disabled:
|
|
10825
|
-
_vm.readOnlyNotificationType.indexOf(
|
|
10826
|
-
|
|
10827
|
-
|
|
10841
|
+
disabled: _vm.readOnlyNotificationType
|
|
10842
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
10843
|
+
item.cciValue
|
|
10844
|
+
) != -1
|
|
10845
|
+
: false,
|
|
10828
10846
|
},
|
|
10829
10847
|
},
|
|
10830
10848
|
[
|
|
@@ -10904,11 +10922,11 @@ var processRejectvue_type_template_id_7df0d512_render = function () {
|
|
|
10904
10922
|
1
|
|
10905
10923
|
)
|
|
10906
10924
|
}
|
|
10907
|
-
var
|
|
10908
|
-
|
|
10925
|
+
var processRejectvue_type_template_id_0f092122_staticRenderFns = []
|
|
10926
|
+
processRejectvue_type_template_id_0f092122_render._withStripped = true
|
|
10909
10927
|
|
|
10910
10928
|
|
|
10911
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
10929
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=0f092122&
|
|
10912
10930
|
|
|
10913
10931
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
10914
10932
|
//
|
|
@@ -10994,6 +11012,8 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
|
|
|
10994
11012
|
//
|
|
10995
11013
|
//
|
|
10996
11014
|
//
|
|
11015
|
+
//
|
|
11016
|
+
//
|
|
10997
11017
|
|
|
10998
11018
|
|
|
10999
11019
|
|
|
@@ -11039,6 +11059,7 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
|
|
|
11039
11059
|
},
|
|
11040
11060
|
mounted: function mounted() {
|
|
11041
11061
|
this.newsInformation = this.newsInfo;
|
|
11062
|
+
this.getNodeType();
|
|
11042
11063
|
this.getProcessReject();
|
|
11043
11064
|
},
|
|
11044
11065
|
|
|
@@ -11128,6 +11149,15 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
|
|
|
11128
11149
|
|
|
11129
11150
|
if (status === 'success') {
|
|
11130
11151
|
_this3.nextNode.noticeType = message.split(',');
|
|
11152
|
+
var arr = [];
|
|
11153
|
+
_this3.nextNode.noticeList.map(function (item) {
|
|
11154
|
+
_this3.nextNode.noticeType.map(function (x) {
|
|
11155
|
+
if (x == item.cciValue) {
|
|
11156
|
+
arr.push(x);
|
|
11157
|
+
}
|
|
11158
|
+
});
|
|
11159
|
+
});
|
|
11160
|
+
_this3.nextNode.noticeType = arr;
|
|
11131
11161
|
}
|
|
11132
11162
|
}).catch(function (err) {
|
|
11133
11163
|
_this3.loading = false;
|
|
@@ -11186,7 +11216,6 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
|
|
|
11186
11216
|
}
|
|
11187
11217
|
});
|
|
11188
11218
|
this.getFind();
|
|
11189
|
-
this.getNodeType();
|
|
11190
11219
|
}
|
|
11191
11220
|
}
|
|
11192
11221
|
});
|
|
@@ -11202,8 +11231,8 @@ processRejectvue_type_template_id_7df0d512_render._withStripped = true
|
|
|
11202
11231
|
|
|
11203
11232
|
var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
11204
11233
|
src_processRejectvue_type_script_lang_js_,
|
|
11205
|
-
|
|
11206
|
-
|
|
11234
|
+
processRejectvue_type_template_id_0f092122_render,
|
|
11235
|
+
processRejectvue_type_template_id_0f092122_staticRenderFns,
|
|
11207
11236
|
false,
|
|
11208
11237
|
null,
|
|
11209
11238
|
null,
|
|
@@ -11212,8 +11241,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
11212
11241
|
)
|
|
11213
11242
|
|
|
11214
11243
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
11215
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
11216
|
-
var
|
|
11244
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=1372220b&
|
|
11245
|
+
var startTaskReadvue_type_template_id_1372220b_render = function () {
|
|
11217
11246
|
var _vm = this
|
|
11218
11247
|
var _h = _vm.$createElement
|
|
11219
11248
|
var _c = _vm._self._c || _h
|
|
@@ -11244,351 +11273,369 @@ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
|
|
|
11244
11273
|
attrs: { model: _vm.nextNode, "label-width": "110px" },
|
|
11245
11274
|
},
|
|
11246
11275
|
[
|
|
11247
|
-
_vm.type === "transfer"
|
|
11248
|
-
? _c(
|
|
11249
|
-
"el-form-item",
|
|
11250
|
-
{ attrs: { prop: "handleExplain", label: "当前步骤" } },
|
|
11251
|
-
[
|
|
11252
|
-
_c("el-input", {
|
|
11253
|
-
attrs: { readonly: "" },
|
|
11254
|
-
model: {
|
|
11255
|
-
value: _vm.nextNode.nodeName,
|
|
11256
|
-
callback: function ($$v) {
|
|
11257
|
-
_vm.$set(_vm.nextNode, "nodeName", $$v)
|
|
11258
|
-
},
|
|
11259
|
-
expression: "nextNode.nodeName",
|
|
11260
|
-
},
|
|
11261
|
-
}),
|
|
11262
|
-
],
|
|
11263
|
-
1
|
|
11264
|
-
)
|
|
11265
|
-
: _vm._e(),
|
|
11266
|
-
_vm.type == "transfer" && _vm.transferInfo.isSinglePage
|
|
11267
|
-
? _c(
|
|
11268
|
-
"el-form-item",
|
|
11269
|
-
{ attrs: { prop: "handleExplain", label: "意见" } },
|
|
11270
|
-
[
|
|
11271
|
-
_c("el-input", {
|
|
11272
|
-
attrs: { placeholder: "请填写意见" },
|
|
11273
|
-
model: {
|
|
11274
|
-
value: _vm.nextNode.handleExplain,
|
|
11275
|
-
callback: function ($$v) {
|
|
11276
|
-
_vm.$set(_vm.nextNode, "handleExplain", $$v)
|
|
11277
|
-
},
|
|
11278
|
-
expression: "nextNode.handleExplain",
|
|
11279
|
-
},
|
|
11280
|
-
}),
|
|
11281
|
-
],
|
|
11282
|
-
1
|
|
11283
|
-
)
|
|
11284
|
-
: _vm._e(),
|
|
11285
11276
|
_c(
|
|
11286
|
-
"
|
|
11277
|
+
"div",
|
|
11287
11278
|
{
|
|
11288
|
-
|
|
11289
|
-
|
|
11290
|
-
|
|
11291
|
-
|
|
11292
|
-
? "转办对象"
|
|
11293
|
-
: _vm.configInfo.isCdjxjTaskHandle == "true"
|
|
11294
|
-
? "接收人"
|
|
11295
|
-
: "办理用户",
|
|
11279
|
+
staticStyle: {
|
|
11280
|
+
"max-height": "290px",
|
|
11281
|
+
"overflow-y": "auto",
|
|
11282
|
+
"margin-bottom": "10px",
|
|
11296
11283
|
},
|
|
11297
11284
|
},
|
|
11298
11285
|
[
|
|
11299
|
-
|
|
11300
|
-
|
|
11301
|
-
|
|
11302
|
-
|
|
11303
|
-
|
|
11304
|
-
|
|
11305
|
-
|
|
11306
|
-
|
|
11307
|
-
|
|
11308
|
-
|
|
11309
|
-
|
|
11310
|
-
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
|
|
11286
|
+
_vm.type === "transfer"
|
|
11287
|
+
? _c(
|
|
11288
|
+
"el-form-item",
|
|
11289
|
+
{ attrs: { prop: "handleExplain", label: "当前步骤" } },
|
|
11290
|
+
[
|
|
11291
|
+
_c("el-input", {
|
|
11292
|
+
attrs: { readonly: "" },
|
|
11293
|
+
model: {
|
|
11294
|
+
value: _vm.nextNode.nodeName,
|
|
11295
|
+
callback: function ($$v) {
|
|
11296
|
+
_vm.$set(_vm.nextNode, "nodeName", $$v)
|
|
11297
|
+
},
|
|
11298
|
+
expression: "nextNode.nodeName",
|
|
11299
|
+
},
|
|
11300
|
+
}),
|
|
11301
|
+
],
|
|
11302
|
+
1
|
|
11303
|
+
)
|
|
11304
|
+
: _vm._e(),
|
|
11305
|
+
_vm.type == "transfer" && _vm.transferInfo.isSinglePage
|
|
11306
|
+
? _c(
|
|
11307
|
+
"el-form-item",
|
|
11308
|
+
{ attrs: { prop: "handleExplain", label: "意见" } },
|
|
11309
|
+
[
|
|
11310
|
+
_c("el-input", {
|
|
11311
|
+
attrs: { placeholder: "请填写意见" },
|
|
11312
|
+
model: {
|
|
11313
|
+
value: _vm.nextNode.handleExplain,
|
|
11314
|
+
callback: function ($$v) {
|
|
11315
|
+
_vm.$set(_vm.nextNode, "handleExplain", $$v)
|
|
11316
|
+
},
|
|
11317
|
+
expression: "nextNode.handleExplain",
|
|
11318
|
+
},
|
|
11319
|
+
}),
|
|
11320
|
+
],
|
|
11321
|
+
1
|
|
11322
|
+
)
|
|
11323
|
+
: _vm._e(),
|
|
11324
|
+
_c(
|
|
11325
|
+
"el-form-item",
|
|
11326
|
+
{
|
|
11327
|
+
attrs: {
|
|
11328
|
+
prop: "nextUser",
|
|
11329
|
+
label:
|
|
11330
|
+
_vm.type === "transfer"
|
|
11331
|
+
? "转办对象"
|
|
11332
|
+
: _vm.configInfo.isCdjxjTaskHandle == "true"
|
|
11333
|
+
? "接收人"
|
|
11334
|
+
: "办理用户",
|
|
11316
11335
|
},
|
|
11317
11336
|
},
|
|
11318
|
-
}),
|
|
11319
|
-
],
|
|
11320
|
-
1
|
|
11321
|
-
),
|
|
11322
|
-
_vm.configInfo.isCdjxjTaskHandle != "true" && _vm.type != "transfer"
|
|
11323
|
-
? _c(
|
|
11324
|
-
"el-form-item",
|
|
11325
|
-
{ attrs: { prop: "cy", label: "常用群组" } },
|
|
11326
11337
|
[
|
|
11327
|
-
_c(
|
|
11328
|
-
|
|
11329
|
-
|
|
11330
|
-
|
|
11331
|
-
|
|
11332
|
-
|
|
11333
|
-
|
|
11334
|
-
|
|
11335
|
-
|
|
11338
|
+
_c("SelectUser", {
|
|
11339
|
+
attrs: {
|
|
11340
|
+
nextUser: _vm.nextNode.nextUser,
|
|
11341
|
+
options: _vm.userOptions,
|
|
11342
|
+
multiple: _vm.type != "transfer" ? _vm.multiple : false,
|
|
11343
|
+
mix: _vm.type != "transfer",
|
|
11344
|
+
selectUserList: _vm.selectUserList,
|
|
11345
|
+
types:
|
|
11346
|
+
_vm.type == "transfer"
|
|
11347
|
+
? ["employee", "persongroup"]
|
|
11348
|
+
: [
|
|
11349
|
+
"employee",
|
|
11350
|
+
"enterprise",
|
|
11351
|
+
"department",
|
|
11352
|
+
"persongroup",
|
|
11353
|
+
],
|
|
11354
|
+
tabs: _vm.tabs,
|
|
11355
|
+
where: { type: "user" },
|
|
11356
|
+
},
|
|
11357
|
+
on: {
|
|
11358
|
+
change: function ($event) {
|
|
11359
|
+
_vm.changeSelectUser($event, "nextUser")
|
|
11336
11360
|
},
|
|
11337
11361
|
},
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
|
|
11362
|
+
}),
|
|
11363
|
+
],
|
|
11364
|
+
1
|
|
11365
|
+
),
|
|
11366
|
+
_vm.configInfo.isCdjxjTaskHandle != "true" &&
|
|
11367
|
+
_vm.type != "transfer"
|
|
11368
|
+
? _c(
|
|
11369
|
+
"el-form-item",
|
|
11370
|
+
{ attrs: { prop: "cy", label: "常用群组" } },
|
|
11371
|
+
[
|
|
11372
|
+
_c(
|
|
11373
|
+
"el-checkbox-group",
|
|
11341
11374
|
{
|
|
11342
|
-
|
|
11343
|
-
|
|
11344
|
-
|
|
11345
|
-
|
|
11346
|
-
_vm.handleSelectCheck($event, item)
|
|
11375
|
+
model: {
|
|
11376
|
+
value: _vm.selectCheck,
|
|
11377
|
+
callback: function ($$v) {
|
|
11378
|
+
_vm.selectCheck = $$v
|
|
11347
11379
|
},
|
|
11380
|
+
expression: "selectCheck",
|
|
11348
11381
|
},
|
|
11349
11382
|
},
|
|
11350
|
-
|
|
11351
|
-
|
|
11352
|
-
|
|
11383
|
+
_vm._l(_vm.configInfo.groups, function (item) {
|
|
11384
|
+
return _c(
|
|
11385
|
+
"el-checkbox",
|
|
11386
|
+
{
|
|
11387
|
+
key: item.id,
|
|
11388
|
+
attrs: { label: item.name },
|
|
11389
|
+
on: {
|
|
11390
|
+
change: function ($event) {
|
|
11391
|
+
_vm.handleSelectCheck($event, item)
|
|
11392
|
+
},
|
|
11393
|
+
},
|
|
11394
|
+
},
|
|
11395
|
+
[_vm._v(_vm._s(item.name))]
|
|
11396
|
+
)
|
|
11397
|
+
}),
|
|
11398
|
+
1
|
|
11399
|
+
),
|
|
11400
|
+
],
|
|
11353
11401
|
1
|
|
11354
|
-
)
|
|
11355
|
-
|
|
11356
|
-
|
|
11357
|
-
|
|
11358
|
-
|
|
11359
|
-
|
|
11360
|
-
|
|
11361
|
-
|
|
11362
|
-
|
|
11363
|
-
|
|
11364
|
-
|
|
11365
|
-
|
|
11366
|
-
|
|
11367
|
-
|
|
11368
|
-
|
|
11369
|
-
|
|
11370
|
-
|
|
11371
|
-
|
|
11402
|
+
)
|
|
11403
|
+
: _vm._e(),
|
|
11404
|
+
_vm.configInfo.fyDoresult == "true"
|
|
11405
|
+
? _c(
|
|
11406
|
+
"el-form-item",
|
|
11407
|
+
{ attrs: { prop: "showDoresult", label: "流程意见" } },
|
|
11408
|
+
[
|
|
11409
|
+
_c(
|
|
11410
|
+
"el-radio",
|
|
11411
|
+
{
|
|
11412
|
+
attrs: { label: "0" },
|
|
11413
|
+
model: {
|
|
11414
|
+
value: _vm.nextNode.showDoresult,
|
|
11415
|
+
callback: function ($$v) {
|
|
11416
|
+
_vm.$set(_vm.nextNode, "showDoresult", $$v)
|
|
11417
|
+
},
|
|
11418
|
+
expression: "nextNode.showDoresult",
|
|
11419
|
+
},
|
|
11372
11420
|
},
|
|
11373
|
-
|
|
11374
|
-
|
|
11375
|
-
|
|
11376
|
-
|
|
11377
|
-
|
|
11378
|
-
|
|
11379
|
-
|
|
11380
|
-
|
|
11381
|
-
|
|
11382
|
-
|
|
11383
|
-
|
|
11384
|
-
|
|
11385
|
-
|
|
11421
|
+
[_vm._v("分阅")]
|
|
11422
|
+
),
|
|
11423
|
+
_c(
|
|
11424
|
+
"el-radio",
|
|
11425
|
+
{
|
|
11426
|
+
attrs: { label: "1" },
|
|
11427
|
+
model: {
|
|
11428
|
+
value: _vm.nextNode.showDoresult,
|
|
11429
|
+
callback: function ($$v) {
|
|
11430
|
+
_vm.$set(_vm.nextNode, "showDoresult", $$v)
|
|
11431
|
+
},
|
|
11432
|
+
expression: "nextNode.showDoresult",
|
|
11433
|
+
},
|
|
11386
11434
|
},
|
|
11387
|
-
|
|
11388
|
-
|
|
11389
|
-
|
|
11390
|
-
|
|
11391
|
-
)
|
|
11392
|
-
|
|
11393
|
-
|
|
11394
|
-
|
|
11395
|
-
|
|
11396
|
-
|
|
11397
|
-
|
|
11398
|
-
|
|
11399
|
-
|
|
11400
|
-
|
|
11401
|
-
|
|
11402
|
-
|
|
11403
|
-
|
|
11404
|
-
|
|
11405
|
-
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11435
|
+
[_vm._v("不分阅")]
|
|
11436
|
+
),
|
|
11437
|
+
],
|
|
11438
|
+
1
|
|
11439
|
+
)
|
|
11440
|
+
: _vm._e(),
|
|
11441
|
+
_vm.configInfo.fyeh == "true"
|
|
11442
|
+
? _c(
|
|
11443
|
+
"el-form-item",
|
|
11444
|
+
{ attrs: { prop: "isInHistory", label: "分阅记录" } },
|
|
11445
|
+
[
|
|
11446
|
+
_c(
|
|
11447
|
+
"el-radio",
|
|
11448
|
+
{
|
|
11449
|
+
attrs: { label: "0" },
|
|
11450
|
+
model: {
|
|
11451
|
+
value: _vm.nextNode.isInHistory,
|
|
11452
|
+
callback: function ($$v) {
|
|
11453
|
+
_vm.$set(_vm.nextNode, "isInHistory", $$v)
|
|
11454
|
+
},
|
|
11455
|
+
expression: "nextNode.isInHistory",
|
|
11456
|
+
},
|
|
11409
11457
|
},
|
|
11410
|
-
|
|
11411
|
-
|
|
11412
|
-
|
|
11413
|
-
|
|
11414
|
-
|
|
11415
|
-
|
|
11416
|
-
|
|
11417
|
-
|
|
11418
|
-
|
|
11419
|
-
|
|
11420
|
-
|
|
11421
|
-
|
|
11422
|
-
|
|
11458
|
+
[_vm._v("记录")]
|
|
11459
|
+
),
|
|
11460
|
+
_c(
|
|
11461
|
+
"el-radio",
|
|
11462
|
+
{
|
|
11463
|
+
attrs: { label: "1" },
|
|
11464
|
+
model: {
|
|
11465
|
+
value: _vm.nextNode.isInHistory,
|
|
11466
|
+
callback: function ($$v) {
|
|
11467
|
+
_vm.$set(_vm.nextNode, "isInHistory", $$v)
|
|
11468
|
+
},
|
|
11469
|
+
expression: "nextNode.isInHistory",
|
|
11470
|
+
},
|
|
11423
11471
|
},
|
|
11424
|
-
|
|
11425
|
-
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
)
|
|
11429
|
-
|
|
11430
|
-
|
|
11431
|
-
|
|
11432
|
-
|
|
11433
|
-
|
|
11434
|
-
|
|
11435
|
-
|
|
11436
|
-
|
|
11437
|
-
|
|
11438
|
-
|
|
11439
|
-
|
|
11440
|
-
|
|
11441
|
-
|
|
11442
|
-
|
|
11443
|
-
|
|
11444
|
-
|
|
11445
|
-
|
|
11472
|
+
[_vm._v("不记录")]
|
|
11473
|
+
),
|
|
11474
|
+
],
|
|
11475
|
+
1
|
|
11476
|
+
)
|
|
11477
|
+
: _vm._e(),
|
|
11478
|
+
_vm.configInfo.download
|
|
11479
|
+
? _c(
|
|
11480
|
+
"el-form-item",
|
|
11481
|
+
{ attrs: { prop: "isDownload", label: "打印下载文件" } },
|
|
11482
|
+
[
|
|
11483
|
+
_c(
|
|
11484
|
+
"el-radio",
|
|
11485
|
+
{
|
|
11486
|
+
attrs: { label: "0" },
|
|
11487
|
+
model: {
|
|
11488
|
+
value: _vm.nextNode.isDownload,
|
|
11489
|
+
callback: function ($$v) {
|
|
11490
|
+
_vm.$set(_vm.nextNode, "isDownload", $$v)
|
|
11491
|
+
},
|
|
11492
|
+
expression: "nextNode.isDownload",
|
|
11493
|
+
},
|
|
11494
|
+
},
|
|
11495
|
+
[_vm._v("允许")]
|
|
11496
|
+
),
|
|
11497
|
+
_c(
|
|
11498
|
+
"el-radio",
|
|
11499
|
+
{
|
|
11500
|
+
attrs: { label: "1" },
|
|
11501
|
+
model: {
|
|
11502
|
+
value: _vm.nextNode.isDownload,
|
|
11503
|
+
callback: function ($$v) {
|
|
11504
|
+
_vm.$set(_vm.nextNode, "isDownload", $$v)
|
|
11505
|
+
},
|
|
11506
|
+
expression: "nextNode.isDownload",
|
|
11507
|
+
},
|
|
11446
11508
|
},
|
|
11447
|
-
|
|
11509
|
+
[_vm._v("不允许")]
|
|
11510
|
+
),
|
|
11511
|
+
],
|
|
11512
|
+
1
|
|
11513
|
+
)
|
|
11514
|
+
: _vm._e(),
|
|
11515
|
+
_vm.type != "transfer"
|
|
11516
|
+
? _c(
|
|
11517
|
+
"el-form-item",
|
|
11518
|
+
{
|
|
11519
|
+
attrs: {
|
|
11520
|
+
prop: "handleExplain",
|
|
11521
|
+
label:
|
|
11522
|
+
_vm.configInfo.isCdjxjTaskHandle == "true"
|
|
11523
|
+
? "附言"
|
|
11524
|
+
: "办理说明",
|
|
11448
11525
|
},
|
|
11449
11526
|
},
|
|
11450
|
-
[
|
|
11451
|
-
|
|
11452
|
-
|
|
11453
|
-
|
|
11454
|
-
|
|
11455
|
-
|
|
11456
|
-
|
|
11457
|
-
|
|
11458
|
-
|
|
11459
|
-
_vm.$set(_vm.nextNode, "isDownload", $$v)
|
|
11527
|
+
[
|
|
11528
|
+
_c("el-input", {
|
|
11529
|
+
attrs: { placeholder: "请填写办理说明" },
|
|
11530
|
+
model: {
|
|
11531
|
+
value: _vm.nextNode.handleExplain,
|
|
11532
|
+
callback: function ($$v) {
|
|
11533
|
+
_vm.$set(_vm.nextNode, "handleExplain", $$v)
|
|
11534
|
+
},
|
|
11535
|
+
expression: "nextNode.handleExplain",
|
|
11460
11536
|
},
|
|
11461
|
-
|
|
11537
|
+
}),
|
|
11538
|
+
],
|
|
11539
|
+
1
|
|
11540
|
+
)
|
|
11541
|
+
: _vm._e(),
|
|
11542
|
+
_vm.configInfo.isCdjxjTaskHandle != "true"
|
|
11543
|
+
? _c(
|
|
11544
|
+
"el-form-item",
|
|
11545
|
+
{
|
|
11546
|
+
attrs: {
|
|
11547
|
+
prop: "noticeType",
|
|
11548
|
+
label: "通知方式",
|
|
11549
|
+
rules: [
|
|
11550
|
+
{
|
|
11551
|
+
required: false,
|
|
11552
|
+
message: "请选择通知方式",
|
|
11553
|
+
trigger: "blur",
|
|
11554
|
+
},
|
|
11555
|
+
],
|
|
11462
11556
|
},
|
|
11463
11557
|
},
|
|
11464
|
-
[
|
|
11465
|
-
|
|
11466
|
-
|
|
11467
|
-
|
|
11468
|
-
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
|
|
11558
|
+
[
|
|
11559
|
+
_c(
|
|
11560
|
+
"el-checkbox-group",
|
|
11561
|
+
{
|
|
11562
|
+
staticStyle: { display: "contents" },
|
|
11563
|
+
model: {
|
|
11564
|
+
value: _vm.nextNode.noticeType,
|
|
11565
|
+
callback: function ($$v) {
|
|
11566
|
+
_vm.$set(_vm.nextNode, "noticeType", $$v)
|
|
11567
|
+
},
|
|
11568
|
+
expression: "nextNode.noticeType",
|
|
11569
|
+
},
|
|
11570
|
+
},
|
|
11571
|
+
_vm._l(_vm.noticeList, function (item) {
|
|
11572
|
+
return _c(
|
|
11573
|
+
"el-checkbox",
|
|
11574
|
+
{
|
|
11575
|
+
key: item.cciValue,
|
|
11576
|
+
attrs: {
|
|
11577
|
+
label: item.cciValue,
|
|
11578
|
+
disabled: _vm.readOnlyNotificationType
|
|
11579
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
11580
|
+
item.cciValue
|
|
11581
|
+
) != -1
|
|
11582
|
+
: false,
|
|
11583
|
+
},
|
|
11584
|
+
},
|
|
11585
|
+
[
|
|
11586
|
+
_vm._v(
|
|
11587
|
+
"\n " +
|
|
11588
|
+
_vm._s(item.shortName) +
|
|
11589
|
+
"\n "
|
|
11590
|
+
),
|
|
11591
|
+
]
|
|
11592
|
+
)
|
|
11593
|
+
}),
|
|
11594
|
+
1
|
|
11595
|
+
),
|
|
11596
|
+
],
|
|
11597
|
+
1
|
|
11598
|
+
)
|
|
11599
|
+
: _vm._e(),
|
|
11600
|
+
_c(
|
|
11472
11601
|
"el-form-item",
|
|
11473
11602
|
{
|
|
11474
|
-
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
|
|
11480
|
-
|
|
11603
|
+
directives: [
|
|
11604
|
+
{
|
|
11605
|
+
name: "show",
|
|
11606
|
+
rawName: "v-show",
|
|
11607
|
+
value:
|
|
11608
|
+
_vm.nextNode.noticeType.length != 0 &&
|
|
11609
|
+
_vm.configInfo.isCdjxjTaskHandle != "true",
|
|
11610
|
+
expression:
|
|
11611
|
+
"\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true'\n ",
|
|
11612
|
+
},
|
|
11613
|
+
],
|
|
11614
|
+
attrs: { prop: "nextNode", label: "通知消息" },
|
|
11481
11615
|
},
|
|
11482
11616
|
[
|
|
11483
|
-
_c("
|
|
11484
|
-
|
|
11617
|
+
_c("es-input", {
|
|
11618
|
+
staticStyle: {
|
|
11619
|
+
"border-color": "#ccc",
|
|
11620
|
+
padding: "5px",
|
|
11621
|
+
"border-radius": "5px",
|
|
11622
|
+
"font-size": "13px",
|
|
11623
|
+
},
|
|
11624
|
+
attrs: {
|
|
11625
|
+
type: "textarea",
|
|
11626
|
+
readonly: _vm.notificationMessageReadOnly == "true",
|
|
11627
|
+
},
|
|
11485
11628
|
model: {
|
|
11486
|
-
value: _vm.
|
|
11629
|
+
value: _vm.newsNoice,
|
|
11487
11630
|
callback: function ($$v) {
|
|
11488
|
-
_vm
|
|
11631
|
+
_vm.newsNoice = $$v
|
|
11489
11632
|
},
|
|
11490
|
-
expression: "
|
|
11633
|
+
expression: "newsNoice",
|
|
11491
11634
|
},
|
|
11492
11635
|
}),
|
|
11493
11636
|
],
|
|
11494
11637
|
1
|
|
11495
|
-
)
|
|
11496
|
-
: _vm._e(),
|
|
11497
|
-
_vm.configInfo.isCdjxjTaskHandle != "true"
|
|
11498
|
-
? _c(
|
|
11499
|
-
"el-form-item",
|
|
11500
|
-
{
|
|
11501
|
-
attrs: {
|
|
11502
|
-
prop: "noticeType",
|
|
11503
|
-
label: "通知方式",
|
|
11504
|
-
rules: [
|
|
11505
|
-
{
|
|
11506
|
-
required: false,
|
|
11507
|
-
message: "请选择通知方式",
|
|
11508
|
-
trigger: "blur",
|
|
11509
|
-
},
|
|
11510
|
-
],
|
|
11511
|
-
},
|
|
11512
|
-
},
|
|
11513
|
-
[
|
|
11514
|
-
_c(
|
|
11515
|
-
"el-checkbox-group",
|
|
11516
|
-
{
|
|
11517
|
-
staticStyle: { display: "contents" },
|
|
11518
|
-
model: {
|
|
11519
|
-
value: _vm.nextNode.noticeType,
|
|
11520
|
-
callback: function ($$v) {
|
|
11521
|
-
_vm.$set(_vm.nextNode, "noticeType", $$v)
|
|
11522
|
-
},
|
|
11523
|
-
expression: "nextNode.noticeType",
|
|
11524
|
-
},
|
|
11525
|
-
},
|
|
11526
|
-
_vm._l(_vm.noticeList, function (item) {
|
|
11527
|
-
return _c(
|
|
11528
|
-
"el-checkbox",
|
|
11529
|
-
{
|
|
11530
|
-
key: item.cciValue,
|
|
11531
|
-
attrs: {
|
|
11532
|
-
label: item.cciValue,
|
|
11533
|
-
disabled:
|
|
11534
|
-
_vm.configInfo.readOnlyNotificationType.indexOf(
|
|
11535
|
-
item.cciValue
|
|
11536
|
-
) != -1,
|
|
11537
|
-
},
|
|
11538
|
-
},
|
|
11539
|
-
[
|
|
11540
|
-
_vm._v(
|
|
11541
|
-
"\n " +
|
|
11542
|
-
_vm._s(item.shortName) +
|
|
11543
|
-
"\n "
|
|
11544
|
-
),
|
|
11545
|
-
]
|
|
11546
|
-
)
|
|
11547
|
-
}),
|
|
11548
|
-
1
|
|
11549
|
-
),
|
|
11550
|
-
],
|
|
11551
|
-
1
|
|
11552
|
-
)
|
|
11553
|
-
: _vm._e(),
|
|
11554
|
-
_c(
|
|
11555
|
-
"el-form-item",
|
|
11556
|
-
{
|
|
11557
|
-
directives: [
|
|
11558
|
-
{
|
|
11559
|
-
name: "show",
|
|
11560
|
-
rawName: "v-show",
|
|
11561
|
-
value:
|
|
11562
|
-
_vm.nextNode.noticeType.length != 0 &&
|
|
11563
|
-
_vm.configInfo.isCdjxjTaskHandle != "true" &&
|
|
11564
|
-
_vm.type == "transfer",
|
|
11565
|
-
expression:
|
|
11566
|
-
"\n nextNode.noticeType.length != 0 &&\n configInfo.isCdjxjTaskHandle != 'true' &&\n type == 'transfer'\n ",
|
|
11567
|
-
},
|
|
11568
|
-
],
|
|
11569
|
-
attrs: { prop: "nextNode", label: "通知消息" },
|
|
11570
|
-
},
|
|
11571
|
-
[
|
|
11572
|
-
_c("es-input", {
|
|
11573
|
-
staticStyle: {
|
|
11574
|
-
"border-color": "#ccc",
|
|
11575
|
-
padding: "5px",
|
|
11576
|
-
"border-radius": "5px",
|
|
11577
|
-
"font-size": "13px",
|
|
11578
|
-
},
|
|
11579
|
-
attrs: {
|
|
11580
|
-
type: "textarea",
|
|
11581
|
-
readonly:
|
|
11582
|
-
_vm.configInfo.notificationMessageReadOnly == "true",
|
|
11583
|
-
},
|
|
11584
|
-
model: {
|
|
11585
|
-
value: _vm.newsNoice,
|
|
11586
|
-
callback: function ($$v) {
|
|
11587
|
-
_vm.newsNoice = $$v
|
|
11588
|
-
},
|
|
11589
|
-
expression: "newsNoice",
|
|
11590
|
-
},
|
|
11591
|
-
}),
|
|
11638
|
+
),
|
|
11592
11639
|
],
|
|
11593
11640
|
1
|
|
11594
11641
|
),
|
|
@@ -11620,11 +11667,11 @@ var startTaskReadvue_type_template_id_4a0a6b09_render = function () {
|
|
|
11620
11667
|
1
|
|
11621
11668
|
)
|
|
11622
11669
|
}
|
|
11623
|
-
var
|
|
11624
|
-
|
|
11670
|
+
var startTaskReadvue_type_template_id_1372220b_staticRenderFns = []
|
|
11671
|
+
startTaskReadvue_type_template_id_1372220b_render._withStripped = true
|
|
11625
11672
|
|
|
11626
11673
|
|
|
11627
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
11674
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=1372220b&
|
|
11628
11675
|
|
|
11629
11676
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
11630
11677
|
var startTaskReadvue_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; };
|
|
@@ -11786,6 +11833,9 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11786
11833
|
//
|
|
11787
11834
|
//
|
|
11788
11835
|
//
|
|
11836
|
+
//
|
|
11837
|
+
//
|
|
11838
|
+
//
|
|
11789
11839
|
|
|
11790
11840
|
|
|
11791
11841
|
|
|
@@ -11804,6 +11854,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11804
11854
|
return {
|
|
11805
11855
|
loading: false,
|
|
11806
11856
|
newsNoice: '',
|
|
11857
|
+
readOnlyNotificationType: '',
|
|
11858
|
+
notificationMessageReadOnly: false,
|
|
11807
11859
|
nextNode: {
|
|
11808
11860
|
nextUser: [],
|
|
11809
11861
|
userInfo: [],
|
|
@@ -12042,6 +12094,15 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
12042
12094
|
|
|
12043
12095
|
if (status === 'success') {
|
|
12044
12096
|
_this5.noticeList = data;
|
|
12097
|
+
var arr = [];
|
|
12098
|
+
_this5.noticeList.map(function (item) {
|
|
12099
|
+
_this5.nextNode.noticeType.map(function (x) {
|
|
12100
|
+
if (x == item.cciValue) {
|
|
12101
|
+
arr.push(x);
|
|
12102
|
+
}
|
|
12103
|
+
});
|
|
12104
|
+
});
|
|
12105
|
+
_this5.nextNode.noticeType = arr;
|
|
12045
12106
|
}
|
|
12046
12107
|
}).catch(function (err) {
|
|
12047
12108
|
_this5.loading = false;
|
|
@@ -12204,11 +12265,16 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
12204
12265
|
url: api["w" /* findSysCodes */]
|
|
12205
12266
|
}).then(function (res) {
|
|
12206
12267
|
var status = res.status,
|
|
12207
|
-
message = res.message
|
|
12268
|
+
message = res.message,
|
|
12269
|
+
data = res.data;
|
|
12208
12270
|
|
|
12209
12271
|
_this8.loading = false;
|
|
12210
12272
|
if (status === 'success') {
|
|
12211
12273
|
_this8.nextNode.noticeType = message.split(',');
|
|
12274
|
+
if (data) {
|
|
12275
|
+
_this8.notificationMessageReadOnly = data.notificationMessageReadOnly;
|
|
12276
|
+
_this8.readOnlyNotificationType = data.readOnlyNotificationType;
|
|
12277
|
+
}
|
|
12212
12278
|
} else {
|
|
12213
12279
|
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
12214
12280
|
}
|
|
@@ -12239,8 +12305,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
12239
12305
|
|
|
12240
12306
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
12241
12307
|
src_startTaskReadvue_type_script_lang_js_,
|
|
12242
|
-
|
|
12243
|
-
|
|
12308
|
+
startTaskReadvue_type_template_id_1372220b_render,
|
|
12309
|
+
startTaskReadvue_type_template_id_1372220b_staticRenderFns,
|
|
12244
12310
|
false,
|
|
12245
12311
|
null,
|
|
12246
12312
|
null,
|
|
@@ -12249,8 +12315,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
12249
12315
|
)
|
|
12250
12316
|
|
|
12251
12317
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
12252
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
12253
|
-
var
|
|
12318
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=fa1f04ee&
|
|
12319
|
+
var taskUnionExaminevue_type_template_id_fa1f04ee_render = function () {
|
|
12254
12320
|
var _vm = this
|
|
12255
12321
|
var _h = _vm.$createElement
|
|
12256
12322
|
var _c = _vm._self._c || _h
|
|
@@ -12413,9 +12479,11 @@ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
|
|
|
12413
12479
|
key: item.cciValue,
|
|
12414
12480
|
attrs: {
|
|
12415
12481
|
label: item.cciValue,
|
|
12416
|
-
disabled:
|
|
12417
|
-
_vm.readOnlyNotificationType.indexOf(
|
|
12418
|
-
|
|
12482
|
+
disabled: _vm.readOnlyNotificationType
|
|
12483
|
+
? _vm.readOnlyNotificationType.indexOf(
|
|
12484
|
+
item.cciValue
|
|
12485
|
+
) != -1
|
|
12486
|
+
: false,
|
|
12419
12487
|
},
|
|
12420
12488
|
},
|
|
12421
12489
|
[
|
|
@@ -12495,11 +12563,11 @@ var taskUnionExaminevue_type_template_id_74c4b024_render = function () {
|
|
|
12495
12563
|
1
|
|
12496
12564
|
)
|
|
12497
12565
|
}
|
|
12498
|
-
var
|
|
12499
|
-
|
|
12566
|
+
var taskUnionExaminevue_type_template_id_fa1f04ee_staticRenderFns = []
|
|
12567
|
+
taskUnionExaminevue_type_template_id_fa1f04ee_render._withStripped = true
|
|
12500
12568
|
|
|
12501
12569
|
|
|
12502
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
12570
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=fa1f04ee&
|
|
12503
12571
|
|
|
12504
12572
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
12505
12573
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -12622,6 +12690,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12622
12690
|
//
|
|
12623
12691
|
//
|
|
12624
12692
|
//
|
|
12693
|
+
//
|
|
12694
|
+
//
|
|
12695
|
+
//
|
|
12696
|
+
//
|
|
12697
|
+
//
|
|
12625
12698
|
|
|
12626
12699
|
|
|
12627
12700
|
|
|
@@ -12671,6 +12744,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12671
12744
|
mounted: function mounted() {
|
|
12672
12745
|
this.loading = true;
|
|
12673
12746
|
this.newMultiple = this.multiple;
|
|
12747
|
+
this.getNodeType();
|
|
12674
12748
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
12675
12749
|
this.getInfo();
|
|
12676
12750
|
},
|
|
@@ -12754,7 +12828,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12754
12828
|
_this2.currentOrgProcessKey = taskExamine.currentOrgProcessKey;
|
|
12755
12829
|
_this2.getFind();
|
|
12756
12830
|
_this2.getMessage();
|
|
12757
|
-
_this2.getNodeType();
|
|
12758
12831
|
} else {
|
|
12759
12832
|
_this2.$message.error(message || '系统错误,请联系管理员!');
|
|
12760
12833
|
}
|
|
@@ -12820,7 +12893,6 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12820
12893
|
_this3.isMultiple(userSelectionType);
|
|
12821
12894
|
_this3.getFind();
|
|
12822
12895
|
_this3.getMessage();
|
|
12823
|
-
_this3.getNodeType();
|
|
12824
12896
|
} else {
|
|
12825
12897
|
_this3.$message.error(message || '系统错误,请联系管理员!');
|
|
12826
12898
|
}
|
|
@@ -12924,7 +12996,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12924
12996
|
|
|
12925
12997
|
util["a" /* default */].ajax({
|
|
12926
12998
|
url: api["u" /* findCodeValues */],
|
|
12927
|
-
params: {
|
|
12999
|
+
params: {
|
|
13000
|
+
ccCode: 'notification_type',
|
|
13001
|
+
userId: util["a" /* default */].getStorage('userId')
|
|
13002
|
+
}
|
|
12928
13003
|
}).then(function (res) {
|
|
12929
13004
|
var status = res.status,
|
|
12930
13005
|
data = res.data;
|
|
@@ -12971,6 +13046,15 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12971
13046
|
|
|
12972
13047
|
if (status === 'success') {
|
|
12973
13048
|
_this7.infoList.noticeType = message.split(',');
|
|
13049
|
+
var arr = [];
|
|
13050
|
+
_this7.infoList.noticeList.map(function (item) {
|
|
13051
|
+
_this7.infoList.noticeType.map(function (x) {
|
|
13052
|
+
if (x == item.cciValue) {
|
|
13053
|
+
arr.push(x);
|
|
13054
|
+
}
|
|
13055
|
+
});
|
|
13056
|
+
});
|
|
13057
|
+
_this7.infoList.noticeType = arr;
|
|
12974
13058
|
} else {
|
|
12975
13059
|
_this7.$message.error(message || '系统错误,请联系管理员!');
|
|
12976
13060
|
}
|
|
@@ -12995,8 +13079,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12995
13079
|
|
|
12996
13080
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
12997
13081
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
12998
|
-
|
|
12999
|
-
|
|
13082
|
+
taskUnionExaminevue_type_template_id_fa1f04ee_render,
|
|
13083
|
+
taskUnionExaminevue_type_template_id_fa1f04ee_staticRenderFns,
|
|
13000
13084
|
false,
|
|
13001
13085
|
null,
|
|
13002
13086
|
null,
|
|
@@ -13707,6 +13791,16 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13707
13791
|
//
|
|
13708
13792
|
//
|
|
13709
13793
|
//
|
|
13794
|
+
//
|
|
13795
|
+
//
|
|
13796
|
+
//
|
|
13797
|
+
//
|
|
13798
|
+
//
|
|
13799
|
+
//
|
|
13800
|
+
//
|
|
13801
|
+
//
|
|
13802
|
+
//
|
|
13803
|
+
//
|
|
13710
13804
|
|
|
13711
13805
|
|
|
13712
13806
|
|
|
@@ -13887,6 +13981,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13887
13981
|
mounted: function mounted() {
|
|
13888
13982
|
this.businessIds = this.businessId;
|
|
13889
13983
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
13984
|
+
this.getNodeType();
|
|
13890
13985
|
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
13891
13986
|
if (this.isFlow) {
|
|
13892
13987
|
this.businessId && this.getProcess();
|
|
@@ -14364,6 +14459,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14364
14459
|
|
|
14365
14460
|
if (status === 'success') {
|
|
14366
14461
|
_this10.nextNode.notificationType = message.split(',');
|
|
14462
|
+
var arr = [];
|
|
14463
|
+
_this10.newsList.map(function (item) {
|
|
14464
|
+
_this10.nextNode.notificationType.map(function (x) {
|
|
14465
|
+
if (x == item.cciValue) {
|
|
14466
|
+
arr.push(x);
|
|
14467
|
+
}
|
|
14468
|
+
});
|
|
14469
|
+
});
|
|
14470
|
+
_this10.nextNode.notificationType = arr;
|
|
14367
14471
|
}
|
|
14368
14472
|
}).catch(function (err) {
|
|
14369
14473
|
if (err.message && err.message !== 'canceled') {
|
|
@@ -15168,7 +15272,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
15168
15272
|
_this23.presetTaskNodeMap = presetTaskNodeMap;
|
|
15169
15273
|
_this23.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
|
|
15170
15274
|
_this23.getFind();
|
|
15171
|
-
|
|
15275
|
+
|
|
15172
15276
|
_this23.getNodeInfo();
|
|
15173
15277
|
} else {
|
|
15174
15278
|
if (res.status === 'taskCompleted') {
|