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/archives.js
ADDED
|
@@ -0,0 +1,1128 @@
|
|
|
1
|
+
module.exports =
|
|
2
|
+
/******/ (function(modules) { // webpackBootstrap
|
|
3
|
+
/******/ // The module cache
|
|
4
|
+
/******/ var installedModules = {};
|
|
5
|
+
/******/
|
|
6
|
+
/******/ // The require function
|
|
7
|
+
/******/ function __webpack_require__(moduleId) {
|
|
8
|
+
/******/
|
|
9
|
+
/******/ // Check if module is in cache
|
|
10
|
+
/******/ if(installedModules[moduleId]) {
|
|
11
|
+
/******/ return installedModules[moduleId].exports;
|
|
12
|
+
/******/ }
|
|
13
|
+
/******/ // Create a new module (and put it into the cache)
|
|
14
|
+
/******/ var module = installedModules[moduleId] = {
|
|
15
|
+
/******/ i: moduleId,
|
|
16
|
+
/******/ l: false,
|
|
17
|
+
/******/ exports: {}
|
|
18
|
+
/******/ };
|
|
19
|
+
/******/
|
|
20
|
+
/******/ // Execute the module function
|
|
21
|
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
22
|
+
/******/
|
|
23
|
+
/******/ // Flag the module as loaded
|
|
24
|
+
/******/ module.l = true;
|
|
25
|
+
/******/
|
|
26
|
+
/******/ // Return the exports of the module
|
|
27
|
+
/******/ return module.exports;
|
|
28
|
+
/******/ }
|
|
29
|
+
/******/
|
|
30
|
+
/******/
|
|
31
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
32
|
+
/******/ __webpack_require__.m = modules;
|
|
33
|
+
/******/
|
|
34
|
+
/******/ // expose the module cache
|
|
35
|
+
/******/ __webpack_require__.c = installedModules;
|
|
36
|
+
/******/
|
|
37
|
+
/******/ // define getter function for harmony exports
|
|
38
|
+
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
39
|
+
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
40
|
+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
41
|
+
/******/ }
|
|
42
|
+
/******/ };
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // define __esModule on exports
|
|
45
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
46
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
47
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
48
|
+
/******/ }
|
|
49
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
50
|
+
/******/ };
|
|
51
|
+
/******/
|
|
52
|
+
/******/ // create a fake namespace object
|
|
53
|
+
/******/ // mode & 1: value is a module id, require it
|
|
54
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
+
/******/ // mode & 4: return value when already ns object
|
|
56
|
+
/******/ // mode & 8|1: behave like require
|
|
57
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
58
|
+
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
59
|
+
/******/ if(mode & 8) return value;
|
|
60
|
+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
61
|
+
/******/ var ns = Object.create(null);
|
|
62
|
+
/******/ __webpack_require__.r(ns);
|
|
63
|
+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
64
|
+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
65
|
+
/******/ return ns;
|
|
66
|
+
/******/ };
|
|
67
|
+
/******/
|
|
68
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
69
|
+
/******/ __webpack_require__.n = function(module) {
|
|
70
|
+
/******/ var getter = module && module.__esModule ?
|
|
71
|
+
/******/ function getDefault() { return module['default']; } :
|
|
72
|
+
/******/ function getModuleExports() { return module; };
|
|
73
|
+
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
74
|
+
/******/ return getter;
|
|
75
|
+
/******/ };
|
|
76
|
+
/******/
|
|
77
|
+
/******/ // Object.prototype.hasOwnProperty.call
|
|
78
|
+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
|
+
/******/
|
|
80
|
+
/******/ // __webpack_public_path__
|
|
81
|
+
/******/ __webpack_require__.p = "/dist/";
|
|
82
|
+
/******/
|
|
83
|
+
/******/
|
|
84
|
+
/******/ // Load entry module and return exports
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 45);
|
|
86
|
+
/******/ })
|
|
87
|
+
/************************************************************************/
|
|
88
|
+
/******/ ({
|
|
89
|
+
|
|
90
|
+
/***/ 1:
|
|
91
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
|
+
|
|
93
|
+
"use strict";
|
|
94
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
|
|
95
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
|
|
96
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
|
|
97
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return logout; });
|
|
98
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initLogin; });
|
|
99
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return switchUserTo; });
|
|
100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getLoginCode; });
|
|
102
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
|
|
103
|
+
/* unused harmony export updateCode */
|
|
104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getModifyPassCode; });
|
|
105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
|
|
106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return loginModifyPassword; });
|
|
107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initModifyPassword; });
|
|
109
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
|
|
110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getTwoFactorLoginCode; });
|
|
111
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
|
|
112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return initRetrialAuth; });
|
|
113
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getRetrialAuthCode; });
|
|
114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return scanCodeRetrialAuth; });
|
|
115
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
|
|
116
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
|
|
117
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vc", function() { return userOnline; });
|
|
118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getUserAppWithTag; });
|
|
119
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return recordUserApp; });
|
|
120
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return mainConfig; });
|
|
121
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return initUserSet; });
|
|
122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return updateUserInfo; });
|
|
123
|
+
/* unused harmony export getUserImgUrl */
|
|
124
|
+
/* unused harmony export getDoorIndex */
|
|
125
|
+
/* unused harmony export refreshOnlineUsers */
|
|
126
|
+
/* unused harmony export getQuickMenuIds */
|
|
127
|
+
/* unused harmony export getApplicationIdArray */
|
|
128
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getComplexApplications; });
|
|
129
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getComplexApplicationsNew; });
|
|
130
|
+
/* unused harmony export getUserCustomInfo */
|
|
131
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return updateUserCustomInfo; });
|
|
132
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return sysMsgPage; });
|
|
133
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return ignoreSysMsg; });
|
|
134
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return ignoreAllSysMsg; });
|
|
135
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return searchType; });
|
|
136
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getSysParam; });
|
|
137
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getAdjunctProperties; });
|
|
138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return uploads; });
|
|
139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploadOnlyOne; });
|
|
140
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getAdjunctFileInfos; });
|
|
141
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return uploadSort; });
|
|
142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return downloadByAdjunctId; });
|
|
143
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadDownloads; });
|
|
144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunct; });
|
|
145
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return previewAdjunct2; });
|
|
146
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return previewAdjunctOffice; });
|
|
147
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
|
|
148
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
|
|
149
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
|
|
150
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
|
|
151
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getDochubBucket; });
|
|
152
|
+
/* unused harmony export upload_updateClassify */
|
|
153
|
+
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
154
|
+
/* unused harmony export getPictureBase64 */
|
|
155
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSelectorOrgTree; });
|
|
156
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getSelectorOrgDetail; });
|
|
157
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getOrgMainTree; });
|
|
158
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectOrgsubids; });
|
|
159
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysCode; });
|
|
160
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getDictList; });
|
|
161
|
+
/* unused harmony export findUserBaseInfo */
|
|
162
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return gethelpdoc; });
|
|
163
|
+
/* unused harmony export getCurrentuser */
|
|
164
|
+
/* unused harmony export mainDetail */
|
|
165
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartFlow; });
|
|
166
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return tempSave; });
|
|
167
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
|
|
168
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return editCommonOpion; });
|
|
170
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return saveCommonOpinion; });
|
|
171
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateCommonOpinion; });
|
|
172
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
|
|
173
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getProcessDefList; });
|
|
174
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNodeInfo; });
|
|
175
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findCodeValues; });
|
|
176
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return findSysParam; });
|
|
177
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return findSysCodes; });
|
|
178
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getNotificationMsg; });
|
|
179
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getHandleInfoHtml; });
|
|
180
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskHandleHtml; });
|
|
181
|
+
/* unused harmony export getView */
|
|
182
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return register; });
|
|
183
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryList; });
|
|
184
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskRejectHtml; });
|
|
185
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskRejectHtml; });
|
|
186
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toStartTaskRead; });
|
|
187
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toStartTaskReadIndex; });
|
|
188
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskReadHtml; });
|
|
189
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return rejectAndEnd; });
|
|
190
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toSendMsg; });
|
|
191
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return sendMsg; });
|
|
192
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return endFlowHtml; });
|
|
193
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return handleInfo; });
|
|
194
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return loginUserInfo; });
|
|
195
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wc", function() { return wss; });
|
|
196
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return topic; });
|
|
197
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getPresetCustomInfo; });
|
|
198
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getPresetNodeInfo; });
|
|
199
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskTransferIndex; });
|
|
200
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskTransfer; });
|
|
201
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toPresetInfoListIndex; });
|
|
202
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
|
|
203
|
+
/* unused harmony export historyListJson */
|
|
204
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pendedhistoryListJson; });
|
|
205
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return pressListJson; });
|
|
206
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
|
|
207
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return modifyFlow; });
|
|
208
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return isCanStartSubFlow; });
|
|
209
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTaskUnionExamine; });
|
|
210
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return taskUnionExamine; });
|
|
211
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskTakeAdvice; });
|
|
212
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskTakeAdvice; });
|
|
213
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskStartDraft; });
|
|
214
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskSupervise; });
|
|
215
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskSuperviseSub; });
|
|
216
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskStartDraft; });
|
|
217
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskReview; });
|
|
218
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskReview; });
|
|
219
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return toTaskUnionSeal; });
|
|
220
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return taskUnionSeal; });
|
|
221
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return toTwoOfficesDispatch; });
|
|
222
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return twoOfficesDispatch; });
|
|
223
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toResetProcessIndex; });
|
|
224
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return resetProcess; });
|
|
225
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskContinuationIndex; });
|
|
226
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskContinuation; });
|
|
227
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getFreeStartFlowParams; });
|
|
228
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return freeStartFlowWithSubmitTask; });
|
|
229
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
230
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
231
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return fyListJson; });
|
|
232
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return resetJson; });
|
|
233
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
|
|
234
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return restoredHistory; });
|
|
235
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
236
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
|
|
237
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReadWithDraw; });
|
|
238
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
239
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
240
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return sendList; });
|
|
241
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendInfo; });
|
|
242
|
+
/* unused harmony export sendSave */
|
|
243
|
+
/* unused harmony export sendUpdate */
|
|
244
|
+
/* unused harmony export sendDelete */
|
|
245
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendBatch; });
|
|
246
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return formContents; });
|
|
247
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
|
|
248
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return endFlowAndStartTaskCircularRead; });
|
|
249
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getNodeInfoForStart; });
|
|
250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeStartFlow; });
|
|
251
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUrgencyLevelChangedNotificationType; });
|
|
252
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toFreeTaskCircularRead; });
|
|
253
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return isCancelSecondConfirmation; });
|
|
254
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return freeTaskCircularRead; });
|
|
255
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toDefinitionChangeSort; });
|
|
256
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return setSort; });
|
|
257
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return queryUseCommonMenu; });
|
|
258
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getIndexCount; });
|
|
259
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return getVoteMeetingNum; });
|
|
260
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return getUserTipsInstanceNum; });
|
|
261
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getShareFilesReceiveCountNew; });
|
|
262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return queryChildMenuUrl; });
|
|
263
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return docHubApi; });
|
|
264
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return documentCode; });
|
|
265
|
+
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
266
|
+
// 登录
|
|
267
|
+
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
268
|
+
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
269
|
+
var doQrLogin = '/sso2/signIn/auth/doQrLogin'; // 扫码登录
|
|
270
|
+
var logout = '/sso2/signIn/auth/logout'; // 退出登录
|
|
271
|
+
var initLogin = '/sso2/signIn/auth/initLogin'; // 初始化登录页面参数
|
|
272
|
+
var switchUserTo = '/sso2/signIn/auth/switchTo'; // 切换登录用户; 身份切换
|
|
273
|
+
var changeImg = '/sso2/signIn/auth/changeImg'; // 获取图片验证码
|
|
274
|
+
var getLoginCode = '/sso2/signIn/auth/getLoginCode'; // 登录获取短信、邮箱验证码
|
|
275
|
+
var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码登录
|
|
276
|
+
var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
|
|
277
|
+
var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
|
|
278
|
+
var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
|
|
279
|
+
var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
|
|
280
|
+
var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
|
|
281
|
+
var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
|
|
282
|
+
var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
|
|
283
|
+
var getTwoFactorLoginCode = '/sso2/signIn/auth/getTwoFactorLoginCode'; // 双因素登录,通过消息中心发送登陆验证码给用户
|
|
284
|
+
var doTwoFactorLogin = '/sso2/signIn/auth/doTwoFactorLogin'; // 双因素登录
|
|
285
|
+
var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
|
|
286
|
+
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
287
|
+
var scanCodeRetrialAuth = '/sso2/retrialAuth/scanCodeRetrialAuth'; // 二维码扫码验证(二级权限验证)
|
|
288
|
+
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
289
|
+
var doAssistanceQrLogin = '/sso2/signIn/auth/doAssistanceQrLogin'; // 二级身份验证-验证码验证
|
|
290
|
+
|
|
291
|
+
// 框架
|
|
292
|
+
var userOnline = 'sys/v1/mecpSys/userOnlineListJson.dhtml'; // 在线人数列表
|
|
293
|
+
var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
|
|
294
|
+
var recordUserApp = '/sysv3/sysUucApp/recordUserApp'; // 记录应用点击率
|
|
295
|
+
var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
|
|
296
|
+
var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
|
|
297
|
+
var updateUserInfo = '/main2/main/updateUserInfo'; // 更新用户信息
|
|
298
|
+
var getUserImgUrl = '/main2/main/getUserImgUrl'; // 获取当前用户头像地址
|
|
299
|
+
var getDoorIndex = '/main2/main/getDoorIndex'; // 获取当前用户所在机构门户地址
|
|
300
|
+
var refreshOnlineUsers = '/main/user/refreshOnlineUsers.dhtml'; // 在线人数
|
|
301
|
+
var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷菜单ids; 返回; 分割的字符串
|
|
302
|
+
var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
|
|
303
|
+
var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
|
|
304
|
+
var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
|
|
305
|
+
var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
|
|
306
|
+
var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
|
|
307
|
+
// 框架 - 系统消息
|
|
308
|
+
var sysMsgPage = '/main2/notify/sysMsgPage'; // 获取系统消息
|
|
309
|
+
var ignoreSysMsg = '/main2/notify/ignoreSysMsg'; // 忽略系统消息
|
|
310
|
+
var ignoreAllSysMsg = '/main2/notify/ignoreAllSysMsg'; // 忽略全部系统消息
|
|
311
|
+
// 框架 - 搜索
|
|
312
|
+
var searchType = '/oceansearch/v2/search/catalog'; // 搜索分类类型
|
|
313
|
+
|
|
314
|
+
// 系统参数
|
|
315
|
+
var getSysParam = '/sys/systemSetting/getSysParam.dhtml'; // 获取系统参数
|
|
316
|
+
|
|
317
|
+
// 附件相关
|
|
318
|
+
var getAdjunctProperties = '/main2/mecpfileManagement/getAdjunctProperties'; // 获取附件扩展类型大小
|
|
319
|
+
var uploads = '/main2/mecpfileManagement/upload'; // 上传接口
|
|
320
|
+
var uploadOnlyOne = '/main2/mecpfileManagement/uploadOnlyOne'; // 上传接口(覆盖之前文件)
|
|
321
|
+
var getAdjunctFileInfos = '/main2/mecpfileManagement/getAdjunctFileInfos'; // 附件列表
|
|
322
|
+
var uploadSort = '/main2/mecpfileManagement/sort'; // 根据附件的ids排序附件
|
|
323
|
+
var downloadByAdjunctId = '/main2/mecpfileManagement/downloadByAdjunctId'; // 下载附件
|
|
324
|
+
var uploadDownloads = '/main2/mecpfileManagement/uploadDownloads'; // 批量下载//
|
|
325
|
+
var previewAdjunct = '/main2/mecpfileManagement/previewAdjunct'; // 预览附件
|
|
326
|
+
var previewAdjunct2 = '/main2/mecpfileManagement/previewAdjunct2/'; // 预览附件(带文件名)
|
|
327
|
+
var previewAdjunctOffice = '/document/webDocument/documentIndex.dhtml'; // 预览附件word excel ppt
|
|
328
|
+
var delAdjunct = '/main2/mecpfileManagement/delAdjunct'; // 删除附件
|
|
329
|
+
// 分片上传(dochub v2),优先使用 dochubConfig 下发的同名 url,这里仅作兜底
|
|
330
|
+
var chunkCheckFile = '/dochub/v2/chunk/checkFile'; // 秒传检测/断点续传查询
|
|
331
|
+
var chunkUploadChunk = '/dochub/v2/chunk/uploadChunk'; // 上传单个分片
|
|
332
|
+
var chunkMergeChunk = '/dochub/v2/chunk/mergeChunk'; // 合并分片并写入文档库
|
|
333
|
+
var getDochubBucket = '/dochub/v2/getBucket'; // 根据桶编码获取文档中台桶配置(含分片上传开关/参数)
|
|
334
|
+
var upload_updateClassify = '/main2/mecpfileManagement/updateClassify'; // 根据附件id保存该附件的分类信息
|
|
335
|
+
var getDeleteAdjunctFileInfos = '/main2/mecpfileManagement/getDeleteAdjunctFileInfos'; // 根据业务id和附件code获取相关已删除附件的元数据列表
|
|
336
|
+
var getPictureBase64 = '/main2/mecpfileManagement/getPictureBase64'; // 获取图片的base64编码
|
|
337
|
+
// 组织机构树
|
|
338
|
+
var getSelectorOrgTree = '/sys/v1/mecpSys/getSelectorOrgTree.dhtml';
|
|
339
|
+
// 选择器选择内容
|
|
340
|
+
var getSelectorOrgDetail = '/sys/v1/mecpSys/getSelectorOrgDetail.dhtml';
|
|
341
|
+
// 业务组织中心树
|
|
342
|
+
var getOrgMainTree = '/sys/v1/mecpSys/getOrgMainTree.dhtml';
|
|
343
|
+
// 业务组织中心树下级
|
|
344
|
+
var getSelectOrgsubids = '/sys/v1/mecpSys/getSelectOrgsubids.dhtml';
|
|
345
|
+
// 代码表
|
|
346
|
+
var findSysCode = '/sys/v1/mecpSys/findSysCode.dhtml';
|
|
347
|
+
var getDictList = '/dict/getDictDataList';
|
|
348
|
+
|
|
349
|
+
// 获取用户基本信息
|
|
350
|
+
var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
351
|
+
// 说明文档
|
|
352
|
+
var gethelpdoc = '/sys/v1/mecpSys/gethelpdoc.json';
|
|
353
|
+
// 获取当前用户信息
|
|
354
|
+
var getCurrentuser = '/sys/api/getCurrentuser.dhtml';
|
|
355
|
+
// 获取主题JSON
|
|
356
|
+
var mainDetail = '/config/configLayoutTheme/detail';
|
|
357
|
+
// -------------------- 流程接口 --------------------------
|
|
358
|
+
// 获取节点信息
|
|
359
|
+
// export const toStartFlow = '/api/mecp/v1/mecpItask/toStartFlow.json';
|
|
360
|
+
var toStartFlow = '/bpm/bpmBackend/toStartFlow';
|
|
361
|
+
// 暂存数据
|
|
362
|
+
var tempSave = flowPendingPrefix + '/task/taskHandle/tempSave.dhtml';
|
|
363
|
+
// 获取常用意见
|
|
364
|
+
// /oa/commonOpinionsManager/getOpinionsList.dhtml /api/v1/mecpIpending/commonOpion.json
|
|
365
|
+
// /api/v1/mecpIpending/commonOpion.json
|
|
366
|
+
var commonOpion = '/bpm/commonOpinionsManager/list';
|
|
367
|
+
// 添加常用意见
|
|
368
|
+
var addCommonOpion = '/bpm/commonOpinionsManager/add';
|
|
369
|
+
// 获取常用意见编辑信息
|
|
370
|
+
var editCommonOpion = '/bpm/commonOpinionsManager/edit';
|
|
371
|
+
// 常用意见新增
|
|
372
|
+
var saveCommonOpinion = flowPendingPrefix + '/commonOpinionsManager/save.dhtml';
|
|
373
|
+
// 常用意见修改
|
|
374
|
+
var updateCommonOpinion = flowPendingPrefix + '/commonOpinionsManager/update.dhtml';
|
|
375
|
+
var deleteCommonOpion = flowPendingPrefix + '/commonOpinionsManager/delete.dhtml';
|
|
376
|
+
// 获取选择流程
|
|
377
|
+
// export const getProcessDefList =
|
|
378
|
+
// '/api/mecp/v1/mecpItask/getProcessDefList.json';
|
|
379
|
+
var getProcessDefList = '/bpm/bpmBackend/toStartFlowIndex';
|
|
380
|
+
// 获取下步办理人 /api/mecp/v1/mecpItask/getNodeInfo.json
|
|
381
|
+
var getNodeInfo = flowPendingPrefix + '/task/taskHandle/getNodeInfo.dhtml';
|
|
382
|
+
|
|
383
|
+
// 系统消息
|
|
384
|
+
// 通知方式
|
|
385
|
+
var findCodeValues = '/bpm/bpmCommon/findCodeValues';
|
|
386
|
+
var findSysParam = '/bpm/bpmCommon/findSysParam';
|
|
387
|
+
var findSysCodes = flowPendingPrefix + '/task/taskHandle/getDefaultNotificationType.dhtml';
|
|
388
|
+
|
|
389
|
+
// 获取通知消息
|
|
390
|
+
var getNotificationMsg = flowPendingPrefix + '/task/taskHandle/getNotificationMsg.dhtml';
|
|
391
|
+
// 获取审核页面数据
|
|
392
|
+
var getHandleInfoHtml = '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
393
|
+
// export const getHandleInfoHtml =
|
|
394
|
+
// '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
395
|
+
// 获取节点信息(获取节点属性及办理人)
|
|
396
|
+
// export const getNodeInfoHtml = '/api/mecp/v1/mecpItask/getNodeInfoHtml.json';
|
|
397
|
+
// 提交办理
|
|
398
|
+
var taskHandleHtml = flowPendingPrefix + '/task/taskHandle/taskHandle.dhtml';
|
|
399
|
+
// 获取流程图
|
|
400
|
+
var getView = '/bpm/service/diagram/view.html';
|
|
401
|
+
// 开始流程
|
|
402
|
+
var register = flowPendingPrefix + '/task/taskHandle/startFlow.dhtml';
|
|
403
|
+
// 获取流程列表
|
|
404
|
+
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
405
|
+
// 获取审核按钮信息
|
|
406
|
+
// export const getHandleButtonHtml =
|
|
407
|
+
// '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
|
|
408
|
+
// 获取驳回页面信息
|
|
409
|
+
var toTaskRejectHtml = '/bpm/bpmBackend/toTaskReject';
|
|
410
|
+
// 驳回提交
|
|
411
|
+
var taskRejectHtml = '/bpm/bpmBackend/taskReject';
|
|
412
|
+
// 获取分阅信息
|
|
413
|
+
var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
|
|
414
|
+
// 获取分阅办理页面
|
|
415
|
+
var toStartTaskReadIndex = '/bpm/bpmBackend/toTaskReadIndex';
|
|
416
|
+
// 分阅提交
|
|
417
|
+
var taskReadHtml = flowPendingPrefix + '/task/taskHandle/taskRead.dhtml';
|
|
418
|
+
// 驳回并办结
|
|
419
|
+
var rejectAndEnd = flowPendingPrefix + '/task/taskHandle/rejectAndEnd.dhtml';
|
|
420
|
+
// 核稿通知
|
|
421
|
+
var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
|
|
422
|
+
// 核稿通知提交
|
|
423
|
+
var sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
|
|
424
|
+
// 直接办结
|
|
425
|
+
var endFlowHtml = flowPendingPrefix + '/task/taskHandle/endFlow.dhtml';
|
|
426
|
+
// 获取用户信息
|
|
427
|
+
// export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
428
|
+
// 搜索用户信息
|
|
429
|
+
var handleInfo = flowPendingPrefix + '/task/taskHandle/handleInfo.dhtml';
|
|
430
|
+
// 获取当前用户信息
|
|
431
|
+
var loginUserInfo = '/bpm/bpmCommon/loginUserInfo';
|
|
432
|
+
|
|
433
|
+
// WebSocket
|
|
434
|
+
var wss = window.wss || '/main2/ws';
|
|
435
|
+
// 订阅
|
|
436
|
+
var topic = '/user/topic/all';
|
|
437
|
+
// 流程预设
|
|
438
|
+
var getPresetCustomInfo = flowPendingPrefix + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
439
|
+
// 办理人预设
|
|
440
|
+
var getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.dhtml';
|
|
441
|
+
// 获取转办页面数据
|
|
442
|
+
var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
|
|
443
|
+
// 转办提交按钮
|
|
444
|
+
var taskTransfer = flowPendingPrefix + '/task/taskHandle/taskTransfer.dhtml';
|
|
445
|
+
// 流程预设列表
|
|
446
|
+
var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
|
|
447
|
+
// 流程预设置为失效
|
|
448
|
+
var deletePresetInfo = flowPendingPrefix + '/task/taskHandle/deletePresetInfo.dhtml';
|
|
449
|
+
// 流程列表
|
|
450
|
+
var historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
|
|
451
|
+
// 获取流程列表配置
|
|
452
|
+
var pendedhistoryListJson = flowPendingPrefix + '/pendedhistoryManager/pendedhistoryListJson';
|
|
453
|
+
// 获取催办列表
|
|
454
|
+
var pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
|
|
455
|
+
// 删除流程列表节点
|
|
456
|
+
var deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
|
|
457
|
+
// 修改流程列表意见
|
|
458
|
+
var modifyFlow = flowPendingPrefix + '/pendedhistoryManager/modify.dhtml';
|
|
459
|
+
// 是否允许启动子流程(必经节点)
|
|
460
|
+
var isCanStartSubFlow = flowPendingPrefix + '/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
461
|
+
// 联合审核
|
|
462
|
+
var toTaskUnionExamine = '/bpm/bpmBackend/toTaskUnionExamine';
|
|
463
|
+
// 联合审核提交
|
|
464
|
+
var taskUnionExamine = flowPendingPrefix + '/task/taskHandle/taskUnionExamine.dhtml';
|
|
465
|
+
// 征求意见
|
|
466
|
+
var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
467
|
+
// 征求意见提交
|
|
468
|
+
var taskTakeAdvice = flowPendingPrefix + '/task/taskHandle/taskTakeAdvice.dhtml';
|
|
469
|
+
// 稿件递送
|
|
470
|
+
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
471
|
+
// 获取督办页面信息
|
|
472
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
473
|
+
// 督办提交
|
|
474
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
475
|
+
// 稿件递送提交接口
|
|
476
|
+
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
477
|
+
var taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
478
|
+
// 复核
|
|
479
|
+
var toTaskReview = '/bpm/bpmBackend/toTaskReview';
|
|
480
|
+
// 复核提交
|
|
481
|
+
var taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
|
|
482
|
+
// 联合用印
|
|
483
|
+
var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
|
|
484
|
+
// 联合用印提交
|
|
485
|
+
var taskUnionSeal = flowPendingPrefix + '/task/taskHandle/taskUnionSeal.dhtml';
|
|
486
|
+
// 报送两办
|
|
487
|
+
var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
|
|
488
|
+
// 报送两办提交
|
|
489
|
+
var twoOfficesDispatch = flowPendingPrefix + '/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
490
|
+
// 重设流程
|
|
491
|
+
var toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
|
|
492
|
+
// 提交重设流程
|
|
493
|
+
var resetProcess = flowPendingPrefix + '/task/taskHandle/resetProcess.dhtml';
|
|
494
|
+
// 续办流程
|
|
495
|
+
var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
|
|
496
|
+
// 续办提交
|
|
497
|
+
var taskContinuation = flowPendingPrefix + '/task/taskHandle/taskContinuation.dhtml';
|
|
498
|
+
// 自由发起流程获取配置参数
|
|
499
|
+
var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
|
|
500
|
+
// 自由发起流程提交
|
|
501
|
+
var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
|
|
502
|
+
// 传阅新流程发起外单位数据校验
|
|
503
|
+
var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
|
|
504
|
+
// 获取传阅列表
|
|
505
|
+
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
506
|
+
// 获取分阅情况列表
|
|
507
|
+
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
508
|
+
// 获取重设记录列表
|
|
509
|
+
var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
|
|
510
|
+
// 获取删除记录列表
|
|
511
|
+
var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
|
|
512
|
+
// 恢复删除记录
|
|
513
|
+
var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
|
|
514
|
+
// 批量删除
|
|
515
|
+
var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
|
|
516
|
+
|
|
517
|
+
// 传阅列表撤回
|
|
518
|
+
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
519
|
+
// 撤销分阅
|
|
520
|
+
var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
|
|
521
|
+
// 阅转办提交流程
|
|
522
|
+
var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
|
|
523
|
+
// 阅转办校验接口
|
|
524
|
+
var checkBusinessIdStartedReadTransferHandle = '/bpm/bpmBackend/checkBusinessIdStartedReadTransferHandle';
|
|
525
|
+
// notifySend 消息发送
|
|
526
|
+
var sendList = '/notify2/notifySendRecord/listJson';
|
|
527
|
+
var sendInfo = '/notify2/notifySendRecord/info';
|
|
528
|
+
var sendSave = '/notify2/notifySendRecord/save';
|
|
529
|
+
var sendUpdate = '/notify2/notifySendRecord/update';
|
|
530
|
+
var sendDelete = '/notify2/notifySendRecord/deleteById';
|
|
531
|
+
// 重发
|
|
532
|
+
var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
533
|
+
|
|
534
|
+
// 表单结构
|
|
535
|
+
|
|
536
|
+
var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
|
|
537
|
+
var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
|
|
538
|
+
var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
|
|
539
|
+
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
540
|
+
var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
|
|
541
|
+
var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
|
|
542
|
+
// 自由发起传阅查询
|
|
543
|
+
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
544
|
+
// 提交是否二次确认
|
|
545
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
546
|
+
|
|
547
|
+
// 自由发起传阅提交
|
|
548
|
+
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
549
|
+
// 获取排序流程
|
|
550
|
+
var toDefinitionChangeSort = '/bpm/bpmBackend/toDefinitionChangeSort';
|
|
551
|
+
// 设置流程排序
|
|
552
|
+
var setSort = '/bpm/bpmdefinition/setSort.json ';
|
|
553
|
+
// 查询常用菜单列表信息
|
|
554
|
+
var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
|
|
555
|
+
// 查询待办任务数量
|
|
556
|
+
var getIndexCount = '/bpm/pendingIndex/getIndexCount.dhtml';
|
|
557
|
+
// 查询我的会议数量
|
|
558
|
+
var getVoteMeetingNum = '/conference/v1/voteMeeting/getVoteMeetingNum.json';
|
|
559
|
+
// 查询待签收/据签收任务数量
|
|
560
|
+
var getUserTipsInstanceNum = '/archives/llm/subject/getUserTipsInstanceNum';
|
|
561
|
+
// 查询待接收文件数量
|
|
562
|
+
var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveCountNew.dhtml';
|
|
563
|
+
|
|
564
|
+
// 查询左侧我的提醒和我的快捷菜单
|
|
565
|
+
var queryChildMenuUrl = '/sys/v1/userCustom/queryChildMenu.dhtml?type=2';
|
|
566
|
+
// 公文相关接口
|
|
567
|
+
var docHubApi = {
|
|
568
|
+
// 正文查询
|
|
569
|
+
queryDocument: '/dochub/v2/getDocument',
|
|
570
|
+
copyDocument: '/dochub/v2/copyDocument',
|
|
571
|
+
deleteDocument: '/dochub/v2/deleteDocument',
|
|
572
|
+
downloadFiles: '/dochub/v2/compressMultiDownloadDocument',
|
|
573
|
+
uploadDocument: '/dochub/v2/uploadDocument',
|
|
574
|
+
getDocumentProperties: '/main2/mecpfileManagement/getAdjunctProperties'
|
|
575
|
+
};
|
|
576
|
+
|
|
577
|
+
var documentCode = {
|
|
578
|
+
// 公文正文
|
|
579
|
+
archivesDocument: 'archives_document',
|
|
580
|
+
// 发文附件
|
|
581
|
+
dispatchAcc: 'dispatch_acc',
|
|
582
|
+
// 仅发文使用的附件
|
|
583
|
+
dispatchOnlyAcc: 'dispatch_only_acc',
|
|
584
|
+
// 收文附件
|
|
585
|
+
receiptAcc: 'receipt_acc',
|
|
586
|
+
// 处理签
|
|
587
|
+
archivesSuggestion: 'archives_suggestion',
|
|
588
|
+
// 公文模板
|
|
589
|
+
archivesTemplate: 'archives_template',
|
|
590
|
+
// 公开属性认定审核表附件编码
|
|
591
|
+
infoPublic: 'info_public'
|
|
592
|
+
};
|
|
593
|
+
|
|
594
|
+
/***/ }),
|
|
595
|
+
|
|
596
|
+
/***/ 22:
|
|
597
|
+
/***/ (function(module, exports) {
|
|
598
|
+
|
|
599
|
+
module.exports = require("vue");
|
|
600
|
+
|
|
601
|
+
/***/ }),
|
|
602
|
+
|
|
603
|
+
/***/ 3:
|
|
604
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
605
|
+
|
|
606
|
+
"use strict";
|
|
607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
|
|
608
|
+
/* globals __VUE_SSR_CONTEXT__ */
|
|
609
|
+
|
|
610
|
+
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
611
|
+
// This module is a runtime utility for cleaner component module output and will
|
|
612
|
+
// be included in the final webpack user bundle.
|
|
613
|
+
|
|
614
|
+
function normalizeComponent(
|
|
615
|
+
scriptExports,
|
|
616
|
+
render,
|
|
617
|
+
staticRenderFns,
|
|
618
|
+
functionalTemplate,
|
|
619
|
+
injectStyles,
|
|
620
|
+
scopeId,
|
|
621
|
+
moduleIdentifier /* server only */,
|
|
622
|
+
shadowMode /* vue-cli only */
|
|
623
|
+
) {
|
|
624
|
+
// Vue.extend constructor export interop
|
|
625
|
+
var options =
|
|
626
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
627
|
+
|
|
628
|
+
// render functions
|
|
629
|
+
if (render) {
|
|
630
|
+
options.render = render
|
|
631
|
+
options.staticRenderFns = staticRenderFns
|
|
632
|
+
options._compiled = true
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
// functional template
|
|
636
|
+
if (functionalTemplate) {
|
|
637
|
+
options.functional = true
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
// scopedId
|
|
641
|
+
if (scopeId) {
|
|
642
|
+
options._scopeId = 'data-v-' + scopeId
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
var hook
|
|
646
|
+
if (moduleIdentifier) {
|
|
647
|
+
// server build
|
|
648
|
+
hook = function (context) {
|
|
649
|
+
// 2.3 injection
|
|
650
|
+
context =
|
|
651
|
+
context || // cached call
|
|
652
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
653
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
654
|
+
// 2.2 with runInNewContext: true
|
|
655
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
656
|
+
context = __VUE_SSR_CONTEXT__
|
|
657
|
+
}
|
|
658
|
+
// inject component styles
|
|
659
|
+
if (injectStyles) {
|
|
660
|
+
injectStyles.call(this, context)
|
|
661
|
+
}
|
|
662
|
+
// register component module identifier for async chunk inferrence
|
|
663
|
+
if (context && context._registeredComponents) {
|
|
664
|
+
context._registeredComponents.add(moduleIdentifier)
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
// used by ssr in case component is cached and beforeCreate
|
|
668
|
+
// never gets called
|
|
669
|
+
options._ssrRegister = hook
|
|
670
|
+
} else if (injectStyles) {
|
|
671
|
+
hook = shadowMode
|
|
672
|
+
? function () {
|
|
673
|
+
injectStyles.call(
|
|
674
|
+
this,
|
|
675
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
676
|
+
)
|
|
677
|
+
}
|
|
678
|
+
: injectStyles
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
if (hook) {
|
|
682
|
+
if (options.functional) {
|
|
683
|
+
// for template-only hot-reload because in that case the render fn doesn't
|
|
684
|
+
// go through the normalizer
|
|
685
|
+
options._injectStyles = hook
|
|
686
|
+
// register for functional component in vue file
|
|
687
|
+
var originalRender = options.render
|
|
688
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
689
|
+
hook.call(context)
|
|
690
|
+
return originalRender(h, context)
|
|
691
|
+
}
|
|
692
|
+
} else {
|
|
693
|
+
// inject component registration as beforeCreate hook
|
|
694
|
+
var existing = options.beforeCreate
|
|
695
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
return {
|
|
700
|
+
exports: scriptExports,
|
|
701
|
+
options: options
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
/***/ }),
|
|
707
|
+
|
|
708
|
+
/***/ 45:
|
|
709
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
710
|
+
|
|
711
|
+
"use strict";
|
|
712
|
+
// ESM COMPAT FLAG
|
|
713
|
+
__webpack_require__.r(__webpack_exports__);
|
|
714
|
+
|
|
715
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/archives/src/main.vue?vue&type=template&id=7f012164&
|
|
716
|
+
var render = function () {
|
|
717
|
+
var _vm = this
|
|
718
|
+
var _h = _vm.$createElement
|
|
719
|
+
var _c = _vm._self._c || _h
|
|
720
|
+
return _c(
|
|
721
|
+
"div",
|
|
722
|
+
{ staticClass: "es-archives", on: { click: _vm.addOrEditDocument } },
|
|
723
|
+
[_c("span", [_vm._v(_vm._s(_vm.propsDocumentTitle))])]
|
|
724
|
+
)
|
|
725
|
+
}
|
|
726
|
+
var staticRenderFns = []
|
|
727
|
+
render._withStripped = true
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
// CONCATENATED MODULE: ./packages/archives/src/main.vue?vue&type=template&id=7f012164&
|
|
731
|
+
|
|
732
|
+
// EXTERNAL MODULE: ./src/config/api.js
|
|
733
|
+
var api = __webpack_require__(1);
|
|
734
|
+
|
|
735
|
+
// EXTERNAL MODULE: external "vue"
|
|
736
|
+
var external_vue_ = __webpack_require__(22);
|
|
737
|
+
var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
738
|
+
|
|
739
|
+
// CONCATENATED MODULE: ./src/utils/bus.js
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
/* harmony default export */ var bus = (new external_vue_default.a());
|
|
743
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/archives/src/main.vue?vue&type=script&lang=js&
|
|
744
|
+
//
|
|
745
|
+
//
|
|
746
|
+
//
|
|
747
|
+
//
|
|
748
|
+
//
|
|
749
|
+
//
|
|
750
|
+
//
|
|
751
|
+
//
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
/* harmony default export */ var mainvue_type_script_lang_js_ = ({
|
|
756
|
+
name: 'EsArchives',
|
|
757
|
+
inheritAttrs: false,
|
|
758
|
+
|
|
759
|
+
props: {
|
|
760
|
+
isDispatch: {
|
|
761
|
+
type: Boolean,
|
|
762
|
+
default: true
|
|
763
|
+
},
|
|
764
|
+
businessTitle: {
|
|
765
|
+
type: String,
|
|
766
|
+
default: ''
|
|
767
|
+
},
|
|
768
|
+
documentId: {
|
|
769
|
+
type: String,
|
|
770
|
+
default: ''
|
|
771
|
+
},
|
|
772
|
+
businessId: {
|
|
773
|
+
type: String,
|
|
774
|
+
default: ''
|
|
775
|
+
},
|
|
776
|
+
documentParams: {
|
|
777
|
+
type: Object,
|
|
778
|
+
default: function _default() {
|
|
779
|
+
return {
|
|
780
|
+
cmd: 'New',
|
|
781
|
+
redFileElementOption: {}
|
|
782
|
+
};
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
readonly: {
|
|
786
|
+
default: false
|
|
787
|
+
},
|
|
788
|
+
pageType: {
|
|
789
|
+
type: Number,
|
|
790
|
+
default: 0
|
|
791
|
+
},
|
|
792
|
+
documentTitle: {
|
|
793
|
+
type: String,
|
|
794
|
+
default: '新增正文'
|
|
795
|
+
},
|
|
796
|
+
code: {
|
|
797
|
+
type: String,
|
|
798
|
+
default: ''
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
data: function data() {
|
|
802
|
+
return {
|
|
803
|
+
fileInput: null,
|
|
804
|
+
textInfo: [],
|
|
805
|
+
contentFileId: this.documentId,
|
|
806
|
+
propsDocumentTitle: this.documentTitle,
|
|
807
|
+
onlineType: this.documentParams.cmd,
|
|
808
|
+
dochubBoot: null
|
|
809
|
+
};
|
|
810
|
+
},
|
|
811
|
+
|
|
812
|
+
watch: {
|
|
813
|
+
documentTitle: {
|
|
814
|
+
deep: true,
|
|
815
|
+
handler: function handler(val) {
|
|
816
|
+
console.log('this.textInfo', this.textInfo);
|
|
817
|
+
if (this.textInfo.length > 0) {
|
|
818
|
+
this.propsDocumentTitle = val;
|
|
819
|
+
} else {
|
|
820
|
+
this.propsDocumentTitle = '新增正文';
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
mounted: function mounted() {
|
|
826
|
+
var _this2 = this;
|
|
827
|
+
|
|
828
|
+
if (this.pageType != 0) {
|
|
829
|
+
this.getDucumentInfo();
|
|
830
|
+
}
|
|
831
|
+
this.initFileInput();
|
|
832
|
+
// 默认加载脚本并初始化 dochubBoot
|
|
833
|
+
this.initDochubBoot();
|
|
834
|
+
this.pubLoadJS('/dochub-ui/js/dochub.js', function () {
|
|
835
|
+
_this2.pubLoadJS('/dochub-ui/js/link/notify.js', function () {
|
|
836
|
+
_this2.initDochubNotify(api["B" /* documentCode */].dispatchAcc, 'archivesFile');
|
|
837
|
+
_this2.initDochubNotify(api["B" /* documentCode */].dispatchOnlyAcc, 'sendFile');
|
|
838
|
+
});
|
|
839
|
+
});
|
|
840
|
+
// 监听事件
|
|
841
|
+
bus.$on('callBootCommit', function (callback) {
|
|
842
|
+
console.log('callBootCommit,bus.on');
|
|
843
|
+
_this2.callBootCommit(callback);
|
|
844
|
+
});
|
|
845
|
+
},
|
|
846
|
+
|
|
847
|
+
methods: {
|
|
848
|
+
pubLoadJS: function pubLoadJS(url, callback) {
|
|
849
|
+
var script = document.createElement('script'),
|
|
850
|
+
fn = callback || function () {};
|
|
851
|
+
script.type = 'text/javascript';
|
|
852
|
+
//IE
|
|
853
|
+
if (script.readyState) {
|
|
854
|
+
script.onreadystatechange = function () {
|
|
855
|
+
if (script.readyState == 'loaded' || script.readyState == 'complete') {
|
|
856
|
+
script.onreadystatechange = null;
|
|
857
|
+
fn();
|
|
858
|
+
}
|
|
859
|
+
};
|
|
860
|
+
} else {
|
|
861
|
+
//其他浏览器
|
|
862
|
+
script.onload = function () {
|
|
863
|
+
fn();
|
|
864
|
+
};
|
|
865
|
+
}
|
|
866
|
+
script.src = url;
|
|
867
|
+
document.getElementsByTagName('head')[0].appendChild(script);
|
|
868
|
+
},
|
|
869
|
+
getDucumentInfo: function getDucumentInfo() {
|
|
870
|
+
var _this3 = this;
|
|
871
|
+
|
|
872
|
+
this.$.ajax({
|
|
873
|
+
url: api["A" /* docHubApi */].queryDocument,
|
|
874
|
+
params: {
|
|
875
|
+
documentId: this.documentId
|
|
876
|
+
}
|
|
877
|
+
}).then(function (res) {
|
|
878
|
+
console.log('res', res);
|
|
879
|
+
if (res.rCode == 0) {
|
|
880
|
+
if (res.results) {
|
|
881
|
+
_this3.textInfo = [res.results.documentFile];
|
|
882
|
+
} else {
|
|
883
|
+
_this3.$message({
|
|
884
|
+
type: 'error',
|
|
885
|
+
message: '未找到该正文信息,请重新上传!'
|
|
886
|
+
});
|
|
887
|
+
_this3.propsDocumentTitle = '新增正文';
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
});
|
|
891
|
+
},
|
|
892
|
+
|
|
893
|
+
// 新增方法,用于让外部组件调用 boot.commit()
|
|
894
|
+
callBootCommit: function callBootCommit(callback) {
|
|
895
|
+
console.log('callBootCommit,methods');
|
|
896
|
+
if (this.dochubBoot) {
|
|
897
|
+
try {
|
|
898
|
+
return this.dochubBoot.commit(callback);
|
|
899
|
+
// return true;
|
|
900
|
+
} catch (e) {
|
|
901
|
+
return true;
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
|
|
906
|
+
// 抽取公共初始化方法
|
|
907
|
+
initDochubBoot: function initDochubBoot() {
|
|
908
|
+
var openAfterInit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
|
909
|
+
|
|
910
|
+
var _this = this;
|
|
911
|
+
this.pubLoadJS('/dochub-ui/upload/dochubDocumentBoot.js', function () {
|
|
912
|
+
_this.dochubBoot = new DochubDocumentBoot({
|
|
913
|
+
openMode: 'docHub',
|
|
914
|
+
businessId: _this.businessId,
|
|
915
|
+
bucketCode: api["B" /* documentCode */].archivesDocument,
|
|
916
|
+
documentId: _this.contentFileId,
|
|
917
|
+
docHubCode: _this.code,
|
|
918
|
+
businessTitle: _this.businessTitle,
|
|
919
|
+
cmd: _this.onlineType,
|
|
920
|
+
action: _this.documentParams.action,
|
|
921
|
+
adjunctId: _this.businessId,
|
|
922
|
+
// 红头参数
|
|
923
|
+
redFileElementOption: _this.documentParams.redFileElementOption,
|
|
924
|
+
updateDocumentCallback: function updateDocumentCallback(data) {
|
|
925
|
+
console.log('initDochubData', data);
|
|
926
|
+
_this.textInfo = [data.document.documentFile];
|
|
927
|
+
if (_this.documentTitle != '套红' && _this.documentTitle != '用印') {
|
|
928
|
+
_this.propsDocumentTitle = '编辑正文';
|
|
929
|
+
}
|
|
930
|
+
_this.contentFileId = data.document ? data.document.docTagId : data.docTagId;
|
|
931
|
+
_this.$emit('updateDocument', _this.contentFileId);
|
|
932
|
+
_this.onlineType = 'Edit';
|
|
933
|
+
}
|
|
934
|
+
}, openAfterInit ? function () {
|
|
935
|
+
return _this.dochubBoot.open();
|
|
936
|
+
} : null);
|
|
937
|
+
});
|
|
938
|
+
},
|
|
939
|
+
|
|
940
|
+
// 抽取通知初始化方法
|
|
941
|
+
initDochubNotify: function initDochubNotify(bucketCode, type) {
|
|
942
|
+
var _this4 = this;
|
|
943
|
+
|
|
944
|
+
var notify = new window.DochubNotify({
|
|
945
|
+
notifyCode: 'dochubDocumentBoot',
|
|
946
|
+
bucketCode: bucketCode,
|
|
947
|
+
businessId: this.businessId
|
|
948
|
+
});
|
|
949
|
+
notify.events.documentListChanged.received = function (data) {
|
|
950
|
+
console.log(bucketCode + '附件上传回调事件 ', data);
|
|
951
|
+
_this4.$emit('updateAttachment', { type: type });
|
|
952
|
+
};
|
|
953
|
+
return notify;
|
|
954
|
+
},
|
|
955
|
+
|
|
956
|
+
// 初始化文件输入框
|
|
957
|
+
initFileInput: function initFileInput() {
|
|
958
|
+
var _this5 = this;
|
|
959
|
+
|
|
960
|
+
this.$.ajax({
|
|
961
|
+
url: api["A" /* docHubApi */].getDocumentProperties,
|
|
962
|
+
params: { code: api["B" /* documentCode */].archivesDocument }
|
|
963
|
+
}).then(function (res) {
|
|
964
|
+
if (res.rCode == 0) {
|
|
965
|
+
_this5.fileInput.accept = res.results.fileTypeExtName.replace(/;/g, ',');
|
|
966
|
+
}
|
|
967
|
+
});
|
|
968
|
+
// 检查是否已存在文件输入框
|
|
969
|
+
if (!this.fileInput) {
|
|
970
|
+
this.fileInput = document.createElement('input');
|
|
971
|
+
this.fileInput.type = 'file';
|
|
972
|
+
// this.fileInput.accept = '.doc,.docx,.pdf,.ofd'; // 限制文件类型
|
|
973
|
+
this.fileInput.style.display = 'none';
|
|
974
|
+
|
|
975
|
+
// 监听文件选择事件
|
|
976
|
+
this.fileInput.addEventListener('change', function (e) {
|
|
977
|
+
var file = e.target.files[0];
|
|
978
|
+
if (file) {
|
|
979
|
+
_this5.handleFileUpload(file);
|
|
980
|
+
}
|
|
981
|
+
// 重置输入框,以便能重复选择同一个文件
|
|
982
|
+
_this5.fileInput.value = '';
|
|
983
|
+
});
|
|
984
|
+
|
|
985
|
+
// 添加到文档中
|
|
986
|
+
document.body.appendChild(this.fileInput);
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
|
|
990
|
+
// 处理文件上传
|
|
991
|
+
handleFileUpload: function handleFileUpload(file) {
|
|
992
|
+
var _this6 = this;
|
|
993
|
+
|
|
994
|
+
// 显示加载状态
|
|
995
|
+
this.$loading({ text: '文件上传中...' });
|
|
996
|
+
|
|
997
|
+
var formData = new FormData();
|
|
998
|
+
formData.append('file', file);
|
|
999
|
+
formData.append('businessId', this.businessId);
|
|
1000
|
+
formData.append('bucketCode', api["B" /* documentCode */].archivesDocument);
|
|
1001
|
+
|
|
1002
|
+
// 使用原生fetch API上传文件
|
|
1003
|
+
fetch(api["A" /* docHubApi */].uploadDocument, {
|
|
1004
|
+
method: 'POST',
|
|
1005
|
+
body: formData,
|
|
1006
|
+
credentials: 'include' // 包含cookies
|
|
1007
|
+
}).then(function (response) {
|
|
1008
|
+
return response.json();
|
|
1009
|
+
}).then(function (res) {
|
|
1010
|
+
_this6.$loading().close();
|
|
1011
|
+
if (res.rCode == 0 && res.results) {
|
|
1012
|
+
// 更新文件信息
|
|
1013
|
+
var fileInfo = res.results.documentFile || res.results;
|
|
1014
|
+
_this6.textInfo = [fileInfo];
|
|
1015
|
+
_this6.contentFileId = res.results.docTagId;
|
|
1016
|
+
_this6.propsDocumentTitle = '编辑正文';
|
|
1017
|
+
_this6.$emit('uploadDocument', fileInfo.docName.replace(/\.[^/.]+$/, ''), res.results.docTagId);
|
|
1018
|
+
_this6.initDochubBoot();
|
|
1019
|
+
_this6.onlineType = 'Edit';
|
|
1020
|
+
_this6.initDochubBoot();
|
|
1021
|
+
if (fileInfo.warningWordMsg) {
|
|
1022
|
+
_this6.$alert(fileInfo.warningWordMsg);
|
|
1023
|
+
} else {
|
|
1024
|
+
_this6.$message({
|
|
1025
|
+
type: 'success',
|
|
1026
|
+
message: '文件上传成功!'
|
|
1027
|
+
});
|
|
1028
|
+
}
|
|
1029
|
+
} else {
|
|
1030
|
+
_this6.$message({
|
|
1031
|
+
type: 'error',
|
|
1032
|
+
message: res.msg || '文件上传失败!'
|
|
1033
|
+
});
|
|
1034
|
+
}
|
|
1035
|
+
}).catch(function (error) {
|
|
1036
|
+
_this6.$loading().close();
|
|
1037
|
+
console.error('文件上传错误:', error);
|
|
1038
|
+
_this6.$message({
|
|
1039
|
+
type: 'error',
|
|
1040
|
+
message: '文件上传过程中发生错误!'
|
|
1041
|
+
});
|
|
1042
|
+
});
|
|
1043
|
+
},
|
|
1044
|
+
addOrEditDocument: function addOrEditDocument() {
|
|
1045
|
+
if (this.textInfo.length > 0) {
|
|
1046
|
+
this.documentClick();
|
|
1047
|
+
} else {
|
|
1048
|
+
this.uploadDocument();
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
|
|
1052
|
+
// 修改uploadDocument方法,使用原生文件上传
|
|
1053
|
+
uploadDocument: function uploadDocument() {
|
|
1054
|
+
var _this7 = this;
|
|
1055
|
+
|
|
1056
|
+
// 触发文件选择对话框
|
|
1057
|
+
if (this.fileInput) {
|
|
1058
|
+
this.fileInput.click();
|
|
1059
|
+
} else {
|
|
1060
|
+
// 如果文件输入框未初始化,先初始化再触发
|
|
1061
|
+
this.initFileInput();
|
|
1062
|
+
setTimeout(function () {
|
|
1063
|
+
if (_this7.fileInput) {
|
|
1064
|
+
_this7.fileInput.click();
|
|
1065
|
+
}
|
|
1066
|
+
}, 100);
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
|
|
1070
|
+
// 正文点击事件
|
|
1071
|
+
documentClick: function documentClick() {
|
|
1072
|
+
var _this8 = this;
|
|
1073
|
+
|
|
1074
|
+
if (this.propsDocumentTitle === '套红' || this.propsDocumentTitle === '用印') {
|
|
1075
|
+
this.$emit('validateDocument', function (isValid) {
|
|
1076
|
+
if (isValid) {
|
|
1077
|
+
_this8.$nextTick(function () {
|
|
1078
|
+
if (_this8.isDispatch) {
|
|
1079
|
+
_this8.saveArchiveForm();
|
|
1080
|
+
} else {
|
|
1081
|
+
_this8.initDochubBoot(true);
|
|
1082
|
+
}
|
|
1083
|
+
});
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
} else {
|
|
1087
|
+
this.initDochubBoot(true);
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
});
|
|
1092
|
+
// CONCATENATED MODULE: ./packages/archives/src/main.vue?vue&type=script&lang=js&
|
|
1093
|
+
/* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
|
|
1094
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1095
|
+
var componentNormalizer = __webpack_require__(3);
|
|
1096
|
+
|
|
1097
|
+
// CONCATENATED MODULE: ./packages/archives/src/main.vue
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
/* normalize component */
|
|
1104
|
+
|
|
1105
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
1106
|
+
src_mainvue_type_script_lang_js_,
|
|
1107
|
+
render,
|
|
1108
|
+
staticRenderFns,
|
|
1109
|
+
false,
|
|
1110
|
+
null,
|
|
1111
|
+
null,
|
|
1112
|
+
null
|
|
1113
|
+
|
|
1114
|
+
)
|
|
1115
|
+
|
|
1116
|
+
/* harmony default export */ var main = (component.exports);
|
|
1117
|
+
// CONCATENATED MODULE: ./packages/archives/index.js
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
main.install = function (Vue) {
|
|
1121
|
+
return Vue.component(main.name, main);
|
|
1122
|
+
};
|
|
1123
|
+
|
|
1124
|
+
/* harmony default export */ var archives = __webpack_exports__["default"] = (main);
|
|
1125
|
+
|
|
1126
|
+
/***/ })
|
|
1127
|
+
|
|
1128
|
+
/******/ });
|