eoss-ui 0.7.85 → 0.7.87
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 +155 -143
- package/lib/button.js +155 -143
- package/lib/calogin.js +155 -143
- package/lib/checkbox-group.js +157 -145
- package/lib/config/api.js +8 -0
- package/lib/data-table-form.js +157 -145
- package/lib/data-table.js +160 -148
- package/lib/date-picker.js +155 -143
- package/lib/dialog.js +155 -143
- package/lib/eoss-ui.common.js +1514 -786
- package/lib/flow-group.js +155 -143
- package/lib/flow-list.js +1060 -333
- package/lib/flow.js +565 -548
- package/lib/form.js +157 -145
- package/lib/handle-user.js +156 -144
- package/lib/handler.js +156 -144
- package/lib/icon.js +156 -144
- package/lib/index.js +1 -1
- package/lib/input-number.js +155 -143
- package/lib/input.js +155 -143
- package/lib/login.js +170 -158
- package/lib/main.js +502 -490
- package/lib/nav.js +155 -143
- package/lib/notify.js +158 -146
- package/lib/page.js +155 -143
- package/lib/pagination.js +155 -143
- package/lib/player.js +155 -143
- package/lib/qr-code.js +155 -143
- package/lib/radio-group.js +157 -145
- package/lib/retrial-auth.js +159 -147
- package/lib/select-ganged.js +157 -145
- package/lib/select.js +157 -145
- package/lib/selector-panel.js +173 -161
- package/lib/selector.js +157 -145
- package/lib/sizer.js +157 -145
- package/lib/steps.js +155 -143
- package/lib/switch.js +155 -143
- package/lib/table-form.js +155 -143
- package/lib/tabs.js +155 -143
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +156 -144
- package/lib/tree-group.js +155 -143
- package/lib/tree.js +156 -144
- package/lib/upload.js +168 -156
- package/lib/wujie.js +155 -143
- package/lib/wxlogin.js +155 -143
- package/package.json +161 -161
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- package/packages/flow/src/component/Circulate.vue +417 -417
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +244 -244
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/component/taskUnionExamine.vue +761 -761
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2855 -2855
- package/packages/flow/src/main.vue +4139 -4135
- package/packages/flow/src/processForm.vue +1680 -1671
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +946 -946
- package/packages/flow/src/selectUser.vue +1 -5
- package/packages/flow/src/startTaskRead.vue +695 -695
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/src/main.vue +727 -727
- package/packages/flow-list/src/main.vue +2337 -1803
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/src/main.vue +2087 -2087
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/index.vue +2328 -2328
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/index.vue +2618 -2618
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/main/src/simplicityTop/userinfo.vue +401 -401
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/src/main.vue +351 -351
- package/packages/select/src/main.vue +782 -782
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/lib/flow-list.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/flow-list.scss +55 -39
- package/packages/theme-chalk/src/flow.scss +373 -373
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/wujie/src/main.vue +146 -146
- package/src/config/api.js +348 -340
- package/src/index.js +163 -163
- package/src/utils/rules.js +18 -18
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.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/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.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/src/utils/.DS_Store +0 -0
package/lib/flow.js
CHANGED
|
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1702
1702
|
* @param {function} callback - 回调函数
|
|
1703
1703
|
**/
|
|
1704
1704
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1705
|
-
util_ajax({ url: api["
|
|
1705
|
+
util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
|
|
1706
1706
|
if (res && res.rCode === 0) {
|
|
1707
1707
|
callback(res.results);
|
|
1708
1708
|
}
|
|
@@ -2467,7 +2467,7 @@ var isLogined = function () {
|
|
|
2467
2467
|
break;
|
|
2468
2468
|
}
|
|
2469
2469
|
|
|
2470
|
-
util_ajax({ method: 'post', url: api["
|
|
2470
|
+
util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
|
|
2471
2471
|
if (res.rCode === 0) {
|
|
2472
2472
|
removeStorage();
|
|
2473
2473
|
}
|
|
@@ -3931,167 +3931,171 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3931
3931
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3932
3932
|
|
|
3933
3933
|
"use strict";
|
|
3934
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3936
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3938
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3941
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3942
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3934
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
|
|
3936
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
|
|
3938
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
|
|
3940
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
3941
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
|
|
3942
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
|
|
3943
3943
|
/* unused harmony export updateCode */
|
|
3944
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3944
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
|
|
3945
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
|
|
3947
3947
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3949
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3950
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3951
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3952
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3953
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3954
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3959
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3948
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
|
|
3949
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
|
|
3950
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
|
|
3951
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
|
|
3952
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
|
|
3953
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
|
|
3954
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
|
|
3958
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
|
|
3959
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
|
|
3963
3963
|
/* unused harmony export getUserImgUrl */
|
|
3964
3964
|
/* unused harmony export getDoorIndex */
|
|
3965
3965
|
/* unused harmony export refreshOnlineUsers */
|
|
3966
3966
|
/* unused harmony export getQuickMenuIds */
|
|
3967
3967
|
/* unused harmony export getApplicationIdArray */
|
|
3968
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3969
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3968
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
|
|
3969
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
|
|
3970
3970
|
/* unused harmony export getUserCustomInfo */
|
|
3971
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3973
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3976
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3977
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3979
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3980
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3982
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3984
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
|
|
3973
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
|
|
3982
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
|
|
3988
3988
|
/* unused harmony export upload_updateClassify */
|
|
3989
3989
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3990
3990
|
/* unused harmony export getPictureBase64 */
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3992
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3994
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3996
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
|
|
3992
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
|
|
3993
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
|
|
3994
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
|
|
3995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
|
|
3996
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
|
|
3997
3997
|
/* unused harmony export findUserBaseInfo */
|
|
3998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
|
|
3999
3999
|
/* unused harmony export getCurrentuser */
|
|
4000
4000
|
/* unused harmony export mainDetail */
|
|
4001
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
|
|
4004
4004
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
|
|
4017
4017
|
/* unused harmony export getView */
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4019
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
|
|
4019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
|
|
4029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
|
|
4034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
|
|
4039
4039
|
/* unused harmony export historyListJson */
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4049
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4050
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4051
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4053
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4066
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4071
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
|
|
4063
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
|
|
4064
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
|
|
4065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
4066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4067
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
|
|
4068
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
|
|
4071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
|
|
4074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4075
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
|
|
4074
4078
|
/* unused harmony export sendSave */
|
|
4075
4079
|
/* unused harmony export sendUpdate */
|
|
4076
4080
|
/* unused harmony export sendDelete */
|
|
4077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4078
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
|
|
4082
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
|
|
4083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
|
|
4086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
|
|
4090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
|
|
4091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
|
|
4092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
|
|
4093
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
|
|
4095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
|
|
4096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
|
|
4097
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
|
|
4098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
|
|
4095
4099
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4096
4100
|
// 登录
|
|
4097
4101
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4330,6 +4334,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
|
|
|
4330
4334
|
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
4331
4335
|
// 获取分阅情况列表
|
|
4332
4336
|
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
4337
|
+
// 获取重设记录列表
|
|
4338
|
+
var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
|
|
4339
|
+
// 获取删除记录列表
|
|
4340
|
+
var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
|
|
4341
|
+
// 恢复删除记录
|
|
4342
|
+
var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
|
|
4343
|
+
// 批量删除
|
|
4344
|
+
var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
|
|
4333
4345
|
|
|
4334
4346
|
// 传阅列表撤回
|
|
4335
4347
|
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
@@ -4675,7 +4687,7 @@ var util = __webpack_require__(0);
|
|
|
4675
4687
|
|
|
4676
4688
|
var userName = file.userName || file.response && file.response.userName || util["a" /* default */].getStorage('userName');
|
|
4677
4689
|
var params = {
|
|
4678
|
-
url: util["a" /* default */].getStorage('dochubConfig') ? JSON.parse(util["a" /* default */].getStorage('dochubConfig')).deleteDocumentUrl : api["
|
|
4690
|
+
url: util["a" /* default */].getStorage('dochubConfig') ? JSON.parse(util["a" /* default */].getStorage('dochubConfig')).deleteDocumentUrl : api["k" /* delAdjunct */],
|
|
4679
4691
|
params: { userName: userName, id: file.adjunctId || file.response.adjunctId, ownId: this.ownId, businessId: this.ownId, bucketCode: this.code, documentId: file.adjunctId || file.response.adjunctId }
|
|
4680
4692
|
};
|
|
4681
4693
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -4754,7 +4766,7 @@ module.exports = require("vuedraggable");
|
|
|
4754
4766
|
// ESM COMPAT FLAG
|
|
4755
4767
|
__webpack_require__.r(__webpack_exports__);
|
|
4756
4768
|
|
|
4757
|
-
// 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=
|
|
4769
|
+
// 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=2e509c0a&
|
|
4758
4770
|
var render = function () {
|
|
4759
4771
|
var _vm = this
|
|
4760
4772
|
var _h = _vm.$createElement
|
|
@@ -4798,7 +4810,7 @@ var render = function () {
|
|
|
4798
4810
|
},
|
|
4799
4811
|
[
|
|
4800
4812
|
_vm._v(
|
|
4801
|
-
"
|
|
4813
|
+
"当前步骤:" +
|
|
4802
4814
|
_vm._s(
|
|
4803
4815
|
_vm.isFlow
|
|
4804
4816
|
? _vm.nodeName || "拟稿"
|
|
@@ -5093,7 +5105,7 @@ var render = function () {
|
|
|
5093
5105
|
},
|
|
5094
5106
|
[
|
|
5095
5107
|
_vm._v(
|
|
5096
|
-
"
|
|
5108
|
+
"当前步骤:" +
|
|
5097
5109
|
_vm._s(
|
|
5098
5110
|
_vm.isFlow
|
|
5099
5111
|
? _vm.nodeName || "拟稿"
|
|
@@ -7776,7 +7788,7 @@ var staticRenderFns = []
|
|
|
7776
7788
|
render._withStripped = true
|
|
7777
7789
|
|
|
7778
7790
|
|
|
7779
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7791
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2e509c0a&
|
|
7780
7792
|
|
|
7781
7793
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7782
7794
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8385,7 +8397,7 @@ var util = __webpack_require__(0);
|
|
|
8385
8397
|
|
|
8386
8398
|
this.loading = true;
|
|
8387
8399
|
util["a" /* default */].ajax({
|
|
8388
|
-
url: id ? api["
|
|
8400
|
+
url: id ? api["y" /* editCommonOpion */] : api["a" /* addCommonOpion */],
|
|
8389
8401
|
params: { id: id }
|
|
8390
8402
|
}).then(function (res) {
|
|
8391
8403
|
var status = res.status,
|
|
@@ -8644,27 +8656,27 @@ var _components;
|
|
|
8644
8656
|
return validSate;
|
|
8645
8657
|
},
|
|
8646
8658
|
|
|
8647
|
-
/**
|
|
8648
|
-
* changeOpinion
|
|
8649
|
-
* @desc:监听意见变化
|
|
8650
|
-
* @author liufan
|
|
8651
|
-
* @date 2022年10月28日
|
|
8659
|
+
/**
|
|
8660
|
+
* changeOpinion
|
|
8661
|
+
* @desc:监听意见变化
|
|
8662
|
+
* @author liufan
|
|
8663
|
+
* @date 2022年10月28日
|
|
8652
8664
|
**/
|
|
8653
8665
|
changeOpinion: function changeOpinion() {
|
|
8654
8666
|
this.$emit('change', this.form.value);
|
|
8655
8667
|
},
|
|
8656
8668
|
|
|
8657
|
-
/**
|
|
8658
|
-
* getCommonOpion
|
|
8659
|
-
* @desc:获取意见
|
|
8660
|
-
* @author liufan
|
|
8661
|
-
* @date 2022年5月25日
|
|
8669
|
+
/**
|
|
8670
|
+
* getCommonOpion
|
|
8671
|
+
* @desc:获取意见
|
|
8672
|
+
* @author liufan
|
|
8673
|
+
* @date 2022年5月25日
|
|
8662
8674
|
**/
|
|
8663
8675
|
getCommonOpion: function getCommonOpion() {
|
|
8664
8676
|
var _this = this;
|
|
8665
8677
|
|
|
8666
8678
|
util["a" /* default */].ajax({
|
|
8667
|
-
url: api["
|
|
8679
|
+
url: api["j" /* commonOpion */],
|
|
8668
8680
|
params: {
|
|
8669
8681
|
userId: util["a" /* default */].getStorage('userId')
|
|
8670
8682
|
},
|
|
@@ -8687,31 +8699,31 @@ var _components;
|
|
|
8687
8699
|
});
|
|
8688
8700
|
},
|
|
8689
8701
|
|
|
8690
|
-
/**
|
|
8691
|
-
* upDate
|
|
8692
|
-
* @desc:修改常用语
|
|
8693
|
-
* @author liufan
|
|
8694
|
-
* @param {Object} val 修改值
|
|
8695
|
-
* @date 2022年5月25日
|
|
8702
|
+
/**
|
|
8703
|
+
* upDate
|
|
8704
|
+
* @desc:修改常用语
|
|
8705
|
+
* @author liufan
|
|
8706
|
+
* @param {Object} val 修改值
|
|
8707
|
+
* @date 2022年5月25日
|
|
8696
8708
|
**/
|
|
8697
8709
|
upDate: function upDate(val) {
|
|
8698
8710
|
this.FormData.id = val.id;
|
|
8699
8711
|
this.addVisible = true;
|
|
8700
8712
|
},
|
|
8701
8713
|
|
|
8702
|
-
/**
|
|
8703
|
-
* selectChange
|
|
8704
|
-
* @desc:常用语选择
|
|
8705
|
-
* @author liufan
|
|
8706
|
-
* @param {String} val 选中值
|
|
8707
|
-
* @date 2022年5月25日
|
|
8714
|
+
/**
|
|
8715
|
+
* selectChange
|
|
8716
|
+
* @desc:常用语选择
|
|
8717
|
+
* @author liufan
|
|
8718
|
+
* @param {String} val 选中值
|
|
8719
|
+
* @date 2022年5月25日
|
|
8708
8720
|
**/
|
|
8709
8721
|
selectChange: function selectChange(val) {
|
|
8710
8722
|
var _this2 = this;
|
|
8711
8723
|
|
|
8712
8724
|
var that = this;
|
|
8713
8725
|
util["a" /* default */].ajax({
|
|
8714
|
-
url: api["
|
|
8726
|
+
url: api["E" /* findSysParam */],
|
|
8715
8727
|
params: { cpName: 'commonOpinionsSelectType' }
|
|
8716
8728
|
}).then(function (res) {
|
|
8717
8729
|
if (res.status == 'success') {
|
|
@@ -8723,12 +8735,12 @@ var _components;
|
|
|
8723
8735
|
});
|
|
8724
8736
|
},
|
|
8725
8737
|
|
|
8726
|
-
/**
|
|
8727
|
-
* del
|
|
8728
|
-
* @desc:删除常用语
|
|
8729
|
-
* @author liufan
|
|
8730
|
-
* @param {Object} val 删除的数据
|
|
8731
|
-
* @date 2022年5月25日
|
|
8738
|
+
/**
|
|
8739
|
+
* del
|
|
8740
|
+
* @desc:删除常用语
|
|
8741
|
+
* @author liufan
|
|
8742
|
+
* @param {Object} val 删除的数据
|
|
8743
|
+
* @date 2022年5月25日
|
|
8732
8744
|
**/
|
|
8733
8745
|
del: function del(val) {
|
|
8734
8746
|
var _this3 = this;
|
|
@@ -8740,7 +8752,7 @@ var _components;
|
|
|
8740
8752
|
}).then(function () {
|
|
8741
8753
|
_this3.loading = util["a" /* default */].loading(_this3.$loading, '删除中...');
|
|
8742
8754
|
util["a" /* default */].ajax({
|
|
8743
|
-
url: api["
|
|
8755
|
+
url: api["l" /* deleteCommonOpion */],
|
|
8744
8756
|
params: {
|
|
8745
8757
|
id: val.id
|
|
8746
8758
|
}
|
|
@@ -8770,12 +8782,12 @@ var _components;
|
|
|
8770
8782
|
}).catch(function (e) {});
|
|
8771
8783
|
},
|
|
8772
8784
|
|
|
8773
|
-
/**
|
|
8774
|
-
* submit
|
|
8775
|
-
* @desc:新增/编辑意见保存
|
|
8776
|
-
* @author liufan
|
|
8777
|
-
* @param {Object} val 保存数据
|
|
8778
|
-
* @date 2022年5月25日
|
|
8785
|
+
/**
|
|
8786
|
+
* submit
|
|
8787
|
+
* @desc:新增/编辑意见保存
|
|
8788
|
+
* @author liufan
|
|
8789
|
+
* @param {Object} val 保存数据
|
|
8790
|
+
* @date 2022年5月25日
|
|
8779
8791
|
**/
|
|
8780
8792
|
submit: function submit(val) {
|
|
8781
8793
|
var _this4 = this;
|
|
@@ -8789,7 +8801,7 @@ var _components;
|
|
|
8789
8801
|
}
|
|
8790
8802
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
8791
8803
|
util["a" /* default */].ajax({
|
|
8792
|
-
url: data.id ? api["
|
|
8804
|
+
url: data.id ? api["Ic" /* updateCommonOpinion */] : api["Qb" /* saveCommonOpinion */],
|
|
8793
8805
|
data: info,
|
|
8794
8806
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
8795
8807
|
method: 'post'
|
|
@@ -8840,8 +8852,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8840
8852
|
)
|
|
8841
8853
|
|
|
8842
8854
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8843
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8844
|
-
var
|
|
8855
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
|
|
8856
|
+
var processFormvue_type_template_id_80a2c5c2_render = function () {
|
|
8845
8857
|
var _vm = this
|
|
8846
8858
|
var _h = _vm.$createElement
|
|
8847
8859
|
var _c = _vm._self._c || _h
|
|
@@ -9669,14 +9681,14 @@ var processFormvue_type_template_id_61fadcfb_render = function () {
|
|
|
9669
9681
|
1
|
|
9670
9682
|
)
|
|
9671
9683
|
}
|
|
9672
|
-
var
|
|
9673
|
-
|
|
9684
|
+
var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
|
|
9685
|
+
processFormvue_type_template_id_80a2c5c2_render._withStripped = true
|
|
9674
9686
|
|
|
9675
9687
|
|
|
9676
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9688
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
|
|
9677
9689
|
|
|
9678
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9679
|
-
var
|
|
9690
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
|
|
9691
|
+
var selectUservue_type_template_id_5424da0a_render = function () {
|
|
9680
9692
|
var _vm = this
|
|
9681
9693
|
var _h = _vm.$createElement
|
|
9682
9694
|
var _c = _vm._self._c || _h
|
|
@@ -9795,6 +9807,7 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
|
|
|
9795
9807
|
types: _vm.types,
|
|
9796
9808
|
tabs: _vm.tabs,
|
|
9797
9809
|
title: _vm.title,
|
|
9810
|
+
reset: "",
|
|
9798
9811
|
classify: _vm.classify,
|
|
9799
9812
|
"collapse-tags": _vm.selectorTags,
|
|
9800
9813
|
mix: _vm.mix,
|
|
@@ -9836,11 +9849,11 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
|
|
|
9836
9849
|
1
|
|
9837
9850
|
)
|
|
9838
9851
|
}
|
|
9839
|
-
var
|
|
9840
|
-
|
|
9852
|
+
var selectUservue_type_template_id_5424da0a_staticRenderFns = []
|
|
9853
|
+
selectUservue_type_template_id_5424da0a_render._withStripped = true
|
|
9841
9854
|
|
|
9842
9855
|
|
|
9843
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9856
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
|
|
9844
9857
|
|
|
9845
9858
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
9846
9859
|
var _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; };
|
|
@@ -9946,6 +9959,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9946
9959
|
//
|
|
9947
9960
|
//
|
|
9948
9961
|
//
|
|
9962
|
+
//
|
|
9949
9963
|
|
|
9950
9964
|
|
|
9951
9965
|
|
|
@@ -10053,7 +10067,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10053
10067
|
classify: true,
|
|
10054
10068
|
newOptions: [],
|
|
10055
10069
|
newSelectUserList: [],
|
|
10056
|
-
url: api["
|
|
10070
|
+
url: api["nb" /* handleInfo */],
|
|
10057
10071
|
newCheckboxList: [],
|
|
10058
10072
|
newPresetEdit: 0,
|
|
10059
10073
|
newMultiple: false,
|
|
@@ -10112,7 +10126,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10112
10126
|
},
|
|
10113
10127
|
nextUser: {
|
|
10114
10128
|
handler: function handler(val) {
|
|
10115
|
-
console.log(val, 'nextUser');
|
|
10116
10129
|
this.newNextUser = val;
|
|
10117
10130
|
},
|
|
10118
10131
|
|
|
@@ -10183,7 +10196,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10183
10196
|
if (query !== '') {
|
|
10184
10197
|
this.searchLoading = true;
|
|
10185
10198
|
util["a" /* default */].ajax({
|
|
10186
|
-
url: api["
|
|
10199
|
+
url: api["nb" /* handleInfo */],
|
|
10187
10200
|
params: { searchKey: query, query: query, type: 'user' }
|
|
10188
10201
|
}).then(function (res) {
|
|
10189
10202
|
var status = res.status,
|
|
@@ -10272,21 +10285,18 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10272
10285
|
_this4.newNextUser.push(item.showid);
|
|
10273
10286
|
});
|
|
10274
10287
|
} else {
|
|
10275
|
-
console.log(val, this.newSelectUserList, 'aaaa');
|
|
10276
10288
|
if (this.newSelectUserList.length > 0) {
|
|
10277
10289
|
var _newSelectUserList$ = this.newSelectUserList[0],
|
|
10278
10290
|
showid = _newSelectUserList$.showid,
|
|
10279
10291
|
showname = _newSelectUserList$.showname;
|
|
10280
10292
|
|
|
10281
10293
|
if (val[0]) {
|
|
10282
|
-
console.log(val[0], '1111');
|
|
10283
10294
|
this.newOptions.push(_extends({}, this.newSelectUserList[0], {
|
|
10284
10295
|
id: showid,
|
|
10285
10296
|
name: showname
|
|
10286
10297
|
}));
|
|
10287
10298
|
this.newNextUser = showid;
|
|
10288
10299
|
} else {
|
|
10289
|
-
console.log(val[0], '2222');
|
|
10290
10300
|
this.newOptions = [];
|
|
10291
10301
|
this.newNextUser = '';
|
|
10292
10302
|
this.showSelectUser = false;
|
|
@@ -10303,7 +10313,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10303
10313
|
}, 0);
|
|
10304
10314
|
}
|
|
10305
10315
|
}
|
|
10306
|
-
console.log(this.newNextUser, this.newOptions, 'bbb');
|
|
10307
10316
|
this.$emit('change', {
|
|
10308
10317
|
nextUser: this.newNextUser,
|
|
10309
10318
|
mixList: data,
|
|
@@ -10374,8 +10383,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10374
10383
|
|
|
10375
10384
|
var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
10376
10385
|
src_selectUservue_type_script_lang_js_,
|
|
10377
|
-
|
|
10378
|
-
|
|
10386
|
+
selectUservue_type_template_id_5424da0a_render,
|
|
10387
|
+
selectUservue_type_template_id_5424da0a_staticRenderFns,
|
|
10379
10388
|
false,
|
|
10380
10389
|
null,
|
|
10381
10390
|
null,
|
|
@@ -10621,7 +10630,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
10621
10630
|
nextNodeId: nodeId,
|
|
10622
10631
|
businessId: this.id
|
|
10623
10632
|
};
|
|
10624
|
-
util["a" /* default */].ajax({ url: api["
|
|
10633
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
10625
10634
|
var status = res.status,
|
|
10626
10635
|
message = res.message,
|
|
10627
10636
|
_res$data = res.data,
|
|
@@ -10719,7 +10728,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
10719
10728
|
|
|
10720
10729
|
isNoStart && (this.newPresetList = []);
|
|
10721
10730
|
var params = {
|
|
10722
|
-
url: api["
|
|
10731
|
+
url: api["Y" /* getPresetCustomInfo */],
|
|
10723
10732
|
data: {
|
|
10724
10733
|
nodeId: nodeId,
|
|
10725
10734
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -11076,7 +11085,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
11076
11085
|
nodeId = this.nodeId;
|
|
11077
11086
|
|
|
11078
11087
|
var params = {
|
|
11079
|
-
url: api["
|
|
11088
|
+
url: api["Z" /* getPresetNodeInfo */],
|
|
11080
11089
|
data: {
|
|
11081
11090
|
nextNodeId: nextNodeId,
|
|
11082
11091
|
processDefinitionId: processDefinitionId,
|
|
@@ -11944,7 +11953,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11944
11953
|
this.foreignOrgSelectorParams.nofilid = this.userModel.orgId;
|
|
11945
11954
|
this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
|
|
11946
11955
|
} else {
|
|
11947
|
-
util["a" /* default */].ajax({ url: api["
|
|
11956
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
11948
11957
|
var status = res.status,
|
|
11949
11958
|
data = res.data;
|
|
11950
11959
|
|
|
@@ -12117,7 +12126,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12117
12126
|
var _this3 = this;
|
|
12118
12127
|
|
|
12119
12128
|
util["a" /* default */].ajax({
|
|
12120
|
-
url: api["
|
|
12129
|
+
url: api["B" /* findCodeValues */],
|
|
12121
12130
|
params: {
|
|
12122
12131
|
ccCode: 'notification_type',
|
|
12123
12132
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -12153,7 +12162,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12153
12162
|
if (!this.showBtn) {
|
|
12154
12163
|
params.openMode = 'samepage';
|
|
12155
12164
|
}
|
|
12156
|
-
util["a" /* default */].ajax({ url: api["
|
|
12165
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
12157
12166
|
if (res.status === 'success') {
|
|
12158
12167
|
if (!_this4.showBtn) {
|
|
12159
12168
|
_this4.oldMessage = res.message;
|
|
@@ -12298,7 +12307,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12298
12307
|
delete params.businessId;
|
|
12299
12308
|
}
|
|
12300
12309
|
util["a" /* default */].ajax({
|
|
12301
|
-
url: _this5.isFreeStartFlow ? api["
|
|
12310
|
+
url: _this5.isFreeStartFlow ? api["H" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Yb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["G" /* freeStartFlow */] : api["Lb" /* register */],
|
|
12302
12311
|
method: 'post',
|
|
12303
12312
|
data: params
|
|
12304
12313
|
}).then(function (res) {
|
|
@@ -12409,7 +12418,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12409
12418
|
delete params.businessId;
|
|
12410
12419
|
}
|
|
12411
12420
|
util["a" /* default */].ajax({
|
|
12412
|
-
url: _this5.isFreeStartFlow ? api["
|
|
12421
|
+
url: _this5.isFreeStartFlow ? api["H" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Yb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["G" /* freeStartFlow */] : api["Lb" /* register */],
|
|
12413
12422
|
method: 'post',
|
|
12414
12423
|
data: params
|
|
12415
12424
|
}).then(function (res) {
|
|
@@ -12451,12 +12460,13 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12451
12460
|
businessId: this.id,
|
|
12452
12461
|
userId: util["a" /* default */].getStorage('userId')
|
|
12453
12462
|
};
|
|
12454
|
-
util["a" /* default */].ajax({ url: api["
|
|
12463
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
12455
12464
|
var status = res.status,
|
|
12456
12465
|
message = res.message,
|
|
12457
12466
|
_res$data = res.data,
|
|
12458
12467
|
nextUserList = _res$data.nextUserList,
|
|
12459
12468
|
nodeExtAttr = _res$data.nodeExtAttr,
|
|
12469
|
+
nodeMoreInfo = _res$data.nodeMoreInfo,
|
|
12460
12470
|
countersignaturetypeText = _res$data.countersignaturetypeText,
|
|
12461
12471
|
countersignaturetypeCode = _res$data.countersignaturetypeCode;
|
|
12462
12472
|
|
|
@@ -12471,6 +12481,9 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12471
12481
|
_this6.countersignaturetypeCode = countersignaturetypeCode;
|
|
12472
12482
|
_this6.nextNode.countersignaturetypeText = countersignaturetypeText;
|
|
12473
12483
|
_this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
12484
|
+
if (_this6.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
|
|
12485
|
+
_this6.nextNode.customLimitTime = _this6.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
|
|
12486
|
+
}
|
|
12474
12487
|
_this6.isTaskread = nodeExtAttr.isTaskread;
|
|
12475
12488
|
_this6.isHandleExplain = nodeExtAttr.isHandleExplain;
|
|
12476
12489
|
_this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
|
|
@@ -12559,7 +12572,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12559
12572
|
var _this7 = this;
|
|
12560
12573
|
|
|
12561
12574
|
util["a" /* default */].ajax({
|
|
12562
|
-
url: api["
|
|
12575
|
+
url: api["D" /* findSysCodes */]
|
|
12563
12576
|
}).then(function (res) {
|
|
12564
12577
|
var status = res.status,
|
|
12565
12578
|
message = res.message;
|
|
@@ -12590,11 +12603,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12590
12603
|
});
|
|
12591
12604
|
},
|
|
12592
12605
|
|
|
12593
|
-
/**
|
|
12594
|
-
* isMultiple
|
|
12595
|
-
* @desc:是否多选
|
|
12596
|
-
* @author liufan
|
|
12597
|
-
* @date 2022年9月13日
|
|
12606
|
+
/**
|
|
12607
|
+
* isMultiple
|
|
12608
|
+
* @desc:是否多选
|
|
12609
|
+
* @author liufan
|
|
12610
|
+
* @date 2022年9月13日
|
|
12598
12611
|
**/
|
|
12599
12612
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12600
12613
|
var multiple = false;
|
|
@@ -12648,7 +12661,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12648
12661
|
params.taskAction = "toStartFlowWithoutTempSave";
|
|
12649
12662
|
}
|
|
12650
12663
|
// 获取节点
|
|
12651
|
-
util["a" /* default */].ajax({ url: api["
|
|
12664
|
+
util["a" /* default */].ajax({ url: api["sc" /* toStartFlow */], params: params }).then(function (res) {
|
|
12652
12665
|
//pc接口返回数据处理
|
|
12653
12666
|
var status = res.status,
|
|
12654
12667
|
message = res.message,
|
|
@@ -12764,8 +12777,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12764
12777
|
|
|
12765
12778
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
12766
12779
|
src_processFormvue_type_script_lang_js_,
|
|
12767
|
-
|
|
12768
|
-
|
|
12780
|
+
processFormvue_type_template_id_80a2c5c2_render,
|
|
12781
|
+
processFormvue_type_template_id_80a2c5c2_staticRenderFns,
|
|
12769
12782
|
false,
|
|
12770
12783
|
null,
|
|
12771
12784
|
null,
|
|
@@ -13142,7 +13155,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
|
|
|
13142
13155
|
notificationType = _sendInfo.notificationType;
|
|
13143
13156
|
|
|
13144
13157
|
var params = {
|
|
13145
|
-
url: api["
|
|
13158
|
+
url: api["Wb" /* sendMsg */],
|
|
13146
13159
|
headers: { Accept: 'application/json,text/plain' },
|
|
13147
13160
|
method: 'post',
|
|
13148
13161
|
data: {
|
|
@@ -13204,7 +13217,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
|
|
|
13204
13217
|
|
|
13205
13218
|
this.loading = true;
|
|
13206
13219
|
util["a" /* default */].ajax({
|
|
13207
|
-
url: api["
|
|
13220
|
+
url: api["rc" /* toSendMsg */],
|
|
13208
13221
|
params: { pendingId: this.$attrs.pendingId }
|
|
13209
13222
|
}).then(function (res) {
|
|
13210
13223
|
var status = res.status,
|
|
@@ -14047,7 +14060,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14047
14060
|
var _this = this;
|
|
14048
14061
|
|
|
14049
14062
|
util["a" /* default */].ajax({
|
|
14050
|
-
url: api["
|
|
14063
|
+
url: api["B" /* findCodeValues */],
|
|
14051
14064
|
params: {
|
|
14052
14065
|
ccCode: 'notification_type',
|
|
14053
14066
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -14096,7 +14109,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14096
14109
|
userId: util["a" /* default */].getStorage('userId'),
|
|
14097
14110
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
14098
14111
|
};
|
|
14099
|
-
util["a" /* default */].ajax({ url: api["
|
|
14112
|
+
util["a" /* default */].ajax({ url: api["fc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
14100
14113
|
var status = res.status,
|
|
14101
14114
|
message = res.message;
|
|
14102
14115
|
|
|
@@ -14128,7 +14141,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14128
14141
|
var _this3 = this;
|
|
14129
14142
|
|
|
14130
14143
|
util["a" /* default */].ajax({
|
|
14131
|
-
url: api["
|
|
14144
|
+
url: api["D" /* findSysCodes */]
|
|
14132
14145
|
}).then(function (res) {
|
|
14133
14146
|
var status = res.status,
|
|
14134
14147
|
message = res.message;
|
|
@@ -14161,7 +14174,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14161
14174
|
isSinglePage: false,
|
|
14162
14175
|
opinion: this.option
|
|
14163
14176
|
};
|
|
14164
|
-
util["a" /* default */].ajax({ url: api["
|
|
14177
|
+
util["a" /* default */].ajax({ url: api["wc" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
14165
14178
|
_this4.loading = false;
|
|
14166
14179
|
if (res.status === 'success') {
|
|
14167
14180
|
var _res$data = res.data,
|
|
@@ -14955,7 +14968,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14955
14968
|
} else {
|
|
14956
14969
|
params.appId = this.readParams.appId;
|
|
14957
14970
|
}
|
|
14958
|
-
util["a" /* default */].ajax({ url: api["
|
|
14971
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
14959
14972
|
if (res.status === 'success') {
|
|
14960
14973
|
_this.newsNoice = res.message;
|
|
14961
14974
|
}
|
|
@@ -14974,7 +14987,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14974
14987
|
taskExamine = this.taskExamine;
|
|
14975
14988
|
|
|
14976
14989
|
var params = {
|
|
14977
|
-
url: api["
|
|
14990
|
+
url: api["Cc" /* toTaskTransferIndex */],
|
|
14978
14991
|
params: {
|
|
14979
14992
|
opinion: opinion,
|
|
14980
14993
|
pendingId: pendingId,
|
|
@@ -15100,7 +15113,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15100
15113
|
var _this4 = this;
|
|
15101
15114
|
|
|
15102
15115
|
var params = {
|
|
15103
|
-
url: api["
|
|
15116
|
+
url: api["tc" /* toStartTaskRead */],
|
|
15104
15117
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
15105
15118
|
pendingId: this.pendingId,
|
|
15106
15119
|
taskAction: this.type
|
|
@@ -15149,7 +15162,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15149
15162
|
var _this6 = this;
|
|
15150
15163
|
|
|
15151
15164
|
util["a" /* default */].ajax({
|
|
15152
|
-
url: api["
|
|
15165
|
+
url: api["B" /* findCodeValues */],
|
|
15153
15166
|
params: {
|
|
15154
15167
|
ccCode: 'fenyue_msg_type',
|
|
15155
15168
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -15196,7 +15209,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15196
15209
|
type = this.type;
|
|
15197
15210
|
|
|
15198
15211
|
var params = {
|
|
15199
|
-
url: api["
|
|
15212
|
+
url: api["jc" /* taskTransfer */],
|
|
15200
15213
|
data: {
|
|
15201
15214
|
choiceDeptId: choiceDeptId,
|
|
15202
15215
|
choiceOrgId: choiceOrgId,
|
|
@@ -15299,7 +15312,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15299
15312
|
}
|
|
15300
15313
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
15301
15314
|
util["a" /* default */].ajax({
|
|
15302
|
-
url: api["
|
|
15315
|
+
url: api["dc" /* taskReadHtml */],
|
|
15303
15316
|
params: { taskAction: _this8.type },
|
|
15304
15317
|
headers: {
|
|
15305
15318
|
Accept: 'application/json,text/plain'
|
|
@@ -15338,7 +15351,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15338
15351
|
|
|
15339
15352
|
this.loading = true;
|
|
15340
15353
|
util["a" /* default */].ajax({
|
|
15341
|
-
url: api["
|
|
15354
|
+
url: api["D" /* findSysCodes */]
|
|
15342
15355
|
}).then(function (res) {
|
|
15343
15356
|
var status = res.status,
|
|
15344
15357
|
message = res.message,
|
|
@@ -16272,7 +16285,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16272
16285
|
if (mainConfig) {
|
|
16273
16286
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
16274
16287
|
} else {
|
|
16275
|
-
util["a" /* default */].ajax({ url: api["
|
|
16288
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
16276
16289
|
var status = res.status,
|
|
16277
16290
|
data = res.data;
|
|
16278
16291
|
|
|
@@ -16365,7 +16378,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16365
16378
|
var _this2 = this;
|
|
16366
16379
|
|
|
16367
16380
|
util["a" /* default */].ajax({
|
|
16368
|
-
url: api["
|
|
16381
|
+
url: api["B" /* findCodeValues */],
|
|
16369
16382
|
params: {
|
|
16370
16383
|
ccCode: 'notification_type',
|
|
16371
16384
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -16395,7 +16408,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16395
16408
|
nodeId: this.nextNode.nextNode,
|
|
16396
16409
|
businessId: this.taskExamine.businessId
|
|
16397
16410
|
};
|
|
16398
|
-
util["a" /* default */].ajax({ url: api["
|
|
16411
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
16399
16412
|
if (res.status === 'success') {
|
|
16400
16413
|
_this3.nextNode.noticeInfo = res.message;
|
|
16401
16414
|
}
|
|
@@ -16485,7 +16498,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16485
16498
|
}
|
|
16486
16499
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
16487
16500
|
util["a" /* default */].ajax({
|
|
16488
|
-
url: _this4.type == 'reset' ? api["
|
|
16501
|
+
url: _this4.type == 'reset' ? api["Ob" /* resetProcess */] : api["bc" /* taskContinuation */],
|
|
16489
16502
|
method: 'post',
|
|
16490
16503
|
data: params
|
|
16491
16504
|
}).then(function (res) {
|
|
@@ -16520,7 +16533,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16520
16533
|
pendingId: this.taskExamine.pendingId,
|
|
16521
16534
|
taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
|
|
16522
16535
|
};
|
|
16523
|
-
util["a" /* default */].ajax({ url: api["
|
|
16536
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
16524
16537
|
var status = res.status,
|
|
16525
16538
|
message = res.message,
|
|
16526
16539
|
_res$data = res.data,
|
|
@@ -16624,7 +16637,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16624
16637
|
var _this6 = this;
|
|
16625
16638
|
|
|
16626
16639
|
util["a" /* default */].ajax({
|
|
16627
|
-
url: api["
|
|
16640
|
+
url: api["D" /* findSysCodes */]
|
|
16628
16641
|
}).then(function (res) {
|
|
16629
16642
|
var status = res.status,
|
|
16630
16643
|
message = res.message;
|
|
@@ -16652,11 +16665,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16652
16665
|
});
|
|
16653
16666
|
},
|
|
16654
16667
|
|
|
16655
|
-
/**
|
|
16656
|
-
* isMultiple
|
|
16657
|
-
* @desc:是否多选
|
|
16658
|
-
* @author liufan
|
|
16659
|
-
* @date 2022年9月13日
|
|
16668
|
+
/**
|
|
16669
|
+
* isMultiple
|
|
16670
|
+
* @desc:是否多选
|
|
16671
|
+
* @author liufan
|
|
16672
|
+
* @date 2022年9月13日
|
|
16660
16673
|
**/
|
|
16661
16674
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16662
16675
|
var multiple = false;
|
|
@@ -16693,7 +16706,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16693
16706
|
var _this7 = this;
|
|
16694
16707
|
|
|
16695
16708
|
var params = {
|
|
16696
|
-
url: this.type == 'continuation' ? api["
|
|
16709
|
+
url: this.type == 'continuation' ? api["vc" /* toTaskContinuationIndex */] : api["qc" /* toResetProcessIndex */],
|
|
16697
16710
|
params: resetvue_type_script_lang_js_extends({
|
|
16698
16711
|
appId: this.appId
|
|
16699
16712
|
}, this.flowParams)
|
|
@@ -16800,8 +16813,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16800
16813
|
)
|
|
16801
16814
|
|
|
16802
16815
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
16803
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16804
|
-
var
|
|
16816
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
|
|
16817
|
+
var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
|
|
16805
16818
|
var _vm = this
|
|
16806
16819
|
var _h = _vm.$createElement
|
|
16807
16820
|
var _c = _vm._self._c || _h
|
|
@@ -16889,7 +16902,7 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
|
|
|
16889
16902
|
? _vm.currentOrgTabs
|
|
16890
16903
|
: ["department", "employee"]
|
|
16891
16904
|
: _vm.type == "startDraf"
|
|
16892
|
-
? ["
|
|
16905
|
+
? ["employee", "enterprise"]
|
|
16893
16906
|
: ["enterprise"],
|
|
16894
16907
|
params:
|
|
16895
16908
|
_vm.type == "startDraf" || _vm.type == "unionExamine"
|
|
@@ -17105,11 +17118,11 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
|
|
|
17105
17118
|
1
|
|
17106
17119
|
)
|
|
17107
17120
|
}
|
|
17108
|
-
var
|
|
17109
|
-
|
|
17121
|
+
var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
|
|
17122
|
+
taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
|
|
17110
17123
|
|
|
17111
17124
|
|
|
17112
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
17125
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
|
|
17113
17126
|
|
|
17114
17127
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
17115
17128
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -17424,7 +17437,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17424
17437
|
pendingId = this.pendingId;
|
|
17425
17438
|
|
|
17426
17439
|
var params = {
|
|
17427
|
-
url: api["
|
|
17440
|
+
url: api["gc" /* taskReview */],
|
|
17428
17441
|
data: {
|
|
17429
17442
|
nextUserId: nextOtherOrgObj.join(','),
|
|
17430
17443
|
notificationType: noticeType.join(','),
|
|
@@ -17460,7 +17473,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17460
17473
|
var _this2 = this;
|
|
17461
17474
|
|
|
17462
17475
|
var params = {
|
|
17463
|
-
url: api["
|
|
17476
|
+
url: api["xc" /* toTaskReview */],
|
|
17464
17477
|
params: { pendingId: this.pendingId }
|
|
17465
17478
|
};
|
|
17466
17479
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -17496,7 +17509,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17496
17509
|
var _this3 = this;
|
|
17497
17510
|
|
|
17498
17511
|
var params = {
|
|
17499
|
-
url: this.type == 'takeAdvice' ? api["
|
|
17512
|
+
url: this.type == 'takeAdvice' ? api["Bc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["yc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ec" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Fc" /* toTwoOfficesDispatch */] : api["Dc" /* toTaskUnionExamine */],
|
|
17500
17513
|
params: { pendingId: this.pendingId },
|
|
17501
17514
|
headers: { Accept: 'application/json,text/plain' }
|
|
17502
17515
|
};
|
|
@@ -17648,7 +17661,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17648
17661
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
17649
17662
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
17650
17663
|
var param = {
|
|
17651
|
-
url: this.type === 'startDraf' ? api["
|
|
17664
|
+
url: this.type === 'startDraf' ? api["hc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["lc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Hc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["ic" /* taskTakeAdvice */] : api["kc" /* taskUnionExamine */],
|
|
17652
17665
|
data: {
|
|
17653
17666
|
opinion: opinion,
|
|
17654
17667
|
pendingId: pendingId,
|
|
@@ -17722,7 +17735,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17722
17735
|
var _this5 = this;
|
|
17723
17736
|
|
|
17724
17737
|
util["a" /* default */].ajax({
|
|
17725
|
-
url: api["
|
|
17738
|
+
url: api["B" /* findCodeValues */],
|
|
17726
17739
|
params: {
|
|
17727
17740
|
ccCode: 'notification_type',
|
|
17728
17741
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -17751,7 +17764,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17751
17764
|
var params = {
|
|
17752
17765
|
pendingId: this.pendingId
|
|
17753
17766
|
};
|
|
17754
|
-
util["a" /* default */].ajax({ url: api["
|
|
17767
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
17755
17768
|
if (res.status === 'success') {
|
|
17756
17769
|
_this6.infoList.noticeInfo = res.message;
|
|
17757
17770
|
}
|
|
@@ -17767,7 +17780,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17767
17780
|
var _this7 = this;
|
|
17768
17781
|
|
|
17769
17782
|
util["a" /* default */].ajax({
|
|
17770
|
-
url: api["
|
|
17783
|
+
url: api["D" /* findSysCodes */]
|
|
17771
17784
|
}).then(function (res) {
|
|
17772
17785
|
var status = res.status,
|
|
17773
17786
|
message = res.message;
|
|
@@ -17807,8 +17820,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17807
17820
|
|
|
17808
17821
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
17809
17822
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
17810
|
-
|
|
17811
|
-
|
|
17823
|
+
taskUnionExaminevue_type_template_id_5a32ec13_render,
|
|
17824
|
+
taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
|
|
17812
17825
|
false,
|
|
17813
17826
|
null,
|
|
17814
17827
|
null,
|
|
@@ -21034,7 +21047,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21034
21047
|
var _this = this;
|
|
21035
21048
|
|
|
21036
21049
|
var params = {
|
|
21037
|
-
url: api["
|
|
21050
|
+
url: api["K" /* getAdjunctFileInfos */],
|
|
21038
21051
|
params: { ownId: ownId, code: code }
|
|
21039
21052
|
};
|
|
21040
21053
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -21122,7 +21135,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21122
21135
|
taskAction: 'complete'
|
|
21123
21136
|
};
|
|
21124
21137
|
util["a" /* default */].ajax({
|
|
21125
|
-
url: api["
|
|
21138
|
+
url: api["dc" /* taskReadHtml */],
|
|
21126
21139
|
params: { taskAction: 'complete' },
|
|
21127
21140
|
headers: {
|
|
21128
21141
|
Accept: 'application/json,text/plain'
|
|
@@ -21154,7 +21167,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21154
21167
|
|
|
21155
21168
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
21156
21169
|
util["a" /* default */].ajax({
|
|
21157
|
-
url: api["
|
|
21170
|
+
url: api["uc" /* toStartTaskReadIndex */],
|
|
21158
21171
|
params: { pendingId: this.pendingId }
|
|
21159
21172
|
}).then(function (res) {
|
|
21160
21173
|
var status = res.status,
|
|
@@ -21190,7 +21203,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21190
21203
|
if (mainConfig) {
|
|
21191
21204
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
21192
21205
|
} else {
|
|
21193
|
-
util["a" /* default */].ajax({ url: api["
|
|
21206
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
21194
21207
|
var status = res.status,
|
|
21195
21208
|
data = res.data;
|
|
21196
21209
|
|
|
@@ -21225,7 +21238,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21225
21238
|
var _this5 = this;
|
|
21226
21239
|
|
|
21227
21240
|
util["a" /* default */].ajax({
|
|
21228
|
-
url: api["
|
|
21241
|
+
url: api["B" /* findCodeValues */],
|
|
21229
21242
|
params: {
|
|
21230
21243
|
ccCode: 'notification_type',
|
|
21231
21244
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -21245,11 +21258,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21245
21258
|
});
|
|
21246
21259
|
},
|
|
21247
21260
|
|
|
21248
|
-
/**
|
|
21249
|
-
* saveInfo
|
|
21250
|
-
* @desc:暂存
|
|
21251
|
-
* @author liufan
|
|
21252
|
-
* @date 2022年9月9日
|
|
21261
|
+
/**
|
|
21262
|
+
* saveInfo
|
|
21263
|
+
* @desc:暂存
|
|
21264
|
+
* @author liufan
|
|
21265
|
+
* @date 2022年9月9日
|
|
21253
21266
|
**/
|
|
21254
21267
|
saveInfo: function saveInfo(type, btn) {
|
|
21255
21268
|
var _this6 = this;
|
|
@@ -21292,7 +21305,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21292
21305
|
pendingId: this.pendingId
|
|
21293
21306
|
};
|
|
21294
21307
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
21295
|
-
util["a" /* default */].ajax({ url: api["
|
|
21308
|
+
util["a" /* default */].ajax({ url: api["mc" /* tempSave */], params: params }).then(function (res) {
|
|
21296
21309
|
var status = res.status,
|
|
21297
21310
|
message = res.message;
|
|
21298
21311
|
|
|
@@ -21311,11 +21324,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21311
21324
|
});
|
|
21312
21325
|
},
|
|
21313
21326
|
|
|
21314
|
-
/**
|
|
21315
|
-
* rejectBtn
|
|
21316
|
-
* @desc:点击驳回
|
|
21317
|
-
* @author liufan
|
|
21318
|
-
* @date 2022年5月25日
|
|
21327
|
+
/**
|
|
21328
|
+
* rejectBtn
|
|
21329
|
+
* @desc:点击驳回
|
|
21330
|
+
* @author liufan
|
|
21331
|
+
* @date 2022年5月25日
|
|
21319
21332
|
**/
|
|
21320
21333
|
rejectBtn: function rejectBtn() {
|
|
21321
21334
|
var _this8 = this;
|
|
@@ -21333,11 +21346,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21333
21346
|
}
|
|
21334
21347
|
},
|
|
21335
21348
|
|
|
21336
|
-
/**
|
|
21337
|
-
* taskReadBtn
|
|
21338
|
-
* @desc:点击分阅
|
|
21339
|
-
* @author liufan
|
|
21340
|
-
* @date 2022年5月25日
|
|
21349
|
+
/**
|
|
21350
|
+
* taskReadBtn
|
|
21351
|
+
* @desc:点击分阅
|
|
21352
|
+
* @author liufan
|
|
21353
|
+
* @date 2022年5月25日
|
|
21341
21354
|
**/
|
|
21342
21355
|
taskReadBtn: function taskReadBtn() {
|
|
21343
21356
|
var _this9 = this;
|
|
@@ -21356,17 +21369,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21356
21369
|
}
|
|
21357
21370
|
},
|
|
21358
21371
|
|
|
21359
|
-
/**
|
|
21360
|
-
* getFind
|
|
21361
|
-
* @desc:获取通知方式
|
|
21362
|
-
* @author liufan
|
|
21363
|
-
* @date 2022年5月25日
|
|
21372
|
+
/**
|
|
21373
|
+
* getFind
|
|
21374
|
+
* @desc:获取通知方式
|
|
21375
|
+
* @author liufan
|
|
21376
|
+
* @date 2022年5月25日
|
|
21364
21377
|
**/
|
|
21365
21378
|
getFind: function getFind() {
|
|
21366
21379
|
var _this10 = this;
|
|
21367
21380
|
|
|
21368
21381
|
util["a" /* default */].ajax({
|
|
21369
|
-
url: api["
|
|
21382
|
+
url: api["D" /* findSysCodes */]
|
|
21370
21383
|
}).then(function (res) {
|
|
21371
21384
|
var status = res.status,
|
|
21372
21385
|
message = res.message;
|
|
@@ -21398,7 +21411,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21398
21411
|
nodeId = _endFlowInfo.nodeId;
|
|
21399
21412
|
|
|
21400
21413
|
var param = {
|
|
21401
|
-
url: api["
|
|
21414
|
+
url: api["P" /* getFreeStartFlowParams */],
|
|
21402
21415
|
params: {
|
|
21403
21416
|
businessId: businessId,
|
|
21404
21417
|
processDefinitionId: processDefinitionId,
|
|
@@ -21415,12 +21428,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21415
21428
|
});
|
|
21416
21429
|
},
|
|
21417
21430
|
|
|
21418
|
-
/**
|
|
21419
|
-
* endFlows
|
|
21420
|
-
* @desc:直接办结
|
|
21421
|
-
* @author liufan
|
|
21422
|
-
* @param {Object} res 直接办结数据
|
|
21423
|
-
* @date 2022年5月25日
|
|
21431
|
+
/**
|
|
21432
|
+
* endFlows
|
|
21433
|
+
* @desc:直接办结
|
|
21434
|
+
* @author liufan
|
|
21435
|
+
* @param {Object} res 直接办结数据
|
|
21436
|
+
* @date 2022年5月25日
|
|
21424
21437
|
**/
|
|
21425
21438
|
endFlows: function endFlows(res) {
|
|
21426
21439
|
var _this12 = this;
|
|
@@ -21438,7 +21451,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21438
21451
|
|
|
21439
21452
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
21440
21453
|
var params = {
|
|
21441
|
-
url: api["
|
|
21454
|
+
url: api["A" /* endFlowHtml */],
|
|
21442
21455
|
headers: { Accept: 'application/json,text/plain' },
|
|
21443
21456
|
method: 'post',
|
|
21444
21457
|
data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
|
|
@@ -21474,12 +21487,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21474
21487
|
}).catch(function (e) {});
|
|
21475
21488
|
},
|
|
21476
21489
|
|
|
21477
|
-
/**
|
|
21478
|
-
* goView
|
|
21479
|
-
* @desc:更多流程按钮操作
|
|
21480
|
-
* @author liufan
|
|
21481
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
21482
|
-
* @date 2022年5月25日
|
|
21490
|
+
/**
|
|
21491
|
+
* goView
|
|
21492
|
+
* @desc:更多流程按钮操作
|
|
21493
|
+
* @author liufan
|
|
21494
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
21495
|
+
* @date 2022年5月25日
|
|
21483
21496
|
**/
|
|
21484
21497
|
goView: function goView(res) {
|
|
21485
21498
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -21564,11 +21577,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21564
21577
|
// isCanStartSubFlow
|
|
21565
21578
|
},
|
|
21566
21579
|
|
|
21567
|
-
/**
|
|
21568
|
-
* toTakeAdvice
|
|
21569
|
-
* @desc:征求意见
|
|
21570
|
-
* @author liufan
|
|
21571
|
-
* @date 2022年9月29日
|
|
21580
|
+
/**
|
|
21581
|
+
* toTakeAdvice
|
|
21582
|
+
* @desc:征求意见
|
|
21583
|
+
* @author liufan
|
|
21584
|
+
* @date 2022年9月29日
|
|
21572
21585
|
**/
|
|
21573
21586
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
21574
21587
|
var _this14 = this;
|
|
@@ -21586,7 +21599,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21586
21599
|
var _this15 = this;
|
|
21587
21600
|
|
|
21588
21601
|
var params = {
|
|
21589
|
-
url: api["
|
|
21602
|
+
url: api["ub" /* isCanStartSubFlow */],
|
|
21590
21603
|
data: {
|
|
21591
21604
|
appId: this.taskExamineInfo.appId,
|
|
21592
21605
|
inevitableNode: res.inevitableNode
|
|
@@ -21612,11 +21625,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21612
21625
|
});
|
|
21613
21626
|
},
|
|
21614
21627
|
|
|
21615
|
-
/**
|
|
21616
|
-
* toStartDraf
|
|
21617
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21618
|
-
* @author liufan
|
|
21619
|
-
* @date 2022年9月29日
|
|
21628
|
+
/**
|
|
21629
|
+
* toStartDraf
|
|
21630
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21631
|
+
* @author liufan
|
|
21632
|
+
* @date 2022年9月29日
|
|
21620
21633
|
**/
|
|
21621
21634
|
toStartDraf: function toStartDraf(res) {
|
|
21622
21635
|
var _this16 = this;
|
|
@@ -21630,11 +21643,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21630
21643
|
}
|
|
21631
21644
|
},
|
|
21632
21645
|
|
|
21633
|
-
/**
|
|
21634
|
-
* toSendMsg
|
|
21635
|
-
* @desc:核稿通知
|
|
21636
|
-
* @author liufan
|
|
21637
|
-
* @date 2022年9月29日
|
|
21646
|
+
/**
|
|
21647
|
+
* toSendMsg
|
|
21648
|
+
* @desc:核稿通知
|
|
21649
|
+
* @author liufan
|
|
21650
|
+
* @date 2022年9月29日
|
|
21638
21651
|
**/
|
|
21639
21652
|
toSendMsg: function toSendMsg(res) {
|
|
21640
21653
|
var _this17 = this;
|
|
@@ -21648,11 +21661,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21648
21661
|
}
|
|
21649
21662
|
},
|
|
21650
21663
|
|
|
21651
|
-
/**
|
|
21652
|
-
* toTaskReadAndEnd
|
|
21653
|
-
* @desc:分阅并办结
|
|
21654
|
-
* @author liufan
|
|
21655
|
-
* @date 2022年9月29日
|
|
21664
|
+
/**
|
|
21665
|
+
* toTaskReadAndEnd
|
|
21666
|
+
* @desc:分阅并办结
|
|
21667
|
+
* @author liufan
|
|
21668
|
+
* @date 2022年9月29日
|
|
21656
21669
|
**/
|
|
21657
21670
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21658
21671
|
var _this18 = this;
|
|
@@ -21670,11 +21683,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21670
21683
|
}
|
|
21671
21684
|
},
|
|
21672
21685
|
|
|
21673
|
-
/**
|
|
21674
|
-
* rejectAndEnd
|
|
21675
|
-
* @desc:驳回并办结
|
|
21676
|
-
* @author liufan
|
|
21677
|
-
* @date 2022年9月29日
|
|
21686
|
+
/**
|
|
21687
|
+
* rejectAndEnd
|
|
21688
|
+
* @desc:驳回并办结
|
|
21689
|
+
* @author liufan
|
|
21690
|
+
* @date 2022年9月29日
|
|
21678
21691
|
**/
|
|
21679
21692
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21680
21693
|
var _this19 = this;
|
|
@@ -21696,7 +21709,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21696
21709
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
21697
21710
|
// return this.$message.warning('请填写意见');
|
|
21698
21711
|
var params = {
|
|
21699
|
-
url: api["
|
|
21712
|
+
url: api["Mb" /* rejectAndEnd */],
|
|
21700
21713
|
headers: { Accept: 'application/json,text/plain' },
|
|
21701
21714
|
method: 'post',
|
|
21702
21715
|
data: {
|
|
@@ -21729,11 +21742,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21729
21742
|
});
|
|
21730
21743
|
},
|
|
21731
21744
|
|
|
21732
|
-
/**
|
|
21733
|
-
* toTransfer
|
|
21734
|
-
* @desc:转办
|
|
21735
|
-
* @author liufan
|
|
21736
|
-
* @date 2022年9月29日
|
|
21745
|
+
/**
|
|
21746
|
+
* toTransfer
|
|
21747
|
+
* @desc:转办
|
|
21748
|
+
* @author liufan
|
|
21749
|
+
* @date 2022年9月29日
|
|
21737
21750
|
**/
|
|
21738
21751
|
toTransfer: function toTransfer(res) {
|
|
21739
21752
|
var _this21 = this;
|
|
@@ -21749,11 +21762,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21749
21762
|
}
|
|
21750
21763
|
},
|
|
21751
21764
|
|
|
21752
|
-
/**
|
|
21753
|
-
* getNodeInfo
|
|
21754
|
-
* @desc:获取节点信息
|
|
21755
|
-
* @author liufan
|
|
21756
|
-
* @date 2022年5月25日
|
|
21765
|
+
/**
|
|
21766
|
+
* getNodeInfo
|
|
21767
|
+
* @desc:获取节点信息
|
|
21768
|
+
* @author liufan
|
|
21769
|
+
* @date 2022年5月25日
|
|
21757
21770
|
**/
|
|
21758
21771
|
getNodeInfo: function getNodeInfo() {
|
|
21759
21772
|
var _this22 = this;
|
|
@@ -21766,7 +21779,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21766
21779
|
pendingId: this.pendingId,
|
|
21767
21780
|
businessId: this.businessIds
|
|
21768
21781
|
};
|
|
21769
|
-
util["a" /* default */].ajax({ url: api["
|
|
21782
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
21770
21783
|
var status = res.status,
|
|
21771
21784
|
message = res.message,
|
|
21772
21785
|
data = res.data;
|
|
@@ -21852,12 +21865,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21852
21865
|
});
|
|
21853
21866
|
},
|
|
21854
21867
|
|
|
21855
|
-
/**
|
|
21856
|
-
* selecNext
|
|
21857
|
-
* @desc:下步节点变化时更新数据
|
|
21858
|
-
* @author liufan
|
|
21859
|
-
* @param {String} val 当前选中值
|
|
21860
|
-
* @date 2022年5月25日
|
|
21868
|
+
/**
|
|
21869
|
+
* selecNext
|
|
21870
|
+
* @desc:下步节点变化时更新数据
|
|
21871
|
+
* @author liufan
|
|
21872
|
+
* @param {String} val 当前选中值
|
|
21873
|
+
* @date 2022年5月25日
|
|
21861
21874
|
**/
|
|
21862
21875
|
selecNext: function selecNext(val, type, isDef) {
|
|
21863
21876
|
var _this23 = this;
|
|
@@ -21966,11 +21979,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21966
21979
|
if (isDef !== true) this.getNodeInfo();
|
|
21967
21980
|
},
|
|
21968
21981
|
|
|
21969
|
-
/**
|
|
21970
|
-
* isMultiple
|
|
21971
|
-
* @desc:是否多选
|
|
21972
|
-
* @author liufan
|
|
21973
|
-
* @date 2022年9月13日
|
|
21982
|
+
/**
|
|
21983
|
+
* isMultiple
|
|
21984
|
+
* @desc:是否多选
|
|
21985
|
+
* @author liufan
|
|
21986
|
+
* @date 2022年9月13日
|
|
21974
21987
|
**/
|
|
21975
21988
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21976
21989
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22002,11 +22015,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22002
22015
|
}
|
|
22003
22016
|
},
|
|
22004
22017
|
|
|
22005
|
-
/**
|
|
22006
|
-
* getHedInfo
|
|
22007
|
-
* @desc:获取审核页面数据
|
|
22008
|
-
* @author liufan
|
|
22009
|
-
* @date 2022年5月25日
|
|
22018
|
+
/**
|
|
22019
|
+
* getHedInfo
|
|
22020
|
+
* @desc:获取审核页面数据
|
|
22021
|
+
* @author liufan
|
|
22022
|
+
* @date 2022年5月25日
|
|
22010
22023
|
**/
|
|
22011
22024
|
getHedInfo: function getHedInfo() {
|
|
22012
22025
|
var _this24 = this;
|
|
@@ -22016,7 +22029,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22016
22029
|
pendingId: this.pendingId,
|
|
22017
22030
|
userId: util["a" /* default */].getStorage('userId')
|
|
22018
22031
|
};
|
|
22019
|
-
util["a" /* default */].ajax({ url: api["
|
|
22032
|
+
util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
22020
22033
|
//pc返回数据
|
|
22021
22034
|
|
|
22022
22035
|
_this24.loading.close();
|
|
@@ -22242,13 +22255,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22242
22255
|
});
|
|
22243
22256
|
},
|
|
22244
22257
|
|
|
22245
|
-
/**
|
|
22246
|
-
* closeProcess
|
|
22247
|
-
* @desc:关闭弹窗
|
|
22248
|
-
* @author liufan
|
|
22249
|
-
* @param {boolean} val 当前是否办理流程
|
|
22250
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22251
|
-
* @date 2022年5月25日
|
|
22258
|
+
/**
|
|
22259
|
+
* closeProcess
|
|
22260
|
+
* @desc:关闭弹窗
|
|
22261
|
+
* @author liufan
|
|
22262
|
+
* @param {boolean} val 当前是否办理流程
|
|
22263
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22264
|
+
* @date 2022年5月25日
|
|
22252
22265
|
**/
|
|
22253
22266
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22254
22267
|
if (closeParent) {
|
|
@@ -22265,23 +22278,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22265
22278
|
}
|
|
22266
22279
|
},
|
|
22267
22280
|
|
|
22268
|
-
/**
|
|
22269
|
-
* selectChange
|
|
22270
|
-
* @desc:常用语选择
|
|
22271
|
-
* @author liufan
|
|
22272
|
-
* @param {String} val 选中值
|
|
22273
|
-
* @date 2022年5月25日
|
|
22281
|
+
/**
|
|
22282
|
+
* selectChange
|
|
22283
|
+
* @desc:常用语选择
|
|
22284
|
+
* @author liufan
|
|
22285
|
+
* @param {String} val 选中值
|
|
22286
|
+
* @date 2022年5月25日
|
|
22274
22287
|
**/
|
|
22275
22288
|
selectChange: function selectChange(val) {
|
|
22276
22289
|
this.value = val;
|
|
22277
22290
|
},
|
|
22278
22291
|
|
|
22279
|
-
/**
|
|
22280
|
-
* upDate
|
|
22281
|
-
* @desc:修改常用语
|
|
22282
|
-
* @author liufan
|
|
22283
|
-
* @param {Object} val 修改值
|
|
22284
|
-
* @date 2022年5月25日
|
|
22292
|
+
/**
|
|
22293
|
+
* upDate
|
|
22294
|
+
* @desc:修改常用语
|
|
22295
|
+
* @author liufan
|
|
22296
|
+
* @param {Object} val 修改值
|
|
22297
|
+
* @date 2022年5月25日
|
|
22285
22298
|
**/
|
|
22286
22299
|
upDate: function upDate(val) {
|
|
22287
22300
|
this.FormData.id = val.id;
|
|
@@ -22289,11 +22302,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22289
22302
|
},
|
|
22290
22303
|
|
|
22291
22304
|
|
|
22292
|
-
/**
|
|
22293
|
-
* getProcess
|
|
22294
|
-
* @desc:获取选择流程
|
|
22295
|
-
* @author liufan
|
|
22296
|
-
* @date 2022年5月25日
|
|
22305
|
+
/**
|
|
22306
|
+
* getProcess
|
|
22307
|
+
* @desc:获取选择流程
|
|
22308
|
+
* @author liufan
|
|
22309
|
+
* @date 2022年5月25日
|
|
22297
22310
|
**/
|
|
22298
22311
|
getProcess: function getProcess() {
|
|
22299
22312
|
var _this25 = this;
|
|
@@ -22308,7 +22321,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22308
22321
|
// onlyFlag: true
|
|
22309
22322
|
};
|
|
22310
22323
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22311
|
-
util["a" /* default */].ajax({ url: api["
|
|
22324
|
+
util["a" /* default */].ajax({ url: api["ab" /* getProcessDefList */], params: params }).then(function (res) {
|
|
22312
22325
|
var status = res.status,
|
|
22313
22326
|
message = res.message,
|
|
22314
22327
|
data = res.data;
|
|
@@ -22347,11 +22360,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22347
22360
|
});
|
|
22348
22361
|
},
|
|
22349
22362
|
|
|
22350
|
-
/**
|
|
22351
|
-
* getPendedhistoryList
|
|
22352
|
-
* @desc:获取流程列表
|
|
22353
|
-
* @author liufan
|
|
22354
|
-
* @date 2022年5月25日
|
|
22363
|
+
/**
|
|
22364
|
+
* getPendedhistoryList
|
|
22365
|
+
* @desc:获取流程列表
|
|
22366
|
+
* @author liufan
|
|
22367
|
+
* @date 2022年5月25日
|
|
22355
22368
|
**/
|
|
22356
22369
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
22357
22370
|
var _this26 = this;
|
|
@@ -22361,7 +22374,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22361
22374
|
userId: util["a" /* default */].getStorage('userId'),
|
|
22362
22375
|
type: 2
|
|
22363
22376
|
};
|
|
22364
|
-
util["a" /* default */].ajax({ url: api["
|
|
22377
|
+
util["a" /* default */].ajax({ url: api["Bb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
22365
22378
|
var rCode = res.rCode,
|
|
22366
22379
|
msg = res.msg,
|
|
22367
22380
|
results = res.results;
|
|
@@ -22383,12 +22396,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22383
22396
|
},
|
|
22384
22397
|
|
|
22385
22398
|
// 提交流程
|
|
22386
|
-
/**
|
|
22387
|
-
* subProcess
|
|
22388
|
-
* @desc:提交流程
|
|
22389
|
-
* @author liufan
|
|
22390
|
-
* @param {String} formName 当前form表单ref值
|
|
22391
|
-
* @date 2022年5月25日
|
|
22399
|
+
/**
|
|
22400
|
+
* subProcess
|
|
22401
|
+
* @desc:提交流程
|
|
22402
|
+
* @author liufan
|
|
22403
|
+
* @param {String} formName 当前form表单ref值
|
|
22404
|
+
* @date 2022年5月25日
|
|
22392
22405
|
**/
|
|
22393
22406
|
subProcess: function subProcess(val) {
|
|
22394
22407
|
var _this27 = this;
|
|
@@ -22557,7 +22570,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22557
22570
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
22558
22571
|
params.nodeId = taskExamineInfo.nodeId;
|
|
22559
22572
|
params.needRetrialAuth = needRetrialAuth;
|
|
22560
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
22573
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
22561
22574
|
var status = res.status,
|
|
22562
22575
|
message = res.message;
|
|
22563
22576
|
|
|
@@ -22937,7 +22950,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22937
22950
|
pendingUserIds = _nextNode.pendingUserIds;
|
|
22938
22951
|
|
|
22939
22952
|
var params = {
|
|
22940
|
-
url: api["
|
|
22953
|
+
url: api["Ac" /* toTaskSuperviseSub */],
|
|
22941
22954
|
params: {
|
|
22942
22955
|
userId: util["a" /* default */].getStorage('userId'),
|
|
22943
22956
|
urgeUserIds: pendingUserIds,
|
|
@@ -22963,7 +22976,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22963
22976
|
|
|
22964
22977
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22965
22978
|
util["a" /* default */].ajax({
|
|
22966
|
-
url: api["
|
|
22979
|
+
url: api["zc" /* toTaskSupervise */],
|
|
22967
22980
|
params: {
|
|
22968
22981
|
businessId: this.businessId,
|
|
22969
22982
|
appId: this.appId,
|
|
@@ -23444,7 +23457,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23444
23457
|
return this.$message.warning('请选择处理对象!');
|
|
23445
23458
|
}
|
|
23446
23459
|
var param = {
|
|
23447
|
-
url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["
|
|
23460
|
+
url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["p" /* directStartTaskCircularRead */] : api["z" /* endFlowAndStartTaskCircularRead */],
|
|
23448
23461
|
data: {
|
|
23449
23462
|
opinion: opinion,
|
|
23450
23463
|
businessId: businessId,
|
|
@@ -23527,7 +23540,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23527
23540
|
var _this2 = this;
|
|
23528
23541
|
|
|
23529
23542
|
util["a" /* default */].ajax({
|
|
23530
|
-
url: api["
|
|
23543
|
+
url: api["B" /* findCodeValues */],
|
|
23531
23544
|
params: {
|
|
23532
23545
|
ccCode: 'notification_type',
|
|
23533
23546
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -23563,7 +23576,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23563
23576
|
if (!this.showBtn) {
|
|
23564
23577
|
params.openMode = 'samepage';
|
|
23565
23578
|
}
|
|
23566
|
-
util["a" /* default */].ajax({ url: api["
|
|
23579
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
23567
23580
|
if (res.status === 'success') {
|
|
23568
23581
|
if (!_this3.showBtn) {
|
|
23569
23582
|
_this3.oldMessage = res.message;
|
|
@@ -23584,7 +23597,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23584
23597
|
var _this4 = this;
|
|
23585
23598
|
|
|
23586
23599
|
util["a" /* default */].ajax({
|
|
23587
|
-
url: api["
|
|
23600
|
+
url: api["D" /* findSysCodes */]
|
|
23588
23601
|
}).then(function (res) {
|
|
23589
23602
|
var status = res.status,
|
|
23590
23603
|
message = res.message;
|
|
@@ -23837,7 +23850,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23837
23850
|
|
|
23838
23851
|
if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
|
|
23839
23852
|
var param = {
|
|
23840
|
-
url: api["
|
|
23853
|
+
url: api["I" /* freeTaskCircularRead */],
|
|
23841
23854
|
data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
|
|
23842
23855
|
appId: this.appId || this.params.appId,
|
|
23843
23856
|
nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
|
|
@@ -23869,7 +23882,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23869
23882
|
var _this2 = this;
|
|
23870
23883
|
|
|
23871
23884
|
var param = {
|
|
23872
|
-
url: api["
|
|
23885
|
+
url: api["oc" /* toFreeTaskCircularRead */],
|
|
23873
23886
|
params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
|
|
23874
23887
|
};
|
|
23875
23888
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
@@ -24120,7 +24133,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
|
|
|
24120
24133
|
});
|
|
24121
24134
|
});
|
|
24122
24135
|
var params = {
|
|
24123
|
-
url: api["
|
|
24136
|
+
url: api["Xb" /* setSort */],
|
|
24124
24137
|
method: 'post',
|
|
24125
24138
|
format: false,
|
|
24126
24139
|
headers: {
|
|
@@ -24147,7 +24160,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
|
|
|
24147
24160
|
var _this2 = this;
|
|
24148
24161
|
|
|
24149
24162
|
var params = {
|
|
24150
|
-
url: api["
|
|
24163
|
+
url: api["nc" /* toDefinitionChangeSort */],
|
|
24151
24164
|
method: 'get',
|
|
24152
24165
|
params: {
|
|
24153
24166
|
flowTypeCode: this.flowTypeCode,
|
|
@@ -25818,7 +25831,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25818
25831
|
getIsCancelSecondConfirmation: function getIsCancelSecondConfirmation() {
|
|
25819
25832
|
var _this = this;
|
|
25820
25833
|
|
|
25821
|
-
util["a" /* default */].ajax({ url: api["
|
|
25834
|
+
util["a" /* default */].ajax({ url: api["vb" /* isCancelSecondConfirmation */] }).then(function (res) {
|
|
25822
25835
|
if (res.status == 'success') {
|
|
25823
25836
|
_this.isCancelSecondConfirmationType = res.data === false;
|
|
25824
25837
|
}
|
|
@@ -25847,7 +25860,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25847
25860
|
var _this2 = this;
|
|
25848
25861
|
|
|
25849
25862
|
var params = {
|
|
25850
|
-
url: api["
|
|
25863
|
+
url: api["ib" /* getUrgencyLevelChangedNotificationType */],
|
|
25851
25864
|
params: { urgencyLevel: this.urgencyLevel }
|
|
25852
25865
|
};
|
|
25853
25866
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -25899,7 +25912,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25899
25912
|
var _this4 = this;
|
|
25900
25913
|
|
|
25901
25914
|
var params = {
|
|
25902
|
-
url: api["
|
|
25915
|
+
url: api["V" /* getNodeInfoForStart */],
|
|
25903
25916
|
params: { processDefinitionId: processDefinitionId }
|
|
25904
25917
|
};
|
|
25905
25918
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -26053,7 +26066,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26053
26066
|
var _this7 = this;
|
|
26054
26067
|
|
|
26055
26068
|
var params = {
|
|
26056
|
-
url: api["
|
|
26069
|
+
url: api["K" /* getAdjunctFileInfos */],
|
|
26057
26070
|
params: { ownId: ownId, code: code }
|
|
26058
26071
|
};
|
|
26059
26072
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -26141,7 +26154,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26141
26154
|
taskAction: 'complete'
|
|
26142
26155
|
};
|
|
26143
26156
|
util["a" /* default */].ajax({
|
|
26144
|
-
url: api["
|
|
26157
|
+
url: api["dc" /* taskReadHtml */],
|
|
26145
26158
|
params: { taskAction: 'complete' },
|
|
26146
26159
|
headers: {
|
|
26147
26160
|
Accept: 'application/json,text/plain'
|
|
@@ -26173,7 +26186,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26173
26186
|
var _this9 = this;
|
|
26174
26187
|
|
|
26175
26188
|
var params = {
|
|
26176
|
-
url: api["
|
|
26189
|
+
url: api["e" /* checkBusinessIdStartedReadTransferHandle */],
|
|
26177
26190
|
params: {
|
|
26178
26191
|
readTransferHandleBusinessId: readTransferHandleBusinessId,
|
|
26179
26192
|
readTransferHandleProcessKey: readTransferHandleProcessKey,
|
|
@@ -26192,7 +26205,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26192
26205
|
|
|
26193
26206
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
26194
26207
|
util["a" /* default */].ajax({
|
|
26195
|
-
url: api["
|
|
26208
|
+
url: api["uc" /* toStartTaskReadIndex */],
|
|
26196
26209
|
params: { pendingId: this.pendingId }
|
|
26197
26210
|
}).then(function (res) {
|
|
26198
26211
|
var status = res.status,
|
|
@@ -26236,7 +26249,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26236
26249
|
if (mainConfig) {
|
|
26237
26250
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
26238
26251
|
} else {
|
|
26239
|
-
util["a" /* default */].ajax({ url: api["
|
|
26252
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
26240
26253
|
var status = res.status,
|
|
26241
26254
|
data = res.data;
|
|
26242
26255
|
|
|
@@ -26271,7 +26284,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26271
26284
|
var _this12 = this;
|
|
26272
26285
|
|
|
26273
26286
|
var params = {
|
|
26274
|
-
url: api["
|
|
26287
|
+
url: api["B" /* findCodeValues */],
|
|
26275
26288
|
params: {
|
|
26276
26289
|
ccCode: 'notification_type',
|
|
26277
26290
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -26292,11 +26305,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26292
26305
|
});
|
|
26293
26306
|
},
|
|
26294
26307
|
|
|
26295
|
-
/**
|
|
26296
|
-
* saveInfo
|
|
26297
|
-
* @desc:暂存
|
|
26298
|
-
* @author liufan
|
|
26299
|
-
* @date 2022年9月9日
|
|
26308
|
+
/**
|
|
26309
|
+
* saveInfo
|
|
26310
|
+
* @desc:暂存
|
|
26311
|
+
* @author liufan
|
|
26312
|
+
* @date 2022年9月9日
|
|
26300
26313
|
**/
|
|
26301
26314
|
saveInfo: function saveInfo(type, btn) {
|
|
26302
26315
|
var _this13 = this;
|
|
@@ -26339,7 +26352,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26339
26352
|
pendingId: this.pendingId
|
|
26340
26353
|
};
|
|
26341
26354
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
26342
|
-
util["a" /* default */].ajax({ url: api["
|
|
26355
|
+
util["a" /* default */].ajax({ url: api["mc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
|
|
26343
26356
|
var status = res.status,
|
|
26344
26357
|
message = res.message;
|
|
26345
26358
|
|
|
@@ -26358,11 +26371,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26358
26371
|
});
|
|
26359
26372
|
},
|
|
26360
26373
|
|
|
26361
|
-
/**
|
|
26362
|
-
* rejectBtn
|
|
26363
|
-
* @desc:点击驳回
|
|
26364
|
-
* @author liufan
|
|
26365
|
-
* @date 2022年5月25日
|
|
26374
|
+
/**
|
|
26375
|
+
* rejectBtn
|
|
26376
|
+
* @desc:点击驳回
|
|
26377
|
+
* @author liufan
|
|
26378
|
+
* @date 2022年5月25日
|
|
26366
26379
|
**/
|
|
26367
26380
|
rejectBtn: function rejectBtn() {
|
|
26368
26381
|
var _this15 = this;
|
|
@@ -26380,11 +26393,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26380
26393
|
}
|
|
26381
26394
|
},
|
|
26382
26395
|
|
|
26383
|
-
/**
|
|
26384
|
-
* taskReadBtn
|
|
26385
|
-
* @desc:点击分阅
|
|
26386
|
-
* @author liufan
|
|
26387
|
-
* @date 2022年5月25日
|
|
26396
|
+
/**
|
|
26397
|
+
* taskReadBtn
|
|
26398
|
+
* @desc:点击分阅
|
|
26399
|
+
* @author liufan
|
|
26400
|
+
* @date 2022年5月25日
|
|
26388
26401
|
**/
|
|
26389
26402
|
taskReadBtn: function taskReadBtn() {
|
|
26390
26403
|
var _this16 = this;
|
|
@@ -26403,17 +26416,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26403
26416
|
}
|
|
26404
26417
|
},
|
|
26405
26418
|
|
|
26406
|
-
/**
|
|
26407
|
-
* getFind
|
|
26408
|
-
* @desc:获取通知方式
|
|
26409
|
-
* @author liufan
|
|
26410
|
-
* @date 2022年5月25日
|
|
26419
|
+
/**
|
|
26420
|
+
* getFind
|
|
26421
|
+
* @desc:获取通知方式
|
|
26422
|
+
* @author liufan
|
|
26423
|
+
* @date 2022年5月25日
|
|
26411
26424
|
**/
|
|
26412
26425
|
getFind: function getFind() {
|
|
26413
26426
|
var _this17 = this;
|
|
26414
26427
|
|
|
26415
26428
|
util["a" /* default */].ajax({
|
|
26416
|
-
url: api["
|
|
26429
|
+
url: api["D" /* findSysCodes */]
|
|
26417
26430
|
}).then(function (res) {
|
|
26418
26431
|
var status = res.status,
|
|
26419
26432
|
message = res.message;
|
|
@@ -26445,7 +26458,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26445
26458
|
nodeId = _endFlowInfo.nodeId;
|
|
26446
26459
|
|
|
26447
26460
|
var param = {
|
|
26448
|
-
url: api["
|
|
26461
|
+
url: api["P" /* getFreeStartFlowParams */],
|
|
26449
26462
|
params: {
|
|
26450
26463
|
businessId: businessId,
|
|
26451
26464
|
processDefinitionId: processDefinitionId,
|
|
@@ -26473,12 +26486,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26473
26486
|
});
|
|
26474
26487
|
},
|
|
26475
26488
|
|
|
26476
|
-
/**
|
|
26477
|
-
* endFlows
|
|
26478
|
-
* @desc:直接办结
|
|
26479
|
-
* @author liufan
|
|
26480
|
-
* @param {Object} res 直接办结数据
|
|
26481
|
-
* @date 2022年5月25日
|
|
26489
|
+
/**
|
|
26490
|
+
* endFlows
|
|
26491
|
+
* @desc:直接办结
|
|
26492
|
+
* @author liufan
|
|
26493
|
+
* @param {Object} res 直接办结数据
|
|
26494
|
+
* @date 2022年5月25日
|
|
26482
26495
|
**/
|
|
26483
26496
|
endFlows: function endFlows(res) {
|
|
26484
26497
|
var _this19 = this;
|
|
@@ -26496,7 +26509,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26496
26509
|
|
|
26497
26510
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
26498
26511
|
var params = {
|
|
26499
|
-
url: api["
|
|
26512
|
+
url: api["A" /* endFlowHtml */],
|
|
26500
26513
|
headers: { Accept: 'application/json,text/plain' },
|
|
26501
26514
|
method: 'post',
|
|
26502
26515
|
data: mainvue_type_script_lang_js_extends({}, _this20.endFlowInfo, _this20.nextNode, {
|
|
@@ -26533,12 +26546,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26533
26546
|
}).catch(function (e) {});
|
|
26534
26547
|
},
|
|
26535
26548
|
|
|
26536
|
-
/**
|
|
26537
|
-
* goView
|
|
26538
|
-
* @desc:更多流程按钮操作
|
|
26539
|
-
* @author liufan
|
|
26540
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26541
|
-
* @date 2022年5月25日
|
|
26549
|
+
/**
|
|
26550
|
+
* goView
|
|
26551
|
+
* @desc:更多流程按钮操作
|
|
26552
|
+
* @author liufan
|
|
26553
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26554
|
+
* @date 2022年5月25日
|
|
26542
26555
|
**/
|
|
26543
26556
|
goView: function goView(res) {
|
|
26544
26557
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26625,11 +26638,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26625
26638
|
// isCanStartSubFlow
|
|
26626
26639
|
},
|
|
26627
26640
|
|
|
26628
|
-
/**
|
|
26629
|
-
* toTakeAdvice
|
|
26630
|
-
* @desc:征求意见
|
|
26631
|
-
* @author liufan
|
|
26632
|
-
* @date 2022年9月29日
|
|
26641
|
+
/**
|
|
26642
|
+
* toTakeAdvice
|
|
26643
|
+
* @desc:征求意见
|
|
26644
|
+
* @author liufan
|
|
26645
|
+
* @date 2022年9月29日
|
|
26633
26646
|
**/
|
|
26634
26647
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26635
26648
|
var _this21 = this;
|
|
@@ -26647,7 +26660,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26647
26660
|
var _this22 = this;
|
|
26648
26661
|
|
|
26649
26662
|
var params = {
|
|
26650
|
-
url: api["
|
|
26663
|
+
url: api["ub" /* isCanStartSubFlow */],
|
|
26651
26664
|
data: {
|
|
26652
26665
|
appId: this.taskExamineInfo.appId,
|
|
26653
26666
|
inevitableNode: res.inevitableNode
|
|
@@ -26673,11 +26686,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26673
26686
|
});
|
|
26674
26687
|
},
|
|
26675
26688
|
|
|
26676
|
-
/**
|
|
26677
|
-
* toStartDraf
|
|
26678
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26679
|
-
* @author liufan
|
|
26680
|
-
* @date 2022年9月29日
|
|
26689
|
+
/**
|
|
26690
|
+
* toStartDraf
|
|
26691
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26692
|
+
* @author liufan
|
|
26693
|
+
* @date 2022年9月29日
|
|
26681
26694
|
**/
|
|
26682
26695
|
toStartDraf: function toStartDraf(res) {
|
|
26683
26696
|
var _this23 = this;
|
|
@@ -26691,11 +26704,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26691
26704
|
}
|
|
26692
26705
|
},
|
|
26693
26706
|
|
|
26694
|
-
/**
|
|
26695
|
-
* toSendMsg
|
|
26696
|
-
* @desc:核稿通知
|
|
26697
|
-
* @author liufan
|
|
26698
|
-
* @date 2022年9月29日
|
|
26707
|
+
/**
|
|
26708
|
+
* toSendMsg
|
|
26709
|
+
* @desc:核稿通知
|
|
26710
|
+
* @author liufan
|
|
26711
|
+
* @date 2022年9月29日
|
|
26699
26712
|
**/
|
|
26700
26713
|
toSendMsg: function toSendMsg(res) {
|
|
26701
26714
|
var _this24 = this;
|
|
@@ -26709,11 +26722,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26709
26722
|
}
|
|
26710
26723
|
},
|
|
26711
26724
|
|
|
26712
|
-
/**
|
|
26713
|
-
* toTaskReadAndEnd
|
|
26714
|
-
* @desc:分阅并办结
|
|
26715
|
-
* @author liufan
|
|
26716
|
-
* @date 2022年9月29日
|
|
26725
|
+
/**
|
|
26726
|
+
* toTaskReadAndEnd
|
|
26727
|
+
* @desc:分阅并办结
|
|
26728
|
+
* @author liufan
|
|
26729
|
+
* @date 2022年9月29日
|
|
26717
26730
|
**/
|
|
26718
26731
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26719
26732
|
var _this25 = this;
|
|
@@ -26731,11 +26744,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26731
26744
|
}
|
|
26732
26745
|
},
|
|
26733
26746
|
|
|
26734
|
-
/**
|
|
26735
|
-
* rejectAndEnd
|
|
26736
|
-
* @desc:驳回并办结
|
|
26737
|
-
* @author liufan
|
|
26738
|
-
* @date 2022年9月29日
|
|
26747
|
+
/**
|
|
26748
|
+
* rejectAndEnd
|
|
26749
|
+
* @desc:驳回并办结
|
|
26750
|
+
* @author liufan
|
|
26751
|
+
* @date 2022年9月29日
|
|
26739
26752
|
**/
|
|
26740
26753
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26741
26754
|
var _this26 = this;
|
|
@@ -26757,7 +26770,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26757
26770
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
26758
26771
|
// return this.$message.warning('请填写意见');
|
|
26759
26772
|
var params = {
|
|
26760
|
-
url: api["
|
|
26773
|
+
url: api["Mb" /* rejectAndEnd */],
|
|
26761
26774
|
headers: { Accept: 'application/json,text/plain' },
|
|
26762
26775
|
method: 'post',
|
|
26763
26776
|
data: {
|
|
@@ -26791,11 +26804,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26791
26804
|
});
|
|
26792
26805
|
},
|
|
26793
26806
|
|
|
26794
|
-
/**
|
|
26795
|
-
* toTransfer
|
|
26796
|
-
* @desc:转办
|
|
26797
|
-
* @author liufan
|
|
26798
|
-
* @date 2022年9月29日
|
|
26807
|
+
/**
|
|
26808
|
+
* toTransfer
|
|
26809
|
+
* @desc:转办
|
|
26810
|
+
* @author liufan
|
|
26811
|
+
* @date 2022年9月29日
|
|
26799
26812
|
**/
|
|
26800
26813
|
toTransfer: function toTransfer(res) {
|
|
26801
26814
|
var _this28 = this;
|
|
@@ -26814,11 +26827,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26814
26827
|
this.nextNode.customLimitTime = val;
|
|
26815
26828
|
},
|
|
26816
26829
|
|
|
26817
|
-
/**
|
|
26818
|
-
* getNodeInfo
|
|
26819
|
-
* @desc:获取节点信息
|
|
26820
|
-
* @author liufan
|
|
26821
|
-
* @date 2022年5月25日
|
|
26830
|
+
/**
|
|
26831
|
+
* getNodeInfo
|
|
26832
|
+
* @desc:获取节点信息
|
|
26833
|
+
* @author liufan
|
|
26834
|
+
* @date 2022年5月25日
|
|
26822
26835
|
**/
|
|
26823
26836
|
getNodeInfo: function getNodeInfo() {
|
|
26824
26837
|
var _this29 = this;
|
|
@@ -26831,7 +26844,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26831
26844
|
pendingId: this.pendingId,
|
|
26832
26845
|
businessId: this.businessIds
|
|
26833
26846
|
};
|
|
26834
|
-
util["a" /* default */].ajax({ url: api["
|
|
26847
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
26835
26848
|
var status = res.status,
|
|
26836
26849
|
message = res.message,
|
|
26837
26850
|
data = res.data;
|
|
@@ -26926,12 +26939,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26926
26939
|
});
|
|
26927
26940
|
},
|
|
26928
26941
|
|
|
26929
|
-
/**
|
|
26930
|
-
* selecNext
|
|
26931
|
-
* @desc:下步节点变化时更新数据
|
|
26932
|
-
* @author liufan
|
|
26933
|
-
* @param {String} val 当前选中值
|
|
26934
|
-
* @date 2022年5月25日
|
|
26942
|
+
/**
|
|
26943
|
+
* selecNext
|
|
26944
|
+
* @desc:下步节点变化时更新数据
|
|
26945
|
+
* @author liufan
|
|
26946
|
+
* @param {String} val 当前选中值
|
|
26947
|
+
* @date 2022年5月25日
|
|
26935
26948
|
**/
|
|
26936
26949
|
selecNext: function selecNext(val, type, isDef) {
|
|
26937
26950
|
var _this30 = this;
|
|
@@ -27063,11 +27076,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27063
27076
|
this.getNodeInfo();
|
|
27064
27077
|
},
|
|
27065
27078
|
|
|
27066
|
-
/**
|
|
27067
|
-
* isMultiple
|
|
27068
|
-
* @desc:是否多选
|
|
27069
|
-
* @author liufan
|
|
27070
|
-
* @date 2022年9月13日
|
|
27079
|
+
/**
|
|
27080
|
+
* isMultiple
|
|
27081
|
+
* @desc:是否多选
|
|
27082
|
+
* @author liufan
|
|
27083
|
+
* @date 2022年9月13日
|
|
27071
27084
|
**/
|
|
27072
27085
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
27073
27086
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -27099,11 +27112,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27099
27112
|
}
|
|
27100
27113
|
},
|
|
27101
27114
|
|
|
27102
|
-
/**
|
|
27103
|
-
* getHedInfo
|
|
27104
|
-
* @desc:获取审核页面数据
|
|
27105
|
-
* @author liufan
|
|
27106
|
-
* @date 2022年5月25日
|
|
27115
|
+
/**
|
|
27116
|
+
* getHedInfo
|
|
27117
|
+
* @desc:获取审核页面数据
|
|
27118
|
+
* @author liufan
|
|
27119
|
+
* @date 2022年5月25日
|
|
27107
27120
|
**/
|
|
27108
27121
|
getHedInfo: function getHedInfo() {
|
|
27109
27122
|
var _this31 = this;
|
|
@@ -27113,7 +27126,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27113
27126
|
pendingId: this.pendingId,
|
|
27114
27127
|
userId: util["a" /* default */].getStorage('userId')
|
|
27115
27128
|
};
|
|
27116
|
-
util["a" /* default */].ajax({ url: api["
|
|
27129
|
+
util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
27117
27130
|
//pc返回数据
|
|
27118
27131
|
|
|
27119
27132
|
_this31.loading.close();
|
|
@@ -27135,6 +27148,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27135
27148
|
notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
|
|
27136
27149
|
nextNodeCheckType = _res$data2.nextNodeCheckType,
|
|
27137
27150
|
pOrgId = _res$data2.pOrgId,
|
|
27151
|
+
extendData = _res$data2.extendData,
|
|
27138
27152
|
currentOrgName = _res$data2.currentOrgName,
|
|
27139
27153
|
pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
|
|
27140
27154
|
currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
|
|
@@ -27349,6 +27363,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27349
27363
|
_this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
|
|
27350
27364
|
_this31.endFlowInfo.nodeId = taskExamine.nodeId;
|
|
27351
27365
|
}
|
|
27366
|
+
if (extendData && extendData.pendingData && extendData.pendingData.itemname) {
|
|
27367
|
+
_this31.NodeName = extendData.pendingData.itemname;
|
|
27368
|
+
}
|
|
27352
27369
|
if (_this31.nodeName) {
|
|
27353
27370
|
_this31.NodeName = _this31.nodeName;
|
|
27354
27371
|
}
|
|
@@ -27409,13 +27426,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27409
27426
|
});
|
|
27410
27427
|
},
|
|
27411
27428
|
|
|
27412
|
-
/**
|
|
27413
|
-
* closeProcess
|
|
27414
|
-
* @desc:关闭弹窗
|
|
27415
|
-
* @author liufan
|
|
27416
|
-
* @param {boolean} val 当前是否办理流程
|
|
27417
|
-
* @param {String} type 当前点击的弹窗类型
|
|
27418
|
-
* @date 2022年5月25日
|
|
27429
|
+
/**
|
|
27430
|
+
* closeProcess
|
|
27431
|
+
* @desc:关闭弹窗
|
|
27432
|
+
* @author liufan
|
|
27433
|
+
* @param {boolean} val 当前是否办理流程
|
|
27434
|
+
* @param {String} type 当前点击的弹窗类型
|
|
27435
|
+
* @date 2022年5月25日
|
|
27419
27436
|
**/
|
|
27420
27437
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
27421
27438
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -27435,23 +27452,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27435
27452
|
}
|
|
27436
27453
|
},
|
|
27437
27454
|
|
|
27438
|
-
/**
|
|
27439
|
-
* selectChange
|
|
27440
|
-
* @desc:常用语选择
|
|
27441
|
-
* @author liufan
|
|
27442
|
-
* @param {String} val 选中值
|
|
27443
|
-
* @date 2022年5月25日
|
|
27455
|
+
/**
|
|
27456
|
+
* selectChange
|
|
27457
|
+
* @desc:常用语选择
|
|
27458
|
+
* @author liufan
|
|
27459
|
+
* @param {String} val 选中值
|
|
27460
|
+
* @date 2022年5月25日
|
|
27444
27461
|
**/
|
|
27445
27462
|
selectChange: function selectChange(val) {
|
|
27446
27463
|
this.value = val;
|
|
27447
27464
|
},
|
|
27448
27465
|
|
|
27449
|
-
/**
|
|
27450
|
-
* upDate
|
|
27451
|
-
* @desc:修改常用语
|
|
27452
|
-
* @author liufan
|
|
27453
|
-
* @param {Object} val 修改值
|
|
27454
|
-
* @date 2022年5月25日
|
|
27466
|
+
/**
|
|
27467
|
+
* upDate
|
|
27468
|
+
* @desc:修改常用语
|
|
27469
|
+
* @author liufan
|
|
27470
|
+
* @param {Object} val 修改值
|
|
27471
|
+
* @date 2022年5月25日
|
|
27455
27472
|
**/
|
|
27456
27473
|
upDate: function upDate(val) {
|
|
27457
27474
|
this.FormData.id = val.id;
|
|
@@ -27459,11 +27476,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27459
27476
|
},
|
|
27460
27477
|
|
|
27461
27478
|
|
|
27462
|
-
/**
|
|
27463
|
-
* getProcess
|
|
27464
|
-
* @desc:获取选择流程
|
|
27465
|
-
* @author liufan
|
|
27466
|
-
* @date 2022年5月25日
|
|
27479
|
+
/**
|
|
27480
|
+
* getProcess
|
|
27481
|
+
* @desc:获取选择流程
|
|
27482
|
+
* @author liufan
|
|
27483
|
+
* @date 2022年5月25日
|
|
27467
27484
|
**/
|
|
27468
27485
|
getProcess: function getProcess(val) {
|
|
27469
27486
|
var _this32 = this;
|
|
@@ -27476,7 +27493,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27476
27493
|
hideTempSave: true
|
|
27477
27494
|
}, this.param);
|
|
27478
27495
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
27479
|
-
util["a" /* default */].ajax({ url: api["
|
|
27496
|
+
util["a" /* default */].ajax({ url: api["ab" /* getProcessDefList */], params: params }).then(function (res) {
|
|
27480
27497
|
var status = res.status,
|
|
27481
27498
|
message = res.message,
|
|
27482
27499
|
data = res.data;
|
|
@@ -27523,11 +27540,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27523
27540
|
});
|
|
27524
27541
|
},
|
|
27525
27542
|
|
|
27526
|
-
/**
|
|
27527
|
-
* getPendedhistoryList
|
|
27528
|
-
* @desc:获取流程列表
|
|
27529
|
-
* @author liufan
|
|
27530
|
-
* @date 2022年5月25日
|
|
27543
|
+
/**
|
|
27544
|
+
* getPendedhistoryList
|
|
27545
|
+
* @desc:获取流程列表
|
|
27546
|
+
* @author liufan
|
|
27547
|
+
* @date 2022年5月25日
|
|
27531
27548
|
**/
|
|
27532
27549
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27533
27550
|
var _this33 = this;
|
|
@@ -27537,7 +27554,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27537
27554
|
userId: util["a" /* default */].getStorage('userId'),
|
|
27538
27555
|
type: 2
|
|
27539
27556
|
};
|
|
27540
|
-
util["a" /* default */].ajax({ url: api["
|
|
27557
|
+
util["a" /* default */].ajax({ url: api["Bb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
27541
27558
|
var rCode = res.rCode,
|
|
27542
27559
|
msg = res.msg,
|
|
27543
27560
|
results = res.results;
|
|
@@ -27562,7 +27579,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27562
27579
|
|
|
27563
27580
|
var _that = this;
|
|
27564
27581
|
var params = {
|
|
27565
|
-
url: api["
|
|
27582
|
+
url: api["f" /* checkForeignOrgStartedCircularRead */],
|
|
27566
27583
|
params: {
|
|
27567
27584
|
foreignOrgObj: _that.nextNode.nextOtherOrgObj,
|
|
27568
27585
|
circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
|
|
@@ -27598,12 +27615,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27598
27615
|
beforeSubProcess: function beforeSubProcess() {},
|
|
27599
27616
|
|
|
27600
27617
|
// 提交流程
|
|
27601
|
-
/**
|
|
27602
|
-
* subProcess
|
|
27603
|
-
* @desc:提交流程
|
|
27604
|
-
* @author liufan
|
|
27605
|
-
* @param {String} formName 当前form表单ref值
|
|
27606
|
-
* @date 2022年5月25日
|
|
27618
|
+
/**
|
|
27619
|
+
* subProcess
|
|
27620
|
+
* @desc:提交流程
|
|
27621
|
+
* @author liufan
|
|
27622
|
+
* @param {String} formName 当前form表单ref值
|
|
27623
|
+
* @date 2022年5月25日
|
|
27607
27624
|
**/
|
|
27608
27625
|
subProcess: function subProcess(val, type) {
|
|
27609
27626
|
var _this35 = this;
|
|
@@ -27892,7 +27909,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27892
27909
|
if (!currentNodeEnableItemHandleDescription) {
|
|
27893
27910
|
delete params.nextItemHandleDescription;
|
|
27894
27911
|
}
|
|
27895
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
27912
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
27896
27913
|
var status = res.status,
|
|
27897
27914
|
message = res.message;
|
|
27898
27915
|
|
|
@@ -28000,7 +28017,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
28000
28017
|
if (!currentNodeEnableItemHandleDescription) {
|
|
28001
28018
|
delete params.nextItemHandleDescription;
|
|
28002
28019
|
}
|
|
28003
|
-
return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
28020
|
+
return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
28004
28021
|
var status = res.status,
|
|
28005
28022
|
message = res.message;
|
|
28006
28023
|
|