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
|
@@ -13003,8 +13003,8 @@ mainvue_type_template_id_81a61f1c_render._withStripped = true
|
|
|
13003
13003
|
|
|
13004
13004
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=81a61f1c
|
|
13005
13005
|
|
|
13006
|
-
// 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=
|
|
13007
|
-
var
|
|
13006
|
+
// 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
|
|
13007
|
+
var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
13008
13008
|
var _vm = this
|
|
13009
13009
|
var _h = _vm.$createElement
|
|
13010
13010
|
var _c = _vm._self._c || _h
|
|
@@ -13111,11 +13111,11 @@ var StartFlowvue_type_template_id_5879d66b_render = function () {
|
|
|
13111
13111
|
},
|
|
13112
13112
|
},
|
|
13113
13113
|
model: {
|
|
13114
|
-
value: _vm.form.
|
|
13114
|
+
value: _vm.form.nextNodeId,
|
|
13115
13115
|
callback: function ($$v) {
|
|
13116
|
-
_vm.$set(_vm.form, "
|
|
13116
|
+
_vm.$set(_vm.form, "nextNodeId", $$v)
|
|
13117
13117
|
},
|
|
13118
|
-
expression: "form.
|
|
13118
|
+
expression: "form.nextNodeId",
|
|
13119
13119
|
},
|
|
13120
13120
|
}),
|
|
13121
13121
|
],
|
|
@@ -13315,14 +13315,14 @@ var StartFlowvue_type_template_id_5879d66b_render = function () {
|
|
|
13315
13315
|
]),
|
|
13316
13316
|
])
|
|
13317
13317
|
}
|
|
13318
|
-
var
|
|
13319
|
-
|
|
13318
|
+
var StartFlowvue_type_template_id_1e2dff79_staticRenderFns = []
|
|
13319
|
+
StartFlowvue_type_template_id_1e2dff79_render._withStripped = true
|
|
13320
13320
|
|
|
13321
13321
|
|
|
13322
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
13322
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=1e2dff79
|
|
13323
13323
|
|
|
13324
|
-
// 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=
|
|
13325
|
-
var
|
|
13324
|
+
// 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
|
|
13325
|
+
var Opinionvue_type_template_id_405382b8_render = function () {
|
|
13326
13326
|
var _vm = this
|
|
13327
13327
|
var _h = _vm.$createElement
|
|
13328
13328
|
var _c = _vm._self._c || _h
|
|
@@ -13398,7 +13398,9 @@ var Opinionvue_type_template_id_26ccd3ee_render = function () {
|
|
|
13398
13398
|
attrs: {
|
|
13399
13399
|
label: _vm.label,
|
|
13400
13400
|
placeholder: _vm.placeholder,
|
|
13401
|
-
autofocus:
|
|
13401
|
+
autofocus:
|
|
13402
|
+
_vm.pendingItemHandleDescription &&
|
|
13403
|
+
_vm.showDescription,
|
|
13402
13404
|
type: "textarea",
|
|
13403
13405
|
rows: "3",
|
|
13404
13406
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
@@ -13465,7 +13467,9 @@ var Opinionvue_type_template_id_26ccd3ee_render = function () {
|
|
|
13465
13467
|
placeholder: _vm.placeholder,
|
|
13466
13468
|
type: "textarea",
|
|
13467
13469
|
rows: "3",
|
|
13468
|
-
autofocus:
|
|
13470
|
+
autofocus:
|
|
13471
|
+
_vm.pendingItemHandleDescription &&
|
|
13472
|
+
_vm.showDescription,
|
|
13469
13473
|
disabled: _vm.disabled || _vm.fixedDisabled,
|
|
13470
13474
|
required: _vm.isOpinionRequired == 1 ? true : false,
|
|
13471
13475
|
},
|
|
@@ -13544,11 +13548,11 @@ var Opinionvue_type_template_id_26ccd3ee_render = function () {
|
|
|
13544
13548
|
1
|
|
13545
13549
|
)
|
|
13546
13550
|
}
|
|
13547
|
-
var
|
|
13548
|
-
|
|
13551
|
+
var Opinionvue_type_template_id_405382b8_staticRenderFns = []
|
|
13552
|
+
Opinionvue_type_template_id_405382b8_render._withStripped = true
|
|
13549
13553
|
|
|
13550
13554
|
|
|
13551
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=
|
|
13555
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Opinion.vue?vue&type=template&id=405382b8
|
|
13552
13556
|
|
|
13553
13557
|
// 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
|
|
13554
13558
|
//
|
|
@@ -13882,8 +13886,8 @@ Opinionvue_type_template_id_26ccd3ee_render._withStripped = true
|
|
|
13882
13886
|
|
|
13883
13887
|
var Opinion_component = normalizeComponent(
|
|
13884
13888
|
components_Opinionvue_type_script_lang_js,
|
|
13885
|
-
|
|
13886
|
-
|
|
13889
|
+
Opinionvue_type_template_id_405382b8_render,
|
|
13890
|
+
Opinionvue_type_template_id_405382b8_staticRenderFns,
|
|
13887
13891
|
false,
|
|
13888
13892
|
null,
|
|
13889
13893
|
null,
|
|
@@ -14931,6 +14935,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
14931
14935
|
showOpinion: true,
|
|
14932
14936
|
readOnlyNotificationType: '',
|
|
14933
14937
|
notificationMessageReadOnly: false,
|
|
14938
|
+
defaultNextNode: '',
|
|
14934
14939
|
isCustomUser: 1,
|
|
14935
14940
|
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
14936
14941
|
form: {
|
|
@@ -15147,7 +15152,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15147
15152
|
format: false
|
|
15148
15153
|
}).then(function (res) {
|
|
15149
15154
|
_this2.$toast.clear();
|
|
15150
|
-
if (res.rCode == 0 || res.status ==
|
|
15155
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
15151
15156
|
_this2.$toast('操作成功');
|
|
15152
15157
|
if (_that.formType == 'freeStart' && !_that.isFreeStartFlow) {
|
|
15153
15158
|
_this2.$emit('closePop');
|
|
@@ -15226,11 +15231,26 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15226
15231
|
|
|
15227
15232
|
// 确认下一步操作
|
|
15228
15233
|
onConfirmNext: function onConfirmNext(val) {
|
|
15234
|
+
var _this3 = this;
|
|
15235
|
+
|
|
15229
15236
|
this.form.nextName = val.itemName;
|
|
15230
15237
|
this.nodeList = val.list;
|
|
15231
|
-
this.
|
|
15232
|
-
|
|
15233
|
-
|
|
15238
|
+
if (this.defaultNextNode && this.nodeList.filter(function (x) {
|
|
15239
|
+
return x.nodeId == _this3.defaultNextNode;
|
|
15240
|
+
}).length > 0) {
|
|
15241
|
+
var nodeInfo = this.nodeList.filter(function (x) {
|
|
15242
|
+
return x.nodeId == _this3.defaultNextNode;
|
|
15243
|
+
});
|
|
15244
|
+
this.form.nextNodeId = nodeInfo[0].nodeId;
|
|
15245
|
+
this.form.nextNodeName = nodeInfo[0].nodeName;
|
|
15246
|
+
nodeInfo[0].transactorInfos && (this.nextUserList = nodeInfo[0].transactorInfos);
|
|
15247
|
+
} else {
|
|
15248
|
+
this.form.nextNodeId = val.list[0].nodeId;
|
|
15249
|
+
this.form.nextNodeName = val.list[0].nodeName;
|
|
15250
|
+
val.list[0].transactorInfos && (this.nextUserList = val.list[0].transactorInfos);
|
|
15251
|
+
}
|
|
15252
|
+
|
|
15253
|
+
this.nextUserSelectList = [];
|
|
15234
15254
|
this.showNextList = false;
|
|
15235
15255
|
this.getPeopleObj(this.form.nextNodeId);
|
|
15236
15256
|
},
|
|
@@ -15240,6 +15260,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15240
15260
|
this.form.nextNodeId = val.nodeId;
|
|
15241
15261
|
this.form.nextNodeName = val.nodeName;
|
|
15242
15262
|
this.showNextNodeList = false;
|
|
15263
|
+
val.transactorInfos && (this.nextUserList = val.transactorInfos);
|
|
15264
|
+
this.nextUserSelectList = [];
|
|
15243
15265
|
this.getPeopleObj(this.form.nextNodeId);
|
|
15244
15266
|
},
|
|
15245
15267
|
|
|
@@ -15293,16 +15315,35 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15293
15315
|
that.isBanInputOpinion = 0;
|
|
15294
15316
|
}
|
|
15295
15317
|
that.isChooseNextNode = res.results.nodeExtr.isChooseNextNode;
|
|
15318
|
+
that.defaultNextNode = res.results.nodeExtr.defaultNextNode;
|
|
15296
15319
|
that.nodeList = res.results.nodeList[0].list;
|
|
15297
|
-
|
|
15298
|
-
|
|
15299
|
-
|
|
15300
|
-
|
|
15301
|
-
|
|
15302
|
-
that.nextUserList.map(function (x) {
|
|
15303
|
-
x.checked = false;
|
|
15320
|
+
if (res.results.nodeExtr.defaultNextNode && that.nextList[0].list.filter(function (x) {
|
|
15321
|
+
return x.nodeId == res.results.nodeExtr.defaultNextNode;
|
|
15322
|
+
}).length > 0) {
|
|
15323
|
+
var nodeInfo = that.nextList[0].list.filter(function (x) {
|
|
15324
|
+
return x.nodeId == res.results.nodeExtr.defaultNextNode;
|
|
15304
15325
|
});
|
|
15326
|
+
|
|
15327
|
+
that.form.nextNodeId = nodeInfo[0].nodeId;
|
|
15328
|
+
that.form.nextNodeName = nodeInfo[0].nodeName;
|
|
15329
|
+
nodeInfo[0].transactorInfos && (that.nextUserList = nodeInfo[0].transactorInfos);
|
|
15330
|
+
if (that.nextUserList) {
|
|
15331
|
+
that.nextUserList.map(function (x) {
|
|
15332
|
+
x.checked = false;
|
|
15333
|
+
});
|
|
15334
|
+
}
|
|
15335
|
+
} else {
|
|
15336
|
+
that.form.nextNodeId = that.nextList[0].list[0].nodeId;
|
|
15337
|
+
that.form.nextNodeName = that.nextList[0].list[0].nodeName;
|
|
15338
|
+
that.nextList[0].list[0].transactorInfos && (that.nextUserList = that.nextList[0].list[0].transactorInfos);
|
|
15339
|
+
if (that.nextUserList) {
|
|
15340
|
+
that.nextUserList.map(function (x) {
|
|
15341
|
+
x.checked = false;
|
|
15342
|
+
});
|
|
15343
|
+
}
|
|
15305
15344
|
}
|
|
15345
|
+
that.form.nextName = that.nextList[0].itemName;
|
|
15346
|
+
|
|
15306
15347
|
that.form.notificationMsg = res.results.notificationMsg;
|
|
15307
15348
|
that.form.nodeId = res.results.nodeId;
|
|
15308
15349
|
var defaultNotificationTypes = [];
|
|
@@ -15325,9 +15366,16 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15325
15366
|
|
|
15326
15367
|
// 获取节点信息(获取节点属性及办理人)
|
|
15327
15368
|
getPeopleObj: function getPeopleObj(res) {
|
|
15328
|
-
var
|
|
15369
|
+
var _this4 = this;
|
|
15329
15370
|
|
|
15330
15371
|
var _that = this;
|
|
15372
|
+
// this.$toast.loading({
|
|
15373
|
+
// message: '加载中...',
|
|
15374
|
+
// forbidClick: true,
|
|
15375
|
+
// loadingType: 'spinner',
|
|
15376
|
+
// overlay: true,
|
|
15377
|
+
// duration: 0
|
|
15378
|
+
// });
|
|
15331
15379
|
utils_http({
|
|
15332
15380
|
url: _that.apiBaseUrl ? _that.apiBaseUrl + api_getNodeInfo : api_getNodeInfo,
|
|
15333
15381
|
params: {
|
|
@@ -15339,36 +15387,37 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15339
15387
|
// }
|
|
15340
15388
|
}
|
|
15341
15389
|
}).then(function (res) {
|
|
15342
|
-
|
|
15390
|
+
_this4.$toast.clear();
|
|
15343
15391
|
if (res.rCode == 0) {
|
|
15344
15392
|
_that.isCustomUser = res.results.nodeExtr.isCustomUser;
|
|
15345
|
-
|
|
15346
|
-
_that.
|
|
15393
|
+
_that.peopleObj = res.results.nodeExtr;
|
|
15394
|
+
// _that.nextUserList = res.results.transactorInfos || [];
|
|
15395
|
+
_that.enableCustomLimitTimeSetting = _this4.peopleObj.enableCustomLimitTimeSetting == 1;
|
|
15347
15396
|
if (res.results.nodeExtr.userSelectionType) {
|
|
15348
|
-
|
|
15397
|
+
_this4.treeType = res.results.nodeExtr.userSelectionType;
|
|
15349
15398
|
if (res.results.nodeExtr) {
|
|
15350
15399
|
var idStr = '';
|
|
15351
|
-
if (res.results.nodeExtr.isDefSelectedObj == 1 &&
|
|
15352
|
-
|
|
15353
|
-
|
|
15354
|
-
idStr =
|
|
15400
|
+
if (res.results.nodeExtr.isDefSelectedObj == 1 && _this4.nextUserList.length > 0) {
|
|
15401
|
+
_this4.nextUserList[0].checked = true;
|
|
15402
|
+
_this4.nextUserSelectList = [_this4.nextUserList[0]];
|
|
15403
|
+
idStr = _this4.nextUserSelectList[0].showid;
|
|
15355
15404
|
}
|
|
15356
|
-
if (res.results.nodeExtr.isSelectedAllObj == 1 &&
|
|
15357
|
-
|
|
15405
|
+
if (res.results.nodeExtr.isSelectedAllObj == 1 && _this4.nextUserList.length > 0) {
|
|
15406
|
+
_this4.nextUserSelectList = [];
|
|
15358
15407
|
idStr = '';
|
|
15359
|
-
|
|
15408
|
+
_this4.nextUserList.map(function (x) {
|
|
15360
15409
|
x.checked = true;
|
|
15361
|
-
|
|
15410
|
+
_this4.nextUserSelectList.push(x);
|
|
15362
15411
|
idStr = idStr ? idStr + ',' + x.showid : idStr;
|
|
15363
15412
|
});
|
|
15364
15413
|
}
|
|
15365
|
-
|
|
15414
|
+
_this4.form.nextUserId = idStr;
|
|
15366
15415
|
}
|
|
15367
15416
|
// this.nextUserSelectList = list.filter(x => x.showname && x.showid);
|
|
15368
|
-
|
|
15417
|
+
_this4.getTreeChangeType();
|
|
15369
15418
|
}
|
|
15370
15419
|
} else {
|
|
15371
|
-
|
|
15420
|
+
_this4.$toast(res.message);
|
|
15372
15421
|
}
|
|
15373
15422
|
});
|
|
15374
15423
|
}
|
|
@@ -15386,8 +15435,8 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
15386
15435
|
|
|
15387
15436
|
var StartFlow_component = normalizeComponent(
|
|
15388
15437
|
components_StartFlowvue_type_script_lang_js,
|
|
15389
|
-
|
|
15390
|
-
|
|
15438
|
+
StartFlowvue_type_template_id_1e2dff79_render,
|
|
15439
|
+
StartFlowvue_type_template_id_1e2dff79_staticRenderFns,
|
|
15391
15440
|
false,
|
|
15392
15441
|
null,
|
|
15393
15442
|
null,
|
|
@@ -19318,8 +19367,8 @@ var Handle_component = normalizeComponent(
|
|
|
19318
19367
|
)
|
|
19319
19368
|
|
|
19320
19369
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
19321
|
-
// 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=
|
|
19322
|
-
var
|
|
19370
|
+
// 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
|
|
19371
|
+
var TaskReadvue_type_template_id_b0388a2a_render = function () {
|
|
19323
19372
|
var _vm = this
|
|
19324
19373
|
var _h = _vm.$createElement
|
|
19325
19374
|
var _c = _vm._self._c || _h
|
|
@@ -19520,11 +19569,11 @@ var TaskReadvue_type_template_id_15ff6d1b_render = function () {
|
|
|
19520
19569
|
]),
|
|
19521
19570
|
])
|
|
19522
19571
|
}
|
|
19523
|
-
var
|
|
19524
|
-
|
|
19572
|
+
var TaskReadvue_type_template_id_b0388a2a_staticRenderFns = []
|
|
19573
|
+
TaskReadvue_type_template_id_b0388a2a_render._withStripped = true
|
|
19525
19574
|
|
|
19526
19575
|
|
|
19527
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
19576
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=b0388a2a
|
|
19528
19577
|
|
|
19529
19578
|
// 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
|
|
19530
19579
|
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; };
|
|
@@ -19979,7 +20028,6 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
19979
20028
|
_this5.selectPersonValue = res.data.selectPersonValue;
|
|
19980
20029
|
_this5.isMultiple();
|
|
19981
20030
|
}
|
|
19982
|
-
console.log(res);
|
|
19983
20031
|
});
|
|
19984
20032
|
},
|
|
19985
20033
|
getProcessObjNew: function getProcessObjNew() {
|
|
@@ -20195,8 +20243,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20195
20243
|
|
|
20196
20244
|
var TaskRead_component = normalizeComponent(
|
|
20197
20245
|
components_TaskReadvue_type_script_lang_js,
|
|
20198
|
-
|
|
20199
|
-
|
|
20246
|
+
TaskReadvue_type_template_id_b0388a2a_render,
|
|
20247
|
+
TaskReadvue_type_template_id_b0388a2a_staticRenderFns,
|
|
20200
20248
|
false,
|
|
20201
20249
|
null,
|
|
20202
20250
|
null,
|
|
@@ -20205,8 +20253,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
20205
20253
|
)
|
|
20206
20254
|
|
|
20207
20255
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
20208
|
-
// 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=
|
|
20209
|
-
var
|
|
20256
|
+
// 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
|
|
20257
|
+
var taskUnionExaminevue_type_template_id_b05e7908_render = function () {
|
|
20210
20258
|
var _vm = this
|
|
20211
20259
|
var _h = _vm.$createElement
|
|
20212
20260
|
var _c = _vm._self._c || _h
|
|
@@ -20365,11 +20413,11 @@ var taskUnionExaminevue_type_template_id_78d96d93_render = function () {
|
|
|
20365
20413
|
]),
|
|
20366
20414
|
])
|
|
20367
20415
|
}
|
|
20368
|
-
var
|
|
20369
|
-
|
|
20416
|
+
var taskUnionExaminevue_type_template_id_b05e7908_staticRenderFns = []
|
|
20417
|
+
taskUnionExaminevue_type_template_id_b05e7908_render._withStripped = true
|
|
20370
20418
|
|
|
20371
20419
|
|
|
20372
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
20420
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=b05e7908
|
|
20373
20421
|
|
|
20374
20422
|
// 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
|
|
20375
20423
|
//
|
|
@@ -20824,7 +20872,6 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
|
|
|
20824
20872
|
|
|
20825
20873
|
// 通知消息回调
|
|
20826
20874
|
onInputMsg: function onInputMsg(obj) {
|
|
20827
|
-
console.log(obj);
|
|
20828
20875
|
this.infoList.noticeType = JSON.parse(JSON.stringify(obj.notificationType));
|
|
20829
20876
|
this.infoList.noticeInfo = obj.notificationMsg;
|
|
20830
20877
|
},
|
|
@@ -21006,8 +21053,8 @@ taskUnionExaminevue_type_template_id_78d96d93_render._withStripped = true
|
|
|
21006
21053
|
|
|
21007
21054
|
var taskUnionExamine_component = normalizeComponent(
|
|
21008
21055
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21009
|
-
|
|
21010
|
-
|
|
21056
|
+
taskUnionExaminevue_type_template_id_b05e7908_render,
|
|
21057
|
+
taskUnionExaminevue_type_template_id_b05e7908_staticRenderFns,
|
|
21011
21058
|
false,
|
|
21012
21059
|
null,
|
|
21013
21060
|
null,
|
|
@@ -21230,8 +21277,8 @@ var supervise_component = normalizeComponent(
|
|
|
21230
21277
|
)
|
|
21231
21278
|
|
|
21232
21279
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
21233
|
-
// 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=
|
|
21234
|
-
var
|
|
21280
|
+
// 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
|
|
21281
|
+
var resetvue_type_template_id_f2a05600_render = function () {
|
|
21235
21282
|
var _vm = this
|
|
21236
21283
|
var _h = _vm.$createElement
|
|
21237
21284
|
var _c = _vm._self._c || _h
|
|
@@ -21532,11 +21579,11 @@ var resetvue_type_template_id_302c5a84_render = function () {
|
|
|
21532
21579
|
]),
|
|
21533
21580
|
])
|
|
21534
21581
|
}
|
|
21535
|
-
var
|
|
21536
|
-
|
|
21582
|
+
var resetvue_type_template_id_f2a05600_staticRenderFns = []
|
|
21583
|
+
resetvue_type_template_id_f2a05600_render._withStripped = true
|
|
21537
21584
|
|
|
21538
21585
|
|
|
21539
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
21586
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=f2a05600
|
|
21540
21587
|
|
|
21541
21588
|
// 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
|
|
21542
21589
|
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; };
|
|
@@ -21890,7 +21937,6 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
21890
21937
|
});
|
|
21891
21938
|
//获取流程发起信息后去获取节点信息和办理人信息
|
|
21892
21939
|
Promise.all([this.getProcessObj(res)]).then(function () {
|
|
21893
|
-
console.log(res, _this3.form, 'asd');
|
|
21894
21940
|
_this3.getPeopleObj(_this3.form.nextNodeId);
|
|
21895
21941
|
});
|
|
21896
21942
|
},
|
|
@@ -22064,7 +22110,6 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
22064
22110
|
|
|
22065
22111
|
// 确认下一步操作
|
|
22066
22112
|
onConfirmNext: function onConfirmNext(val) {
|
|
22067
|
-
console.log(val, 'vaaav');
|
|
22068
22113
|
this.form.nextName = val.itemName;
|
|
22069
22114
|
this.nodeList = val.list;
|
|
22070
22115
|
this.form.nextNodeId = val.list[0].nodeId;
|
|
@@ -22241,8 +22286,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
22241
22286
|
|
|
22242
22287
|
var reset_component = normalizeComponent(
|
|
22243
22288
|
components_resetvue_type_script_lang_js,
|
|
22244
|
-
|
|
22245
|
-
|
|
22289
|
+
resetvue_type_template_id_f2a05600_render,
|
|
22290
|
+
resetvue_type_template_id_f2a05600_staticRenderFns,
|
|
22246
22291
|
false,
|
|
22247
22292
|
null,
|
|
22248
22293
|
null,
|
|
@@ -24898,8 +24943,8 @@ count_down_src_main.install = function (Vue) {
|
|
|
24898
24943
|
};
|
|
24899
24944
|
|
|
24900
24945
|
/* harmony default export */ var count_down = (count_down_src_main);
|
|
24901
|
-
// 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=
|
|
24902
|
-
var
|
|
24946
|
+
// 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
|
|
24947
|
+
var mainvue_type_template_id_041f051e_render = function () {
|
|
24903
24948
|
var _vm = this
|
|
24904
24949
|
var _h = _vm.$createElement
|
|
24905
24950
|
var _c = _vm._self._c || _h
|
|
@@ -25799,30 +25844,39 @@ var mainvue_type_template_id_2c86be92_render = function () {
|
|
|
25799
25844
|
},
|
|
25800
25845
|
[_vm._v("提交")]
|
|
25801
25846
|
)
|
|
25802
|
-
: _vm.
|
|
25803
|
-
|
|
25804
|
-
|
|
25805
|
-
|
|
25847
|
+
: _vm._e(),
|
|
25848
|
+
_vm._l(_vm.btnList[0].contents, function (item) {
|
|
25849
|
+
return _c(
|
|
25850
|
+
"em-button",
|
|
25851
|
+
_vm._b(
|
|
25852
|
+
{
|
|
25853
|
+
directives: [
|
|
25806
25854
|
{
|
|
25807
|
-
|
|
25808
|
-
|
|
25809
|
-
|
|
25810
|
-
|
|
25811
|
-
: "button",
|
|
25812
|
-
},
|
|
25813
|
-
on: {
|
|
25814
|
-
click: function ($event) {
|
|
25815
|
-
_vm.handleClick(item)
|
|
25816
|
-
},
|
|
25817
|
-
},
|
|
25855
|
+
name: "show",
|
|
25856
|
+
rawName: "v-show",
|
|
25857
|
+
value: _vm.btnList.length != 0,
|
|
25858
|
+
expression: "btnList.length != 0",
|
|
25818
25859
|
},
|
|
25819
|
-
|
|
25820
|
-
|
|
25821
|
-
|
|
25822
|
-
|
|
25823
|
-
|
|
25824
|
-
|
|
25825
|
-
|
|
25860
|
+
],
|
|
25861
|
+
key: item.text,
|
|
25862
|
+
attrs: {
|
|
25863
|
+
"native-type": item.nativeType
|
|
25864
|
+
? item.nativeType
|
|
25865
|
+
: "button",
|
|
25866
|
+
},
|
|
25867
|
+
on: {
|
|
25868
|
+
click: function ($event) {
|
|
25869
|
+
_vm.handleClick(item)
|
|
25870
|
+
},
|
|
25871
|
+
},
|
|
25872
|
+
},
|
|
25873
|
+
"em-button",
|
|
25874
|
+
item,
|
|
25875
|
+
false
|
|
25876
|
+
),
|
|
25877
|
+
[_vm._v(_vm._s(item.text))]
|
|
25878
|
+
)
|
|
25879
|
+
}),
|
|
25826
25880
|
],
|
|
25827
25881
|
2
|
|
25828
25882
|
)
|
|
@@ -25830,11 +25884,11 @@ var mainvue_type_template_id_2c86be92_render = function () {
|
|
|
25830
25884
|
]
|
|
25831
25885
|
)
|
|
25832
25886
|
}
|
|
25833
|
-
var
|
|
25834
|
-
|
|
25887
|
+
var mainvue_type_template_id_041f051e_staticRenderFns = []
|
|
25888
|
+
mainvue_type_template_id_041f051e_render._withStripped = true
|
|
25835
25889
|
|
|
25836
25890
|
|
|
25837
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
25891
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=041f051e
|
|
25838
25892
|
|
|
25839
25893
|
// 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
|
|
25840
25894
|
//
|
|
@@ -26375,8 +26429,8 @@ mainvue_type_template_id_2c86be92_render._withStripped = true
|
|
|
26375
26429
|
|
|
26376
26430
|
var form_src_main_component = normalizeComponent(
|
|
26377
26431
|
packages_form_src_mainvue_type_script_lang_js,
|
|
26378
|
-
|
|
26379
|
-
|
|
26432
|
+
mainvue_type_template_id_041f051e_render,
|
|
26433
|
+
mainvue_type_template_id_041f051e_staticRenderFns,
|
|
26380
26434
|
false,
|
|
26381
26435
|
null,
|
|
26382
26436
|
null,
|
|
@@ -28388,7 +28442,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
28388
28442
|
}
|
|
28389
28443
|
|
|
28390
28444
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
28391
|
-
version: '0.3.
|
|
28445
|
+
version: '0.3.35',
|
|
28392
28446
|
install: install,
|
|
28393
28447
|
Button: packages_button,
|
|
28394
28448
|
ButtonGroup: button_group,
|