eoss-ui 0.8.29 → 0.8.31
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 +12590 -4233
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +158 -129
- package/lib/flow-list.js +168 -139
- package/lib/flow.js +12157 -4212
- 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 +229 -199
- 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/flow.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 +1 -1
- package/packages/archives/index.js +5 -0
- package/packages/archives/src/main.vue +344 -0
- package/packages/flow/src/component/Opinions.vue +453 -0
- package/packages/flow/src/component/taskUnionExamine.vue +7 -3
- package/packages/flow/src/flow.vue +4456 -0
- package/packages/flow/src/main.vue +47 -7
- package/packages/flow/src/processReject.vue +3 -2
- package/packages/flow/src/startTaskRead.vue +7 -1
- 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/flow.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/flow.scss +95 -1
- package/packages/theme-chalk/src/index.scss +1 -0
- package/packages/upload/src/main.vue +14 -5
- package/src/config/api.js +27 -0
- package/src/index.js +4 -1
package/lib/notify.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 = 64);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,172 +94,174 @@ module.exports =
|
|
|
94
94
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
|
|
95
95
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
|
|
96
96
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
|
|
97
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
98
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
99
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
100
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
101
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getLoginCode; });
|
|
102
102
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
|
|
103
103
|
/* unused harmony export updateCode */
|
|
104
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getModifyPassCode; });
|
|
105
105
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
|
|
106
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return loginModifyPassword; });
|
|
107
107
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
108
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initModifyPassword; });
|
|
109
109
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
|
|
110
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getTwoFactorLoginCode; });
|
|
111
111
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
|
|
112
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
113
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
115
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
|
|
116
116
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
|
|
117
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
118
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
119
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
120
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
121
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
122
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
123
|
/* unused harmony export getUserImgUrl */
|
|
124
124
|
/* unused harmony export getDoorIndex */
|
|
125
125
|
/* unused harmony export refreshOnlineUsers */
|
|
126
126
|
/* unused harmony export getQuickMenuIds */
|
|
127
127
|
/* unused harmony export getApplicationIdArray */
|
|
128
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
129
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
130
|
/* unused harmony export getUserCustomInfo */
|
|
131
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
132
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
133
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
134
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
135
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
136
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
138
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
139
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
140
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
141
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
142
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
143
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
144
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
145
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
146
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
147
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
|
|
148
148
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
|
|
149
149
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
|
|
150
150
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
|
|
151
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
151
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getDochubBucket; });
|
|
152
152
|
/* unused harmony export upload_updateClassify */
|
|
153
153
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
154
154
|
/* unused harmony export getPictureBase64 */
|
|
155
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
156
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
157
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
158
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
159
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
160
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
161
|
/* unused harmony export findUserBaseInfo */
|
|
162
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
162
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return gethelpdoc; });
|
|
163
163
|
/* unused harmony export getCurrentuser */
|
|
164
164
|
/* unused harmony export mainDetail */
|
|
165
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
166
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
167
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
|
|
168
168
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
169
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
170
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
171
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
172
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
|
|
173
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
174
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
175
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
176
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
177
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
178
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
179
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
180
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
181
|
/* unused harmony export getView */
|
|
182
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
183
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
184
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
185
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
186
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
187
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
188
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
189
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
190
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
191
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
192
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
193
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
194
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
195
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
196
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
197
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
198
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
199
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
200
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
201
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
202
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
|
|
203
203
|
/* unused harmony export historyListJson */
|
|
204
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
205
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
206
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
|
|
207
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
208
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
209
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
210
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
211
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
212
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
213
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
214
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
215
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
216
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
217
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
218
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
219
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
220
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
221
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
222
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
223
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
224
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
225
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
226
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
227
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
228
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
229
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
230
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
231
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
232
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
233
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
|
|
234
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
234
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return restoredHistory; });
|
|
235
235
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
236
236
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
|
|
237
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
238
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
239
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
240
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
241
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
242
|
/* unused harmony export sendSave */
|
|
243
243
|
/* unused harmony export sendUpdate */
|
|
244
244
|
/* unused harmony export sendDelete */
|
|
245
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
246
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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
247
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
|
|
248
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
249
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
251
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
252
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
253
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
254
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
255
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
256
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
257
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
258
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
259
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
260
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
261
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
262
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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; });
|
|
263
265
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
264
266
|
// 登录
|
|
265
267
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -561,6 +563,33 @@ var getShareFilesReceiveCountNew = '/oa/sharefiles/receive/getShareFilesReceiveC
|
|
|
561
563
|
|
|
562
564
|
// 查询左侧我的提醒和我的快捷菜单
|
|
563
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
|
+
};
|
|
564
593
|
|
|
565
594
|
/***/ }),
|
|
566
595
|
|
|
@@ -669,7 +698,7 @@ function normalizeComponent(
|
|
|
669
698
|
|
|
670
699
|
/***/ }),
|
|
671
700
|
|
|
672
|
-
/***/
|
|
701
|
+
/***/ 64:
|
|
673
702
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
674
703
|
|
|
675
704
|
"use strict";
|
|
@@ -903,7 +932,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
903
932
|
text: '重发',
|
|
904
933
|
format: false,
|
|
905
934
|
method: 'post',
|
|
906
|
-
action: api["
|
|
935
|
+
action: api["Zb" /* sendBatch */]
|
|
907
936
|
}]
|
|
908
937
|
}];
|
|
909
938
|
}
|
|
@@ -1090,13 +1119,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
1090
1119
|
},
|
|
1091
1120
|
data: function data() {
|
|
1092
1121
|
return {
|
|
1093
|
-
sendList: api["
|
|
1094
|
-
sendBatch: api["
|
|
1122
|
+
sendList: api["bc" /* sendList */],
|
|
1123
|
+
sendBatch: api["Zb" /* sendBatch */],
|
|
1095
1124
|
tableCount: 0,
|
|
1096
1125
|
selectData: [],
|
|
1097
1126
|
formTitle: '',
|
|
1098
1127
|
showForm: false,
|
|
1099
|
-
formData: api["
|
|
1128
|
+
formData: api["ac" /* sendInfo */],
|
|
1100
1129
|
params: {},
|
|
1101
1130
|
sendTypeDict: [],
|
|
1102
1131
|
statusDict: []
|
|
@@ -1115,7 +1144,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
1115
1144
|
type: 'primary',
|
|
1116
1145
|
checkbox: true,
|
|
1117
1146
|
format: false,
|
|
1118
|
-
action: api["
|
|
1147
|
+
action: api["Zb" /* sendBatch */]
|
|
1119
1148
|
}]
|
|
1120
1149
|
}, {
|
|
1121
1150
|
type: 'search',
|