eoss-ui 0.4.51 → 0.4.53

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.
Files changed (62) hide show
  1. package/lib/button-group.js +95 -88
  2. package/lib/button.js +95 -88
  3. package/lib/checkbox-group.js +96 -89
  4. package/lib/config/api.js +2 -0
  5. package/lib/data-table-form.js +96 -89
  6. package/lib/data-table.js +98 -91
  7. package/lib/date-picker.js +95 -88
  8. package/lib/dialog.js +95 -88
  9. package/lib/eoss-ui.common.js +897 -556
  10. package/lib/flow-group.js +95 -88
  11. package/lib/flow-list.js +99 -92
  12. package/lib/flow.js +419 -339
  13. package/lib/form.js +96 -89
  14. package/lib/handle-user.js +96 -89
  15. package/lib/handler.js +117 -110
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +95 -88
  18. package/lib/input.js +95 -88
  19. package/lib/login.js +124 -99
  20. package/lib/main.js +415 -173
  21. package/lib/mainComp.js +111 -104
  22. package/lib/nav.js +110 -95
  23. package/lib/notify.js +95 -91
  24. package/lib/page.js +95 -88
  25. package/lib/player.js +95 -88
  26. package/lib/qr-code.js +95 -88
  27. package/lib/radio-group.js +96 -89
  28. package/lib/select-ganged.js +95 -88
  29. package/lib/select.js +96 -89
  30. package/lib/selector-panel.js +113 -106
  31. package/lib/selector.js +96 -89
  32. package/lib/sizer.js +97 -90
  33. package/lib/steps.js +95 -88
  34. package/lib/switch.js +95 -88
  35. package/lib/table-form.js +95 -88
  36. package/lib/tabs.js +95 -88
  37. package/lib/theme-chalk/index.css +1 -1
  38. package/lib/theme-chalk/main.css +1 -1
  39. package/lib/theme-chalk/menu.css +1 -1
  40. package/lib/tips.js +96 -89
  41. package/lib/tree-group.js +95 -88
  42. package/lib/tree.js +96 -89
  43. package/lib/upload.js +104 -97
  44. package/lib/utils/util.js +5 -2
  45. package/lib/wujie.js +95 -88
  46. package/lib/wxlogin.js +95 -88
  47. package/package.json +1 -1
  48. package/packages/flow/src/main.vue +106 -34
  49. package/packages/flow/src/startTaskRead.vue +10 -2
  50. package/packages/handler/src/main.vue +13 -15
  51. package/packages/login/src/main.vue +34 -3
  52. package/packages/main/src/main.vue +128 -68
  53. package/packages/main/src/settings.vue +51 -4
  54. package/packages/nav/src/main.vue +22 -10
  55. package/packages/theme-chalk/lib/index.css +1 -1
  56. package/packages/theme-chalk/lib/main.css +1 -1
  57. package/packages/theme-chalk/lib/menu.css +1 -1
  58. package/packages/theme-chalk/src/main.scss +45 -6
  59. package/packages/theme-chalk/src/menu.scss +0 -1
  60. package/src/config/api.js +2 -0
  61. package/src/index.js +1 -1
  62. package/src/utils/util.js +4 -2
package/lib/flow.js CHANGED
@@ -101,6 +101,8 @@ module.exports =
101
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
102
102
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
103
103
 
104
+ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
105
+
104
106
  /**
105
107
  * 新封装公告方法规范:
106
108
  * 1.方法顺序按字母顺序排列
@@ -204,6 +206,7 @@ var ajax = function ajax(_ref) {
204
206
  });
205
207
  // 请求拦截
206
208
  http.interceptors.request.use(function (config) {
209
+ config.header && (config.headers = _extends({}, config.headers, config.header));
207
210
  config.headers.common = getStorage();
208
211
  // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
209
212
  var requestKey = getRequestKey(config);
@@ -350,9 +353,9 @@ var ajax = function ajax(_ref) {
350
353
  if (!mix) {
351
354
  params = {};
352
355
  }
353
- if (format && !headers) {
356
+ if (format && !header['content-type']) {
354
357
  data = qs__WEBPACK_IMPORTED_MODULE_2___default.a.stringify(data);
355
- header['content-type'] = 'application/x-www-form-urlencoded';
358
+ header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
356
359
  }
357
360
  }
358
361
  return http({
@@ -2346,120 +2349,122 @@ var watermark = function watermark(option) {
2346
2349
 
2347
2350
  "use strict";
2348
2351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
2352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doUserLogin; });
2350
2353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
2352
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
2353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
2354
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return logout; });
2355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initLogin; });
2356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return switchUserTo; });
2354
2357
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
2358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getLoginCode; });
2356
2359
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2357
2360
  /* unused harmony export updateCode */
2358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
2361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getModifyPassCode; });
2359
2362
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2360
2363
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
2362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
2364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
2365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
2364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return initModifyPassword; });
2365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doWechatQrLogin; });
2366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getTwoFactorLoginCode; });
2367
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doTwoFactorLogin; });
2368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return mainConfig; });
2369
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initUserSet; });
2370
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return updateUserInfo; });
2366
2371
  /* unused harmony export getUserImgUrl */
2367
2372
  /* unused harmony export getDoorIndex */
2368
2373
  /* unused harmony export refreshOnlineUsers */
2369
2374
  /* unused harmony export getQuickMenuIds */
2370
2375
  /* unused harmony export getApplicationIdArray */
2371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
2372
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
2376
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplications; });
2377
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplicationsNew; });
2373
2378
  /* unused harmony export getUserCustomInfo */
2374
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
2375
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
2376
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
2377
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
2378
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
2379
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
2380
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
2381
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
2382
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
2383
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2384
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
2385
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
2386
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
2387
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
2379
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return updateUserCustomInfo; });
2380
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sysMsgPage; });
2381
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return ignoreSysMsg; });
2382
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return ignoreAllSysMsg; });
2383
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctProperties; });
2384
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return uploads; });
2385
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploadOnlyOne; });
2386
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctFileInfos; });
2387
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return uploadSort; });
2388
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return downloadByAdjunctId; });
2389
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadDownloads; });
2390
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunct; });
2391
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return previewAdjunct2; });
2392
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return previewAdjunctOffice; });
2388
2393
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2389
2394
  /* unused harmony export upload_updateClassify */
2390
2395
  /* unused harmony export getDeleteAdjunctFileInfos */
2391
2396
  /* unused harmony export getPictureBase64 */
2392
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
2393
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
2394
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
2395
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
2396
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
2397
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getSelectorOrgTree; });
2398
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgDetail; });
2399
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getOrgMainTree; });
2400
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectOrgsubids; });
2401
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCode; });
2397
2402
  /* unused harmony export findUserBaseInfo */
2398
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
2403
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return gethelpdoc; });
2399
2404
  /* unused harmony export getCurrentuser */
2400
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
2401
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
2402
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
2405
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return mainDetail; });
2406
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartFlow; });
2407
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return tempSave; });
2403
2408
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2404
2409
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2405
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2406
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
2407
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
2410
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return editCommonOpion; });
2411
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return saveCommonOpinion; });
2412
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateCommonOpinion; });
2408
2413
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2409
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
2410
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
2411
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
2412
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
2413
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2414
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
2415
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
2416
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
2414
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getProcessDefList; });
2415
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNodeInfo; });
2416
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findCodeValues; });
2417
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysParam; });
2418
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysCodes; });
2419
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNotificationMsg; });
2420
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getHandleInfoHtml; });
2421
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskHandleHtml; });
2417
2422
  /* unused harmony export getView */
2418
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
2419
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
2420
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
2421
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
2422
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
2423
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
2424
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
2425
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
2426
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
2427
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
2428
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2429
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
2430
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
2431
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
2432
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
2433
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
2434
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
2435
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
2436
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
2437
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
2423
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return register; });
2424
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pendedhistoryList; });
2425
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskRejectHtml; });
2426
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskRejectHtml; });
2427
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toStartTaskRead; });
2428
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toStartTaskReadIndex; });
2429
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReadHtml; });
2430
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return rejectAndEnd; });
2431
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toSendMsg; });
2432
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sendMsg; });
2433
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return endFlowHtml; });
2434
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return handleInfo; });
2435
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return loginUserInfo; });
2436
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return wss; });
2437
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return topic; });
2438
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetCustomInfo; });
2439
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetNodeInfo; });
2440
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskTransferIndex; });
2441
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskTransfer; });
2442
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toPresetInfoListIndex; });
2438
2443
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2439
2444
  /* unused harmony export historyListJson */
2440
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
2441
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
2445
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return pendedhistoryListJson; });
2446
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return pressListJson; });
2442
2447
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2443
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
2444
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
2445
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
2446
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
2447
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
2448
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
2449
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
2450
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
2451
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
2452
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
2453
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
2454
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
2455
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
2456
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
2457
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
2448
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return isCanStartSubFlow; });
2449
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskUnionExamine; });
2450
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskUnionExamine; });
2451
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskTakeAdvice; });
2452
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskTakeAdvice; });
2453
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskStartDraft; });
2454
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskStartDraft; });
2455
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskReview; });
2456
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskReview; });
2457
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskUnionSeal; });
2458
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskUnionSeal; });
2459
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTwoOfficesDispatch; });
2460
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return twoOfficesDispatch; });
2461
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sendList; });
2462
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendInfo; });
2458
2463
  /* unused harmony export sendSave */
2459
2464
  /* unused harmony export sendUpdate */
2460
2465
  /* unused harmony export sendDelete */
2461
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
2462
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
2466
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendBatch; });
2467
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return formContents; });
2463
2468
  // 登录
2464
2469
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2465
2470
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2476,6 +2481,8 @@ var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置
2476
2481
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
2477
2482
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
2478
2483
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
2484
+ var getTwoFactorLoginCode = '/sso2/signIn/auth/getTwoFactorLoginCode'; // 双因素登录,通过消息中心发送登陆验证码给用户
2485
+ var doTwoFactorLogin = '/sso2/signIn/auth/doTwoFactorLogin'; // 双因素登录
2479
2486
  // 框架
2480
2487
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
2481
2488
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
@@ -3006,7 +3013,7 @@ var component = Object(componentNormalizer["a" /* default */])(
3006
3013
  // ESM COMPAT FLAG
3007
3014
  __webpack_require__.r(__webpack_exports__);
3008
3015
 
3009
- // 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=4ef7ee29&
3016
+ // 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=88cb49c6&
3010
3017
  var render = function () {
3011
3018
  var _vm = this
3012
3019
  var _h = _vm.$createElement
@@ -3087,8 +3094,8 @@ var render = function () {
3087
3094
  {
3088
3095
  name: "show",
3089
3096
  rawName: "v-show",
3090
- value: !_vm.isFlow && _vm.typeCode != "fenyue",
3091
- expression: "!isFlow && typeCode != 'fenyue'",
3097
+ value: !_vm.isFlow && _vm.newTypeCode != "fenyue",
3098
+ expression: "!isFlow && newTypeCode != 'fenyue'",
3092
3099
  },
3093
3100
  ],
3094
3101
  staticClass: "es-opinion-file",
@@ -3154,10 +3161,10 @@ var render = function () {
3154
3161
  rawName: "v-show",
3155
3162
  value:
3156
3163
  (!_vm.endFlow || _vm.nodeInfos.length > 1) &&
3157
- _vm.typeCode != "fenyue" &&
3164
+ _vm.newTypeCode != "fenyue" &&
3158
3165
  !_vm.shrink,
3159
3166
  expression:
3160
- "\n (!endFlow || nodeInfos.length > 1) && typeCode != 'fenyue' && !shrink\n ",
3167
+ "\n (!endFlow || nodeInfos.length > 1) && newTypeCode != 'fenyue' && !shrink\n ",
3161
3168
  },
3162
3169
  ],
3163
3170
  staticClass: "es-info",
@@ -3525,11 +3532,13 @@ var render = function () {
3525
3532
  1
3526
3533
  )
3527
3534
  : _vm._e(),
3528
- !_vm.isReject && _vm.nodeInfos.length != 0
3529
- ? _c(
3530
- "div",
3531
- [
3532
- _c(
3535
+ _c(
3536
+ "div",
3537
+ [
3538
+ !_vm.isReject &&
3539
+ _vm.nodeInfos.length != 0 &&
3540
+ _vm.isShowNode
3541
+ ? _c(
3533
3542
  "el-form-item",
3534
3543
  {
3535
3544
  attrs: {
@@ -3590,35 +3599,37 @@ var render = function () {
3590
3599
  ),
3591
3600
  ],
3592
3601
  1
3593
- ),
3594
- _vm.countersignaturetypeCode != 0
3595
- ? _c(
3596
- "el-form-item",
3597
- {
3598
- attrs: {
3599
- prop: "handleMode",
3600
- label: "处理方式",
3602
+ )
3603
+ : _vm._e(),
3604
+ _vm.countersignaturetypeCode != 0
3605
+ ? _c(
3606
+ "el-form-item",
3607
+ {
3608
+ attrs: {
3609
+ prop: "handleMode",
3610
+ label: "处理方式",
3611
+ },
3612
+ },
3613
+ [
3614
+ _c("el-input", {
3615
+ attrs: {
3616
+ placeholder: "请输入内容",
3617
+ disabled: "",
3618
+ },
3619
+ model: {
3620
+ value: _vm.handleMode,
3621
+ callback: function ($$v) {
3622
+ _vm.handleMode = $$v
3601
3623
  },
3624
+ expression: "handleMode",
3602
3625
  },
3603
- [
3604
- _c("el-input", {
3605
- attrs: {
3606
- placeholder: "请输入内容",
3607
- disabled: "",
3608
- },
3609
- model: {
3610
- value: _vm.handleMode,
3611
- callback: function ($$v) {
3612
- _vm.handleMode = $$v
3613
- },
3614
- expression: "handleMode",
3615
- },
3616
- }),
3617
- ],
3618
- 1
3619
- )
3620
- : _vm._e(),
3621
- _c(
3626
+ }),
3627
+ ],
3628
+ 1
3629
+ )
3630
+ : _vm._e(),
3631
+ _vm.isNextUser
3632
+ ? _c(
3622
3633
  "el-form-item",
3623
3634
  {
3624
3635
  attrs: {
@@ -3669,145 +3680,135 @@ var render = function () {
3669
3680
  }),
3670
3681
  ],
3671
3682
  1
3672
- ),
3673
- _vm.nodeType !== 0 &&
3674
- _vm.isLimitedTimeHandling === 1
3675
- ? _c("TimeLimit", {
3683
+ )
3684
+ : _vm._e(),
3685
+ _vm.nodeType !== 0 &&
3686
+ _vm.isLimitedTimeHandling === 1
3687
+ ? _c("TimeLimit", {
3688
+ attrs: { newsList: _vm.newsList },
3689
+ on: {
3690
+ change: function (val) {
3691
+ return (_vm.nextNode =
3692
+ Object.assign(
3693
+ {},
3694
+ _vm.nextNode,
3695
+ val
3696
+ ))
3697
+ },
3698
+ },
3699
+ })
3700
+ : _vm._e(),
3701
+ _vm.isTaskread == 1
3702
+ ? _c(
3703
+ "el-form-item",
3704
+ {
3705
+ attrs: {
3706
+ prop: "nextReadUserId",
3707
+ label:
3708
+ "\n 分阅用户\n ",
3709
+ },
3710
+ },
3711
+ [
3712
+ _c("SelectUser", {
3676
3713
  attrs: {
3677
- newsList: _vm.newsList,
3714
+ nextUser:
3715
+ _vm.nextNode.nextReadUserId,
3716
+ multiple: true,
3717
+ selectUserList:
3718
+ _vm.selectReadUserList,
3719
+ options: _vm.userOptions,
3720
+ mix: true,
3721
+ types: _vm.types,
3722
+ tabs: _vm.tabs,
3678
3723
  },
3679
3724
  on: {
3680
- change: function (val) {
3681
- return (_vm.nextNode =
3682
- Object.assign(
3683
- {},
3684
- _vm.nextNode,
3685
- val
3686
- ))
3725
+ change: function ($event) {
3726
+ _vm.changeSelectReadUser(
3727
+ $event,
3728
+ "nextReadUserId"
3729
+ )
3687
3730
  },
3688
3731
  },
3689
- })
3690
- : _vm._e(),
3691
- _vm.isTaskread == 1
3692
- ? _c(
3693
- "el-form-item",
3694
- {
3695
- attrs: {
3696
- prop: "nextReadUserId",
3697
- label:
3698
- "\n 分阅用户\n ",
3699
- },
3732
+ }),
3733
+ ],
3734
+ 1
3735
+ )
3736
+ : _vm._e(),
3737
+ _vm.canPresetRead
3738
+ ? _c(
3739
+ "el-form-item",
3740
+ {
3741
+ attrs: {
3742
+ prop: "presetReadUserId",
3743
+ label:
3744
+ "\n 自动分阅\n ",
3745
+ },
3746
+ },
3747
+ [
3748
+ _c("SelectUser", {
3749
+ attrs: {
3750
+ nextUser:
3751
+ _vm.nextNode
3752
+ .presetReadUserId,
3753
+ multiple: true,
3754
+ selectUserList:
3755
+ _vm.selectPresetUserList,
3756
+ options: _vm.presetOptions,
3757
+ radioList:
3758
+ _vm.presetReadUserId,
3759
+ presetEdit: 1,
3760
+ mix: true,
3761
+ types: _vm.types,
3762
+ tabs: _vm.tabs,
3700
3763
  },
3701
- [
3702
- _c("SelectUser", {
3703
- attrs: {
3704
- nextUser:
3705
- _vm.nextNode
3706
- .nextReadUserId,
3707
- multiple: true,
3708
- selectUserList:
3709
- _vm.selectReadUserList,
3710
- options: _vm.userOptions,
3711
- mix: true,
3712
- types: _vm.types,
3713
- tabs: _vm.tabs,
3714
- },
3715
- on: {
3716
- change: function (
3717
- $event
3718
- ) {
3719
- _vm.changeSelectReadUser(
3720
- $event,
3721
- "nextReadUserId"
3722
- )
3723
- },
3724
- },
3725
- }),
3726
- ],
3727
- 1
3728
- )
3729
- : _vm._e(),
3730
- _vm.canPresetRead
3731
- ? _c(
3732
- "el-form-item",
3733
- {
3734
- attrs: {
3735
- prop: "presetReadUserId",
3736
- label:
3737
- "\n 自动分阅\n ",
3764
+ on: {
3765
+ change: function ($event) {
3766
+ _vm.changeSelectReadUser(
3767
+ $event,
3768
+ "presetReadUserId"
3769
+ )
3738
3770
  },
3739
3771
  },
3740
- [
3741
- _c("SelectUser", {
3742
- attrs: {
3743
- nextUser:
3744
- _vm.nextNode
3745
- .presetReadUserId,
3746
- multiple: true,
3747
- selectUserList:
3748
- _vm.selectPresetUserList,
3749
- options:
3750
- _vm.presetOptions,
3751
- radioList:
3752
- _vm.presetReadUserId,
3753
- presetEdit: 1,
3754
- mix: true,
3755
- types: _vm.types,
3756
- tabs: _vm.tabs,
3757
- },
3758
- on: {
3759
- change: function (
3760
- $event
3761
- ) {
3762
- _vm.changeSelectReadUser(
3763
- $event,
3764
- "presetReadUserId"
3765
- )
3766
- },
3767
- },
3768
- }),
3769
- ],
3770
- 1
3771
- )
3772
- : _vm._e(),
3773
- _vm.isHandleExplain == 1
3774
- ? _c(
3775
- "el-form-item",
3776
- {
3777
- attrs: {
3778
- prop: "handleExplain",
3779
- label: "办理说明",
3772
+ }),
3773
+ ],
3774
+ 1
3775
+ )
3776
+ : _vm._e(),
3777
+ _vm.isHandleExplain == 1
3778
+ ? _c(
3779
+ "el-form-item",
3780
+ {
3781
+ attrs: {
3782
+ prop: "handleExplain",
3783
+ label: "办理说明",
3784
+ },
3785
+ },
3786
+ [
3787
+ _c("el-input", {
3788
+ attrs: {
3789
+ placeholder: "请输入办理说明",
3790
+ },
3791
+ model: {
3792
+ value:
3793
+ _vm.nextNode.handleExplain,
3794
+ callback: function ($$v) {
3795
+ _vm.$set(
3796
+ _vm.nextNode,
3797
+ "handleExplain",
3798
+ $$v
3799
+ )
3780
3800
  },
3801
+ expression:
3802
+ "nextNode.handleExplain",
3781
3803
  },
3782
- [
3783
- _c("el-input", {
3784
- attrs: {
3785
- placeholder:
3786
- "请输入办理说明",
3787
- },
3788
- model: {
3789
- value:
3790
- _vm.nextNode
3791
- .handleExplain,
3792
- callback: function ($$v) {
3793
- _vm.$set(
3794
- _vm.nextNode,
3795
- "handleExplain",
3796
- $$v
3797
- )
3798
- },
3799
- expression:
3800
- "nextNode.handleExplain",
3801
- },
3802
- }),
3803
- ],
3804
- 1
3805
- )
3806
- : _vm._e(),
3807
- ],
3808
- 1
3809
- )
3810
- : _vm._e(),
3804
+ }),
3805
+ ],
3806
+ 1
3807
+ )
3808
+ : _vm._e(),
3809
+ ],
3810
+ 1
3811
+ ),
3811
3812
  ],
3812
3813
  1
3813
3814
  )
@@ -3970,7 +3971,7 @@ var render = function () {
3970
3971
  ],
3971
3972
  1
3972
3973
  ),
3973
- _vm.typeCode != "fenyue" && !_vm.shrink
3974
+ _vm.newTypeCode != "fenyue" && !_vm.shrink
3974
3975
  ? _c(
3975
3976
  "div",
3976
3977
  {
@@ -4389,7 +4390,7 @@ var staticRenderFns = []
4389
4390
  render._withStripped = true
4390
4391
 
4391
4392
 
4392
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=4ef7ee29&
4393
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=88cb49c6&
4393
4394
 
4394
4395
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4395
4396
  var regenerator_ = __webpack_require__(9);
@@ -4948,7 +4949,7 @@ var util = __webpack_require__(0);
4948
4949
 
4949
4950
  this.loading = true;
4950
4951
  util["a" /* default */].ajax({
4951
- url: id ? api["p" /* editCommonOpion */] : api["a" /* addCommonOpion */],
4952
+ url: id ? api["q" /* editCommonOpion */] : api["a" /* addCommonOpion */],
4952
4953
  params: { id: id }
4953
4954
  }).then(function (res) {
4954
4955
  var status = res.status,
@@ -5213,7 +5214,7 @@ var _components;
5213
5214
 
5214
5215
  var that = this;
5215
5216
  util["a" /* default */].ajax({
5216
- url: api["u" /* findSysParam */],
5217
+ url: api["v" /* findSysParam */],
5217
5218
  params: { cpName: 'commonOpinionsSelectType' }
5218
5219
  }).then(function (res) {
5219
5220
  if (res.status == 'success') {
@@ -5291,7 +5292,7 @@ var _components;
5291
5292
  }
5292
5293
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
5293
5294
  util["a" /* default */].ajax({
5294
- url: data.id ? api["Mb" /* updateCommonOpinion */] : api["gb" /* saveCommonOpinion */],
5295
+ url: data.id ? api["Ob" /* updateCommonOpinion */] : api["ib" /* saveCommonOpinion */],
5295
5296
  data: info,
5296
5297
  header: { 'Content-Type': 'multipart/form-data' },
5297
5298
  method: 'post'
@@ -6153,7 +6154,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
6153
6154
  newNextUser: [],
6154
6155
  newOptions: [],
6155
6156
  newSelectUserList: [],
6156
- url: api["N" /* handleInfo */],
6157
+ url: api["P" /* handleInfo */],
6157
6158
  newCheckboxList: [],
6158
6159
  newPresetEdit: 0,
6159
6160
  newMultiple: false,
@@ -6270,7 +6271,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
6270
6271
  if (query !== '') {
6271
6272
  this.searchLoading = true;
6272
6273
  util["a" /* default */].ajax({
6273
- url: api["N" /* handleInfo */],
6274
+ url: api["P" /* handleInfo */],
6274
6275
  params: { searchKey: query, query: query, type: 'user' }
6275
6276
  }).then(function (res) {
6276
6277
  var status = res.status,
@@ -6680,7 +6681,7 @@ var CustomPresetvue_type_script_lang_js_components;
6680
6681
  nextNodeId: nodeId,
6681
6682
  businessId: this.id
6682
6683
  };
6683
- util["a" /* default */].ajax({ url: api["D" /* getNodeInfo */], params: params }).then(function (res) {
6684
+ util["a" /* default */].ajax({ url: api["E" /* getNodeInfo */], params: params }).then(function (res) {
6684
6685
  var status = res.status,
6685
6686
  message = res.message,
6686
6687
  _res$data = res.data,
@@ -6777,7 +6778,7 @@ var CustomPresetvue_type_script_lang_js_components;
6777
6778
 
6778
6779
  isNoStart && (this.newPresetList = []);
6779
6780
  var params = {
6780
- url: api["G" /* getPresetCustomInfo */],
6781
+ url: api["H" /* getPresetCustomInfo */],
6781
6782
  params: {
6782
6783
  nodeId: nodeId,
6783
6784
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -7128,7 +7129,7 @@ var Presetvue_type_script_lang_js_components;
7128
7129
  nodeId = this.nodeId;
7129
7130
 
7130
7131
  var params = {
7131
- url: api["H" /* getPresetNodeInfo */],
7132
+ url: api["I" /* getPresetNodeInfo */],
7132
7133
  params: {
7133
7134
  nextNodeId: nextNodeId,
7134
7135
  processDefinitionId: processDefinitionId,
@@ -7726,7 +7727,7 @@ var processFormvue_type_script_lang_js_components;
7726
7727
  var _this = this;
7727
7728
 
7728
7729
  util["a" /* default */].ajax({
7729
- url: api["r" /* findCodeValues */],
7730
+ url: api["s" /* findCodeValues */],
7730
7731
  params: { ccCode: 'notification_type' }
7731
7732
  }).then(function (res) {
7732
7733
  var status = res.status,
@@ -7752,7 +7753,7 @@ var processFormvue_type_script_lang_js_components;
7752
7753
  nodeId: this.nextNode.nextNode,
7753
7754
  businessId: this.id
7754
7755
  };
7755
- util["a" /* default */].ajax({ url: api["E" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
7756
+ util["a" /* default */].ajax({ url: api["F" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
7756
7757
  if (res.status === 'success') {
7757
7758
  _this2.nextNode.noticeInfo = res.message;
7758
7759
  }
@@ -7821,7 +7822,7 @@ var processFormvue_type_script_lang_js_components;
7821
7822
  opinion: _this3.newOpinion || newOpinion
7822
7823
  };
7823
7824
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
7824
- util["a" /* default */].ajax({ url: api["eb" /* register */], method: 'post', data: params }).then(function (res) {
7825
+ util["a" /* default */].ajax({ url: api["gb" /* register */], method: 'post', data: params }).then(function (res) {
7825
7826
  var status = res.status,
7826
7827
  message = res.message;
7827
7828
 
@@ -7851,7 +7852,7 @@ var processFormvue_type_script_lang_js_components;
7851
7852
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
7852
7853
  businessId: this.id
7853
7854
  };
7854
- util["a" /* default */].ajax({ url: api["D" /* getNodeInfo */], params: params }).then(function (res) {
7855
+ util["a" /* default */].ajax({ url: api["E" /* getNodeInfo */], params: params }).then(function (res) {
7855
7856
  var status = res.status,
7856
7857
  message = res.message,
7857
7858
  _res$data = res.data,
@@ -7938,7 +7939,7 @@ var processFormvue_type_script_lang_js_components;
7938
7939
  var _this5 = this;
7939
7940
 
7940
7941
  util["a" /* default */].ajax({
7941
- url: api["t" /* findSysCodes */]
7942
+ url: api["u" /* findSysCodes */]
7942
7943
  }).then(function (res) {
7943
7944
  var status = res.status,
7944
7945
  message = res.message;
@@ -8007,7 +8008,7 @@ var processFormvue_type_script_lang_js_components;
8007
8008
  businessId: this.businessId
8008
8009
  };
8009
8010
  // 获取节点
8010
- util["a" /* default */].ajax({ url: api["zb" /* toStartFlow */], params: params }).then(function (res) {
8011
+ util["a" /* default */].ajax({ url: api["Bb" /* toStartFlow */], params: params }).then(function (res) {
8011
8012
  //pc接口返回数据处理
8012
8013
  var status = res.status,
8013
8014
  message = res.message,
@@ -8453,7 +8454,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
8453
8454
  notificationType = _sendInfo.notificationType;
8454
8455
 
8455
8456
  var params = {
8456
- url: api["kb" /* sendMsg */],
8457
+ url: api["mb" /* sendMsg */],
8457
8458
  headers: { Accept: 'application/json,text/plain' },
8458
8459
  method: 'post',
8459
8460
  data: {
@@ -8515,7 +8516,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
8515
8516
 
8516
8517
  this.loading = true;
8517
8518
  util["a" /* default */].ajax({
8518
- url: api["yb" /* toSendMsg */],
8519
+ url: api["Ab" /* toSendMsg */],
8519
8520
  params: { pendingId: this.$attrs.pendingId }
8520
8521
  }).then(function (res) {
8521
8522
  var status = res.status,
@@ -9293,7 +9294,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
9293
9294
  var _this = this;
9294
9295
 
9295
9296
  util["a" /* default */].ajax({
9296
- url: api["r" /* findCodeValues */],
9297
+ url: api["s" /* findCodeValues */],
9297
9298
  params: { ccCode: 'notification_type' }
9298
9299
  }).then(function (res) {
9299
9300
  var status = res.status,
@@ -9330,7 +9331,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
9330
9331
  userId: util["a" /* default */].getStorage('userId'),
9331
9332
  nextNodeId: _this2.nextNode.nextNodeId
9332
9333
  };
9333
- util["a" /* default */].ajax({ url: api["pb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
9334
+ util["a" /* default */].ajax({ url: api["rb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
9334
9335
  var status = res.status,
9335
9336
  message = res.message;
9336
9337
 
@@ -9361,7 +9362,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
9361
9362
  var _this3 = this;
9362
9363
 
9363
9364
  util["a" /* default */].ajax({
9364
- url: api["t" /* findSysCodes */]
9365
+ url: api["u" /* findSysCodes */]
9365
9366
  }).then(function (res) {
9366
9367
  var status = res.status,
9367
9368
  message = res.message;
@@ -9385,7 +9386,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
9385
9386
  isSinglePage: false,
9386
9387
  opinion: this.option
9387
9388
  };
9388
- util["a" /* default */].ajax({ url: api["Cb" /* toTaskRejectHtml */], params: params }).then(function (res) {
9389
+ util["a" /* default */].ajax({ url: api["Eb" /* toTaskRejectHtml */], params: params }).then(function (res) {
9389
9390
  var status = res.status,
9390
9391
  message = res.message,
9391
9392
  _res$data = res.data,
@@ -9448,8 +9449,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
9448
9449
  )
9449
9450
 
9450
9451
  /* harmony default export */ var processReject = (processReject_component.exports);
9451
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c8ae180&
9452
- var startTaskReadvue_type_template_id_0c8ae180_render = function () {
9452
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=31232218&
9453
+ var startTaskReadvue_type_template_id_31232218_render = function () {
9453
9454
  var _vm = this
9454
9455
  var _h = _vm.$createElement
9455
9456
  var _c = _vm._self._c || _h
@@ -9824,11 +9825,11 @@ var startTaskReadvue_type_template_id_0c8ae180_render = function () {
9824
9825
  1
9825
9826
  )
9826
9827
  }
9827
- var startTaskReadvue_type_template_id_0c8ae180_staticRenderFns = []
9828
- startTaskReadvue_type_template_id_0c8ae180_render._withStripped = true
9828
+ var startTaskReadvue_type_template_id_31232218_staticRenderFns = []
9829
+ startTaskReadvue_type_template_id_31232218_render._withStripped = true
9829
9830
 
9830
9831
 
9831
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c8ae180&
9832
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=31232218&
9832
9833
 
9833
9834
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
9834
9835
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -10057,7 +10058,7 @@ var startTaskReadvue_type_script_lang_js_components;
10057
10058
  taskExamine = this.taskExamine;
10058
10059
 
10059
10060
  var params = {
10060
- url: api["Gb" /* toTaskTransferIndex */],
10061
+ url: api["Ib" /* toTaskTransferIndex */],
10061
10062
  params: {
10062
10063
  opinion: opinion,
10063
10064
  pendingId: pendingId,
@@ -10182,7 +10183,7 @@ var startTaskReadvue_type_script_lang_js_components;
10182
10183
  var _this3 = this;
10183
10184
 
10184
10185
  var params = {
10185
- url: api["Ab" /* toStartTaskRead */],
10186
+ url: api["Cb" /* toStartTaskRead */],
10186
10187
  params: { pendingId: this.pendingId, taskAction: this.type }
10187
10188
  };
10188
10189
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -10221,7 +10222,7 @@ var startTaskReadvue_type_script_lang_js_components;
10221
10222
  var _this5 = this;
10222
10223
 
10223
10224
  util["a" /* default */].ajax({
10224
- url: api["r" /* findCodeValues */],
10225
+ url: api["s" /* findCodeValues */],
10225
10226
  params: { ccCode: 'notification_type' }
10226
10227
  }).then(function (res) {
10227
10228
  var status = res.status,
@@ -10244,7 +10245,9 @@ var startTaskReadvue_type_script_lang_js_components;
10244
10245
 
10245
10246
  var _taskExamine = this.taskExamine,
10246
10247
  choiceDeptId = _taskExamine.choiceDeptId,
10247
- choiceOrgId = _taskExamine.choiceOrgId;
10248
+ choiceOrgId = _taskExamine.choiceOrgId,
10249
+ bCode = _taskExamine.bCode,
10250
+ bName = _taskExamine.bName;
10248
10251
  var opinion = this.opinion,
10249
10252
  pendingId = this.pendingId,
10250
10253
  nextNode = this.nextNode,
@@ -10252,10 +10255,12 @@ var startTaskReadvue_type_script_lang_js_components;
10252
10255
  multiple = this.multiple;
10253
10256
 
10254
10257
  var params = {
10255
- url: api["tb" /* taskTransfer */],
10258
+ url: api["vb" /* taskTransfer */],
10256
10259
  data: {
10257
10260
  choiceDeptId: choiceDeptId,
10258
10261
  choiceOrgId: choiceOrgId,
10262
+ bCode: bCode,
10263
+ bName: bName,
10259
10264
  nextUserId: multiple ? nextNode.nextUser.join(',') : nextNode.nextUser,
10260
10265
  opinion: opinion,
10261
10266
  pendingId: pendingId,
@@ -10307,12 +10312,16 @@ var startTaskReadvue_type_script_lang_js_components;
10307
10312
  var _taskExamine2 = _this7.taskExamine,
10308
10313
  appId = _taskExamine2.appId,
10309
10314
  businessId = _taskExamine2.businessId,
10315
+ bCode = _taskExamine2.bCode,
10316
+ bName = _taskExamine2.bName,
10310
10317
  choiceDeptId = _taskExamine2.choiceDeptId,
10311
10318
  choiceOrgId = _taskExamine2.choiceOrgId,
10312
10319
  businessName = _taskExamine2.businessName,
10313
10320
  processDefinitionId = _taskExamine2.processDefinitionId;
10314
10321
 
10315
10322
  var params = startTaskReadvue_type_script_lang_js_extends({}, _this7.nextNode, {
10323
+ bCode: bCode,
10324
+ bName: bName,
10316
10325
  appId: appId,
10317
10326
  businessId: businessId,
10318
10327
  choiceDeptId: choiceDeptId,
@@ -10340,9 +10349,11 @@ var startTaskReadvue_type_script_lang_js_components;
10340
10349
  !download && delete params.isDownload;
10341
10350
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
10342
10351
  util["a" /* default */].ajax({
10343
- url: api["ob" /* taskReadHtml */],
10352
+ url: api["qb" /* taskReadHtml */],
10344
10353
  params: { taskAction: _this7.type },
10345
- headers: { Accept: 'application/json,text/plain' },
10354
+ headers: {
10355
+ Accept: 'application/json,text/plain'
10356
+ },
10346
10357
  method: 'post',
10347
10358
  data: params
10348
10359
  }).then(function (res) {
@@ -10377,7 +10388,7 @@ var startTaskReadvue_type_script_lang_js_components;
10377
10388
 
10378
10389
  this.loading = true;
10379
10390
  util["a" /* default */].ajax({
10380
- url: api["t" /* findSysCodes */]
10391
+ url: api["u" /* findSysCodes */]
10381
10392
  }).then(function (res) {
10382
10393
  var status = res.status,
10383
10394
  message = res.message;
@@ -10415,8 +10426,8 @@ var startTaskReadvue_type_script_lang_js_components;
10415
10426
 
10416
10427
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
10417
10428
  src_startTaskReadvue_type_script_lang_js_,
10418
- startTaskReadvue_type_template_id_0c8ae180_render,
10419
- startTaskReadvue_type_template_id_0c8ae180_staticRenderFns,
10429
+ startTaskReadvue_type_template_id_31232218_render,
10430
+ startTaskReadvue_type_template_id_31232218_staticRenderFns,
10420
10431
  false,
10421
10432
  null,
10422
10433
  null,
@@ -10830,7 +10841,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
10830
10841
  pendingId = this.pendingId;
10831
10842
 
10832
10843
  var params = {
10833
- url: api["qb" /* taskReview */],
10844
+ url: api["sb" /* taskReview */],
10834
10845
  data: {
10835
10846
  nextUserId: nextOtherOrgObj.join(','),
10836
10847
  notificationType: noticeType.join(','),
@@ -10866,7 +10877,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
10866
10877
  var _this2 = this;
10867
10878
 
10868
10879
  var params = {
10869
- url: api["Db" /* toTaskReview */],
10880
+ url: api["Fb" /* toTaskReview */],
10870
10881
  params: { pendingId: this.pendingId }
10871
10882
  };
10872
10883
  util["a" /* default */].ajax(params).then(function (res) {
@@ -10901,7 +10912,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
10901
10912
  var _this3 = this;
10902
10913
 
10903
10914
  var params = {
10904
- url: this.type == 'takeAdvice' ? api["Fb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Eb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ib" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Jb" /* toTwoOfficesDispatch */] : api["Hb" /* toTaskUnionExamine */],
10915
+ url: this.type == 'takeAdvice' ? api["Hb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Gb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Kb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Lb" /* toTwoOfficesDispatch */] : api["Jb" /* toTaskUnionExamine */],
10905
10916
  params: { pendingId: this.pendingId },
10906
10917
  headers: { Accept: 'application/json,text/plain' }
10907
10918
  };
@@ -10995,7 +11006,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
10995
11006
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
10996
11007
  // return this.$message.warning('暂未开放,敬请期待!');
10997
11008
  var param = {
10998
- url: this.type === 'startDraf' ? api["rb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["vb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Lb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["sb" /* taskTakeAdvice */] : api["ub" /* taskUnionExamine */],
11009
+ url: this.type === 'startDraf' ? api["tb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["xb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Nb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["ub" /* taskTakeAdvice */] : api["wb" /* taskUnionExamine */],
10999
11010
  data: {
11000
11011
  opinion: opinion,
11001
11012
  pendingId: pendingId,
@@ -11052,7 +11063,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
11052
11063
  var _this5 = this;
11053
11064
 
11054
11065
  util["a" /* default */].ajax({
11055
- url: api["r" /* findCodeValues */],
11066
+ url: api["s" /* findCodeValues */],
11056
11067
  params: { ccCode: 'notification_type' }
11057
11068
  }).then(function (res) {
11058
11069
  var status = res.status,
@@ -11077,7 +11088,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
11077
11088
  var params = {
11078
11089
  pendingId: this.pendingId
11079
11090
  };
11080
- util["a" /* default */].ajax({ url: api["E" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
11091
+ util["a" /* default */].ajax({ url: api["F" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
11081
11092
  if (res.status === 'success') {
11082
11093
  _this6.infoList.noticeInfo = res.message;
11083
11094
  }
@@ -11093,7 +11104,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
11093
11104
  var _this7 = this;
11094
11105
 
11095
11106
  util["a" /* default */].ajax({
11096
- url: api["t" /* findSysCodes */]
11107
+ url: api["u" /* findSysCodes */]
11097
11108
  }).then(function (res) {
11098
11109
  var status = res.status,
11099
11110
  message = res.message;
@@ -11697,6 +11708,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11697
11708
  //
11698
11709
  //
11699
11710
  //
11711
+ //
11712
+ //
11713
+ //
11714
+ //
11715
+ //
11716
+ //
11717
+ //
11718
+ //
11719
+ //
11720
+ //
11721
+ //
11722
+ //
11723
+ //
11724
+ //
11725
+ //
11726
+ //
11727
+ //
11700
11728
 
11701
11729
 
11702
11730
 
@@ -11745,6 +11773,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11745
11773
  return _ref = {
11746
11774
  userModel: {},
11747
11775
  loading: null, // 加载中
11776
+ newTypeCode: '',
11748
11777
  NodeName: '', // 当前节点值
11749
11778
  radioList: [],
11750
11779
  value: '',
@@ -11755,6 +11784,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11755
11784
  activeNames: '',
11756
11785
  isEndUserTask: true,
11757
11786
  selectUserList: [],
11787
+ selectNextCurrentOrgObjList: [],
11758
11788
  flowMultiple: true,
11759
11789
  isCustomUser: 0,
11760
11790
  shrink: false,
@@ -11789,6 +11819,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11789
11819
  isTaskread: 0, //是否展示分阅用户
11790
11820
  showSendMsg: false, //是否展示核稿通知页面
11791
11821
  canPresetRead: false, //是否展示自动分阅
11822
+ isHideCurrentOrg: false, //是否隐藏本单位(承办)
11823
+ isHideOtherOrg: false, //是否隐藏外单位(承办)
11824
+ isMainSubProcess: false, // 判断是否子-主流程
11825
+ isNextUser: false,
11826
+ isShowNode: false,
11792
11827
  nextNodeList: [],
11793
11828
  removeUsers: [],
11794
11829
  options: [],
@@ -11850,9 +11885,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11850
11885
  mounted: function mounted() {
11851
11886
  this.businessIds = this.businessId;
11852
11887
  this.nextNode.nextNodeId = this.nextNodeId;
11888
+ !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
11853
11889
  if (this.isFlow) {
11854
11890
  this.businessId && this.getProcess();
11855
- } else if (this.typeCode == 'fenyue') {
11891
+ } else if (this.newTypeCode == 'fenyue') {
11856
11892
  this.getTaskReadFlow();
11857
11893
  } else {
11858
11894
  this.getHedInfo();
@@ -11947,7 +11983,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11947
11983
  var _this = this;
11948
11984
 
11949
11985
  var params = {
11950
- url: api["w" /* getAdjunctFileInfos */],
11986
+ url: api["x" /* getAdjunctFileInfos */],
11951
11987
  params: { ownId: ownId, code: code }
11952
11988
  };
11953
11989
  util["a" /* default */].ajax(params).then(function (res) {
@@ -12026,12 +12062,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12026
12062
  appId: appId,
12027
12063
  processDefinitionId: processDefinitionId,
12028
12064
  pendingId: pendingId,
12029
- opinion: _this2.value
12065
+ opinion: _this2.value,
12066
+ taskAction: 'complete'
12030
12067
  };
12031
12068
  util["a" /* default */].ajax({
12032
- url: api["ob" /* taskReadHtml */],
12069
+ url: api["qb" /* taskReadHtml */],
12033
12070
  params: { taskAction: 'complete' },
12034
- headers: { Accept: 'application/json,text/plain' },
12071
+ headers: {
12072
+ Accept: 'application/json,text/plain'
12073
+ },
12035
12074
  method: 'post',
12036
12075
  data: params
12037
12076
  }).then(function (res) {
@@ -12059,7 +12098,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12059
12098
 
12060
12099
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
12061
12100
  util["a" /* default */].ajax({
12062
- url: api["Bb" /* toStartTaskReadIndex */],
12101
+ url: api["Db" /* toStartTaskReadIndex */],
12063
12102
  params: { pendingId: this.pendingId }
12064
12103
  }).then(function (res) {
12065
12104
  var status = res.status,
@@ -12093,7 +12132,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12093
12132
  if (mainConfig) {
12094
12133
  this.userModel = JSON.parse(mainConfig).userModel;
12095
12134
  } else {
12096
- util["a" /* default */].ajax({ url: api["U" /* loginUserInfo */] }).then(function (res) {
12135
+ util["a" /* default */].ajax({ url: api["W" /* loginUserInfo */] }).then(function (res) {
12097
12136
  var status = res.status,
12098
12137
  data = res.data;
12099
12138
 
@@ -12128,7 +12167,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12128
12167
  var _this5 = this;
12129
12168
 
12130
12169
  util["a" /* default */].ajax({
12131
- url: api["r" /* findCodeValues */],
12170
+ url: api["s" /* findCodeValues */],
12132
12171
  params: { ccCode: 'notification_type' }
12133
12172
  }).then(function (res) {
12134
12173
  var status = res.status,
@@ -12191,7 +12230,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12191
12230
  pendingId: this.pendingId
12192
12231
  };
12193
12232
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
12194
- util["a" /* default */].ajax({ url: api["wb" /* tempSave */], params: params }).then(function (res) {
12233
+ util["a" /* default */].ajax({ url: api["yb" /* tempSave */], params: params }).then(function (res) {
12195
12234
  var status = res.status,
12196
12235
  message = res.message;
12197
12236
 
@@ -12247,7 +12286,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12247
12286
  var _this8 = this;
12248
12287
 
12249
12288
  util["a" /* default */].ajax({
12250
- url: api["t" /* findSysCodes */]
12289
+ url: api["u" /* findSysCodes */]
12251
12290
  }).then(function (res) {
12252
12291
  var status = res.status,
12253
12292
  message = res.message;
@@ -12274,7 +12313,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12274
12313
 
12275
12314
  this.$confirm('确认' + res.value + '?').then(function () {
12276
12315
  var params = {
12277
- url: api["q" /* endFlowHtml */],
12316
+ url: api["r" /* endFlowHtml */],
12278
12317
  headers: { Accept: 'application/json,text/plain' },
12279
12318
  method: 'post',
12280
12319
  data: mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
@@ -12402,7 +12441,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12402
12441
  var _this10 = this;
12403
12442
 
12404
12443
  var params = {
12405
- url: api["T" /* isCanStartSubFlow */],
12444
+ url: api["V" /* isCanStartSubFlow */],
12406
12445
  data: {
12407
12446
  appId: this.taskExamineInfo.appId,
12408
12447
  inevitableNode: res.inevitableNode
@@ -12473,7 +12512,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12473
12512
  this.$confirm('确认' + res.value + '?').then(function () {
12474
12513
  if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
12475
12514
  var params = {
12476
- url: api["fb" /* rejectAndEnd */],
12515
+ url: api["hb" /* rejectAndEnd */],
12477
12516
  headers: { Accept: 'application/json,text/plain' },
12478
12517
  method: 'post',
12479
12518
  data: {
@@ -12536,7 +12575,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12536
12575
  pendingId: this.pendingId,
12537
12576
  businessId: this.businessIds
12538
12577
  };
12539
- util["a" /* default */].ajax({ url: api["D" /* getNodeInfo */], params: params }).then(function (res) {
12578
+ util["a" /* default */].ajax({ url: api["E" /* getNodeInfo */], params: params }).then(function (res) {
12540
12579
  var status = res.status,
12541
12580
  message = res.message,
12542
12581
  data = res.data;
@@ -12554,6 +12593,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12554
12593
  _this12.isHandleExplain = data.nodeExtAttr.isHandleExplain;
12555
12594
  _this12.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
12556
12595
  _this12.nodeType = data.nodeExtAttr.nodeType;
12596
+ //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
12597
+ if (_this12.nodeType === 1 || _this12.nodeType === 2) {
12598
+ _this12.isMainSubProcess === true ? _this12.isMainSubProcess = true : _this12.isMainSubProcess = false;
12599
+ _this12.isNextUser = false;
12600
+ _this12.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
12601
+ _this12.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
12602
+ } else {
12603
+ _this12.isHideCurrentOrg = false;
12604
+ _this12.isHideOtherOrg = false;
12605
+ _this12.isMainSubProcess = false;
12606
+ _this12.isNextUser = true;
12607
+ // this.isMainSubProcess === true
12608
+ // ? (this.isMainSubProcess = true)
12609
+ // : (this.isMainSubProcess = false);
12610
+ }
12557
12611
  _this12.multiple ? _this12.nextNode.nextUserId = [] : _this12.nextNode.nextUserId = '';
12558
12612
  if (_this12.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
12559
12613
  data.nextUserList.map(function (item) {
@@ -12624,6 +12678,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12624
12678
  this.radioList = [];
12625
12679
 
12626
12680
  if (type) {
12681
+ this.isNextUser = false;
12682
+ this.isShowNode = false;
12627
12683
  this.nextNode.nextNodeId = '';
12628
12684
  this.nextNode.isReturnSubmitter = 0;
12629
12685
  this.nextNode.isUndertakeReply = 0;
@@ -12635,25 +12691,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12635
12691
  this.nextNode.isReturnRejectNode = 0;
12636
12692
  this.nextNode.isSerialSubmit = 0;
12637
12693
  this.nodeInfos = [];
12638
- if (val == -1) {
12639
- this.nextNode.isSerialSubmit = 1;
12640
- } else if (val == 0) {} else if (val == 1) {} else if (val == 2) {
12641
- this.nextNode.isReturnSubmitter = 1;
12642
- } else if (val == 3) {
12643
- this.nextNode.isUndertakeReply = 1;
12644
- } else if (val == 4) {
12645
- this.nextNode.isTakeAdviceReply = 1;
12646
- } else if (val == 5) {
12647
- this.nextNode.isUndertakeEnd = 1;
12648
- } else if (val == 6) {
12649
- this.nextNode.isTakeAdviceEnd = 1;
12650
- } else if (val == 7) {
12651
- this.nextNode.isReadDealReply = 1;
12652
- } else if (val == 8) {
12653
- this.nextNode.isReadDealEnd = 1;
12654
- } else if (val == 9) {
12655
- this.nextNode.isReturnRejectNode = 1;
12656
- } else {}
12657
12694
  this.operationList.map(function (item) {
12658
12695
  if (item.key === val) {
12659
12696
  if (!item.taskNodeList) {
@@ -12679,11 +12716,52 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12679
12716
 
12680
12717
  if (val === 9) {
12681
12718
  this.isReject = true;
12682
- this.loading.close();
12683
- return;
12684
12719
  } else {
12685
12720
  this.isReject = false;
12686
12721
  }
12722
+ if (val == -1) {
12723
+ this.nextNode.isSerialSubmit = 1;
12724
+ this.loading.close();
12725
+ return;
12726
+ } else if (val == 0) {
12727
+ this.isNextUser = true;
12728
+ this.isShowNode = true;
12729
+ } else if (val == 1) {
12730
+ this.isNextUser = true;
12731
+ this.isShowNode = true;
12732
+ } else if (val == 2) {
12733
+ this.nextNode.isReturnSubmitter = 1;
12734
+ this.loading.close();
12735
+ return;
12736
+ } else if (val == 3) {
12737
+ this.nextNode.isUndertakeReply = 1;
12738
+ this.loading.close();
12739
+ return;
12740
+ } else if (val == 4) {
12741
+ this.nextNode.isTakeAdviceReply = 1;
12742
+ this.loading.close();
12743
+ return;
12744
+ } else if (val == 5) {
12745
+ this.nextNode.isUndertakeEnd = 1;
12746
+ this.loading.close();
12747
+ return;
12748
+ } else if (val == 6) {
12749
+ this.nextNode.isTakeAdviceEnd = 1;
12750
+ this.loading.close();
12751
+ return;
12752
+ } else if (val == 7) {
12753
+ this.nextNode.isReadDealReply = 1;
12754
+ this.loading.close();
12755
+ return;
12756
+ } else if (val == 8) {
12757
+ this.nextNode.isReadDealEnd = 1;
12758
+ this.loading.close();
12759
+ return;
12760
+ } else if (val == 9) {
12761
+ this.nextNode.isReturnRejectNode = 1;
12762
+ this.loading.close();
12763
+ return;
12764
+ } else {}
12687
12765
  if (isDef !== true) this.getNodeInfo();
12688
12766
  },
12689
12767
 
@@ -12737,7 +12815,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12737
12815
  pendingId: this.pendingId,
12738
12816
  userId: util["a" /* default */].getStorage('userId')
12739
12817
  };
12740
- util["a" /* default */].ajax({ url: api["A" /* getHandleInfoHtml */], params: params }).then(function (res) {
12818
+ util["a" /* default */].ajax({ url: api["B" /* getHandleInfoHtml */], params: params }).then(function (res) {
12741
12819
  //pc返回数据
12742
12820
 
12743
12821
  _this14.loading.close();
@@ -12918,6 +12996,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12918
12996
  }
12919
12997
  });
12920
12998
  }
12999
+ _this14.isMainSubProcess = res.data.isMainSubProcess === true;
12921
13000
  _this14.isCustomPreset = isCustomPreset;
12922
13001
  _this14.isPreset = isPreset;
12923
13002
  _this14.presetTaskNodeMap = presetTaskNodeMap;
@@ -12927,6 +13006,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12927
13006
  _this14.getNodeInfo();
12928
13007
  } else {
12929
13008
  if (res.status === 'taskCompleted') {
13009
+ _this14.$emit('shrink', true);
12930
13010
  _this14.shrinkAbled = true;
12931
13011
  _this14.$message.warning(res.message || '系统错误,请联系管理员!');
12932
13012
  } else {
@@ -12998,7 +13078,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
12998
13078
  // onlyFlag: true
12999
13079
  };
13000
13080
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
13001
- util["a" /* default */].ajax({ url: api["I" /* getProcessDefList */], params: params }).then(function (res) {
13081
+ util["a" /* default */].ajax({ url: api["J" /* getProcessDefList */], params: params }).then(function (res) {
13002
13082
  var status = res.status,
13003
13083
  message = res.message,
13004
13084
  data = res.data;
@@ -13047,7 +13127,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13047
13127
  userId: util["a" /* default */].getStorage('userId'),
13048
13128
  type: 2
13049
13129
  };
13050
- util["a" /* default */].ajax({ url: api["Y" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
13130
+ util["a" /* default */].ajax({ url: api["ab" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
13051
13131
  var rCode = res.rCode,
13052
13132
  msg = res.msg,
13053
13133
  results = res.results;
@@ -13120,7 +13200,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13120
13200
  return _context.abrupt('return', _this18.handleVisible = true);
13121
13201
 
13122
13202
  case 3:
13123
- if (!(!_this18.endFlow && _this18.typeCode != 'fenyue' && !_this18.shrink && _this18.nextNode.isAddSign != '1' && _this18.nextNode.isRemoveSign != '1' && _this18.isSpecial && !_this18.isReject && _this18.nodeInfos.length != 0)) {
13203
+ if (!(!_this18.endFlow && _this18.newTypeCode != 'fenyue' && !_this18.shrink && _this18.nextNode.isAddSign != '1' && _this18.nextNode.isRemoveSign != '1' && _this18.isSpecial && !_this18.isReject && _this18.nodeInfos.length != 0 && _this18.isNextUser)) {
13124
13204
  _context.next = 11;
13125
13205
  break;
13126
13206
  }
@@ -13214,7 +13294,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13214
13294
  _this18.nextNode.isReturnRejectNode = 1;
13215
13295
  _this18.nextNode.processDefinitionId = _this18.processObj.taskExamine.processDefinitionId;
13216
13296
  }
13217
- if (_this18.nextNode.nextOperate == 9 || _this18.nextNode.nextOperate == 2) {
13297
+ if (_this18.nextNode.nextOperate != 0 && _this18.nextNode.nextOperate != 1) {
13218
13298
  delete _this18.nextNode.nextNodeId;
13219
13299
  }
13220
13300
  _context.next = 32;
@@ -13263,7 +13343,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13263
13343
  params.processDefinitionId = taskExamineInfo.processDefinitionId;
13264
13344
  params.isSubFlow = taskExamineInfo.isSubFlow;
13265
13345
  params.nodeId = taskExamineInfo.nodeId;
13266
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
13346
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
13267
13347
  var status = res.status,
13268
13348
  message = res.message;
13269
13349