eoss-ui 0.6.80 → 0.6.82
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 +97 -62
- package/lib/flow.js +90 -55
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +22 -26
- package/packages/flow/src/processForm.vue +69 -38
- package/packages/flow/src/selectUser.vue +1 -0
- package/packages/flow/src/startTaskRead.vue +0 -1
- package/packages/icons/src/icon.json +1 -1
- package/packages/theme-chalk/lib/base.css +1 -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/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +450 -446
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -4469,7 +4469,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4469
4469
|
// ESM COMPAT FLAG
|
|
4470
4470
|
__webpack_require__.r(__webpack_exports__);
|
|
4471
4471
|
|
|
4472
|
-
// 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=
|
|
4472
|
+
// 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=525f51c1&
|
|
4473
4473
|
var render = function () {
|
|
4474
4474
|
var _vm = this
|
|
4475
4475
|
var _h = _vm.$createElement
|
|
@@ -4577,6 +4577,8 @@ var render = function () {
|
|
|
4577
4577
|
opinion: _vm.value,
|
|
4578
4578
|
rows: _vm.rows,
|
|
4579
4579
|
placeholder: _vm.pendingItemHandleDescription,
|
|
4580
|
+
pendingItemHandleDescription:
|
|
4581
|
+
_vm.pendingItemHandleDescription,
|
|
4580
4582
|
required: _vm.isOpinionRequired == 1,
|
|
4581
4583
|
isBanInputOpinion: _vm.isBanInputOpinion,
|
|
4582
4584
|
nodeFixedOpinionSelectList:
|
|
@@ -4994,11 +4996,13 @@ var render = function () {
|
|
|
4994
4996
|
name: "show",
|
|
4995
4997
|
rawName: "v-show",
|
|
4996
4998
|
value:
|
|
4997
|
-
(!_vm.endFlow ||
|
|
4999
|
+
(!_vm.endFlow ||
|
|
5000
|
+
_vm.nodeInfos.length > 1 ||
|
|
5001
|
+
_vm.taskOperationShiftedNodeList) &&
|
|
4998
5002
|
_vm.newTypeCode != "fenyue" &&
|
|
4999
5003
|
!_vm.shrink,
|
|
5000
5004
|
expression:
|
|
5001
|
-
"\n (!endFlow || nodeInfos.length > 1) &&\n newTypeCode != 'fenyue' &&\n !shrink\n ",
|
|
5005
|
+
"\n (!endFlow || nodeInfos.length > 1 || taskOperationShiftedNodeList) &&\n newTypeCode != 'fenyue' &&\n !shrink\n ",
|
|
5002
5006
|
},
|
|
5003
5007
|
],
|
|
5004
5008
|
ref: "esContent",
|
|
@@ -6154,15 +6158,15 @@ var render = function () {
|
|
|
6154
6158
|
"el-form-item",
|
|
6155
6159
|
{
|
|
6156
6160
|
attrs: {
|
|
6157
|
-
prop: "
|
|
6158
|
-
label: "
|
|
6161
|
+
prop: "nextItemHandleDescription",
|
|
6162
|
+
label: "办理说明",
|
|
6159
6163
|
},
|
|
6160
6164
|
},
|
|
6161
6165
|
[
|
|
6162
6166
|
_c("el-input", {
|
|
6163
6167
|
attrs: {
|
|
6164
6168
|
placeholder:
|
|
6165
|
-
"
|
|
6169
|
+
"请输入办理说明",
|
|
6166
6170
|
type: "textarea",
|
|
6167
6171
|
autosize: {
|
|
6168
6172
|
minRows: 2,
|
|
@@ -6269,6 +6273,7 @@ var render = function () {
|
|
|
6269
6273
|
"multiInsMidwayWithSubmitScene",
|
|
6270
6274
|
"label-position": _vm.formLabelPosition,
|
|
6271
6275
|
showBtn: false,
|
|
6276
|
+
formTitle: _vm.formTitle,
|
|
6272
6277
|
"copy-history":
|
|
6273
6278
|
_vm.freeStartFlowParams.pendedHistoryHandle,
|
|
6274
6279
|
"process-definition-id":
|
|
@@ -7285,7 +7290,7 @@ var staticRenderFns = []
|
|
|
7285
7290
|
render._withStripped = true
|
|
7286
7291
|
|
|
7287
7292
|
|
|
7288
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7293
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=525f51c1&
|
|
7289
7294
|
|
|
7290
7295
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7291
7296
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8338,8 +8343,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8338
8343
|
)
|
|
8339
8344
|
|
|
8340
8345
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8341
|
-
// 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=
|
|
8342
|
-
var
|
|
8346
|
+
// 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=09ba35c6&
|
|
8347
|
+
var processFormvue_type_template_id_09ba35c6_render = function () {
|
|
8343
8348
|
var _vm = this
|
|
8344
8349
|
var _h = _vm.$createElement
|
|
8345
8350
|
var _c = _vm._self._c || _h
|
|
@@ -9048,9 +9053,9 @@ var processFormvue_type_template_id_7d7a1c8e_render = function () {
|
|
|
9048
9053
|
},
|
|
9049
9054
|
[
|
|
9050
9055
|
_vm._v(
|
|
9051
|
-
"\n
|
|
9056
|
+
"\n " +
|
|
9052
9057
|
_vm._s(item.shortName) +
|
|
9053
|
-
"\n
|
|
9058
|
+
"\n "
|
|
9054
9059
|
),
|
|
9055
9060
|
]
|
|
9056
9061
|
)
|
|
@@ -9077,6 +9082,7 @@ var processFormvue_type_template_id_7d7a1c8e_render = function () {
|
|
|
9077
9082
|
type: "textarea",
|
|
9078
9083
|
readonly: _vm.notificationMessageReadOnly,
|
|
9079
9084
|
},
|
|
9085
|
+
on: { change: _vm.handleChange },
|
|
9080
9086
|
model: {
|
|
9081
9087
|
value: _vm.nextNode.noticeInfo,
|
|
9082
9088
|
callback: function ($$v) {
|
|
@@ -9095,14 +9101,14 @@ var processFormvue_type_template_id_7d7a1c8e_render = function () {
|
|
|
9095
9101
|
1
|
|
9096
9102
|
)
|
|
9097
9103
|
}
|
|
9098
|
-
var
|
|
9099
|
-
|
|
9104
|
+
var processFormvue_type_template_id_09ba35c6_staticRenderFns = []
|
|
9105
|
+
processFormvue_type_template_id_09ba35c6_render._withStripped = true
|
|
9100
9106
|
|
|
9101
9107
|
|
|
9102
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9108
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=09ba35c6&
|
|
9103
9109
|
|
|
9104
|
-
// 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=
|
|
9105
|
-
var
|
|
9110
|
+
// 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=2f6c6827&
|
|
9111
|
+
var selectUservue_type_template_id_2f6c6827_render = function () {
|
|
9106
9112
|
var _vm = this
|
|
9107
9113
|
var _h = _vm.$createElement
|
|
9108
9114
|
var _c = _vm._self._c || _h
|
|
@@ -9214,6 +9220,7 @@ var selectUservue_type_template_id_49031d93_render = function () {
|
|
|
9214
9220
|
types: _vm.types,
|
|
9215
9221
|
tabs: _vm.tabs,
|
|
9216
9222
|
title: _vm.title,
|
|
9223
|
+
max: "5",
|
|
9217
9224
|
mix: _vm.mix,
|
|
9218
9225
|
disabled:
|
|
9219
9226
|
!_vm.isCustomUser ||
|
|
@@ -9246,11 +9253,11 @@ var selectUservue_type_template_id_49031d93_render = function () {
|
|
|
9246
9253
|
2
|
|
9247
9254
|
)
|
|
9248
9255
|
}
|
|
9249
|
-
var
|
|
9250
|
-
|
|
9256
|
+
var selectUservue_type_template_id_2f6c6827_staticRenderFns = []
|
|
9257
|
+
selectUservue_type_template_id_2f6c6827_render._withStripped = true
|
|
9251
9258
|
|
|
9252
9259
|
|
|
9253
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9260
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=2f6c6827&
|
|
9254
9261
|
|
|
9255
9262
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
9256
9263
|
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; };
|
|
@@ -9346,6 +9353,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9346
9353
|
//
|
|
9347
9354
|
//
|
|
9348
9355
|
//
|
|
9356
|
+
//
|
|
9349
9357
|
|
|
9350
9358
|
|
|
9351
9359
|
|
|
@@ -9732,8 +9740,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9732
9740
|
|
|
9733
9741
|
var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
9734
9742
|
src_selectUservue_type_script_lang_js_,
|
|
9735
|
-
|
|
9736
|
-
|
|
9743
|
+
selectUservue_type_template_id_2f6c6827_render,
|
|
9744
|
+
selectUservue_type_template_id_2f6c6827_staticRenderFns,
|
|
9737
9745
|
false,
|
|
9738
9746
|
null,
|
|
9739
9747
|
null,
|
|
@@ -10931,6 +10939,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10931
10939
|
//
|
|
10932
10940
|
//
|
|
10933
10941
|
//
|
|
10942
|
+
//
|
|
10943
|
+
//
|
|
10944
|
+
//
|
|
10945
|
+
//
|
|
10946
|
+
//
|
|
10934
10947
|
|
|
10935
10948
|
|
|
10936
10949
|
|
|
@@ -10983,6 +10996,10 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10983
10996
|
type: String,
|
|
10984
10997
|
default: 'left'
|
|
10985
10998
|
},
|
|
10999
|
+
formTitle: {
|
|
11000
|
+
type: String,
|
|
11001
|
+
default: ''
|
|
11002
|
+
},
|
|
10986
11003
|
showBtn: { type: Boolean, default: true }
|
|
10987
11004
|
},
|
|
10988
11005
|
data: function data() {
|
|
@@ -10998,6 +11015,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10998
11015
|
nextOperateCheckType: 'select',
|
|
10999
11016
|
showNews: false, // 是否展示通知信息
|
|
11000
11017
|
notificationMessageReadOnly: false,
|
|
11018
|
+
isChangeMessage: false,
|
|
11001
11019
|
readOnlyNotificationType: '',
|
|
11002
11020
|
show: true,
|
|
11003
11021
|
enableCustomLimitTimeSetting: false,
|
|
@@ -11055,6 +11073,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11055
11073
|
mixPresetList: [],
|
|
11056
11074
|
isCdjxjTaskHandle: '',
|
|
11057
11075
|
isShowNextUser: true,
|
|
11076
|
+
oldMessage: '',
|
|
11058
11077
|
mixOrgIdList: [], //办理对象混选
|
|
11059
11078
|
nextNode: {
|
|
11060
11079
|
nodeName: '',
|
|
@@ -11092,6 +11111,17 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11092
11111
|
},
|
|
11093
11112
|
opinion: function opinion(val) {
|
|
11094
11113
|
this.newOpinion = this.opinion;
|
|
11114
|
+
},
|
|
11115
|
+
|
|
11116
|
+
formTitle: {
|
|
11117
|
+
handler: function handler(val) {
|
|
11118
|
+
if (!this.showBtn && !this.isChangeMessage) {
|
|
11119
|
+
this.nextNode.noticeInfo = this.oldMessage.replace('{title}', val);
|
|
11120
|
+
}
|
|
11121
|
+
},
|
|
11122
|
+
|
|
11123
|
+
deep: true,
|
|
11124
|
+
immediate: true
|
|
11095
11125
|
}
|
|
11096
11126
|
},
|
|
11097
11127
|
computed: {
|
|
@@ -11117,6 +11147,9 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11117
11147
|
},
|
|
11118
11148
|
|
|
11119
11149
|
methods: {
|
|
11150
|
+
handleChange: function handleChange() {
|
|
11151
|
+
this.isChangeMessage = true;
|
|
11152
|
+
},
|
|
11120
11153
|
changeCustomLimitTime: function changeCustomLimitTime(val) {
|
|
11121
11154
|
if (!Number(val) || val.indexOf('.') != -1 || Number(val) < 0) {
|
|
11122
11155
|
this.$message.warning('请输入正确的天数');
|
|
@@ -11272,9 +11305,17 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11272
11305
|
nodeId: this.nextNode.nextNode,
|
|
11273
11306
|
businessId: this.id
|
|
11274
11307
|
};
|
|
11308
|
+
if (!this.showBtn) {
|
|
11309
|
+
params.openMode = 'samepage';
|
|
11310
|
+
}
|
|
11275
11311
|
util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
11276
11312
|
if (res.status === 'success') {
|
|
11277
|
-
_this3.
|
|
11313
|
+
if (!_this3.showBtn) {
|
|
11314
|
+
_this3.oldMessage = res.message;
|
|
11315
|
+
_this3.nextNode.noticeInfo = res.message.replace('{title}', '');
|
|
11316
|
+
} else {
|
|
11317
|
+
_this3.nextNode.noticeInfo = res.message;
|
|
11318
|
+
}
|
|
11278
11319
|
}
|
|
11279
11320
|
}).catch(function (err) {
|
|
11280
11321
|
if (_this3.showBtn) {
|
|
@@ -11719,8 +11760,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11719
11760
|
|
|
11720
11761
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
11721
11762
|
src_processFormvue_type_script_lang_js_,
|
|
11722
|
-
|
|
11723
|
-
|
|
11763
|
+
processFormvue_type_template_id_09ba35c6_render,
|
|
11764
|
+
processFormvue_type_template_id_09ba35c6_staticRenderFns,
|
|
11724
11765
|
false,
|
|
11725
11766
|
null,
|
|
11726
11767
|
null,
|
|
@@ -13155,8 +13196,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13155
13196
|
)
|
|
13156
13197
|
|
|
13157
13198
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13158
|
-
// 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=
|
|
13159
|
-
var
|
|
13199
|
+
// 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=4ba9d2c0&
|
|
13200
|
+
var startTaskReadvue_type_template_id_4ba9d2c0_render = function () {
|
|
13160
13201
|
var _vm = this
|
|
13161
13202
|
var _h = _vm.$createElement
|
|
13162
13203
|
var _c = _vm._self._c || _h
|
|
@@ -13267,7 +13308,6 @@ var startTaskReadvue_type_template_id_6faa6bf1_render = function () {
|
|
|
13267
13308
|
],
|
|
13268
13309
|
tabs: _vm.tabs,
|
|
13269
13310
|
params: _vm.selectorParams,
|
|
13270
|
-
where: { type: "user" },
|
|
13271
13311
|
},
|
|
13272
13312
|
on: {
|
|
13273
13313
|
change: function ($event) {
|
|
@@ -13582,11 +13622,11 @@ var startTaskReadvue_type_template_id_6faa6bf1_render = function () {
|
|
|
13582
13622
|
1
|
|
13583
13623
|
)
|
|
13584
13624
|
}
|
|
13585
|
-
var
|
|
13586
|
-
|
|
13625
|
+
var startTaskReadvue_type_template_id_4ba9d2c0_staticRenderFns = []
|
|
13626
|
+
startTaskReadvue_type_template_id_4ba9d2c0_render._withStripped = true
|
|
13587
13627
|
|
|
13588
13628
|
|
|
13589
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13629
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4ba9d2c0&
|
|
13590
13630
|
|
|
13591
13631
|
// 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&
|
|
13592
13632
|
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; };
|
|
@@ -13762,7 +13802,6 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13762
13802
|
//
|
|
13763
13803
|
//
|
|
13764
13804
|
//
|
|
13765
|
-
//
|
|
13766
13805
|
|
|
13767
13806
|
|
|
13768
13807
|
|
|
@@ -14296,8 +14335,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14296
14335
|
|
|
14297
14336
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14298
14337
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14299
|
-
|
|
14300
|
-
|
|
14338
|
+
startTaskReadvue_type_template_id_4ba9d2c0_render,
|
|
14339
|
+
startTaskReadvue_type_template_id_4ba9d2c0_staticRenderFns,
|
|
14301
14340
|
false,
|
|
14302
14341
|
null,
|
|
14303
14342
|
null,
|
|
@@ -23284,6 +23323,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23284
23323
|
//
|
|
23285
23324
|
//
|
|
23286
23325
|
//
|
|
23326
|
+
//
|
|
23327
|
+
//
|
|
23287
23328
|
|
|
23288
23329
|
|
|
23289
23330
|
|
|
@@ -23340,6 +23381,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23340
23381
|
},
|
|
23341
23382
|
beforeSubmit: Function,
|
|
23342
23383
|
title: { type: String, default: '流程办理' },
|
|
23384
|
+
formTitle: { type: String, default: '' },
|
|
23343
23385
|
closeParent: Boolean,
|
|
23344
23386
|
param: {
|
|
23345
23387
|
type: Object,
|
|
@@ -23367,6 +23409,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23367
23409
|
return _ref = {
|
|
23368
23410
|
styles: {},
|
|
23369
23411
|
optionsKey: 0,
|
|
23412
|
+
taskOperationShiftedNodeList: null,
|
|
23370
23413
|
currentNodeEnableItemHandleDescription: false,
|
|
23371
23414
|
startFlowPageEmbeddedIntoStartFlowIndex: false,
|
|
23372
23415
|
pendingItemHandleDescription: '',
|
|
@@ -24662,7 +24705,6 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24662
24705
|
selecNext: function selecNext(val, type, isDef) {
|
|
24663
24706
|
var _this26 = this;
|
|
24664
24707
|
|
|
24665
|
-
console.log(val, 'valvalval');
|
|
24666
24708
|
var isNextNode = false;
|
|
24667
24709
|
if (type) {
|
|
24668
24710
|
isNextNode = this.operationList.filter(function (x) {
|
|
@@ -24679,8 +24721,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24679
24721
|
this.selectUserList = [];
|
|
24680
24722
|
this.radioList = [];
|
|
24681
24723
|
|
|
24682
|
-
if (type
|
|
24683
|
-
console.log('不是下一步节点');
|
|
24724
|
+
if (type) {
|
|
24684
24725
|
this.isNextUser = false;
|
|
24685
24726
|
this.isShowNode = false;
|
|
24686
24727
|
this.isMainSubProcess = false;
|
|
@@ -24697,29 +24738,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24697
24738
|
this.nextNode.isReturnRejectNode = 0;
|
|
24698
24739
|
this.nextNode.isSerialSubmit = 0;
|
|
24699
24740
|
this.nodeInfos = [];
|
|
24700
|
-
var newOperationList = [];
|
|
24701
|
-
// this.operationList.map(x => {
|
|
24702
|
-
|
|
24703
|
-
// })
|
|
24704
24741
|
this.operationList.forEach(function (item) {
|
|
24705
24742
|
if (item.key === val) {
|
|
24706
24743
|
if (!item.taskNodeList) {
|
|
24707
24744
|
_this26.nodeInfos = [];
|
|
24708
24745
|
} else {
|
|
24709
|
-
|
|
24710
|
-
item.taskNodeList.map(function (x) {
|
|
24711
|
-
if (x.nodeName == '编号') {
|
|
24712
|
-
_this26.operationList.push({
|
|
24713
|
-
key: x.nodeId,
|
|
24714
|
-
value: x.nodeName,
|
|
24715
|
-
isNextNode: true
|
|
24716
|
-
});
|
|
24717
|
-
}
|
|
24718
|
-
});
|
|
24719
|
-
}
|
|
24746
|
+
_this26.nodeInfos = item.taskNodeList;
|
|
24720
24747
|
|
|
24721
24748
|
_this26.nodeInfos = item.taskNodeList.filter(function (x) {
|
|
24722
|
-
return x.
|
|
24749
|
+
return _this26.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
|
|
24723
24750
|
});
|
|
24724
24751
|
}
|
|
24725
24752
|
return;
|
|
@@ -24881,6 +24908,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24881
24908
|
isSpecial = _res$data2.isSpecial,
|
|
24882
24909
|
canPresetRead = _res$data2.canPresetRead,
|
|
24883
24910
|
isCdjxjTaskHandle = _res$data2.isCdjxjTaskHandle,
|
|
24911
|
+
taskOperationShiftedNodeList = _res$data2.taskOperationShiftedNodeList,
|
|
24884
24912
|
taskButtonList = _res$data2.taskButtonList,
|
|
24885
24913
|
simpleTips = _res$data2.simpleTips,
|
|
24886
24914
|
isCanPreAddSign = _res$data2.isCanPreAddSign;
|
|
@@ -24890,6 +24918,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24890
24918
|
}
|
|
24891
24919
|
_this27.$emit('startTaskRead', res);
|
|
24892
24920
|
_this27.$emit('start-task-read', res);
|
|
24921
|
+
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
24922
|
+
_this27.taskOperationShiftedNodeList = [];
|
|
24923
|
+
taskOperationShiftedNodeList.map(function (x) {
|
|
24924
|
+
_this27.taskOperationShiftedNodeList.push(x.nodeId);
|
|
24925
|
+
taskOperations.push({ key: x.nodeId, value: x.nodeName, isNextNode: true });
|
|
24926
|
+
});
|
|
24927
|
+
}
|
|
24893
24928
|
_this27.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
24894
24929
|
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
24895
24930
|
_this27.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
@@ -25118,16 +25153,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25118
25153
|
* @date 2022年5月25日
|
|
25119
25154
|
**/
|
|
25120
25155
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25121
|
-
if (closeParent) {
|
|
25156
|
+
if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25122
25157
|
this.$refs[type].handleClosed();
|
|
25123
|
-
} else {
|
|
25158
|
+
} else if (!this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25124
25159
|
this[type] = false;
|
|
25125
25160
|
}
|
|
25126
25161
|
if (this.freeStartFlowParams.useScene && this.freeStartFlowParams.useScene != 'multiInsMidwayWithSubmitScene') {
|
|
25127
25162
|
this[type] = false;
|
|
25128
25163
|
return;
|
|
25129
25164
|
}
|
|
25130
|
-
if (val == 'taskReadAndEnd' || val == true && type != 'taskRead' || val == 'transfer') {
|
|
25165
|
+
if (val == 'taskReadAndEnd' || val == true && type != 'taskRead' || val == 'transfer' || this.typeCode == 'read') {
|
|
25131
25166
|
this.flowSuccess(true);
|
|
25132
25167
|
// this.$emit('success');
|
|
25133
25168
|
} else {
|
package/lib/icons.js
CHANGED
|
@@ -90,7 +90,7 @@ module.exports =
|
|
|
90
90
|
/***/ 22:
|
|
91
91
|
/***/ (function(module) {
|
|
92
92
|
|
|
93
|
-
module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\"]");
|
|
93
|
+
module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\"]");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|