eoss-ui 0.6.45 → 0.6.46
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/button-group.js +22 -17
- package/lib/button.js +22 -17
- package/lib/checkbox-group.js +22 -17
- package/lib/config/api.js +4 -1
- package/lib/data-table-form.js +22 -17
- package/lib/data-table.js +22 -17
- package/lib/date-picker.js +22 -17
- package/lib/dialog.js +22 -17
- package/lib/enable-drag.js +4 -13
- package/lib/eoss-ui.common.js +783 -158
- package/lib/flow-group.js +22 -17
- package/lib/flow-list.js +22 -17
- package/lib/flow.js +468 -32
- package/lib/form.js +43 -47
- package/lib/handle-user.js +22 -17
- package/lib/handler.js +46 -25
- package/lib/icon.js +22 -17
- package/lib/index.js +1 -1
- package/lib/input-number.js +22 -17
- package/lib/input.js +22 -17
- package/lib/login.js +22 -17
- package/lib/main.js +228 -53
- package/lib/nav.js +22 -17
- package/lib/notify.js +22 -17
- package/lib/page.js +22 -17
- package/lib/pagination.js +22 -17
- package/lib/player.js +22 -17
- package/lib/qr-code.js +22 -17
- package/lib/radio-group.js +22 -17
- package/lib/retrial-auth.js +22 -17
- package/lib/select-ganged.js +22 -17
- package/lib/select.js +22 -17
- package/lib/selector-panel.js +22 -17
- package/lib/selector.js +22 -17
- package/lib/sizer.js +22 -17
- package/lib/steps.js +22 -17
- package/lib/switch.js +22 -17
- package/lib/table-form.js +47 -22
- package/lib/tabs.js +22 -17
- package/lib/tips.js +22 -17
- package/lib/tree-group.js +22 -17
- package/lib/tree.js +22 -17
- package/lib/upload.js +32 -26
- package/lib/wujie.js +22 -17
- package/lib/wxlogin.js +22 -17
- package/package.json +2 -2
- package/packages/enable-drag/src/main.vue +1 -8
- package/packages/flow/src/main.vue +20 -8
- package/packages/flow/src/supervise.vue +138 -0
- package/packages/form/src/main.vue +3 -4
- package/packages/form/src/table.vue +6 -0
- package/packages/handler/src/main.vue +18 -1
- package/packages/main/src/default/index.vue +231 -67
- package/packages/main/src/simplicity/index.vue +9 -4
- package/packages/upload/src/main.vue +1 -0
- package/src/config/api.js +4 -1
- package/src/index.js +160 -160
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/error-page/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/sizer/.DS_Store +0 -0
- package/packages/tabs/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
package/lib/flow.js
CHANGED
|
@@ -3500,12 +3500,12 @@ var watermark = function watermark(option) {
|
|
|
3500
3500
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
|
|
3501
3501
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3502
3502
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3503
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3503
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
|
|
3504
3504
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
|
|
3505
3505
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
|
|
3506
3506
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
|
|
3507
3507
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
|
|
3508
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3508
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
|
|
3509
3509
|
/* unused harmony export getUserImgUrl */
|
|
3510
3510
|
/* unused harmony export getDoorIndex */
|
|
3511
3511
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3514,18 +3514,18 @@ var watermark = function watermark(option) {
|
|
|
3514
3514
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
|
|
3515
3515
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
|
|
3516
3516
|
/* unused harmony export getUserCustomInfo */
|
|
3517
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3517
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
|
|
3518
3518
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
|
|
3519
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
|
|
3520
3520
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
|
|
3521
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
|
|
3522
3522
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
|
|
3523
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3523
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
|
|
3525
3525
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
|
|
3526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
|
|
3527
3527
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3528
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
|
|
3529
3529
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
|
|
3530
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
|
|
3531
3531
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
|
|
@@ -3549,7 +3549,7 @@ var watermark = function watermark(option) {
|
|
|
3549
3549
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3550
3550
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3551
3551
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
|
|
3553
3553
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3554
3554
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
|
|
3555
3555
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
|
|
@@ -3573,11 +3573,11 @@ var watermark = function watermark(option) {
|
|
|
3573
3573
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3574
3574
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
|
|
3575
3575
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
|
|
3578
3578
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
|
|
3579
3579
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
|
|
3581
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
|
|
3582
3582
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
|
|
3583
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
@@ -3586,18 +3586,20 @@ var watermark = function watermark(option) {
|
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
|
|
3587
3587
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
|
|
3593
3593
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
|
|
3594
3596
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
|
|
3595
3597
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
|
|
3596
3598
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
|
|
3597
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
|
|
3598
3600
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
|
|
3601
3603
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
|
|
3602
3604
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
|
|
3603
3605
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
|
|
@@ -3807,7 +3809,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
|
3807
3809
|
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
3808
3810
|
// 稿件递送
|
|
3809
3811
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
3810
|
-
|
|
3812
|
+
// 获取督办页面信息
|
|
3813
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
3814
|
+
// 督办提交
|
|
3815
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3811
3816
|
// 稿件递送提交接口
|
|
3812
3817
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3813
3818
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
|
@@ -4347,7 +4352,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4347
4352
|
// ESM COMPAT FLAG
|
|
4348
4353
|
__webpack_require__.r(__webpack_exports__);
|
|
4349
4354
|
|
|
4350
|
-
// 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=
|
|
4355
|
+
// 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=eb32af70&
|
|
4351
4356
|
var render = function () {
|
|
4352
4357
|
var _vm = this
|
|
4353
4358
|
var _h = _vm.$createElement
|
|
@@ -4361,7 +4366,9 @@ var render = function () {
|
|
|
4361
4366
|
style: _vm.styles,
|
|
4362
4367
|
},
|
|
4363
4368
|
[
|
|
4364
|
-
_vm.
|
|
4369
|
+
_vm.typeCode == "supervise"
|
|
4370
|
+
? _c("Supervise", { attrs: { businessId: _vm.businessId } })
|
|
4371
|
+
: _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
|
|
4365
4372
|
? _c("reset", {
|
|
4366
4373
|
staticStyle: { height: "100%" },
|
|
4367
4374
|
attrs: {
|
|
@@ -4507,6 +4514,97 @@ var render = function () {
|
|
|
4507
4514
|
],
|
|
4508
4515
|
1
|
|
4509
4516
|
),
|
|
4517
|
+
_c(
|
|
4518
|
+
"el-form",
|
|
4519
|
+
{
|
|
4520
|
+
directives: [
|
|
4521
|
+
{
|
|
4522
|
+
name: "show",
|
|
4523
|
+
rawName: "v-show",
|
|
4524
|
+
value: _vm.currentNodeIsCircularReadNode,
|
|
4525
|
+
expression: "currentNodeIsCircularReadNode",
|
|
4526
|
+
},
|
|
4527
|
+
],
|
|
4528
|
+
ref: "nextNode",
|
|
4529
|
+
staticClass: "demo-dynamic",
|
|
4530
|
+
attrs: {
|
|
4531
|
+
model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
|
|
4532
|
+
"label-width": "120px",
|
|
4533
|
+
},
|
|
4534
|
+
},
|
|
4535
|
+
[
|
|
4536
|
+
_c(
|
|
4537
|
+
"el-form-item",
|
|
4538
|
+
{
|
|
4539
|
+
attrs: {
|
|
4540
|
+
prop: "nextCurrentOrgObj",
|
|
4541
|
+
label: _vm.currentOrgName
|
|
4542
|
+
? _vm.currentOrgName
|
|
4543
|
+
: "本单位",
|
|
4544
|
+
},
|
|
4545
|
+
},
|
|
4546
|
+
[
|
|
4547
|
+
_c("SelectUser", {
|
|
4548
|
+
attrs: {
|
|
4549
|
+
nextUser: _vm.nextCurrentOrgObjSelect,
|
|
4550
|
+
multiple: "",
|
|
4551
|
+
mix: "",
|
|
4552
|
+
disableds: _vm.currentOrgDisabledObjId,
|
|
4553
|
+
types: ["employee", "persongroup"],
|
|
4554
|
+
params: { filid: _vm.userModel.orgId },
|
|
4555
|
+
},
|
|
4556
|
+
on: {
|
|
4557
|
+
change: function ($event) {
|
|
4558
|
+
_vm.disposeAppUnit(
|
|
4559
|
+
$event,
|
|
4560
|
+
"nextCurrentOrgObjSelect"
|
|
4561
|
+
)
|
|
4562
|
+
},
|
|
4563
|
+
},
|
|
4564
|
+
}),
|
|
4565
|
+
],
|
|
4566
|
+
1
|
|
4567
|
+
),
|
|
4568
|
+
_c(
|
|
4569
|
+
"el-form-item",
|
|
4570
|
+
{
|
|
4571
|
+
attrs: {
|
|
4572
|
+
prop: "nextOtherOrgObj",
|
|
4573
|
+
label: _vm.otherOrgName
|
|
4574
|
+
? _vm.otherOrgName
|
|
4575
|
+
: "外单位",
|
|
4576
|
+
},
|
|
4577
|
+
},
|
|
4578
|
+
[
|
|
4579
|
+
_c("SelectUser", {
|
|
4580
|
+
attrs: {
|
|
4581
|
+
nextUser: _vm.nextOtherOrgObjSelect,
|
|
4582
|
+
multiple: "",
|
|
4583
|
+
mix: "",
|
|
4584
|
+
disableds: _vm.otherOrgDisabledObjId,
|
|
4585
|
+
types: ["enterprise", "filgroupobj"],
|
|
4586
|
+
params: {
|
|
4587
|
+
filid: "all",
|
|
4588
|
+
roleid:
|
|
4589
|
+
_vm.circularReadParamsMap
|
|
4590
|
+
.circularReadOrgRoleCode,
|
|
4591
|
+
},
|
|
4592
|
+
},
|
|
4593
|
+
on: {
|
|
4594
|
+
change: function ($event) {
|
|
4595
|
+
_vm.disposeAppUnit(
|
|
4596
|
+
$event,
|
|
4597
|
+
"nextOtherOrgObjSelect"
|
|
4598
|
+
)
|
|
4599
|
+
},
|
|
4600
|
+
},
|
|
4601
|
+
}),
|
|
4602
|
+
],
|
|
4603
|
+
1
|
|
4604
|
+
),
|
|
4605
|
+
],
|
|
4606
|
+
1
|
|
4607
|
+
),
|
|
4510
4608
|
_c(
|
|
4511
4609
|
"div",
|
|
4512
4610
|
{
|
|
@@ -6468,7 +6566,7 @@ var staticRenderFns = []
|
|
|
6468
6566
|
render._withStripped = true
|
|
6469
6567
|
|
|
6470
6568
|
|
|
6471
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
6569
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=eb32af70&
|
|
6472
6570
|
|
|
6473
6571
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
6474
6572
|
var regenerator_ = __webpack_require__(14);
|
|
@@ -7426,7 +7524,7 @@ var _components;
|
|
|
7426
7524
|
}
|
|
7427
7525
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
7428
7526
|
util["a" /* default */].ajax({
|
|
7429
|
-
url: data.id ? api["
|
|
7527
|
+
url: data.id ? api["fc" /* updateCommonOpinion */] : api["sb" /* saveCommonOpinion */],
|
|
7430
7528
|
data: info,
|
|
7431
7529
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
7432
7530
|
method: 'post'
|
|
@@ -12542,7 +12640,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
12542
12640
|
taskExamine = this.taskExamine;
|
|
12543
12641
|
|
|
12544
12642
|
var params = {
|
|
12545
|
-
url: api["
|
|
12643
|
+
url: api["Zb" /* toTaskTransferIndex */],
|
|
12546
12644
|
params: {
|
|
12547
12645
|
opinion: opinion,
|
|
12548
12646
|
pendingId: pendingId,
|
|
@@ -14775,7 +14873,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
14775
14873
|
var _this3 = this;
|
|
14776
14874
|
|
|
14777
14875
|
var params = {
|
|
14778
|
-
url: this.type == 'takeAdvice' ? api["
|
|
14876
|
+
url: this.type == 'takeAdvice' ? api["Yb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Vb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["bc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["cc" /* toTwoOfficesDispatch */] : api["ac" /* toTaskUnionExamine */],
|
|
14779
14877
|
params: { pendingId: this.pendingId },
|
|
14780
14878
|
headers: { Accept: 'application/json,text/plain' }
|
|
14781
14879
|
};
|
|
@@ -14896,7 +14994,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
14896
14994
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
14897
14995
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
14898
14996
|
var param = {
|
|
14899
|
-
url: this.type === 'startDraf' ? api["Gb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Kb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["
|
|
14997
|
+
url: this.type === 'startDraf' ? api["Gb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Kb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["ec" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Hb" /* taskTakeAdvice */] : api["Jb" /* taskUnionExamine */],
|
|
14900
14998
|
data: {
|
|
14901
14999
|
opinion: opinion,
|
|
14902
15000
|
pendingId: pendingId,
|
|
@@ -19857,6 +19955,334 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
19857
19955
|
)
|
|
19858
19956
|
|
|
19859
19957
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
19958
|
+
// 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=3c874472&
|
|
19959
|
+
var supervisevue_type_template_id_3c874472_render = function () {
|
|
19960
|
+
var _vm = this
|
|
19961
|
+
var _h = _vm.$createElement
|
|
19962
|
+
var _c = _vm._self._c || _h
|
|
19963
|
+
return _c(
|
|
19964
|
+
"div",
|
|
19965
|
+
{ staticClass: "supervise-flow" },
|
|
19966
|
+
[
|
|
19967
|
+
_c(
|
|
19968
|
+
"el-form",
|
|
19969
|
+
{
|
|
19970
|
+
ref: "nextNode",
|
|
19971
|
+
staticClass: "demo-dynamic",
|
|
19972
|
+
attrs: {
|
|
19973
|
+
model: _vm.nextNode,
|
|
19974
|
+
"label-width": "120px",
|
|
19975
|
+
"label-position": "left",
|
|
19976
|
+
},
|
|
19977
|
+
},
|
|
19978
|
+
[
|
|
19979
|
+
_c(
|
|
19980
|
+
"el-form-item",
|
|
19981
|
+
{ attrs: { prop: "pendTitle", label: "标题" } },
|
|
19982
|
+
[
|
|
19983
|
+
_c("el-input", {
|
|
19984
|
+
attrs: { disabled: "", type: "textarea", autosize: "" },
|
|
19985
|
+
model: {
|
|
19986
|
+
value: _vm.nextNode.pendTitle,
|
|
19987
|
+
callback: function ($$v) {
|
|
19988
|
+
_vm.$set(_vm.nextNode, "pendTitle", $$v)
|
|
19989
|
+
},
|
|
19990
|
+
expression: "nextNode.pendTitle",
|
|
19991
|
+
},
|
|
19992
|
+
}),
|
|
19993
|
+
],
|
|
19994
|
+
1
|
|
19995
|
+
),
|
|
19996
|
+
_c(
|
|
19997
|
+
"el-form-item",
|
|
19998
|
+
{ attrs: { prop: "currentHandleNode", label: "当前办理节点" } },
|
|
19999
|
+
[
|
|
20000
|
+
_c("el-input", {
|
|
20001
|
+
attrs: { disabled: "" },
|
|
20002
|
+
model: {
|
|
20003
|
+
value: _vm.nextNode.currentHandleNode,
|
|
20004
|
+
callback: function ($$v) {
|
|
20005
|
+
_vm.$set(_vm.nextNode, "currentHandleNode", $$v)
|
|
20006
|
+
},
|
|
20007
|
+
expression: "nextNode.currentHandleNode",
|
|
20008
|
+
},
|
|
20009
|
+
}),
|
|
20010
|
+
],
|
|
20011
|
+
1
|
|
20012
|
+
),
|
|
20013
|
+
_c(
|
|
20014
|
+
"el-form-item",
|
|
20015
|
+
{ attrs: { prop: "pendingUserNames", label: "当前办理人" } },
|
|
20016
|
+
[
|
|
20017
|
+
_c("el-input", {
|
|
20018
|
+
attrs: { type: "textarea", autosize: "", disabled: "" },
|
|
20019
|
+
model: {
|
|
20020
|
+
value: _vm.nextNode.pendingUserNames,
|
|
20021
|
+
callback: function ($$v) {
|
|
20022
|
+
_vm.$set(_vm.nextNode, "pendingUserNames", $$v)
|
|
20023
|
+
},
|
|
20024
|
+
expression: "nextNode.pendingUserNames",
|
|
20025
|
+
},
|
|
20026
|
+
}),
|
|
20027
|
+
],
|
|
20028
|
+
1
|
|
20029
|
+
),
|
|
20030
|
+
_c(
|
|
20031
|
+
"el-form-item",
|
|
20032
|
+
{ attrs: { prop: "noticeType", label: "通知方式" } },
|
|
20033
|
+
[
|
|
20034
|
+
_c(
|
|
20035
|
+
"el-checkbox-group",
|
|
20036
|
+
{
|
|
20037
|
+
model: {
|
|
20038
|
+
value: _vm.nextNode.noticeType,
|
|
20039
|
+
callback: function ($$v) {
|
|
20040
|
+
_vm.$set(_vm.nextNode, "noticeType", $$v)
|
|
20041
|
+
},
|
|
20042
|
+
expression: "nextNode.noticeType",
|
|
20043
|
+
},
|
|
20044
|
+
},
|
|
20045
|
+
_vm._l(_vm.nextNode.notificationType, function (item, index) {
|
|
20046
|
+
return _c(
|
|
20047
|
+
"el-checkbox",
|
|
20048
|
+
{ key: index, attrs: { label: item.cciValue } },
|
|
20049
|
+
[
|
|
20050
|
+
_vm._v(
|
|
20051
|
+
"\n " +
|
|
20052
|
+
_vm._s(item.shortName) +
|
|
20053
|
+
"\n "
|
|
20054
|
+
),
|
|
20055
|
+
]
|
|
20056
|
+
)
|
|
20057
|
+
}),
|
|
20058
|
+
1
|
|
20059
|
+
),
|
|
20060
|
+
],
|
|
20061
|
+
1
|
|
20062
|
+
),
|
|
20063
|
+
_c(
|
|
20064
|
+
"el-form-item",
|
|
20065
|
+
{ attrs: { prop: "notifyMessage", label: "通知消息" } },
|
|
20066
|
+
[
|
|
20067
|
+
_c("es-input", {
|
|
20068
|
+
staticStyle: {
|
|
20069
|
+
"border-color": "#ccc",
|
|
20070
|
+
padding: "5px",
|
|
20071
|
+
"border-radius": "5px",
|
|
20072
|
+
"font-size": "13px",
|
|
20073
|
+
},
|
|
20074
|
+
attrs: { type: "textarea" },
|
|
20075
|
+
model: {
|
|
20076
|
+
value: _vm.nextNode.notifyMessage,
|
|
20077
|
+
callback: function ($$v) {
|
|
20078
|
+
_vm.$set(_vm.nextNode, "notifyMessage", $$v)
|
|
20079
|
+
},
|
|
20080
|
+
expression: "nextNode.notifyMessage",
|
|
20081
|
+
},
|
|
20082
|
+
}),
|
|
20083
|
+
],
|
|
20084
|
+
1
|
|
20085
|
+
),
|
|
20086
|
+
_c("el-form-item", { staticStyle: { "margin-bottom": "0px" } }, [
|
|
20087
|
+
_c(
|
|
20088
|
+
"div",
|
|
20089
|
+
{ staticStyle: { "text-align": "right" } },
|
|
20090
|
+
[
|
|
20091
|
+
_c(
|
|
20092
|
+
"el-button",
|
|
20093
|
+
{
|
|
20094
|
+
attrs: { type: "primary", size: "small" },
|
|
20095
|
+
on: {
|
|
20096
|
+
click: function ($event) {
|
|
20097
|
+
_vm.subProcess()
|
|
20098
|
+
},
|
|
20099
|
+
},
|
|
20100
|
+
},
|
|
20101
|
+
[_vm._v("\n 确认\n ")]
|
|
20102
|
+
),
|
|
20103
|
+
],
|
|
20104
|
+
1
|
|
20105
|
+
),
|
|
20106
|
+
]),
|
|
20107
|
+
],
|
|
20108
|
+
1
|
|
20109
|
+
),
|
|
20110
|
+
],
|
|
20111
|
+
1
|
|
20112
|
+
)
|
|
20113
|
+
}
|
|
20114
|
+
var supervisevue_type_template_id_3c874472_staticRenderFns = []
|
|
20115
|
+
supervisevue_type_template_id_3c874472_render._withStripped = true
|
|
20116
|
+
|
|
20117
|
+
|
|
20118
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
|
|
20119
|
+
|
|
20120
|
+
// 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&
|
|
20121
|
+
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; };
|
|
20122
|
+
|
|
20123
|
+
//
|
|
20124
|
+
//
|
|
20125
|
+
//
|
|
20126
|
+
//
|
|
20127
|
+
//
|
|
20128
|
+
//
|
|
20129
|
+
//
|
|
20130
|
+
//
|
|
20131
|
+
//
|
|
20132
|
+
//
|
|
20133
|
+
//
|
|
20134
|
+
//
|
|
20135
|
+
//
|
|
20136
|
+
//
|
|
20137
|
+
//
|
|
20138
|
+
//
|
|
20139
|
+
//
|
|
20140
|
+
//
|
|
20141
|
+
//
|
|
20142
|
+
//
|
|
20143
|
+
//
|
|
20144
|
+
//
|
|
20145
|
+
//
|
|
20146
|
+
//
|
|
20147
|
+
//
|
|
20148
|
+
//
|
|
20149
|
+
//
|
|
20150
|
+
//
|
|
20151
|
+
//
|
|
20152
|
+
//
|
|
20153
|
+
//
|
|
20154
|
+
//
|
|
20155
|
+
//
|
|
20156
|
+
//
|
|
20157
|
+
//
|
|
20158
|
+
//
|
|
20159
|
+
//
|
|
20160
|
+
//
|
|
20161
|
+
//
|
|
20162
|
+
//
|
|
20163
|
+
//
|
|
20164
|
+
//
|
|
20165
|
+
//
|
|
20166
|
+
//
|
|
20167
|
+
//
|
|
20168
|
+
//
|
|
20169
|
+
//
|
|
20170
|
+
//
|
|
20171
|
+
//
|
|
20172
|
+
//
|
|
20173
|
+
//
|
|
20174
|
+
//
|
|
20175
|
+
//
|
|
20176
|
+
//
|
|
20177
|
+
//
|
|
20178
|
+
//
|
|
20179
|
+
//
|
|
20180
|
+
//
|
|
20181
|
+
//
|
|
20182
|
+
//
|
|
20183
|
+
|
|
20184
|
+
|
|
20185
|
+
|
|
20186
|
+
/* harmony default export */ var supervisevue_type_script_lang_js_ = ({
|
|
20187
|
+
props: {
|
|
20188
|
+
businessId: {
|
|
20189
|
+
type: String,
|
|
20190
|
+
default: ''
|
|
20191
|
+
}
|
|
20192
|
+
},
|
|
20193
|
+
data: function data() {
|
|
20194
|
+
return {
|
|
20195
|
+
nextNode: {
|
|
20196
|
+
noticeType: [],
|
|
20197
|
+
notificationType: [],
|
|
20198
|
+
loading: undefined
|
|
20199
|
+
}
|
|
20200
|
+
};
|
|
20201
|
+
},
|
|
20202
|
+
mounted: function mounted() {
|
|
20203
|
+
this.getFlowInfo();
|
|
20204
|
+
},
|
|
20205
|
+
|
|
20206
|
+
methods: {
|
|
20207
|
+
subProcess: function subProcess() {
|
|
20208
|
+
var _this = this;
|
|
20209
|
+
|
|
20210
|
+
if (this.nextNode.noticeType.length == 0) {
|
|
20211
|
+
this.$message.warning('请选择通知方式');
|
|
20212
|
+
return;
|
|
20213
|
+
}
|
|
20214
|
+
if (!this.nextNode.notifyMessage) {
|
|
20215
|
+
this.$message.warning('请填写通知消息内容');
|
|
20216
|
+
return;
|
|
20217
|
+
}
|
|
20218
|
+
var _nextNode = this.nextNode,
|
|
20219
|
+
noticeType = _nextNode.noticeType,
|
|
20220
|
+
notifyMessage = _nextNode.notifyMessage,
|
|
20221
|
+
pendingUserIds = _nextNode.pendingUserIds;
|
|
20222
|
+
|
|
20223
|
+
var params = {
|
|
20224
|
+
url: api["Xb" /* toTaskSuperviseSub */],
|
|
20225
|
+
params: {
|
|
20226
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
20227
|
+
urgeUserIds: pendingUserIds,
|
|
20228
|
+
notificationType: noticeType.join(','), notificationMessage: notifyMessage,
|
|
20229
|
+
businessId: this.businessId
|
|
20230
|
+
}
|
|
20231
|
+
};
|
|
20232
|
+
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
20233
|
+
util["a" /* default */].ajax(params).then(function (res) {
|
|
20234
|
+
_this.loading.close();
|
|
20235
|
+
if (res.rCode == 0 || res.status == 'success') {
|
|
20236
|
+
_this.$message.success('操作成功');
|
|
20237
|
+
_this.$parent.$emit('success');
|
|
20238
|
+
} else {
|
|
20239
|
+
_this.$message.error(res.message || '系统错误,请联系管理员!');
|
|
20240
|
+
}
|
|
20241
|
+
});
|
|
20242
|
+
},
|
|
20243
|
+
getFlowInfo: function getFlowInfo() {
|
|
20244
|
+
var _this2 = this;
|
|
20245
|
+
|
|
20246
|
+
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
20247
|
+
util["a" /* default */].ajax({
|
|
20248
|
+
url: api["Wb" /* toTaskSupervise */],
|
|
20249
|
+
params: {
|
|
20250
|
+
businessId: this.businessId,
|
|
20251
|
+
userId: util["a" /* default */].getStorage('userId')
|
|
20252
|
+
}
|
|
20253
|
+
}).then(function (res) {
|
|
20254
|
+
_this2.loading.close();
|
|
20255
|
+
console.log(res);
|
|
20256
|
+
if (res.rCode == 0) {
|
|
20257
|
+
_this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
|
|
20258
|
+
_this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
|
|
20259
|
+
}
|
|
20260
|
+
});
|
|
20261
|
+
}
|
|
20262
|
+
}
|
|
20263
|
+
});
|
|
20264
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=script&lang=js&
|
|
20265
|
+
/* harmony default export */ var src_supervisevue_type_script_lang_js_ = (supervisevue_type_script_lang_js_);
|
|
20266
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue
|
|
20267
|
+
|
|
20268
|
+
|
|
20269
|
+
|
|
20270
|
+
|
|
20271
|
+
|
|
20272
|
+
/* normalize component */
|
|
20273
|
+
|
|
20274
|
+
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
20275
|
+
src_supervisevue_type_script_lang_js_,
|
|
20276
|
+
supervisevue_type_template_id_3c874472_render,
|
|
20277
|
+
supervisevue_type_template_id_3c874472_staticRenderFns,
|
|
20278
|
+
false,
|
|
20279
|
+
null,
|
|
20280
|
+
null,
|
|
20281
|
+
null
|
|
20282
|
+
|
|
20283
|
+
)
|
|
20284
|
+
|
|
20285
|
+
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
19860
20286
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
|
|
19861
20287
|
|
|
19862
20288
|
|
|
@@ -20663,6 +21089,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
20663
21089
|
//
|
|
20664
21090
|
//
|
|
20665
21091
|
//
|
|
21092
|
+
//
|
|
21093
|
+
|
|
20666
21094
|
|
|
20667
21095
|
|
|
20668
21096
|
|
|
@@ -20682,7 +21110,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
20682
21110
|
/* harmony default export */ var mainvue_type_script_lang_js_ = ({
|
|
20683
21111
|
name: 'EsFlow',
|
|
20684
21112
|
componentName: 'EsFlow',
|
|
20685
|
-
components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components),
|
|
21113
|
+
components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components),
|
|
20686
21114
|
props: {
|
|
20687
21115
|
showShrink: { type: Boolean, default: true },
|
|
20688
21116
|
isStartFlow: { type: Boolean, default: false },
|
|
@@ -20737,6 +21165,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
20737
21165
|
currentOrgDisabledObjId: [],
|
|
20738
21166
|
nextNodeCheckType: 'select',
|
|
20739
21167
|
readOnlyNotificationType: '',
|
|
21168
|
+
circularReadParamsMap: { circularReadOrgRoleCode: '' },
|
|
20740
21169
|
taskParams: {},
|
|
20741
21170
|
notificationMessageReadOnly: false,
|
|
20742
21171
|
isCanPreAddSign: false,
|
|
@@ -20866,6 +21295,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
20866
21295
|
mounted: function mounted() {
|
|
20867
21296
|
this.businessIds = this.businessId;
|
|
20868
21297
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
21298
|
+
if (this.typeCode == 'supervise') return;
|
|
20869
21299
|
this.getNodeType();
|
|
20870
21300
|
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
20871
21301
|
if (this.isFlow) {
|
|
@@ -22021,6 +22451,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22021
22451
|
isCustomPreset = _res$data2.isCustomPreset,
|
|
22022
22452
|
presetTaskNodeKeyStr = _res$data2.presetTaskNodeKeyStr,
|
|
22023
22453
|
presetTaskNodeMap = _res$data2.presetTaskNodeMap,
|
|
22454
|
+
circularReadParamsMap = _res$data2.circularReadParamsMap,
|
|
22024
22455
|
isPreset = _res$data2.isPreset,
|
|
22025
22456
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
22026
22457
|
choiceDeptId = _res$data2.choiceDeptId,
|
|
@@ -22046,6 +22477,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22046
22477
|
|
|
22047
22478
|
_this25.$emit('startTaskRead', res);
|
|
22048
22479
|
_this25.$emit('start-task-read', res);
|
|
22480
|
+
_this25.circularReadParamsMap = circularReadParamsMap || {};
|
|
22049
22481
|
_this25.currentOrgName = currentOrgName;
|
|
22050
22482
|
_this25.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
|
|
22051
22483
|
_this25.readOnlyNotificationType = readOnlyNotificationType;
|
|
@@ -22444,7 +22876,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22444
22876
|
this.$message.warning('\u8BF7\u9009\u62E9' + (this.currentOrgName || '本单位'));
|
|
22445
22877
|
return false;
|
|
22446
22878
|
}
|
|
22447
|
-
|
|
22879
|
+
|
|
22880
|
+
if (this.currentNodeIsCircularReadNode && this.nextNode.nextCurrentOrgObj.length == 0 && this.nextNode.nextOtherOrgObj.length == 0) {
|
|
22448
22881
|
this.$message.warning('\u8BF7\u9009\u62E9\u5904\u7406\u5BF9\u8C61!');
|
|
22449
22882
|
return false;
|
|
22450
22883
|
}
|
|
@@ -22455,13 +22888,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22455
22888
|
|
|
22456
22889
|
this.$refs['nextNode'].validate(function () {
|
|
22457
22890
|
var _ref2 = mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee(valid) {
|
|
22458
|
-
var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth;
|
|
22891
|
+
var nextUserId, addSignUserId, removeSignUserId, str, notificationType, params, isEndUserTask, choiceOrgId, choiceDeptId, pOrgId, taskExamineInfo, currentNodeIsCircularReadNode, needRetrialAuth, circularReadParamsMap;
|
|
22459
22892
|
return regenerator_default.a.wrap(function _callee$(_context) {
|
|
22460
22893
|
while (1) {
|
|
22461
22894
|
switch (_context.prev = _context.next) {
|
|
22462
22895
|
case 0:
|
|
22463
22896
|
if (!valid) {
|
|
22464
|
-
_context.next =
|
|
22897
|
+
_context.next = 49;
|
|
22465
22898
|
break;
|
|
22466
22899
|
}
|
|
22467
22900
|
|
|
@@ -22567,7 +23000,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22567
23000
|
|
|
22568
23001
|
case 31:
|
|
22569
23002
|
_this29.loading = util["a" /* default */].loading(_this29.$loading, '提交中...');
|
|
22570
|
-
isEndUserTask = _this29.isEndUserTask, choiceOrgId = _this29.choiceOrgId, choiceDeptId = _this29.choiceDeptId, pOrgId = _this29.pOrgId, taskExamineInfo = _this29.taskExamineInfo, currentNodeIsCircularReadNode = _this29.currentNodeIsCircularReadNode, needRetrialAuth = _this29.needRetrialAuth;
|
|
23003
|
+
isEndUserTask = _this29.isEndUserTask, choiceOrgId = _this29.choiceOrgId, choiceDeptId = _this29.choiceDeptId, pOrgId = _this29.pOrgId, taskExamineInfo = _this29.taskExamineInfo, currentNodeIsCircularReadNode = _this29.currentNodeIsCircularReadNode, needRetrialAuth = _this29.needRetrialAuth, circularReadParamsMap = _this29.circularReadParamsMap;
|
|
22571
23004
|
|
|
22572
23005
|
params.isEndUserTask = isEndUserTask;
|
|
22573
23006
|
params.choiceOrgId = choiceOrgId;
|
|
@@ -22581,7 +23014,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22581
23014
|
params.nodeId = taskExamineInfo.nodeId;
|
|
22582
23015
|
params.needRetrialAuth = needRetrialAuth;
|
|
22583
23016
|
params.taskHandleSubmitMode = currentNodeIsCircularReadNode ? 'circularReadMode' : undefined;
|
|
22584
|
-
|
|
23017
|
+
if (currentNodeIsCircularReadNode) {
|
|
23018
|
+
params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
|
|
23019
|
+
}
|
|
23020
|
+
|
|
22585
23021
|
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Cb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
22586
23022
|
var status = res.status,
|
|
22587
23023
|
message = res.message;
|
|
@@ -22601,10 +23037,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22601
23037
|
}
|
|
22602
23038
|
}));
|
|
22603
23039
|
|
|
22604
|
-
case
|
|
23040
|
+
case 49:
|
|
22605
23041
|
return _context.abrupt('return', false);
|
|
22606
23042
|
|
|
22607
|
-
case
|
|
23043
|
+
case 50:
|
|
22608
23044
|
case 'end':
|
|
22609
23045
|
return _context.stop();
|
|
22610
23046
|
}
|