eoss-ui 0.8.28 → 0.8.30
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/archives.js +1128 -0
- package/lib/button-group.js +158 -129
- package/lib/button.js +158 -129
- package/lib/calendar.js +2 -2
- package/lib/calogin.js +227 -214
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +162 -131
- package/lib/clients.js +2 -2
- package/lib/config/api.js +28 -1
- package/lib/data-table-form.js +161 -131
- package/lib/data-table.js +164 -134
- package/lib/date-picker.js +158 -129
- package/lib/dialog.js +158 -129
- package/lib/enable-drag.js +2 -2
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +774 -326
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +158 -129
- package/lib/flow-list.js +264 -235
- package/lib/flow.js +301 -265
- package/lib/form.js +161 -131
- package/lib/handle-user.js +159 -130
- package/lib/handler.js +166 -137
- package/lib/icon.js +166 -137
- package/lib/icons.js +4 -4
- package/lib/index.js +1 -1
- package/lib/input-number.js +158 -129
- package/lib/input.js +158 -129
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +165 -135
- package/lib/main.js +234 -204
- package/lib/menu.js +2 -2
- package/lib/nav.js +158 -129
- package/lib/notify.js +161 -132
- package/lib/page.js +158 -129
- package/lib/pagination.js +158 -129
- package/lib/player.js +162 -133
- package/lib/qr-code.js +160 -131
- package/lib/radio-group.js +160 -131
- package/lib/retrial-auth.js +168 -139
- package/lib/select-ganged.js +167 -138
- package/lib/select.js +160 -131
- package/lib/selector-panel.js +180 -150
- package/lib/selector.js +169 -140
- package/lib/sizer.js +160 -131
- package/lib/steps.js +158 -129
- package/lib/switch.js +165 -136
- package/lib/table-form.js +158 -129
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +158 -129
- package/lib/theme-chalk/archives.css +1 -0
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/calendar.css +1 -1
- package/lib/theme-chalk/card.css +1 -1
- package/lib/theme-chalk/data-table-form.css +1 -1
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/handler.css +1 -1
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/icons.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/label.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/selector-panel.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/steps.css +1 -1
- package/lib/theme-chalk/tree.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +159 -130
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +158 -129
- package/lib/tree.js +159 -130
- package/lib/upload.js +188 -154
- package/lib/wujie.js +165 -136
- package/lib/wxlogin.js +165 -136
- package/package.json +3 -3
- package/packages/archives/index.js +5 -0
- package/packages/archives/src/main.vue +344 -0
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/main.vue +10 -7
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/src/main.vue +2337 -2337
- package/packages/form/src/table.vue +1512 -1512
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/src/resetPassword.vue +557 -557
- 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/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/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/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/nav/src/main.vue +351 -351
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/lib/archives.css +1 -0
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/calendar.css +1 -1
- package/packages/theme-chalk/lib/card.css +1 -1
- package/packages/theme-chalk/lib/data-table-form.css +1 -1
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/handler.css +1 -1
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/icons.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/label.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/selector-panel.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/steps.css +1 -1
- package/packages/theme-chalk/lib/tree.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/archives.scss +33 -0
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/flow-list.scss +55 -55
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/index.scss +1 -0
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/upload/src/main.vue +14 -5
- package/packages/wujie/src/main.vue +146 -146
- package/src/config/api.js +27 -0
- package/src/index.js +166 -163
- package/src/utils/rules.js +18 -18
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/flow-list.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 58);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -1709,7 +1709,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1709
1709
|
* @param {function} callback - 回调函数
|
|
1710
1710
|
**/
|
|
1711
1711
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1712
|
-
util_ajax({ url: api["
|
|
1712
|
+
util_ajax({ url: api["Fb" /* mainConfig */] }).then(function (res) {
|
|
1713
1713
|
if (res && res.rCode === 0) {
|
|
1714
1714
|
callback(res.results);
|
|
1715
1715
|
}
|
|
@@ -2535,7 +2535,7 @@ var isLogined = function () {
|
|
|
2535
2535
|
break;
|
|
2536
2536
|
}
|
|
2537
2537
|
|
|
2538
|
-
util_ajax({ method: 'post', url: api["
|
|
2538
|
+
util_ajax({ method: 'post', url: api["Eb" /* logout */] }).then(function (res) {
|
|
2539
2539
|
if (res.rCode === 0) {
|
|
2540
2540
|
removeStorage();
|
|
2541
2541
|
}
|
|
@@ -4008,172 +4008,174 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
4008
4008
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
|
|
4009
4009
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
|
|
4010
4010
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
|
|
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__, "
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return logout; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initLogin; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return switchUserTo; });
|
|
4014
4014
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getLoginCode; });
|
|
4016
4016
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
|
|
4017
4017
|
/* unused harmony export updateCode */
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getModifyPassCode; });
|
|
4019
4019
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return loginModifyPassword; });
|
|
4021
4021
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initModifyPassword; });
|
|
4023
4023
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getTwoFactorLoginCode; });
|
|
4025
4025
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
|
|
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__, "
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return initRetrialAuth; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getRetrialAuthCode; });
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return scanCodeRetrialAuth; });
|
|
4029
4029
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
|
|
4030
4030
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
|
|
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__, "
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vc", function() { return userOnline; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getUserAppWithTag; });
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return recordUserApp; });
|
|
4034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return mainConfig; });
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return initUserSet; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return updateUserInfo; });
|
|
4037
4037
|
/* unused harmony export getUserImgUrl */
|
|
4038
4038
|
/* unused harmony export getDoorIndex */
|
|
4039
4039
|
/* unused harmony export refreshOnlineUsers */
|
|
4040
4040
|
/* unused harmony export getQuickMenuIds */
|
|
4041
4041
|
/* unused harmony export getApplicationIdArray */
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getComplexApplications; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getComplexApplicationsNew; });
|
|
4044
4044
|
/* unused harmony export getUserCustomInfo */
|
|
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__, "
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return updateUserCustomInfo; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return sysMsgPage; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return ignoreSysMsg; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return ignoreAllSysMsg; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return searchType; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getSysParam; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getAdjunctProperties; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return uploads; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploadOnlyOne; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getAdjunctFileInfos; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return uploadSort; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return downloadByAdjunctId; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadDownloads; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunct; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return previewAdjunct2; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return previewAdjunctOffice; });
|
|
4061
4061
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
|
|
4062
4062
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
|
|
4063
4063
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
|
|
4064
4064
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
|
|
4065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getDochubBucket; });
|
|
4066
4066
|
/* unused harmony export upload_updateClassify */
|
|
4067
4067
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
4068
4068
|
/* unused harmony export getPictureBase64 */
|
|
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__, "
|
|
4074
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSelectorOrgTree; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getSelectorOrgDetail; });
|
|
4071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getOrgMainTree; });
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectOrgsubids; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysCode; });
|
|
4074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getDictList; });
|
|
4075
4075
|
/* unused harmony export findUserBaseInfo */
|
|
4076
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return gethelpdoc; });
|
|
4077
4077
|
/* unused harmony export getCurrentuser */
|
|
4078
4078
|
/* unused harmony export mainDetail */
|
|
4079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4079
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartFlow; });
|
|
4080
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return tempSave; });
|
|
4081
4081
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
|
|
4082
4082
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
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__, "
|
|
4083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return editCommonOpion; });
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return saveCommonOpinion; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateCommonOpinion; });
|
|
4086
4086
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
|
|
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__, "
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getProcessDefList; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNodeInfo; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findCodeValues; });
|
|
4090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return findSysParam; });
|
|
4091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return findSysCodes; });
|
|
4092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getNotificationMsg; });
|
|
4093
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getHandleInfoHtml; });
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskHandleHtml; });
|
|
4095
4095
|
/* unused harmony export getView */
|
|
4096
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4097
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4098
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4099
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4100
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4101
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4102
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4103
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4104
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4105
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4106
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4107
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4108
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4109
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4110
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4111
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4112
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4113
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4115
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return register; });
|
|
4097
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryList; });
|
|
4098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskRejectHtml; });
|
|
4099
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskRejectHtml; });
|
|
4100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toStartTaskRead; });
|
|
4101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toStartTaskReadIndex; });
|
|
4102
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskReadHtml; });
|
|
4103
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return rejectAndEnd; });
|
|
4104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toSendMsg; });
|
|
4105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return sendMsg; });
|
|
4106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return endFlowHtml; });
|
|
4107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return handleInfo; });
|
|
4108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return loginUserInfo; });
|
|
4109
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wc", function() { return wss; });
|
|
4110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return topic; });
|
|
4111
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getPresetCustomInfo; });
|
|
4112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getPresetNodeInfo; });
|
|
4113
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskTransferIndex; });
|
|
4114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskTransfer; });
|
|
4115
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toPresetInfoListIndex; });
|
|
4116
4116
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
|
|
4117
4117
|
/* unused harmony export historyListJson */
|
|
4118
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4119
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pendedhistoryListJson; });
|
|
4119
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return pressListJson; });
|
|
4120
4120
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
|
|
4121
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4122
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4123
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4124
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4125
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4126
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4127
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4128
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4129
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4130
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4131
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4132
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4133
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4134
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4135
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4136
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4138
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4139
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4140
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4141
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4142
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4121
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return modifyFlow; });
|
|
4122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return isCanStartSubFlow; });
|
|
4123
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTaskUnionExamine; });
|
|
4124
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return taskUnionExamine; });
|
|
4125
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskTakeAdvice; });
|
|
4126
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskTakeAdvice; });
|
|
4127
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskStartDraft; });
|
|
4128
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskSupervise; });
|
|
4129
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskSuperviseSub; });
|
|
4130
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskStartDraft; });
|
|
4131
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskReview; });
|
|
4132
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskReview; });
|
|
4133
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return toTaskUnionSeal; });
|
|
4134
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return taskUnionSeal; });
|
|
4135
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return toTwoOfficesDispatch; });
|
|
4136
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return twoOfficesDispatch; });
|
|
4137
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toResetProcessIndex; });
|
|
4138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return resetProcess; });
|
|
4139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskContinuationIndex; });
|
|
4140
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskContinuation; });
|
|
4141
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getFreeStartFlowParams; });
|
|
4142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return freeStartFlowWithSubmitTask; });
|
|
4143
4143
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
4144
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4145
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4146
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4145
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return fyListJson; });
|
|
4146
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return resetJson; });
|
|
4147
4147
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
|
|
4148
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4148
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return restoredHistory; });
|
|
4149
4149
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
4150
4150
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
|
|
4151
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4152
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4151
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReadWithDraw; });
|
|
4152
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4153
4153
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4154
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4155
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4154
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return sendList; });
|
|
4155
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendInfo; });
|
|
4156
4156
|
/* unused harmony export sendSave */
|
|
4157
4157
|
/* unused harmony export sendUpdate */
|
|
4158
4158
|
/* unused harmony export sendDelete */
|
|
4159
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4160
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4159
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendBatch; });
|
|
4160
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return formContents; });
|
|
4161
4161
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
|
|
4162
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4163
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4164
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4165
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4166
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4167
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4168
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4169
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4170
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4171
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4172
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4173
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4174
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4175
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4176
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4162
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return endFlowAndStartTaskCircularRead; });
|
|
4163
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getNodeInfoForStart; });
|
|
4164
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeStartFlow; });
|
|
4165
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4166
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toFreeTaskCircularRead; });
|
|
4167
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return isCancelSecondConfirmation; });
|
|
4168
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return freeTaskCircularRead; });
|
|
4169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toDefinitionChangeSort; });
|
|
4170
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return setSort; });
|
|
4171
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return queryUseCommonMenu; });
|
|
4172
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getIndexCount; });
|
|
4173
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return getVoteMeetingNum; });
|
|
4174
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return getUserTipsInstanceNum; });
|
|
4175
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getShareFilesReceiveCountNew; });
|
|
4176
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return queryChildMenuUrl; });
|
|
4177
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return docHubApi; });
|
|
4178
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return documentCode; });
|
|
4177
4179
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4178
4180
|
// 登录
|
|
4179
4181
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4475,6 +4477,33 @@ var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveC
|
|
|
4475
4477
|
|
|
4476
4478
|
// 查询左侧我的提醒和我的快捷菜单
|
|
4477
4479
|
var queryChildMenuUrl = '/sys/v1/userCustom/queryChildMenu.dhtml?type=2';
|
|
4480
|
+
// 公文相关接口
|
|
4481
|
+
var docHubApi = {
|
|
4482
|
+
// 正文查询
|
|
4483
|
+
queryDocument: '/dochub/v2/getDocument',
|
|
4484
|
+
copyDocument: '/dochub/v2/copyDocument',
|
|
4485
|
+
deleteDocument: '/dochub/v2/deleteDocument',
|
|
4486
|
+
downloadFiles: '/dochub/v2/compressMultiDownloadDocument',
|
|
4487
|
+
uploadDocument: '/dochub/v2/uploadDocument',
|
|
4488
|
+
getDocumentProperties: '/main2/mecpfileManagement/getAdjunctProperties'
|
|
4489
|
+
};
|
|
4490
|
+
|
|
4491
|
+
var documentCode = {
|
|
4492
|
+
// 公文正文
|
|
4493
|
+
archivesDocument: 'archives_document',
|
|
4494
|
+
// 发文附件
|
|
4495
|
+
dispatchAcc: 'dispatch_acc',
|
|
4496
|
+
// 仅发文使用的附件
|
|
4497
|
+
dispatchOnlyAcc: 'dispatch_only_acc',
|
|
4498
|
+
// 收文附件
|
|
4499
|
+
receiptAcc: 'receipt_acc',
|
|
4500
|
+
// 处理签
|
|
4501
|
+
archivesSuggestion: 'archives_suggestion',
|
|
4502
|
+
// 公文模板
|
|
4503
|
+
archivesTemplate: 'archives_template',
|
|
4504
|
+
// 公开属性认定审核表附件编码
|
|
4505
|
+
infoPublic: 'info_public'
|
|
4506
|
+
};
|
|
4478
4507
|
|
|
4479
4508
|
/***/ }),
|
|
4480
4509
|
|
|
@@ -4800,7 +4829,7 @@ module.exports = require("qs");
|
|
|
4800
4829
|
|
|
4801
4830
|
/***/ }),
|
|
4802
4831
|
|
|
4803
|
-
/***/
|
|
4832
|
+
/***/ 58:
|
|
4804
4833
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4805
4834
|
|
|
4806
4835
|
"use strict";
|
|
@@ -6603,11 +6632,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6603
6632
|
|
|
6604
6633
|
|
|
6605
6634
|
methods: {
|
|
6606
|
-
/**
|
|
6607
|
-
* handleBatchDelete
|
|
6608
|
-
* @desc:批量删除
|
|
6609
|
-
* @author liufan
|
|
6610
|
-
* @date 2025年12月31日
|
|
6635
|
+
/**
|
|
6636
|
+
* handleBatchDelete
|
|
6637
|
+
* @desc:批量删除
|
|
6638
|
+
* @author liufan
|
|
6639
|
+
* @date 2025年12月31日
|
|
6611
6640
|
**/
|
|
6612
6641
|
handleBatchDelete: function handleBatchDelete() {
|
|
6613
6642
|
var _this6 = this;
|
|
@@ -6671,7 +6700,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6671
6700
|
|
|
6672
6701
|
if (handle.text == '恢复') {
|
|
6673
6702
|
var params = {
|
|
6674
|
-
url: api["
|
|
6703
|
+
url: api["Vb" /* restoredHistory */],
|
|
6675
6704
|
params: {
|
|
6676
6705
|
id: row.id
|
|
6677
6706
|
}
|
|
@@ -6705,7 +6734,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6705
6734
|
return x.id;
|
|
6706
6735
|
}).join(',');
|
|
6707
6736
|
var params = {
|
|
6708
|
-
url: api["
|
|
6737
|
+
url: api["kc" /* taskReadWithDraw */],
|
|
6709
6738
|
params: {
|
|
6710
6739
|
pendingIds: pendingIds
|
|
6711
6740
|
}
|
|
@@ -6797,7 +6826,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6797
6826
|
getCircularReadList: function getCircularReadList() {
|
|
6798
6827
|
var _that = this;
|
|
6799
6828
|
var params = {
|
|
6800
|
-
url: api["
|
|
6829
|
+
url: api["Jb" /* pendedhistoryListWithCircularReadJson */],
|
|
6801
6830
|
params: { apprecordid: _that.businessId }
|
|
6802
6831
|
};
|
|
6803
6832
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -6904,19 +6933,19 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6904
6933
|
}
|
|
6905
6934
|
},
|
|
6906
6935
|
|
|
6907
|
-
/**
|
|
6908
|
-
* handleFormSubmit
|
|
6909
|
-
* @desc:删除节点点击事件
|
|
6910
|
-
* @param {Object} formData 点击删除的form数据
|
|
6911
|
-
* @author liufan
|
|
6912
|
-
* @date 2022年11月29日
|
|
6936
|
+
/**
|
|
6937
|
+
* handleFormSubmit
|
|
6938
|
+
* @desc:删除节点点击事件
|
|
6939
|
+
* @param {Object} formData 点击删除的form数据
|
|
6940
|
+
* @author liufan
|
|
6941
|
+
* @date 2022年11月29日
|
|
6913
6942
|
**/
|
|
6914
6943
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
6915
6944
|
var _this12 = this;
|
|
6916
6945
|
|
|
6917
6946
|
this.delLoading = true;
|
|
6918
6947
|
var params = {
|
|
6919
|
-
url: this.modalType == 'del' ? api["p" /* deleteFlow */] : api["
|
|
6948
|
+
url: this.modalType == 'del' ? api["p" /* deleteFlow */] : api["Gb" /* modifyFlow */],
|
|
6920
6949
|
method: 'POST',
|
|
6921
6950
|
data: { id: this.historyId, reason: formData.reason }
|
|
6922
6951
|
};
|
|
@@ -6945,12 +6974,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6945
6974
|
});
|
|
6946
6975
|
},
|
|
6947
6976
|
|
|
6948
|
-
/**
|
|
6949
|
-
* del
|
|
6950
|
-
* @desc:展示删除弹窗
|
|
6951
|
-
* @param {String} id 当前点击数据id
|
|
6952
|
-
* @author liufan
|
|
6953
|
-
* @date 2022年11月29日
|
|
6977
|
+
/**
|
|
6978
|
+
* del
|
|
6979
|
+
* @desc:展示删除弹窗
|
|
6980
|
+
* @param {String} id 当前点击数据id
|
|
6981
|
+
* @author liufan
|
|
6982
|
+
* @date 2022年11月29日
|
|
6954
6983
|
**/
|
|
6955
6984
|
del: function del(id, type) {
|
|
6956
6985
|
this.modalType = type;
|
|
@@ -6958,12 +6987,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6958
6987
|
this.showDel = true;
|
|
6959
6988
|
},
|
|
6960
6989
|
|
|
6961
|
-
/**
|
|
6962
|
-
* handleCurrentChange
|
|
6963
|
-
* @desc:监听页码变化
|
|
6964
|
-
* @param {String} val 当前页
|
|
6965
|
-
* @author liufan
|
|
6966
|
-
* @date 2022年11月29日
|
|
6990
|
+
/**
|
|
6991
|
+
* handleCurrentChange
|
|
6992
|
+
* @desc:监听页码变化
|
|
6993
|
+
* @param {String} val 当前页
|
|
6994
|
+
* @author liufan
|
|
6995
|
+
* @date 2022年11月29日
|
|
6967
6996
|
**/
|
|
6968
6997
|
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
6969
6998
|
this.currentPage = val;
|
|
@@ -6972,12 +7001,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6972
7001
|
}
|
|
6973
7002
|
},
|
|
6974
7003
|
|
|
6975
|
-
/**
|
|
6976
|
-
* handleSizeChange
|
|
6977
|
-
* @desc:监听每页数据显示数量变化
|
|
6978
|
-
* @param {String} val 每页展示数量
|
|
6979
|
-
* @author liufan
|
|
6980
|
-
* @date 2022年11月29日
|
|
7004
|
+
/**
|
|
7005
|
+
* handleSizeChange
|
|
7006
|
+
* @desc:监听每页数据显示数量变化
|
|
7007
|
+
* @param {String} val 每页展示数量
|
|
7008
|
+
* @author liufan
|
|
7009
|
+
* @date 2022年11月29日
|
|
6981
7010
|
**/
|
|
6982
7011
|
handleSizeChange: function handleSizeChange(val) {
|
|
6983
7012
|
this.pageSize = val;
|
|
@@ -6986,12 +7015,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6986
7015
|
}
|
|
6987
7016
|
},
|
|
6988
7017
|
|
|
6989
|
-
/**
|
|
6990
|
-
* sortChange
|
|
6991
|
-
* @desc:监听排序变化
|
|
6992
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
6993
|
-
* @author liufan
|
|
6994
|
-
* @date 2022年11月29日
|
|
7018
|
+
/**
|
|
7019
|
+
* sortChange
|
|
7020
|
+
* @desc:监听排序变化
|
|
7021
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
7022
|
+
* @author liufan
|
|
7023
|
+
* @date 2022年11月29日
|
|
6995
7024
|
**/
|
|
6996
7025
|
sortChange: function sortChange(info, type) {
|
|
6997
7026
|
var prop = info.prop;
|
|
@@ -7007,11 +7036,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7007
7036
|
}
|
|
7008
7037
|
},
|
|
7009
7038
|
|
|
7010
|
-
/**
|
|
7011
|
-
* getDeletList
|
|
7012
|
-
* @desc:删除列表数据
|
|
7013
|
-
* @author liufan
|
|
7014
|
-
* @date 2025年12月30日
|
|
7039
|
+
/**
|
|
7040
|
+
* getDeletList
|
|
7041
|
+
* @desc:删除列表数据
|
|
7042
|
+
* @author liufan
|
|
7043
|
+
* @date 2025年12月30日
|
|
7015
7044
|
**/
|
|
7016
7045
|
getDeletList: function getDeletList() {
|
|
7017
7046
|
var _this13 = this;
|
|
@@ -7040,11 +7069,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7040
7069
|
});
|
|
7041
7070
|
},
|
|
7042
7071
|
|
|
7043
|
-
/**
|
|
7044
|
-
* getResetList
|
|
7045
|
-
* @desc:重设列表数据
|
|
7046
|
-
* @author liufan
|
|
7047
|
-
* @date 2025年12月30日
|
|
7072
|
+
/**
|
|
7073
|
+
* getResetList
|
|
7074
|
+
* @desc:重设列表数据
|
|
7075
|
+
* @author liufan
|
|
7076
|
+
* @date 2025年12月30日
|
|
7048
7077
|
**/
|
|
7049
7078
|
getResetList: function getResetList() {
|
|
7050
7079
|
var _this14 = this;
|
|
@@ -7057,7 +7086,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7057
7086
|
|
|
7058
7087
|
this.resetLoading = true;
|
|
7059
7088
|
var params = {
|
|
7060
|
-
url: api["
|
|
7089
|
+
url: api["Tb" /* resetJson */] + '?appRecordId=' + businessId,
|
|
7061
7090
|
params: { appRecordId: businessId },
|
|
7062
7091
|
method: 'POST',
|
|
7063
7092
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
@@ -7074,11 +7103,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7074
7103
|
});
|
|
7075
7104
|
},
|
|
7076
7105
|
|
|
7077
|
-
/**
|
|
7078
|
-
* getPressList
|
|
7079
|
-
* @desc:催办列表数据
|
|
7080
|
-
* @author liufan
|
|
7081
|
-
* @date 2022年11月29日
|
|
7106
|
+
/**
|
|
7107
|
+
* getPressList
|
|
7108
|
+
* @desc:催办列表数据
|
|
7109
|
+
* @author liufan
|
|
7110
|
+
* @date 2022年11月29日
|
|
7082
7111
|
**/
|
|
7083
7112
|
getPressList: function getPressList() {
|
|
7084
7113
|
var _this15 = this;
|
|
@@ -7091,7 +7120,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7091
7120
|
|
|
7092
7121
|
this.pressLoading = true;
|
|
7093
7122
|
var params = {
|
|
7094
|
-
url: api["
|
|
7123
|
+
url: api["Kb" /* pressListJson */],
|
|
7095
7124
|
params: { historyId: historyId },
|
|
7096
7125
|
method: 'POST',
|
|
7097
7126
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
@@ -7108,12 +7137,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7108
7137
|
});
|
|
7109
7138
|
},
|
|
7110
7139
|
|
|
7111
|
-
/**
|
|
7112
|
-
* goPress
|
|
7113
|
-
* @desc:催办列表查看
|
|
7114
|
-
* @param {String} id 催办列表id
|
|
7115
|
-
* @author liufan
|
|
7116
|
-
* @date 2022年11月29日
|
|
7140
|
+
/**
|
|
7141
|
+
* goPress
|
|
7142
|
+
* @desc:催办列表查看
|
|
7143
|
+
* @param {String} id 催办列表id
|
|
7144
|
+
* @author liufan
|
|
7145
|
+
* @date 2022年11月29日
|
|
7117
7146
|
**/
|
|
7118
7147
|
goPress: function goPress(id) {
|
|
7119
7148
|
this.historyId = id;
|
|
@@ -7121,23 +7150,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7121
7150
|
this.getPressList();
|
|
7122
7151
|
},
|
|
7123
7152
|
|
|
7124
|
-
/**
|
|
7125
|
-
* showFile
|
|
7126
|
-
* @desc:附件查看
|
|
7127
|
-
* @param {String} ownId 附件id
|
|
7128
|
-
* @author liufan
|
|
7129
|
-
* @date 2022年11月29日
|
|
7153
|
+
/**
|
|
7154
|
+
* showFile
|
|
7155
|
+
* @desc:附件查看
|
|
7156
|
+
* @param {String} ownId 附件id
|
|
7157
|
+
* @author liufan
|
|
7158
|
+
* @date 2022年11月29日
|
|
7130
7159
|
**/
|
|
7131
7160
|
showFile: function showFile(ownId) {
|
|
7132
7161
|
this.wfpendingid = ownId;
|
|
7133
7162
|
this.showFileList = true;
|
|
7134
7163
|
},
|
|
7135
7164
|
|
|
7136
|
-
/**
|
|
7137
|
-
* handleChange
|
|
7138
|
-
* @desc:切换排序方式
|
|
7139
|
-
* @author liufan
|
|
7140
|
-
* @date 2022年11月22日
|
|
7165
|
+
/**
|
|
7166
|
+
* handleChange
|
|
7167
|
+
* @desc:切换排序方式
|
|
7168
|
+
* @author liufan
|
|
7169
|
+
* @date 2022年11月22日
|
|
7141
7170
|
**/
|
|
7142
7171
|
handleChange: function handleChange(key, value) {
|
|
7143
7172
|
if (value) {
|
|
@@ -7157,7 +7186,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7157
7186
|
switch (_context3.prev = _context3.next) {
|
|
7158
7187
|
case 0:
|
|
7159
7188
|
params = {
|
|
7160
|
-
url: api["
|
|
7189
|
+
url: api["O" /* fyListJson */],
|
|
7161
7190
|
params: {
|
|
7162
7191
|
appRecordId: _this16.businessId,
|
|
7163
7192
|
status: type
|
|
@@ -7187,17 +7216,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7187
7216
|
}))();
|
|
7188
7217
|
},
|
|
7189
7218
|
|
|
7190
|
-
/**
|
|
7191
|
-
* getFlowList
|
|
7192
|
-
* @desc:获取流程列表
|
|
7193
|
-
* @author liufan
|
|
7194
|
-
* @date 2022年11月22日
|
|
7219
|
+
/**
|
|
7220
|
+
* getFlowList
|
|
7221
|
+
* @desc:获取流程列表
|
|
7222
|
+
* @author liufan
|
|
7223
|
+
* @date 2022年11月22日
|
|
7195
7224
|
**/
|
|
7196
7225
|
getFlowList: function getFlowList(type) {
|
|
7197
7226
|
var _this17 = this;
|
|
7198
7227
|
|
|
7199
7228
|
var params = {
|
|
7200
|
-
url: api["
|
|
7229
|
+
url: api["Ib" /* pendedhistoryListJson */],
|
|
7201
7230
|
params: _extends({
|
|
7202
7231
|
apprecordid: this.businessId,
|
|
7203
7232
|
pendingAttr: 0,
|
|
@@ -7271,12 +7300,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7271
7300
|
});
|
|
7272
7301
|
},
|
|
7273
7302
|
|
|
7274
|
-
/**
|
|
7275
|
-
* handleClick
|
|
7276
|
-
* @desc:表单点击事件
|
|
7277
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
7278
|
-
* @author liufan
|
|
7279
|
-
* @date 2022年11月10日
|
|
7303
|
+
/**
|
|
7304
|
+
* handleClick
|
|
7305
|
+
* @desc:表单点击事件
|
|
7306
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
7307
|
+
* @author liufan
|
|
7308
|
+
* @date 2022年11月10日
|
|
7280
7309
|
**/
|
|
7281
7310
|
handleClick: function handleClick(val) {
|
|
7282
7311
|
var _this18 = this;
|
|
@@ -7322,13 +7351,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7322
7351
|
}
|
|
7323
7352
|
},
|
|
7324
7353
|
|
|
7325
|
-
/**
|
|
7326
|
-
* getCodeValue
|
|
7327
|
-
* @desc:获取代码表过滤后的值
|
|
7328
|
-
* @param {String} value 展示数据的代码值
|
|
7329
|
-
* @param {String} type 代码表类型
|
|
7330
|
-
* @author liufan
|
|
7331
|
-
* @date 2022年11月10日
|
|
7354
|
+
/**
|
|
7355
|
+
* getCodeValue
|
|
7356
|
+
* @desc:获取代码表过滤后的值
|
|
7357
|
+
* @param {String} value 展示数据的代码值
|
|
7358
|
+
* @param {String} type 代码表类型
|
|
7359
|
+
* @author liufan
|
|
7360
|
+
* @date 2022年11月10日
|
|
7332
7361
|
**/
|
|
7333
7362
|
getCodeValue: function getCodeValue(value, type) {
|
|
7334
7363
|
var val = this[type].filter(function (item) {
|
|
@@ -7337,18 +7366,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7337
7366
|
return val[0].shortName;
|
|
7338
7367
|
},
|
|
7339
7368
|
|
|
7340
|
-
/**
|
|
7341
|
-
* getSysInfo
|
|
7342
|
-
* @desc:获取代码表
|
|
7343
|
-
* @param {String} code 编码code值
|
|
7344
|
-
* @author liufan
|
|
7345
|
-
* @date 2022年11月10日
|
|
7369
|
+
/**
|
|
7370
|
+
* getSysInfo
|
|
7371
|
+
* @desc:获取代码表
|
|
7372
|
+
* @param {String} code 编码code值
|
|
7373
|
+
* @author liufan
|
|
7374
|
+
* @date 2022年11月10日
|
|
7346
7375
|
**/
|
|
7347
7376
|
getSysInfo: function getSysInfo(code) {
|
|
7348
7377
|
var _this19 = this;
|
|
7349
7378
|
|
|
7350
7379
|
var params = {
|
|
7351
|
-
url: api["
|
|
7380
|
+
url: api["G" /* findCodeValues */],
|
|
7352
7381
|
params: { ccCode: code }
|
|
7353
7382
|
};
|
|
7354
7383
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -7364,17 +7393,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7364
7393
|
}).catch(function (e) {});
|
|
7365
7394
|
},
|
|
7366
7395
|
|
|
7367
|
-
/**
|
|
7368
|
-
* getListInfo
|
|
7369
|
-
* @desc:获取预设列表数据
|
|
7370
|
-
* @author liufan
|
|
7371
|
-
* @date 2022年11月10日
|
|
7396
|
+
/**
|
|
7397
|
+
* getListInfo
|
|
7398
|
+
* @desc:获取预设列表数据
|
|
7399
|
+
* @author liufan
|
|
7400
|
+
* @date 2022年11月10日
|
|
7372
7401
|
**/
|
|
7373
7402
|
getListInfo: function getListInfo() {
|
|
7374
7403
|
var _this20 = this;
|
|
7375
7404
|
|
|
7376
7405
|
var param = {
|
|
7377
|
-
url: api["
|
|
7406
|
+
url: api["vc" /* toPresetInfoListIndex */],
|
|
7378
7407
|
params: { apprecordid: this.businessId }
|
|
7379
7408
|
};
|
|
7380
7409
|
util["a" /* default */].ajax(param).then(function (res) {
|