eoss-ui 0.4.18 → 0.4.19
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 +88 -88
- package/lib/button.js +90 -90
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +89 -89
- package/lib/clients.js +2 -2
- package/lib/data-table-form.js +870 -198
- package/lib/data-table.js +91 -91
- package/lib/date-picker.js +90 -90
- package/lib/dialog.js +138 -105
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +1456 -629
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +112 -95
- package/lib/flow-list.js +92 -92
- package/lib/flow.js +152 -146
- package/lib/form.js +183 -102
- package/lib/handle-user.js +91 -91
- package/lib/handler.js +91 -91
- package/lib/index.js +1 -1
- package/lib/input-number.js +90 -90
- package/lib/input.js +90 -90
- package/lib/label.js +2 -2
- package/lib/login.js +174 -131
- package/lib/main.js +111 -108
- package/lib/mainComp.js +107 -106
- package/lib/menu.js +2 -2
- package/lib/nav.js +90 -90
- package/lib/notify.js +95 -95
- package/lib/page.js +90 -90
- package/lib/pagination.js +2 -2
- package/lib/player.js +90 -90
- package/lib/qr-code.js +97 -97
- package/lib/radio-group.js +91 -91
- package/lib/select-ganged.js +90 -90
- package/lib/select.js +101 -101
- package/lib/selector-panel.js +115 -108
- package/lib/selector.js +91 -91
- package/lib/sizer.js +92 -92
- package/lib/steps.js +90 -90
- package/lib/switch.js +90 -90
- package/lib/table-form.js +97 -97
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +113 -94
- package/lib/theme-chalk/data-table-form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +91 -91
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +105 -95
- package/lib/tree.js +97 -93
- package/lib/upload.js +175 -125
- package/lib/wujie.js +90 -90
- package/lib/wxlogin.js +90 -90
- package/package.json +2 -2
- package/packages/data-table-form/src/checkbox.vue +101 -0
- package/packages/data-table-form/src/radio.vue +65 -0
- package/packages/data-table-form/src/table.vue +34 -6
- package/packages/data-table-form/src/tbody.vue +139 -25
- package/packages/dialog/src/main.vue +29 -3
- package/packages/flow/src/main.vue +103 -87
- package/packages/flow-group/src/main.vue +22 -13
- package/packages/form/src/main.vue +563 -470
- package/packages/login/src/main.vue +79 -34
- package/packages/main/src/main.vue +3 -1
- package/packages/select/src/main.vue +20 -20
- package/packages/selector-panel/src/main.vue +27 -17
- package/packages/tabs/src/main.vue +20 -12
- package/packages/theme-chalk/lib/data-table-form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/data-table-form.scss +7 -6
- package/packages/theme-chalk/src/index.scss +0 -1
- package/packages/tree/src/main.vue +4 -0
- package/packages/tree-group/src/main.vue +7 -4
- package/packages/upload/src/main.vue +77 -20
- package/src/index.js +1 -4
- package/lib/ca-login.js +0 -326
- package/lib/theme-chalk/ca-login.css +0 -1
- package/packages/ca-login/index.js +0 -5
- package/packages/ca-login/src/main.vue +0 -62
- package/packages/theme-chalk/lib/ca-login.css +0 -1
- package/packages/theme-chalk/src/ca-login.scss +0 -4
package/lib/flow.js
CHANGED
|
@@ -2240,120 +2240,120 @@ var watermark = function watermark(option) {
|
|
|
2240
2240
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2241
2241
|
|
|
2242
2242
|
"use strict";
|
|
2243
|
-
/*
|
|
2244
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2245
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2246
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2247
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2248
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2243
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
|
|
2244
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
|
|
2245
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
|
|
2246
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return logout; });
|
|
2247
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initLogin; });
|
|
2248
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return switchUserTo; });
|
|
2249
2249
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
2250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2251
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getLoginCode; });
|
|
2251
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
|
|
2252
2252
|
/* unused harmony export updateCode */
|
|
2253
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2253
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getModifyPassCode; });
|
|
2254
2254
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
2255
2255
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
2256
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2257
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2258
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2259
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2260
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2256
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initModifyPassword; });
|
|
2257
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2258
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
|
|
2259
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
|
|
2260
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
|
|
2261
2261
|
/* unused harmony export getUserImgUrl */
|
|
2262
2262
|
/* unused harmony export getDoorIndex */
|
|
2263
2263
|
/* unused harmony export refreshOnlineUsers */
|
|
2264
2264
|
/* unused harmony export getQuickMenuIds */
|
|
2265
2265
|
/* unused harmony export getApplicationIdArray */
|
|
2266
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2267
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2266
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
|
|
2267
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
|
|
2268
2268
|
/* unused harmony export getUserCustomInfo */
|
|
2269
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2270
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
2280
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2282
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2269
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
|
|
2270
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
|
|
2272
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
|
|
2273
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
|
|
2274
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
|
|
2275
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
|
|
2278
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
|
|
2280
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
|
|
2282
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
|
|
2283
2283
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
|
|
2284
2284
|
/* unused harmony export upload_updateClassify */
|
|
2285
2285
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
2286
2286
|
/* unused harmony export getPictureBase64 */
|
|
2287
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2288
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
2287
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgTree; });
|
|
2288
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgDetail; });
|
|
2289
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getOrgMainTree; });
|
|
2290
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectOrgsubids; });
|
|
2291
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
|
|
2292
2292
|
/* unused harmony export findUserBaseInfo */
|
|
2293
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2293
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
|
|
2294
2294
|
/* unused harmony export getCurrentuser */
|
|
2295
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2296
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2297
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
|
|
2296
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
|
|
2297
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
|
|
2298
2298
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2299
2299
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2300
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2301
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2302
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2300
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2301
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
|
|
2302
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
|
|
2303
2303
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2305
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2306
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2307
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2308
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2309
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2310
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
|
|
2305
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
|
|
2306
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
|
|
2307
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2308
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
|
|
2309
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
|
|
2310
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
|
|
2311
2311
|
/* unused harmony export getView */
|
|
2312
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2313
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
2324
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
2312
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
|
|
2313
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
|
|
2314
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
|
|
2315
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
|
|
2321
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2323
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
|
|
2324
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
|
|
2325
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
|
|
2326
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
|
|
2329
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
|
|
2330
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
|
|
2332
2332
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2333
2333
|
/* unused harmony export historyListJson */
|
|
2334
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2335
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2334
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
|
|
2335
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
|
|
2336
2336
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2337
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2338
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
2337
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
|
|
2338
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
|
|
2339
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
|
|
2352
2352
|
/* unused harmony export sendSave */
|
|
2353
2353
|
/* unused harmony export sendUpdate */
|
|
2354
2354
|
/* unused harmony export sendDelete */
|
|
2355
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2356
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2355
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendBatch; });
|
|
2356
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return formContents; });
|
|
2357
2357
|
// 登录
|
|
2358
2358
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
2359
2359
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -2895,7 +2895,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2895
2895
|
// ESM COMPAT FLAG
|
|
2896
2896
|
__webpack_require__.r(__webpack_exports__);
|
|
2897
2897
|
|
|
2898
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
2898
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=1cd64e1e&
|
|
2899
2899
|
var render = function () {
|
|
2900
2900
|
var _vm = this
|
|
2901
2901
|
var _h = _vm.$createElement
|
|
@@ -3789,7 +3789,7 @@ var render = function () {
|
|
|
3789
3789
|
},
|
|
3790
3790
|
],
|
|
3791
3791
|
staticStyle: {
|
|
3792
|
-
"{
|
|
3792
|
+
"{\n border": "1px solid #ccc",
|
|
3793
3793
|
padding: "5px",
|
|
3794
3794
|
"border-radius": "5px",
|
|
3795
3795
|
"font-size": "13px",
|
|
@@ -3887,7 +3887,7 @@ var render = function () {
|
|
|
3887
3887
|
click: function ($event) {
|
|
3888
3888
|
item.event === "sub"
|
|
3889
3889
|
? _vm.subProcess()
|
|
3890
|
-
: _vm.saveInfo()
|
|
3890
|
+
: _vm.saveInfo(false, item)
|
|
3891
3891
|
},
|
|
3892
3892
|
},
|
|
3893
3893
|
},
|
|
@@ -4219,7 +4219,7 @@ var staticRenderFns = []
|
|
|
4219
4219
|
render._withStripped = true
|
|
4220
4220
|
|
|
4221
4221
|
|
|
4222
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
4222
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1cd64e1e&
|
|
4223
4223
|
|
|
4224
4224
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4225
4225
|
var regenerator_ = __webpack_require__(9);
|
|
@@ -4774,7 +4774,7 @@ var util = __webpack_require__(0);
|
|
|
4774
4774
|
|
|
4775
4775
|
this.loading = true;
|
|
4776
4776
|
util["a" /* default */].ajax({
|
|
4777
|
-
url: id ? api["
|
|
4777
|
+
url: id ? api["p" /* editCommonOpion */] : api["a" /* addCommonOpion */],
|
|
4778
4778
|
params: { id: id }
|
|
4779
4779
|
}).then(function (res) {
|
|
4780
4780
|
var status = res.status,
|
|
@@ -5093,7 +5093,7 @@ var _components;
|
|
|
5093
5093
|
}
|
|
5094
5094
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
5095
5095
|
util["a" /* default */].ajax({
|
|
5096
|
-
url: data.id ? api["
|
|
5096
|
+
url: data.id ? api["Lb" /* updateCommonOpinion */] : api["fb" /* saveCommonOpinion */],
|
|
5097
5097
|
data: info,
|
|
5098
5098
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
5099
5099
|
method: 'post'
|
|
@@ -5936,7 +5936,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
5936
5936
|
newNextUser: [],
|
|
5937
5937
|
newOptions: [],
|
|
5938
5938
|
newSelectUserList: [],
|
|
5939
|
-
url: api["
|
|
5939
|
+
url: api["M" /* handleInfo */],
|
|
5940
5940
|
newCheckboxList: [],
|
|
5941
5941
|
newPresetEdit: 0,
|
|
5942
5942
|
newMultiple: false,
|
|
@@ -6053,7 +6053,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
6053
6053
|
if (query !== '') {
|
|
6054
6054
|
this.searchLoading = true;
|
|
6055
6055
|
util["a" /* default */].ajax({
|
|
6056
|
-
url: api["
|
|
6056
|
+
url: api["M" /* handleInfo */],
|
|
6057
6057
|
params: { searchKey: query, query: query, type: 'user' }
|
|
6058
6058
|
}).then(function (res) {
|
|
6059
6059
|
var status = res.status,
|
|
@@ -6453,7 +6453,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
6453
6453
|
nextNodeId: nodeId,
|
|
6454
6454
|
businessId: this.id
|
|
6455
6455
|
};
|
|
6456
|
-
util["a" /* default */].ajax({ url: api["
|
|
6456
|
+
util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
|
|
6457
6457
|
var status = res.status,
|
|
6458
6458
|
message = res.message,
|
|
6459
6459
|
_res$data = res.data,
|
|
@@ -6550,7 +6550,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
6550
6550
|
|
|
6551
6551
|
isNoStart && (this.newPresetList = []);
|
|
6552
6552
|
var params = {
|
|
6553
|
-
url: api["
|
|
6553
|
+
url: api["F" /* getPresetCustomInfo */],
|
|
6554
6554
|
params: {
|
|
6555
6555
|
nodeId: nodeId,
|
|
6556
6556
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -6897,7 +6897,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
6897
6897
|
nodeId = this.nodeId;
|
|
6898
6898
|
|
|
6899
6899
|
var params = {
|
|
6900
|
-
url: api["
|
|
6900
|
+
url: api["G" /* getPresetNodeInfo */],
|
|
6901
6901
|
params: {
|
|
6902
6902
|
nextNodeId: nextNodeId,
|
|
6903
6903
|
processDefinitionId: processDefinitionId,
|
|
@@ -7494,7 +7494,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7494
7494
|
var _this = this;
|
|
7495
7495
|
|
|
7496
7496
|
util["a" /* default */].ajax({
|
|
7497
|
-
url: api["
|
|
7497
|
+
url: api["r" /* findCodeValues */],
|
|
7498
7498
|
params: { ccCode: 'notification_type' }
|
|
7499
7499
|
}).then(function (res) {
|
|
7500
7500
|
var status = res.status,
|
|
@@ -7520,7 +7520,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7520
7520
|
nodeId: this.nextNode.nextNode,
|
|
7521
7521
|
businessId: this.id
|
|
7522
7522
|
};
|
|
7523
|
-
util["a" /* default */].ajax({ url: api["
|
|
7523
|
+
util["a" /* default */].ajax({ url: api["D" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
7524
7524
|
if (res.status === 'success') {
|
|
7525
7525
|
_this2.nextNode.noticeInfo = res.message;
|
|
7526
7526
|
}
|
|
@@ -7590,7 +7590,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7590
7590
|
opinion: newOpinion
|
|
7591
7591
|
};
|
|
7592
7592
|
if (_this3.activeNames != '1') delete params.customPresetUserJson;
|
|
7593
|
-
util["a" /* default */].ajax({ url: api["
|
|
7593
|
+
util["a" /* default */].ajax({ url: api["db" /* register */], method: 'post', data: params }).then(function (res) {
|
|
7594
7594
|
var status = res.status,
|
|
7595
7595
|
message = res.message;
|
|
7596
7596
|
|
|
@@ -7620,7 +7620,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7620
7620
|
nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
|
|
7621
7621
|
businessId: this.id
|
|
7622
7622
|
};
|
|
7623
|
-
util["a" /* default */].ajax({ url: api["
|
|
7623
|
+
util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
|
|
7624
7624
|
var status = res.status,
|
|
7625
7625
|
message = res.message,
|
|
7626
7626
|
_res$data = res.data,
|
|
@@ -7707,7 +7707,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7707
7707
|
var _this5 = this;
|
|
7708
7708
|
|
|
7709
7709
|
util["a" /* default */].ajax({
|
|
7710
|
-
url: api["
|
|
7710
|
+
url: api["t" /* findSysCodes */]
|
|
7711
7711
|
}).then(function (res) {
|
|
7712
7712
|
var status = res.status,
|
|
7713
7713
|
message = res.message;
|
|
@@ -7776,7 +7776,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7776
7776
|
businessId: this.businessId
|
|
7777
7777
|
};
|
|
7778
7778
|
// 获取节点
|
|
7779
|
-
util["a" /* default */].ajax({ url: api["
|
|
7779
|
+
util["a" /* default */].ajax({ url: api["yb" /* toStartFlow */], params: params }).then(function (res) {
|
|
7780
7780
|
//pc接口返回数据处理
|
|
7781
7781
|
var status = res.status,
|
|
7782
7782
|
message = res.message,
|
|
@@ -8214,7 +8214,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
8214
8214
|
notificationType = _sendInfo.notificationType;
|
|
8215
8215
|
|
|
8216
8216
|
var params = {
|
|
8217
|
-
url: api["
|
|
8217
|
+
url: api["jb" /* sendMsg */],
|
|
8218
8218
|
headers: { Accept: 'application/json,text/plain' },
|
|
8219
8219
|
method: 'post',
|
|
8220
8220
|
data: {
|
|
@@ -8276,7 +8276,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
8276
8276
|
|
|
8277
8277
|
this.loading = true;
|
|
8278
8278
|
util["a" /* default */].ajax({
|
|
8279
|
-
url: api["
|
|
8279
|
+
url: api["xb" /* toSendMsg */],
|
|
8280
8280
|
params: { pendingId: this.$attrs.pendingId }
|
|
8281
8281
|
}).then(function (res) {
|
|
8282
8282
|
var status = res.status,
|
|
@@ -9054,7 +9054,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9054
9054
|
var _this = this;
|
|
9055
9055
|
|
|
9056
9056
|
util["a" /* default */].ajax({
|
|
9057
|
-
url: api["
|
|
9057
|
+
url: api["r" /* findCodeValues */],
|
|
9058
9058
|
params: { ccCode: 'notification_type' }
|
|
9059
9059
|
}).then(function (res) {
|
|
9060
9060
|
var status = res.status,
|
|
@@ -9091,7 +9091,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9091
9091
|
userId: util["a" /* default */].getStorage('userId'),
|
|
9092
9092
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
9093
9093
|
};
|
|
9094
|
-
util["a" /* default */].ajax({ url: api["
|
|
9094
|
+
util["a" /* default */].ajax({ url: api["ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
9095
9095
|
var status = res.status,
|
|
9096
9096
|
message = res.message;
|
|
9097
9097
|
|
|
@@ -9122,7 +9122,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9122
9122
|
var _this3 = this;
|
|
9123
9123
|
|
|
9124
9124
|
util["a" /* default */].ajax({
|
|
9125
|
-
url: api["
|
|
9125
|
+
url: api["t" /* findSysCodes */]
|
|
9126
9126
|
}).then(function (res) {
|
|
9127
9127
|
var status = res.status,
|
|
9128
9128
|
message = res.message;
|
|
@@ -9146,7 +9146,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9146
9146
|
isSinglePage: false,
|
|
9147
9147
|
opinion: this.option
|
|
9148
9148
|
};
|
|
9149
|
-
util["a" /* default */].ajax({ url: api["
|
|
9149
|
+
util["a" /* default */].ajax({ url: api["Bb" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
9150
9150
|
var status = res.status,
|
|
9151
9151
|
message = res.message,
|
|
9152
9152
|
_res$data = res.data,
|
|
@@ -9818,7 +9818,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
9818
9818
|
taskExamine = this.taskExamine;
|
|
9819
9819
|
|
|
9820
9820
|
var params = {
|
|
9821
|
-
url: api["
|
|
9821
|
+
url: api["Fb" /* toTaskTransferIndex */],
|
|
9822
9822
|
params: {
|
|
9823
9823
|
opinion: opinion,
|
|
9824
9824
|
pendingId: pendingId,
|
|
@@ -9943,7 +9943,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
9943
9943
|
var _this3 = this;
|
|
9944
9944
|
|
|
9945
9945
|
var params = {
|
|
9946
|
-
url: api["
|
|
9946
|
+
url: api["zb" /* toStartTaskRead */],
|
|
9947
9947
|
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
9948
9948
|
};
|
|
9949
9949
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
@@ -9982,7 +9982,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
9982
9982
|
var _this5 = this;
|
|
9983
9983
|
|
|
9984
9984
|
util["a" /* default */].ajax({
|
|
9985
|
-
url: api["
|
|
9985
|
+
url: api["r" /* findCodeValues */],
|
|
9986
9986
|
params: { ccCode: 'notification_type' }
|
|
9987
9987
|
}).then(function (res) {
|
|
9988
9988
|
var status = res.status,
|
|
@@ -10013,7 +10013,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
10013
10013
|
multiple = this.multiple;
|
|
10014
10014
|
|
|
10015
10015
|
var params = {
|
|
10016
|
-
url: api["
|
|
10016
|
+
url: api["sb" /* taskTransfer */],
|
|
10017
10017
|
data: {
|
|
10018
10018
|
choiceDeptId: choiceDeptId,
|
|
10019
10019
|
choiceOrgId: choiceOrgId,
|
|
@@ -10100,7 +10100,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
10100
10100
|
!download && delete params.isDownload;
|
|
10101
10101
|
isCdjxjTaskHandle == 'true' && delete params.noticeType;
|
|
10102
10102
|
util["a" /* default */].ajax({
|
|
10103
|
-
url: api["
|
|
10103
|
+
url: api["nb" /* taskReadHtml */],
|
|
10104
10104
|
params: { taskAction: _this7.type },
|
|
10105
10105
|
headers: { Accept: 'application/json,text/plain' },
|
|
10106
10106
|
method: 'post',
|
|
@@ -10137,7 +10137,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
10137
10137
|
|
|
10138
10138
|
this.loading = true;
|
|
10139
10139
|
util["a" /* default */].ajax({
|
|
10140
|
-
url: api["
|
|
10140
|
+
url: api["t" /* findSysCodes */]
|
|
10141
10141
|
}).then(function (res) {
|
|
10142
10142
|
var status = res.status,
|
|
10143
10143
|
message = res.message;
|
|
@@ -10592,7 +10592,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10592
10592
|
pendingId = this.pendingId;
|
|
10593
10593
|
|
|
10594
10594
|
var params = {
|
|
10595
|
-
url: api["
|
|
10595
|
+
url: api["pb" /* taskReview */],
|
|
10596
10596
|
data: {
|
|
10597
10597
|
nextUserId: nextOtherOrgObj,
|
|
10598
10598
|
notificationType: noticeType.join(','),
|
|
@@ -10628,7 +10628,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10628
10628
|
var _this2 = this;
|
|
10629
10629
|
|
|
10630
10630
|
var params = {
|
|
10631
|
-
url: api["
|
|
10631
|
+
url: api["Cb" /* toTaskReview */],
|
|
10632
10632
|
params: { pendingId: this.pendingId }
|
|
10633
10633
|
};
|
|
10634
10634
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -10663,7 +10663,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10663
10663
|
var _this3 = this;
|
|
10664
10664
|
|
|
10665
10665
|
var params = {
|
|
10666
|
-
url: this.type == 'takeAdvice' ? api["
|
|
10666
|
+
url: this.type == 'takeAdvice' ? api["Eb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Db" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Hb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Ib" /* toTwoOfficesDispatch */] : api["Gb" /* toTaskUnionExamine */],
|
|
10667
10667
|
params: { pendingId: this.pendingId },
|
|
10668
10668
|
headers: { Accept: 'application/json,text/plain' }
|
|
10669
10669
|
};
|
|
@@ -10757,7 +10757,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10757
10757
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
10758
10758
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
10759
10759
|
var param = {
|
|
10760
|
-
url: this.type === 'startDraf' ? api["
|
|
10760
|
+
url: this.type === 'startDraf' ? api["qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Kb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["rb" /* taskTakeAdvice */] : api["tb" /* taskUnionExamine */],
|
|
10761
10761
|
data: {
|
|
10762
10762
|
opinion: opinion,
|
|
10763
10763
|
pendingId: pendingId,
|
|
@@ -10813,7 +10813,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10813
10813
|
var _this5 = this;
|
|
10814
10814
|
|
|
10815
10815
|
util["a" /* default */].ajax({
|
|
10816
|
-
url: api["
|
|
10816
|
+
url: api["r" /* findCodeValues */],
|
|
10817
10817
|
params: { ccCode: 'notification_type' }
|
|
10818
10818
|
}).then(function (res) {
|
|
10819
10819
|
var status = res.status,
|
|
@@ -10838,7 +10838,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10838
10838
|
var params = {
|
|
10839
10839
|
pendingId: this.pendingId
|
|
10840
10840
|
};
|
|
10841
|
-
util["a" /* default */].ajax({ url: api["
|
|
10841
|
+
util["a" /* default */].ajax({ url: api["D" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
10842
10842
|
if (res.status === 'success') {
|
|
10843
10843
|
_this6.infoList.noticeInfo = res.message;
|
|
10844
10844
|
}
|
|
@@ -10854,7 +10854,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10854
10854
|
var _this7 = this;
|
|
10855
10855
|
|
|
10856
10856
|
util["a" /* default */].ajax({
|
|
10857
|
-
url: api["
|
|
10857
|
+
url: api["t" /* findSysCodes */]
|
|
10858
10858
|
}).then(function (res) {
|
|
10859
10859
|
var status = res.status,
|
|
10860
10860
|
message = res.message;
|
|
@@ -11438,8 +11438,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11438
11438
|
//
|
|
11439
11439
|
//
|
|
11440
11440
|
//
|
|
11441
|
-
//
|
|
11442
|
-
//
|
|
11443
11441
|
|
|
11444
11442
|
|
|
11445
11443
|
|
|
@@ -11684,7 +11682,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11684
11682
|
var _this = this;
|
|
11685
11683
|
|
|
11686
11684
|
var params = {
|
|
11687
|
-
url: api["
|
|
11685
|
+
url: api["v" /* getAdjunctFileInfos */],
|
|
11688
11686
|
params: { ownId: ownId, code: code }
|
|
11689
11687
|
};
|
|
11690
11688
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -11767,7 +11765,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11767
11765
|
opinion: _this2.value
|
|
11768
11766
|
};
|
|
11769
11767
|
util["a" /* default */].ajax({
|
|
11770
|
-
url: api["
|
|
11768
|
+
url: api["nb" /* taskReadHtml */],
|
|
11771
11769
|
params: { taskAction: 'complete' },
|
|
11772
11770
|
headers: { Accept: 'application/json,text/plain' },
|
|
11773
11771
|
method: 'post',
|
|
@@ -11797,7 +11795,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11797
11795
|
|
|
11798
11796
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
11799
11797
|
util["a" /* default */].ajax({
|
|
11800
|
-
url: api["
|
|
11798
|
+
url: api["Ab" /* toStartTaskReadIndex */],
|
|
11801
11799
|
params: { pendingId: this.pendingId }
|
|
11802
11800
|
}).then(function (res) {
|
|
11803
11801
|
var status = res.status,
|
|
@@ -11831,7 +11829,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11831
11829
|
if (mainConfig) {
|
|
11832
11830
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
11833
11831
|
} else {
|
|
11834
|
-
util["a" /* default */].ajax({ url: api["
|
|
11832
|
+
util["a" /* default */].ajax({ url: api["T" /* loginUserInfo */] }).then(function (res) {
|
|
11835
11833
|
var status = res.status,
|
|
11836
11834
|
data = res.data;
|
|
11837
11835
|
|
|
@@ -11866,7 +11864,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11866
11864
|
var _this5 = this;
|
|
11867
11865
|
|
|
11868
11866
|
util["a" /* default */].ajax({
|
|
11869
|
-
url: api["
|
|
11867
|
+
url: api["r" /* findCodeValues */],
|
|
11870
11868
|
params: { ccCode: 'notification_type' }
|
|
11871
11869
|
}).then(function (res) {
|
|
11872
11870
|
var status = res.status,
|
|
@@ -11888,13 +11886,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11888
11886
|
* @author liufan
|
|
11889
11887
|
* @date 2022年9月9日
|
|
11890
11888
|
**/
|
|
11891
|
-
saveInfo: function saveInfo(type) {
|
|
11889
|
+
saveInfo: function saveInfo(type, btn) {
|
|
11892
11890
|
var _this6 = this;
|
|
11893
11891
|
|
|
11894
11892
|
if (this.isFlow) {
|
|
11895
11893
|
if (!type) {
|
|
11896
|
-
if (
|
|
11897
|
-
|
|
11894
|
+
if (btn.before) {
|
|
11895
|
+
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
11896
|
+
_this6.$emit('save', _this6.businessIds);
|
|
11897
|
+
}).catch(function (e) {});
|
|
11898
|
+
} else if (this.beforeSubmit != undefined) {
|
|
11899
|
+
this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
11898
11900
|
_this6.$emit('save', _this6.businessIds);
|
|
11899
11901
|
}).catch(function (e) {});
|
|
11900
11902
|
} else {
|
|
@@ -11902,10 +11904,14 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11902
11904
|
}
|
|
11903
11905
|
}
|
|
11904
11906
|
} else {
|
|
11905
|
-
if (
|
|
11907
|
+
if (btn.before && !type) {
|
|
11908
|
+
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
11909
|
+
_this6.saveFlowInfo();
|
|
11910
|
+
}).catch(function (e) {});
|
|
11911
|
+
} else if (this.beforeSubmit == undefined && !type) {
|
|
11906
11912
|
this.subFun(this.saveFlowInfo);
|
|
11907
11913
|
} else if (!type && this.beforeSubmit != undefined) {
|
|
11908
|
-
this.beforeSubmit(2).then(function (next) {
|
|
11914
|
+
this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
11909
11915
|
_this6.saveFlowInfo();
|
|
11910
11916
|
}).catch(function (e) {});
|
|
11911
11917
|
} else {
|
|
@@ -11921,7 +11927,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11921
11927
|
pendingId: this.pendingId
|
|
11922
11928
|
};
|
|
11923
11929
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
11924
|
-
util["a" /* default */].ajax({ url: api["
|
|
11930
|
+
util["a" /* default */].ajax({ url: api["vb" /* tempSave */], params: params }).then(function (res) {
|
|
11925
11931
|
var status = res.status,
|
|
11926
11932
|
message = res.message;
|
|
11927
11933
|
|
|
@@ -11977,7 +11983,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11977
11983
|
var _this8 = this;
|
|
11978
11984
|
|
|
11979
11985
|
util["a" /* default */].ajax({
|
|
11980
|
-
url: api["
|
|
11986
|
+
url: api["t" /* findSysCodes */]
|
|
11981
11987
|
}).then(function (res) {
|
|
11982
11988
|
var status = res.status,
|
|
11983
11989
|
message = res.message;
|
|
@@ -12004,7 +12010,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12004
12010
|
|
|
12005
12011
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
12006
12012
|
var params = {
|
|
12007
|
-
url: api["
|
|
12013
|
+
url: api["q" /* endFlowHtml */],
|
|
12008
12014
|
headers: { Accept: 'application/json,text/plain' },
|
|
12009
12015
|
method: 'post',
|
|
12010
12016
|
data: mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
|
|
@@ -12131,7 +12137,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12131
12137
|
var _this10 = this;
|
|
12132
12138
|
|
|
12133
12139
|
var params = {
|
|
12134
|
-
url: api["
|
|
12140
|
+
url: api["S" /* isCanStartSubFlow */],
|
|
12135
12141
|
params: {
|
|
12136
12142
|
appId: this.taskExamineInfo.appId,
|
|
12137
12143
|
inevitableNode: res.inevitableNode
|
|
@@ -12202,7 +12208,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12202
12208
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
12203
12209
|
if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
|
|
12204
12210
|
var params = {
|
|
12205
|
-
url: api["
|
|
12211
|
+
url: api["eb" /* rejectAndEnd */],
|
|
12206
12212
|
headers: { Accept: 'application/json,text/plain' },
|
|
12207
12213
|
method: 'post',
|
|
12208
12214
|
params: {
|
|
@@ -12265,7 +12271,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12265
12271
|
pendingId: this.pendingId,
|
|
12266
12272
|
businessId: this.businessIds
|
|
12267
12273
|
};
|
|
12268
|
-
util["a" /* default */].ajax({ url: api["
|
|
12274
|
+
util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
|
|
12269
12275
|
var status = res.status,
|
|
12270
12276
|
message = res.message,
|
|
12271
12277
|
data = res.data;
|
|
@@ -12439,7 +12445,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12439
12445
|
pendingId: this.pendingId,
|
|
12440
12446
|
userId: util["a" /* default */].getStorage('userId')
|
|
12441
12447
|
};
|
|
12442
|
-
util["a" /* default */].ajax({ url: api["
|
|
12448
|
+
util["a" /* default */].ajax({ url: api["z" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
12443
12449
|
//pc返回数据
|
|
12444
12450
|
var status = res.status,
|
|
12445
12451
|
message = res.message,
|
|
@@ -12675,7 +12681,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12675
12681
|
// onlyFlag: true
|
|
12676
12682
|
};
|
|
12677
12683
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
12678
|
-
util["a" /* default */].ajax({ url: api["
|
|
12684
|
+
util["a" /* default */].ajax({ url: api["H" /* getProcessDefList */], params: params }).then(function (res) {
|
|
12679
12685
|
var status = res.status,
|
|
12680
12686
|
message = res.message,
|
|
12681
12687
|
data = res.data;
|
|
@@ -12720,7 +12726,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12720
12726
|
userId: util["a" /* default */].getStorage('userId'),
|
|
12721
12727
|
type: 2
|
|
12722
12728
|
};
|
|
12723
|
-
util["a" /* default */].ajax({ url: api["
|
|
12729
|
+
util["a" /* default */].ajax({ url: api["X" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
12724
12730
|
var rCode = res.rCode,
|
|
12725
12731
|
msg = res.msg,
|
|
12726
12732
|
results = res.results;
|
|
@@ -12923,7 +12929,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12923
12929
|
// this.value = this.value
|
|
12924
12930
|
// }
|
|
12925
12931
|
_this18.loading = util["a" /* default */].loading(_this18.$loading, '提交中...');
|
|
12926
|
-
util["a" /* default */].ajax({ url: api["
|
|
12932
|
+
util["a" /* default */].ajax({ url: api["mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
12927
12933
|
var status = res.status,
|
|
12928
12934
|
message = res.message;
|
|
12929
12935
|
|