eoss-ui 0.7.64 → 0.7.65
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 +119 -97
- package/lib/button.js +113 -97
- package/lib/calendar.js +2 -2
- package/lib/calogin.js +352 -330
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +119 -97
- package/lib/clients.js +43 -41
- package/lib/config/api.js +12 -1
- package/lib/data-table-form.js +119 -97
- package/lib/data-table.js +119 -97
- package/lib/date-picker.js +120 -104
- package/lib/dialog.js +119 -97
- package/lib/enable-drag.js +2 -2
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +8668 -715
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +120 -104
- package/lib/flow-list.js +287 -289
- package/lib/flow.js +175 -153
- package/lib/form.js +119 -97
- package/lib/handle-user.js +121 -105
- package/lib/handler.js +114 -98
- package/lib/icon.js +114 -98
- package/lib/icons.js +5 -5
- package/lib/index.js +1 -1
- package/lib/input-number.js +120 -104
- package/lib/input.js +120 -104
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +129 -107
- package/lib/main.js +8496 -540
- package/lib/menu.js +2 -2
- package/lib/nav.js +113 -97
- package/lib/notify.js +116 -100
- package/lib/page.js +120 -104
- package/lib/pagination.js +120 -104
- package/lib/player.js +130 -114
- package/lib/qr-code.js +141 -125
- package/lib/radio-group.js +120 -104
- package/lib/retrial-auth.js +116 -100
- package/lib/select-ganged.js +113 -97
- package/lib/select.js +120 -104
- package/lib/selector-panel.js +140 -118
- package/lib/selector.js +117 -101
- package/lib/sizer.js +115 -99
- package/lib/steps.js +113 -97
- package/lib/switch.js +113 -97
- package/lib/table-form.js +120 -104
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +120 -104
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -0
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +121 -105
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +120 -104
- package/lib/tree.js +121 -105
- package/lib/upload.js +129 -107
- package/lib/wujie.js +113 -97
- package/lib/wxlogin.js +113 -97
- package/package.json +1 -1
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +1 -1
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-list/index.js +5 -5
- package/packages/form/index.js +5 -5
- package/packages/handle-user/index.js +5 -5
- package/packages/handler/index.js +5 -5
- package/packages/icon/index.js +5 -5
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/icon.json +1 -1
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2 -2
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/main.vue +14 -0
- package/packages/main/src/public/settings.vue +121 -75
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/apps.vue +388 -0
- package/packages/main/src/simplicityTop/avatar.vue +82 -0
- package/packages/main/src/simplicityTop/handler.vue +207 -0
- package/packages/main/src/simplicityTop/index.vue +2909 -0
- package/packages/main/src/simplicityTop/lists.vue +84 -0
- package/packages/main/src/simplicityTop/menu-list.vue +135 -0
- package/packages/main/src/simplicityTop/message.vue +293 -0
- package/packages/main/src/simplicityTop/notice.vue +222 -0
- package/packages/main/src/simplicityTop/router-page.vue +45 -0
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -0
- package/packages/main/src/simplicityTop/user.vue +259 -0
- package/packages/main/src/simplicityTop/userinfo.vue +401 -0
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/icon.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/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -0
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/common/var.scss +3 -0
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/icon.scss +4 -0
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/main.scss +1 -0
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/simplicity-top.scss +1974 -0
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/toolbar/index.js +5 -5
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +15 -2
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
package/lib/flow.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 35);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -1699,7 +1699,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1699
1699
|
* @param {function} callback - 回调函数
|
|
1700
1700
|
**/
|
|
1701
1701
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1702
|
-
util_ajax({ url: api["
|
|
1702
|
+
util_ajax({ url: api["wb" /* mainConfig */] }).then(function (res) {
|
|
1703
1703
|
if (res && res.rCode === 0) {
|
|
1704
1704
|
callback(res.results);
|
|
1705
1705
|
}
|
|
@@ -2425,7 +2425,7 @@ var isLogined = function () {
|
|
|
2425
2425
|
break;
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
|
-
util_ajax({ method: 'post', url: api["
|
|
2428
|
+
util_ajax({ method: 'post', url: api["vb" /* logout */] }).then(function (res) {
|
|
2429
2429
|
if (res.rCode === 0) {
|
|
2430
2430
|
removeStorage();
|
|
2431
2431
|
}
|
|
@@ -3888,32 +3888,32 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3888
3888
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3889
3889
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3890
3890
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3891
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3892
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3893
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3891
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return logout; });
|
|
3892
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
3893
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return switchUserTo; });
|
|
3894
3894
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3895
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3895
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
3896
3896
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3897
3897
|
/* unused harmony export updateCode */
|
|
3898
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3898
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
|
|
3899
3899
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3900
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3900
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return loginModifyPassword; });
|
|
3901
3901
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3902
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3902
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
|
|
3903
3903
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3904
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3904
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getTwoFactorLoginCode; });
|
|
3905
3905
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3906
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3907
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3908
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3906
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
3907
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
3908
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return scanCodeRetrialAuth; });
|
|
3909
3909
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3910
3910
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3911
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3912
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3913
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3914
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3915
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3916
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3911
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return userOnline; });
|
|
3912
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
3913
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return recordUserApp; });
|
|
3914
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return mainConfig; });
|
|
3915
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
3916
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return updateUserInfo; });
|
|
3917
3917
|
/* unused harmony export getUserImgUrl */
|
|
3918
3918
|
/* unused harmony export getDoorIndex */
|
|
3919
3919
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3922,121 +3922,126 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3922
3922
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3923
3923
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3924
3924
|
/* unused harmony export getUserCustomInfo */
|
|
3925
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3926
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3927
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3928
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3929
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3930
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3925
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return updateUserCustomInfo; });
|
|
3926
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sysMsgPage; });
|
|
3927
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
3928
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
3929
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return searchType; });
|
|
3930
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
3931
3931
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3932
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3933
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3932
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return uploads; });
|
|
3933
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return uploadOnlyOne; });
|
|
3934
3934
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return uploadSort; });
|
|
3936
3936
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
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__, "
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return uploadDownloads; });
|
|
3938
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return previewAdjunct; });
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct2; });
|
|
3940
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunctOffice; });
|
|
3941
3941
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3942
3942
|
/* unused harmony export upload_updateClassify */
|
|
3943
3943
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3944
3944
|
/* unused harmony export getPictureBase64 */
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3947
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3945
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectorOrgTree; });
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgDetail; });
|
|
3947
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getOrgMainTree; });
|
|
3948
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectOrgsubids; });
|
|
3949
3949
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3950
3950
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
|
|
3951
3951
|
/* unused harmony export findUserBaseInfo */
|
|
3952
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3952
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
3953
3953
|
/* unused harmony export getCurrentuser */
|
|
3954
3954
|
/* unused harmony export mainDetail */
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toStartFlow; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return tempSave; });
|
|
3957
3957
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3958
3958
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3959
3959
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return saveCommonOpinion; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return updateCommonOpinion; });
|
|
3962
3962
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3963
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3964
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3963
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
3964
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
3965
3965
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3966
3966
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3967
3967
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3968
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3968
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
3969
3969
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
3970
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3970
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskHandleHtml; });
|
|
3971
3971
|
/* unused harmony export getView */
|
|
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__, "
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return register; });
|
|
3973
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return pendedhistoryList; });
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskRejectHtml; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskRejectHtml; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toStartTaskRead; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toStartTaskReadIndex; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskReadHtml; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return rejectAndEnd; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toSendMsg; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendMsg; });
|
|
3982
3982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
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__, "
|
|
3988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3989
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3990
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginUserInfo; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return wss; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return topic; });
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
3988
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
3989
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskTransferIndex; });
|
|
3990
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskTransfer; });
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toPresetInfoListIndex; });
|
|
3992
3992
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3993
3993
|
/* unused harmony export historyListJson */
|
|
3994
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3994
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryListJson; });
|
|
3995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pressListJson; });
|
|
3996
3996
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3997
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3999
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4000
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3997
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return modifyFlow; });
|
|
3998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
3999
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskUnionExamine; });
|
|
4000
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskUnionExamine; });
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskTakeAdvice; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskTakeAdvice; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskStartDraft; });
|
|
4004
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskSupervise; });
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskSuperviseSub; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskStartDraft; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskReview; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReview; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskUnionSeal; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskUnionSeal; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTwoOfficesDispatch; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return twoOfficesDispatch; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toResetProcessIndex; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return resetProcess; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskContinuationIndex; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskContinuation; });
|
|
4017
4017
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
4018
4018
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
4019
4019
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4021
4021
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
4022
4022
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskReadWithDraw; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4025
4025
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendList; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return sendInfo; });
|
|
4028
4028
|
/* unused harmony export sendSave */
|
|
4029
4029
|
/* unused harmony export sendUpdate */
|
|
4030
4030
|
/* unused harmony export sendDelete */
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return sendBatch; });
|
|
4032
4032
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
4033
4033
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
4034
4034
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
4036
4036
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toFreeTaskCircularRead; });
|
|
4039
4039
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return queryUseCommonMenu; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
4040
4045
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4041
4046
|
// 登录
|
|
4042
4047
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4306,6 +4311,17 @@ var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
|
4306
4311
|
// 自由发起传阅提交
|
|
4307
4312
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
4308
4313
|
|
|
4314
|
+
// 查询常用菜单列表信息
|
|
4315
|
+
var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
|
|
4316
|
+
// 查询待办任务数量
|
|
4317
|
+
var getIndexCount = '/bpm/pendingIndex/getIndexCount.dhtml';
|
|
4318
|
+
// 查询我的会议数量
|
|
4319
|
+
var getVoteMeetingNum = '/conference/v1/voteMeeting/getVoteMeetingNum.json';
|
|
4320
|
+
// 查询待签收/据签收任务数量
|
|
4321
|
+
var getUserTipsInstanceNum = '/archives/llm/subject/getUserTipsInstanceNum';
|
|
4322
|
+
// 查询待接收文件数量
|
|
4323
|
+
var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveCountNew.dhtml';
|
|
4324
|
+
|
|
4309
4325
|
/***/ }),
|
|
4310
4326
|
/* 2 */
|
|
4311
4327
|
/***/ (function(module, exports) {
|
|
@@ -4660,7 +4676,13 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4660
4676
|
/* 26 */,
|
|
4661
4677
|
/* 27 */,
|
|
4662
4678
|
/* 28 */,
|
|
4663
|
-
/* 29
|
|
4679
|
+
/* 29 */,
|
|
4680
|
+
/* 30 */,
|
|
4681
|
+
/* 31 */,
|
|
4682
|
+
/* 32 */,
|
|
4683
|
+
/* 33 */,
|
|
4684
|
+
/* 34 */,
|
|
4685
|
+
/* 35 */
|
|
4664
4686
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4665
4687
|
|
|
4666
4688
|
"use strict";
|
|
@@ -8622,7 +8644,7 @@ var _components;
|
|
|
8622
8644
|
}
|
|
8623
8645
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
8624
8646
|
util["a" /* default */].ajax({
|
|
8625
|
-
url: data.id ? api["
|
|
8647
|
+
url: data.id ? api["Ac" /* updateCommonOpinion */] : api["Kb" /* saveCommonOpinion */],
|
|
8626
8648
|
data: info,
|
|
8627
8649
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
8628
8650
|
method: 'post'
|
|
@@ -9821,7 +9843,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9821
9843
|
classify: true,
|
|
9822
9844
|
newOptions: [],
|
|
9823
9845
|
newSelectUserList: [],
|
|
9824
|
-
url: api["
|
|
9846
|
+
url: api["lb" /* handleInfo */],
|
|
9825
9847
|
newCheckboxList: [],
|
|
9826
9848
|
newPresetEdit: 0,
|
|
9827
9849
|
newMultiple: false,
|
|
@@ -9950,7 +9972,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9950
9972
|
if (query !== '') {
|
|
9951
9973
|
this.searchLoading = true;
|
|
9952
9974
|
util["a" /* default */].ajax({
|
|
9953
|
-
url: api["
|
|
9975
|
+
url: api["lb" /* handleInfo */],
|
|
9954
9976
|
params: { searchKey: query, query: query, type: 'user' }
|
|
9955
9977
|
}).then(function (res) {
|
|
9956
9978
|
var status = res.status,
|
|
@@ -10368,7 +10390,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
10368
10390
|
nextNodeId: nodeId,
|
|
10369
10391
|
businessId: this.id
|
|
10370
10392
|
};
|
|
10371
|
-
util["a" /* default */].ajax({ url: api["
|
|
10393
|
+
util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
|
|
10372
10394
|
var status = res.status,
|
|
10373
10395
|
message = res.message,
|
|
10374
10396
|
_res$data = res.data,
|
|
@@ -10466,7 +10488,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
10466
10488
|
|
|
10467
10489
|
isNoStart && (this.newPresetList = []);
|
|
10468
10490
|
var params = {
|
|
10469
|
-
url: api["
|
|
10491
|
+
url: api["W" /* getPresetCustomInfo */],
|
|
10470
10492
|
data: {
|
|
10471
10493
|
nodeId: nodeId,
|
|
10472
10494
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -10823,7 +10845,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
10823
10845
|
nodeId = this.nodeId;
|
|
10824
10846
|
|
|
10825
10847
|
var params = {
|
|
10826
|
-
url: api["
|
|
10848
|
+
url: api["X" /* getPresetNodeInfo */],
|
|
10827
10849
|
data: {
|
|
10828
10850
|
nextNodeId: nextNodeId,
|
|
10829
10851
|
processDefinitionId: processDefinitionId,
|
|
@@ -11647,7 +11669,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11647
11669
|
if (mainConfig) {
|
|
11648
11670
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
11649
11671
|
} else {
|
|
11650
|
-
util["a" /* default */].ajax({ url: api["
|
|
11672
|
+
util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
|
|
11651
11673
|
var status = res.status,
|
|
11652
11674
|
data = res.data;
|
|
11653
11675
|
|
|
@@ -11792,7 +11814,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11792
11814
|
if (!this.showBtn) {
|
|
11793
11815
|
params.openMode = 'samepage';
|
|
11794
11816
|
}
|
|
11795
|
-
util["a" /* default */].ajax({ url: api["
|
|
11817
|
+
util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
11796
11818
|
if (res.status === 'success') {
|
|
11797
11819
|
if (!_this4.showBtn) {
|
|
11798
11820
|
_this4.oldMessage = res.message;
|
|
@@ -11920,7 +11942,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11920
11942
|
delete params.businessId;
|
|
11921
11943
|
}
|
|
11922
11944
|
util["a" /* default */].ajax({
|
|
11923
|
-
url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["
|
|
11945
|
+
url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Rb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Hb" /* register */],
|
|
11924
11946
|
method: 'post',
|
|
11925
11947
|
data: params
|
|
11926
11948
|
}).then(function (res) {
|
|
@@ -11962,7 +11984,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11962
11984
|
businessId: this.id,
|
|
11963
11985
|
userId: util["a" /* default */].getStorage('userId')
|
|
11964
11986
|
};
|
|
11965
|
-
util["a" /* default */].ajax({ url: api["
|
|
11987
|
+
util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
|
|
11966
11988
|
var status = res.status,
|
|
11967
11989
|
message = res.message,
|
|
11968
11990
|
_res$data = res.data,
|
|
@@ -12149,7 +12171,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12149
12171
|
businessId: this.businessId
|
|
12150
12172
|
};
|
|
12151
12173
|
// 获取节点
|
|
12152
|
-
util["a" /* default */].ajax({ url: api["
|
|
12174
|
+
util["a" /* default */].ajax({ url: api["kc" /* toStartFlow */], params: params }).then(function (res) {
|
|
12153
12175
|
//pc接口返回数据处理
|
|
12154
12176
|
var status = res.status,
|
|
12155
12177
|
message = res.message,
|
|
@@ -12643,7 +12665,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
12643
12665
|
notificationType = _sendInfo.notificationType;
|
|
12644
12666
|
|
|
12645
12667
|
var params = {
|
|
12646
|
-
url: api["
|
|
12668
|
+
url: api["Qb" /* sendMsg */],
|
|
12647
12669
|
headers: { Accept: 'application/json,text/plain' },
|
|
12648
12670
|
method: 'post',
|
|
12649
12671
|
data: {
|
|
@@ -12705,7 +12727,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
|
|
|
12705
12727
|
|
|
12706
12728
|
this.loading = true;
|
|
12707
12729
|
util["a" /* default */].ajax({
|
|
12708
|
-
url: api["
|
|
12730
|
+
url: api["jc" /* toSendMsg */],
|
|
12709
12731
|
params: { pendingId: this.$attrs.pendingId }
|
|
12710
12732
|
}).then(function (res) {
|
|
12711
12733
|
var status = res.status,
|
|
@@ -13597,7 +13619,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
13597
13619
|
userId: util["a" /* default */].getStorage('userId'),
|
|
13598
13620
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
13599
13621
|
};
|
|
13600
|
-
util["a" /* default */].ajax({ url: api["
|
|
13622
|
+
util["a" /* default */].ajax({ url: api["Yb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
13601
13623
|
var status = res.status,
|
|
13602
13624
|
message = res.message;
|
|
13603
13625
|
|
|
@@ -13662,7 +13684,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
13662
13684
|
isSinglePage: false,
|
|
13663
13685
|
opinion: this.option
|
|
13664
13686
|
};
|
|
13665
|
-
util["a" /* default */].ajax({ url: api["
|
|
13687
|
+
util["a" /* default */].ajax({ url: api["oc" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
13666
13688
|
_this4.loading = false;
|
|
13667
13689
|
if (res.status === 'success') {
|
|
13668
13690
|
var _res$data = res.data,
|
|
@@ -14456,7 +14478,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14456
14478
|
} else {
|
|
14457
14479
|
params.appId = this.readParams.appId;
|
|
14458
14480
|
}
|
|
14459
|
-
util["a" /* default */].ajax({ url: api["
|
|
14481
|
+
util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
14460
14482
|
if (res.status === 'success') {
|
|
14461
14483
|
_this.newsNoice = res.message;
|
|
14462
14484
|
}
|
|
@@ -14475,7 +14497,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14475
14497
|
taskExamine = this.taskExamine;
|
|
14476
14498
|
|
|
14477
14499
|
var params = {
|
|
14478
|
-
url: api["
|
|
14500
|
+
url: api["uc" /* toTaskTransferIndex */],
|
|
14479
14501
|
params: {
|
|
14480
14502
|
opinion: opinion,
|
|
14481
14503
|
pendingId: pendingId,
|
|
@@ -14601,7 +14623,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14601
14623
|
var _this4 = this;
|
|
14602
14624
|
|
|
14603
14625
|
var params = {
|
|
14604
|
-
url: api["
|
|
14626
|
+
url: api["lc" /* toStartTaskRead */],
|
|
14605
14627
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
14606
14628
|
pendingId: this.pendingId,
|
|
14607
14629
|
taskAction: this.type
|
|
@@ -14697,7 +14719,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14697
14719
|
type = this.type;
|
|
14698
14720
|
|
|
14699
14721
|
var params = {
|
|
14700
|
-
url: api["
|
|
14722
|
+
url: api["cc" /* taskTransfer */],
|
|
14701
14723
|
data: {
|
|
14702
14724
|
choiceDeptId: choiceDeptId,
|
|
14703
14725
|
choiceOrgId: choiceOrgId,
|
|
@@ -14800,7 +14822,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14800
14822
|
}
|
|
14801
14823
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
14802
14824
|
util["a" /* default */].ajax({
|
|
14803
|
-
url: api["
|
|
14825
|
+
url: api["Wb" /* taskReadHtml */],
|
|
14804
14826
|
params: { taskAction: _this8.type },
|
|
14805
14827
|
headers: {
|
|
14806
14828
|
Accept: 'application/json,text/plain'
|
|
@@ -15776,7 +15798,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
15776
15798
|
if (mainConfig) {
|
|
15777
15799
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
15778
15800
|
} else {
|
|
15779
|
-
util["a" /* default */].ajax({ url: api["
|
|
15801
|
+
util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
|
|
15780
15802
|
var status = res.status,
|
|
15781
15803
|
data = res.data;
|
|
15782
15804
|
|
|
@@ -15899,7 +15921,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
15899
15921
|
nodeId: this.nextNode.nextNode,
|
|
15900
15922
|
businessId: this.taskExamine.businessId
|
|
15901
15923
|
};
|
|
15902
|
-
util["a" /* default */].ajax({ url: api["
|
|
15924
|
+
util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
15903
15925
|
if (res.status === 'success') {
|
|
15904
15926
|
_this3.nextNode.noticeInfo = res.message;
|
|
15905
15927
|
}
|
|
@@ -15989,7 +16011,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
15989
16011
|
}
|
|
15990
16012
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
15991
16013
|
util["a" /* default */].ajax({
|
|
15992
|
-
url: _this4.type == 'reset' ? api["
|
|
16014
|
+
url: _this4.type == 'reset' ? api["Jb" /* resetProcess */] : api["Ub" /* taskContinuation */],
|
|
15993
16015
|
method: 'post',
|
|
15994
16016
|
data: params
|
|
15995
16017
|
}).then(function (res) {
|
|
@@ -16024,7 +16046,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16024
16046
|
pendingId: this.taskExamine.pendingId,
|
|
16025
16047
|
taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
|
|
16026
16048
|
};
|
|
16027
|
-
util["a" /* default */].ajax({ url: api["
|
|
16049
|
+
util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
|
|
16028
16050
|
var status = res.status,
|
|
16029
16051
|
message = res.message,
|
|
16030
16052
|
_res$data = res.data,
|
|
@@ -16197,7 +16219,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16197
16219
|
var _this7 = this;
|
|
16198
16220
|
|
|
16199
16221
|
var params = {
|
|
16200
|
-
url: this.type == 'continuation' ? api["
|
|
16222
|
+
url: this.type == 'continuation' ? api["nc" /* toTaskContinuationIndex */] : api["ic" /* toResetProcessIndex */],
|
|
16201
16223
|
params: resetvue_type_script_lang_js_extends({
|
|
16202
16224
|
appId: this.appId
|
|
16203
16225
|
}, this.flowParams)
|
|
@@ -16935,7 +16957,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16935
16957
|
pendingId = this.pendingId;
|
|
16936
16958
|
|
|
16937
16959
|
var params = {
|
|
16938
|
-
url: api["
|
|
16960
|
+
url: api["Zb" /* taskReview */],
|
|
16939
16961
|
data: {
|
|
16940
16962
|
nextUserId: nextOtherOrgObj.join(','),
|
|
16941
16963
|
notificationType: noticeType.join(','),
|
|
@@ -16971,7 +16993,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16971
16993
|
var _this2 = this;
|
|
16972
16994
|
|
|
16973
16995
|
var params = {
|
|
16974
|
-
url: api["
|
|
16996
|
+
url: api["pc" /* toTaskReview */],
|
|
16975
16997
|
params: { pendingId: this.pendingId }
|
|
16976
16998
|
};
|
|
16977
16999
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -17007,7 +17029,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17007
17029
|
var _this3 = this;
|
|
17008
17030
|
|
|
17009
17031
|
var params = {
|
|
17010
|
-
url: this.type == 'takeAdvice' ? api["
|
|
17032
|
+
url: this.type == 'takeAdvice' ? api["tc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["qc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["wc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["xc" /* toTwoOfficesDispatch */] : api["vc" /* toTaskUnionExamine */],
|
|
17011
17033
|
params: { pendingId: this.pendingId },
|
|
17012
17034
|
headers: { Accept: 'application/json,text/plain' }
|
|
17013
17035
|
};
|
|
@@ -17159,7 +17181,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17159
17181
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
17160
17182
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
17161
17183
|
var param = {
|
|
17162
|
-
url: this.type === 'startDraf' ? api["
|
|
17184
|
+
url: this.type === 'startDraf' ? api["ac" /* taskStartDraft */] : this.type == 'unionSeal' ? api["ec" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["zc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["bc" /* taskTakeAdvice */] : api["dc" /* taskUnionExamine */],
|
|
17163
17185
|
data: {
|
|
17164
17186
|
opinion: opinion,
|
|
17165
17187
|
pendingId: pendingId,
|
|
@@ -17262,7 +17284,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17262
17284
|
var params = {
|
|
17263
17285
|
pendingId: this.pendingId
|
|
17264
17286
|
};
|
|
17265
|
-
util["a" /* default */].ajax({ url: api["
|
|
17287
|
+
util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
17266
17288
|
if (res.status === 'success') {
|
|
17267
17289
|
_this6.infoList.noticeInfo = res.message;
|
|
17268
17290
|
}
|
|
@@ -20632,7 +20654,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20632
20654
|
taskAction: 'complete'
|
|
20633
20655
|
};
|
|
20634
20656
|
util["a" /* default */].ajax({
|
|
20635
|
-
url: api["
|
|
20657
|
+
url: api["Wb" /* taskReadHtml */],
|
|
20636
20658
|
params: { taskAction: 'complete' },
|
|
20637
20659
|
headers: {
|
|
20638
20660
|
Accept: 'application/json,text/plain'
|
|
@@ -20664,7 +20686,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20664
20686
|
|
|
20665
20687
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
20666
20688
|
util["a" /* default */].ajax({
|
|
20667
|
-
url: api["
|
|
20689
|
+
url: api["mc" /* toStartTaskReadIndex */],
|
|
20668
20690
|
params: { pendingId: this.pendingId }
|
|
20669
20691
|
}).then(function (res) {
|
|
20670
20692
|
var status = res.status,
|
|
@@ -20700,7 +20722,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20700
20722
|
if (mainConfig) {
|
|
20701
20723
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
20702
20724
|
} else {
|
|
20703
|
-
util["a" /* default */].ajax({ url: api["
|
|
20725
|
+
util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
|
|
20704
20726
|
var status = res.status,
|
|
20705
20727
|
data = res.data;
|
|
20706
20728
|
|
|
@@ -20802,7 +20824,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20802
20824
|
pendingId: this.pendingId
|
|
20803
20825
|
};
|
|
20804
20826
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
20805
|
-
util["a" /* default */].ajax({ url: api["
|
|
20827
|
+
util["a" /* default */].ajax({ url: api["fc" /* tempSave */], params: params }).then(function (res) {
|
|
20806
20828
|
var status = res.status,
|
|
20807
20829
|
message = res.message;
|
|
20808
20830
|
|
|
@@ -21096,7 +21118,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21096
21118
|
var _this15 = this;
|
|
21097
21119
|
|
|
21098
21120
|
var params = {
|
|
21099
|
-
url: api["
|
|
21121
|
+
url: api["sb" /* isCanStartSubFlow */],
|
|
21100
21122
|
data: {
|
|
21101
21123
|
appId: this.taskExamineInfo.appId,
|
|
21102
21124
|
inevitableNode: res.inevitableNode
|
|
@@ -21206,7 +21228,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21206
21228
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
21207
21229
|
// return this.$message.warning('请填写意见');
|
|
21208
21230
|
var params = {
|
|
21209
|
-
url: api["
|
|
21231
|
+
url: api["Ib" /* rejectAndEnd */],
|
|
21210
21232
|
headers: { Accept: 'application/json,text/plain' },
|
|
21211
21233
|
method: 'post',
|
|
21212
21234
|
data: {
|
|
@@ -21276,7 +21298,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21276
21298
|
pendingId: this.pendingId,
|
|
21277
21299
|
businessId: this.businessIds
|
|
21278
21300
|
};
|
|
21279
|
-
util["a" /* default */].ajax({ url: api["
|
|
21301
|
+
util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
|
|
21280
21302
|
var status = res.status,
|
|
21281
21303
|
message = res.message,
|
|
21282
21304
|
data = res.data;
|
|
@@ -21818,7 +21840,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21818
21840
|
// onlyFlag: true
|
|
21819
21841
|
};
|
|
21820
21842
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
21821
|
-
util["a" /* default */].ajax({ url: api["
|
|
21843
|
+
util["a" /* default */].ajax({ url: api["Y" /* getProcessDefList */], params: params }).then(function (res) {
|
|
21822
21844
|
var status = res.status,
|
|
21823
21845
|
message = res.message,
|
|
21824
21846
|
data = res.data;
|
|
@@ -21871,7 +21893,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21871
21893
|
userId: util["a" /* default */].getStorage('userId'),
|
|
21872
21894
|
type: 2
|
|
21873
21895
|
};
|
|
21874
|
-
util["a" /* default */].ajax({ url: api["
|
|
21896
|
+
util["a" /* default */].ajax({ url: api["yb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
21875
21897
|
var rCode = res.rCode,
|
|
21876
21898
|
msg = res.msg,
|
|
21877
21899
|
results = res.results;
|
|
@@ -22067,7 +22089,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22067
22089
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
22068
22090
|
params.nodeId = taskExamineInfo.nodeId;
|
|
22069
22091
|
params.needRetrialAuth = needRetrialAuth;
|
|
22070
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
22092
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Vb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
22071
22093
|
var status = res.status,
|
|
22072
22094
|
message = res.message;
|
|
22073
22095
|
|
|
@@ -22447,7 +22469,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22447
22469
|
pendingUserIds = _nextNode.pendingUserIds;
|
|
22448
22470
|
|
|
22449
22471
|
var params = {
|
|
22450
|
-
url: api["
|
|
22472
|
+
url: api["sc" /* toTaskSuperviseSub */],
|
|
22451
22473
|
params: {
|
|
22452
22474
|
userId: util["a" /* default */].getStorage('userId'),
|
|
22453
22475
|
urgeUserIds: pendingUserIds,
|
|
@@ -22473,7 +22495,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22473
22495
|
|
|
22474
22496
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22475
22497
|
util["a" /* default */].ajax({
|
|
22476
|
-
url: api["
|
|
22498
|
+
url: api["rc" /* toTaskSupervise */],
|
|
22477
22499
|
params: {
|
|
22478
22500
|
businessId: this.businessId,
|
|
22479
22501
|
appId: this.appId,
|
|
@@ -23080,7 +23102,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23080
23102
|
if (!this.showBtn) {
|
|
23081
23103
|
params.openMode = 'samepage';
|
|
23082
23104
|
}
|
|
23083
|
-
util["a" /* default */].ajax({ url: api["
|
|
23105
|
+
util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
23084
23106
|
if (res.status === 'success') {
|
|
23085
23107
|
if (!_this3.showBtn) {
|
|
23086
23108
|
_this3.oldMessage = res.message;
|
|
@@ -23393,7 +23415,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23393
23415
|
var _this2 = this;
|
|
23394
23416
|
|
|
23395
23417
|
var param = {
|
|
23396
|
-
url: api["
|
|
23418
|
+
url: api["gc" /* toFreeTaskCircularRead */],
|
|
23397
23419
|
params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
|
|
23398
23420
|
};
|
|
23399
23421
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
@@ -25095,7 +25117,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25095
25117
|
var _this = this;
|
|
25096
25118
|
|
|
25097
25119
|
var params = {
|
|
25098
|
-
url: api["
|
|
25120
|
+
url: api["gb" /* getUrgencyLevelChangedNotificationType */],
|
|
25099
25121
|
params: { urgencyLevel: this.urgencyLevel }
|
|
25100
25122
|
};
|
|
25101
25123
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -25147,7 +25169,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25147
25169
|
var _this3 = this;
|
|
25148
25170
|
|
|
25149
25171
|
var params = {
|
|
25150
|
-
url: api["
|
|
25172
|
+
url: api["T" /* getNodeInfoForStart */],
|
|
25151
25173
|
params: { processDefinitionId: processDefinitionId }
|
|
25152
25174
|
};
|
|
25153
25175
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -25380,7 +25402,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25380
25402
|
taskAction: 'complete'
|
|
25381
25403
|
};
|
|
25382
25404
|
util["a" /* default */].ajax({
|
|
25383
|
-
url: api["
|
|
25405
|
+
url: api["Wb" /* taskReadHtml */],
|
|
25384
25406
|
params: { taskAction: 'complete' },
|
|
25385
25407
|
headers: {
|
|
25386
25408
|
Accept: 'application/json,text/plain'
|
|
@@ -25431,7 +25453,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25431
25453
|
|
|
25432
25454
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
25433
25455
|
util["a" /* default */].ajax({
|
|
25434
|
-
url: api["
|
|
25456
|
+
url: api["mc" /* toStartTaskReadIndex */],
|
|
25435
25457
|
params: { pendingId: this.pendingId }
|
|
25436
25458
|
}).then(function (res) {
|
|
25437
25459
|
var status = res.status,
|
|
@@ -25475,7 +25497,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25475
25497
|
if (mainConfig) {
|
|
25476
25498
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
25477
25499
|
} else {
|
|
25478
|
-
util["a" /* default */].ajax({ url: api["
|
|
25500
|
+
util["a" /* default */].ajax({ url: api["ub" /* loginUserInfo */] }).then(function (res) {
|
|
25479
25501
|
var status = res.status,
|
|
25480
25502
|
data = res.data;
|
|
25481
25503
|
|
|
@@ -25578,7 +25600,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25578
25600
|
pendingId: this.pendingId
|
|
25579
25601
|
};
|
|
25580
25602
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
25581
|
-
util["a" /* default */].ajax({ url: api["
|
|
25603
|
+
util["a" /* default */].ajax({ url: api["fc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
|
|
25582
25604
|
var status = res.status,
|
|
25583
25605
|
message = res.message;
|
|
25584
25606
|
|
|
@@ -25886,7 +25908,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25886
25908
|
var _this20 = this;
|
|
25887
25909
|
|
|
25888
25910
|
var params = {
|
|
25889
|
-
url: api["
|
|
25911
|
+
url: api["sb" /* isCanStartSubFlow */],
|
|
25890
25912
|
data: {
|
|
25891
25913
|
appId: this.taskExamineInfo.appId,
|
|
25892
25914
|
inevitableNode: res.inevitableNode
|
|
@@ -25996,7 +26018,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25996
26018
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
25997
26019
|
// return this.$message.warning('请填写意见');
|
|
25998
26020
|
var params = {
|
|
25999
|
-
url: api["
|
|
26021
|
+
url: api["Ib" /* rejectAndEnd */],
|
|
26000
26022
|
headers: { Accept: 'application/json,text/plain' },
|
|
26001
26023
|
method: 'post',
|
|
26002
26024
|
data: {
|
|
@@ -26070,7 +26092,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26070
26092
|
pendingId: this.pendingId,
|
|
26071
26093
|
businessId: this.businessIds
|
|
26072
26094
|
};
|
|
26073
|
-
util["a" /* default */].ajax({ url: api["
|
|
26095
|
+
util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
|
|
26074
26096
|
var status = res.status,
|
|
26075
26097
|
message = res.message,
|
|
26076
26098
|
data = res.data;
|
|
@@ -26713,7 +26735,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26713
26735
|
hideTempSave: true
|
|
26714
26736
|
}, this.param);
|
|
26715
26737
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
26716
|
-
util["a" /* default */].ajax({ url: api["
|
|
26738
|
+
util["a" /* default */].ajax({ url: api["Y" /* getProcessDefList */], params: params }).then(function (res) {
|
|
26717
26739
|
var status = res.status,
|
|
26718
26740
|
message = res.message,
|
|
26719
26741
|
data = res.data;
|
|
@@ -26774,7 +26796,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26774
26796
|
userId: util["a" /* default */].getStorage('userId'),
|
|
26775
26797
|
type: 2
|
|
26776
26798
|
};
|
|
26777
|
-
util["a" /* default */].ajax({ url: api["
|
|
26799
|
+
util["a" /* default */].ajax({ url: api["yb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
26778
26800
|
var rCode = res.rCode,
|
|
26779
26801
|
msg = res.msg,
|
|
26780
26802
|
results = res.results;
|
|
@@ -27110,7 +27132,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27110
27132
|
if (!currentNodeEnableItemHandleDescription) {
|
|
27111
27133
|
delete params.nextItemHandleDescription;
|
|
27112
27134
|
}
|
|
27113
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
27135
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Vb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
27114
27136
|
var status = res.status,
|
|
27115
27137
|
message = res.message;
|
|
27116
27138
|
|