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/selector.js
CHANGED
|
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
|
|
|
3502
3502
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
|
|
3503
3503
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3504
3504
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3505
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3505
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
|
|
3506
3506
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
|
|
3507
3507
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
|
|
3508
3508
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
|
|
3509
3509
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
|
|
3510
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3510
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
|
|
3511
3511
|
/* unused harmony export getUserImgUrl */
|
|
3512
3512
|
/* unused harmony export getDoorIndex */
|
|
3513
3513
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
|
|
|
3516
3516
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
|
|
3518
3518
|
/* unused harmony export getUserCustomInfo */
|
|
3519
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3519
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
|
|
3520
3520
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
|
|
3521
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
|
|
3522
3522
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
|
|
3524
3524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
|
|
3525
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
|
|
3526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
|
|
3527
3527
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
|
|
3528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3528
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
|
|
3529
3529
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3530
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
|
|
3531
3531
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
|
|
3533
3533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
|
|
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
|
|
|
3551
3551
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3552
3552
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3553
3553
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
|
|
3555
3555
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3556
3556
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
|
|
3557
3557
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
|
|
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
|
|
|
3575
3575
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3576
3576
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
|
|
3577
3577
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
|
|
3580
3580
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
|
|
3581
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
|
|
3583
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
|
|
3584
3584
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
|
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
|
|
3589
3589
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
|
|
3594
3594
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
|
|
3595
3595
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
|
|
3596
3598
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
|
|
3597
3599
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
|
|
3598
3600
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
|
|
3600
3602
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
|
|
3603
3605
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
|
|
3604
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
|
|
3605
3607
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
|
|
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
|
3809
3811
|
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
3810
3812
|
// 稿件递送
|
|
3811
3813
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
3812
|
-
|
|
3814
|
+
// 获取督办页面信息
|
|
3815
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
3816
|
+
// 督办提交
|
|
3817
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3813
3818
|
// 稿件递送提交接口
|
|
3814
3819
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3815
3820
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
package/lib/sizer.js
CHANGED
|
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
|
|
|
3502
3502
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
|
|
3503
3503
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3504
3504
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3505
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3505
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
|
|
3506
3506
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
|
|
3507
3507
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
|
|
3508
3508
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
|
|
3509
3509
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
|
|
3510
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3510
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
|
|
3511
3511
|
/* unused harmony export getUserImgUrl */
|
|
3512
3512
|
/* unused harmony export getDoorIndex */
|
|
3513
3513
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
|
|
|
3516
3516
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
|
|
3518
3518
|
/* unused harmony export getUserCustomInfo */
|
|
3519
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3519
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
|
|
3520
3520
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
|
|
3521
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
|
|
3522
3522
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
|
|
3524
3524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
|
|
3525
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
|
|
3526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
|
|
3527
3527
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
|
|
3528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3528
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
|
|
3529
3529
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3530
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
|
|
3531
3531
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
|
|
3533
3533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
|
|
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
|
|
|
3551
3551
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3552
3552
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3553
3553
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
|
|
3555
3555
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3556
3556
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
|
|
3557
3557
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
|
|
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
|
|
|
3575
3575
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3576
3576
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
|
|
3577
3577
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
|
|
3580
3580
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
|
|
3581
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
|
|
3583
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
|
|
3584
3584
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
|
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
|
|
3589
3589
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
|
|
3594
3594
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
|
|
3595
3595
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
|
|
3596
3598
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
|
|
3597
3599
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
|
|
3598
3600
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
|
|
3600
3602
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
|
|
3603
3605
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
|
|
3604
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
|
|
3605
3607
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
|
|
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
|
3809
3811
|
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
3810
3812
|
// 稿件递送
|
|
3811
3813
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
3812
|
-
|
|
3814
|
+
// 获取督办页面信息
|
|
3815
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
3816
|
+
// 督办提交
|
|
3817
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3813
3818
|
// 稿件递送提交接口
|
|
3814
3819
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3815
3820
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
package/lib/steps.js
CHANGED
|
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
|
|
|
3502
3502
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
|
|
3503
3503
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3504
3504
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3505
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3505
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
|
|
3506
3506
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
|
|
3507
3507
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
|
|
3508
3508
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
|
|
3509
3509
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
|
|
3510
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3510
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
|
|
3511
3511
|
/* unused harmony export getUserImgUrl */
|
|
3512
3512
|
/* unused harmony export getDoorIndex */
|
|
3513
3513
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
|
|
|
3516
3516
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
|
|
3518
3518
|
/* unused harmony export getUserCustomInfo */
|
|
3519
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3519
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
|
|
3520
3520
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
|
|
3521
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
|
|
3522
3522
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
|
|
3524
3524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
|
|
3525
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
|
|
3526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
|
|
3527
3527
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
|
|
3528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3528
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
|
|
3529
3529
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3530
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
|
|
3531
3531
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
|
|
3533
3533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
|
|
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
|
|
|
3551
3551
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3552
3552
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3553
3553
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
|
|
3555
3555
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3556
3556
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
|
|
3557
3557
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
|
|
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
|
|
|
3575
3575
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3576
3576
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
|
|
3577
3577
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
|
|
3580
3580
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
|
|
3581
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
|
|
3583
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
|
|
3584
3584
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
|
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
|
|
3589
3589
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
|
|
3594
3594
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
|
|
3595
3595
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
|
|
3596
3598
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
|
|
3597
3599
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
|
|
3598
3600
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
|
|
3600
3602
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
|
|
3603
3605
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
|
|
3604
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
|
|
3605
3607
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
|
|
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
|
3809
3811
|
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
3810
3812
|
// 稿件递送
|
|
3811
3813
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
3812
|
-
|
|
3814
|
+
// 获取督办页面信息
|
|
3815
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
3816
|
+
// 督办提交
|
|
3817
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3813
3818
|
// 稿件递送提交接口
|
|
3814
3819
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3815
3820
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
package/lib/switch.js
CHANGED
|
@@ -3502,12 +3502,12 @@ var watermark = function watermark(option) {
|
|
|
3502
3502
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
|
|
3503
3503
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
3504
3504
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
3505
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3505
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return userOnline; });
|
|
3506
3506
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
|
|
3507
3507
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
|
|
3508
3508
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
|
|
3509
3509
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
|
|
3510
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3510
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return updateUserInfo; });
|
|
3511
3511
|
/* unused harmony export getUserImgUrl */
|
|
3512
3512
|
/* unused harmony export getDoorIndex */
|
|
3513
3513
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3516,18 +3516,18 @@ var watermark = function watermark(option) {
|
|
|
3516
3516
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
|
|
3518
3518
|
/* unused harmony export getUserCustomInfo */
|
|
3519
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3519
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return updateUserCustomInfo; });
|
|
3520
3520
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
|
|
3521
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
|
|
3522
3522
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
|
|
3524
3524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
|
|
3525
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return uploads; });
|
|
3526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploadOnlyOne; });
|
|
3527
3527
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
|
|
3528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3528
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return uploadSort; });
|
|
3529
3529
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
3530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3530
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadDownloads; });
|
|
3531
3531
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
|
|
3533
3533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
|
|
@@ -3551,7 +3551,7 @@ var watermark = function watermark(option) {
|
|
|
3551
3551
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3552
3552
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
3553
3553
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateCommonOpinion; });
|
|
3555
3555
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
3556
3556
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
|
|
3557
3557
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
|
|
@@ -3575,11 +3575,11 @@ var watermark = function watermark(option) {
|
|
|
3575
3575
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
3576
3576
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
|
|
3577
3577
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return wss; });
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return topic; });
|
|
3580
3580
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
|
|
3581
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskTransferIndex; });
|
|
3583
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
|
|
3584
3584
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
@@ -3588,18 +3588,20 @@ var watermark = function watermark(option) {
|
|
|
3588
3588
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
|
|
3589
3589
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskUnionExamine; });
|
|
3592
3592
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskTakeAdvice; });
|
|
3594
3594
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
|
|
3595
3595
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskSupervise; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskSuperviseSub; });
|
|
3596
3598
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
|
|
3597
3599
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
|
|
3598
3600
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskUnionSeal; });
|
|
3600
3602
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTwoOfficesDispatch; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return twoOfficesDispatch; });
|
|
3603
3605
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
|
|
3604
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
|
|
3605
3607
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
|
|
@@ -3809,7 +3811,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
|
3809
3811
|
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
3810
3812
|
// 稿件递送
|
|
3811
3813
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
3812
|
-
|
|
3814
|
+
// 获取督办页面信息
|
|
3815
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
3816
|
+
// 督办提交
|
|
3817
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3813
3818
|
// 稿件递送提交接口
|
|
3814
3819
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3815
3820
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|