eoss-ui 0.6.82 → 0.6.84
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 +152 -40
- package/lib/flow.js +145 -33
- 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/component/taskUnionExamine.vue +1 -1
- package/packages/flow/src/main.vue +72 -19
- package/packages/flow/src/startTaskRead.vue +7 -0
- package/packages/flow/src/supervise.vue +4 -2
- 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 +8 -0
- 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=324ca57c&
|
|
4473
4473
|
var render = function () {
|
|
4474
4474
|
var _vm = this
|
|
4475
4475
|
var _h = _vm.$createElement
|
|
@@ -4720,6 +4720,7 @@ var render = function () {
|
|
|
4720
4720
|
selectorConfig: _vm.selectorConfig,
|
|
4721
4721
|
resetAppId: _vm.resetAppId,
|
|
4722
4722
|
taskExamine: _vm.taskExamineInfo,
|
|
4723
|
+
subParams: _vm.subParams,
|
|
4723
4724
|
"news-info": _vm.nextNode.notificationMsg,
|
|
4724
4725
|
},
|
|
4725
4726
|
on: {
|
|
@@ -4732,6 +4733,7 @@ var render = function () {
|
|
|
4732
4733
|
? _c("Supervise", {
|
|
4733
4734
|
attrs: {
|
|
4734
4735
|
businessId: _vm.businessId,
|
|
4736
|
+
appId: _vm.resetAppId,
|
|
4735
4737
|
simpleTips: _vm.simpleTips,
|
|
4736
4738
|
},
|
|
4737
4739
|
on: {
|
|
@@ -6440,6 +6442,54 @@ var render = function () {
|
|
|
6440
6442
|
],
|
|
6441
6443
|
1
|
|
6442
6444
|
),
|
|
6445
|
+
_vm.isEndMessage
|
|
6446
|
+
? _c(
|
|
6447
|
+
"el-form",
|
|
6448
|
+
{
|
|
6449
|
+
ref: "nextNode",
|
|
6450
|
+
staticClass: "demo-dynamic",
|
|
6451
|
+
staticStyle: { padding: "0px 8px" },
|
|
6452
|
+
attrs: {
|
|
6453
|
+
model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
|
|
6454
|
+
"label-width":
|
|
6455
|
+
_vm.startFlowPageEmbeddedIntoStartFlowIndex
|
|
6456
|
+
? "100px"
|
|
6457
|
+
: "120px",
|
|
6458
|
+
"label-position": _vm.formLabelPosition,
|
|
6459
|
+
},
|
|
6460
|
+
},
|
|
6461
|
+
[
|
|
6462
|
+
_c(
|
|
6463
|
+
"el-form-item",
|
|
6464
|
+
{
|
|
6465
|
+
attrs: {
|
|
6466
|
+
prop: "nextItemHandleDescription",
|
|
6467
|
+
label: "办结意见",
|
|
6468
|
+
},
|
|
6469
|
+
},
|
|
6470
|
+
[
|
|
6471
|
+
_c("el-input", {
|
|
6472
|
+
attrs: {
|
|
6473
|
+
placeholder: "请输入办结意见",
|
|
6474
|
+
type: "textarea",
|
|
6475
|
+
autosize: { minRows: 2 },
|
|
6476
|
+
},
|
|
6477
|
+
on: { change: _vm.handleEndMessageChange },
|
|
6478
|
+
model: {
|
|
6479
|
+
value: _vm.endMessage,
|
|
6480
|
+
callback: function ($$v) {
|
|
6481
|
+
_vm.endMessage = $$v
|
|
6482
|
+
},
|
|
6483
|
+
expression: "endMessage",
|
|
6484
|
+
},
|
|
6485
|
+
}),
|
|
6486
|
+
],
|
|
6487
|
+
1
|
|
6488
|
+
),
|
|
6489
|
+
],
|
|
6490
|
+
1
|
|
6491
|
+
)
|
|
6492
|
+
: _vm._e(),
|
|
6443
6493
|
_vm.newTypeCode != "fenyue" && !_vm.shrink
|
|
6444
6494
|
? _c(
|
|
6445
6495
|
"div",
|
|
@@ -7103,6 +7153,7 @@ var render = function () {
|
|
|
7103
7153
|
type: _vm.taskReadType,
|
|
7104
7154
|
selectorConfig: _vm.selectorConfig,
|
|
7105
7155
|
simpleTips: _vm.simpleTips,
|
|
7156
|
+
subParams: _vm.subParams,
|
|
7106
7157
|
taskExamine: _vm.taskExamineInfo,
|
|
7107
7158
|
"news-info": _vm.nextNode.notificationMsg,
|
|
7108
7159
|
},
|
|
@@ -7290,7 +7341,7 @@ var staticRenderFns = []
|
|
|
7290
7341
|
render._withStripped = true
|
|
7291
7342
|
|
|
7292
7343
|
|
|
7293
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7344
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=324ca57c&
|
|
7294
7345
|
|
|
7295
7346
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7296
7347
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -13196,8 +13247,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13196
13247
|
)
|
|
13197
13248
|
|
|
13198
13249
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
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=
|
|
13200
|
-
var
|
|
13250
|
+
// 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=7b879ee0&
|
|
13251
|
+
var startTaskReadvue_type_template_id_7b879ee0_render = function () {
|
|
13201
13252
|
var _vm = this
|
|
13202
13253
|
var _h = _vm.$createElement
|
|
13203
13254
|
var _c = _vm._self._c || _h
|
|
@@ -13622,11 +13673,11 @@ var startTaskReadvue_type_template_id_4ba9d2c0_render = function () {
|
|
|
13622
13673
|
1
|
|
13623
13674
|
)
|
|
13624
13675
|
}
|
|
13625
|
-
var
|
|
13626
|
-
|
|
13676
|
+
var startTaskReadvue_type_template_id_7b879ee0_staticRenderFns = []
|
|
13677
|
+
startTaskReadvue_type_template_id_7b879ee0_render._withStripped = true
|
|
13627
13678
|
|
|
13628
13679
|
|
|
13629
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13680
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=7b879ee0&
|
|
13630
13681
|
|
|
13631
13682
|
// 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&
|
|
13632
13683
|
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; };
|
|
@@ -13820,6 +13871,10 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13820
13871
|
selectorConfig: { type: [Object, undefined], default: undefined },
|
|
13821
13872
|
param: { type: Object, default: function _default() {} },
|
|
13822
13873
|
taskExamine: { type: Object, default: function _default() {} },
|
|
13874
|
+
subParams: {
|
|
13875
|
+
type: [Object, undefined],
|
|
13876
|
+
default: undefined
|
|
13877
|
+
},
|
|
13823
13878
|
readParams: {
|
|
13824
13879
|
type: [Object, undefined],
|
|
13825
13880
|
default: undefined
|
|
@@ -14252,6 +14307,9 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14252
14307
|
if (_this8.readParams) {
|
|
14253
14308
|
params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
|
|
14254
14309
|
}
|
|
14310
|
+
if (_this8.subParams) {
|
|
14311
|
+
params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
|
|
14312
|
+
}
|
|
14255
14313
|
util["a" /* default */].ajax({
|
|
14256
14314
|
url: api["Nb" /* taskReadHtml */],
|
|
14257
14315
|
params: { taskAction: _this8.type },
|
|
@@ -14335,8 +14393,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14335
14393
|
|
|
14336
14394
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14337
14395
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14338
|
-
|
|
14339
|
-
|
|
14396
|
+
startTaskReadvue_type_template_id_7b879ee0_render,
|
|
14397
|
+
startTaskReadvue_type_template_id_7b879ee0_staticRenderFns,
|
|
14340
14398
|
false,
|
|
14341
14399
|
null,
|
|
14342
14400
|
null,
|
|
@@ -15684,8 +15742,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15684
15742
|
)
|
|
15685
15743
|
|
|
15686
15744
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
15687
|
-
// 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=
|
|
15688
|
-
var
|
|
15745
|
+
// 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=5a4f1a86&
|
|
15746
|
+
var taskUnionExaminevue_type_template_id_5a4f1a86_render = function () {
|
|
15689
15747
|
var _vm = this
|
|
15690
15748
|
var _h = _vm.$createElement
|
|
15691
15749
|
var _c = _vm._self._c || _h
|
|
@@ -15768,7 +15826,9 @@ var taskUnionExaminevue_type_template_id_ea4335d6_render = function () {
|
|
|
15768
15826
|
? ["enterprise", "employee"]
|
|
15769
15827
|
: ["enterprise"],
|
|
15770
15828
|
params:
|
|
15771
|
-
_vm.type == "startDraf"
|
|
15829
|
+
_vm.type == "startDraf" || _vm.type == "unionExamine"
|
|
15830
|
+
? _vm.otherParams
|
|
15831
|
+
: _vm.params,
|
|
15772
15832
|
tabs: _vm.currentOrgTabsParam,
|
|
15773
15833
|
disabled: _vm.disabled,
|
|
15774
15834
|
onlyName: _vm.onlyName,
|
|
@@ -15940,11 +16000,11 @@ var taskUnionExaminevue_type_template_id_ea4335d6_render = function () {
|
|
|
15940
16000
|
1
|
|
15941
16001
|
)
|
|
15942
16002
|
}
|
|
15943
|
-
var
|
|
15944
|
-
|
|
16003
|
+
var taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns = []
|
|
16004
|
+
taskUnionExaminevue_type_template_id_5a4f1a86_render._withStripped = true
|
|
15945
16005
|
|
|
15946
16006
|
|
|
15947
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16007
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a4f1a86&
|
|
15948
16008
|
|
|
15949
16009
|
// 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&
|
|
15950
16010
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -16515,8 +16575,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16515
16575
|
|
|
16516
16576
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
16517
16577
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
16518
|
-
|
|
16519
|
-
|
|
16578
|
+
taskUnionExaminevue_type_template_id_5a4f1a86_render,
|
|
16579
|
+
taskUnionExaminevue_type_template_id_5a4f1a86_staticRenderFns,
|
|
16520
16580
|
false,
|
|
16521
16581
|
null,
|
|
16522
16582
|
null,
|
|
@@ -21326,8 +21386,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
21326
21386
|
)
|
|
21327
21387
|
|
|
21328
21388
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
21329
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
21330
|
-
var
|
|
21389
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=36b18004&
|
|
21390
|
+
var supervisevue_type_template_id_36b18004_render = function () {
|
|
21331
21391
|
var _vm = this
|
|
21332
21392
|
var _h = _vm.$createElement
|
|
21333
21393
|
var _c = _vm._self._c || _h
|
|
@@ -21480,11 +21540,11 @@ var supervisevue_type_template_id_b84cd288_render = function () {
|
|
|
21480
21540
|
1
|
|
21481
21541
|
)
|
|
21482
21542
|
}
|
|
21483
|
-
var
|
|
21484
|
-
|
|
21543
|
+
var supervisevue_type_template_id_36b18004_staticRenderFns = []
|
|
21544
|
+
supervisevue_type_template_id_36b18004_render._withStripped = true
|
|
21485
21545
|
|
|
21486
21546
|
|
|
21487
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
21547
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=36b18004&
|
|
21488
21548
|
|
|
21489
21549
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
|
|
21490
21550
|
var supervisevue_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; };
|
|
@@ -21561,7 +21621,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
21561
21621
|
businessId: {
|
|
21562
21622
|
type: String,
|
|
21563
21623
|
default: ''
|
|
21564
|
-
}
|
|
21624
|
+
},
|
|
21625
|
+
appId: { type: String, default: '' }
|
|
21565
21626
|
},
|
|
21566
21627
|
data: function data() {
|
|
21567
21628
|
return {
|
|
@@ -21600,7 +21661,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
21600
21661
|
urgeUserIds: pendingUserIds,
|
|
21601
21662
|
notificationType: noticeType.join(','),
|
|
21602
21663
|
notificationMessage: notifyMessage,
|
|
21603
|
-
businessId: this.businessId
|
|
21664
|
+
businessId: this.businessId,
|
|
21665
|
+
appId: this.appId
|
|
21604
21666
|
}
|
|
21605
21667
|
};
|
|
21606
21668
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
@@ -21652,8 +21714,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
21652
21714
|
|
|
21653
21715
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
21654
21716
|
src_supervisevue_type_script_lang_js_,
|
|
21655
|
-
|
|
21656
|
-
|
|
21717
|
+
supervisevue_type_template_id_36b18004_render,
|
|
21718
|
+
supervisevue_type_template_id_36b18004_staticRenderFns,
|
|
21657
21719
|
false,
|
|
21658
21720
|
null,
|
|
21659
21721
|
null,
|
|
@@ -23325,6 +23387,34 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23325
23387
|
//
|
|
23326
23388
|
//
|
|
23327
23389
|
//
|
|
23390
|
+
//
|
|
23391
|
+
//
|
|
23392
|
+
//
|
|
23393
|
+
//
|
|
23394
|
+
//
|
|
23395
|
+
//
|
|
23396
|
+
//
|
|
23397
|
+
//
|
|
23398
|
+
//
|
|
23399
|
+
//
|
|
23400
|
+
//
|
|
23401
|
+
//
|
|
23402
|
+
//
|
|
23403
|
+
//
|
|
23404
|
+
//
|
|
23405
|
+
//
|
|
23406
|
+
//
|
|
23407
|
+
//
|
|
23408
|
+
//
|
|
23409
|
+
//
|
|
23410
|
+
//
|
|
23411
|
+
//
|
|
23412
|
+
//
|
|
23413
|
+
//
|
|
23414
|
+
//
|
|
23415
|
+
//
|
|
23416
|
+
//
|
|
23417
|
+
//
|
|
23328
23418
|
|
|
23329
23419
|
|
|
23330
23420
|
|
|
@@ -23401,7 +23491,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23401
23491
|
rows: {
|
|
23402
23492
|
type: [String, Number],
|
|
23403
23493
|
default: 10
|
|
23404
|
-
}
|
|
23494
|
+
},
|
|
23495
|
+
isEndMessage: { type: Boolean, default: false }
|
|
23405
23496
|
},
|
|
23406
23497
|
data: function data() {
|
|
23407
23498
|
var _ref;
|
|
@@ -23409,6 +23500,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23409
23500
|
return _ref = {
|
|
23410
23501
|
styles: {},
|
|
23411
23502
|
optionsKey: 0,
|
|
23503
|
+
endMessage: '',
|
|
23504
|
+
oldNextOperate: '',
|
|
23412
23505
|
taskOperationShiftedNodeList: null,
|
|
23413
23506
|
currentNodeEnableItemHandleDescription: false,
|
|
23414
23507
|
startFlowPageEmbeddedIntoStartFlowIndex: false,
|
|
@@ -23679,6 +23772,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23679
23772
|
}
|
|
23680
23773
|
},
|
|
23681
23774
|
methods: {
|
|
23775
|
+
handleEndMessageChange: function handleEndMessageChange() {
|
|
23776
|
+
this.$emit('endMessageChange', this.endMessage);
|
|
23777
|
+
},
|
|
23682
23778
|
getInfo: function getInfo() {
|
|
23683
23779
|
if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
|
|
23684
23780
|
this.getNodeType();
|
|
@@ -24717,6 +24813,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24717
24813
|
} else {
|
|
24718
24814
|
this.nextNode.nextUserId = '';
|
|
24719
24815
|
}
|
|
24816
|
+
if (isNextNode) {
|
|
24817
|
+
this.oldNextOperate = this.operationList.filter(function (x) {
|
|
24818
|
+
return x.key == val;
|
|
24819
|
+
})[0].nextOperate;
|
|
24820
|
+
} else {
|
|
24821
|
+
this.oldNextOperate = '';
|
|
24822
|
+
}
|
|
24720
24823
|
this.options = [];
|
|
24721
24824
|
this.selectUserList = [];
|
|
24722
24825
|
this.radioList = [];
|
|
@@ -24745,9 +24848,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24745
24848
|
} else {
|
|
24746
24849
|
_this26.nodeInfos = item.taskNodeList;
|
|
24747
24850
|
|
|
24748
|
-
_this26.
|
|
24749
|
-
|
|
24750
|
-
|
|
24851
|
+
if (_this26.taskOperationShiftedNodeList) {
|
|
24852
|
+
_this26.nodeInfos = item.taskNodeList.filter(function (x) {
|
|
24853
|
+
return _this26.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
|
|
24854
|
+
});
|
|
24855
|
+
}
|
|
24751
24856
|
}
|
|
24752
24857
|
return;
|
|
24753
24858
|
}
|
|
@@ -24922,7 +25027,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24922
25027
|
_this27.taskOperationShiftedNodeList = [];
|
|
24923
25028
|
taskOperationShiftedNodeList.map(function (x) {
|
|
24924
25029
|
_this27.taskOperationShiftedNodeList.push(x.nodeId);
|
|
24925
|
-
taskOperations.push({
|
|
25030
|
+
taskOperations.push({
|
|
25031
|
+
key: x.nodeId,
|
|
25032
|
+
value: x.nodeName,
|
|
25033
|
+
nextOperate: x.nextOperate,
|
|
25034
|
+
isNextNode: true
|
|
25035
|
+
});
|
|
24926
25036
|
});
|
|
24927
25037
|
}
|
|
24928
25038
|
_this27.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
@@ -25495,11 +25605,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25495
25605
|
delete _this33.nextNode.nextOperate;
|
|
25496
25606
|
delete _this33.nextNode.nextNodeId;
|
|
25497
25607
|
}
|
|
25498
|
-
if (_this33.nextNode.nextOperate === 9) {
|
|
25608
|
+
if (_this33.nextNode.nextOperate === 9 || _this33.oldNextOperate == 9) {
|
|
25499
25609
|
_this33.nextNode.isReturnRejectNode = 1;
|
|
25500
25610
|
_this33.nextNode.processDefinitionId = _this33.processObj.taskExamine.processDefinitionId;
|
|
25501
25611
|
}
|
|
25502
|
-
if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1) {
|
|
25612
|
+
if (_this33.nextNode.nextOperate != 0 && _this33.nextNode.nextOperate != 1 && _this33.oldNextOperate === '' || _this33.oldNextOperate !== '' && _this33.oldNextOperate != 0 && _this33.oldNextOperate != 1) {
|
|
25503
25613
|
delete _this33.nextNode.nextNodeId;
|
|
25504
25614
|
}
|
|
25505
25615
|
|
|
@@ -25523,7 +25633,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25523
25633
|
if (!_this33.isCanPreAddSign || _this33.nextNode.isAddSign != '1') {
|
|
25524
25634
|
delete _this33.nextNode.addSignMode;
|
|
25525
25635
|
}
|
|
25636
|
+
|
|
25526
25637
|
params = mainvue_type_script_lang_js_extends({}, _this33.nextNode, {
|
|
25638
|
+
nextOperate: _this33.oldNextOperate !== '' ? _this33.oldNextOperate : _this33.nextNode.nextOperate,
|
|
25527
25639
|
pendingId: _this33.pendingId,
|
|
25528
25640
|
opinion: _this33.isForceDisplayDefaultOptionForPrefix && !_this33.value.startsWith(_this33.nodeDefaultSubmitOpinion) ? _this33.nodeDefaultSubmitOpinion + _this33.value : _this33.value,
|
|
25529
25641
|
userId: util["a" /* default */].getStorage('userId'),
|
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\",\"juqian\"]");
|
|
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\",\"shendusikao\",\"fensizengchang\"]");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|