eoss-ui 0.4.28 → 0.4.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/button-group.js +85 -80
- package/lib/button.js +113 -99
- package/lib/checkbox-group.js +80 -77
- package/lib/config/api.js +2 -0
- package/lib/data-table-form.js +80 -77
- package/lib/data-table.js +95 -95
- package/lib/date-picker.js +80 -77
- package/lib/dialog.js +80 -77
- package/lib/eoss-ui.common.js +401 -376
- package/lib/flow-group.js +85 -79
- package/lib/flow-list.js +83 -80
- package/lib/flow.js +173 -162
- package/lib/form.js +107 -104
- package/lib/handle-user.js +81 -78
- package/lib/handler.js +81 -78
- package/lib/{icon.js → icons.js} +10 -9
- package/lib/index.js +1 -1
- package/lib/input-number.js +80 -77
- package/lib/input.js +80 -77
- package/lib/login.js +84 -81
- package/lib/main.js +95 -92
- package/lib/mainComp.js +95 -92
- package/lib/nav.js +80 -77
- package/lib/notify.js +85 -82
- package/lib/page.js +80 -77
- package/lib/player.js +80 -77
- package/lib/qr-code.js +80 -77
- package/lib/radio-group.js +80 -77
- package/lib/select-ganged.js +80 -77
- package/lib/select.js +80 -77
- package/lib/selector-panel.js +98 -95
- package/lib/selector.js +81 -78
- package/lib/sizer.js +82 -79
- package/lib/steps.js +80 -77
- package/lib/switch.js +80 -77
- package/lib/table-form.js +91 -88
- package/lib/tabs.js +80 -77
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +81 -78
- package/lib/tree-group.js +80 -77
- package/lib/tree.js +81 -78
- package/lib/upload.js +96 -93
- package/lib/wujie.js +80 -77
- package/lib/wxlogin.js +80 -77
- package/package.json +1 -1
- package/packages/button/src/main.vue +43 -32
- package/packages/button-group/src/main.vue +3 -1
- package/packages/data-table/src/column.vue +47 -46
- package/packages/data-table/src/main.vue +1 -6
- package/packages/flow/src/component/CommonOpinions.vue +19 -12
- package/packages/flow/src/main.vue +1 -1
- package/packages/flow-group/src/main.vue +3 -0
- package/packages/form/src/main.vue +24 -24
- package/packages/form/src/table.vue +6 -6
- package/packages/icons/index.js +5 -0
- package/packages/{icon → icons}/src/main.vue +2 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/index.scss +1 -0
- package/src/config/api.js +12 -5
- package/src/index.js +4 -4
- package/CHANGELOG.md +0 -929
- package/packages/data-table/src/main copy.vue +0 -1383
- package/packages/icon/index.js +0 -5
- /package/packages/{icon → icons}/src/icon.json +0 -0
package/lib/button-group.js
CHANGED
|
@@ -2245,117 +2245,118 @@ var watermark = function watermark(option) {
|
|
|
2245
2245
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
|
|
2246
2246
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
|
|
2247
2247
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
|
|
2248
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2249
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2248
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
|
|
2249
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
|
|
2250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
|
|
2251
2251
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
2252
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2252
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
|
|
2253
2253
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
|
|
2254
2254
|
/* unused harmony export updateCode */
|
|
2255
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2255
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
|
|
2256
2256
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
2257
2257
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
2258
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2258
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
|
|
2259
2259
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2260
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2261
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2262
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2260
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
|
|
2261
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
|
|
2262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
|
|
2263
2263
|
/* unused harmony export getUserImgUrl */
|
|
2264
2264
|
/* unused harmony export getDoorIndex */
|
|
2265
2265
|
/* unused harmony export refreshOnlineUsers */
|
|
2266
2266
|
/* unused harmony export getQuickMenuIds */
|
|
2267
2267
|
/* unused harmony export getApplicationIdArray */
|
|
2268
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2269
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2268
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
|
|
2269
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
|
|
2270
2270
|
/* unused harmony export getUserCustomInfo */
|
|
2271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2272
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2273
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2274
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2275
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2276
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2277
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2278
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2279
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
|
|
2272
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
|
|
2273
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
|
|
2274
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
|
|
2275
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
|
|
2278
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
|
|
2280
2280
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2282
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2283
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2284
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
|
|
2282
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
|
|
2283
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
|
|
2284
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
|
|
2285
2285
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
|
|
2286
2286
|
/* unused harmony export upload_updateClassify */
|
|
2287
2287
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
2288
2288
|
/* unused harmony export getPictureBase64 */
|
|
2289
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2290
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2291
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2292
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2289
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
|
|
2290
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
|
|
2291
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
|
|
2292
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
|
|
2293
2293
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
|
|
2294
2294
|
/* unused harmony export findUserBaseInfo */
|
|
2295
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
|
|
2296
2296
|
/* unused harmony export getCurrentuser */
|
|
2297
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2298
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2299
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2297
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
|
|
2298
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
|
|
2299
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
|
|
2300
2300
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2301
2301
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2302
2302
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2303
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2303
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
|
|
2305
2305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2306
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2307
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2306
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
|
|
2307
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
|
|
2308
2308
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
|
|
2309
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
|
|
2309
2310
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2310
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2311
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2312
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2311
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
|
|
2312
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
|
|
2313
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
|
|
2313
2314
|
/* unused harmony export getView */
|
|
2314
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2315
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2316
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2317
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2318
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2319
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2320
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2321
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2322
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2323
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2315
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
|
|
2321
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
|
|
2323
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
|
|
2324
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
|
|
2324
2325
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2325
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2326
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2329
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2330
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2326
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
|
|
2329
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
|
|
2330
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
|
|
2332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
|
|
2333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
|
|
2334
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
|
|
2334
2335
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2335
2336
|
/* unused harmony export historyListJson */
|
|
2336
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2337
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2337
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
|
|
2338
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
|
|
2338
2339
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2339
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2341
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2342
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2346
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2347
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2352
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2353
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
|
|
2352
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
|
|
2353
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
|
|
2354
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
|
|
2354
2355
|
/* unused harmony export sendSave */
|
|
2355
2356
|
/* unused harmony export sendUpdate */
|
|
2356
2357
|
/* unused harmony export sendDelete */
|
|
2357
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2358
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2358
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
|
|
2359
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
|
|
2359
2360
|
// 登录
|
|
2360
2361
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
2361
2362
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -2451,7 +2452,9 @@ var getNodeInfo = '/oa/task/taskHandle/getNodeInfo.dhtml';
|
|
|
2451
2452
|
// 系统消息
|
|
2452
2453
|
// 通知方式
|
|
2453
2454
|
var findCodeValues = '/bpm/bpmCommon/findCodeValues';
|
|
2455
|
+
var findSysParam = '/bpm/bpmCommon/findSysParam';
|
|
2454
2456
|
var findSysCodes = '/oa/task/taskHandle/getDefaultNotificationType.dhtml';
|
|
2457
|
+
|
|
2455
2458
|
// 获取通知消息
|
|
2456
2459
|
var getNotificationMsg = '/oa/task/taskHandle/getNotificationMsg.dhtml';
|
|
2457
2460
|
// 获取审核页面数据
|
|
@@ -2682,7 +2685,7 @@ module.exports = require("qs");
|
|
|
2682
2685
|
// ESM COMPAT FLAG
|
|
2683
2686
|
__webpack_require__.r(__webpack_exports__);
|
|
2684
2687
|
|
|
2685
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=
|
|
2688
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=0753b411&
|
|
2686
2689
|
var render = function () {
|
|
2687
2690
|
var _vm = this
|
|
2688
2691
|
var _h = _vm.$createElement
|
|
@@ -2699,7 +2702,7 @@ var render = function () {
|
|
|
2699
2702
|
_vm._b(
|
|
2700
2703
|
{
|
|
2701
2704
|
key: index,
|
|
2702
|
-
attrs: { size: _vm.size, type: item.type },
|
|
2705
|
+
attrs: { stop: _vm.stop, size: _vm.size, type: item.type },
|
|
2703
2706
|
on: {
|
|
2704
2707
|
click: function ($event) {
|
|
2705
2708
|
_vm.handleClick({ row: _vm.data, handle: item })
|
|
@@ -2753,7 +2756,7 @@ var staticRenderFns = []
|
|
|
2753
2756
|
render._withStripped = true
|
|
2754
2757
|
|
|
2755
2758
|
|
|
2756
|
-
// CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=
|
|
2759
|
+
// CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=0753b411&
|
|
2757
2760
|
|
|
2758
2761
|
// EXTERNAL MODULE: ./src/utils/util.js
|
|
2759
2762
|
var util = __webpack_require__(0);
|
|
@@ -2794,6 +2797,7 @@ var util = __webpack_require__(0);
|
|
|
2794
2797
|
//
|
|
2795
2798
|
//
|
|
2796
2799
|
//
|
|
2800
|
+
//
|
|
2797
2801
|
|
|
2798
2802
|
|
|
2799
2803
|
/* harmony default export */ var mainvue_type_script_lang_js_ = ({
|
|
@@ -2813,6 +2817,7 @@ var util = __webpack_require__(0);
|
|
|
2813
2817
|
default: 3
|
|
2814
2818
|
},
|
|
2815
2819
|
rules: Function,
|
|
2820
|
+
stop: Boolean,
|
|
2816
2821
|
trigger: {
|
|
2817
2822
|
type: String,
|
|
2818
2823
|
default: 'click'
|
package/lib/button.js
CHANGED
|
@@ -2245,117 +2245,118 @@ var watermark = function watermark(option) {
|
|
|
2245
2245
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
|
|
2246
2246
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
|
|
2247
2247
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
|
|
2248
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2249
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2248
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
|
|
2249
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
|
|
2250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
|
|
2251
2251
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
2252
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2252
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
|
|
2253
2253
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
|
|
2254
2254
|
/* unused harmony export updateCode */
|
|
2255
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2255
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
|
|
2256
2256
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
2257
2257
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
2258
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2258
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
|
|
2259
2259
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2260
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2261
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2262
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2260
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
|
|
2261
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
|
|
2262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
|
|
2263
2263
|
/* unused harmony export getUserImgUrl */
|
|
2264
2264
|
/* unused harmony export getDoorIndex */
|
|
2265
2265
|
/* unused harmony export refreshOnlineUsers */
|
|
2266
2266
|
/* unused harmony export getQuickMenuIds */
|
|
2267
2267
|
/* unused harmony export getApplicationIdArray */
|
|
2268
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2269
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2268
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
|
|
2269
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
|
|
2270
2270
|
/* unused harmony export getUserCustomInfo */
|
|
2271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2272
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2273
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2274
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2275
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2276
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2277
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2278
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2279
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
|
|
2272
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
|
|
2273
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
|
|
2274
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
|
|
2275
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
|
|
2278
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
|
|
2280
2280
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2282
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2283
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2284
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
|
|
2282
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
|
|
2283
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
|
|
2284
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
|
|
2285
2285
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
|
|
2286
2286
|
/* unused harmony export upload_updateClassify */
|
|
2287
2287
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
2288
2288
|
/* unused harmony export getPictureBase64 */
|
|
2289
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2290
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2291
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2292
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2289
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
|
|
2290
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
|
|
2291
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
|
|
2292
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
|
|
2293
2293
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
|
|
2294
2294
|
/* unused harmony export findUserBaseInfo */
|
|
2295
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
|
|
2296
2296
|
/* unused harmony export getCurrentuser */
|
|
2297
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2298
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2299
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2297
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
|
|
2298
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
|
|
2299
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
|
|
2300
2300
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2301
2301
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2302
2302
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2303
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2303
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
|
|
2305
2305
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2306
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2307
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2306
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
|
|
2307
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
|
|
2308
2308
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
|
|
2309
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
|
|
2309
2310
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2310
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2311
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2312
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2311
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
|
|
2312
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
|
|
2313
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
|
|
2313
2314
|
/* unused harmony export getView */
|
|
2314
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2315
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2316
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2317
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2318
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2319
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2320
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2321
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2322
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2323
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2315
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
|
|
2321
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
|
|
2323
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
|
|
2324
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
|
|
2324
2325
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2325
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2326
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2329
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2330
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2332
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2333
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2326
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
|
|
2329
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
|
|
2330
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
|
|
2332
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
|
|
2333
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
|
|
2334
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
|
|
2334
2335
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2335
2336
|
/* unused harmony export historyListJson */
|
|
2336
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2337
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2337
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
|
|
2338
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
|
|
2338
2339
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2339
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2341
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2342
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2346
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2347
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2352
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2353
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
|
|
2352
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
|
|
2353
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
|
|
2354
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
|
|
2354
2355
|
/* unused harmony export sendSave */
|
|
2355
2356
|
/* unused harmony export sendUpdate */
|
|
2356
2357
|
/* unused harmony export sendDelete */
|
|
2357
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2358
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2358
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
|
|
2359
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
|
|
2359
2360
|
// 登录
|
|
2360
2361
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
2361
2362
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -2451,7 +2452,9 @@ var getNodeInfo = '/oa/task/taskHandle/getNodeInfo.dhtml';
|
|
|
2451
2452
|
// 系统消息
|
|
2452
2453
|
// 通知方式
|
|
2453
2454
|
var findCodeValues = '/bpm/bpmCommon/findCodeValues';
|
|
2455
|
+
var findSysParam = '/bpm/bpmCommon/findSysParam';
|
|
2454
2456
|
var findSysCodes = '/oa/task/taskHandle/getDefaultNotificationType.dhtml';
|
|
2457
|
+
|
|
2455
2458
|
// 获取通知消息
|
|
2456
2459
|
var getNotificationMsg = '/oa/task/taskHandle/getNotificationMsg.dhtml';
|
|
2457
2460
|
// 获取审核页面数据
|
|
@@ -2747,7 +2750,10 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
2747
2750
|
message: [Object, Boolean],
|
|
2748
2751
|
alert: [Object, Boolean],
|
|
2749
2752
|
mapFields: Object,
|
|
2750
|
-
useCaseCode: String
|
|
2753
|
+
useCaseCode: String,
|
|
2754
|
+
closed: Function,
|
|
2755
|
+
stop: Boolean,
|
|
2756
|
+
syncKeys: Object
|
|
2751
2757
|
},
|
|
2752
2758
|
data: function data() {
|
|
2753
2759
|
return {};
|
|
@@ -2760,21 +2766,23 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
2760
2766
|
if (this.open && this.link) {
|
|
2761
2767
|
var windows = void 0;
|
|
2762
2768
|
var fields = [];
|
|
2763
|
-
var param = {};
|
|
2769
|
+
var param = this.param ? this.param : {};
|
|
2764
2770
|
evt.stopPropagation();
|
|
2765
2771
|
evt.preventDefault();
|
|
2766
2772
|
var width = util["a" /* default */].win.top.screen.availWidth - 10;
|
|
2767
2773
|
var height = util["a" /* default */].win.top.screen.availHeight - 60;
|
|
2774
|
+
var flag = true;
|
|
2768
2775
|
if (this.esForm) {
|
|
2769
2776
|
var params = util["a" /* default */].getParams({ url: this.link });
|
|
2770
2777
|
var modal = this.esForm.models;
|
|
2771
2778
|
var models = util["a" /* default */].extend({}, params || {}, modal);
|
|
2772
|
-
var flag = true;
|
|
2773
2779
|
if (this.required) {
|
|
2774
2780
|
if (Array.isArray(this.required)) {
|
|
2775
2781
|
this.esForm.validateField(this.required, function (res) {
|
|
2776
2782
|
if (res) {
|
|
2777
2783
|
flag = false;
|
|
2784
|
+
} else {
|
|
2785
|
+
flag = true;
|
|
2778
2786
|
}
|
|
2779
2787
|
});
|
|
2780
2788
|
if (flag) {
|
|
@@ -2791,12 +2799,16 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
2791
2799
|
this.esForm.validateField(fields, function (res) {
|
|
2792
2800
|
if (res) {
|
|
2793
2801
|
flag = false;
|
|
2802
|
+
} else {
|
|
2803
|
+
flag = true;
|
|
2794
2804
|
}
|
|
2795
2805
|
});
|
|
2796
2806
|
} else {
|
|
2797
2807
|
this.esForm.validateField(this.required, function (res) {
|
|
2798
2808
|
if (res) {
|
|
2799
2809
|
flag = false;
|
|
2810
|
+
} else {
|
|
2811
|
+
flag = true;
|
|
2800
2812
|
}
|
|
2801
2813
|
});
|
|
2802
2814
|
if (flag) {
|
|
@@ -2868,39 +2880,41 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
2868
2880
|
}
|
|
2869
2881
|
}
|
|
2870
2882
|
}
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
}
|
|
2878
|
-
} else {
|
|
2879
|
-
windows = util["a" /* default */].win.top.open(util["a" /* default */].urlJoinParams({ url: this.link, param: param }));
|
|
2883
|
+
}
|
|
2884
|
+
if (this.btnGroup && this.syncKeys) {
|
|
2885
|
+
var data = this.btnGroup.data;
|
|
2886
|
+
if (data && Object.keys(data).length && Object.keys(this.syncKeys).length) {
|
|
2887
|
+
for (var _i2 in this.syncKeys) {
|
|
2888
|
+
param[_i2] = data[this.syncKeys[_i2]];
|
|
2880
2889
|
}
|
|
2881
2890
|
}
|
|
2882
|
-
}
|
|
2891
|
+
}
|
|
2892
|
+
if (flag) {
|
|
2883
2893
|
if (this.specs) {
|
|
2884
2894
|
if (typeof this.specs === 'boolean') {
|
|
2885
|
-
windows = util["a" /* default */].win.top.open(this.link, this.name, 'width=' + width + 'px,height=' + height + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
|
|
2895
|
+
windows = util["a" /* default */].win.top.open(util["a" /* default */].urlJoinParams({ url: this.link, param: param }), this.name, 'width=' + width + 'px,height=' + height + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
|
|
2886
2896
|
} else {
|
|
2887
|
-
windows = util["a" /* default */].win.top.open(this.link, this.name, this.specs);
|
|
2897
|
+
windows = util["a" /* default */].win.top.open(util["a" /* default */].urlJoinParams({ url: this.link, param: param }), this.name, this.specs);
|
|
2888
2898
|
}
|
|
2889
2899
|
} else {
|
|
2890
|
-
windows = util["a" /* default */].win.top.open(this.link);
|
|
2900
|
+
windows = util["a" /* default */].win.top.open(util["a" /* default */].urlJoinParams({ url: this.link, param: param }));
|
|
2891
2901
|
}
|
|
2892
2902
|
}
|
|
2893
2903
|
if (windows) {
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2904
|
+
var times = setInterval(function () {
|
|
2905
|
+
if (windows.closed) {
|
|
2906
|
+
clearInterval(times);
|
|
2907
|
+
_this.closed && _this.closed(param);
|
|
2908
|
+
if (_this.reload) {
|
|
2898
2909
|
_this.esSelect && _this.esSelect.reload(null, param, true);
|
|
2899
2910
|
_this.esTable && _this.esTable.reload(param);
|
|
2900
2911
|
}
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2912
|
+
}
|
|
2913
|
+
}, 1000);
|
|
2903
2914
|
}
|
|
2915
|
+
} else if (this.stop) {
|
|
2916
|
+
evt.stopPropagation();
|
|
2917
|
+
evt.preventDefault();
|
|
2904
2918
|
}
|
|
2905
2919
|
this.$emit('click', evt);
|
|
2906
2920
|
}
|