eoss-ui 0.7.85 → 0.7.86
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 +388 -376
- 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 +1702 -1005
- package/lib/flow-group.js +155 -143
- package/lib/flow-list.js +1030 -333
- package/lib/flow.js +537 -521
- 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 +168 -156
- 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/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/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- 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 +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- 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/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/TimeLimit.vue +190 -190
- 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 +1671 -1671
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +946 -946
- 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/index.js +5 -5
- package/packages/flow-group/src/main.vue +727 -727
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +2306 -1803
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- 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 +2087 -2087
- package/packages/login/src/resetPassword.vue +557 -557
- 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/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/lists.vue +84 -84
- 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/router-page.vue +45 -45
- 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/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- 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/src/main.vue +782 -782
- 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/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- 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/switch/src/main.vue +170 -170
- 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/gulpfile.js +25 -0
- 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/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +297 -297
- 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 +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/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- 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/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/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/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/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/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- 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/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +146 -146
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +348 -340
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- 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/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- 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/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -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/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
- 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'
|
|
@@ -10053,7 +10065,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10053
10065
|
classify: true,
|
|
10054
10066
|
newOptions: [],
|
|
10055
10067
|
newSelectUserList: [],
|
|
10056
|
-
url: api["
|
|
10068
|
+
url: api["nb" /* handleInfo */],
|
|
10057
10069
|
newCheckboxList: [],
|
|
10058
10070
|
newPresetEdit: 0,
|
|
10059
10071
|
newMultiple: false,
|
|
@@ -10183,7 +10195,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
10183
10195
|
if (query !== '') {
|
|
10184
10196
|
this.searchLoading = true;
|
|
10185
10197
|
util["a" /* default */].ajax({
|
|
10186
|
-
url: api["
|
|
10198
|
+
url: api["nb" /* handleInfo */],
|
|
10187
10199
|
params: { searchKey: query, query: query, type: 'user' }
|
|
10188
10200
|
}).then(function (res) {
|
|
10189
10201
|
var status = res.status,
|
|
@@ -10621,7 +10633,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
10621
10633
|
nextNodeId: nodeId,
|
|
10622
10634
|
businessId: this.id
|
|
10623
10635
|
};
|
|
10624
|
-
util["a" /* default */].ajax({ url: api["
|
|
10636
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
10625
10637
|
var status = res.status,
|
|
10626
10638
|
message = res.message,
|
|
10627
10639
|
_res$data = res.data,
|
|
@@ -10719,7 +10731,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
10719
10731
|
|
|
10720
10732
|
isNoStart && (this.newPresetList = []);
|
|
10721
10733
|
var params = {
|
|
10722
|
-
url: api["
|
|
10734
|
+
url: api["Y" /* getPresetCustomInfo */],
|
|
10723
10735
|
data: {
|
|
10724
10736
|
nodeId: nodeId,
|
|
10725
10737
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -11076,7 +11088,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
11076
11088
|
nodeId = this.nodeId;
|
|
11077
11089
|
|
|
11078
11090
|
var params = {
|
|
11079
|
-
url: api["
|
|
11091
|
+
url: api["Z" /* getPresetNodeInfo */],
|
|
11080
11092
|
data: {
|
|
11081
11093
|
nextNodeId: nextNodeId,
|
|
11082
11094
|
processDefinitionId: processDefinitionId,
|
|
@@ -11944,7 +11956,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11944
11956
|
this.foreignOrgSelectorParams.nofilid = this.userModel.orgId;
|
|
11945
11957
|
this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
|
|
11946
11958
|
} else {
|
|
11947
|
-
util["a" /* default */].ajax({ url: api["
|
|
11959
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
11948
11960
|
var status = res.status,
|
|
11949
11961
|
data = res.data;
|
|
11950
11962
|
|
|
@@ -12117,7 +12129,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12117
12129
|
var _this3 = this;
|
|
12118
12130
|
|
|
12119
12131
|
util["a" /* default */].ajax({
|
|
12120
|
-
url: api["
|
|
12132
|
+
url: api["B" /* findCodeValues */],
|
|
12121
12133
|
params: {
|
|
12122
12134
|
ccCode: 'notification_type',
|
|
12123
12135
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -12153,7 +12165,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12153
12165
|
if (!this.showBtn) {
|
|
12154
12166
|
params.openMode = 'samepage';
|
|
12155
12167
|
}
|
|
12156
|
-
util["a" /* default */].ajax({ url: api["
|
|
12168
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
12157
12169
|
if (res.status === 'success') {
|
|
12158
12170
|
if (!_this4.showBtn) {
|
|
12159
12171
|
_this4.oldMessage = res.message;
|
|
@@ -12298,7 +12310,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12298
12310
|
delete params.businessId;
|
|
12299
12311
|
}
|
|
12300
12312
|
util["a" /* default */].ajax({
|
|
12301
|
-
url: _this5.isFreeStartFlow ? api["
|
|
12313
|
+
url: _this5.isFreeStartFlow ? api["H" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Yb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["G" /* freeStartFlow */] : api["Lb" /* register */],
|
|
12302
12314
|
method: 'post',
|
|
12303
12315
|
data: params
|
|
12304
12316
|
}).then(function (res) {
|
|
@@ -12409,7 +12421,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12409
12421
|
delete params.businessId;
|
|
12410
12422
|
}
|
|
12411
12423
|
util["a" /* default */].ajax({
|
|
12412
|
-
url: _this5.isFreeStartFlow ? api["
|
|
12424
|
+
url: _this5.isFreeStartFlow ? api["H" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Yb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["G" /* freeStartFlow */] : api["Lb" /* register */],
|
|
12413
12425
|
method: 'post',
|
|
12414
12426
|
data: params
|
|
12415
12427
|
}).then(function (res) {
|
|
@@ -12451,7 +12463,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12451
12463
|
businessId: this.id,
|
|
12452
12464
|
userId: util["a" /* default */].getStorage('userId')
|
|
12453
12465
|
};
|
|
12454
|
-
util["a" /* default */].ajax({ url: api["
|
|
12466
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
12455
12467
|
var status = res.status,
|
|
12456
12468
|
message = res.message,
|
|
12457
12469
|
_res$data = res.data,
|
|
@@ -12559,7 +12571,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12559
12571
|
var _this7 = this;
|
|
12560
12572
|
|
|
12561
12573
|
util["a" /* default */].ajax({
|
|
12562
|
-
url: api["
|
|
12574
|
+
url: api["D" /* findSysCodes */]
|
|
12563
12575
|
}).then(function (res) {
|
|
12564
12576
|
var status = res.status,
|
|
12565
12577
|
message = res.message;
|
|
@@ -12590,11 +12602,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12590
12602
|
});
|
|
12591
12603
|
},
|
|
12592
12604
|
|
|
12593
|
-
/**
|
|
12594
|
-
* isMultiple
|
|
12595
|
-
* @desc:是否多选
|
|
12596
|
-
* @author liufan
|
|
12597
|
-
* @date 2022年9月13日
|
|
12605
|
+
/**
|
|
12606
|
+
* isMultiple
|
|
12607
|
+
* @desc:是否多选
|
|
12608
|
+
* @author liufan
|
|
12609
|
+
* @date 2022年9月13日
|
|
12598
12610
|
**/
|
|
12599
12611
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12600
12612
|
var multiple = false;
|
|
@@ -12648,7 +12660,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12648
12660
|
params.taskAction = "toStartFlowWithoutTempSave";
|
|
12649
12661
|
}
|
|
12650
12662
|
// 获取节点
|
|
12651
|
-
util["a" /* default */].ajax({ url: api["
|
|
12663
|
+
util["a" /* default */].ajax({ url: api["sc" /* toStartFlow */], params: params }).then(function (res) {
|
|
12652
12664
|
//pc接口返回数据处理
|
|
12653
12665
|
var status = res.status,
|
|
12654
12666
|
message = res.message,
|
|
@@ -13142,7 +13154,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
|
|
|
13142
13154
|
notificationType = _sendInfo.notificationType;
|
|
13143
13155
|
|
|
13144
13156
|
var params = {
|
|
13145
|
-
url: api["
|
|
13157
|
+
url: api["Wb" /* sendMsg */],
|
|
13146
13158
|
headers: { Accept: 'application/json,text/plain' },
|
|
13147
13159
|
method: 'post',
|
|
13148
13160
|
data: {
|
|
@@ -13204,7 +13216,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
|
|
|
13204
13216
|
|
|
13205
13217
|
this.loading = true;
|
|
13206
13218
|
util["a" /* default */].ajax({
|
|
13207
|
-
url: api["
|
|
13219
|
+
url: api["rc" /* toSendMsg */],
|
|
13208
13220
|
params: { pendingId: this.$attrs.pendingId }
|
|
13209
13221
|
}).then(function (res) {
|
|
13210
13222
|
var status = res.status,
|
|
@@ -14047,7 +14059,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14047
14059
|
var _this = this;
|
|
14048
14060
|
|
|
14049
14061
|
util["a" /* default */].ajax({
|
|
14050
|
-
url: api["
|
|
14062
|
+
url: api["B" /* findCodeValues */],
|
|
14051
14063
|
params: {
|
|
14052
14064
|
ccCode: 'notification_type',
|
|
14053
14065
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -14096,7 +14108,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14096
14108
|
userId: util["a" /* default */].getStorage('userId'),
|
|
14097
14109
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
14098
14110
|
};
|
|
14099
|
-
util["a" /* default */].ajax({ url: api["
|
|
14111
|
+
util["a" /* default */].ajax({ url: api["fc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
14100
14112
|
var status = res.status,
|
|
14101
14113
|
message = res.message;
|
|
14102
14114
|
|
|
@@ -14128,7 +14140,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14128
14140
|
var _this3 = this;
|
|
14129
14141
|
|
|
14130
14142
|
util["a" /* default */].ajax({
|
|
14131
|
-
url: api["
|
|
14143
|
+
url: api["D" /* findSysCodes */]
|
|
14132
14144
|
}).then(function (res) {
|
|
14133
14145
|
var status = res.status,
|
|
14134
14146
|
message = res.message;
|
|
@@ -14161,7 +14173,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14161
14173
|
isSinglePage: false,
|
|
14162
14174
|
opinion: this.option
|
|
14163
14175
|
};
|
|
14164
|
-
util["a" /* default */].ajax({ url: api["
|
|
14176
|
+
util["a" /* default */].ajax({ url: api["wc" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
14165
14177
|
_this4.loading = false;
|
|
14166
14178
|
if (res.status === 'success') {
|
|
14167
14179
|
var _res$data = res.data,
|
|
@@ -14955,7 +14967,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14955
14967
|
} else {
|
|
14956
14968
|
params.appId = this.readParams.appId;
|
|
14957
14969
|
}
|
|
14958
|
-
util["a" /* default */].ajax({ url: api["
|
|
14970
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
14959
14971
|
if (res.status === 'success') {
|
|
14960
14972
|
_this.newsNoice = res.message;
|
|
14961
14973
|
}
|
|
@@ -14974,7 +14986,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14974
14986
|
taskExamine = this.taskExamine;
|
|
14975
14987
|
|
|
14976
14988
|
var params = {
|
|
14977
|
-
url: api["
|
|
14989
|
+
url: api["Cc" /* toTaskTransferIndex */],
|
|
14978
14990
|
params: {
|
|
14979
14991
|
opinion: opinion,
|
|
14980
14992
|
pendingId: pendingId,
|
|
@@ -15100,7 +15112,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15100
15112
|
var _this4 = this;
|
|
15101
15113
|
|
|
15102
15114
|
var params = {
|
|
15103
|
-
url: api["
|
|
15115
|
+
url: api["tc" /* toStartTaskRead */],
|
|
15104
15116
|
params: startTaskReadvue_type_script_lang_js_extends({
|
|
15105
15117
|
pendingId: this.pendingId,
|
|
15106
15118
|
taskAction: this.type
|
|
@@ -15149,7 +15161,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15149
15161
|
var _this6 = this;
|
|
15150
15162
|
|
|
15151
15163
|
util["a" /* default */].ajax({
|
|
15152
|
-
url: api["
|
|
15164
|
+
url: api["B" /* findCodeValues */],
|
|
15153
15165
|
params: {
|
|
15154
15166
|
ccCode: 'fenyue_msg_type',
|
|
15155
15167
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -15196,7 +15208,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15196
15208
|
type = this.type;
|
|
15197
15209
|
|
|
15198
15210
|
var params = {
|
|
15199
|
-
url: api["
|
|
15211
|
+
url: api["jc" /* taskTransfer */],
|
|
15200
15212
|
data: {
|
|
15201
15213
|
choiceDeptId: choiceDeptId,
|
|
15202
15214
|
choiceOrgId: choiceOrgId,
|
|
@@ -15299,7 +15311,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15299
15311
|
}
|
|
15300
15312
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
15301
15313
|
util["a" /* default */].ajax({
|
|
15302
|
-
url: api["
|
|
15314
|
+
url: api["dc" /* taskReadHtml */],
|
|
15303
15315
|
params: { taskAction: _this8.type },
|
|
15304
15316
|
headers: {
|
|
15305
15317
|
Accept: 'application/json,text/plain'
|
|
@@ -15338,7 +15350,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15338
15350
|
|
|
15339
15351
|
this.loading = true;
|
|
15340
15352
|
util["a" /* default */].ajax({
|
|
15341
|
-
url: api["
|
|
15353
|
+
url: api["D" /* findSysCodes */]
|
|
15342
15354
|
}).then(function (res) {
|
|
15343
15355
|
var status = res.status,
|
|
15344
15356
|
message = res.message,
|
|
@@ -16272,7 +16284,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16272
16284
|
if (mainConfig) {
|
|
16273
16285
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
16274
16286
|
} else {
|
|
16275
|
-
util["a" /* default */].ajax({ url: api["
|
|
16287
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
16276
16288
|
var status = res.status,
|
|
16277
16289
|
data = res.data;
|
|
16278
16290
|
|
|
@@ -16365,7 +16377,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16365
16377
|
var _this2 = this;
|
|
16366
16378
|
|
|
16367
16379
|
util["a" /* default */].ajax({
|
|
16368
|
-
url: api["
|
|
16380
|
+
url: api["B" /* findCodeValues */],
|
|
16369
16381
|
params: {
|
|
16370
16382
|
ccCode: 'notification_type',
|
|
16371
16383
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -16395,7 +16407,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16395
16407
|
nodeId: this.nextNode.nextNode,
|
|
16396
16408
|
businessId: this.taskExamine.businessId
|
|
16397
16409
|
};
|
|
16398
|
-
util["a" /* default */].ajax({ url: api["
|
|
16410
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
16399
16411
|
if (res.status === 'success') {
|
|
16400
16412
|
_this3.nextNode.noticeInfo = res.message;
|
|
16401
16413
|
}
|
|
@@ -16485,7 +16497,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16485
16497
|
}
|
|
16486
16498
|
if (_this4.activeNames != '1') delete params.customPresetUserJson;
|
|
16487
16499
|
util["a" /* default */].ajax({
|
|
16488
|
-
url: _this4.type == 'reset' ? api["
|
|
16500
|
+
url: _this4.type == 'reset' ? api["Ob" /* resetProcess */] : api["bc" /* taskContinuation */],
|
|
16489
16501
|
method: 'post',
|
|
16490
16502
|
data: params
|
|
16491
16503
|
}).then(function (res) {
|
|
@@ -16520,7 +16532,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16520
16532
|
pendingId: this.taskExamine.pendingId,
|
|
16521
16533
|
taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
|
|
16522
16534
|
};
|
|
16523
|
-
util["a" /* default */].ajax({ url: api["
|
|
16535
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
16524
16536
|
var status = res.status,
|
|
16525
16537
|
message = res.message,
|
|
16526
16538
|
_res$data = res.data,
|
|
@@ -16624,7 +16636,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16624
16636
|
var _this6 = this;
|
|
16625
16637
|
|
|
16626
16638
|
util["a" /* default */].ajax({
|
|
16627
|
-
url: api["
|
|
16639
|
+
url: api["D" /* findSysCodes */]
|
|
16628
16640
|
}).then(function (res) {
|
|
16629
16641
|
var status = res.status,
|
|
16630
16642
|
message = res.message;
|
|
@@ -16652,11 +16664,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16652
16664
|
});
|
|
16653
16665
|
},
|
|
16654
16666
|
|
|
16655
|
-
/**
|
|
16656
|
-
* isMultiple
|
|
16657
|
-
* @desc:是否多选
|
|
16658
|
-
* @author liufan
|
|
16659
|
-
* @date 2022年9月13日
|
|
16667
|
+
/**
|
|
16668
|
+
* isMultiple
|
|
16669
|
+
* @desc:是否多选
|
|
16670
|
+
* @author liufan
|
|
16671
|
+
* @date 2022年9月13日
|
|
16660
16672
|
**/
|
|
16661
16673
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16662
16674
|
var multiple = false;
|
|
@@ -16693,7 +16705,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16693
16705
|
var _this7 = this;
|
|
16694
16706
|
|
|
16695
16707
|
var params = {
|
|
16696
|
-
url: this.type == 'continuation' ? api["
|
|
16708
|
+
url: this.type == 'continuation' ? api["vc" /* toTaskContinuationIndex */] : api["qc" /* toResetProcessIndex */],
|
|
16697
16709
|
params: resetvue_type_script_lang_js_extends({
|
|
16698
16710
|
appId: this.appId
|
|
16699
16711
|
}, this.flowParams)
|
|
@@ -17424,7 +17436,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17424
17436
|
pendingId = this.pendingId;
|
|
17425
17437
|
|
|
17426
17438
|
var params = {
|
|
17427
|
-
url: api["
|
|
17439
|
+
url: api["gc" /* taskReview */],
|
|
17428
17440
|
data: {
|
|
17429
17441
|
nextUserId: nextOtherOrgObj.join(','),
|
|
17430
17442
|
notificationType: noticeType.join(','),
|
|
@@ -17460,7 +17472,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17460
17472
|
var _this2 = this;
|
|
17461
17473
|
|
|
17462
17474
|
var params = {
|
|
17463
|
-
url: api["
|
|
17475
|
+
url: api["xc" /* toTaskReview */],
|
|
17464
17476
|
params: { pendingId: this.pendingId }
|
|
17465
17477
|
};
|
|
17466
17478
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -17496,7 +17508,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17496
17508
|
var _this3 = this;
|
|
17497
17509
|
|
|
17498
17510
|
var params = {
|
|
17499
|
-
url: this.type == 'takeAdvice' ? api["
|
|
17511
|
+
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
17512
|
params: { pendingId: this.pendingId },
|
|
17501
17513
|
headers: { Accept: 'application/json,text/plain' }
|
|
17502
17514
|
};
|
|
@@ -17648,7 +17660,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17648
17660
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
17649
17661
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
17650
17662
|
var param = {
|
|
17651
|
-
url: this.type === 'startDraf' ? api["
|
|
17663
|
+
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
17664
|
data: {
|
|
17653
17665
|
opinion: opinion,
|
|
17654
17666
|
pendingId: pendingId,
|
|
@@ -17722,7 +17734,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17722
17734
|
var _this5 = this;
|
|
17723
17735
|
|
|
17724
17736
|
util["a" /* default */].ajax({
|
|
17725
|
-
url: api["
|
|
17737
|
+
url: api["B" /* findCodeValues */],
|
|
17726
17738
|
params: {
|
|
17727
17739
|
ccCode: 'notification_type',
|
|
17728
17740
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -17751,7 +17763,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17751
17763
|
var params = {
|
|
17752
17764
|
pendingId: this.pendingId
|
|
17753
17765
|
};
|
|
17754
|
-
util["a" /* default */].ajax({ url: api["
|
|
17766
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
17755
17767
|
if (res.status === 'success') {
|
|
17756
17768
|
_this6.infoList.noticeInfo = res.message;
|
|
17757
17769
|
}
|
|
@@ -17767,7 +17779,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17767
17779
|
var _this7 = this;
|
|
17768
17780
|
|
|
17769
17781
|
util["a" /* default */].ajax({
|
|
17770
|
-
url: api["
|
|
17782
|
+
url: api["D" /* findSysCodes */]
|
|
17771
17783
|
}).then(function (res) {
|
|
17772
17784
|
var status = res.status,
|
|
17773
17785
|
message = res.message;
|
|
@@ -21034,7 +21046,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21034
21046
|
var _this = this;
|
|
21035
21047
|
|
|
21036
21048
|
var params = {
|
|
21037
|
-
url: api["
|
|
21049
|
+
url: api["K" /* getAdjunctFileInfos */],
|
|
21038
21050
|
params: { ownId: ownId, code: code }
|
|
21039
21051
|
};
|
|
21040
21052
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -21122,7 +21134,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21122
21134
|
taskAction: 'complete'
|
|
21123
21135
|
};
|
|
21124
21136
|
util["a" /* default */].ajax({
|
|
21125
|
-
url: api["
|
|
21137
|
+
url: api["dc" /* taskReadHtml */],
|
|
21126
21138
|
params: { taskAction: 'complete' },
|
|
21127
21139
|
headers: {
|
|
21128
21140
|
Accept: 'application/json,text/plain'
|
|
@@ -21154,7 +21166,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21154
21166
|
|
|
21155
21167
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
21156
21168
|
util["a" /* default */].ajax({
|
|
21157
|
-
url: api["
|
|
21169
|
+
url: api["uc" /* toStartTaskReadIndex */],
|
|
21158
21170
|
params: { pendingId: this.pendingId }
|
|
21159
21171
|
}).then(function (res) {
|
|
21160
21172
|
var status = res.status,
|
|
@@ -21190,7 +21202,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21190
21202
|
if (mainConfig) {
|
|
21191
21203
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
21192
21204
|
} else {
|
|
21193
|
-
util["a" /* default */].ajax({ url: api["
|
|
21205
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
21194
21206
|
var status = res.status,
|
|
21195
21207
|
data = res.data;
|
|
21196
21208
|
|
|
@@ -21225,7 +21237,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21225
21237
|
var _this5 = this;
|
|
21226
21238
|
|
|
21227
21239
|
util["a" /* default */].ajax({
|
|
21228
|
-
url: api["
|
|
21240
|
+
url: api["B" /* findCodeValues */],
|
|
21229
21241
|
params: {
|
|
21230
21242
|
ccCode: 'notification_type',
|
|
21231
21243
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -21245,11 +21257,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21245
21257
|
});
|
|
21246
21258
|
},
|
|
21247
21259
|
|
|
21248
|
-
/**
|
|
21249
|
-
* saveInfo
|
|
21250
|
-
* @desc:暂存
|
|
21251
|
-
* @author liufan
|
|
21252
|
-
* @date 2022年9月9日
|
|
21260
|
+
/**
|
|
21261
|
+
* saveInfo
|
|
21262
|
+
* @desc:暂存
|
|
21263
|
+
* @author liufan
|
|
21264
|
+
* @date 2022年9月9日
|
|
21253
21265
|
**/
|
|
21254
21266
|
saveInfo: function saveInfo(type, btn) {
|
|
21255
21267
|
var _this6 = this;
|
|
@@ -21292,7 +21304,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21292
21304
|
pendingId: this.pendingId
|
|
21293
21305
|
};
|
|
21294
21306
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
21295
|
-
util["a" /* default */].ajax({ url: api["
|
|
21307
|
+
util["a" /* default */].ajax({ url: api["mc" /* tempSave */], params: params }).then(function (res) {
|
|
21296
21308
|
var status = res.status,
|
|
21297
21309
|
message = res.message;
|
|
21298
21310
|
|
|
@@ -21311,11 +21323,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21311
21323
|
});
|
|
21312
21324
|
},
|
|
21313
21325
|
|
|
21314
|
-
/**
|
|
21315
|
-
* rejectBtn
|
|
21316
|
-
* @desc:点击驳回
|
|
21317
|
-
* @author liufan
|
|
21318
|
-
* @date 2022年5月25日
|
|
21326
|
+
/**
|
|
21327
|
+
* rejectBtn
|
|
21328
|
+
* @desc:点击驳回
|
|
21329
|
+
* @author liufan
|
|
21330
|
+
* @date 2022年5月25日
|
|
21319
21331
|
**/
|
|
21320
21332
|
rejectBtn: function rejectBtn() {
|
|
21321
21333
|
var _this8 = this;
|
|
@@ -21333,11 +21345,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21333
21345
|
}
|
|
21334
21346
|
},
|
|
21335
21347
|
|
|
21336
|
-
/**
|
|
21337
|
-
* taskReadBtn
|
|
21338
|
-
* @desc:点击分阅
|
|
21339
|
-
* @author liufan
|
|
21340
|
-
* @date 2022年5月25日
|
|
21348
|
+
/**
|
|
21349
|
+
* taskReadBtn
|
|
21350
|
+
* @desc:点击分阅
|
|
21351
|
+
* @author liufan
|
|
21352
|
+
* @date 2022年5月25日
|
|
21341
21353
|
**/
|
|
21342
21354
|
taskReadBtn: function taskReadBtn() {
|
|
21343
21355
|
var _this9 = this;
|
|
@@ -21356,17 +21368,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21356
21368
|
}
|
|
21357
21369
|
},
|
|
21358
21370
|
|
|
21359
|
-
/**
|
|
21360
|
-
* getFind
|
|
21361
|
-
* @desc:获取通知方式
|
|
21362
|
-
* @author liufan
|
|
21363
|
-
* @date 2022年5月25日
|
|
21371
|
+
/**
|
|
21372
|
+
* getFind
|
|
21373
|
+
* @desc:获取通知方式
|
|
21374
|
+
* @author liufan
|
|
21375
|
+
* @date 2022年5月25日
|
|
21364
21376
|
**/
|
|
21365
21377
|
getFind: function getFind() {
|
|
21366
21378
|
var _this10 = this;
|
|
21367
21379
|
|
|
21368
21380
|
util["a" /* default */].ajax({
|
|
21369
|
-
url: api["
|
|
21381
|
+
url: api["D" /* findSysCodes */]
|
|
21370
21382
|
}).then(function (res) {
|
|
21371
21383
|
var status = res.status,
|
|
21372
21384
|
message = res.message;
|
|
@@ -21398,7 +21410,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21398
21410
|
nodeId = _endFlowInfo.nodeId;
|
|
21399
21411
|
|
|
21400
21412
|
var param = {
|
|
21401
|
-
url: api["
|
|
21413
|
+
url: api["P" /* getFreeStartFlowParams */],
|
|
21402
21414
|
params: {
|
|
21403
21415
|
businessId: businessId,
|
|
21404
21416
|
processDefinitionId: processDefinitionId,
|
|
@@ -21415,12 +21427,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21415
21427
|
});
|
|
21416
21428
|
},
|
|
21417
21429
|
|
|
21418
|
-
/**
|
|
21419
|
-
* endFlows
|
|
21420
|
-
* @desc:直接办结
|
|
21421
|
-
* @author liufan
|
|
21422
|
-
* @param {Object} res 直接办结数据
|
|
21423
|
-
* @date 2022年5月25日
|
|
21430
|
+
/**
|
|
21431
|
+
* endFlows
|
|
21432
|
+
* @desc:直接办结
|
|
21433
|
+
* @author liufan
|
|
21434
|
+
* @param {Object} res 直接办结数据
|
|
21435
|
+
* @date 2022年5月25日
|
|
21424
21436
|
**/
|
|
21425
21437
|
endFlows: function endFlows(res) {
|
|
21426
21438
|
var _this12 = this;
|
|
@@ -21438,7 +21450,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21438
21450
|
|
|
21439
21451
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
21440
21452
|
var params = {
|
|
21441
|
-
url: api["
|
|
21453
|
+
url: api["A" /* endFlowHtml */],
|
|
21442
21454
|
headers: { Accept: 'application/json,text/plain' },
|
|
21443
21455
|
method: 'post',
|
|
21444
21456
|
data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
|
|
@@ -21474,12 +21486,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21474
21486
|
}).catch(function (e) {});
|
|
21475
21487
|
},
|
|
21476
21488
|
|
|
21477
|
-
/**
|
|
21478
|
-
* goView
|
|
21479
|
-
* @desc:更多流程按钮操作
|
|
21480
|
-
* @author liufan
|
|
21481
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
21482
|
-
* @date 2022年5月25日
|
|
21489
|
+
/**
|
|
21490
|
+
* goView
|
|
21491
|
+
* @desc:更多流程按钮操作
|
|
21492
|
+
* @author liufan
|
|
21493
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
21494
|
+
* @date 2022年5月25日
|
|
21483
21495
|
**/
|
|
21484
21496
|
goView: function goView(res) {
|
|
21485
21497
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -21564,11 +21576,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21564
21576
|
// isCanStartSubFlow
|
|
21565
21577
|
},
|
|
21566
21578
|
|
|
21567
|
-
/**
|
|
21568
|
-
* toTakeAdvice
|
|
21569
|
-
* @desc:征求意见
|
|
21570
|
-
* @author liufan
|
|
21571
|
-
* @date 2022年9月29日
|
|
21579
|
+
/**
|
|
21580
|
+
* toTakeAdvice
|
|
21581
|
+
* @desc:征求意见
|
|
21582
|
+
* @author liufan
|
|
21583
|
+
* @date 2022年9月29日
|
|
21572
21584
|
**/
|
|
21573
21585
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
21574
21586
|
var _this14 = this;
|
|
@@ -21586,7 +21598,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21586
21598
|
var _this15 = this;
|
|
21587
21599
|
|
|
21588
21600
|
var params = {
|
|
21589
|
-
url: api["
|
|
21601
|
+
url: api["ub" /* isCanStartSubFlow */],
|
|
21590
21602
|
data: {
|
|
21591
21603
|
appId: this.taskExamineInfo.appId,
|
|
21592
21604
|
inevitableNode: res.inevitableNode
|
|
@@ -21612,11 +21624,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21612
21624
|
});
|
|
21613
21625
|
},
|
|
21614
21626
|
|
|
21615
|
-
/**
|
|
21616
|
-
* toStartDraf
|
|
21617
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21618
|
-
* @author liufan
|
|
21619
|
-
* @date 2022年9月29日
|
|
21627
|
+
/**
|
|
21628
|
+
* toStartDraf
|
|
21629
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21630
|
+
* @author liufan
|
|
21631
|
+
* @date 2022年9月29日
|
|
21620
21632
|
**/
|
|
21621
21633
|
toStartDraf: function toStartDraf(res) {
|
|
21622
21634
|
var _this16 = this;
|
|
@@ -21630,11 +21642,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21630
21642
|
}
|
|
21631
21643
|
},
|
|
21632
21644
|
|
|
21633
|
-
/**
|
|
21634
|
-
* toSendMsg
|
|
21635
|
-
* @desc:核稿通知
|
|
21636
|
-
* @author liufan
|
|
21637
|
-
* @date 2022年9月29日
|
|
21645
|
+
/**
|
|
21646
|
+
* toSendMsg
|
|
21647
|
+
* @desc:核稿通知
|
|
21648
|
+
* @author liufan
|
|
21649
|
+
* @date 2022年9月29日
|
|
21638
21650
|
**/
|
|
21639
21651
|
toSendMsg: function toSendMsg(res) {
|
|
21640
21652
|
var _this17 = this;
|
|
@@ -21648,11 +21660,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21648
21660
|
}
|
|
21649
21661
|
},
|
|
21650
21662
|
|
|
21651
|
-
/**
|
|
21652
|
-
* toTaskReadAndEnd
|
|
21653
|
-
* @desc:分阅并办结
|
|
21654
|
-
* @author liufan
|
|
21655
|
-
* @date 2022年9月29日
|
|
21663
|
+
/**
|
|
21664
|
+
* toTaskReadAndEnd
|
|
21665
|
+
* @desc:分阅并办结
|
|
21666
|
+
* @author liufan
|
|
21667
|
+
* @date 2022年9月29日
|
|
21656
21668
|
**/
|
|
21657
21669
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21658
21670
|
var _this18 = this;
|
|
@@ -21670,11 +21682,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21670
21682
|
}
|
|
21671
21683
|
},
|
|
21672
21684
|
|
|
21673
|
-
/**
|
|
21674
|
-
* rejectAndEnd
|
|
21675
|
-
* @desc:驳回并办结
|
|
21676
|
-
* @author liufan
|
|
21677
|
-
* @date 2022年9月29日
|
|
21685
|
+
/**
|
|
21686
|
+
* rejectAndEnd
|
|
21687
|
+
* @desc:驳回并办结
|
|
21688
|
+
* @author liufan
|
|
21689
|
+
* @date 2022年9月29日
|
|
21678
21690
|
**/
|
|
21679
21691
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21680
21692
|
var _this19 = this;
|
|
@@ -21696,7 +21708,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21696
21708
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
21697
21709
|
// return this.$message.warning('请填写意见');
|
|
21698
21710
|
var params = {
|
|
21699
|
-
url: api["
|
|
21711
|
+
url: api["Mb" /* rejectAndEnd */],
|
|
21700
21712
|
headers: { Accept: 'application/json,text/plain' },
|
|
21701
21713
|
method: 'post',
|
|
21702
21714
|
data: {
|
|
@@ -21729,11 +21741,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21729
21741
|
});
|
|
21730
21742
|
},
|
|
21731
21743
|
|
|
21732
|
-
/**
|
|
21733
|
-
* toTransfer
|
|
21734
|
-
* @desc:转办
|
|
21735
|
-
* @author liufan
|
|
21736
|
-
* @date 2022年9月29日
|
|
21744
|
+
/**
|
|
21745
|
+
* toTransfer
|
|
21746
|
+
* @desc:转办
|
|
21747
|
+
* @author liufan
|
|
21748
|
+
* @date 2022年9月29日
|
|
21737
21749
|
**/
|
|
21738
21750
|
toTransfer: function toTransfer(res) {
|
|
21739
21751
|
var _this21 = this;
|
|
@@ -21749,11 +21761,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21749
21761
|
}
|
|
21750
21762
|
},
|
|
21751
21763
|
|
|
21752
|
-
/**
|
|
21753
|
-
* getNodeInfo
|
|
21754
|
-
* @desc:获取节点信息
|
|
21755
|
-
* @author liufan
|
|
21756
|
-
* @date 2022年5月25日
|
|
21764
|
+
/**
|
|
21765
|
+
* getNodeInfo
|
|
21766
|
+
* @desc:获取节点信息
|
|
21767
|
+
* @author liufan
|
|
21768
|
+
* @date 2022年5月25日
|
|
21757
21769
|
**/
|
|
21758
21770
|
getNodeInfo: function getNodeInfo() {
|
|
21759
21771
|
var _this22 = this;
|
|
@@ -21766,7 +21778,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21766
21778
|
pendingId: this.pendingId,
|
|
21767
21779
|
businessId: this.businessIds
|
|
21768
21780
|
};
|
|
21769
|
-
util["a" /* default */].ajax({ url: api["
|
|
21781
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
21770
21782
|
var status = res.status,
|
|
21771
21783
|
message = res.message,
|
|
21772
21784
|
data = res.data;
|
|
@@ -21852,12 +21864,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21852
21864
|
});
|
|
21853
21865
|
},
|
|
21854
21866
|
|
|
21855
|
-
/**
|
|
21856
|
-
* selecNext
|
|
21857
|
-
* @desc:下步节点变化时更新数据
|
|
21858
|
-
* @author liufan
|
|
21859
|
-
* @param {String} val 当前选中值
|
|
21860
|
-
* @date 2022年5月25日
|
|
21867
|
+
/**
|
|
21868
|
+
* selecNext
|
|
21869
|
+
* @desc:下步节点变化时更新数据
|
|
21870
|
+
* @author liufan
|
|
21871
|
+
* @param {String} val 当前选中值
|
|
21872
|
+
* @date 2022年5月25日
|
|
21861
21873
|
**/
|
|
21862
21874
|
selecNext: function selecNext(val, type, isDef) {
|
|
21863
21875
|
var _this23 = this;
|
|
@@ -21966,11 +21978,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21966
21978
|
if (isDef !== true) this.getNodeInfo();
|
|
21967
21979
|
},
|
|
21968
21980
|
|
|
21969
|
-
/**
|
|
21970
|
-
* isMultiple
|
|
21971
|
-
* @desc:是否多选
|
|
21972
|
-
* @author liufan
|
|
21973
|
-
* @date 2022年9月13日
|
|
21981
|
+
/**
|
|
21982
|
+
* isMultiple
|
|
21983
|
+
* @desc:是否多选
|
|
21984
|
+
* @author liufan
|
|
21985
|
+
* @date 2022年9月13日
|
|
21974
21986
|
**/
|
|
21975
21987
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21976
21988
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22002,11 +22014,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22002
22014
|
}
|
|
22003
22015
|
},
|
|
22004
22016
|
|
|
22005
|
-
/**
|
|
22006
|
-
* getHedInfo
|
|
22007
|
-
* @desc:获取审核页面数据
|
|
22008
|
-
* @author liufan
|
|
22009
|
-
* @date 2022年5月25日
|
|
22017
|
+
/**
|
|
22018
|
+
* getHedInfo
|
|
22019
|
+
* @desc:获取审核页面数据
|
|
22020
|
+
* @author liufan
|
|
22021
|
+
* @date 2022年5月25日
|
|
22010
22022
|
**/
|
|
22011
22023
|
getHedInfo: function getHedInfo() {
|
|
22012
22024
|
var _this24 = this;
|
|
@@ -22016,7 +22028,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22016
22028
|
pendingId: this.pendingId,
|
|
22017
22029
|
userId: util["a" /* default */].getStorage('userId')
|
|
22018
22030
|
};
|
|
22019
|
-
util["a" /* default */].ajax({ url: api["
|
|
22031
|
+
util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
22020
22032
|
//pc返回数据
|
|
22021
22033
|
|
|
22022
22034
|
_this24.loading.close();
|
|
@@ -22242,13 +22254,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22242
22254
|
});
|
|
22243
22255
|
},
|
|
22244
22256
|
|
|
22245
|
-
/**
|
|
22246
|
-
* closeProcess
|
|
22247
|
-
* @desc:关闭弹窗
|
|
22248
|
-
* @author liufan
|
|
22249
|
-
* @param {boolean} val 当前是否办理流程
|
|
22250
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22251
|
-
* @date 2022年5月25日
|
|
22257
|
+
/**
|
|
22258
|
+
* closeProcess
|
|
22259
|
+
* @desc:关闭弹窗
|
|
22260
|
+
* @author liufan
|
|
22261
|
+
* @param {boolean} val 当前是否办理流程
|
|
22262
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22263
|
+
* @date 2022年5月25日
|
|
22252
22264
|
**/
|
|
22253
22265
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22254
22266
|
if (closeParent) {
|
|
@@ -22265,23 +22277,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22265
22277
|
}
|
|
22266
22278
|
},
|
|
22267
22279
|
|
|
22268
|
-
/**
|
|
22269
|
-
* selectChange
|
|
22270
|
-
* @desc:常用语选择
|
|
22271
|
-
* @author liufan
|
|
22272
|
-
* @param {String} val 选中值
|
|
22273
|
-
* @date 2022年5月25日
|
|
22280
|
+
/**
|
|
22281
|
+
* selectChange
|
|
22282
|
+
* @desc:常用语选择
|
|
22283
|
+
* @author liufan
|
|
22284
|
+
* @param {String} val 选中值
|
|
22285
|
+
* @date 2022年5月25日
|
|
22274
22286
|
**/
|
|
22275
22287
|
selectChange: function selectChange(val) {
|
|
22276
22288
|
this.value = val;
|
|
22277
22289
|
},
|
|
22278
22290
|
|
|
22279
|
-
/**
|
|
22280
|
-
* upDate
|
|
22281
|
-
* @desc:修改常用语
|
|
22282
|
-
* @author liufan
|
|
22283
|
-
* @param {Object} val 修改值
|
|
22284
|
-
* @date 2022年5月25日
|
|
22291
|
+
/**
|
|
22292
|
+
* upDate
|
|
22293
|
+
* @desc:修改常用语
|
|
22294
|
+
* @author liufan
|
|
22295
|
+
* @param {Object} val 修改值
|
|
22296
|
+
* @date 2022年5月25日
|
|
22285
22297
|
**/
|
|
22286
22298
|
upDate: function upDate(val) {
|
|
22287
22299
|
this.FormData.id = val.id;
|
|
@@ -22289,11 +22301,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22289
22301
|
},
|
|
22290
22302
|
|
|
22291
22303
|
|
|
22292
|
-
/**
|
|
22293
|
-
* getProcess
|
|
22294
|
-
* @desc:获取选择流程
|
|
22295
|
-
* @author liufan
|
|
22296
|
-
* @date 2022年5月25日
|
|
22304
|
+
/**
|
|
22305
|
+
* getProcess
|
|
22306
|
+
* @desc:获取选择流程
|
|
22307
|
+
* @author liufan
|
|
22308
|
+
* @date 2022年5月25日
|
|
22297
22309
|
**/
|
|
22298
22310
|
getProcess: function getProcess() {
|
|
22299
22311
|
var _this25 = this;
|
|
@@ -22308,7 +22320,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22308
22320
|
// onlyFlag: true
|
|
22309
22321
|
};
|
|
22310
22322
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22311
|
-
util["a" /* default */].ajax({ url: api["
|
|
22323
|
+
util["a" /* default */].ajax({ url: api["ab" /* getProcessDefList */], params: params }).then(function (res) {
|
|
22312
22324
|
var status = res.status,
|
|
22313
22325
|
message = res.message,
|
|
22314
22326
|
data = res.data;
|
|
@@ -22347,11 +22359,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22347
22359
|
});
|
|
22348
22360
|
},
|
|
22349
22361
|
|
|
22350
|
-
/**
|
|
22351
|
-
* getPendedhistoryList
|
|
22352
|
-
* @desc:获取流程列表
|
|
22353
|
-
* @author liufan
|
|
22354
|
-
* @date 2022年5月25日
|
|
22362
|
+
/**
|
|
22363
|
+
* getPendedhistoryList
|
|
22364
|
+
* @desc:获取流程列表
|
|
22365
|
+
* @author liufan
|
|
22366
|
+
* @date 2022年5月25日
|
|
22355
22367
|
**/
|
|
22356
22368
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
22357
22369
|
var _this26 = this;
|
|
@@ -22361,7 +22373,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22361
22373
|
userId: util["a" /* default */].getStorage('userId'),
|
|
22362
22374
|
type: 2
|
|
22363
22375
|
};
|
|
22364
|
-
util["a" /* default */].ajax({ url: api["
|
|
22376
|
+
util["a" /* default */].ajax({ url: api["Bb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
22365
22377
|
var rCode = res.rCode,
|
|
22366
22378
|
msg = res.msg,
|
|
22367
22379
|
results = res.results;
|
|
@@ -22383,12 +22395,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22383
22395
|
},
|
|
22384
22396
|
|
|
22385
22397
|
// 提交流程
|
|
22386
|
-
/**
|
|
22387
|
-
* subProcess
|
|
22388
|
-
* @desc:提交流程
|
|
22389
|
-
* @author liufan
|
|
22390
|
-
* @param {String} formName 当前form表单ref值
|
|
22391
|
-
* @date 2022年5月25日
|
|
22398
|
+
/**
|
|
22399
|
+
* subProcess
|
|
22400
|
+
* @desc:提交流程
|
|
22401
|
+
* @author liufan
|
|
22402
|
+
* @param {String} formName 当前form表单ref值
|
|
22403
|
+
* @date 2022年5月25日
|
|
22392
22404
|
**/
|
|
22393
22405
|
subProcess: function subProcess(val) {
|
|
22394
22406
|
var _this27 = this;
|
|
@@ -22557,7 +22569,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22557
22569
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
22558
22570
|
params.nodeId = taskExamineInfo.nodeId;
|
|
22559
22571
|
params.needRetrialAuth = needRetrialAuth;
|
|
22560
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
22572
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
22561
22573
|
var status = res.status,
|
|
22562
22574
|
message = res.message;
|
|
22563
22575
|
|
|
@@ -22937,7 +22949,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22937
22949
|
pendingUserIds = _nextNode.pendingUserIds;
|
|
22938
22950
|
|
|
22939
22951
|
var params = {
|
|
22940
|
-
url: api["
|
|
22952
|
+
url: api["Ac" /* toTaskSuperviseSub */],
|
|
22941
22953
|
params: {
|
|
22942
22954
|
userId: util["a" /* default */].getStorage('userId'),
|
|
22943
22955
|
urgeUserIds: pendingUserIds,
|
|
@@ -22963,7 +22975,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
22963
22975
|
|
|
22964
22976
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22965
22977
|
util["a" /* default */].ajax({
|
|
22966
|
-
url: api["
|
|
22978
|
+
url: api["zc" /* toTaskSupervise */],
|
|
22967
22979
|
params: {
|
|
22968
22980
|
businessId: this.businessId,
|
|
22969
22981
|
appId: this.appId,
|
|
@@ -23444,7 +23456,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23444
23456
|
return this.$message.warning('请选择处理对象!');
|
|
23445
23457
|
}
|
|
23446
23458
|
var param = {
|
|
23447
|
-
url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["
|
|
23459
|
+
url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["p" /* directStartTaskCircularRead */] : api["z" /* endFlowAndStartTaskCircularRead */],
|
|
23448
23460
|
data: {
|
|
23449
23461
|
opinion: opinion,
|
|
23450
23462
|
businessId: businessId,
|
|
@@ -23527,7 +23539,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23527
23539
|
var _this2 = this;
|
|
23528
23540
|
|
|
23529
23541
|
util["a" /* default */].ajax({
|
|
23530
|
-
url: api["
|
|
23542
|
+
url: api["B" /* findCodeValues */],
|
|
23531
23543
|
params: {
|
|
23532
23544
|
ccCode: 'notification_type',
|
|
23533
23545
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -23563,7 +23575,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23563
23575
|
if (!this.showBtn) {
|
|
23564
23576
|
params.openMode = 'samepage';
|
|
23565
23577
|
}
|
|
23566
|
-
util["a" /* default */].ajax({ url: api["
|
|
23578
|
+
util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
23567
23579
|
if (res.status === 'success') {
|
|
23568
23580
|
if (!_this3.showBtn) {
|
|
23569
23581
|
_this3.oldMessage = res.message;
|
|
@@ -23584,7 +23596,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23584
23596
|
var _this4 = this;
|
|
23585
23597
|
|
|
23586
23598
|
util["a" /* default */].ajax({
|
|
23587
|
-
url: api["
|
|
23599
|
+
url: api["D" /* findSysCodes */]
|
|
23588
23600
|
}).then(function (res) {
|
|
23589
23601
|
var status = res.status,
|
|
23590
23602
|
message = res.message;
|
|
@@ -23837,7 +23849,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23837
23849
|
|
|
23838
23850
|
if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
|
|
23839
23851
|
var param = {
|
|
23840
|
-
url: api["
|
|
23852
|
+
url: api["I" /* freeTaskCircularRead */],
|
|
23841
23853
|
data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
|
|
23842
23854
|
appId: this.appId || this.params.appId,
|
|
23843
23855
|
nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
|
|
@@ -23869,7 +23881,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
23869
23881
|
var _this2 = this;
|
|
23870
23882
|
|
|
23871
23883
|
var param = {
|
|
23872
|
-
url: api["
|
|
23884
|
+
url: api["oc" /* toFreeTaskCircularRead */],
|
|
23873
23885
|
params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
|
|
23874
23886
|
};
|
|
23875
23887
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
@@ -24120,7 +24132,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
|
|
|
24120
24132
|
});
|
|
24121
24133
|
});
|
|
24122
24134
|
var params = {
|
|
24123
|
-
url: api["
|
|
24135
|
+
url: api["Xb" /* setSort */],
|
|
24124
24136
|
method: 'post',
|
|
24125
24137
|
format: false,
|
|
24126
24138
|
headers: {
|
|
@@ -24147,7 +24159,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
|
|
|
24147
24159
|
var _this2 = this;
|
|
24148
24160
|
|
|
24149
24161
|
var params = {
|
|
24150
|
-
url: api["
|
|
24162
|
+
url: api["nc" /* toDefinitionChangeSort */],
|
|
24151
24163
|
method: 'get',
|
|
24152
24164
|
params: {
|
|
24153
24165
|
flowTypeCode: this.flowTypeCode,
|
|
@@ -25818,7 +25830,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25818
25830
|
getIsCancelSecondConfirmation: function getIsCancelSecondConfirmation() {
|
|
25819
25831
|
var _this = this;
|
|
25820
25832
|
|
|
25821
|
-
util["a" /* default */].ajax({ url: api["
|
|
25833
|
+
util["a" /* default */].ajax({ url: api["vb" /* isCancelSecondConfirmation */] }).then(function (res) {
|
|
25822
25834
|
if (res.status == 'success') {
|
|
25823
25835
|
_this.isCancelSecondConfirmationType = res.data === false;
|
|
25824
25836
|
}
|
|
@@ -25847,7 +25859,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25847
25859
|
var _this2 = this;
|
|
25848
25860
|
|
|
25849
25861
|
var params = {
|
|
25850
|
-
url: api["
|
|
25862
|
+
url: api["ib" /* getUrgencyLevelChangedNotificationType */],
|
|
25851
25863
|
params: { urgencyLevel: this.urgencyLevel }
|
|
25852
25864
|
};
|
|
25853
25865
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -25899,7 +25911,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25899
25911
|
var _this4 = this;
|
|
25900
25912
|
|
|
25901
25913
|
var params = {
|
|
25902
|
-
url: api["
|
|
25914
|
+
url: api["V" /* getNodeInfoForStart */],
|
|
25903
25915
|
params: { processDefinitionId: processDefinitionId }
|
|
25904
25916
|
};
|
|
25905
25917
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -26053,7 +26065,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26053
26065
|
var _this7 = this;
|
|
26054
26066
|
|
|
26055
26067
|
var params = {
|
|
26056
|
-
url: api["
|
|
26068
|
+
url: api["K" /* getAdjunctFileInfos */],
|
|
26057
26069
|
params: { ownId: ownId, code: code }
|
|
26058
26070
|
};
|
|
26059
26071
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -26141,7 +26153,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26141
26153
|
taskAction: 'complete'
|
|
26142
26154
|
};
|
|
26143
26155
|
util["a" /* default */].ajax({
|
|
26144
|
-
url: api["
|
|
26156
|
+
url: api["dc" /* taskReadHtml */],
|
|
26145
26157
|
params: { taskAction: 'complete' },
|
|
26146
26158
|
headers: {
|
|
26147
26159
|
Accept: 'application/json,text/plain'
|
|
@@ -26173,7 +26185,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26173
26185
|
var _this9 = this;
|
|
26174
26186
|
|
|
26175
26187
|
var params = {
|
|
26176
|
-
url: api["
|
|
26188
|
+
url: api["e" /* checkBusinessIdStartedReadTransferHandle */],
|
|
26177
26189
|
params: {
|
|
26178
26190
|
readTransferHandleBusinessId: readTransferHandleBusinessId,
|
|
26179
26191
|
readTransferHandleProcessKey: readTransferHandleProcessKey,
|
|
@@ -26192,7 +26204,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26192
26204
|
|
|
26193
26205
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
26194
26206
|
util["a" /* default */].ajax({
|
|
26195
|
-
url: api["
|
|
26207
|
+
url: api["uc" /* toStartTaskReadIndex */],
|
|
26196
26208
|
params: { pendingId: this.pendingId }
|
|
26197
26209
|
}).then(function (res) {
|
|
26198
26210
|
var status = res.status,
|
|
@@ -26236,7 +26248,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26236
26248
|
if (mainConfig) {
|
|
26237
26249
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
26238
26250
|
} else {
|
|
26239
|
-
util["a" /* default */].ajax({ url: api["
|
|
26251
|
+
util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
|
|
26240
26252
|
var status = res.status,
|
|
26241
26253
|
data = res.data;
|
|
26242
26254
|
|
|
@@ -26271,7 +26283,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26271
26283
|
var _this12 = this;
|
|
26272
26284
|
|
|
26273
26285
|
var params = {
|
|
26274
|
-
url: api["
|
|
26286
|
+
url: api["B" /* findCodeValues */],
|
|
26275
26287
|
params: {
|
|
26276
26288
|
ccCode: 'notification_type',
|
|
26277
26289
|
userId: util["a" /* default */].getStorage('userId'),
|
|
@@ -26292,11 +26304,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26292
26304
|
});
|
|
26293
26305
|
},
|
|
26294
26306
|
|
|
26295
|
-
/**
|
|
26296
|
-
* saveInfo
|
|
26297
|
-
* @desc:暂存
|
|
26298
|
-
* @author liufan
|
|
26299
|
-
* @date 2022年9月9日
|
|
26307
|
+
/**
|
|
26308
|
+
* saveInfo
|
|
26309
|
+
* @desc:暂存
|
|
26310
|
+
* @author liufan
|
|
26311
|
+
* @date 2022年9月9日
|
|
26300
26312
|
**/
|
|
26301
26313
|
saveInfo: function saveInfo(type, btn) {
|
|
26302
26314
|
var _this13 = this;
|
|
@@ -26339,7 +26351,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26339
26351
|
pendingId: this.pendingId
|
|
26340
26352
|
};
|
|
26341
26353
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
26342
|
-
util["a" /* default */].ajax({ url: api["
|
|
26354
|
+
util["a" /* default */].ajax({ url: api["mc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
|
|
26343
26355
|
var status = res.status,
|
|
26344
26356
|
message = res.message;
|
|
26345
26357
|
|
|
@@ -26358,11 +26370,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26358
26370
|
});
|
|
26359
26371
|
},
|
|
26360
26372
|
|
|
26361
|
-
/**
|
|
26362
|
-
* rejectBtn
|
|
26363
|
-
* @desc:点击驳回
|
|
26364
|
-
* @author liufan
|
|
26365
|
-
* @date 2022年5月25日
|
|
26373
|
+
/**
|
|
26374
|
+
* rejectBtn
|
|
26375
|
+
* @desc:点击驳回
|
|
26376
|
+
* @author liufan
|
|
26377
|
+
* @date 2022年5月25日
|
|
26366
26378
|
**/
|
|
26367
26379
|
rejectBtn: function rejectBtn() {
|
|
26368
26380
|
var _this15 = this;
|
|
@@ -26380,11 +26392,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26380
26392
|
}
|
|
26381
26393
|
},
|
|
26382
26394
|
|
|
26383
|
-
/**
|
|
26384
|
-
* taskReadBtn
|
|
26385
|
-
* @desc:点击分阅
|
|
26386
|
-
* @author liufan
|
|
26387
|
-
* @date 2022年5月25日
|
|
26395
|
+
/**
|
|
26396
|
+
* taskReadBtn
|
|
26397
|
+
* @desc:点击分阅
|
|
26398
|
+
* @author liufan
|
|
26399
|
+
* @date 2022年5月25日
|
|
26388
26400
|
**/
|
|
26389
26401
|
taskReadBtn: function taskReadBtn() {
|
|
26390
26402
|
var _this16 = this;
|
|
@@ -26403,17 +26415,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26403
26415
|
}
|
|
26404
26416
|
},
|
|
26405
26417
|
|
|
26406
|
-
/**
|
|
26407
|
-
* getFind
|
|
26408
|
-
* @desc:获取通知方式
|
|
26409
|
-
* @author liufan
|
|
26410
|
-
* @date 2022年5月25日
|
|
26418
|
+
/**
|
|
26419
|
+
* getFind
|
|
26420
|
+
* @desc:获取通知方式
|
|
26421
|
+
* @author liufan
|
|
26422
|
+
* @date 2022年5月25日
|
|
26411
26423
|
**/
|
|
26412
26424
|
getFind: function getFind() {
|
|
26413
26425
|
var _this17 = this;
|
|
26414
26426
|
|
|
26415
26427
|
util["a" /* default */].ajax({
|
|
26416
|
-
url: api["
|
|
26428
|
+
url: api["D" /* findSysCodes */]
|
|
26417
26429
|
}).then(function (res) {
|
|
26418
26430
|
var status = res.status,
|
|
26419
26431
|
message = res.message;
|
|
@@ -26445,7 +26457,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26445
26457
|
nodeId = _endFlowInfo.nodeId;
|
|
26446
26458
|
|
|
26447
26459
|
var param = {
|
|
26448
|
-
url: api["
|
|
26460
|
+
url: api["P" /* getFreeStartFlowParams */],
|
|
26449
26461
|
params: {
|
|
26450
26462
|
businessId: businessId,
|
|
26451
26463
|
processDefinitionId: processDefinitionId,
|
|
@@ -26473,12 +26485,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26473
26485
|
});
|
|
26474
26486
|
},
|
|
26475
26487
|
|
|
26476
|
-
/**
|
|
26477
|
-
* endFlows
|
|
26478
|
-
* @desc:直接办结
|
|
26479
|
-
* @author liufan
|
|
26480
|
-
* @param {Object} res 直接办结数据
|
|
26481
|
-
* @date 2022年5月25日
|
|
26488
|
+
/**
|
|
26489
|
+
* endFlows
|
|
26490
|
+
* @desc:直接办结
|
|
26491
|
+
* @author liufan
|
|
26492
|
+
* @param {Object} res 直接办结数据
|
|
26493
|
+
* @date 2022年5月25日
|
|
26482
26494
|
**/
|
|
26483
26495
|
endFlows: function endFlows(res) {
|
|
26484
26496
|
var _this19 = this;
|
|
@@ -26496,7 +26508,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26496
26508
|
|
|
26497
26509
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
26498
26510
|
var params = {
|
|
26499
|
-
url: api["
|
|
26511
|
+
url: api["A" /* endFlowHtml */],
|
|
26500
26512
|
headers: { Accept: 'application/json,text/plain' },
|
|
26501
26513
|
method: 'post',
|
|
26502
26514
|
data: mainvue_type_script_lang_js_extends({}, _this20.endFlowInfo, _this20.nextNode, {
|
|
@@ -26533,12 +26545,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26533
26545
|
}).catch(function (e) {});
|
|
26534
26546
|
},
|
|
26535
26547
|
|
|
26536
|
-
/**
|
|
26537
|
-
* goView
|
|
26538
|
-
* @desc:更多流程按钮操作
|
|
26539
|
-
* @author liufan
|
|
26540
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26541
|
-
* @date 2022年5月25日
|
|
26548
|
+
/**
|
|
26549
|
+
* goView
|
|
26550
|
+
* @desc:更多流程按钮操作
|
|
26551
|
+
* @author liufan
|
|
26552
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26553
|
+
* @date 2022年5月25日
|
|
26542
26554
|
**/
|
|
26543
26555
|
goView: function goView(res) {
|
|
26544
26556
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26625,11 +26637,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26625
26637
|
// isCanStartSubFlow
|
|
26626
26638
|
},
|
|
26627
26639
|
|
|
26628
|
-
/**
|
|
26629
|
-
* toTakeAdvice
|
|
26630
|
-
* @desc:征求意见
|
|
26631
|
-
* @author liufan
|
|
26632
|
-
* @date 2022年9月29日
|
|
26640
|
+
/**
|
|
26641
|
+
* toTakeAdvice
|
|
26642
|
+
* @desc:征求意见
|
|
26643
|
+
* @author liufan
|
|
26644
|
+
* @date 2022年9月29日
|
|
26633
26645
|
**/
|
|
26634
26646
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26635
26647
|
var _this21 = this;
|
|
@@ -26647,7 +26659,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26647
26659
|
var _this22 = this;
|
|
26648
26660
|
|
|
26649
26661
|
var params = {
|
|
26650
|
-
url: api["
|
|
26662
|
+
url: api["ub" /* isCanStartSubFlow */],
|
|
26651
26663
|
data: {
|
|
26652
26664
|
appId: this.taskExamineInfo.appId,
|
|
26653
26665
|
inevitableNode: res.inevitableNode
|
|
@@ -26673,11 +26685,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26673
26685
|
});
|
|
26674
26686
|
},
|
|
26675
26687
|
|
|
26676
|
-
/**
|
|
26677
|
-
* toStartDraf
|
|
26678
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26679
|
-
* @author liufan
|
|
26680
|
-
* @date 2022年9月29日
|
|
26688
|
+
/**
|
|
26689
|
+
* toStartDraf
|
|
26690
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26691
|
+
* @author liufan
|
|
26692
|
+
* @date 2022年9月29日
|
|
26681
26693
|
**/
|
|
26682
26694
|
toStartDraf: function toStartDraf(res) {
|
|
26683
26695
|
var _this23 = this;
|
|
@@ -26691,11 +26703,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26691
26703
|
}
|
|
26692
26704
|
},
|
|
26693
26705
|
|
|
26694
|
-
/**
|
|
26695
|
-
* toSendMsg
|
|
26696
|
-
* @desc:核稿通知
|
|
26697
|
-
* @author liufan
|
|
26698
|
-
* @date 2022年9月29日
|
|
26706
|
+
/**
|
|
26707
|
+
* toSendMsg
|
|
26708
|
+
* @desc:核稿通知
|
|
26709
|
+
* @author liufan
|
|
26710
|
+
* @date 2022年9月29日
|
|
26699
26711
|
**/
|
|
26700
26712
|
toSendMsg: function toSendMsg(res) {
|
|
26701
26713
|
var _this24 = this;
|
|
@@ -26709,11 +26721,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26709
26721
|
}
|
|
26710
26722
|
},
|
|
26711
26723
|
|
|
26712
|
-
/**
|
|
26713
|
-
* toTaskReadAndEnd
|
|
26714
|
-
* @desc:分阅并办结
|
|
26715
|
-
* @author liufan
|
|
26716
|
-
* @date 2022年9月29日
|
|
26724
|
+
/**
|
|
26725
|
+
* toTaskReadAndEnd
|
|
26726
|
+
* @desc:分阅并办结
|
|
26727
|
+
* @author liufan
|
|
26728
|
+
* @date 2022年9月29日
|
|
26717
26729
|
**/
|
|
26718
26730
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26719
26731
|
var _this25 = this;
|
|
@@ -26731,11 +26743,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26731
26743
|
}
|
|
26732
26744
|
},
|
|
26733
26745
|
|
|
26734
|
-
/**
|
|
26735
|
-
* rejectAndEnd
|
|
26736
|
-
* @desc:驳回并办结
|
|
26737
|
-
* @author liufan
|
|
26738
|
-
* @date 2022年9月29日
|
|
26746
|
+
/**
|
|
26747
|
+
* rejectAndEnd
|
|
26748
|
+
* @desc:驳回并办结
|
|
26749
|
+
* @author liufan
|
|
26750
|
+
* @date 2022年9月29日
|
|
26739
26751
|
**/
|
|
26740
26752
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26741
26753
|
var _this26 = this;
|
|
@@ -26757,7 +26769,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26757
26769
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
26758
26770
|
// return this.$message.warning('请填写意见');
|
|
26759
26771
|
var params = {
|
|
26760
|
-
url: api["
|
|
26772
|
+
url: api["Mb" /* rejectAndEnd */],
|
|
26761
26773
|
headers: { Accept: 'application/json,text/plain' },
|
|
26762
26774
|
method: 'post',
|
|
26763
26775
|
data: {
|
|
@@ -26791,11 +26803,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26791
26803
|
});
|
|
26792
26804
|
},
|
|
26793
26805
|
|
|
26794
|
-
/**
|
|
26795
|
-
* toTransfer
|
|
26796
|
-
* @desc:转办
|
|
26797
|
-
* @author liufan
|
|
26798
|
-
* @date 2022年9月29日
|
|
26806
|
+
/**
|
|
26807
|
+
* toTransfer
|
|
26808
|
+
* @desc:转办
|
|
26809
|
+
* @author liufan
|
|
26810
|
+
* @date 2022年9月29日
|
|
26799
26811
|
**/
|
|
26800
26812
|
toTransfer: function toTransfer(res) {
|
|
26801
26813
|
var _this28 = this;
|
|
@@ -26814,11 +26826,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26814
26826
|
this.nextNode.customLimitTime = val;
|
|
26815
26827
|
},
|
|
26816
26828
|
|
|
26817
|
-
/**
|
|
26818
|
-
* getNodeInfo
|
|
26819
|
-
* @desc:获取节点信息
|
|
26820
|
-
* @author liufan
|
|
26821
|
-
* @date 2022年5月25日
|
|
26829
|
+
/**
|
|
26830
|
+
* getNodeInfo
|
|
26831
|
+
* @desc:获取节点信息
|
|
26832
|
+
* @author liufan
|
|
26833
|
+
* @date 2022年5月25日
|
|
26822
26834
|
**/
|
|
26823
26835
|
getNodeInfo: function getNodeInfo() {
|
|
26824
26836
|
var _this29 = this;
|
|
@@ -26831,7 +26843,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26831
26843
|
pendingId: this.pendingId,
|
|
26832
26844
|
businessId: this.businessIds
|
|
26833
26845
|
};
|
|
26834
|
-
util["a" /* default */].ajax({ url: api["
|
|
26846
|
+
util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
|
|
26835
26847
|
var status = res.status,
|
|
26836
26848
|
message = res.message,
|
|
26837
26849
|
data = res.data;
|
|
@@ -26926,12 +26938,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26926
26938
|
});
|
|
26927
26939
|
},
|
|
26928
26940
|
|
|
26929
|
-
/**
|
|
26930
|
-
* selecNext
|
|
26931
|
-
* @desc:下步节点变化时更新数据
|
|
26932
|
-
* @author liufan
|
|
26933
|
-
* @param {String} val 当前选中值
|
|
26934
|
-
* @date 2022年5月25日
|
|
26941
|
+
/**
|
|
26942
|
+
* selecNext
|
|
26943
|
+
* @desc:下步节点变化时更新数据
|
|
26944
|
+
* @author liufan
|
|
26945
|
+
* @param {String} val 当前选中值
|
|
26946
|
+
* @date 2022年5月25日
|
|
26935
26947
|
**/
|
|
26936
26948
|
selecNext: function selecNext(val, type, isDef) {
|
|
26937
26949
|
var _this30 = this;
|
|
@@ -27063,11 +27075,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27063
27075
|
this.getNodeInfo();
|
|
27064
27076
|
},
|
|
27065
27077
|
|
|
27066
|
-
/**
|
|
27067
|
-
* isMultiple
|
|
27068
|
-
* @desc:是否多选
|
|
27069
|
-
* @author liufan
|
|
27070
|
-
* @date 2022年9月13日
|
|
27078
|
+
/**
|
|
27079
|
+
* isMultiple
|
|
27080
|
+
* @desc:是否多选
|
|
27081
|
+
* @author liufan
|
|
27082
|
+
* @date 2022年9月13日
|
|
27071
27083
|
**/
|
|
27072
27084
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
27073
27085
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -27099,11 +27111,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27099
27111
|
}
|
|
27100
27112
|
},
|
|
27101
27113
|
|
|
27102
|
-
/**
|
|
27103
|
-
* getHedInfo
|
|
27104
|
-
* @desc:获取审核页面数据
|
|
27105
|
-
* @author liufan
|
|
27106
|
-
* @date 2022年5月25日
|
|
27114
|
+
/**
|
|
27115
|
+
* getHedInfo
|
|
27116
|
+
* @desc:获取审核页面数据
|
|
27117
|
+
* @author liufan
|
|
27118
|
+
* @date 2022年5月25日
|
|
27107
27119
|
**/
|
|
27108
27120
|
getHedInfo: function getHedInfo() {
|
|
27109
27121
|
var _this31 = this;
|
|
@@ -27113,7 +27125,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27113
27125
|
pendingId: this.pendingId,
|
|
27114
27126
|
userId: util["a" /* default */].getStorage('userId')
|
|
27115
27127
|
};
|
|
27116
|
-
util["a" /* default */].ajax({ url: api["
|
|
27128
|
+
util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
27117
27129
|
//pc返回数据
|
|
27118
27130
|
|
|
27119
27131
|
_this31.loading.close();
|
|
@@ -27135,6 +27147,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27135
27147
|
notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
|
|
27136
27148
|
nextNodeCheckType = _res$data2.nextNodeCheckType,
|
|
27137
27149
|
pOrgId = _res$data2.pOrgId,
|
|
27150
|
+
extendData = _res$data2.extendData,
|
|
27138
27151
|
currentOrgName = _res$data2.currentOrgName,
|
|
27139
27152
|
pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
|
|
27140
27153
|
currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
|
|
@@ -27349,6 +27362,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27349
27362
|
_this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
|
|
27350
27363
|
_this31.endFlowInfo.nodeId = taskExamine.nodeId;
|
|
27351
27364
|
}
|
|
27365
|
+
if (extendData && extendData.pendingData && extendData.pendingData.itemname) {
|
|
27366
|
+
_this31.NodeName = extendData.pendingData.itemname;
|
|
27367
|
+
}
|
|
27352
27368
|
if (_this31.nodeName) {
|
|
27353
27369
|
_this31.NodeName = _this31.nodeName;
|
|
27354
27370
|
}
|
|
@@ -27409,13 +27425,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27409
27425
|
});
|
|
27410
27426
|
},
|
|
27411
27427
|
|
|
27412
|
-
/**
|
|
27413
|
-
* closeProcess
|
|
27414
|
-
* @desc:关闭弹窗
|
|
27415
|
-
* @author liufan
|
|
27416
|
-
* @param {boolean} val 当前是否办理流程
|
|
27417
|
-
* @param {String} type 当前点击的弹窗类型
|
|
27418
|
-
* @date 2022年5月25日
|
|
27428
|
+
/**
|
|
27429
|
+
* closeProcess
|
|
27430
|
+
* @desc:关闭弹窗
|
|
27431
|
+
* @author liufan
|
|
27432
|
+
* @param {boolean} val 当前是否办理流程
|
|
27433
|
+
* @param {String} type 当前点击的弹窗类型
|
|
27434
|
+
* @date 2022年5月25日
|
|
27419
27435
|
**/
|
|
27420
27436
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
27421
27437
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -27435,23 +27451,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27435
27451
|
}
|
|
27436
27452
|
},
|
|
27437
27453
|
|
|
27438
|
-
/**
|
|
27439
|
-
* selectChange
|
|
27440
|
-
* @desc:常用语选择
|
|
27441
|
-
* @author liufan
|
|
27442
|
-
* @param {String} val 选中值
|
|
27443
|
-
* @date 2022年5月25日
|
|
27454
|
+
/**
|
|
27455
|
+
* selectChange
|
|
27456
|
+
* @desc:常用语选择
|
|
27457
|
+
* @author liufan
|
|
27458
|
+
* @param {String} val 选中值
|
|
27459
|
+
* @date 2022年5月25日
|
|
27444
27460
|
**/
|
|
27445
27461
|
selectChange: function selectChange(val) {
|
|
27446
27462
|
this.value = val;
|
|
27447
27463
|
},
|
|
27448
27464
|
|
|
27449
|
-
/**
|
|
27450
|
-
* upDate
|
|
27451
|
-
* @desc:修改常用语
|
|
27452
|
-
* @author liufan
|
|
27453
|
-
* @param {Object} val 修改值
|
|
27454
|
-
* @date 2022年5月25日
|
|
27465
|
+
/**
|
|
27466
|
+
* upDate
|
|
27467
|
+
* @desc:修改常用语
|
|
27468
|
+
* @author liufan
|
|
27469
|
+
* @param {Object} val 修改值
|
|
27470
|
+
* @date 2022年5月25日
|
|
27455
27471
|
**/
|
|
27456
27472
|
upDate: function upDate(val) {
|
|
27457
27473
|
this.FormData.id = val.id;
|
|
@@ -27459,11 +27475,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27459
27475
|
},
|
|
27460
27476
|
|
|
27461
27477
|
|
|
27462
|
-
/**
|
|
27463
|
-
* getProcess
|
|
27464
|
-
* @desc:获取选择流程
|
|
27465
|
-
* @author liufan
|
|
27466
|
-
* @date 2022年5月25日
|
|
27478
|
+
/**
|
|
27479
|
+
* getProcess
|
|
27480
|
+
* @desc:获取选择流程
|
|
27481
|
+
* @author liufan
|
|
27482
|
+
* @date 2022年5月25日
|
|
27467
27483
|
**/
|
|
27468
27484
|
getProcess: function getProcess(val) {
|
|
27469
27485
|
var _this32 = this;
|
|
@@ -27476,7 +27492,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27476
27492
|
hideTempSave: true
|
|
27477
27493
|
}, this.param);
|
|
27478
27494
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
27479
|
-
util["a" /* default */].ajax({ url: api["
|
|
27495
|
+
util["a" /* default */].ajax({ url: api["ab" /* getProcessDefList */], params: params }).then(function (res) {
|
|
27480
27496
|
var status = res.status,
|
|
27481
27497
|
message = res.message,
|
|
27482
27498
|
data = res.data;
|
|
@@ -27523,11 +27539,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27523
27539
|
});
|
|
27524
27540
|
},
|
|
27525
27541
|
|
|
27526
|
-
/**
|
|
27527
|
-
* getPendedhistoryList
|
|
27528
|
-
* @desc:获取流程列表
|
|
27529
|
-
* @author liufan
|
|
27530
|
-
* @date 2022年5月25日
|
|
27542
|
+
/**
|
|
27543
|
+
* getPendedhistoryList
|
|
27544
|
+
* @desc:获取流程列表
|
|
27545
|
+
* @author liufan
|
|
27546
|
+
* @date 2022年5月25日
|
|
27531
27547
|
**/
|
|
27532
27548
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27533
27549
|
var _this33 = this;
|
|
@@ -27537,7 +27553,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27537
27553
|
userId: util["a" /* default */].getStorage('userId'),
|
|
27538
27554
|
type: 2
|
|
27539
27555
|
};
|
|
27540
|
-
util["a" /* default */].ajax({ url: api["
|
|
27556
|
+
util["a" /* default */].ajax({ url: api["Bb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
27541
27557
|
var rCode = res.rCode,
|
|
27542
27558
|
msg = res.msg,
|
|
27543
27559
|
results = res.results;
|
|
@@ -27562,7 +27578,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27562
27578
|
|
|
27563
27579
|
var _that = this;
|
|
27564
27580
|
var params = {
|
|
27565
|
-
url: api["
|
|
27581
|
+
url: api["f" /* checkForeignOrgStartedCircularRead */],
|
|
27566
27582
|
params: {
|
|
27567
27583
|
foreignOrgObj: _that.nextNode.nextOtherOrgObj,
|
|
27568
27584
|
circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
|
|
@@ -27598,12 +27614,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27598
27614
|
beforeSubProcess: function beforeSubProcess() {},
|
|
27599
27615
|
|
|
27600
27616
|
// 提交流程
|
|
27601
|
-
/**
|
|
27602
|
-
* subProcess
|
|
27603
|
-
* @desc:提交流程
|
|
27604
|
-
* @author liufan
|
|
27605
|
-
* @param {String} formName 当前form表单ref值
|
|
27606
|
-
* @date 2022年5月25日
|
|
27617
|
+
/**
|
|
27618
|
+
* subProcess
|
|
27619
|
+
* @desc:提交流程
|
|
27620
|
+
* @author liufan
|
|
27621
|
+
* @param {String} formName 当前form表单ref值
|
|
27622
|
+
* @date 2022年5月25日
|
|
27607
27623
|
**/
|
|
27608
27624
|
subProcess: function subProcess(val, type) {
|
|
27609
27625
|
var _this35 = this;
|
|
@@ -27892,7 +27908,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27892
27908
|
if (!currentNodeEnableItemHandleDescription) {
|
|
27893
27909
|
delete params.nextItemHandleDescription;
|
|
27894
27910
|
}
|
|
27895
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
27911
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
27896
27912
|
var status = res.status,
|
|
27897
27913
|
message = res.message;
|
|
27898
27914
|
|
|
@@ -28000,7 +28016,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
28000
28016
|
if (!currentNodeEnableItemHandleDescription) {
|
|
28001
28017
|
delete params.nextItemHandleDescription;
|
|
28002
28018
|
}
|
|
28003
|
-
return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
28019
|
+
return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
28004
28020
|
var status = res.status,
|
|
28005
28021
|
message = res.message;
|
|
28006
28022
|
|