eoss-ui 0.8.37 → 0.8.38
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 +115 -72
- package/lib/flow-group.js +23 -5
- package/lib/flow.js +81 -56
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/flow.vue +52 -36
- package/packages/flow/src/main.vue +11 -8
- package/packages/flow/src/processForm.vue +21 -8
- package/packages/flow/src/startTaskRead.vue +718 -717
- package/packages/flow-group/src/main.vue +756 -750
- package/packages/theme-chalk/gulpfile.js +25 -0
- package/src/index.js +1 -1
- package/packages/theme-chalk/lib/archives.css +0 -1
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -29337,8 +29337,8 @@ form_src_main.install = function (Vue) {
|
|
|
29337
29337
|
};
|
|
29338
29338
|
|
|
29339
29339
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
29340
|
-
// 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=
|
|
29341
|
-
var
|
|
29340
|
+
// 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=723b9982&
|
|
29341
|
+
var mainvue_type_template_id_723b9982_render = function () {
|
|
29342
29342
|
var _vm = this
|
|
29343
29343
|
var _h = _vm.$createElement
|
|
29344
29344
|
var _c = _vm._self._c || _h
|
|
@@ -32493,11 +32493,11 @@ var mainvue_type_template_id_791d3fbc_render = function () {
|
|
|
32493
32493
|
)
|
|
32494
32494
|
: _vm._e()
|
|
32495
32495
|
}
|
|
32496
|
-
var
|
|
32497
|
-
|
|
32496
|
+
var mainvue_type_template_id_723b9982_staticRenderFns = []
|
|
32497
|
+
mainvue_type_template_id_723b9982_render._withStripped = true
|
|
32498
32498
|
|
|
32499
32499
|
|
|
32500
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32500
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=723b9982&
|
|
32501
32501
|
|
|
32502
32502
|
// 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/CommonOpinions.vue?vue&type=template&id=8458f882&
|
|
32503
32503
|
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
@@ -33548,8 +33548,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33548
33548
|
)
|
|
33549
33549
|
|
|
33550
33550
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
33551
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=
|
|
33552
|
-
var
|
|
33551
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=f7d7c7c6&
|
|
33552
|
+
var flowvue_type_template_id_f7d7c7c6_render = function () {
|
|
33553
33553
|
var _vm = this
|
|
33554
33554
|
var _h = _vm.$createElement
|
|
33555
33555
|
var _c = _vm._self._c || _h
|
|
@@ -35781,9 +35781,10 @@ var flowvue_type_template_id_160c0322_render = function () {
|
|
|
35781
35781
|
},
|
|
35782
35782
|
},
|
|
35783
35783
|
})
|
|
35784
|
-
: _vm.btnType === "toStartTaskRead"
|
|
35784
|
+
: _vm.btnType === "toStartTaskRead" ||
|
|
35785
|
+
_vm.btnType === "toTaskReadAndEnd"
|
|
35785
35786
|
? _c("StartTaskRead", {
|
|
35786
|
-
ref:
|
|
35787
|
+
ref: _vm.btnType,
|
|
35787
35788
|
staticClass: "es-info",
|
|
35788
35789
|
attrs: {
|
|
35789
35790
|
"pending-id": _vm.pendingId,
|
|
@@ -36462,11 +36463,11 @@ var flowvue_type_template_id_160c0322_render = function () {
|
|
|
36462
36463
|
)
|
|
36463
36464
|
: _vm._e()
|
|
36464
36465
|
}
|
|
36465
|
-
var
|
|
36466
|
-
|
|
36466
|
+
var flowvue_type_template_id_f7d7c7c6_staticRenderFns = []
|
|
36467
|
+
flowvue_type_template_id_f7d7c7c6_render._withStripped = true
|
|
36467
36468
|
|
|
36468
36469
|
|
|
36469
|
-
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=
|
|
36470
|
+
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=f7d7c7c6&
|
|
36470
36471
|
|
|
36471
36472
|
// 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/Opinions.vue?vue&type=template&id=5f07a050&
|
|
36472
36473
|
var Opinionsvue_type_template_id_5f07a050_render = function () {
|
|
@@ -37178,8 +37179,8 @@ var Opinions_component = normalizeComponent(
|
|
|
37178
37179
|
)
|
|
37179
37180
|
|
|
37180
37181
|
/* harmony default export */ var Opinions = (Opinions_component.exports);
|
|
37181
|
-
// 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=
|
|
37182
|
-
var
|
|
37182
|
+
// 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=2860b038&
|
|
37183
|
+
var processFormvue_type_template_id_2860b038_render = function () {
|
|
37183
37184
|
var _vm = this
|
|
37184
37185
|
var _h = _vm.$createElement
|
|
37185
37186
|
var _c = _vm._self._c || _h
|
|
@@ -38133,11 +38134,11 @@ var processFormvue_type_template_id_20fb5670_render = function () {
|
|
|
38133
38134
|
1
|
|
38134
38135
|
)
|
|
38135
38136
|
}
|
|
38136
|
-
var
|
|
38137
|
-
|
|
38137
|
+
var processFormvue_type_template_id_2860b038_staticRenderFns = []
|
|
38138
|
+
processFormvue_type_template_id_2860b038_render._withStripped = true
|
|
38138
38139
|
|
|
38139
38140
|
|
|
38140
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
38141
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=2860b038&
|
|
38141
38142
|
|
|
38142
38143
|
// 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=3a5614a4&
|
|
38143
38144
|
var selectUservue_type_template_id_3a5614a4_render = function () {
|
|
@@ -40886,7 +40887,6 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40886
40887
|
if (_this8.isCustomPreset && _this8.activeNames == '1') {
|
|
40887
40888
|
for (var i = 0; i < _this8.presetList.length; i++) {
|
|
40888
40889
|
if (_this8.presetList[i].name && _this8.presetList[i].name != '1' && _this8.presetList[i].name != 'endEvent' && (!_this8.presetList[i].value || _this8.presetList[i].value.length == 0)) {
|
|
40889
|
-
|
|
40890
40890
|
return _this8.$message.warning('\u9884\u8BBE\u8282\u70B9<\u8282\u70B9' + _this8.presetList[i].sequence + '-' + _this8.presetList[i].label + '>\u5FC5\u987B\u9009\u62E9\u529E\u7406\u4EBA\uFF01');
|
|
40891
40891
|
} else {
|
|
40892
40892
|
delete _this8.presetList[i].label;
|
|
@@ -40967,6 +40967,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40967
40967
|
|
|
40968
40968
|
newParm.submitTaskParamJson = JSON.stringify(_this8.taskParams);
|
|
40969
40969
|
if (_this8.formType == 'readTransfer') {
|
|
40970
|
+
newParm.customPresetUserJson = params.customPresetUserJson;
|
|
40971
|
+
delete params.customPresetUserJson;
|
|
40970
40972
|
newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
|
|
40971
40973
|
newParm.taskReadEndParamJson = JSON.stringify(_this8.taskParams);
|
|
40972
40974
|
delete newParm.copyHistory;
|
|
@@ -41078,12 +41080,16 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41078
41080
|
|
|
41079
41081
|
newParm.submitTaskParamJson = JSON.stringify(_this8.taskParams);
|
|
41080
41082
|
if (_this8.formType == 'readTransfer') {
|
|
41081
|
-
newParm.
|
|
41083
|
+
newParm.customPresetUserJson = params.customPresetUserJson;
|
|
41082
41084
|
newParm.taskReadEndParamJson = JSON.stringify(_this8.taskParams);
|
|
41085
|
+
delete params.customPresetUserJson;
|
|
41086
|
+
newParm.readTransferHandleStartFlowParamJson = JSON.stringify(params);
|
|
41087
|
+
|
|
41083
41088
|
delete newParm.copyHistory;
|
|
41084
41089
|
delete newParm.startFlowParamJson;
|
|
41085
41090
|
delete newParm.submitTaskParamJson;
|
|
41086
41091
|
}
|
|
41092
|
+
|
|
41087
41093
|
params = newParm;
|
|
41088
41094
|
}
|
|
41089
41095
|
if (_this8.copyHistory && !_this8.isFreeStartFlow) {
|
|
@@ -41093,6 +41099,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41093
41099
|
utils_util.ajax({
|
|
41094
41100
|
url: _this8.isFreeStartFlow ? freeStartFlowWithSubmitTask : _this8.formType == 'readTransfer' ? startReadTransferHandleFlowWithTaskReadEnd : _this8.copyHistory ? freeStartFlow : register,
|
|
41095
41101
|
method: 'post',
|
|
41102
|
+
|
|
41096
41103
|
data: params
|
|
41097
41104
|
}).then(function (res) {
|
|
41098
41105
|
var status = res.status,
|
|
@@ -41508,8 +41515,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41508
41515
|
|
|
41509
41516
|
var processForm_component = normalizeComponent(
|
|
41510
41517
|
src_processFormvue_type_script_lang_js_,
|
|
41511
|
-
|
|
41512
|
-
|
|
41518
|
+
processFormvue_type_template_id_2860b038_render,
|
|
41519
|
+
processFormvue_type_template_id_2860b038_staticRenderFns,
|
|
41513
41520
|
false,
|
|
41514
41521
|
null,
|
|
41515
41522
|
null,
|
|
@@ -43149,8 +43156,8 @@ var processReject_component = normalizeComponent(
|
|
|
43149
43156
|
)
|
|
43150
43157
|
|
|
43151
43158
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
43152
|
-
// 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=
|
|
43153
|
-
var
|
|
43159
|
+
// 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=fffcbc42&
|
|
43160
|
+
var startTaskReadvue_type_template_id_fffcbc42_render = function () {
|
|
43154
43161
|
var _vm = this
|
|
43155
43162
|
var _h = _vm.$createElement
|
|
43156
43163
|
var _c = _vm._self._c || _h
|
|
@@ -43581,11 +43588,11 @@ var startTaskReadvue_type_template_id_d6b2d084_render = function () {
|
|
|
43581
43588
|
1
|
|
43582
43589
|
)
|
|
43583
43590
|
}
|
|
43584
|
-
var
|
|
43585
|
-
|
|
43591
|
+
var startTaskReadvue_type_template_id_fffcbc42_staticRenderFns = []
|
|
43592
|
+
startTaskReadvue_type_template_id_fffcbc42_render._withStripped = true
|
|
43586
43593
|
|
|
43587
43594
|
|
|
43588
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
43595
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fffcbc42&
|
|
43589
43596
|
|
|
43590
43597
|
// 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&
|
|
43591
43598
|
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; };
|
|
@@ -43827,6 +43834,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43827
43834
|
};
|
|
43828
43835
|
},
|
|
43829
43836
|
|
|
43837
|
+
|
|
43830
43838
|
computed: {
|
|
43831
43839
|
tabs: function tabs() {
|
|
43832
43840
|
var tab = {};
|
|
@@ -44180,6 +44188,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
44180
44188
|
|
|
44181
44189
|
// 提交表单
|
|
44182
44190
|
subProcess: function subProcess(formName) {
|
|
44191
|
+
|
|
44183
44192
|
this.submit(formName);
|
|
44184
44193
|
},
|
|
44185
44194
|
|
|
@@ -44193,7 +44202,6 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
44193
44202
|
_this8.$message.warning('请选择输入审批意见');
|
|
44194
44203
|
return;
|
|
44195
44204
|
}
|
|
44196
|
-
console.log(_this8.mixList, 'this.mixList');
|
|
44197
44205
|
// let nextUser = [];
|
|
44198
44206
|
// this.nextNode.nextUser.map(item => {
|
|
44199
44207
|
// nextUser.push(item);
|
|
@@ -44336,8 +44344,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
44336
44344
|
|
|
44337
44345
|
var startTaskRead_component = normalizeComponent(
|
|
44338
44346
|
src_startTaskReadvue_type_script_lang_js_,
|
|
44339
|
-
|
|
44340
|
-
|
|
44347
|
+
startTaskReadvue_type_template_id_fffcbc42_render,
|
|
44348
|
+
startTaskReadvue_type_template_id_fffcbc42_staticRenderFns,
|
|
44341
44349
|
false,
|
|
44342
44350
|
null,
|
|
44343
44351
|
null,
|
|
@@ -55689,20 +55697,22 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55689
55697
|
var _this17 = this;
|
|
55690
55698
|
|
|
55691
55699
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
55692
|
-
|
|
55693
|
-
|
|
55694
|
-
|
|
55700
|
+
this.btnType = '';
|
|
55701
|
+
setTimeout(function () {
|
|
55702
|
+
if (_this17.beforeSubmit != undefined) {
|
|
55703
|
+
_this17.beforeSubmit().then(function (next) {
|
|
55704
|
+
if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
|
|
55705
|
+
_this17.taskReadType = 'create';
|
|
55706
|
+
// this.showTaskRead = true;
|
|
55707
|
+
_this17.btnType = _this17.btnFunValue(res.fun);
|
|
55708
|
+
}).catch(function (e) {});
|
|
55709
|
+
} else {
|
|
55695
55710
|
if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
|
|
55696
55711
|
_this17.taskReadType = 'create';
|
|
55697
55712
|
// this.showTaskRead = true;
|
|
55698
55713
|
_this17.btnType = _this17.btnFunValue(res.fun);
|
|
55699
|
-
}
|
|
55700
|
-
}
|
|
55701
|
-
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
55702
|
-
this.taskReadType = 'create';
|
|
55703
|
-
// this.showTaskRead = true;
|
|
55704
|
-
this.btnType = this.btnFunValue(res.fun);
|
|
55705
|
-
}
|
|
55714
|
+
}
|
|
55715
|
+
}, 0);
|
|
55706
55716
|
},
|
|
55707
55717
|
|
|
55708
55718
|
/**
|
|
@@ -55862,6 +55872,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55862
55872
|
// 驳回:taskRejectHtml
|
|
55863
55873
|
// 直接办结:endFlowHtml
|
|
55864
55874
|
// 自由发起子流程:toFreeStartFlow
|
|
55875
|
+
|
|
55876
|
+
|
|
55865
55877
|
if (res.type == 4) {
|
|
55866
55878
|
this.$emit('buttonClick', { fun: res.fun, opinion: this.value }, this.sendData);
|
|
55867
55879
|
} else if (res.fun === 'toStartTaskRead()') {
|
|
@@ -56045,17 +56057,23 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56045
56057
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
56046
56058
|
var _this26 = this;
|
|
56047
56059
|
|
|
56048
|
-
|
|
56049
|
-
|
|
56060
|
+
this.btnType = '';
|
|
56061
|
+
setTimeout(function () {
|
|
56062
|
+
if (_this26.beforeSubmit != undefined) {
|
|
56063
|
+
_this26.beforeSubmit().then(function (next) {
|
|
56064
|
+
if (_this26.value === '') _this26.value = _this26.nodeDefaultRejectOpinion;
|
|
56065
|
+
_this26.taskReadType = 'taskReadAndEnd';
|
|
56066
|
+
_this26.btnType = _this26.btnFunValue(res.fun);
|
|
56067
|
+
|
|
56068
|
+
// this.showTaskRead = true;
|
|
56069
|
+
}).catch(function (e) {});
|
|
56070
|
+
} else {
|
|
56050
56071
|
if (_this26.value === '') _this26.value = _this26.nodeDefaultRejectOpinion;
|
|
56051
56072
|
_this26.taskReadType = 'taskReadAndEnd';
|
|
56052
|
-
_this26.
|
|
56053
|
-
|
|
56054
|
-
|
|
56055
|
-
|
|
56056
|
-
this.taskReadType = 'taskReadAndEnd';
|
|
56057
|
-
this.showTaskRead = true;
|
|
56058
|
-
}
|
|
56073
|
+
_this26.btnType = _this26.btnFunValue(res.fun);
|
|
56074
|
+
// this.showTaskRead = true;
|
|
56075
|
+
}
|
|
56076
|
+
}, 0);
|
|
56059
56077
|
},
|
|
56060
56078
|
|
|
56061
56079
|
/**
|
|
@@ -56820,7 +56838,12 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
56820
56838
|
this.flowSuccess(true);
|
|
56821
56839
|
// this.$emit('success');
|
|
56822
56840
|
} else {
|
|
56823
|
-
|
|
56841
|
+
if (type == 'showTaskRead') {
|
|
56842
|
+
!this.simpleTips && this.$message.success('分阅成功');
|
|
56843
|
+
this.$emit('success', 'taskRead');
|
|
56844
|
+
} else {
|
|
56845
|
+
this.$emit('cancel');
|
|
56846
|
+
}
|
|
56824
56847
|
}
|
|
56825
56848
|
},
|
|
56826
56849
|
|
|
@@ -57285,7 +57308,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57285
57308
|
customPresetUserJson: JSON.stringify(_this39.presetList),
|
|
57286
57309
|
presetUserJson: JSON.stringify(_this39.presetUserJson),
|
|
57287
57310
|
removeSignUserId: removeSignUserId,
|
|
57288
|
-
nextReadUserId: _this39.readMultiple ? _this39.mixReadList
|
|
57311
|
+
nextReadUserId: _this39.readMultiple ? _this39.mixReadList ? _this39.mixReadList.join('|') : '' : _this39.nextNode.nextReadUserId.join(','),
|
|
57289
57312
|
nextOrgId: !_this39.isShowNextUser ? _this39.multiple ? _this39.mixOrgIdList && _this39.mixOrgIdList.join('|') : _this39.nextNode.nextOrgId : '',
|
|
57290
57313
|
presetReadUserId: _this39.mixPresetList && _this39.mixPresetList.length > 0 ? _this39.mixPresetList.join('|') : _this39.nextNode.presetReadUserId.join(','),
|
|
57291
57314
|
notificationType: notificationType
|
|
@@ -57393,7 +57416,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57393
57416
|
customPresetUserJson: JSON.stringify(_this39.presetList),
|
|
57394
57417
|
presetUserJson: JSON.stringify(_this39.presetUserJson),
|
|
57395
57418
|
removeSignUserId: removeSignUserId,
|
|
57396
|
-
nextReadUserId: _this39.readMultiple ? _this39.mixReadList
|
|
57419
|
+
nextReadUserId: _this39.readMultiple ? _this39.mixReadList ? _this39.mixReadList.join('|') : '' : _this39.nextNode.nextReadUserId.join(','),
|
|
57397
57420
|
nextOrgId: !_this39.isShowNextUser ? _this39.multiple ? _this39.mixOrgIdList && _this39.mixOrgIdList.join('|') : _this39.nextNode.nextOrgId : '',
|
|
57398
57421
|
presetReadUserId: _this39.mixPresetList && _this39.mixPresetList.length > 0 ? _this39.mixPresetList.join('|') : _this39.nextNode.presetReadUserId.join(','),
|
|
57399
57422
|
notificationType: notificationType
|
|
@@ -57524,8 +57547,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57524
57547
|
|
|
57525
57548
|
var flow_component = normalizeComponent(
|
|
57526
57549
|
src_flowvue_type_script_lang_js_,
|
|
57527
|
-
|
|
57528
|
-
|
|
57550
|
+
flowvue_type_template_id_f7d7c7c6_render,
|
|
57551
|
+
flowvue_type_template_id_f7d7c7c6_staticRenderFns,
|
|
57529
57552
|
false,
|
|
57530
57553
|
null,
|
|
57531
57554
|
null,
|
|
@@ -59369,7 +59392,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59369
59392
|
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
59370
59393
|
var _this4 = this;
|
|
59371
59394
|
|
|
59372
|
-
console.log('processDefinitionId', processDefinitionId);
|
|
59373
59395
|
var params = {
|
|
59374
59396
|
url: getNodeInfoForStart,
|
|
59375
59397
|
params: { processDefinitionId: processDefinitionId }
|
|
@@ -59451,8 +59473,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59451
59473
|
_this6.$refs.esContent.scrollTop += _this6.$refs.messagebox.clientHeight;
|
|
59452
59474
|
});
|
|
59453
59475
|
},
|
|
59454
|
-
handleNewFlowSuccess: function handleNewFlowSuccess() {
|
|
59455
|
-
|
|
59476
|
+
handleNewFlowSuccess: function handleNewFlowSuccess(type) {
|
|
59477
|
+
if (type == 'taskRead') {
|
|
59478
|
+
this.$emit('successRead', type);
|
|
59479
|
+
} else {
|
|
59480
|
+
this.$emit('success');
|
|
59481
|
+
}
|
|
59456
59482
|
},
|
|
59457
59483
|
freeStartFlowSuccess: function freeStartFlowSuccess() {
|
|
59458
59484
|
this.showFreeStartFlow = false;
|
|
@@ -59460,7 +59486,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59460
59486
|
// this.$emit('success');
|
|
59461
59487
|
},
|
|
59462
59488
|
handleChange: function handleChange(val, isForStartFlow) {
|
|
59463
|
-
console.log('handleChange val', val);
|
|
59464
59489
|
this.getNodeInfoForStartFlow(val, isForStartFlow);
|
|
59465
59490
|
this.$parent.$emit('flowChange', val);
|
|
59466
59491
|
},
|
|
@@ -61430,7 +61455,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61430
61455
|
customPresetUserJson: JSON.stringify(_this38.presetList),
|
|
61431
61456
|
presetUserJson: JSON.stringify(_this38.presetUserJson),
|
|
61432
61457
|
removeSignUserId: removeSignUserId,
|
|
61433
|
-
nextReadUserId: _this38.readMultiple ? _this38.mixReadList
|
|
61458
|
+
nextReadUserId: _this38.readMultiple ? _this38.mixReadList ? _this38.mixReadList.join('|') : '' : _this38.nextNode.nextReadUserId.join(','),
|
|
61434
61459
|
nextOrgId: !_this38.isShowNextUser ? _this38.multiple ? _this38.mixOrgIdList && _this38.mixOrgIdList.join('|') : _this38.nextNode.nextOrgId : '',
|
|
61435
61460
|
presetReadUserId: _this38.mixPresetList && _this38.mixPresetList.length > 0 ? _this38.mixPresetList.join('|') : _this38.nextNode.presetReadUserId.join(','),
|
|
61436
61461
|
notificationType: notificationType
|
|
@@ -61538,7 +61563,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61538
61563
|
customPresetUserJson: JSON.stringify(_this38.presetList),
|
|
61539
61564
|
presetUserJson: JSON.stringify(_this38.presetUserJson),
|
|
61540
61565
|
removeSignUserId: removeSignUserId,
|
|
61541
|
-
nextReadUserId: _this38.readMultiple ? _this38.mixReadList
|
|
61566
|
+
nextReadUserId: _this38.readMultiple ? _this38.mixReadList ? _this38.mixReadList.join('|') : '' : _this38.nextNode.nextReadUserId.join(','),
|
|
61542
61567
|
nextOrgId: !_this38.isShowNextUser ? _this38.multiple ? _this38.mixOrgIdList && _this38.mixOrgIdList.join('|') : _this38.nextNode.nextOrgId : '',
|
|
61543
61568
|
presetReadUserId: _this38.mixPresetList && _this38.mixPresetList.length > 0 ? _this38.mixPresetList.join('|') : _this38.nextNode.presetReadUserId.join(','),
|
|
61544
61569
|
notificationType: notificationType
|
|
@@ -61669,8 +61694,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61669
61694
|
|
|
61670
61695
|
var flow_src_main_component = normalizeComponent(
|
|
61671
61696
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61672
|
-
|
|
61673
|
-
|
|
61697
|
+
mainvue_type_template_id_723b9982_render,
|
|
61698
|
+
mainvue_type_template_id_723b9982_staticRenderFns,
|
|
61674
61699
|
false,
|
|
61675
61700
|
null,
|
|
61676
61701
|
null,
|
|
@@ -61687,8 +61712,8 @@ flow_src_main.install = function (Vue) {
|
|
|
61687
61712
|
};
|
|
61688
61713
|
|
|
61689
61714
|
/* harmony default export */ var packages_flow = (flow_src_main);
|
|
61690
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
61691
|
-
var
|
|
61715
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=52938213&
|
|
61716
|
+
var mainvue_type_template_id_52938213_render = function () {
|
|
61692
61717
|
var _vm = this
|
|
61693
61718
|
var _h = _vm.$createElement
|
|
61694
61719
|
var _c = _vm._self._c || _h
|
|
@@ -61833,7 +61858,11 @@ var mainvue_type_template_id_31ce53a2_render = function () {
|
|
|
61833
61858
|
"es-flow-list",
|
|
61834
61859
|
_vm._b(
|
|
61835
61860
|
{
|
|
61836
|
-
key:
|
|
61861
|
+
key:
|
|
61862
|
+
"fl-" +
|
|
61863
|
+
index +
|
|
61864
|
+
"-" +
|
|
61865
|
+
_vm.flowListKey,
|
|
61837
61866
|
attrs:
|
|
61838
61867
|
{
|
|
61839
61868
|
businessId:
|
|
@@ -62198,7 +62227,11 @@ var mainvue_type_template_id_31ce53a2_render = function () {
|
|
|
62198
62227
|
"es-flow-list",
|
|
62199
62228
|
_vm._b(
|
|
62200
62229
|
{
|
|
62201
|
-
key:
|
|
62230
|
+
key:
|
|
62231
|
+
"fl-" +
|
|
62232
|
+
index +
|
|
62233
|
+
"-" +
|
|
62234
|
+
_vm.flowListKey,
|
|
62202
62235
|
attrs: {
|
|
62203
62236
|
businessId:
|
|
62204
62237
|
_vm.businessId,
|
|
@@ -62639,6 +62672,9 @@ var mainvue_type_template_id_31ce53a2_render = function () {
|
|
|
62639
62672
|
"es-flow-list",
|
|
62640
62673
|
_vm._b(
|
|
62641
62674
|
{
|
|
62675
|
+
key:
|
|
62676
|
+
"fl-" +
|
|
62677
|
+
_vm.flowListKey,
|
|
62642
62678
|
attrs: {
|
|
62643
62679
|
businessId:
|
|
62644
62680
|
_vm.businessId,
|
|
@@ -62937,6 +62973,7 @@ var mainvue_type_template_id_31ce53a2_render = function () {
|
|
|
62937
62973
|
success: _vm.handleSuccess,
|
|
62938
62974
|
save: _vm.handleSave,
|
|
62939
62975
|
endMessageChange: _vm.handleEndMessageChange,
|
|
62976
|
+
successRead: _vm.handleSuccessRead,
|
|
62940
62977
|
},
|
|
62941
62978
|
},
|
|
62942
62979
|
"es-flow",
|
|
@@ -62950,11 +62987,11 @@ var mainvue_type_template_id_31ce53a2_render = function () {
|
|
|
62950
62987
|
2
|
|
62951
62988
|
)
|
|
62952
62989
|
}
|
|
62953
|
-
var
|
|
62954
|
-
|
|
62990
|
+
var mainvue_type_template_id_52938213_staticRenderFns = []
|
|
62991
|
+
mainvue_type_template_id_52938213_render._withStripped = true
|
|
62955
62992
|
|
|
62956
62993
|
|
|
62957
|
-
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
62994
|
+
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=52938213&
|
|
62958
62995
|
|
|
62959
62996
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
|
|
62960
62997
|
var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -63404,6 +63441,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
63404
63441
|
//
|
|
63405
63442
|
//
|
|
63406
63443
|
//
|
|
63444
|
+
//
|
|
63445
|
+
//
|
|
63407
63446
|
|
|
63408
63447
|
|
|
63409
63448
|
/* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
|
|
@@ -63465,7 +63504,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
63465
63504
|
taskExamineAppId: this.appId,
|
|
63466
63505
|
showMsg: true,
|
|
63467
63506
|
formRefs: this.refs,
|
|
63468
|
-
submits: null
|
|
63507
|
+
submits: null,
|
|
63508
|
+
flowListKey: 0
|
|
63469
63509
|
};
|
|
63470
63510
|
},
|
|
63471
63511
|
|
|
@@ -63503,6 +63543,9 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
63503
63543
|
mounted: function mounted() {},
|
|
63504
63544
|
|
|
63505
63545
|
methods: {
|
|
63546
|
+
handleSuccessRead: function handleSuccessRead() {
|
|
63547
|
+
this.flowListKey++;
|
|
63548
|
+
},
|
|
63506
63549
|
handleHide: function handleHide(res) {
|
|
63507
63550
|
return typeof res === 'boolean' ? !res : typeof res === 'string' ? this[res] : true;
|
|
63508
63551
|
},
|
|
@@ -63702,8 +63745,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
63702
63745
|
|
|
63703
63746
|
var flow_group_src_main_component = normalizeComponent(
|
|
63704
63747
|
packages_flow_group_src_mainvue_type_script_lang_js_,
|
|
63705
|
-
|
|
63706
|
-
|
|
63748
|
+
mainvue_type_template_id_52938213_render,
|
|
63749
|
+
mainvue_type_template_id_52938213_staticRenderFns,
|
|
63707
63750
|
false,
|
|
63708
63751
|
null,
|
|
63709
63752
|
null,
|
|
@@ -113141,7 +113184,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
113141
113184
|
}
|
|
113142
113185
|
|
|
113143
113186
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
113144
|
-
version: '0.8.
|
|
113187
|
+
version: '0.8.38',
|
|
113145
113188
|
install: install,
|
|
113146
113189
|
Archives: archives,
|
|
113147
113190
|
Button: packages_button,
|
package/lib/flow-group.js
CHANGED
|
@@ -4661,7 +4661,7 @@ module.exports = require("qs");
|
|
|
4661
4661
|
// ESM COMPAT FLAG
|
|
4662
4662
|
__webpack_require__.r(__webpack_exports__);
|
|
4663
4663
|
|
|
4664
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
4664
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=52938213&
|
|
4665
4665
|
var render = function () {
|
|
4666
4666
|
var _vm = this
|
|
4667
4667
|
var _h = _vm.$createElement
|
|
@@ -4807,7 +4807,11 @@ var render = function () {
|
|
|
4807
4807
|
"es-flow-list",
|
|
4808
4808
|
_vm._b(
|
|
4809
4809
|
{
|
|
4810
|
-
key:
|
|
4810
|
+
key:
|
|
4811
|
+
"fl-" +
|
|
4812
|
+
index +
|
|
4813
|
+
"-" +
|
|
4814
|
+
_vm.flowListKey,
|
|
4811
4815
|
attrs:
|
|
4812
4816
|
{
|
|
4813
4817
|
businessId:
|
|
@@ -5172,7 +5176,11 @@ var render = function () {
|
|
|
5172
5176
|
"es-flow-list",
|
|
5173
5177
|
_vm._b(
|
|
5174
5178
|
{
|
|
5175
|
-
key:
|
|
5179
|
+
key:
|
|
5180
|
+
"fl-" +
|
|
5181
|
+
index +
|
|
5182
|
+
"-" +
|
|
5183
|
+
_vm.flowListKey,
|
|
5176
5184
|
attrs: {
|
|
5177
5185
|
businessId:
|
|
5178
5186
|
_vm.businessId,
|
|
@@ -5613,6 +5621,9 @@ var render = function () {
|
|
|
5613
5621
|
"es-flow-list",
|
|
5614
5622
|
_vm._b(
|
|
5615
5623
|
{
|
|
5624
|
+
key:
|
|
5625
|
+
"fl-" +
|
|
5626
|
+
_vm.flowListKey,
|
|
5616
5627
|
attrs: {
|
|
5617
5628
|
businessId:
|
|
5618
5629
|
_vm.businessId,
|
|
@@ -5911,6 +5922,7 @@ var render = function () {
|
|
|
5911
5922
|
success: _vm.handleSuccess,
|
|
5912
5923
|
save: _vm.handleSave,
|
|
5913
5924
|
endMessageChange: _vm.handleEndMessageChange,
|
|
5925
|
+
successRead: _vm.handleSuccessRead,
|
|
5914
5926
|
},
|
|
5915
5927
|
},
|
|
5916
5928
|
"es-flow",
|
|
@@ -5928,7 +5940,7 @@ var staticRenderFns = []
|
|
|
5928
5940
|
render._withStripped = true
|
|
5929
5941
|
|
|
5930
5942
|
|
|
5931
|
-
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
5943
|
+
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=52938213&
|
|
5932
5944
|
|
|
5933
5945
|
// EXTERNAL MODULE: ./src/utils/util.js + 1 modules
|
|
5934
5946
|
var util = __webpack_require__(0);
|
|
@@ -6381,6 +6393,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
6381
6393
|
//
|
|
6382
6394
|
//
|
|
6383
6395
|
//
|
|
6396
|
+
//
|
|
6397
|
+
//
|
|
6384
6398
|
|
|
6385
6399
|
|
|
6386
6400
|
/* harmony default export */ var mainvue_type_script_lang_js_ = ({
|
|
@@ -6442,7 +6456,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
6442
6456
|
taskExamineAppId: this.appId,
|
|
6443
6457
|
showMsg: true,
|
|
6444
6458
|
formRefs: this.refs,
|
|
6445
|
-
submits: null
|
|
6459
|
+
submits: null,
|
|
6460
|
+
flowListKey: 0
|
|
6446
6461
|
};
|
|
6447
6462
|
},
|
|
6448
6463
|
|
|
@@ -6480,6 +6495,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
6480
6495
|
mounted: function mounted() {},
|
|
6481
6496
|
|
|
6482
6497
|
methods: {
|
|
6498
|
+
handleSuccessRead: function handleSuccessRead() {
|
|
6499
|
+
this.flowListKey++;
|
|
6500
|
+
},
|
|
6483
6501
|
handleHide: function handleHide(res) {
|
|
6484
6502
|
return typeof res === 'boolean' ? !res : typeof res === 'string' ? this[res] : true;
|
|
6485
6503
|
},
|