eoss-mobiles 0.3.34 → 0.3.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/eoss-mobile.common.js +155 -101
- package/lib/flow.js +116 -71
- package/lib/form.js +33 -24
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Opinion.vue +2 -2
- package/packages/flow/src/components/StartFlow.vue +131 -77
- package/packages/flow/src/components/TaskRead.vue +0 -1
- package/packages/flow/src/components/reset.vue +0 -2
- package/packages/flow/src/components/taskUnionExamine.vue +0 -1
- package/packages/form/src/main.vue +1 -1
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -2251,8 +2251,8 @@ render._withStripped = true
|
|
|
2251
2251
|
|
|
2252
2252
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=81a61f1c
|
|
2253
2253
|
|
|
2254
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2255
|
-
var
|
|
2254
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=1e2dff79
|
|
2255
|
+
var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
2256
2256
|
var _vm = this
|
|
2257
2257
|
var _h = _vm.$createElement
|
|
2258
2258
|
var _c = _vm._self._c || _h
|
|
@@ -2359,11 +2359,11 @@ var StartFlowvue_type_template_id_5879d66b_render = function () {
|
|
|
2359
2359
|
},
|
|
2360
2360
|
},
|
|
2361
2361
|
model: {
|
|
2362
|
-
value: _vm.form.
|
|
2362
|
+
value: _vm.form.nextNodeId,
|
|
2363
2363
|
callback: function ($$v) {
|
|
2364
|
-
_vm.$set(_vm.form, "
|
|
2364
|
+
_vm.$set(_vm.form, "nextNodeId", $$v)
|
|
2365
2365
|
},
|
|
2366
|
-
expression: "form.
|
|
2366
|
+
expression: "form.nextNodeId",
|
|
2367
2367
|
},
|
|
2368
2368
|
}),
|
|
2369
2369
|
],
|
|
@@ -2563,11 +2563,11 @@ var StartFlowvue_type_template_id_5879d66b_render = function () {
|
|
|
2563
2563
|
]),
|
|
2564
2564
|
])
|
|
2565
2565
|
}
|
|
2566
|
-
var
|
|
2567
|
-
|
|
2566
|
+
var StartFlowvue_type_template_id_1e2dff79_staticRenderFns = []
|
|
2567
|
+
StartFlowvue_type_template_id_1e2dff79_render._withStripped = true
|
|
2568
2568
|
|
|
2569
2569
|
|
|
2570
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2570
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=1e2dff79
|
|
2571
2571
|
|
|
2572
2572
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2573
2573
|
var api = __webpack_require__(2);
|
|
@@ -2575,8 +2575,8 @@ var api = __webpack_require__(2);
|
|
|
2575
2575
|
// EXTERNAL MODULE: ./src/utils/http.js + 1 modules
|
|
2576
2576
|
var http = __webpack_require__(3);
|
|
2577
2577
|
|
|
2578
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
2579
|
-
var
|
|
2578
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=405382b8
|
|
2579
|
+
var Opinionvue_type_template_id_405382b8_render = function () {
|
|
2580
2580
|
var _vm = this
|
|
2581
2581
|
var _h = _vm.$createElement
|
|
2582
2582
|
var _c = _vm._self._c || _h
|
|
@@ -2652,7 +2652,9 @@ var Opinionvue_type_template_id_26ccd3ee_render = function () {
|
|
|
2652
2652
|
attrs: {
|
|
2653
2653
|
label: _vm.label,
|
|
2654
2654
|
placeholder: _vm.placeholder,
|
|
2655
|
-
autofocus:
|
|
2655
|
+
autofocus:
|
|
2656
|
+
_vm.pendingItemHandleDescription &&
|
|
2657
|
+
_vm.showDescription,
|
|
2656
2658
|
type: "textarea",
|
|
2657
2659
|
rows: "3",
|
|
2658
2660
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
@@ -2719,7 +2721,9 @@ var Opinionvue_type_template_id_26ccd3ee_render = function () {
|
|
|
2719
2721
|
placeholder: _vm.placeholder,
|
|
2720
2722
|
type: "textarea",
|
|
2721
2723
|
rows: "3",
|
|
2722
|
-
autofocus:
|
|
2724
|
+
autofocus:
|
|
2725
|
+
_vm.pendingItemHandleDescription &&
|
|
2726
|
+
_vm.showDescription,
|
|
2723
2727
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
2724
2728
|
required: _vm.isOpinionRequired == 1 ? true : false,
|
|
2725
2729
|
},
|
|
@@ -2798,11 +2802,11 @@ var Opinionvue_type_template_id_26ccd3ee_render = function () {
|
|
|
2798
2802
|
1
|
|
2799
2803
|
)
|
|
2800
2804
|
}
|
|
2801
|
-
var
|
|
2802
|
-
|
|
2805
|
+
var Opinionvue_type_template_id_405382b8_staticRenderFns = []
|
|
2806
|
+
Opinionvue_type_template_id_405382b8_render._withStripped = true
|
|
2803
2807
|
|
|
2804
2808
|
|
|
2805
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
2809
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=405382b8
|
|
2806
2810
|
|
|
2807
2811
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=script&lang=js
|
|
2808
2812
|
//
|
|
@@ -3139,8 +3143,8 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
3139
3143
|
|
|
3140
3144
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
3141
3145
|
components_Opinionvue_type_script_lang_js,
|
|
3142
|
-
|
|
3143
|
-
|
|
3146
|
+
Opinionvue_type_template_id_405382b8_render,
|
|
3147
|
+
Opinionvue_type_template_id_405382b8_staticRenderFns,
|
|
3144
3148
|
false,
|
|
3145
3149
|
null,
|
|
3146
3150
|
null,
|
|
@@ -4194,6 +4198,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4194
4198
|
showOpinion: true,
|
|
4195
4199
|
readOnlyNotificationType: '',
|
|
4196
4200
|
notificationMessageReadOnly: false,
|
|
4201
|
+
defaultNextNode: '',
|
|
4197
4202
|
isCustomUser: 1,
|
|
4198
4203
|
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
4199
4204
|
form: {
|
|
@@ -4410,7 +4415,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4410
4415
|
format: false
|
|
4411
4416
|
}).then(function (res) {
|
|
4412
4417
|
_this2.$toast.clear();
|
|
4413
|
-
if (res.rCode == 0 || res.status ==
|
|
4418
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
4414
4419
|
_this2.$toast('操作成功');
|
|
4415
4420
|
if (_that.formType == 'freeStart' && !_that.isFreeStartFlow) {
|
|
4416
4421
|
_this2.$emit('closePop');
|
|
@@ -4489,11 +4494,26 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4489
4494
|
|
|
4490
4495
|
// 确认下一步操作
|
|
4491
4496
|
onConfirmNext: function onConfirmNext(val) {
|
|
4497
|
+
var _this3 = this;
|
|
4498
|
+
|
|
4492
4499
|
this.form.nextName = val.itemName;
|
|
4493
4500
|
this.nodeList = val.list;
|
|
4494
|
-
this.
|
|
4495
|
-
|
|
4496
|
-
|
|
4501
|
+
if (this.defaultNextNode && this.nodeList.filter(function (x) {
|
|
4502
|
+
return x.nodeId == _this3.defaultNextNode;
|
|
4503
|
+
}).length > 0) {
|
|
4504
|
+
var nodeInfo = this.nodeList.filter(function (x) {
|
|
4505
|
+
return x.nodeId == _this3.defaultNextNode;
|
|
4506
|
+
});
|
|
4507
|
+
this.form.nextNodeId = nodeInfo[0].nodeId;
|
|
4508
|
+
this.form.nextNodeName = nodeInfo[0].nodeName;
|
|
4509
|
+
nodeInfo[0].transactorInfos && (this.nextUserList = nodeInfo[0].transactorInfos);
|
|
4510
|
+
} else {
|
|
4511
|
+
this.form.nextNodeId = val.list[0].nodeId;
|
|
4512
|
+
this.form.nextNodeName = val.list[0].nodeName;
|
|
4513
|
+
val.list[0].transactorInfos && (this.nextUserList = val.list[0].transactorInfos);
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4516
|
+
this.nextUserSelectList = [];
|
|
4497
4517
|
this.showNextList = false;
|
|
4498
4518
|
this.getPeopleObj(this.form.nextNodeId);
|
|
4499
4519
|
},
|
|
@@ -4503,6 +4523,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4503
4523
|
this.form.nextNodeId = val.nodeId;
|
|
4504
4524
|
this.form.nextNodeName = val.nodeName;
|
|
4505
4525
|
this.showNextNodeList = false;
|
|
4526
|
+
val.transactorInfos && (this.nextUserList = val.transactorInfos);
|
|
4527
|
+
this.nextUserSelectList = [];
|
|
4506
4528
|
this.getPeopleObj(this.form.nextNodeId);
|
|
4507
4529
|
},
|
|
4508
4530
|
|
|
@@ -4556,16 +4578,35 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4556
4578
|
that.isBanInputOpinion = 0;
|
|
4557
4579
|
}
|
|
4558
4580
|
that.isChooseNextNode = res.results.nodeExtr.isChooseNextNode;
|
|
4581
|
+
that.defaultNextNode = res.results.nodeExtr.defaultNextNode;
|
|
4559
4582
|
that.nodeList = res.results.nodeList[0].list;
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
that.nextUserList.map(function (x) {
|
|
4566
|
-
x.checked = false;
|
|
4583
|
+
if (res.results.nodeExtr.defaultNextNode && that.nextList[0].list.filter(function (x) {
|
|
4584
|
+
return x.nodeId == res.results.nodeExtr.defaultNextNode;
|
|
4585
|
+
}).length > 0) {
|
|
4586
|
+
var nodeInfo = that.nextList[0].list.filter(function (x) {
|
|
4587
|
+
return x.nodeId == res.results.nodeExtr.defaultNextNode;
|
|
4567
4588
|
});
|
|
4589
|
+
|
|
4590
|
+
that.form.nextNodeId = nodeInfo[0].nodeId;
|
|
4591
|
+
that.form.nextNodeName = nodeInfo[0].nodeName;
|
|
4592
|
+
nodeInfo[0].transactorInfos && (that.nextUserList = nodeInfo[0].transactorInfos);
|
|
4593
|
+
if (that.nextUserList) {
|
|
4594
|
+
that.nextUserList.map(function (x) {
|
|
4595
|
+
x.checked = false;
|
|
4596
|
+
});
|
|
4597
|
+
}
|
|
4598
|
+
} else {
|
|
4599
|
+
that.form.nextNodeId = that.nextList[0].list[0].nodeId;
|
|
4600
|
+
that.form.nextNodeName = that.nextList[0].list[0].nodeName;
|
|
4601
|
+
that.nextList[0].list[0].transactorInfos && (that.nextUserList = that.nextList[0].list[0].transactorInfos);
|
|
4602
|
+
if (that.nextUserList) {
|
|
4603
|
+
that.nextUserList.map(function (x) {
|
|
4604
|
+
x.checked = false;
|
|
4605
|
+
});
|
|
4606
|
+
}
|
|
4568
4607
|
}
|
|
4608
|
+
that.form.nextName = that.nextList[0].itemName;
|
|
4609
|
+
|
|
4569
4610
|
that.form.notificationMsg = res.results.notificationMsg;
|
|
4570
4611
|
that.form.nodeId = res.results.nodeId;
|
|
4571
4612
|
var defaultNotificationTypes = [];
|
|
@@ -4588,9 +4629,16 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4588
4629
|
|
|
4589
4630
|
// 获取节点信息(获取节点属性及办理人)
|
|
4590
4631
|
getPeopleObj: function getPeopleObj(res) {
|
|
4591
|
-
var
|
|
4632
|
+
var _this4 = this;
|
|
4592
4633
|
|
|
4593
4634
|
var _that = this;
|
|
4635
|
+
// this.$toast.loading({
|
|
4636
|
+
// message: '加载中...',
|
|
4637
|
+
// forbidClick: true,
|
|
4638
|
+
// loadingType: 'spinner',
|
|
4639
|
+
// overlay: true,
|
|
4640
|
+
// duration: 0
|
|
4641
|
+
// });
|
|
4594
4642
|
Object(http["a" /* default */])({
|
|
4595
4643
|
url: _that.apiBaseUrl ? _that.apiBaseUrl + api["k" /* getNodeInfo */] : api["k" /* getNodeInfo */],
|
|
4596
4644
|
params: {
|
|
@@ -4602,36 +4650,37 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4602
4650
|
// }
|
|
4603
4651
|
}
|
|
4604
4652
|
}).then(function (res) {
|
|
4605
|
-
|
|
4653
|
+
_this4.$toast.clear();
|
|
4606
4654
|
if (res.rCode == 0) {
|
|
4607
4655
|
_that.isCustomUser = res.results.nodeExtr.isCustomUser;
|
|
4608
|
-
|
|
4609
|
-
_that.
|
|
4656
|
+
_that.peopleObj = res.results.nodeExtr;
|
|
4657
|
+
// _that.nextUserList = res.results.transactorInfos || [];
|
|
4658
|
+
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
4610
4659
|
if (res.results.nodeExtr.userSelectionType) {
|
|
4611
|
-
|
|
4660
|
+
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
4612
4661
|
if (res.results.nodeExtr) {
|
|
4613
4662
|
var idStr = '';
|
|
4614
|
-
if (res.results.nodeExtr.isDefSelectedObj == 1 &&
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
idStr =
|
|
4663
|
+
if (res.results.nodeExtr.isDefSelectedObj == 1 && _this4.nextUserList.length > 0) {
|
|
4664
|
+
_this4.nextUserList[0].checked = true;
|
|
4665
|
+
_this4.nextUserSelectList = [_this4.nextUserList[0]];
|
|
4666
|
+
idStr = _this4.nextUserSelectList[0].showid;
|
|
4618
4667
|
}
|
|
4619
|
-
if (res.results.nodeExtr.isSelectedAllObj == 1 &&
|
|
4620
|
-
|
|
4668
|
+
if (res.results.nodeExtr.isSelectedAllObj == 1 && _this4.nextUserList.length > 0) {
|
|
4669
|
+
_this4.nextUserSelectList = [];
|
|
4621
4670
|
idStr = '';
|
|
4622
|
-
|
|
4671
|
+
_this4.nextUserList.map(function (x) {
|
|
4623
4672
|
x.checked = true;
|
|
4624
|
-
|
|
4673
|
+
_this4.nextUserSelectList.push(x);
|
|
4625
4674
|
idStr = idStr ? idStr + ',' + x.showid : idStr;
|
|
4626
4675
|
});
|
|
4627
4676
|
}
|
|
4628
|
-
|
|
4677
|
+
_this4.form.nextUserId = idStr;
|
|
4629
4678
|
}
|
|
4630
4679
|
// this.nextUserSelectList = list.filter(x => x.showname && x.showid);
|
|
4631
|
-
|
|
4680
|
+
_this4.getTreeChangeType();
|
|
4632
4681
|
}
|
|
4633
4682
|
} else {
|
|
4634
|
-
|
|
4683
|
+
_this4.$toast(res.message);
|
|
4635
4684
|
}
|
|
4636
4685
|
});
|
|
4637
4686
|
}
|
|
@@ -4649,8 +4698,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4649
4698
|
|
|
4650
4699
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
4651
4700
|
components_StartFlowvue_type_script_lang_js,
|
|
4652
|
-
|
|
4653
|
-
|
|
4701
|
+
StartFlowvue_type_template_id_1e2dff79_render,
|
|
4702
|
+
StartFlowvue_type_template_id_1e2dff79_staticRenderFns,
|
|
4654
4703
|
false,
|
|
4655
4704
|
null,
|
|
4656
4705
|
null,
|
|
@@ -8581,8 +8630,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8581
8630
|
)
|
|
8582
8631
|
|
|
8583
8632
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
8584
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
8585
|
-
var
|
|
8633
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=b0388a2a
|
|
8634
|
+
var TaskReadvue_type_template_id_b0388a2a_render = function () {
|
|
8586
8635
|
var _vm = this
|
|
8587
8636
|
var _h = _vm.$createElement
|
|
8588
8637
|
var _c = _vm._self._c || _h
|
|
@@ -8783,11 +8832,11 @@ var TaskReadvue_type_template_id_15ff6d1b_render = function () {
|
|
|
8783
8832
|
]),
|
|
8784
8833
|
])
|
|
8785
8834
|
}
|
|
8786
|
-
var
|
|
8787
|
-
|
|
8835
|
+
var TaskReadvue_type_template_id_b0388a2a_staticRenderFns = []
|
|
8836
|
+
TaskReadvue_type_template_id_b0388a2a_render._withStripped = true
|
|
8788
8837
|
|
|
8789
8838
|
|
|
8790
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
8839
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=b0388a2a
|
|
8791
8840
|
|
|
8792
8841
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
8793
8842
|
var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -9242,7 +9291,6 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9242
9291
|
_this5.selectPersonValue = res.data.selectPersonValue;
|
|
9243
9292
|
_this5.isMultiple();
|
|
9244
9293
|
}
|
|
9245
|
-
console.log(res);
|
|
9246
9294
|
});
|
|
9247
9295
|
},
|
|
9248
9296
|
getProcessObjNew: function getProcessObjNew() {
|
|
@@ -9458,8 +9506,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9458
9506
|
|
|
9459
9507
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
9460
9508
|
components_TaskReadvue_type_script_lang_js,
|
|
9461
|
-
|
|
9462
|
-
|
|
9509
|
+
TaskReadvue_type_template_id_b0388a2a_render,
|
|
9510
|
+
TaskReadvue_type_template_id_b0388a2a_staticRenderFns,
|
|
9463
9511
|
false,
|
|
9464
9512
|
null,
|
|
9465
9513
|
null,
|
|
@@ -9468,8 +9516,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9468
9516
|
)
|
|
9469
9517
|
|
|
9470
9518
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
9471
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
9472
|
-
var
|
|
9519
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=b05e7908
|
|
9520
|
+
var taskUnionExaminevue_type_template_id_b05e7908_render = function () {
|
|
9473
9521
|
var _vm = this
|
|
9474
9522
|
var _h = _vm.$createElement
|
|
9475
9523
|
var _c = _vm._self._c || _h
|
|
@@ -9628,11 +9676,11 @@ var taskUnionExaminevue_type_template_id_78d96d93_render = function () {
|
|
|
9628
9676
|
]),
|
|
9629
9677
|
])
|
|
9630
9678
|
}
|
|
9631
|
-
var
|
|
9632
|
-
|
|
9679
|
+
var taskUnionExaminevue_type_template_id_b05e7908_staticRenderFns = []
|
|
9680
|
+
taskUnionExaminevue_type_template_id_b05e7908_render._withStripped = true
|
|
9633
9681
|
|
|
9634
9682
|
|
|
9635
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
9683
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=b05e7908
|
|
9636
9684
|
|
|
9637
9685
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
|
|
9638
9686
|
//
|
|
@@ -10087,7 +10135,6 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
|
|
|
10087
10135
|
|
|
10088
10136
|
// 通知消息回调
|
|
10089
10137
|
onInputMsg: function onInputMsg(obj) {
|
|
10090
|
-
console.log(obj);
|
|
10091
10138
|
this.infoList.noticeType = JSON.parse(JSON.stringify(obj.notificationType));
|
|
10092
10139
|
this.infoList.noticeInfo = obj.notificationMsg;
|
|
10093
10140
|
},
|
|
@@ -10269,8 +10316,8 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
|
|
|
10269
10316
|
|
|
10270
10317
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
10271
10318
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
10272
|
-
|
|
10273
|
-
|
|
10319
|
+
taskUnionExaminevue_type_template_id_b05e7908_render,
|
|
10320
|
+
taskUnionExaminevue_type_template_id_b05e7908_staticRenderFns,
|
|
10274
10321
|
false,
|
|
10275
10322
|
null,
|
|
10276
10323
|
null,
|
|
@@ -10493,8 +10540,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10493
10540
|
)
|
|
10494
10541
|
|
|
10495
10542
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
10496
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
10497
|
-
var
|
|
10543
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=template&id=f2a05600
|
|
10544
|
+
var resetvue_type_template_id_f2a05600_render = function () {
|
|
10498
10545
|
var _vm = this
|
|
10499
10546
|
var _h = _vm.$createElement
|
|
10500
10547
|
var _c = _vm._self._c || _h
|
|
@@ -10795,11 +10842,11 @@ var resetvue_type_template_id_302c5a84_render = function () {
|
|
|
10795
10842
|
]),
|
|
10796
10843
|
])
|
|
10797
10844
|
}
|
|
10798
|
-
var
|
|
10799
|
-
|
|
10845
|
+
var resetvue_type_template_id_f2a05600_staticRenderFns = []
|
|
10846
|
+
resetvue_type_template_id_f2a05600_render._withStripped = true
|
|
10800
10847
|
|
|
10801
10848
|
|
|
10802
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
10849
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=f2a05600
|
|
10803
10850
|
|
|
10804
10851
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
10805
10852
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -11153,7 +11200,6 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
11153
11200
|
});
|
|
11154
11201
|
//获取流程发起信息后去获取节点信息和办理人信息
|
|
11155
11202
|
Promise.all([this.getProcessObj(res)]).then(function () {
|
|
11156
|
-
console.log(res, _this3.form, 'asd');
|
|
11157
11203
|
_this3.getPeopleObj(_this3.form.nextNodeId);
|
|
11158
11204
|
});
|
|
11159
11205
|
},
|
|
@@ -11327,7 +11373,6 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
11327
11373
|
|
|
11328
11374
|
// 确认下一步操作
|
|
11329
11375
|
onConfirmNext: function onConfirmNext(val) {
|
|
11330
|
-
console.log(val, 'vaaav');
|
|
11331
11376
|
this.form.nextName = val.itemName;
|
|
11332
11377
|
this.nodeList = val.list;
|
|
11333
11378
|
this.form.nextNodeId = val.list[0].nodeId;
|
|
@@ -11504,8 +11549,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
11504
11549
|
|
|
11505
11550
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
11506
11551
|
components_resetvue_type_script_lang_js,
|
|
11507
|
-
|
|
11508
|
-
|
|
11552
|
+
resetvue_type_template_id_f2a05600_render,
|
|
11553
|
+
resetvue_type_template_id_f2a05600_staticRenderFns,
|
|
11509
11554
|
false,
|
|
11510
11555
|
null,
|
|
11511
11556
|
null,
|
package/lib/form.js
CHANGED
|
@@ -199,7 +199,7 @@ function normalizeComponent(
|
|
|
199
199
|
// ESM COMPAT FLAG
|
|
200
200
|
__webpack_require__.r(__webpack_exports__);
|
|
201
201
|
|
|
202
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
202
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=041f051e
|
|
203
203
|
var render = function () {
|
|
204
204
|
var _vm = this
|
|
205
205
|
var _h = _vm.$createElement
|
|
@@ -1100,30 +1100,39 @@ var render = function () {
|
|
|
1100
1100
|
},
|
|
1101
1101
|
[_vm._v("提交")]
|
|
1102
1102
|
)
|
|
1103
|
-
: _vm.
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1103
|
+
: _vm._e(),
|
|
1104
|
+
_vm._l(_vm.btnList[0].contents, function (item) {
|
|
1105
|
+
return _c(
|
|
1106
|
+
"em-button",
|
|
1107
|
+
_vm._b(
|
|
1108
|
+
{
|
|
1109
|
+
directives: [
|
|
1107
1110
|
{
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
: "button",
|
|
1113
|
-
},
|
|
1114
|
-
on: {
|
|
1115
|
-
click: function ($event) {
|
|
1116
|
-
_vm.handleClick(item)
|
|
1117
|
-
},
|
|
1118
|
-
},
|
|
1111
|
+
name: "show",
|
|
1112
|
+
rawName: "v-show",
|
|
1113
|
+
value: _vm.btnList.length != 0,
|
|
1114
|
+
expression: "btnList.length != 0",
|
|
1119
1115
|
},
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1116
|
+
],
|
|
1117
|
+
key: item.text,
|
|
1118
|
+
attrs: {
|
|
1119
|
+
"native-type": item.nativeType
|
|
1120
|
+
? item.nativeType
|
|
1121
|
+
: "button",
|
|
1122
|
+
},
|
|
1123
|
+
on: {
|
|
1124
|
+
click: function ($event) {
|
|
1125
|
+
_vm.handleClick(item)
|
|
1126
|
+
},
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
"em-button",
|
|
1130
|
+
item,
|
|
1131
|
+
false
|
|
1132
|
+
),
|
|
1133
|
+
[_vm._v(_vm._s(item.text))]
|
|
1134
|
+
)
|
|
1135
|
+
}),
|
|
1127
1136
|
],
|
|
1128
1137
|
2
|
|
1129
1138
|
)
|
|
@@ -1135,7 +1144,7 @@ var staticRenderFns = []
|
|
|
1135
1144
|
render._withStripped = true
|
|
1136
1145
|
|
|
1137
1146
|
|
|
1138
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
1147
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=041f051e
|
|
1139
1148
|
|
|
1140
1149
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=script&lang=js
|
|
1141
1150
|
//
|