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.
Files changed (81) hide show
  1. package/lib/button-group.js +88 -88
  2. package/lib/button.js +90 -90
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +89 -89
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +870 -198
  8. package/lib/data-table.js +91 -91
  9. package/lib/date-picker.js +90 -90
  10. package/lib/dialog.js +138 -105
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +1456 -629
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +112 -95
  15. package/lib/flow-list.js +92 -92
  16. package/lib/flow.js +152 -146
  17. package/lib/form.js +183 -102
  18. package/lib/handle-user.js +91 -91
  19. package/lib/handler.js +91 -91
  20. package/lib/index.js +1 -1
  21. package/lib/input-number.js +90 -90
  22. package/lib/input.js +90 -90
  23. package/lib/label.js +2 -2
  24. package/lib/login.js +174 -131
  25. package/lib/main.js +111 -108
  26. package/lib/mainComp.js +107 -106
  27. package/lib/menu.js +2 -2
  28. package/lib/nav.js +90 -90
  29. package/lib/notify.js +95 -95
  30. package/lib/page.js +90 -90
  31. package/lib/pagination.js +2 -2
  32. package/lib/player.js +90 -90
  33. package/lib/qr-code.js +97 -97
  34. package/lib/radio-group.js +91 -91
  35. package/lib/select-ganged.js +90 -90
  36. package/lib/select.js +101 -101
  37. package/lib/selector-panel.js +115 -108
  38. package/lib/selector.js +91 -91
  39. package/lib/sizer.js +92 -92
  40. package/lib/steps.js +90 -90
  41. package/lib/switch.js +90 -90
  42. package/lib/table-form.js +97 -97
  43. package/lib/tabs-panel.js +2 -2
  44. package/lib/tabs.js +113 -94
  45. package/lib/theme-chalk/data-table-form.css +1 -1
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/tips.js +91 -91
  48. package/lib/toolbar.js +2 -2
  49. package/lib/tree-group.js +105 -95
  50. package/lib/tree.js +97 -93
  51. package/lib/upload.js +175 -125
  52. package/lib/wujie.js +90 -90
  53. package/lib/wxlogin.js +90 -90
  54. package/package.json +2 -2
  55. package/packages/data-table-form/src/checkbox.vue +101 -0
  56. package/packages/data-table-form/src/radio.vue +65 -0
  57. package/packages/data-table-form/src/table.vue +34 -6
  58. package/packages/data-table-form/src/tbody.vue +139 -25
  59. package/packages/dialog/src/main.vue +29 -3
  60. package/packages/flow/src/main.vue +103 -87
  61. package/packages/flow-group/src/main.vue +22 -13
  62. package/packages/form/src/main.vue +563 -470
  63. package/packages/login/src/main.vue +79 -34
  64. package/packages/main/src/main.vue +3 -1
  65. package/packages/select/src/main.vue +20 -20
  66. package/packages/selector-panel/src/main.vue +27 -17
  67. package/packages/tabs/src/main.vue +20 -12
  68. package/packages/theme-chalk/lib/data-table-form.css +1 -1
  69. package/packages/theme-chalk/lib/index.css +1 -1
  70. package/packages/theme-chalk/src/data-table-form.scss +7 -6
  71. package/packages/theme-chalk/src/index.scss +0 -1
  72. package/packages/tree/src/main.vue +4 -0
  73. package/packages/tree-group/src/main.vue +7 -4
  74. package/packages/upload/src/main.vue +77 -20
  75. package/src/index.js +1 -4
  76. package/lib/ca-login.js +0 -326
  77. package/lib/theme-chalk/ca-login.css +0 -1
  78. package/packages/ca-login/index.js +0 -5
  79. package/packages/ca-login/src/main.vue +0 -62
  80. package/packages/theme-chalk/lib/ca-login.css +0 -1
  81. package/packages/theme-chalk/src/ca-login.scss +0 -4
@@ -2240,120 +2240,120 @@ var watermark = function watermark(option) {
2240
2240
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2241
2241
 
2242
2242
  "use strict";
2243
- /* unused harmony export doCaLogin */
2244
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doUserLogin; });
2245
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doQrLogin; });
2246
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return logout; });
2247
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return initLogin; });
2248
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return switchUserTo; });
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__, "z", function() { return getLoginCode; });
2251
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCodeLogin; });
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__, "A", function() { return getModifyPassCode; });
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__, "P", function() { return initModifyPassword; });
2257
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doWechatQrLogin; });
2258
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return mainConfig; });
2259
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initUserSet; });
2260
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserInfo; });
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__, "w", function() { return getComplexApplications; });
2267
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplicationsNew; });
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__, "Lb", function() { return updateUserCustomInfo; });
2270
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sysMsgPage; });
2271
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreSysMsg; });
2272
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return ignoreAllSysMsg; });
2273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctProperties; });
2274
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploads; });
2275
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadOnlyOne; });
2276
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return getAdjunctFileInfos; });
2277
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadSort; });
2278
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return downloadByAdjunctId; });
2279
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return uploadDownloads; });
2280
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return previewAdjunct; });
2281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct2; });
2282
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunctOffice; });
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__, "J", function() { return getSelectorOrgTree; });
2288
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectorOrgDetail; });
2289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getOrgMainTree; });
2290
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getSelectOrgsubids; });
2291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findSysCode; });
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__, "K", function() { return gethelpdoc; });
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__, "V", function() { return mainDetail; });
2296
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toStartFlow; });
2297
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return tempSave; });
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__, "o", function() { return editCommonOpion; });
2301
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return saveCommonOpinion; });
2302
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return updateCommonOpinion; });
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__, "G", function() { return getProcessDefList; });
2305
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getNodeInfo; });
2306
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return findCodeValues; });
2307
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCodes; });
2308
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNotificationMsg; });
2309
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getHandleInfoHtml; });
2310
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return taskHandleHtml; });
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__, "cb", function() { return register; });
2313
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return pendedhistoryList; });
2314
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toTaskRejectHtml; });
2315
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskRejectHtml; });
2316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartTaskRead; });
2317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskReadIndex; });
2318
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskReadHtml; });
2319
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return rejectAndEnd; });
2320
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toSendMsg; });
2321
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendMsg; });
2322
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return endFlowHtml; });
2323
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return handleInfo; });
2324
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return loginUserInfo; });
2325
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return wss; });
2326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return topic; });
2327
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getPresetCustomInfo; });
2328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetNodeInfo; });
2329
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTransferIndex; });
2330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTransfer; });
2331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return toPresetInfoListIndex; });
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__, "X", function() { return pendedhistoryListJson; });
2335
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pressListJson; });
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__, "R", function() { return isCanStartSubFlow; });
2338
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskUnionExamine; });
2339
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskUnionExamine; });
2340
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskTakeAdvice; });
2341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskTakeAdvice; });
2342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskStartDraft; });
2343
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskStartDraft; });
2344
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskReview; });
2345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReview; });
2346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionSeal; });
2347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionSeal; });
2348
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTwoOfficesDispatch; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return twoOfficesDispatch; });
2350
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendList; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendInfo; });
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__, "fb", function() { return sendBatch; });
2356
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return formContents; });
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'; // 一般的账号密码认证含验证码验证
@@ -3635,7 +3635,7 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
3635
3635
  if (options) {
3636
3636
  this.options = JSON.parse(JSON.stringify(options));
3637
3637
  } else {
3638
- this.getData(api["r" /* findSysCode */], val);
3638
+ this.getData(api["s" /* findSysCode */], val);
3639
3639
  }
3640
3640
  }
3641
3641
  }
@@ -3733,124 +3733,6 @@ checkbox_group_src_main.install = function (Vue) {
3733
3733
  };
3734
3734
 
3735
3735
  /* harmony default export */ var checkbox_group = (checkbox_group_src_main);
3736
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/ca-login/src/main.vue?vue&type=template&id=27153275&
3737
- var mainvue_type_template_id_27153275_render = function () {
3738
- var _vm = this
3739
- var _h = _vm.$createElement
3740
- var _c = _vm._self._c || _h
3741
- return _c(
3742
- "span",
3743
- {
3744
- staticClass: "es-ca-login",
3745
- on: {
3746
- click: function ($event) {
3747
- $event.stopPropagation()
3748
- return _vm.handleClick($event)
3749
- },
3750
- },
3751
- },
3752
- [_vm._t("default", [_c("i", { staticClass: "es-icon-ca" })])],
3753
- 2
3754
- )
3755
- }
3756
- var mainvue_type_template_id_27153275_staticRenderFns = []
3757
- mainvue_type_template_id_27153275_render._withStripped = true
3758
-
3759
-
3760
- // CONCATENATED MODULE: ./packages/ca-login/src/main.vue?vue&type=template&id=27153275&
3761
-
3762
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/ca-login/src/main.vue?vue&type=script&lang=js&
3763
- //
3764
- //
3765
- //
3766
- //
3767
- //
3768
- //
3769
- //
3770
- //
3771
- //
3772
- //
3773
- //
3774
- //
3775
- //
3776
- //
3777
- //
3778
-
3779
- //import util from 'eoss-ui/src/utils/util';
3780
- /* harmony default export */ var ca_login_src_mainvue_type_script_lang_js_ = ({
3781
- name: 'EsCaLogin',
3782
- props: {
3783
- type: String,
3784
- javaScript: Array,
3785
- exePath: String,
3786
- license: {
3787
- type: String,
3788
- default: 'MIIMRwYJKoZIhvcNAQcCoIIMODCCDDQCAQExDjAMBggqgRzPVQGDEQUAMIIHjAYJKoZIhvcNAQcBoIIHfQSCB3l7Iklzc3VlciI6IigoKC4qQ0495oiQ6YO95biC5Yqz5Yqo5L+d6Zqc5L+h5oGv5Lit5b+DQ0EuKil8KC4qT1U9Q2xhc3MgMiBFbnRlcnByaXNlIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQS4qKXwoLipPVT1UZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cuaXRydXMuY29tLmNuL2N0bnJwYSBcXChjXFwpMjAwOC4qKXwoLipPVT1DaGluYSBUcnVzdCBOZXR3b3JrLiopfCguKk895Zub5bed55yB5pWw5a2X6K+B5Lmm6K6k6K+B566h55CG5Lit5b+D5pyJ6ZmQ5YWs5Y+4LiopfCguKkM9Q04uKikpezZ9fCgoLipDTj1DREhSU1MgQ0EuKil8KC4qT1U9Q0RIUlNTIENBLiopfCguKk89U2ljaHVhbiBEaWdpdGFsIENlcnRpZmljYXRlIEF1dGhvcml0eSBNYW5hZ2VtZW50IENlbnRlci4qKXwoLipDPUNOLiopKXs0fXwoKC4qQ049U0NFQiBDQS4qKXwoLipPVT1TQ0VCIENBLiopfCguKk895Zub5bed55yB5pWw5a2X6K+B5Lmm6K6k6K+B566h55CG5Lit5b+D5pyJ6ZmQ5YWs5Y+4LiopfCguKkM9Q04uKikpezR9fCgoLipDTj1TQ0VCIENBLiopfCguKk9VPVNNMiBDZXJ0aWZpY2F0ZSBTeXN0ZW0uKil8KC4qTz1TaWNodWFuIERpZ2l0YWwgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IE1hbmFnZW1lbnQgQ2VudGVyLiopfCguKkM9Q04uKikpezR9fCgoLipDTj1TQ0VCIENBLiopfCguKk9VPVNDRUIgQ0EuKil8KC4qTz1TaWNodWFuIERpZ2l0YWwgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IE1hbmFnZW1lbnQgQ2VudGVyLiopfCguKkM9Q04uKikpezR9fCgoLipDTj1TQ0VHIENBLiopfCguKk9VPUNsYXNzIDIgRW50ZXJwcmlzZSBJbmRpdmlkdWFsIFN1YnNjcmliZXIgQ0EuKil8KC4qT1U9VGVybXMgb2YgdXNlIGF0IGh0dHBzOi8vd3d3Lml0cnVzLmNvbS5jbi9jdG5ycGEgXFwoY1xcKTIwMDguKil8KC4qT1U9Q2hpbmEgVHJ1c3QgTmV0d29yay4qKXwoLipPPeWbm+W3neecgeaVsOWtl+ivgeS5puiupOivgeeuoeeQhuS4reW/g+aciemZkOWFrOWPuC4qKXwoLipDPUNOLiopKXs2fXwoKC4qQ049U0NFRyBDQS4qKXwoLipPVT1TTTIgQ2VydGlmaWNhdGUgU3lzdGVtLiopfCguKk89U2ljaHVhbiBEaWdpdGFsIENlcnRpZmljYXRlIEF1dGhvcml0eSBNYW5hZ2VtZW50IENlbnRlci4qKXwoLipDPUNOLiopKXs0fXwoKC4qQ049U0NFRyBDQS4qKXwoLipPVT1TQ0VHIENBLiopfCguKk89U2ljaHVhbiBEaWdpdGFsIENlcnRpZmljYXRlIEF1dGhvcml0eSBNYW5hZ2VtZW50IENlbnRlci4qKXwoLipDPUNOLiopKXs0fXwoKC4qQ049U0NFR0IgQ0EuKil8KE9VPS4qQ2xhc3MgMiBFbnRlcnByaXNlIEluZGl2aWR1YWwgU3Vic2NyaWJlciBDQS4qKXwoLipPVT1UZXJtcyBvZiB1c2UgYXQgaHR0cHM6Ly93d3cuaXRydXMuY29tLmNuL2N0bnJwYSBcXChjXFwpMjAwOC4qKXwoLipPVT1DaGluYSBUcnVzdCBOZXR3b3JrLiopfCguKk895Zub5bed55yB5pWw5a2X6K+B5Lmm6K6k6K+B566h55CG5Lit5b+D5pyJ6ZmQ5YWs5Y+4LiopfCguKkM9Q04uKikpezZ9fCgoLipDTj1TQ0VHQiBDQSBTTTIuKil8KC4qT1U9U00yVEVTVC4qKXwoLipPPVNDQ0EuKil8KC4qQz1DTi4qKSl7NH18KCguKkNOPVNDRUdCIENBLiopfCguKk9VPVNNMiBDZXJ0aWZpY2F0ZSBTeXN0ZW0uKil8KC4qTz1TaWNodWFuIERpZ2l0YWwgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IE1hbmFnZW1lbnQgQ2VudGVyLiopfCguKkM9Q04uKikpezR9fCgoLipDTj1TQ0VHQiBDQS4qKXwoLipPVT1TQ0VHQiBDQS4qKXwoLipPPVNpY2h1YW4gRGlnaXRhbCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgTWFuYWdlbWVudCBDZW50ZXIuKil8KC4qQz1DTi4qKSl7NH0pIiwidmVyc2lvbiI6IjEuMC4wLjEiLCJzb2Z0VmVyc2lvbiI6IjMuMS4wLjAiLCJub3RhZnRlciI6IjIwMzctMDgtMjQiLCJub3RiZWZvcmUiOiIyMDE3LTA4LTIzIiwibm9BbGVydCI6InRydWUifaCCA0QwggNAMIIC5aADAgECAhRfJZzazIK7fvMFswB7i47Jvfm18jAMBggqgRzPVQGDdQUAMFUxJjAkBgNVBAMMHeWkqeivmuWuieS/oea1i+ivlVNNMueUqOaIt0NBMQ4wDAYDVQQLDAVUT1BDQTEOMAwGA1UECgwFVE9QQ0ExCzAJBgNVBAYTAkNOMB4XDTE0MDkyNjA3NDYwOFoXDTE1MDkyNjA3NDYwOFowMTEYMBYGA1UEAwwPU2lnbkVTQTIwMTQwOTI3MRUwEwYDVQQKDAzlpKnor5rlronkv6EwWTATBgcqhkjOPQIBBggqgRzPVQGCLQNCAASWFnhS5iMvZk7nfmotCwXi6MYYJzuh3EBm7EIZeH73ic6FcdAss7f8b1mOcu5d6gMHefQGyPiJuhbZf8ADkoWJo4IBszCCAa8wCQYDVR0TBAIwADALBgNVHQ8EBAMCBsAwgYoGCCsGAQUFBwEBBH4wfDB6BggrBgEFBQcwAoZuaHR0cDovL1lvdXJfU2VydmVyX05hbWU6UG9ydC9Ub3BDQS91c2VyRW5yb2xsL2NhQ2VydD9jZXJ0U2VyaWFsTnVtYmVyPTVBNDdFQ0YxMDU4MDRBNUM2QTVCMjI5MjlCNzVERjBERkJDMEQ3OTYwVwYDVR0uBFAwTjBMoEqgSIZGUG9ydC9Ub3BDQS9wdWJsaWMvaXRydXNjcmw/Q0E9NUE0N0VDRjEwNTgwNEE1QzZBNUIyMjkyOUI3NURGMERGQkMwRDc5NjBvBgNVHR8EaDBmMGSgYqBghl5odHRwOi8vWW91cl9TZXJ2ZXJfTmFtZTpQb3J0L1RvcENBL3B1YmxpYy9pdHJ1c2NybD9DQT01QTQ3RUNGMTA1ODA0QTVDNkE1QjIyOTI5Qjc1REYwREZCQzBENzk2MB8GA1UdIwQYMBaAFD2JxkfLcYWw2TvWSLCJ2ef+79rZMB0GA1UdDgQWBBRLO+1/h4KGh6ASkrEu5gAl2LURADAMBggqgRzPVQGDdQUAA0cAMEQCIL201xfMjR+Y7Gxuq+1y+SxLqSXfJfMfWpM/K4TuV2GCAiDoPocZ+ReODefsGqhvtQ27OpvcYiA/N1ZB55qbXTKEezGCAUUwggFBAgEBMG0wVTEmMCQGA1UEAwwd5aSp6K+a5a6J5L+h5rWL6K+VU00y55So5oi3Q0ExDjAMBgNVBAsMBVRPUENBMQ4wDAYDVQQKDAVUT1BDQTELMAkGA1UEBhMCQ04CFF8lnNrMgrt+8wWzAHuLjsm9+bXyMAwGCCqBHM9VAYMRBQCgaTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNTA1MDExNzIwNTJaMC8GCSqGSIb3DQEJBDEiBCDs2pV1a3ksLnX9zKPnhTuhyReuILoHJ71xo6Thv8PQ4zAMBggqgRzPVQGCLQUABEYwRAIgZ5y2C6hiI4RdMtcVEWcVh0qPhp0rBpdTYIGqBfZlvIwCIFQD0G7u4dK0k0UAnTs3WVNrVfRKE7JLcLprZ+787v91'
3789
- }
3790
- },
3791
- computed: {
3792
- path: function path() {
3793
- if (this.exePath) {
3794
- return this.exePath;
3795
- }
3796
- if (this.type === 'SICHUAN' || this.type === 'sichuan') {
3797
- return 'https://cdn.scca.com.cn/Files/证书助手(i信).rar';
3798
- }
3799
- }
3800
- },
3801
- watch: {},
3802
- data: function data() {
3803
- return {};
3804
- },
3805
- created: function created() {
3806
- // if (this.type === 'SICHUAN' || this.type === 'sichuan') {
3807
- // loadJs();
3808
- // }
3809
- },
3810
- mounted: function mounted() {},
3811
-
3812
- methods: {
3813
- handleClick: function handleClick() {
3814
- if (this.type === 'SICHUAN' || this.type === 'sichuan') {
3815
- var config = {
3816
- license: this.license,
3817
- exepath: this.path,
3818
- disableExeUrl: true
3819
- };
3820
- }
3821
- }
3822
- }
3823
- });
3824
- // CONCATENATED MODULE: ./packages/ca-login/src/main.vue?vue&type=script&lang=js&
3825
- /* harmony default export */ var packages_ca_login_src_mainvue_type_script_lang_js_ = (ca_login_src_mainvue_type_script_lang_js_);
3826
- // CONCATENATED MODULE: ./packages/ca-login/src/main.vue
3827
-
3828
-
3829
-
3830
-
3831
-
3832
- /* normalize component */
3833
-
3834
- var ca_login_src_main_component = normalizeComponent(
3835
- packages_ca_login_src_mainvue_type_script_lang_js_,
3836
- mainvue_type_template_id_27153275_render,
3837
- mainvue_type_template_id_27153275_staticRenderFns,
3838
- false,
3839
- null,
3840
- null,
3841
- null
3842
-
3843
- )
3844
-
3845
- /* harmony default export */ var ca_login_src_main = (ca_login_src_main_component.exports);
3846
- // CONCATENATED MODULE: ./packages/ca-login/index.js
3847
-
3848
-
3849
- ca_login_src_main.install = function (Vue) {
3850
- return Vue.component(ca_login_src_main.name, ca_login_src_main);
3851
- };
3852
-
3853
- /* harmony default export */ var ca_login = (ca_login_src_main);
3854
3736
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/card/src/main.vue?vue&type=template&id=46ef4fcd&
3855
3737
  var mainvue_type_template_id_46ef4fcd_render = function () {
3856
3738
  var _vm = this
@@ -6644,7 +6526,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6644
6526
  params = utils_util["a" /* default */].extend(true, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {}, param);
6645
6527
  _context.next = 14;
6646
6528
  return utils_util["a" /* default */].ajax({
6647
- url: item.sysCode ? api["r" /* findSysCode */] : item.url,
6529
+ url: item.sysCode ? api["s" /* findSysCode */] : item.url,
6648
6530
  method: _this.method,
6649
6531
  params: params,
6650
6532
  data: params
@@ -6779,7 +6661,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6779
6661
  }
6780
6662
  var params = utils_util["a" /* default */].extend(true, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {}, param);
6781
6663
  utils_util["a" /* default */].ajax({
6782
- url: item.sysCode ? api["r" /* findSysCode */] : item.url,
6664
+ url: item.sysCode ? api["s" /* findSysCode */] : item.url,
6783
6665
  method: this.method,
6784
6666
  params: params,
6785
6667
  data: params
@@ -7723,7 +7605,7 @@ var mainvue_type_script_lang_js_components;
7723
7605
  if (item.sysCode || item.url) {
7724
7606
  var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
7725
7607
  utils_util["a" /* default */].ajax({
7726
- url: item.sysCode ? api["r" /* findSysCode */] : item.url,
7608
+ url: item.sysCode ? api["s" /* findSysCode */] : item.url,
7727
7609
  method: _this2.method,
7728
7610
  params: params,
7729
7611
  data: params
@@ -8351,8 +8233,8 @@ data_table_src_main.install = function (Vue) {
8351
8233
  };
8352
8234
 
8353
8235
  /* harmony default export */ var data_table = (data_table_src_main);
8354
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/table.vue?vue&type=template&id=869a85d8&
8355
- var tablevue_type_template_id_869a85d8_render = function () {
8236
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/table.vue?vue&type=template&id=736ff20c&
8237
+ var tablevue_type_template_id_736ff20c_render = function () {
8356
8238
  var _vm = this
8357
8239
  var _h = _vm.$createElement
8358
8240
  var _c = _vm._self._c || _h
@@ -8414,7 +8296,48 @@ var tablevue_type_template_id_869a85d8_render = function () {
8414
8296
  ? [
8415
8297
  _vm._l(_vm.types, function (item, index) {
8416
8298
  return [
8417
- item.type === "select" && _vm.selectShow
8299
+ item.type === "selector" && _vm.selectorShow
8300
+ ? _c(
8301
+ "es-dialog",
8302
+ {
8303
+ staticClass: "es-selector-dialog",
8304
+ attrs: {
8305
+ title: item.title || "公用选择器",
8306
+ visible: _vm.selectorShow,
8307
+ css: false,
8308
+ "append-to-body": true,
8309
+ "close-on-click-modal": false,
8310
+ },
8311
+ on: {
8312
+ "update:visible": function ($event) {
8313
+ _vm.selectorShow = $event
8314
+ },
8315
+ },
8316
+ },
8317
+ [
8318
+ _c(
8319
+ "es-selector-panel",
8320
+ _vm._b(
8321
+ {
8322
+ attrs: { width: "100%", height: "100%" },
8323
+ on: { confirm: _vm.handleConfirm },
8324
+ model: {
8325
+ value: _vm.selectorValue,
8326
+ callback: function ($$v) {
8327
+ _vm.selectorValue = $$v
8328
+ },
8329
+ expression: "selectorValue",
8330
+ },
8331
+ },
8332
+ "es-selector-panel",
8333
+ _vm.exclAttribute({ data: item, attrs: "type" }),
8334
+ false
8335
+ )
8336
+ ),
8337
+ ],
8338
+ 1
8339
+ )
8340
+ : item.type === "select" && _vm.selectShow
8418
8341
  ? _c(
8419
8342
  "es-select",
8420
8343
  _vm._b(
@@ -8429,7 +8352,7 @@ var tablevue_type_template_id_869a85d8_render = function () {
8429
8352
  _vm.selectShow = false
8430
8353
  },
8431
8354
  change: function (value) {
8432
- _vm.handleChange("date", value)
8355
+ _vm.handleChange("select", value)
8433
8356
  },
8434
8357
  },
8435
8358
  model: {
@@ -8497,11 +8420,11 @@ var tablevue_type_template_id_869a85d8_render = function () {
8497
8420
  2
8498
8421
  )
8499
8422
  }
8500
- var tablevue_type_template_id_869a85d8_staticRenderFns = []
8501
- tablevue_type_template_id_869a85d8_render._withStripped = true
8423
+ var tablevue_type_template_id_736ff20c_staticRenderFns = []
8424
+ tablevue_type_template_id_736ff20c_render._withStripped = true
8502
8425
 
8503
8426
 
8504
- // CONCATENATED MODULE: ./packages/data-table-form/src/table.vue?vue&type=template&id=869a85d8&
8427
+ // CONCATENATED MODULE: ./packages/data-table-form/src/table.vue?vue&type=template&id=736ff20c&
8505
8428
 
8506
8429
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/colgroup.vue?vue&type=template&id=9b289ebe&
8507
8430
  var colgroupvue_type_template_id_9b289ebe_render = function () {
@@ -8713,8 +8636,8 @@ var thead_component = normalizeComponent(
8713
8636
  )
8714
8637
 
8715
8638
  /* harmony default export */ var src_thead = (thead_component.exports);
8716
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=template&id=465964dd&
8717
- var tbodyvue_type_template_id_465964dd_render = function () {
8639
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=template&id=6ced763c&
8640
+ var tbodyvue_type_template_id_6ced763c_render = function () {
8718
8641
  var _vm = this
8719
8642
  var _h = _vm.$createElement
8720
8643
  var _c = _vm._self._c || _h
@@ -8767,7 +8690,60 @@ var tbodyvue_type_template_id_465964dd_render = function () {
8767
8690
  ),
8768
8691
  ]
8769
8692
  : [
8770
- item.type === "textarea"
8693
+ item.type === "radio"
8694
+ ? _c(
8695
+ "eo-radio",
8696
+ _vm._b(
8697
+ {
8698
+ attrs: {
8699
+ index: indexs,
8700
+ options: _vm.options[item.field || item.prop],
8701
+ },
8702
+ model: {
8703
+ value: items[item.field || item.prop],
8704
+ callback: function ($$v) {
8705
+ _vm.$set(
8706
+ items,
8707
+ item.field || item.prop,
8708
+ $$v
8709
+ )
8710
+ },
8711
+ expression: "items[item.field || item.prop]",
8712
+ },
8713
+ },
8714
+ "eo-radio",
8715
+ item,
8716
+ false
8717
+ )
8718
+ )
8719
+ : _vm._e(),
8720
+ item.type === "checkbox"
8721
+ ? _c(
8722
+ "eo-checkbox",
8723
+ _vm._b(
8724
+ {
8725
+ attrs: {
8726
+ index: indexs,
8727
+ options: _vm.options[item.field || item.prop],
8728
+ },
8729
+ model: {
8730
+ value: items[item.field || item.prop],
8731
+ callback: function ($$v) {
8732
+ _vm.$set(
8733
+ items,
8734
+ item.field || item.prop,
8735
+ $$v
8736
+ )
8737
+ },
8738
+ expression: "items[item.field || item.prop]",
8739
+ },
8740
+ },
8741
+ "eo-checkbox",
8742
+ item,
8743
+ false
8744
+ )
8745
+ )
8746
+ : item.type === "textarea"
8771
8747
  ? _c("textarea", {
8772
8748
  directives: [
8773
8749
  {
@@ -8814,76 +8790,240 @@ var tbodyvue_type_template_id_465964dd_render = function () {
8814
8790
  },
8815
8791
  })
8816
8792
  : _c("div", { staticClass: "es-input-box" }, [
8817
- item.type === "select"
8793
+ item.type === "select" || item.type === "selector"
8818
8794
  ? _c(
8819
8795
  "div",
8820
8796
  {
8821
- staticClass: "el-input__inner input-label",
8797
+ staticClass: "el-input__inner es-select",
8798
+ class: {
8799
+ "es-select-multiple":
8800
+ item.type === "select"
8801
+ ? item.multiple
8802
+ : item.multiple !== false,
8803
+ },
8804
+ on: {
8805
+ click: function (event) {
8806
+ _vm.handeClick({
8807
+ item: item,
8808
+ event: event,
8809
+ data: items,
8810
+ })
8811
+ },
8812
+ },
8822
8813
  },
8823
8814
  [
8824
- _vm._v(
8825
- "\n " +
8826
- _vm._s(_vm.getLabels(items, item)) +
8827
- "\n "
8828
- ),
8829
- ]
8830
- )
8831
- : _vm._e(),
8832
- _c("input", {
8833
- directives: [
8834
- {
8835
- name: "model",
8836
- rawName: "v-model.lazy",
8837
- value: items[item.field],
8838
- expression: "items[item.field]",
8839
- modifiers: { lazy: true },
8840
- },
8841
- ],
8842
- staticClass: "el-input__inner",
8843
- attrs: {
8844
- readonly: item.type && item.type !== "text",
8845
- },
8846
- domProps: { value: items[item.field] },
8847
- on: {
8848
- click: function (event) {
8849
- _vm.handeClick({
8850
- item: item,
8851
- event: event,
8852
- data: items,
8853
- })
8854
- },
8855
- blur: function (event) {
8856
- _vm.handleBlur({
8857
- item: item,
8858
- event: event,
8859
- data: items,
8860
- })
8861
- },
8862
- focus: function (event) {
8863
- _vm.handleFocus({
8864
- item: item,
8865
- event: event,
8866
- data: items,
8867
- })
8868
- },
8869
- change: [
8870
- function ($event) {
8871
- _vm.$set(
8872
- items,
8873
- item.field,
8874
- $event.target.value
8815
+ (
8816
+ item.type === "select"
8817
+ ? item.multiple
8818
+ : item.multiple !== false
8875
8819
  )
8820
+ ? [
8821
+ item.collapseTags
8822
+ ? [
8823
+ _c(
8824
+ "span",
8825
+ {
8826
+ staticClass:
8827
+ "el-tag el-tag--info el-tag--small el-tag--light",
8828
+ },
8829
+ [
8830
+ _c(
8831
+ "span",
8832
+ {
8833
+ staticClass:
8834
+ "el-select__tags-text",
8835
+ },
8836
+ [
8837
+ _vm._v(
8838
+ _vm._s(
8839
+ _vm.showLabel(
8840
+ _vm.getLabels(
8841
+ items,
8842
+ item,
8843
+ true
8844
+ )[0],
8845
+ item.labelKey
8846
+ )
8847
+ )
8848
+ ),
8849
+ ]
8850
+ ),
8851
+ _c("i", {
8852
+ staticClass:
8853
+ "el-tag__close el-icon-close",
8854
+ on: {
8855
+ click: function (
8856
+ $event
8857
+ ) {
8858
+ $event.stopPropagation()
8859
+ _vm.handleDelete(
8860
+ items,
8861
+ item,
8862
+ 0,
8863
+ _vm.getLabels(
8864
+ items,
8865
+ item,
8866
+ true
8867
+ )[0]
8868
+ )
8869
+ },
8870
+ },
8871
+ }),
8872
+ ]
8873
+ ),
8874
+ _vm.getLabels(items, item, true)
8875
+ .length > 1
8876
+ ? _c(
8877
+ "span",
8878
+ {
8879
+ staticClass:
8880
+ "el-tag el-tag--info el-tag--small el-tag--light",
8881
+ },
8882
+ [
8883
+ _c(
8884
+ "span",
8885
+ {
8886
+ staticClass:
8887
+ "el-select__tags-text",
8888
+ },
8889
+ [
8890
+ _vm._v(
8891
+ "+ " +
8892
+ _vm._s(
8893
+ _vm.getLabels(
8894
+ items,
8895
+ item,
8896
+ true
8897
+ ).length - 1
8898
+ )
8899
+ ),
8900
+ ]
8901
+ ),
8902
+ ]
8903
+ )
8904
+ : _vm._e(),
8905
+ ]
8906
+ : _vm._l(
8907
+ _vm.getLabels(
8908
+ items,
8909
+ item,
8910
+ true
8911
+ ),
8912
+ function (ele, x) {
8913
+ return _c(
8914
+ "span",
8915
+ {
8916
+ key: x,
8917
+ staticClass:
8918
+ "el-tag el-tag--info el-tag--small el-tag--light",
8919
+ },
8920
+ [
8921
+ _c(
8922
+ "span",
8923
+ {
8924
+ staticClass:
8925
+ "el-select__tags-text",
8926
+ },
8927
+ [
8928
+ _vm._v(
8929
+ _vm._s(
8930
+ _vm.showLabel(
8931
+ ele,
8932
+ item.labelKey
8933
+ )
8934
+ )
8935
+ ),
8936
+ ]
8937
+ ),
8938
+ _c("i", {
8939
+ staticClass:
8940
+ "el-tag__close el-icon-close",
8941
+ on: {
8942
+ click: function (
8943
+ $event
8944
+ ) {
8945
+ $event.stopPropagation()
8946
+ _vm.handleDelete(
8947
+ items,
8948
+ item,
8949
+ x,
8950
+ ele
8951
+ )
8952
+ },
8953
+ },
8954
+ }),
8955
+ ]
8956
+ )
8957
+ }
8958
+ ),
8959
+ ]
8960
+ : [
8961
+ _vm._v(
8962
+ "\n " +
8963
+ _vm._s(
8964
+ _vm.getLabels(items, item)
8965
+ ) +
8966
+ "\n "
8967
+ ),
8968
+ ],
8969
+ ],
8970
+ 2
8971
+ )
8972
+ : _c("input", {
8973
+ directives: [
8974
+ {
8975
+ name: "model",
8976
+ rawName: "v-model.lazy",
8977
+ value: items[item.field],
8978
+ expression: "items[item.field]",
8979
+ modifiers: { lazy: true },
8980
+ },
8981
+ ],
8982
+ staticClass: "el-input__inner",
8983
+ attrs: {
8984
+ readonly: item.type && item.type !== "text",
8876
8985
  },
8877
- function (value) {
8878
- _vm.handleChange({
8879
- name: item.field || item.prop,
8880
- value: value,
8881
- data: items,
8882
- })
8986
+ domProps: { value: items[item.field] },
8987
+ on: {
8988
+ click: function (event) {
8989
+ _vm.handeClick({
8990
+ item: item,
8991
+ event: event,
8992
+ data: items,
8993
+ })
8994
+ },
8995
+ blur: function (event) {
8996
+ _vm.handleBlur({
8997
+ item: item,
8998
+ event: event,
8999
+ data: items,
9000
+ })
9001
+ },
9002
+ focus: function (event) {
9003
+ _vm.handleFocus({
9004
+ item: item,
9005
+ event: event,
9006
+ data: items,
9007
+ })
9008
+ },
9009
+ change: [
9010
+ function ($event) {
9011
+ _vm.$set(
9012
+ items,
9013
+ item.field,
9014
+ $event.target.value
9015
+ )
9016
+ },
9017
+ function (value) {
9018
+ _vm.handleChange({
9019
+ name: item.field || item.prop,
9020
+ value: value,
9021
+ data: items,
9022
+ })
9023
+ },
9024
+ ],
8883
9025
  },
8884
- ],
8885
- },
8886
- }),
9026
+ }),
8887
9027
  ]),
8888
9028
  ],
8889
9029
  ],
@@ -8897,13 +9037,377 @@ var tbodyvue_type_template_id_465964dd_render = function () {
8897
9037
  0
8898
9038
  )
8899
9039
  }
8900
- var tbodyvue_type_template_id_465964dd_staticRenderFns = []
8901
- tbodyvue_type_template_id_465964dd_render._withStripped = true
9040
+ var tbodyvue_type_template_id_6ced763c_staticRenderFns = []
9041
+ tbodyvue_type_template_id_6ced763c_render._withStripped = true
9042
+
9043
+
9044
+ // CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=6ced763c&
9045
+
9046
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/radio.vue?vue&type=template&id=3c835729&
9047
+ var radiovue_type_template_id_3c835729_render = function () {
9048
+ var _vm = this
9049
+ var _h = _vm.$createElement
9050
+ var _c = _vm._self._c || _h
9051
+ return _c(
9052
+ "div",
9053
+ { staticClass: "el-radio-group" },
9054
+ _vm._l(_vm.options, function (item, index) {
9055
+ return _c(
9056
+ "label",
9057
+ {
9058
+ key: index,
9059
+ staticClass: "el-radio",
9060
+ on: {
9061
+ change: function ($event) {
9062
+ _vm.handeChange(item)
9063
+ },
9064
+ },
9065
+ },
9066
+ [
9067
+ _c("input", {
9068
+ attrs: { type: "radio", name: _vm._name },
9069
+ domProps: { checked: _vm.isChecked(item) },
9070
+ }),
9071
+ _vm._v(
9072
+ _vm._s(
9073
+ _vm.labelKey ? item[_vm.labelKey] : item.name || item.label
9074
+ ) + "\n "
9075
+ ),
9076
+ ]
9077
+ )
9078
+ }),
9079
+ 0
9080
+ )
9081
+ }
9082
+ var radiovue_type_template_id_3c835729_staticRenderFns = []
9083
+ radiovue_type_template_id_3c835729_render._withStripped = true
9084
+
9085
+
9086
+ // CONCATENATED MODULE: ./packages/data-table-form/src/radio.vue?vue&type=template&id=3c835729&
9087
+
9088
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/radio.vue?vue&type=script&lang=js&
9089
+ //
9090
+ //
9091
+ //
9092
+ //
9093
+ //
9094
+ //
9095
+ //
9096
+ //
9097
+ //
9098
+ //
9099
+ //
9100
+ //
9101
+ //
9102
+ //
9103
+
9104
+ /* harmony default export */ var radiovue_type_script_lang_js_ = ({
9105
+ name: 'EoRadio',
9106
+ props: {
9107
+ field: {
9108
+ required: true,
9109
+ type: String
9110
+ },
9111
+ prop: String,
9112
+ index: Number,
9113
+ labelKey: String,
9114
+ valueKey: String,
9115
+ data: {
9116
+ type: Object,
9117
+ default: function _default() {
9118
+ return {};
9119
+ }
9120
+ },
9121
+ options: {
9122
+ type: Array,
9123
+ default: function _default() {
9124
+ return [];
9125
+ }
9126
+ },
9127
+ value: {}
9128
+ },
9129
+ data: function data() {
9130
+ return {
9131
+ _value: this.value
9132
+ };
9133
+ },
9134
+
9135
+ computed: {
9136
+ _name: function _name() {
9137
+ if (this.index !== undefined) {
9138
+ return (this.field || this.prop) + '[' + this.index + ']';
9139
+ }
9140
+ return this.field || this.prop;
9141
+ }
9142
+ },
9143
+ methods: {
9144
+ isChecked: function isChecked(res) {
9145
+ return this.valueKey ? this.value == res[this.valueKey] : this.value == res.value;
9146
+ },
9147
+ handeChange: function handeChange(res) {
9148
+ this.$emit('input', this.valueKey ? res[this.valueKey] : res.value);
9149
+ }
9150
+ }
9151
+ });
9152
+ // CONCATENATED MODULE: ./packages/data-table-form/src/radio.vue?vue&type=script&lang=js&
9153
+ /* harmony default export */ var src_radiovue_type_script_lang_js_ = (radiovue_type_script_lang_js_);
9154
+ // CONCATENATED MODULE: ./packages/data-table-form/src/radio.vue
9155
+
9156
+
9157
+
9158
+
9159
+
9160
+ /* normalize component */
9161
+
9162
+ var radio_component = normalizeComponent(
9163
+ src_radiovue_type_script_lang_js_,
9164
+ radiovue_type_template_id_3c835729_render,
9165
+ radiovue_type_template_id_3c835729_staticRenderFns,
9166
+ false,
9167
+ null,
9168
+ null,
9169
+ null
9170
+
9171
+ )
9172
+
9173
+ /* harmony default export */ var src_radio = (radio_component.exports);
9174
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/checkbox.vue?vue&type=template&id=e3c6e616&
9175
+ var checkboxvue_type_template_id_e3c6e616_render = function () {
9176
+ var _vm = this
9177
+ var _h = _vm.$createElement
9178
+ var _c = _vm._self._c || _h
9179
+ return _c(
9180
+ "div",
9181
+ { staticClass: "el-checkbox-group" },
9182
+ _vm._l(_vm.options, function (item, index) {
9183
+ return _c("label", { key: index, staticClass: "el-checkbox" }, [
9184
+ _c("input", {
9185
+ attrs: { type: "checkbox", name: _vm._name },
9186
+ domProps: { checked: _vm.isChecked(item) },
9187
+ on: {
9188
+ change: function (event) {
9189
+ _vm.handeChange(event, item, index)
9190
+ },
9191
+ },
9192
+ }),
9193
+ _vm._v(
9194
+ _vm._s(_vm.labelKey ? item[_vm.labelKey] : item.name || item.label) +
9195
+ "\n "
9196
+ ),
9197
+ ])
9198
+ }),
9199
+ 0
9200
+ )
9201
+ }
9202
+ var checkboxvue_type_template_id_e3c6e616_staticRenderFns = []
9203
+ checkboxvue_type_template_id_e3c6e616_render._withStripped = true
9204
+
9205
+
9206
+ // CONCATENATED MODULE: ./packages/data-table-form/src/checkbox.vue?vue&type=template&id=e3c6e616&
9207
+
9208
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/checkbox.vue?vue&type=script&lang=js&
9209
+ //
9210
+ //
9211
+ //
9212
+ //
9213
+ //
9214
+ //
9215
+ //
9216
+ //
9217
+ //
9218
+ //
9219
+ //
9220
+ //
9221
+ //
9222
+ //
9223
+ //
9224
+ //
9225
+
9226
+ /* harmony default export */ var checkboxvue_type_script_lang_js_ = ({
9227
+ name: 'EoCheckbox',
9228
+ props: {
9229
+ field: {
9230
+ required: true,
9231
+ type: String
9232
+ },
9233
+ prop: String,
9234
+ index: Number,
9235
+ labelKey: String,
9236
+ valueKey: String,
9237
+ data: {
9238
+ type: Object,
9239
+ default: function _default() {
9240
+ return {};
9241
+ }
9242
+ },
9243
+ options: {
9244
+ type: Array,
9245
+ default: function _default() {
9246
+ return [];
9247
+ }
9248
+ },
9249
+ decollator: {
9250
+ type: String,
9251
+ default: ','
9252
+ },
9253
+ valueToString: Boolean,
9254
+ value: {}
9255
+ },
9256
+ data: function data() {
9257
+ return {
9258
+ _value: this.value
9259
+ };
9260
+ },
9261
+
9262
+ computed: {
9263
+ model: {
9264
+ get: function get() {
9265
+ if (Array.isArray(this.value)) {
9266
+ return this.value;
9267
+ }
9268
+ if (typeof this.value === 'string') {
9269
+ return this.value.split(this.decollator);
9270
+ }
9271
+ return [this.value];
9272
+ }
9273
+ // set(val) {
9274
+ // this.$emit(
9275
+ // 'input',
9276
+ // this.valueToString ? val.join(this.decollator) : val
9277
+ // );
9278
+ // return val;
9279
+ // }
9280
+
9281
+ },
9282
+ _name: function _name() {
9283
+ if (this.index !== undefined) {
9284
+ return (this.field || this.prop) + '[' + this.index + ']';
9285
+ }
9286
+ return this.field || this.prop;
9287
+ }
9288
+ },
9289
+ methods: {
9290
+ isChecked: function isChecked(res) {
9291
+ return this.valueKey ? this.model.indexOf(res[this.valueKey]) > -1 : this.model.indexOf(res.value) > -1;
9292
+ },
9293
+ handeChange: function handeChange(event, res, index) {
9294
+ var val = this.model;
9295
+ if (event.target.checked) {
9296
+ if (val.length > index) {
9297
+ val.splice(index, 0, this.valueKey ? res[this.valueKey] : res.value);
9298
+ } else {
9299
+ val.push(this.valueKey ? res[this.valueKey] : res.value);
9300
+ }
9301
+ } else {
9302
+ var i = val.indexOf(this.valueKey ? res[this.valueKey] : res.value);
9303
+ val.splice(i, 1);
9304
+ }
9305
+ this.$emit('input', this.valueToString ? val.join(this.decollator) : val);
9306
+ }
9307
+ }
9308
+ });
9309
+ // CONCATENATED MODULE: ./packages/data-table-form/src/checkbox.vue?vue&type=script&lang=js&
9310
+ /* harmony default export */ var src_checkboxvue_type_script_lang_js_ = (checkboxvue_type_script_lang_js_);
9311
+ // CONCATENATED MODULE: ./packages/data-table-form/src/checkbox.vue
9312
+
9313
+
8902
9314
 
8903
9315
 
8904
- // CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=465964dd&
8905
9316
 
9317
+ /* normalize component */
9318
+
9319
+ var checkbox_component = normalizeComponent(
9320
+ src_checkboxvue_type_script_lang_js_,
9321
+ checkboxvue_type_template_id_e3c6e616_render,
9322
+ checkboxvue_type_template_id_e3c6e616_staticRenderFns,
9323
+ false,
9324
+ null,
9325
+ null,
9326
+ null
9327
+
9328
+ )
9329
+
9330
+ /* harmony default export */ var src_checkbox = (checkbox_component.exports);
8906
9331
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=script&lang=js&
9332
+ var tbodyvue_type_script_lang_js_components;
9333
+
9334
+ //
9335
+ //
9336
+ //
9337
+ //
9338
+ //
9339
+ //
9340
+ //
9341
+ //
9342
+ //
9343
+ //
9344
+ //
9345
+ //
9346
+ //
9347
+ //
9348
+ //
9349
+ //
9350
+ //
9351
+ //
9352
+ //
9353
+ //
9354
+ //
9355
+ //
9356
+ //
9357
+ //
9358
+ //
9359
+ //
9360
+ //
9361
+ //
9362
+ //
9363
+ //
9364
+ //
9365
+ //
9366
+ //
9367
+ //
9368
+ //
9369
+ //
9370
+ //
9371
+ //
9372
+ //
9373
+ //
9374
+ //
9375
+ //
9376
+ //
9377
+ //
9378
+ //
9379
+ //
9380
+ //
9381
+ //
9382
+ //
9383
+ //
9384
+ //
9385
+ //
9386
+ //
9387
+ //
9388
+ //
9389
+ //
9390
+ //
9391
+ //
9392
+ //
9393
+ //
9394
+ //
9395
+ //
9396
+ //
9397
+ //
9398
+ //
9399
+ //
9400
+ //
9401
+ //
9402
+ //
9403
+ //
9404
+ //
9405
+ //
9406
+ //
9407
+ //
9408
+ //
9409
+ //
9410
+ //
8907
9411
  //
8908
9412
  //
8909
9413
  //
@@ -9011,29 +9515,29 @@ tbodyvue_type_template_id_465964dd_render._withStripped = true
9011
9515
 
9012
9516
  // import rules from 'eoss-ui/src/utils/rules.js';
9013
9517
 
9518
+
9519
+
9014
9520
  /* harmony default export */ var tbodyvue_type_script_lang_js_ = ({
9015
9521
  name: 'EoTbody',
9016
9522
  inject: ['eoTable'],
9017
- components: {
9018
- expandDom: {
9019
- functional: true,
9020
- props: {
9021
- item: Object,
9022
- row: Object,
9023
- render: [Function, String]
9024
- },
9025
- render: function render(h, ctx) {
9026
- if (typeof ctx.props.render == 'string') {
9027
- try {
9028
- return utils_util["a" /* default */].toFunction(ctx.props.render)(h, params);
9029
- } catch (error) {
9030
- throw error;
9031
- }
9032
- }
9033
- return ctx.props.render(h, ctx.props.item, ctx.props.row);
9034
- }
9523
+ components: (tbodyvue_type_script_lang_js_components = {}, tbodyvue_type_script_lang_js_components[src_radio.name] = src_radio, tbodyvue_type_script_lang_js_components[src_checkbox.name] = src_checkbox, tbodyvue_type_script_lang_js_components.expandDom = {
9524
+ functional: true,
9525
+ props: {
9526
+ item: Object,
9527
+ row: Object,
9528
+ render: [Function, String]
9529
+ },
9530
+ render: function render(h, ctx) {
9531
+ if (typeof ctx.props.render == 'string') {
9532
+ try {
9533
+ return utils_util["a" /* default */].toFunction(ctx.props.render)(h, params);
9534
+ } catch (error) {
9535
+ throw error;
9536
+ }
9537
+ }
9538
+ return ctx.props.render(h, ctx.props.item, ctx.props.row);
9035
9539
  }
9036
- },
9540
+ }, tbodyvue_type_script_lang_js_components),
9037
9541
  props: {
9038
9542
  numbers: Boolean,
9039
9543
  readonly: Boolean,
@@ -9061,7 +9565,7 @@ tbodyvue_type_template_id_465964dd_render._withStripped = true
9061
9565
  var type = item.type == 'date' || item.type == 'year' || item.type == 'month' || item.type == 'date' || item.type == 'dates' || item.type == 'week' || item.type == 'datetime' || item.type == 'datetimerange' || item.type == 'daterange' || item.type == 'monthrange' || item.type == 'quarter' || item.type == 'halfyear' ? 'date' : item.type;
9062
9566
  this.eoTable.changeData(type, data[item.field || item.prop]);
9063
9567
  },
9064
- getLabels: function getLabels(data, col) {
9568
+ getLabels: function getLabels(data, col, multiple) {
9065
9569
  var _this = this;
9066
9570
 
9067
9571
  var value = data[col.field || col.prop];
@@ -9070,14 +9574,20 @@ tbodyvue_type_template_id_465964dd_render._withStripped = true
9070
9574
  }
9071
9575
  var option = this.options[col.field || col.prop];
9072
9576
  if (utils_util["a" /* default */].isObject(value)) {
9073
- return data[col.field][col.labelKey] || data[col.field]['name'] || data[col.field]['label'];
9577
+ if (multiple) {
9578
+ return [value];
9579
+ }
9580
+ return value[col.labelKey] || value['name'] || value['label'] || value['showname'];
9074
9581
  } else if (Array.isArray(value)) {
9075
9582
  var label = value.map(function (item) {
9076
9583
  if (utils_util["a" /* default */].isObject(item)) {
9077
- return item[col.labelKey] || item.name || item.label;
9584
+ if (multiple) {
9585
+ return item;
9586
+ }
9587
+ return item[col.labelKey] || item.name || item.label || item.showname;
9078
9588
  } else {
9079
9589
  if (option) {
9080
- var str = _this.getLabel(item, option, col);
9590
+ var str = _this.getLabel(item, option, col, multiple);
9081
9591
  if (str) {
9082
9592
  return str;
9083
9593
  }
@@ -9086,26 +9596,44 @@ tbodyvue_type_template_id_465964dd_render._withStripped = true
9086
9596
  }
9087
9597
  }
9088
9598
  });
9089
- return label.join(',');
9599
+ return multiple ? label : label.join(',');
9090
9600
  } else {
9091
9601
  if (option) {
9092
- return this.getLabel(value, option, col);
9602
+ return this.getLabel(value, option, col, multiple);
9093
9603
  } else {
9604
+ if (multiple) {
9605
+ return [value];
9606
+ }
9094
9607
  return value;
9095
9608
  }
9096
9609
  }
9097
9610
  },
9098
- getLabel: function getLabel(value, option, col) {
9611
+ getLabel: function getLabel(value, option, col, multiple) {
9099
9612
  for (var i = 0; i < option.length; i++) {
9100
9613
  var item = option[i];
9101
9614
  if (value == item) {
9102
9615
  return value;
9103
9616
  }
9104
9617
  if (value == item[col.valueKey] || value == item.value) {
9105
- return item[col.labelKey] || item.name || item.label;
9618
+ if (multiple) {
9619
+ return item;
9620
+ }
9621
+ return item[col.labelKey] || item.name || item.label || item.showname;
9106
9622
  }
9107
9623
  }
9108
9624
  return '';
9625
+ },
9626
+ showLabel: function showLabel(res, labelKey) {
9627
+ return typeof res === 'string' ? res : res[labelKey] || res.name || res.label || res.showname;
9628
+ },
9629
+ handleDelete: function handleDelete(data, col, index, res) {
9630
+ var value = data[col.field];
9631
+ value = value.filter(function (item) {
9632
+ var target = utils_util["a" /* default */].isObject(item) ? item[col.labelKey] || item.name || item.label || item.showname : item;
9633
+ var val = utils_util["a" /* default */].isObject(res) ? res[col.labelKey] || res.name || res.label || res.showname : res;
9634
+ return target != val;
9635
+ });
9636
+ data[col.field] = value;
9109
9637
  }
9110
9638
  }
9111
9639
  });
@@ -9121,8 +9649,8 @@ tbodyvue_type_template_id_465964dd_render._withStripped = true
9121
9649
 
9122
9650
  var tbody_component = normalizeComponent(
9123
9651
  src_tbodyvue_type_script_lang_js_,
9124
- tbodyvue_type_template_id_465964dd_render,
9125
- tbodyvue_type_template_id_465964dd_staticRenderFns,
9652
+ tbodyvue_type_template_id_6ced763c_render,
9653
+ tbodyvue_type_template_id_6ced763c_staticRenderFns,
9126
9654
  false,
9127
9655
  null,
9128
9656
  null,
@@ -9215,6 +9743,23 @@ var tablevue_type_script_lang_js_components;
9215
9743
  //
9216
9744
  //
9217
9745
  //
9746
+ //
9747
+ //
9748
+ //
9749
+ //
9750
+ //
9751
+ //
9752
+ //
9753
+ //
9754
+ //
9755
+ //
9756
+ //
9757
+ //
9758
+ //
9759
+ //
9760
+ //
9761
+ //
9762
+ //
9218
9763
 
9219
9764
 
9220
9765
  //import rules from 'eoss-ui/src/utils/rules.js';
@@ -9260,7 +9805,9 @@ var tablevue_type_script_lang_js_components;
9260
9805
  field: null,
9261
9806
  style: {},
9262
9807
  dateValue: '',
9263
- dateShow: false
9808
+ dateShow: false,
9809
+ selectorShow: false,
9810
+ selectorValue: ''
9264
9811
  };
9265
9812
  },
9266
9813
 
@@ -9301,6 +9848,10 @@ var tablevue_type_script_lang_js_components;
9301
9848
  this.dateValue = value;
9302
9849
  this.dateShow = true;
9303
9850
  break;
9851
+ case 'selector':
9852
+ this.selectorValue = value;
9853
+ this.selectorShow = true;
9854
+ break;
9304
9855
  }
9305
9856
  },
9306
9857
  setStyle: function setStyle(res, data, field) {
@@ -9324,6 +9875,11 @@ var tablevue_type_script_lang_js_components;
9324
9875
  break;
9325
9876
  }
9326
9877
  },
9878
+ handleConfirm: function handleConfirm(res) {
9879
+ this.selectorValue = '';
9880
+ this.selectorShow = false;
9881
+ this.target[this.field] = res;
9882
+ },
9327
9883
  sizeChange: function sizeChange() {},
9328
9884
  currentChange: function currentChange() {},
9329
9885
  preClick: function preClick() {},
@@ -9342,8 +9898,8 @@ var tablevue_type_script_lang_js_components;
9342
9898
 
9343
9899
  var table_component = normalizeComponent(
9344
9900
  src_tablevue_type_script_lang_js_,
9345
- tablevue_type_template_id_869a85d8_render,
9346
- tablevue_type_template_id_869a85d8_staticRenderFns,
9901
+ tablevue_type_template_id_736ff20c_render,
9902
+ tablevue_type_template_id_736ff20c_staticRenderFns,
9347
9903
  false,
9348
9904
  null,
9349
9905
  null,
@@ -9466,7 +10022,7 @@ var src_mainvue_type_script_lang_js_components;
9466
10022
  if (item.sysCode || item.url) {
9467
10023
  var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
9468
10024
  utils_util["a" /* default */].ajax({
9469
- url: item.sysCode ? api["r" /* findSysCode */] : item.url,
10025
+ url: item.sysCode ? api["s" /* findSysCode */] : item.url,
9470
10026
  method: this.method,
9471
10027
  params: params,
9472
10028
  data: params
@@ -9727,8 +10283,8 @@ date_picker_src_main.install = function (Vue) {
9727
10283
  };
9728
10284
 
9729
10285
  /* harmony default export */ var date_picker = (date_picker_src_main);
9730
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=b2fd7c26&
9731
- var mainvue_type_template_id_b2fd7c26_render = function () {
10286
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=template&id=45639bca&
10287
+ var mainvue_type_template_id_45639bca_render = function () {
9732
10288
  var _vm = this
9733
10289
  var _h = _vm.$createElement
9734
10290
  var _c = _vm._self._c || _h
@@ -9756,6 +10312,8 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
9756
10312
  "update:visible": function ($event) {
9757
10313
  _vm.show = $event
9758
10314
  },
10315
+ close: _vm.handleClosed,
10316
+ scale: _vm.handleScale,
9759
10317
  },
9760
10318
  },
9761
10319
  "el-dialog",
@@ -9779,7 +10337,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
9779
10337
  _vm._b(
9780
10338
  {
9781
10339
  key: index,
9782
- attrs: { model: item.model },
10340
+ attrs: { zoom: _vm.zoom, model: item.model },
9783
10341
  on: {
9784
10342
  "update:model": function ($event) {
9785
10343
  _vm.$set(item, "model", $event)
@@ -9802,7 +10360,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
9802
10360
  "es-data-table",
9803
10361
  _vm._g(
9804
10362
  _vm._b(
9805
- { key: index },
10363
+ { key: index, attrs: { zoom: _vm.zoom } },
9806
10364
  "es-data-table",
9807
10365
  _vm.handleExclAttribute({
9808
10366
  data: item,
@@ -9903,7 +10461,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
9903
10461
  "es-tree-group",
9904
10462
  _vm._g(
9905
10463
  _vm._b(
9906
- { key: index },
10464
+ { key: index, attrs: { zoom: _vm.zoom } },
9907
10465
  "es-tree-group",
9908
10466
  _vm.handleExclAttribute({
9909
10467
  data: item,
@@ -9937,7 +10495,10 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
9937
10495
  "es-tabs",
9938
10496
  _vm._g(
9939
10497
  _vm._b(
9940
- { key: index, attrs: { full: true } },
10498
+ {
10499
+ key: index,
10500
+ attrs: { full: true, zoom: _vm.zoom },
10501
+ },
9941
10502
  "es-tabs",
9942
10503
  _vm.handleExclAttribute({
9943
10504
  data: item,
@@ -10021,7 +10582,10 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
10021
10582
  _vm._g(
10022
10583
  _vm._b(
10023
10584
  {
10024
- attrs: { model: _vm.contents.model },
10585
+ attrs: {
10586
+ zoom: _vm.zoom,
10587
+ model: _vm.contents.model,
10588
+ },
10025
10589
  on: {
10026
10590
  "update:model": function ($event) {
10027
10591
  _vm.$set(_vm.contents, "model", $event)
@@ -10045,7 +10609,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
10045
10609
  "es-data-table",
10046
10610
  _vm._g(
10047
10611
  _vm._b(
10048
- {},
10612
+ { attrs: { zoom: _vm.zoom } },
10049
10613
  "es-data-table",
10050
10614
  _vm.handleExclAttribute({
10051
10615
  data: _vm.contents,
@@ -10148,7 +10712,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
10148
10712
  "es-tree-group",
10149
10713
  _vm._g(
10150
10714
  _vm._b(
10151
- {},
10715
+ { attrs: { zoom: _vm.zoom } },
10152
10716
  "es-tree-group",
10153
10717
  _vm.handleExclAttribute({
10154
10718
  data: _vm.contents,
@@ -10166,7 +10730,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
10166
10730
  "es-flow-group",
10167
10731
  _vm._g(
10168
10732
  _vm._b(
10169
- {},
10733
+ { attrs: { zoom: _vm.zoom } },
10170
10734
  "es-flow-group",
10171
10735
  _vm.handleExclAttribute({
10172
10736
  data: _vm.contents,
@@ -10183,7 +10747,7 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
10183
10747
  "es-tabs",
10184
10748
  _vm._g(
10185
10749
  _vm._b(
10186
- { attrs: { full: true } },
10750
+ { attrs: { full: true, zoom: _vm.zoom } },
10187
10751
  "es-tabs",
10188
10752
  _vm.handleExclAttribute({
10189
10753
  data: _vm.contents,
@@ -10235,11 +10799,11 @@ var mainvue_type_template_id_b2fd7c26_render = function () {
10235
10799
  2
10236
10800
  )
10237
10801
  }
10238
- var mainvue_type_template_id_b2fd7c26_staticRenderFns = []
10239
- mainvue_type_template_id_b2fd7c26_render._withStripped = true
10802
+ var mainvue_type_template_id_45639bca_staticRenderFns = []
10803
+ mainvue_type_template_id_45639bca_render._withStripped = true
10240
10804
 
10241
10805
 
10242
- // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=b2fd7c26&
10806
+ // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=45639bca&
10243
10807
 
10244
10808
  // EXTERNAL MODULE: external "wujie-vue2"
10245
10809
  var external_wujie_vue2_ = __webpack_require__(11);
@@ -10513,6 +11077,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
10513
11077
  //
10514
11078
  //
10515
11079
  //
11080
+ //
11081
+ //
11082
+ //
11083
+ //
11084
+ //
11085
+ //
11086
+ //
11087
+ //
11088
+ //
11089
+ //
11090
+ //
10516
11091
 
10517
11092
 
10518
11093
 
@@ -10524,7 +11099,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10524
11099
  inheritAttrs: false,
10525
11100
  provide: function provide() {
10526
11101
  return {
10527
- esDialog: this
11102
+ esDialog: this,
11103
+ scale: this.zoom
10528
11104
  };
10529
11105
  },
10530
11106
 
@@ -10586,7 +11162,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10586
11162
  drag: {
10587
11163
  type: Boolean,
10588
11164
  default: true
10589
- }
11165
+ },
11166
+ closeParent: Boolean
10590
11167
  },
10591
11168
  computed: {
10592
11169
  wujieName: function wujieName() {
@@ -10618,7 +11195,9 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10618
11195
  show: this.visible,
10619
11196
  defaultProps: {},
10620
11197
  wd: '',
10621
- ht: ''
11198
+ ht: '',
11199
+ zoom: 1,
11200
+ scale: {}
10622
11201
  };
10623
11202
  },
10624
11203
  created: function created() {
@@ -10740,6 +11319,13 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10740
11319
  handleShow: function handleShow() {
10741
11320
  this.show = true;
10742
11321
  },
11322
+ handleClosed: function handleClosed(res) {
11323
+ this.show = false;
11324
+ this.$emit('close', res, this);
11325
+ if (this.closeParent && this.esDialog) {
11326
+ this.esDialog.handleClosed(res);
11327
+ }
11328
+ },
10743
11329
  handleClose: function handleClose() {
10744
11330
  var reload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
10745
11331
 
@@ -10753,6 +11339,10 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10753
11339
  }
10754
11340
  }
10755
11341
  }
11342
+ },
11343
+ handleScale: function handleScale(res) {
11344
+ this.zoom = res;
11345
+ this.$emit('scale', res);
10756
11346
  }
10757
11347
  }
10758
11348
  });
@@ -10768,8 +11358,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10768
11358
 
10769
11359
  var dialog_src_main_component = normalizeComponent(
10770
11360
  packages_dialog_src_mainvue_type_script_lang_js_,
10771
- mainvue_type_template_id_b2fd7c26_render,
10772
- mainvue_type_template_id_b2fd7c26_staticRenderFns,
11361
+ mainvue_type_template_id_45639bca_render,
11362
+ mainvue_type_template_id_45639bca_staticRenderFns,
10773
11363
  false,
10774
11364
  null,
10775
11365
  null,
@@ -11035,8 +11625,8 @@ error_page_src_main.install = function (Vue) {
11035
11625
  };
11036
11626
 
11037
11627
  /* harmony default export */ var error_page = (error_page_src_main);
11038
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=79406044&
11039
- var mainvue_type_template_id_79406044_render = function () {
11628
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=476d02ea&
11629
+ var mainvue_type_template_id_476d02ea_render = function () {
11040
11630
  var _vm = this
11041
11631
  var _h = _vm.$createElement
11042
11632
  var _c = _vm._self._c || _h
@@ -19580,11 +20170,11 @@ var mainvue_type_template_id_79406044_render = function () {
19580
20170
  2
19581
20171
  )
19582
20172
  }
19583
- var mainvue_type_template_id_79406044_staticRenderFns = []
19584
- mainvue_type_template_id_79406044_render._withStripped = true
20173
+ var mainvue_type_template_id_476d02ea_staticRenderFns = []
20174
+ mainvue_type_template_id_476d02ea_render._withStripped = true
19585
20175
 
19586
20176
 
19587
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=79406044&
20177
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=476d02ea&
19588
20178
 
19589
20179
  // CONCATENATED MODULE: ./src/utils/rules.js
19590
20180
  // 手机号
@@ -23067,7 +23657,12 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23067
23657
  parseValue: [Object, Function],
23068
23658
  //是否自动生成id
23069
23659
  autoId: [Boolean, String],
23070
- paramId: String
23660
+ paramId: String,
23661
+ level: {
23662
+ type: Number,
23663
+ default: 3
23664
+ },
23665
+ zoom: false
23071
23666
  },
23072
23667
  data: function data() {
23073
23668
  return {
@@ -23112,7 +23707,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23112
23707
  if (this.businessId !== undefined) {
23113
23708
  data[typeof this.autoId === 'string' ? this.autoId : 'id'] = this.businessId;
23114
23709
  } else if (typeof this.model !== 'string' && this.autoId) {
23115
- if (typeof this.autoId === 'boolean' && !this.model.id) {
23710
+ if (typeof this.autoId === 'boolean' && (!this.model || !this.model.id)) {
23116
23711
  data = { id: this.uuid };
23117
23712
  } else if (!this.model[this.autoId]) {
23118
23713
  data[this.autoId] = this.uuid;
@@ -23285,6 +23880,13 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23285
23880
  }
23286
23881
  }
23287
23882
  },
23883
+ zoom: {
23884
+ handler: function handler(val) {
23885
+ if (!this.height && this.display) {
23886
+ this.getHeight();
23887
+ }
23888
+ }
23889
+ },
23288
23890
  model: {
23289
23891
  immediate: true,
23290
23892
  deep: true,
@@ -23334,9 +23936,17 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23334
23936
  var pt = parseInt(utils_util["a" /* default */].getStyle(this.$el.parentNode, 'padding-top'), 10) || 0;
23335
23937
  var pb = parseInt(utils_util["a" /* default */].getStyle(this.$el.parentNode, 'padding-bottom'), 10) || 0;
23336
23938
  var btn = this.readonly || !this.showButton ? 0 : 48;
23939
+ var ph = this.$el.parentNode.offsetHeight;
23337
23940
  this.newHeight = this.$el.parentNode.offsetHeight - pt - pb - btn + 'px';
23338
23941
  }
23339
23942
  },
23943
+ getParentHeight: function getParentHeight(dom) {
23944
+ var ph = dom.parentNode.offsetHeight;
23945
+ if (ph) {
23946
+ return ph;
23947
+ }
23948
+ return this.getParentHeight(dom.parentNode);
23949
+ },
23340
23950
  getContent: function getContent() {
23341
23951
  var _this3 = this;
23342
23952
 
@@ -23344,7 +23954,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23344
23954
  this.loading = true;
23345
23955
  var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
23346
23956
  utils_util["a" /* default */].ajax({
23347
- url: api["t" /* formContents */],
23957
+ url: api["u" /* formContents */],
23348
23958
  data: params,
23349
23959
  params: params
23350
23960
  }).then(function (res) {
@@ -23753,16 +24363,18 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23753
24363
  this.$refs.esForm && this.$refs.esForm.clearValidate();
23754
24364
  },
23755
24365
  submitData: function submitData(handle) {
24366
+ var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
24367
+
23756
24368
  var _this10 = this;
23757
24369
 
23758
- var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
23759
24370
  var type = arguments[2];
24371
+ var validate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
23760
24372
 
23761
24373
  if (!handle) {
23762
24374
  handle = this.handles || {};
23763
24375
  }
23764
24376
  return new Promise(function (resolve, reject) {
23765
- _this10.$refs.esForm.validate(function () {
24377
+ validate ? _this10.$refs.esForm.validate(function () {
23766
24378
  var _ref3 = src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3(valid, fields, triggers) {
23767
24379
  var models, param, loading;
23768
24380
  return regenerator_default.a.wrap(function _callee3$(_context3) {
@@ -23838,10 +24450,69 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23838
24450
  }, _callee3, _this10);
23839
24451
  }));
23840
24452
 
23841
- return function (_x8, _x9, _x10) {
24453
+ return function (_x9, _x10, _x11) {
23842
24454
  return _ref3.apply(this, arguments);
23843
24455
  };
23844
- }());
24456
+ }()) : src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee4() {
24457
+ var models, param, loading;
24458
+ return regenerator_default.a.wrap(function _callee4$(_context4) {
24459
+ while (1) {
24460
+ switch (_context4.prev = _context4.next) {
24461
+ case 0:
24462
+ models = _this10.getNewValue(utils_util["a" /* default */].extend({}, _this10._value, _this10.models), handle, type);
24463
+ param = _this10.param;
24464
+
24465
+ if (handle.param) {
24466
+ param = utils_util["a" /* default */].extend({}, _this10.param, handle.param);
24467
+ }
24468
+ loading = void 0;
24469
+
24470
+ if (_this10.submitLoading) {
24471
+ loading = utils_util["a" /* default */].loading(_this10.$loading, handle.loadingText ? handle.loadingText + '...' : '提交中...');
24472
+ }
24473
+ _context4.next = 7;
24474
+ return utils_util["a" /* default */].ajax({
24475
+ url: mainvue_type_script_lang_js_typeof(_this10.action) === 'object' ? _this10.action[_this10.actionType] : _this10.action,
24476
+ format: handle.format || _this10.format,
24477
+ data: form_src_mainvue_type_script_lang_js_extends({}, models, param),
24478
+ method: _this10.method,
24479
+ loading: loading
24480
+ }).then(function (res) {
24481
+ loading && loading.close();
24482
+ if (res.rCode === 0) {
24483
+ _this10.$message.success(res.msg || res.message || '成功!');
24484
+ _this10.$emit('success', res, models);
24485
+ _this10.models = {};
24486
+ if (_this10.esTabs) {
24487
+ _this10.esTabs.handleTabState(true);
24488
+ }
24489
+ if (_this10.closeDialog) {
24490
+ if (window.$wujie && window.$wujie.props && window.$wujie.props._dialog) {
24491
+ window.$wujie.bus.$emit('dialogClose', handle.reload, window.$wujie.props);
24492
+ }
24493
+ if (_this10.esDialog && close) {
24494
+ _this10.esDialog.handleClose(handle.reload);
24495
+ }
24496
+ }
24497
+ resolve();
24498
+ } else {
24499
+ _this10.$message.error(res.msg || res.message || '系统错误,请联系管理员!');
24500
+ _this10.$emit('error', res);
24501
+ }
24502
+ }).catch(function (err) {
24503
+ if (err.message && err.message !== 'canceled') {
24504
+ _this10.$message.error(err.message);
24505
+ }
24506
+ reject(err);
24507
+ });
24508
+
24509
+ case 7:
24510
+ case 'end':
24511
+ return _context4.stop();
24512
+ }
24513
+ }
24514
+ }, _callee4, _this10);
24515
+ }))();
23845
24516
  });
23846
24517
  },
23847
24518
  getVal: function getVal(value, keys) {
@@ -23983,9 +24654,9 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23983
24654
  }
23984
24655
  return undefined;
23985
24656
  },
23986
- handleExclAttribute: function handleExclAttribute(_ref4) {
23987
- var data = _ref4.data,
23988
- attrs = _ref4.attrs;
24657
+ handleExclAttribute: function handleExclAttribute(_ref5) {
24658
+ var data = _ref5.data,
24659
+ attrs = _ref5.attrs;
23989
24660
 
23990
24661
  return utils_util["a" /* default */].exclAttribute({
23991
24662
  data: data,
@@ -24006,8 +24677,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
24006
24677
 
24007
24678
  var form_src_main_component = normalizeComponent(
24008
24679
  packages_form_src_mainvue_type_script_lang_js_,
24009
- mainvue_type_template_id_79406044_render,
24010
- mainvue_type_template_id_79406044_staticRenderFns,
24680
+ mainvue_type_template_id_476d02ea_render,
24681
+ mainvue_type_template_id_476d02ea_staticRenderFns,
24011
24682
  false,
24012
24683
  null,
24013
24684
  null,
@@ -24024,8 +24695,8 @@ form_src_main.install = function (Vue) {
24024
24695
  };
24025
24696
 
24026
24697
  /* harmony default export */ var packages_form = (form_src_main);
24027
- // 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=e09d3650&
24028
- var mainvue_type_template_id_e09d3650_render = function () {
24698
+ // 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&
24699
+ var mainvue_type_template_id_1cd64e1e_render = function () {
24029
24700
  var _vm = this
24030
24701
  var _h = _vm.$createElement
24031
24702
  var _c = _vm._self._c || _h
@@ -24918,7 +25589,7 @@ var mainvue_type_template_id_e09d3650_render = function () {
24918
25589
  },
24919
25590
  ],
24920
25591
  staticStyle: {
24921
- "{ border": "1px solid #ccc",
25592
+ "{\n border": "1px solid #ccc",
24922
25593
  padding: "5px",
24923
25594
  "border-radius": "5px",
24924
25595
  "font-size": "13px",
@@ -25016,7 +25687,7 @@ var mainvue_type_template_id_e09d3650_render = function () {
25016
25687
  click: function ($event) {
25017
25688
  item.event === "sub"
25018
25689
  ? _vm.subProcess()
25019
- : _vm.saveInfo()
25690
+ : _vm.saveInfo(false, item)
25020
25691
  },
25021
25692
  },
25022
25693
  },
@@ -25344,11 +26015,11 @@ var mainvue_type_template_id_e09d3650_render = function () {
25344
26015
  1
25345
26016
  )
25346
26017
  }
25347
- var mainvue_type_template_id_e09d3650_staticRenderFns = []
25348
- mainvue_type_template_id_e09d3650_render._withStripped = true
26018
+ var mainvue_type_template_id_1cd64e1e_staticRenderFns = []
26019
+ mainvue_type_template_id_1cd64e1e_render._withStripped = true
25349
26020
 
25350
26021
 
25351
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e09d3650&
26022
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1cd64e1e&
25352
26023
 
25353
26024
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7caa8c4c&
25354
26025
  var CommonOpinionsvue_type_template_id_7caa8c4c_render = function () {
@@ -25890,7 +26561,7 @@ formvue_type_template_id_c3a13696_render._withStripped = true
25890
26561
 
25891
26562
  this.loading = true;
25892
26563
  utils_util["a" /* default */].ajax({
25893
- url: id ? api["o" /* editCommonOpion */] : api["a" /* addCommonOpion */],
26564
+ url: id ? api["p" /* editCommonOpion */] : api["a" /* addCommonOpion */],
25894
26565
  params: { id: id }
25895
26566
  }).then(function (res) {
25896
26567
  var status = res.status,
@@ -26209,7 +26880,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
26209
26880
  }
26210
26881
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
26211
26882
  utils_util["a" /* default */].ajax({
26212
- url: data.id ? api["Kb" /* updateCommonOpinion */] : api["eb" /* saveCommonOpinion */],
26883
+ url: data.id ? api["Lb" /* updateCommonOpinion */] : api["fb" /* saveCommonOpinion */],
26213
26884
  data: info,
26214
26885
  header: { 'Content-Type': 'multipart/form-data' },
26215
26886
  method: 'post'
@@ -27052,7 +27723,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
27052
27723
  newNextUser: [],
27053
27724
  newOptions: [],
27054
27725
  newSelectUserList: [],
27055
- url: api["L" /* handleInfo */],
27726
+ url: api["M" /* handleInfo */],
27056
27727
  newCheckboxList: [],
27057
27728
  newPresetEdit: 0,
27058
27729
  newMultiple: false,
@@ -27169,7 +27840,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
27169
27840
  if (query !== '') {
27170
27841
  this.searchLoading = true;
27171
27842
  utils_util["a" /* default */].ajax({
27172
- url: api["L" /* handleInfo */],
27843
+ url: api["M" /* handleInfo */],
27173
27844
  params: { searchKey: query, query: query, type: 'user' }
27174
27845
  }).then(function (res) {
27175
27846
  var status = res.status,
@@ -27569,7 +28240,7 @@ var CustomPresetvue_type_script_lang_js_components;
27569
28240
  nextNodeId: nodeId,
27570
28241
  businessId: this.id
27571
28242
  };
27572
- utils_util["a" /* default */].ajax({ url: api["B" /* getNodeInfo */], params: params }).then(function (res) {
28243
+ utils_util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
27573
28244
  var status = res.status,
27574
28245
  message = res.message,
27575
28246
  _res$data = res.data,
@@ -27666,7 +28337,7 @@ var CustomPresetvue_type_script_lang_js_components;
27666
28337
 
27667
28338
  isNoStart && (this.newPresetList = []);
27668
28339
  var params = {
27669
- url: api["E" /* getPresetCustomInfo */],
28340
+ url: api["F" /* getPresetCustomInfo */],
27670
28341
  params: {
27671
28342
  nodeId: nodeId,
27672
28343
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -28013,7 +28684,7 @@ var Presetvue_type_script_lang_js_components;
28013
28684
  nodeId = this.nodeId;
28014
28685
 
28015
28686
  var params = {
28016
- url: api["F" /* getPresetNodeInfo */],
28687
+ url: api["G" /* getPresetNodeInfo */],
28017
28688
  params: {
28018
28689
  nextNodeId: nextNodeId,
28019
28690
  processDefinitionId: processDefinitionId,
@@ -28610,7 +29281,7 @@ var processFormvue_type_script_lang_js_components;
28610
29281
  var _this = this;
28611
29282
 
28612
29283
  utils_util["a" /* default */].ajax({
28613
- url: api["q" /* findCodeValues */],
29284
+ url: api["r" /* findCodeValues */],
28614
29285
  params: { ccCode: 'notification_type' }
28615
29286
  }).then(function (res) {
28616
29287
  var status = res.status,
@@ -28636,7 +29307,7 @@ var processFormvue_type_script_lang_js_components;
28636
29307
  nodeId: this.nextNode.nextNode,
28637
29308
  businessId: this.id
28638
29309
  };
28639
- utils_util["a" /* default */].ajax({ url: api["C" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
29310
+ utils_util["a" /* default */].ajax({ url: api["D" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
28640
29311
  if (res.status === 'success') {
28641
29312
  _this2.nextNode.noticeInfo = res.message;
28642
29313
  }
@@ -28706,7 +29377,7 @@ var processFormvue_type_script_lang_js_components;
28706
29377
  opinion: newOpinion
28707
29378
  };
28708
29379
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
28709
- utils_util["a" /* default */].ajax({ url: api["cb" /* register */], method: 'post', data: params }).then(function (res) {
29380
+ utils_util["a" /* default */].ajax({ url: api["db" /* register */], method: 'post', data: params }).then(function (res) {
28710
29381
  var status = res.status,
28711
29382
  message = res.message;
28712
29383
 
@@ -28736,7 +29407,7 @@ var processFormvue_type_script_lang_js_components;
28736
29407
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
28737
29408
  businessId: this.id
28738
29409
  };
28739
- utils_util["a" /* default */].ajax({ url: api["B" /* getNodeInfo */], params: params }).then(function (res) {
29410
+ utils_util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
28740
29411
  var status = res.status,
28741
29412
  message = res.message,
28742
29413
  _res$data = res.data,
@@ -28823,7 +29494,7 @@ var processFormvue_type_script_lang_js_components;
28823
29494
  var _this5 = this;
28824
29495
 
28825
29496
  utils_util["a" /* default */].ajax({
28826
- url: api["s" /* findSysCodes */]
29497
+ url: api["t" /* findSysCodes */]
28827
29498
  }).then(function (res) {
28828
29499
  var status = res.status,
28829
29500
  message = res.message;
@@ -28892,7 +29563,7 @@ var processFormvue_type_script_lang_js_components;
28892
29563
  businessId: this.businessId
28893
29564
  };
28894
29565
  // 获取节点
28895
- utils_util["a" /* default */].ajax({ url: api["xb" /* toStartFlow */], params: params }).then(function (res) {
29566
+ utils_util["a" /* default */].ajax({ url: api["yb" /* toStartFlow */], params: params }).then(function (res) {
28896
29567
  //pc接口返回数据处理
28897
29568
  var status = res.status,
28898
29569
  message = res.message,
@@ -29485,7 +30156,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
29485
30156
  notificationType = _sendInfo.notificationType;
29486
30157
 
29487
30158
  var params = {
29488
- url: api["ib" /* sendMsg */],
30159
+ url: api["jb" /* sendMsg */],
29489
30160
  headers: { Accept: 'application/json,text/plain' },
29490
30161
  method: 'post',
29491
30162
  data: {
@@ -29547,7 +30218,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
29547
30218
 
29548
30219
  this.loading = true;
29549
30220
  utils_util["a" /* default */].ajax({
29550
- url: api["wb" /* toSendMsg */],
30221
+ url: api["xb" /* toSendMsg */],
29551
30222
  params: { pendingId: this.$attrs.pendingId }
29552
30223
  }).then(function (res) {
29553
30224
  var status = res.status,
@@ -30325,7 +30996,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30325
30996
  var _this = this;
30326
30997
 
30327
30998
  utils_util["a" /* default */].ajax({
30328
- url: api["q" /* findCodeValues */],
30999
+ url: api["r" /* findCodeValues */],
30329
31000
  params: { ccCode: 'notification_type' }
30330
31001
  }).then(function (res) {
30331
31002
  var status = res.status,
@@ -30362,7 +31033,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30362
31033
  userId: utils_util["a" /* default */].getStorage('userId'),
30363
31034
  nextNodeId: _this2.nextNode.nextNodeId
30364
31035
  };
30365
- utils_util["a" /* default */].ajax({ url: api["nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
31036
+ utils_util["a" /* default */].ajax({ url: api["ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
30366
31037
  var status = res.status,
30367
31038
  message = res.message;
30368
31039
 
@@ -30393,7 +31064,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30393
31064
  var _this3 = this;
30394
31065
 
30395
31066
  utils_util["a" /* default */].ajax({
30396
- url: api["s" /* findSysCodes */]
31067
+ url: api["t" /* findSysCodes */]
30397
31068
  }).then(function (res) {
30398
31069
  var status = res.status,
30399
31070
  message = res.message;
@@ -30417,7 +31088,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30417
31088
  isSinglePage: false,
30418
31089
  opinion: this.option
30419
31090
  };
30420
- utils_util["a" /* default */].ajax({ url: api["Ab" /* toTaskRejectHtml */], params: params }).then(function (res) {
31091
+ utils_util["a" /* default */].ajax({ url: api["Bb" /* toTaskRejectHtml */], params: params }).then(function (res) {
30421
31092
  var status = res.status,
30422
31093
  message = res.message,
30423
31094
  _res$data = res.data,
@@ -31089,7 +31760,7 @@ var startTaskReadvue_type_script_lang_js_components;
31089
31760
  taskExamine = this.taskExamine;
31090
31761
 
31091
31762
  var params = {
31092
- url: api["Eb" /* toTaskTransferIndex */],
31763
+ url: api["Fb" /* toTaskTransferIndex */],
31093
31764
  params: {
31094
31765
  opinion: opinion,
31095
31766
  pendingId: pendingId,
@@ -31214,7 +31885,7 @@ var startTaskReadvue_type_script_lang_js_components;
31214
31885
  var _this3 = this;
31215
31886
 
31216
31887
  var params = {
31217
- url: api["yb" /* toStartTaskRead */],
31888
+ url: api["zb" /* toStartTaskRead */],
31218
31889
  params: { pendingId: this.pendingId, taskAction: this.type }
31219
31890
  };
31220
31891
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -31253,7 +31924,7 @@ var startTaskReadvue_type_script_lang_js_components;
31253
31924
  var _this5 = this;
31254
31925
 
31255
31926
  utils_util["a" /* default */].ajax({
31256
- url: api["q" /* findCodeValues */],
31927
+ url: api["r" /* findCodeValues */],
31257
31928
  params: { ccCode: 'notification_type' }
31258
31929
  }).then(function (res) {
31259
31930
  var status = res.status,
@@ -31284,7 +31955,7 @@ var startTaskReadvue_type_script_lang_js_components;
31284
31955
  multiple = this.multiple;
31285
31956
 
31286
31957
  var params = {
31287
- url: api["rb" /* taskTransfer */],
31958
+ url: api["sb" /* taskTransfer */],
31288
31959
  data: {
31289
31960
  choiceDeptId: choiceDeptId,
31290
31961
  choiceOrgId: choiceOrgId,
@@ -31371,7 +32042,7 @@ var startTaskReadvue_type_script_lang_js_components;
31371
32042
  !download && delete params.isDownload;
31372
32043
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
31373
32044
  utils_util["a" /* default */].ajax({
31374
- url: api["mb" /* taskReadHtml */],
32045
+ url: api["nb" /* taskReadHtml */],
31375
32046
  params: { taskAction: _this7.type },
31376
32047
  headers: { Accept: 'application/json,text/plain' },
31377
32048
  method: 'post',
@@ -31408,7 +32079,7 @@ var startTaskReadvue_type_script_lang_js_components;
31408
32079
 
31409
32080
  this.loading = true;
31410
32081
  utils_util["a" /* default */].ajax({
31411
- url: api["s" /* findSysCodes */]
32082
+ url: api["t" /* findSysCodes */]
31412
32083
  }).then(function (res) {
31413
32084
  var status = res.status,
31414
32085
  message = res.message;
@@ -31863,7 +32534,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
31863
32534
  pendingId = this.pendingId;
31864
32535
 
31865
32536
  var params = {
31866
- url: api["ob" /* taskReview */],
32537
+ url: api["pb" /* taskReview */],
31867
32538
  data: {
31868
32539
  nextUserId: nextOtherOrgObj,
31869
32540
  notificationType: noticeType.join(','),
@@ -31899,7 +32570,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
31899
32570
  var _this2 = this;
31900
32571
 
31901
32572
  var params = {
31902
- url: api["Bb" /* toTaskReview */],
32573
+ url: api["Cb" /* toTaskReview */],
31903
32574
  params: { pendingId: this.pendingId }
31904
32575
  };
31905
32576
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -31934,7 +32605,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
31934
32605
  var _this3 = this;
31935
32606
 
31936
32607
  var params = {
31937
- url: this.type == 'takeAdvice' ? api["Db" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Cb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Gb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Hb" /* toTwoOfficesDispatch */] : api["Fb" /* toTaskUnionExamine */],
32608
+ 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 */],
31938
32609
  params: { pendingId: this.pendingId },
31939
32610
  headers: { Accept: 'application/json,text/plain' }
31940
32611
  };
@@ -32028,7 +32699,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32028
32699
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
32029
32700
  // return this.$message.warning('暂未开放,敬请期待!');
32030
32701
  var param = {
32031
- url: this.type === 'startDraf' ? api["pb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["tb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Jb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["qb" /* taskTakeAdvice */] : api["sb" /* taskUnionExamine */],
32702
+ 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 */],
32032
32703
  data: {
32033
32704
  opinion: opinion,
32034
32705
  pendingId: pendingId,
@@ -32084,7 +32755,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32084
32755
  var _this5 = this;
32085
32756
 
32086
32757
  utils_util["a" /* default */].ajax({
32087
- url: api["q" /* findCodeValues */],
32758
+ url: api["r" /* findCodeValues */],
32088
32759
  params: { ccCode: 'notification_type' }
32089
32760
  }).then(function (res) {
32090
32761
  var status = res.status,
@@ -32109,7 +32780,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32109
32780
  var params = {
32110
32781
  pendingId: this.pendingId
32111
32782
  };
32112
- utils_util["a" /* default */].ajax({ url: api["C" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32783
+ utils_util["a" /* default */].ajax({ url: api["D" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32113
32784
  if (res.status === 'success') {
32114
32785
  _this6.infoList.noticeInfo = res.message;
32115
32786
  }
@@ -32125,7 +32796,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32125
32796
  var _this7 = this;
32126
32797
 
32127
32798
  utils_util["a" /* default */].ajax({
32128
- url: api["s" /* findSysCodes */]
32799
+ url: api["t" /* findSysCodes */]
32129
32800
  }).then(function (res) {
32130
32801
  var status = res.status,
32131
32802
  message = res.message;
@@ -32709,8 +33380,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
32709
33380
  //
32710
33381
  //
32711
33382
  //
32712
- //
32713
- //
32714
33383
 
32715
33384
 
32716
33385
 
@@ -32955,7 +33624,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
32955
33624
  var _this = this;
32956
33625
 
32957
33626
  var params = {
32958
- url: api["u" /* getAdjunctFileInfos */],
33627
+ url: api["v" /* getAdjunctFileInfos */],
32959
33628
  params: { ownId: ownId, code: code }
32960
33629
  };
32961
33630
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -33038,7 +33707,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33038
33707
  opinion: _this2.value
33039
33708
  };
33040
33709
  utils_util["a" /* default */].ajax({
33041
- url: api["mb" /* taskReadHtml */],
33710
+ url: api["nb" /* taskReadHtml */],
33042
33711
  params: { taskAction: 'complete' },
33043
33712
  headers: { Accept: 'application/json,text/plain' },
33044
33713
  method: 'post',
@@ -33068,7 +33737,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33068
33737
 
33069
33738
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
33070
33739
  utils_util["a" /* default */].ajax({
33071
- url: api["zb" /* toStartTaskReadIndex */],
33740
+ url: api["Ab" /* toStartTaskReadIndex */],
33072
33741
  params: { pendingId: this.pendingId }
33073
33742
  }).then(function (res) {
33074
33743
  var status = res.status,
@@ -33102,7 +33771,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33102
33771
  if (mainConfig) {
33103
33772
  this.userModel = JSON.parse(mainConfig).userModel;
33104
33773
  } else {
33105
- utils_util["a" /* default */].ajax({ url: api["S" /* loginUserInfo */] }).then(function (res) {
33774
+ utils_util["a" /* default */].ajax({ url: api["T" /* loginUserInfo */] }).then(function (res) {
33106
33775
  var status = res.status,
33107
33776
  data = res.data;
33108
33777
 
@@ -33137,7 +33806,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33137
33806
  var _this5 = this;
33138
33807
 
33139
33808
  utils_util["a" /* default */].ajax({
33140
- url: api["q" /* findCodeValues */],
33809
+ url: api["r" /* findCodeValues */],
33141
33810
  params: { ccCode: 'notification_type' }
33142
33811
  }).then(function (res) {
33143
33812
  var status = res.status,
@@ -33159,13 +33828,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33159
33828
  * @author liufan
33160
33829
  * @date 2022年9月9日
33161
33830
  **/
33162
- saveInfo: function saveInfo(type) {
33831
+ saveInfo: function saveInfo(type, btn) {
33163
33832
  var _this6 = this;
33164
33833
 
33165
33834
  if (this.isFlow) {
33166
33835
  if (!type) {
33167
- if (this.beforeSubmit != undefined) {
33168
- this.beforeSubmit(0).then(function (next) {
33836
+ if (btn.before) {
33837
+ btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
33838
+ _this6.$emit('save', _this6.businessIds);
33839
+ }).catch(function (e) {});
33840
+ } else if (this.beforeSubmit != undefined) {
33841
+ this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
33169
33842
  _this6.$emit('save', _this6.businessIds);
33170
33843
  }).catch(function (e) {});
33171
33844
  } else {
@@ -33173,10 +33846,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33173
33846
  }
33174
33847
  }
33175
33848
  } else {
33176
- if (this.beforeSubmit == undefined && !type) {
33849
+ if (btn.before && !type) {
33850
+ btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
33851
+ _this6.saveFlowInfo();
33852
+ }).catch(function (e) {});
33853
+ } else if (this.beforeSubmit == undefined && !type) {
33177
33854
  this.subFun(this.saveFlowInfo);
33178
33855
  } else if (!type && this.beforeSubmit != undefined) {
33179
- this.beforeSubmit(2).then(function (next) {
33856
+ this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
33180
33857
  _this6.saveFlowInfo();
33181
33858
  }).catch(function (e) {});
33182
33859
  } else {
@@ -33192,7 +33869,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33192
33869
  pendingId: this.pendingId
33193
33870
  };
33194
33871
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
33195
- utils_util["a" /* default */].ajax({ url: api["ub" /* tempSave */], params: params }).then(function (res) {
33872
+ utils_util["a" /* default */].ajax({ url: api["vb" /* tempSave */], params: params }).then(function (res) {
33196
33873
  var status = res.status,
33197
33874
  message = res.message;
33198
33875
 
@@ -33248,7 +33925,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33248
33925
  var _this8 = this;
33249
33926
 
33250
33927
  utils_util["a" /* default */].ajax({
33251
- url: api["s" /* findSysCodes */]
33928
+ url: api["t" /* findSysCodes */]
33252
33929
  }).then(function (res) {
33253
33930
  var status = res.status,
33254
33931
  message = res.message;
@@ -33275,7 +33952,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33275
33952
 
33276
33953
  this.$confirm('确认' + res.value + '?').then(function () {
33277
33954
  var params = {
33278
- url: api["p" /* endFlowHtml */],
33955
+ url: api["q" /* endFlowHtml */],
33279
33956
  headers: { Accept: 'application/json,text/plain' },
33280
33957
  method: 'post',
33281
33958
  data: flow_src_mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
@@ -33402,7 +34079,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33402
34079
  var _this10 = this;
33403
34080
 
33404
34081
  var params = {
33405
- url: api["R" /* isCanStartSubFlow */],
34082
+ url: api["S" /* isCanStartSubFlow */],
33406
34083
  params: {
33407
34084
  appId: this.taskExamineInfo.appId,
33408
34085
  inevitableNode: res.inevitableNode
@@ -33473,7 +34150,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33473
34150
  this.$confirm('确认' + res.value + '?').then(function () {
33474
34151
  if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
33475
34152
  var params = {
33476
- url: api["db" /* rejectAndEnd */],
34153
+ url: api["eb" /* rejectAndEnd */],
33477
34154
  headers: { Accept: 'application/json,text/plain' },
33478
34155
  method: 'post',
33479
34156
  params: {
@@ -33536,7 +34213,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33536
34213
  pendingId: this.pendingId,
33537
34214
  businessId: this.businessIds
33538
34215
  };
33539
- utils_util["a" /* default */].ajax({ url: api["B" /* getNodeInfo */], params: params }).then(function (res) {
34216
+ utils_util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
33540
34217
  var status = res.status,
33541
34218
  message = res.message,
33542
34219
  data = res.data;
@@ -33710,7 +34387,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33710
34387
  pendingId: this.pendingId,
33711
34388
  userId: utils_util["a" /* default */].getStorage('userId')
33712
34389
  };
33713
- utils_util["a" /* default */].ajax({ url: api["y" /* getHandleInfoHtml */], params: params }).then(function (res) {
34390
+ utils_util["a" /* default */].ajax({ url: api["z" /* getHandleInfoHtml */], params: params }).then(function (res) {
33714
34391
  //pc返回数据
33715
34392
  var status = res.status,
33716
34393
  message = res.message,
@@ -33946,7 +34623,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33946
34623
  // onlyFlag: true
33947
34624
  };
33948
34625
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
33949
- utils_util["a" /* default */].ajax({ url: api["G" /* getProcessDefList */], params: params }).then(function (res) {
34626
+ utils_util["a" /* default */].ajax({ url: api["H" /* getProcessDefList */], params: params }).then(function (res) {
33950
34627
  var status = res.status,
33951
34628
  message = res.message,
33952
34629
  data = res.data;
@@ -33991,7 +34668,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33991
34668
  userId: utils_util["a" /* default */].getStorage('userId'),
33992
34669
  type: 2
33993
34670
  };
33994
- utils_util["a" /* default */].ajax({ url: api["W" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
34671
+ utils_util["a" /* default */].ajax({ url: api["X" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
33995
34672
  var rCode = res.rCode,
33996
34673
  msg = res.msg,
33997
34674
  results = res.results;
@@ -34194,7 +34871,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34194
34871
  // this.value = this.value
34195
34872
  // }
34196
34873
  _this18.loading = utils_util["a" /* default */].loading(_this18.$loading, '提交中...');
34197
- utils_util["a" /* default */].ajax({ url: api["lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
34874
+ utils_util["a" /* default */].ajax({ url: api["mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
34198
34875
  var status = res.status,
34199
34876
  message = res.message;
34200
34877
 
@@ -34245,8 +34922,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34245
34922
 
34246
34923
  var flow_src_main_component = normalizeComponent(
34247
34924
  packages_flow_src_mainvue_type_script_lang_js_,
34248
- mainvue_type_template_id_e09d3650_render,
34249
- mainvue_type_template_id_e09d3650_staticRenderFns,
34925
+ mainvue_type_template_id_1cd64e1e_render,
34926
+ mainvue_type_template_id_1cd64e1e_staticRenderFns,
34250
34927
  false,
34251
34928
  null,
34252
34929
  null,
@@ -34263,8 +34940,8 @@ flow_src_main.install = function (Vue) {
34263
34940
  };
34264
34941
 
34265
34942
  /* harmony default export */ var packages_flow = (flow_src_main);
34266
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=0723dbaa&
34267
- var mainvue_type_template_id_0723dbaa_render = function () {
34943
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=632c037a&
34944
+ var mainvue_type_template_id_632c037a_render = function () {
34268
34945
  var _vm = this
34269
34946
  var _h = _vm.$createElement
34270
34947
  var _c = _vm._self._c || _h
@@ -34389,6 +35066,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34389
35066
  String(
34390
35067
  indexs
34391
35068
  ),
35069
+ zoom: _vm.zoom,
34392
35070
  },
34393
35071
  },
34394
35072
  "es-data-table",
@@ -34517,6 +35195,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34517
35195
  attrs: {
34518
35196
  appId:
34519
35197
  _vm.taskExamineAppId,
35198
+ zoom: _vm.zoom,
34520
35199
  display:
34521
35200
  _vm.activeName ===
34522
35201
  String(
@@ -34641,6 +35320,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34641
35320
  model: item.model,
34642
35321
  businessId:
34643
35322
  _vm.businessId,
35323
+ zoom: _vm.zoom,
34644
35324
  },
34645
35325
  on: {
34646
35326
  "update:businessId":
@@ -34699,6 +35379,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34699
35379
  attrs: {
34700
35380
  appId:
34701
35381
  _vm.taskExamineAppId,
35382
+ zoom: _vm.zoom,
34702
35383
  display:
34703
35384
  _vm.activeName ===
34704
35385
  String(indexs),
@@ -34828,6 +35509,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34828
35509
  attrs: {
34829
35510
  appId:
34830
35511
  _vm.taskExamineAppId,
35512
+ zoom: _vm.zoom,
34831
35513
  display:
34832
35514
  _vm.activeName ===
34833
35515
  String(indexs),
@@ -34974,6 +35656,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34974
35656
  attrs: {
34975
35657
  "show-button": false,
34976
35658
  full: "",
35659
+ zoom: _vm.zoom,
34977
35660
  autoId: true,
34978
35661
  businessId: _vm.businessId,
34979
35662
  closeDialog: false,
@@ -35033,6 +35716,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
35033
35716
  },
35034
35717
  attrs: {
35035
35718
  appId: _vm.taskExamineAppId,
35719
+ zoom: _vm.zoom,
35036
35720
  display:
35037
35721
  _vm.activeName ===
35038
35722
  String(indexs),
@@ -35155,6 +35839,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
35155
35839
  {
35156
35840
  attrs: {
35157
35841
  appId: _vm.taskExamineAppId,
35842
+ zoom: _vm.zoom,
35158
35843
  display:
35159
35844
  _vm.activeName ===
35160
35845
  String(indexs),
@@ -35274,11 +35959,11 @@ var mainvue_type_template_id_0723dbaa_render = function () {
35274
35959
  1
35275
35960
  )
35276
35961
  }
35277
- var mainvue_type_template_id_0723dbaa_staticRenderFns = []
35278
- mainvue_type_template_id_0723dbaa_render._withStripped = true
35962
+ var mainvue_type_template_id_632c037a_staticRenderFns = []
35963
+ mainvue_type_template_id_632c037a_render._withStripped = true
35279
35964
 
35280
35965
 
35281
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=0723dbaa&
35966
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=632c037a&
35282
35967
 
35283
35968
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
35284
35969
  //
@@ -35649,6 +36334,14 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35649
36334
  //
35650
36335
  //
35651
36336
  //
36337
+ //
36338
+ //
36339
+ //
36340
+ //
36341
+ //
36342
+ //
36343
+ //
36344
+ //
35652
36345
 
35653
36346
 
35654
36347
  /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
@@ -35685,7 +36378,8 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35685
36378
  type: Boolean,
35686
36379
  default: true
35687
36380
  },
35688
- appId: String
36381
+ appId: String,
36382
+ zoom: false
35689
36383
  },
35690
36384
  data: function data() {
35691
36385
  return {
@@ -35767,12 +36461,12 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35767
36461
  }
35768
36462
  });
35769
36463
  },
35770
- handleSubmit: function handleSubmit() {
36464
+ handleSubmit: function handleSubmit(res) {
35771
36465
  var esFlowForm = this.$refs.esFlowForm;
35772
36466
  if (Array.isArray(esFlowForm)) {
35773
36467
  esFlowForm = esFlowForm[0];
35774
36468
  }
35775
- return esFlowForm.submitData(undefined, false);
36469
+ return esFlowForm.submitData(undefined, false, {}, res);
35776
36470
  },
35777
36471
  handleTaskRead: function handleTaskRead(res) {
35778
36472
  if (res.data.taskExamine && res.data.taskExamine.appId) {
@@ -35819,8 +36513,8 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35819
36513
 
35820
36514
  var flow_group_src_main_component = normalizeComponent(
35821
36515
  packages_flow_group_src_mainvue_type_script_lang_js_,
35822
- mainvue_type_template_id_0723dbaa_render,
35823
- mainvue_type_template_id_0723dbaa_staticRenderFns,
36516
+ mainvue_type_template_id_632c037a_render,
36517
+ mainvue_type_template_id_632c037a_staticRenderFns,
35824
36518
  false,
35825
36519
  null,
35826
36520
  null,
@@ -36841,7 +37535,7 @@ var flow_tablevue_type_script_lang_js_components;
36841
37535
 
36842
37536
  this.pressLoading = true;
36843
37537
  var params = {
36844
- url: api["Y" /* pressListJson */],
37538
+ url: api["Z" /* pressListJson */],
36845
37539
  params: { historyId: historyId },
36846
37540
  method: 'POST',
36847
37541
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
@@ -37166,7 +37860,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
37166
37860
  var _this3 = this;
37167
37861
 
37168
37862
  var params = {
37169
- url: api["X" /* pendedhistoryListJson */],
37863
+ url: api["Y" /* pendedhistoryListJson */],
37170
37864
  params: {
37171
37865
  apprecordid: this.businessId,
37172
37866
  pendingAttr: 0,
@@ -37286,7 +37980,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
37286
37980
  var _this5 = this;
37287
37981
 
37288
37982
  var params = {
37289
- url: api["q" /* findCodeValues */],
37983
+ url: api["r" /* findCodeValues */],
37290
37984
  params: { ccCode: code }
37291
37985
  };
37292
37986
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -37312,7 +38006,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
37312
38006
  var _this6 = this;
37313
38007
 
37314
38008
  var param = {
37315
- url: api["vb" /* toPresetInfoListIndex */],
38009
+ url: api["wb" /* toPresetInfoListIndex */],
37316
38010
  params: { apprecordid: this.businessId }
37317
38011
  };
37318
38012
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -37547,7 +38241,7 @@ mainvue_type_template_id_2c792e83_render._withStripped = true
37547
38241
 
37548
38242
  if (this.job.id !== item.id) {
37549
38243
  this.job = item;
37550
- utils_util["a" /* default */].ajax({ url: api["jb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
38244
+ utils_util["a" /* default */].ajax({ url: api["kb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
37551
38245
  if (res.rCode == 0) {
37552
38246
  utils_util["a" /* default */].setStorage({
37553
38247
  type: _this.storage,
@@ -38036,7 +38730,7 @@ mainvue_type_template_id_45008084_render._withStripped = true
38036
38730
  cancelButtonText: '取消',
38037
38731
  type: 'warning'
38038
38732
  }).then(function () {
38039
- utils_util["a" /* default */].ajax({ method: 'post', url: api["T" /* logout */] }).then(function (res) {
38733
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["U" /* logout */] }).then(function (res) {
38040
38734
  if (res.rCode == 0) {
38041
38735
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig']);
38042
38736
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -38700,8 +39394,8 @@ label_src_main.install = function (Vue) {
38700
39394
  };
38701
39395
 
38702
39396
  /* harmony default export */ var packages_label = (label_src_main);
38703
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=88b0610e&
38704
- var mainvue_type_template_id_88b0610e_render = function () {
39397
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=51ac81ed&
39398
+ var mainvue_type_template_id_51ac81ed_render = function () {
38705
39399
  var _vm = this
38706
39400
  var _h = _vm.$createElement
38707
39401
  var _c = _vm._self._c || _h
@@ -39488,16 +40182,17 @@ var mainvue_type_template_id_88b0610e_render = function () {
39488
40182
  [_c("es-clients", _vm._b({}, "es-clients", _vm.download, false))],
39489
40183
  1
39490
40184
  ),
40185
+ _vm._t("calogin"),
39491
40186
  ],
39492
40187
  2
39493
40188
  )
39494
40189
  : _vm._e()
39495
40190
  }
39496
- var mainvue_type_template_id_88b0610e_staticRenderFns = []
39497
- mainvue_type_template_id_88b0610e_render._withStripped = true
40191
+ var mainvue_type_template_id_51ac81ed_staticRenderFns = []
40192
+ mainvue_type_template_id_51ac81ed_render._withStripped = true
39498
40193
 
39499
40194
 
39500
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=88b0610e&
40195
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=51ac81ed&
39501
40196
 
39502
40197
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=669156c6&
39503
40198
  var resetPasswordvue_type_template_id_669156c6_render = function () {
@@ -39740,7 +40435,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
39740
40435
  var _this = this;
39741
40436
 
39742
40437
  utils_util["a" /* default */].ajax({
39743
- url: api["P" /* initModifyPassword */]
40438
+ url: api["Q" /* initModifyPassword */]
39744
40439
  }).then(function (res) {
39745
40440
  if (res.rCode === 0) {
39746
40441
  var results = JSON.parse(JSON.stringify(res.results));
@@ -39800,7 +40495,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
39800
40495
  var _this3 = this;
39801
40496
 
39802
40497
  utils_util["a" /* default */].ajax({
39803
- url: api["A" /* getModifyPassCode */],
40498
+ url: api["B" /* getModifyPassCode */],
39804
40499
  params: params
39805
40500
  }).then(function (res) {
39806
40501
  if (res.rCode === 0) {
@@ -40194,6 +40889,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40194
40889
  //
40195
40890
  //
40196
40891
  //
40892
+ //
40197
40893
 
40198
40894
 
40199
40895
 
@@ -40210,7 +40906,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40210
40906
  //初始登录配置接口地址
40211
40907
  initLogin: {
40212
40908
  type: String,
40213
- default: api["O" /* initLogin */]
40909
+ default: api["P" /* initLogin */]
40214
40910
  },
40215
40911
  title: {
40216
40912
  type: String,
@@ -40282,12 +40978,17 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40282
40978
  //账号登录接口地址
40283
40979
  action: {
40284
40980
  type: String,
40285
- default: api["l" /* doUserLogin */]
40981
+ default: api["m" /* doUserLogin */]
40982
+ },
40983
+ //ca登录地址
40984
+ caAction: {
40985
+ type: String,
40986
+ default: api["j" /* doCaLogin */]
40286
40987
  },
40287
40988
  //扫码登录接口地址
40288
40989
  scanAction: {
40289
40990
  type: String,
40290
- default: api["k" /* doQrLogin */]
40991
+ default: api["l" /* doQrLogin */]
40291
40992
  },
40292
40993
  //图片验证码接口地址
40293
40994
  codeAction: {
@@ -40296,15 +40997,15 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40296
40997
  },
40297
40998
  getLoginCode: {
40298
40999
  type: String,
40299
- default: api["z" /* getLoginCode */]
41000
+ default: api["A" /* getLoginCode */]
40300
41001
  },
40301
41002
  doCodeLogin: {
40302
41003
  type: String,
40303
- default: api["j" /* doCodeLogin */]
41004
+ default: api["k" /* doCodeLogin */]
40304
41005
  },
40305
41006
  doWechatQrLogin: {
40306
41007
  type: String,
40307
- default: api["m" /* doWechatQrLogin */]
41008
+ default: api["n" /* doWechatQrLogin */]
40308
41009
  },
40309
41010
  imgCode: {
40310
41011
  type: [Boolean, Object],
@@ -40416,21 +41117,21 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40416
41117
  iconfonts: function iconfonts() {
40417
41118
  var types = this.loginType.split(',');
40418
41119
  return types.length > 2 ? {
40419
- '0': { type: '0', icon: 'es-icon-shuru', name: '账号登录' },
40420
- '1': { type: '1', icon: 'es-icon-usb-key', name: '证书登录' },
40421
- '3': { type: '3', icon: 'es-icon-saoma', name: '扫码登录' },
40422
- '6': { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
40423
- '7': { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
40424
- '9': { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
40425
- '11': { type: '11', icon: 'es-icon-youxiang', name: '邮箱登录' }
41120
+ 0: { type: '0', icon: 'es-icon-shuru', name: '账号登录' },
41121
+ 1: { type: '1', icon: 'es-icon-usb-key', name: '证书登录' },
41122
+ 3: { type: '3', icon: 'es-icon-saoma', name: '扫码登录' },
41123
+ 6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
41124
+ 7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
41125
+ 9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
41126
+ 11: { type: '11', icon: 'es-icon-youxiang', name: '邮箱登录' }
40426
41127
  } : {
40427
- '0': { type: '0', icon: 'es-icon-jianpan', name: '账号登录' },
40428
- '1': { type: '1', icon: 'es-icon-ca', name: '证书登录' },
40429
- '3': { type: '3', icon: 'es-icon-qrcode', name: '扫码登录' },
40430
- '6': { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
40431
- '7': { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
40432
- '9': { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
40433
- '11': {
41128
+ 0: { type: '0', icon: 'es-icon-jianpan', name: '账号登录' },
41129
+ 1: { type: '1', icon: 'es-icon-ca', name: '证书登录' },
41130
+ 3: { type: '3', icon: 'es-icon-qrcode', name: '扫码登录' },
41131
+ 6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
41132
+ 7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
41133
+ 9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
41134
+ 11: {
40434
41135
  type: '11',
40435
41136
  icon: 'es-icon-wodeyouxiang',
40436
41137
  name: '邮箱登录'
@@ -40671,9 +41372,11 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40671
41372
  switchLogin: function switchLogin(res) {
40672
41373
  //this.$refs.login && this.$refs.login.resetFields();
40673
41374
  this.$refs.login && this.$refs.login.clearValidate();
40674
-
40675
- this.active = res;
40676
- this.formData = JSON.parse(JSON.stringify(this.defaultModel));
41375
+ if (res != 1) {
41376
+ this.active = res;
41377
+ this.formData = JSON.parse(JSON.stringify(this.defaultModel));
41378
+ }
41379
+ this.$emit('change-type', res, this.identifyingId);
40677
41380
  },
40678
41381
  isShow: function isShow(res) {
40679
41382
  return this.loginType.indexOf(res) > -1;
@@ -40886,11 +41589,45 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40886
41589
  _this6.onError(res);
40887
41590
  }
40888
41591
  }).catch(function (err) {
41592
+ _this6.submit = false;
40889
41593
  if (err.message && err.message !== 'canceled') {
40890
41594
  _this6.$message.error(err.message);
40891
41595
  }
40892
41596
  });
40893
41597
  },
41598
+ caLogin: function caLogin(signedData) {
41599
+ var _this7 = this;
41600
+
41601
+ utils_util["a" /* default */].ajax({
41602
+ method: 'post',
41603
+ url: this.caAction,
41604
+ data: { identifyingId: this.identifyingId, signedData: signedData }
41605
+ }).then(function (res) {
41606
+ _this7.submit = false;
41607
+ if (res.rCode == 0) {
41608
+ var results = res.results;
41609
+ _this7.handleResults(results);
41610
+ if (_this7.onSuccess) {
41611
+ _this7.onSuccess(res);
41612
+ }
41613
+ } else {
41614
+ var msg = res.results && res.results.msg ? res.results.msg : res.msg;
41615
+ _this7.$message({
41616
+ message: msg || '系统错误,请联系管理员!',
41617
+ type: 'error',
41618
+ duration: 1500,
41619
+ onClose: function onClose() {
41620
+ _this7.getImgCode();
41621
+ }
41622
+ });
41623
+ _this7.onError(res);
41624
+ }
41625
+ }).catch(function (err) {
41626
+ if (err.message && err.message !== 'canceled') {
41627
+ _this7.$message.error(err.message);
41628
+ }
41629
+ });
41630
+ },
40894
41631
  handleForget: function handleForget() {
40895
41632
  if (typeof this.forget === 'string') {
40896
41633
  utils_util["a" /* default */].win.open(this.forgetUrl);
@@ -40904,18 +41641,18 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40904
41641
 
40905
41642
  //获取app登录信息
40906
41643
  loginInfo: function loginInfo(res) {
40907
- var _this7 = this;
41644
+ var _this8 = this;
40908
41645
 
40909
41646
  clearInterval(this.interval);
40910
41647
  if (res) {
40911
41648
  //this.modifyPasswordfun();
40912
41649
  this.interval = setInterval(function () {
40913
- _this7.initRequestLoginInfo();
41650
+ _this8.initRequestLoginInfo();
40914
41651
  }, 1000);
40915
41652
  }
40916
41653
  },
40917
41654
  initRequestLoginInfo: function initRequestLoginInfo() {
40918
- var _this8 = this;
41655
+ var _this9 = this;
40919
41656
 
40920
41657
  utils_util["a" /* default */].ajax({
40921
41658
  method: 'post',
@@ -40926,17 +41663,17 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40926
41663
  }).then(function (res) {
40927
41664
  if (res.rCode === 0) {
40928
41665
  var results = res.results;
40929
- _this8.handleResults(results, 3);
41666
+ _this9.handleResults(results, 3);
40930
41667
  }
40931
41668
  }).catch(function (err) {
40932
- clearInterval(_this8.interval);
41669
+ clearInterval(_this9.interval);
40933
41670
  if (err.message && err.message !== 'canceled') {
40934
- _this8.$message.error(err.message);
41671
+ _this9.$message.error(err.message);
40935
41672
  }
40936
41673
  });
40937
41674
  },
40938
41675
  handleResults: function handleResults(results, type) {
40939
- var _this9 = this;
41676
+ var _this10 = this;
40940
41677
 
40941
41678
  this.loginInfo(false);
40942
41679
  switch (results.statusCode) {
@@ -40958,15 +41695,15 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40958
41695
  type: 'success',
40959
41696
  duration: 1500,
40960
41697
  onClose: function onClose() {
40961
- if (_this9.toUrl) {
40962
- window.location.href = _this9.toUrl;
40963
- } else if (results.doorIndex && _this9.doorIndex) {
41698
+ if (_this10.toUrl) {
41699
+ window.location.href = _this10.toUrl;
41700
+ } else if (results.doorIndex && _this10.doorIndex) {
40964
41701
  window.location.href = results.doorIndex;
40965
41702
  } else {
40966
41703
  if (window.location.href.indexOf('login.html') > -1) {
40967
41704
  window.location.href = './main.html';
40968
41705
  } else {
40969
- _this9.$router.push({ name: 'main' });
41706
+ _this10.$router.push({ name: 'main' });
40970
41707
  }
40971
41708
  }
40972
41709
  utils_util["a" /* default */].removeStorage('timer');
@@ -40979,10 +41716,10 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40979
41716
  //cancelButtonText: '取消',
40980
41717
  type: 'warning'
40981
41718
  }).then(function () {
40982
- if (typeof _this9.forget === 'string') {
40983
- utils_util["a" /* default */].win.open(_this9.forgetUrl);
41719
+ if (typeof _this10.forget === 'string') {
41720
+ utils_util["a" /* default */].win.open(_this10.forgetUrl);
40984
41721
  } else {
40985
- _this9.showResetPassword = true;
41722
+ _this10.showResetPassword = true;
40986
41723
  }
40987
41724
  }).catch(function (e) {});
40988
41725
  break;
@@ -41014,13 +41751,13 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
41014
41751
  type: 'error',
41015
41752
  duration: 1500,
41016
41753
  onClose: function onClose() {
41017
- if (_this9.code) {
41754
+ if (_this10.code) {
41018
41755
  window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
41019
41756
  if (window.location.hash) {
41020
41757
  location.reload();
41021
41758
  }
41022
41759
  } else {
41023
- _this9.getImgCode();
41760
+ _this10.getImgCode();
41024
41761
  }
41025
41762
  }
41026
41763
  });
@@ -41049,8 +41786,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
41049
41786
 
41050
41787
  var login_src_main_component = normalizeComponent(
41051
41788
  packages_login_src_mainvue_type_script_lang_js_,
41052
- mainvue_type_template_id_88b0610e_render,
41053
- mainvue_type_template_id_88b0610e_staticRenderFns,
41789
+ mainvue_type_template_id_51ac81ed_render,
41790
+ mainvue_type_template_id_51ac81ed_staticRenderFns,
41054
41791
  false,
41055
41792
  null,
41056
41793
  null,
@@ -41067,8 +41804,8 @@ login_src_main.install = function (Vue) {
41067
41804
  };
41068
41805
 
41069
41806
  /* harmony default export */ var login = (login_src_main);
41070
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=136f1abe&
41071
- var mainvue_type_template_id_136f1abe_render = function () {
41807
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=24f96d2e&
41808
+ var mainvue_type_template_id_24f96d2e_render = function () {
41072
41809
  var _vm = this
41073
41810
  var _h = _vm.$createElement
41074
41811
  var _c = _vm._self._c || _h
@@ -41379,11 +42116,11 @@ var mainvue_type_template_id_136f1abe_render = function () {
41379
42116
  1
41380
42117
  )
41381
42118
  }
41382
- var mainvue_type_template_id_136f1abe_staticRenderFns = []
41383
- mainvue_type_template_id_136f1abe_render._withStripped = true
42119
+ var mainvue_type_template_id_24f96d2e_staticRenderFns = []
42120
+ mainvue_type_template_id_24f96d2e_render._withStripped = true
41384
42121
 
41385
42122
 
41386
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=136f1abe&
42123
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=24f96d2e&
41387
42124
 
41388
42125
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=d575fa30&
41389
42126
  var userinfovue_type_template_id_d575fa30_render = function () {
@@ -41622,7 +42359,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41622
42359
  var _this2 = this;
41623
42360
 
41624
42361
  utils_util["a" /* default */].ajax({
41625
- url: api["Q" /* initUserSet */]
42362
+ url: api["R" /* initUserSet */]
41626
42363
  }).then(function (res) {
41627
42364
  if (res.rCode === 0) {
41628
42365
  var results = JSON.parse(JSON.stringify(res.results));
@@ -41660,7 +42397,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41660
42397
  if (res.url) {
41661
42398
  url = res.url;
41662
42399
  } else {
41663
- url = api["n" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
42400
+ url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
41664
42401
  }
41665
42402
  this.$emit('change', 'userHeadUrl', url);
41666
42403
  },
@@ -41669,7 +42406,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41669
42406
 
41670
42407
  switch (type) {
41671
42408
  case 'job':
41672
- utils_util["a" /* default */].ajax({ url: api["jb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
42409
+ utils_util["a" /* default */].ajax({ url: api["kb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
41673
42410
  if (res.rCode == 0) {
41674
42411
  utils_util["a" /* default */].setStorage({
41675
42412
  type: _this3.storage,
@@ -41707,7 +42444,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41707
42444
  var _this4 = this;
41708
42445
 
41709
42446
  utils_util["a" /* default */].ajax({
41710
- url: api["Mb" /* updateUserInfo */],
42447
+ url: api["Nb" /* updateUserInfo */],
41711
42448
  params: {
41712
42449
  email: this.values.email,
41713
42450
  officeTel: this.values.officetel,
@@ -41746,7 +42483,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41746
42483
  var notify = _this4.values.notify.sort().join(',');
41747
42484
  if (notify != _this4.notify.split(',').sort().join(',')) {
41748
42485
  utils_util["a" /* default */].ajax({
41749
- url: api["Lb" /* updateUserCustomInfo */],
42486
+ url: api["Mb" /* updateUserCustomInfo */],
41750
42487
  params: {
41751
42488
  notify: notify
41752
42489
  }
@@ -42302,7 +43039,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
42302
43039
  if (this.pageNum <= this.pageCount) {
42303
43040
  this.loading = true;
42304
43041
  utils_util["a" /* default */].ajax({
42305
- url: api["kb" /* sysMsgPage */],
43042
+ url: api["lb" /* sysMsgPage */],
42306
43043
  params: {
42307
43044
  pageNum: reload ? 1 : this.pageNum,
42308
43045
  pageSize: this.pageSize
@@ -42335,7 +43072,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
42335
43072
  var _this2 = this;
42336
43073
 
42337
43074
  utils_util["a" /* default */].ajax({
42338
- url: api["N" /* ignoreSysMsg */],
43075
+ url: api["O" /* ignoreSysMsg */],
42339
43076
  params: {
42340
43077
  id: res.id
42341
43078
  }
@@ -42355,7 +43092,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
42355
43092
  var _this3 = this;
42356
43093
 
42357
43094
  utils_util["a" /* default */].ajax({
42358
- url: api["M" /* ignoreAllSysMsg */]
43095
+ url: api["N" /* ignoreAllSysMsg */]
42359
43096
  }).then(function (res) {
42360
43097
  _this3.count = 0;
42361
43098
  _this3.msgs = [];
@@ -42675,7 +43412,7 @@ noticevue_type_template_id_b4f91b8e_render._withStripped = true
42675
43412
  var _this = this;
42676
43413
 
42677
43414
  utils_util["a" /* default */].ajax({
42678
- url: api["M" /* ignoreAllSysMsg */]
43415
+ url: api["N" /* ignoreAllSysMsg */]
42679
43416
  }).then(function (res) {
42680
43417
  _this.count = 0;
42681
43418
  _this.msgs = [];
@@ -43013,7 +43750,7 @@ var log = utils_util["a" /* default */].getParams('console');
43013
43750
  //获取用户信息的接口
43014
43751
  mainConfig: {
43015
43752
  type: String,
43016
- default: api["U" /* mainConfig */]
43753
+ default: api["V" /* mainConfig */]
43017
43754
  },
43018
43755
  iframeId: {
43019
43756
  type: String,
@@ -43080,9 +43817,9 @@ var log = utils_util["a" /* default */].getParams('console');
43080
43817
  return this.menuUrl;
43081
43818
  }
43082
43819
  if (this.application) {
43083
- return api["x" /* getComplexApplicationsNew */];
43820
+ return api["y" /* getComplexApplicationsNew */];
43084
43821
  }
43085
- return api["w" /* getComplexApplications */];
43822
+ return api["x" /* getComplexApplications */];
43086
43823
  },
43087
43824
 
43088
43825
  //是否双列右侧菜单
@@ -43249,6 +43986,8 @@ var log = utils_util["a" /* default */].getParams('console');
43249
43986
  if (this.socket) {
43250
43987
  this.initWebSocket();
43251
43988
  }
43989
+ var sysLogoIco = sessionStorage.getItem('sysLogoIco');
43990
+ sysLogoIco && utils_util["a" /* default */].setFavicon(sysLogoIco);
43252
43991
  },
43253
43992
  mounted: function mounted() {
43254
43993
  utils_util["a" /* default */].win.reLogin = this.handleReLogin;
@@ -43297,7 +44036,7 @@ var log = utils_util["a" /* default */].getParams('console');
43297
44036
  return;
43298
44037
  }
43299
44038
  utils_util["a" /* default */].ajax({
43300
- url: api["Lb" /* updateUserCustomInfo */],
44039
+ url: api["Mb" /* updateUserCustomInfo */],
43301
44040
  params: { color: escape(color.toLowerCase()) },
43302
44041
  data: { color: escape(color.toLowerCase()) }
43303
44042
  }).then(function (res) {
@@ -43376,6 +44115,7 @@ var log = utils_util["a" /* default */].getParams('console');
43376
44115
  sessionStorage.setItem('useCaseCodes', results[i]);
43377
44116
  }
43378
44117
  if (i === 'sysLogoIco' && results[i]) {
44118
+ sessionStorage.setItem('sysLogoIco', results[i]);
43379
44119
  utils_util["a" /* default */].setFavicon(results[i]);
43380
44120
  }
43381
44121
  if (i === 'userStyle' && results[i].color) {
@@ -43918,7 +44658,6 @@ var log = utils_util["a" /* default */].getParams('console');
43918
44658
  handleJump: function handleJump(page, type, res) {
43919
44659
  var _this8 = this;
43920
44660
 
43921
- console.log(page);
43922
44661
  if (utils_util["a" /* default */].win.location.hash === page) {
43923
44662
  this.refresh = true;
43924
44663
  return;
@@ -44031,7 +44770,7 @@ var log = utils_util["a" /* default */].getParams('console');
44031
44770
  initWebSocket: function initWebSocket() {
44032
44771
  //初始化weosocket
44033
44772
  if (!this.websocket) {
44034
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Rb" /* wss */];
44773
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
44035
44774
  this.websocket = new external_sockjs_client_default.a(url);
44036
44775
  }
44037
44776
  this.client = external_stompjs_default.a.over(this.websocket);
@@ -44046,7 +44785,7 @@ var log = utils_util["a" /* default */].getParams('console');
44046
44785
  client.connect({}, function () {
44047
44786
  //localStorage.setItem("socket",true);
44048
44787
  //订阅服务端的
44049
- client.subscribe(api["Ib" /* topic */], function (response) {
44788
+ client.subscribe(api["Jb" /* topic */], function (response) {
44050
44789
  var res = JSON.parse(response.body);
44051
44790
  var data = res.data;
44052
44791
  for (var i in data) {
@@ -44187,8 +44926,8 @@ var log = utils_util["a" /* default */].getParams('console');
44187
44926
 
44188
44927
  var main_src_main_component = normalizeComponent(
44189
44928
  packages_main_src_mainvue_type_script_lang_js_,
44190
- mainvue_type_template_id_136f1abe_render,
44191
- mainvue_type_template_id_136f1abe_staticRenderFns,
44929
+ mainvue_type_template_id_24f96d2e_render,
44930
+ mainvue_type_template_id_24f96d2e_staticRenderFns,
44192
44931
  false,
44193
44932
  null,
44194
44933
  null,
@@ -44858,7 +45597,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44858
45597
  var _this2 = this;
44859
45598
 
44860
45599
  utils_util["a" /* default */].ajax({
44861
- url: api["Q" /* initUserSet */]
45600
+ url: api["R" /* initUserSet */]
44862
45601
  }).then(function (res) {
44863
45602
  if (res.rCode === 0) {
44864
45603
  var results = JSON.parse(JSON.stringify(res.results));
@@ -44896,7 +45635,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44896
45635
  if (res.url) {
44897
45636
  url = res.url;
44898
45637
  } else {
44899
- url = api["n" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
45638
+ url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
44900
45639
  }
44901
45640
  this.$emit('change', 'userHeadUrl', url);
44902
45641
  },
@@ -44905,7 +45644,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44905
45644
 
44906
45645
  switch (type) {
44907
45646
  case 'job':
44908
- utils_util["a" /* default */].ajax({ url: api["jb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
45647
+ utils_util["a" /* default */].ajax({ url: api["kb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
44909
45648
  if (res.rCode == 0) {
44910
45649
  utils_util["a" /* default */].setStorage({
44911
45650
  type: _this3.storage,
@@ -44943,7 +45682,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44943
45682
  var _this4 = this;
44944
45683
 
44945
45684
  utils_util["a" /* default */].ajax({
44946
- url: api["Mb" /* updateUserInfo */],
45685
+ url: api["Nb" /* updateUserInfo */],
44947
45686
  params: {
44948
45687
  email: this.values.email,
44949
45688
  officeTel: this.values.officetel,
@@ -44981,7 +45720,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44981
45720
  var notify = _this4.values.notify.sort().join(',');
44982
45721
  if (notify != _this4.notify.split(',').sort().join(',')) {
44983
45722
  utils_util["a" /* default */].ajax({
44984
- url: api["Lb" /* updateUserCustomInfo */],
45723
+ url: api["Mb" /* updateUserCustomInfo */],
44985
45724
  params: {
44986
45725
  notify: notify
44987
45726
  }
@@ -45533,7 +46272,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
45533
46272
  if (this.pageNum <= this.pageCount) {
45534
46273
  this.loading = true;
45535
46274
  utils_util["a" /* default */].ajax({
45536
- url: api["kb" /* sysMsgPage */],
46275
+ url: api["lb" /* sysMsgPage */],
45537
46276
  params: {
45538
46277
  pageNum: reload ? 1 : this.pageNum,
45539
46278
  pageSize: this.pageSize
@@ -45566,7 +46305,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
45566
46305
  var _this2 = this;
45567
46306
 
45568
46307
  utils_util["a" /* default */].ajax({
45569
- url: api["N" /* ignoreSysMsg */],
46308
+ url: api["O" /* ignoreSysMsg */],
45570
46309
  params: {
45571
46310
  id: res.id
45572
46311
  }
@@ -45586,7 +46325,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
45586
46325
  var _this3 = this;
45587
46326
 
45588
46327
  utils_util["a" /* default */].ajax({
45589
- url: api["M" /* ignoreAllSysMsg */]
46328
+ url: api["N" /* ignoreAllSysMsg */]
45590
46329
  }).then(function (res) {
45591
46330
  _this3.count = 0;
45592
46331
  _this3.msgs = [];
@@ -45901,7 +46640,7 @@ noticevue_type_template_id_3741e357_render._withStripped = true
45901
46640
  var _this = this;
45902
46641
 
45903
46642
  utils_util["a" /* default */].ajax({
45904
- url: api["M" /* ignoreAllSysMsg */]
46643
+ url: api["N" /* ignoreAllSysMsg */]
45905
46644
  }).then(function (res) {
45906
46645
  _this.count = 0;
45907
46646
  _this.msgs = [];
@@ -46478,7 +47217,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46478
47217
  //获取用户信息的接口
46479
47218
  mainConfig: {
46480
47219
  type: String,
46481
- default: api["U" /* mainConfig */]
47220
+ default: api["V" /* mainConfig */]
46482
47221
  },
46483
47222
  iframeId: {
46484
47223
  type: String,
@@ -46540,9 +47279,9 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46540
47279
  return this.menuUrl;
46541
47280
  }
46542
47281
  if (this.application) {
46543
- return api["x" /* getComplexApplicationsNew */];
47282
+ return api["y" /* getComplexApplicationsNew */];
46544
47283
  }
46545
- return api["w" /* getComplexApplications */];
47284
+ return api["x" /* getComplexApplications */];
46546
47285
  },
46547
47286
 
46548
47287
  //是否双列右侧菜单
@@ -46758,7 +47497,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46758
47497
  var _this = this;
46759
47498
 
46760
47499
  var params = {
46761
- url: api["V" /* mainDetail */],
47500
+ url: api["W" /* mainDetail */],
46762
47501
  params: { id: id }
46763
47502
  };
46764
47503
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -46879,7 +47618,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46879
47618
  return;
46880
47619
  }
46881
47620
  utils_util["a" /* default */].ajax({
46882
- url: api["Lb" /* updateUserCustomInfo */],
47621
+ url: api["Mb" /* updateUserCustomInfo */],
46883
47622
  params: { color: escape(color.toLowerCase()) },
46884
47623
  data: { color: escape(color.toLowerCase()) }
46885
47624
  }).then(function (res) {
@@ -47863,7 +48602,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
47863
48602
  //初始化weosocket
47864
48603
  //初始化weosocket
47865
48604
  if (!this.websocket) {
47866
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Rb" /* wss */];
48605
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
47867
48606
  this.websocket = new external_sockjs_client_default.a(url);
47868
48607
  }
47869
48608
 
@@ -47878,7 +48617,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
47878
48617
  client.connect({}, function () {
47879
48618
  //localStorage.setItem("socket",true);
47880
48619
  //订阅服务端的
47881
- client.subscribe(api["Ib" /* topic */], function (response) {
48620
+ client.subscribe(api["Jb" /* topic */], function (response) {
47882
48621
  var res = JSON.parse(response.body);
47883
48622
  var data = res.data;
47884
48623
  for (var i in data) {
@@ -49006,7 +49745,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
49006
49745
  text: '重发',
49007
49746
  format: false,
49008
49747
  method: 'post',
49009
- action: api["fb" /* sendBatch */]
49748
+ action: api["gb" /* sendBatch */]
49010
49749
  }]
49011
49750
  }];
49012
49751
  }
@@ -49193,13 +49932,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
49193
49932
  },
49194
49933
  data: function data() {
49195
49934
  return {
49196
- sendList: api["hb" /* sendList */],
49197
- sendBatch: api["fb" /* sendBatch */],
49935
+ sendList: api["ib" /* sendList */],
49936
+ sendBatch: api["gb" /* sendBatch */],
49198
49937
  tableCount: 0,
49199
49938
  selectData: [],
49200
49939
  formTitle: '',
49201
49940
  showForm: false,
49202
- formData: api["gb" /* sendInfo */],
49941
+ formData: api["hb" /* sendInfo */],
49203
49942
  params: {},
49204
49943
  sendTypeDict: [],
49205
49944
  statusDict: []
@@ -49218,7 +49957,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
49218
49957
  type: 'primary',
49219
49958
  checkbox: true,
49220
49959
  format: false,
49221
- action: api["fb" /* sendBatch */]
49960
+ action: api["gb" /* sendBatch */]
49222
49961
  }]
49223
49962
  }, {
49224
49963
  type: 'search',
@@ -50703,7 +51442,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
50703
51442
  if (options) {
50704
51443
  this.options = JSON.parse(JSON.stringify(options));
50705
51444
  } else {
50706
- this.getData(api["r" /* findSysCode */], val);
51445
+ this.getData(api["s" /* findSysCode */], val);
50707
51446
  }
50708
51447
  }
50709
51448
  }
@@ -51074,14 +51813,14 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
51074
51813
  });
51075
51814
  return eles;
51076
51815
  },
51077
- getData: function getData(sysCode, param) {
51816
+ getData: function getData(sysCode, param, reload) {
51078
51817
  var _this3 = this;
51079
51818
 
51080
51819
  if (!this.ajax || !this.isNoParamRequest && Object.keys(this.param).length == 0) {
51081
51820
  return false;
51082
51821
  }
51083
51822
  var params = {};
51084
- if (this.results.length === 0) {
51823
+ if (this.results.length === 0 || reload) {
51085
51824
  params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode } : {}, param ? param : {});
51086
51825
  } else {
51087
51826
  return false;
@@ -51091,7 +51830,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
51091
51830
  }
51092
51831
  this.loading = true;
51093
51832
  utils_util["a" /* default */].ajax({
51094
- url: sysCode ? api["r" /* findSysCode */] : this.url,
51833
+ url: sysCode ? api["s" /* findSysCode */] : this.url,
51095
51834
  method: this.method,
51096
51835
  params: params,
51097
51836
  data: params
@@ -51218,7 +51957,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
51218
51957
  return '';
51219
51958
  },
51220
51959
  reload: function reload(param) {
51221
- this.getData(null, param);
51960
+ this.getData(null, param, true);
51222
51961
  },
51223
51962
  handleExpand: function handleExpand(data, node) {
51224
51963
  if (this.onExpand) {
@@ -52758,7 +53497,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
52758
53497
  value: [Array, Object],
52759
53498
  action: {
52760
53499
  type: String,
52761
- default: api["I" /* getSelectorOrgDetail */]
53500
+ default: api["J" /* getSelectorOrgDetail */]
52762
53501
  },
52763
53502
  host: {
52764
53503
  type: String,
@@ -53150,8 +53889,8 @@ selector_src_main.install = function (Vue) {
53150
53889
  };
53151
53890
 
53152
53891
  /* harmony default export */ var selector = (selector_src_main);
53153
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=64fd6fb2&
53154
- var mainvue_type_template_id_64fd6fb2_render = function () {
53892
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/main.vue?vue&type=template&id=48d2954e&
53893
+ var mainvue_type_template_id_48d2954e_render = function () {
53155
53894
  var _vm = this
53156
53895
  var _h = _vm.$createElement
53157
53896
  var _c = _vm._self._c || _h
@@ -53382,11 +54121,11 @@ var mainvue_type_template_id_64fd6fb2_render = function () {
53382
54121
  1
53383
54122
  )
53384
54123
  }
53385
- var mainvue_type_template_id_64fd6fb2_staticRenderFns = []
53386
- mainvue_type_template_id_64fd6fb2_render._withStripped = true
54124
+ var mainvue_type_template_id_48d2954e_staticRenderFns = []
54125
+ mainvue_type_template_id_48d2954e_render._withStripped = true
53387
54126
 
53388
54127
 
53389
- // CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=64fd6fb2&
54128
+ // CONCATENATED MODULE: ./packages/selector-panel/src/main.vue?vue&type=template&id=48d2954e&
53390
54129
 
53391
54130
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/tree.vue?vue&type=template&id=24ad732a&
53392
54131
  var treevue_type_template_id_24ad732a_render = function () {
@@ -54174,7 +54913,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54174
54913
  },
54175
54914
  selection: {
54176
54915
  type: [String, Array],
54177
- default: api["I" /* getSelectorOrgDetail */]
54916
+ default: api["J" /* getSelectorOrgDetail */]
54178
54917
  },
54179
54918
  param: {
54180
54919
  type: Object,
@@ -54251,7 +54990,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54251
54990
  enterprise: {
54252
54991
  label: '选择单位',
54253
54992
  name: 'enterprise',
54254
- url: api["J" /* getSelectorOrgTree */],
54993
+ url: api["K" /* getSelectorOrgTree */],
54255
54994
  data: [],
54256
54995
  nodeData: '',
54257
54996
  selection: [],
@@ -54265,7 +55004,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54265
55004
  department: {
54266
55005
  label: '选择部门',
54267
55006
  name: 'department',
54268
- url: api["J" /* getSelectorOrgTree */],
55007
+ url: api["K" /* getSelectorOrgTree */],
54269
55008
  data: [],
54270
55009
  nodeData: '',
54271
55010
  selection: [],
@@ -54279,7 +55018,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54279
55018
  employee: {
54280
55019
  label: '选择用户',
54281
55020
  name: 'employee',
54282
- url: api["J" /* getSelectorOrgTree */],
55021
+ url: api["K" /* getSelectorOrgTree */],
54283
55022
  data: [],
54284
55023
  nodeData: '',
54285
55024
  selection: [],
@@ -54293,7 +55032,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54293
55032
  myemployee: {
54294
55033
  label: '本单位用户',
54295
55034
  name: 'myemployee',
54296
- url: api["J" /* getSelectorOrgTree */],
55035
+ url: api["K" /* getSelectorOrgTree */],
54297
55036
  data: [],
54298
55037
  nodeData: '',
54299
55038
  selection: [],
@@ -54307,7 +55046,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54307
55046
  otheremployee: {
54308
55047
  label: '外单位用户',
54309
55048
  name: 'otheremployee',
54310
- url: api["J" /* getSelectorOrgTree */],
55049
+ url: api["K" /* getSelectorOrgTree */],
54311
55050
  data: [],
54312
55051
  nodeData: '',
54313
55052
  selection: [],
@@ -54321,7 +55060,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54321
55060
  person: {
54322
55061
  label: '选择人员',
54323
55062
  name: 'person',
54324
- url: api["J" /* getSelectorOrgTree */],
55063
+ url: api["K" /* getSelectorOrgTree */],
54325
55064
  data: [],
54326
55065
  nodeData: '',
54327
55066
  selection: [],
@@ -54335,7 +55074,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54335
55074
  otherperson: {
54336
55075
  label: '外单位人员',
54337
55076
  name: 'otherperson',
54338
- url: api["J" /* getSelectorOrgTree */],
55077
+ url: api["K" /* getSelectorOrgTree */],
54339
55078
  data: [],
54340
55079
  nodeData: '',
54341
55080
  selection: [],
@@ -54349,7 +55088,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54349
55088
  persongroup: {
54350
55089
  label: '员工群组成员',
54351
55090
  name: 'persongroup',
54352
- url: api["J" /* getSelectorOrgTree */],
55091
+ url: api["K" /* getSelectorOrgTree */],
54353
55092
  data: [],
54354
55093
  nodeData: '',
54355
55094
  selection: [],
@@ -54367,7 +55106,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54367
55106
  selection: [],
54368
55107
  value: [],
54369
55108
  name: 'filgroup',
54370
- url: api["J" /* getSelectorOrgTree */],
55109
+ url: api["K" /* getSelectorOrgTree */],
54371
55110
  param: {
54372
55111
  showarea: 3,
54373
55112
  id: 0,
@@ -54377,7 +55116,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54377
55116
  depgroup: {
54378
55117
  label: '部门群组成员',
54379
55118
  name: 'depgroup',
54380
- url: api["J" /* getSelectorOrgTree */],
55119
+ url: api["K" /* getSelectorOrgTree */],
54381
55120
  data: [],
54382
55121
  nodeData: '',
54383
55122
  selection: [],
@@ -54391,7 +55130,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54391
55130
  persongroupobj: {
54392
55131
  label: '人员群组',
54393
55132
  name: 'persongroupobj',
54394
- url: api["J" /* getSelectorOrgTree */],
55133
+ url: api["K" /* getSelectorOrgTree */],
54395
55134
  data: [],
54396
55135
  nodeData: '',
54397
55136
  selection: [],
@@ -54405,7 +55144,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54405
55144
  filgroupobj: {
54406
55145
  label: '单位群组',
54407
55146
  name: 'filgroupobj',
54408
- url: api["J" /* getSelectorOrgTree */],
55147
+ url: api["K" /* getSelectorOrgTree */],
54409
55148
  data: [],
54410
55149
  nodeData: '',
54411
55150
  selection: [],
@@ -54419,7 +55158,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54419
55158
  depgroupobj: {
54420
55159
  label: '部门群组',
54421
55160
  name: 'depgroupobj',
54422
- url: api["J" /* getSelectorOrgTree */],
55161
+ url: api["K" /* getSelectorOrgTree */],
54423
55162
  data: [],
54424
55163
  nodeData: '',
54425
55164
  selection: [],
@@ -54433,7 +55172,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54433
55172
  role: {
54434
55173
  label: '选择角色',
54435
55174
  name: 'role',
54436
- url: api["J" /* getSelectorOrgTree */],
55175
+ url: api["K" /* getSelectorOrgTree */],
54437
55176
  data: [],
54438
55177
  nodeData: '',
54439
55178
  selection: [],
@@ -54447,7 +55186,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54447
55186
  post: {
54448
55187
  label: '选择岗位',
54449
55188
  name: 'post',
54450
- url: api["J" /* getSelectorOrgTree */],
55189
+ url: api["K" /* getSelectorOrgTree */],
54451
55190
  data: [],
54452
55191
  nodeData: '',
54453
55192
  selection: [],
@@ -54461,7 +55200,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54461
55200
  codetable: {
54462
55201
  label: '代码表',
54463
55202
  name: 'codetable',
54464
- url: api["J" /* getSelectorOrgTree */],
55203
+ url: api["K" /* getSelectorOrgTree */],
54465
55204
  data: [],
54466
55205
  nodeData: '',
54467
55206
  selection: [],
@@ -54475,7 +55214,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54475
55214
  topcontacts: {
54476
55215
  label: '常用联系人',
54477
55216
  name: 'topcontacts',
54478
- url: api["J" /* getSelectorOrgTree */],
55217
+ url: api["K" /* getSelectorOrgTree */],
54479
55218
  data: [],
54480
55219
  nodeData: '',
54481
55220
  selection: [],
@@ -54522,6 +55261,13 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54522
55261
  this.ajaxActive(val);
54523
55262
  }
54524
55263
  },
55264
+ tabs: {
55265
+ deep: true,
55266
+ handler: function handler() {
55267
+ this.loading = true;
55268
+ this.getTreeData(this.host + this.newTabs[this.activeName].url, this.newTabs[this.activeName].param);
55269
+ }
55270
+ },
54525
55271
  value: {
54526
55272
  immediate: true,
54527
55273
  handler: function handler(val) {
@@ -54915,8 +55661,8 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54915
55661
 
54916
55662
  var selector_panel_src_main_component = normalizeComponent(
54917
55663
  packages_selector_panel_src_mainvue_type_script_lang_js_,
54918
- mainvue_type_template_id_64fd6fb2_render,
54919
- mainvue_type_template_id_64fd6fb2_staticRenderFns,
55664
+ mainvue_type_template_id_48d2954e_render,
55665
+ mainvue_type_template_id_48d2954e_staticRenderFns,
54920
55666
  false,
54921
55667
  null,
54922
55668
  null,
@@ -55115,11 +55861,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
55115
55861
  },
55116
55862
  url: {
55117
55863
  type: String,
55118
- default: api["D" /* getOrgMainTree */]
55864
+ default: api["E" /* getOrgMainTree */]
55119
55865
  },
55120
55866
  orgUrl: {
55121
55867
  type: String,
55122
- default: api["H" /* getSelectOrgsubids */]
55868
+ default: api["I" /* getSelectOrgsubids */]
55123
55869
  },
55124
55870
  selectField: {
55125
55871
  type: String,
@@ -55835,8 +56581,8 @@ switch_src_main.install = function (Vue) {
55835
56581
  };
55836
56582
 
55837
56583
  /* harmony default export */ var packages_switch = (switch_src_main);
55838
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=6c62aed6&
55839
- var mainvue_type_template_id_6c62aed6_render = function () {
56584
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=d0a48ac2&
56585
+ var mainvue_type_template_id_d0a48ac2_render = function () {
55840
56586
  var _vm = this
55841
56587
  var _h = _vm.$createElement
55842
56588
  var _c = _vm._self._c || _h
@@ -56182,6 +56928,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56182
56928
  "flowList",
56183
56929
  },
56184
56930
  attrs: {
56931
+ zoom: _vm.zoom,
56185
56932
  display:
56186
56933
  show,
56187
56934
  },
@@ -56328,6 +57075,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56328
57075
  _vm._b(
56329
57076
  {
56330
57077
  attrs: {
57078
+ zoom: _vm.zoom,
56331
57079
  display:
56332
57080
  show,
56333
57081
  },
@@ -56796,6 +57544,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56796
57544
  model: item.model,
56797
57545
  display: show,
56798
57546
  closeDialog: false,
57547
+ zoom: _vm.zoom,
56799
57548
  },
56800
57549
  on: {
56801
57550
  "update:model":
@@ -56855,6 +57604,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56855
57604
  "flowList",
56856
57605
  },
56857
57606
  attrs: {
57607
+ zoom: _vm.zoom,
56858
57608
  display: show,
56859
57609
  },
56860
57610
  },
@@ -56998,6 +57748,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56998
57748
  {
56999
57749
  key: index,
57000
57750
  attrs: {
57751
+ zoom: _vm.zoom,
57001
57752
  display: show,
57002
57753
  },
57003
57754
  },
@@ -57151,6 +57902,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
57151
57902
  model: contents.model,
57152
57903
  display: show,
57153
57904
  closeDialog: false,
57905
+ zoom: _vm.zoom,
57154
57906
  },
57155
57907
  on: {
57156
57908
  "update:model": function (
@@ -57332,7 +58084,12 @@ var mainvue_type_template_id_6c62aed6_render = function () {
57332
58084
  "es-tree-group",
57333
58085
  _vm._g(
57334
58086
  _vm._b(
57335
- { attrs: { display: show } },
58087
+ {
58088
+ attrs: {
58089
+ display: show,
58090
+ zoom: _vm.zoom,
58091
+ },
58092
+ },
57336
58093
  "es-tree-group",
57337
58094
  _vm.handleExclAttribute({
57338
58095
  data: contents,
@@ -57419,11 +58176,11 @@ var mainvue_type_template_id_6c62aed6_render = function () {
57419
58176
  2
57420
58177
  )
57421
58178
  }
57422
- var mainvue_type_template_id_6c62aed6_staticRenderFns = []
57423
- mainvue_type_template_id_6c62aed6_render._withStripped = true
58179
+ var mainvue_type_template_id_d0a48ac2_staticRenderFns = []
58180
+ mainvue_type_template_id_d0a48ac2_render._withStripped = true
57424
58181
 
57425
58182
 
57426
- // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=6c62aed6&
58183
+ // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=d0a48ac2&
57427
58184
 
57428
58185
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=script&lang=js&
57429
58186
  //
@@ -58036,6 +58793,13 @@ mainvue_type_template_id_6c62aed6_render._withStripped = true
58036
58793
  //
58037
58794
  //
58038
58795
  //
58796
+ //
58797
+ //
58798
+ //
58799
+ //
58800
+ //
58801
+ //
58802
+ //
58039
58803
 
58040
58804
 
58041
58805
  /* harmony default export */ var tabs_src_mainvue_type_script_lang_js_ = ({
@@ -58066,7 +58830,8 @@ mainvue_type_template_id_6c62aed6_render._withStripped = true
58066
58830
  default: function _default() {
58067
58831
  return [];
58068
58832
  }
58069
- }
58833
+ },
58834
+ zoom: false
58070
58835
  },
58071
58836
  watch: {
58072
58837
  activeName: function activeName(val) {
@@ -58179,8 +58944,8 @@ mainvue_type_template_id_6c62aed6_render._withStripped = true
58179
58944
 
58180
58945
  var tabs_src_main_component = normalizeComponent(
58181
58946
  packages_tabs_src_mainvue_type_script_lang_js_,
58182
- mainvue_type_template_id_6c62aed6_render,
58183
- mainvue_type_template_id_6c62aed6_staticRenderFns,
58947
+ mainvue_type_template_id_d0a48ac2_render,
58948
+ mainvue_type_template_id_d0a48ac2_staticRenderFns,
58184
58949
  false,
58185
58950
  null,
58186
58951
  null,
@@ -58337,7 +59102,7 @@ mainvue_type_template_id_6a69b2f9_render._withStripped = true
58337
59102
  },
58338
59103
  url: {
58339
59104
  type: String,
58340
- default: api["K" /* gethelpdoc */]
59105
+ default: api["L" /* gethelpdoc */]
58341
59106
  },
58342
59107
  param: {
58343
59108
  type: Object,
@@ -58469,8 +59234,8 @@ tips_src_main.install = function (Vue) {
58469
59234
  };
58470
59235
 
58471
59236
  /* harmony default export */ var tips = (tips_src_main);
58472
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=69d560b8&
58473
- var mainvue_type_template_id_69d560b8_render = function () {
59237
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=8b6f2062&
59238
+ var mainvue_type_template_id_8b6f2062_render = function () {
58474
59239
  var _vm = this
58475
59240
  var _h = _vm.$createElement
58476
59241
  var _c = _vm._self._c || _h
@@ -58657,11 +59422,11 @@ var mainvue_type_template_id_69d560b8_render = function () {
58657
59422
  )
58658
59423
  : _vm._e()
58659
59424
  }
58660
- var mainvue_type_template_id_69d560b8_staticRenderFns = []
58661
- mainvue_type_template_id_69d560b8_render._withStripped = true
59425
+ var mainvue_type_template_id_8b6f2062_staticRenderFns = []
59426
+ mainvue_type_template_id_8b6f2062_render._withStripped = true
58662
59427
 
58663
59428
 
58664
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=69d560b8&
59429
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=8b6f2062&
58665
59430
 
58666
59431
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
58667
59432
  //
@@ -58815,7 +59580,11 @@ mainvue_type_template_id_69d560b8_render._withStripped = true
58815
59580
  // 选择项远程地址
58816
59581
  url: {
58817
59582
  type: String,
58818
- default: api["D" /* getOrgMainTree */]
59583
+ default: api["E" /* getOrgMainTree */]
59584
+ },
59585
+ currentFirstNode: {
59586
+ type: Boolean,
59587
+ default: false
58819
59588
  },
58820
59589
  system: {
58821
59590
  type: Boolean,
@@ -59310,8 +60079,8 @@ mainvue_type_template_id_69d560b8_render._withStripped = true
59310
60079
 
59311
60080
  var tree_src_main_component = normalizeComponent(
59312
60081
  packages_tree_src_mainvue_type_script_lang_js_,
59313
- mainvue_type_template_id_69d560b8_render,
59314
- mainvue_type_template_id_69d560b8_staticRenderFns,
60082
+ mainvue_type_template_id_8b6f2062_render,
60083
+ mainvue_type_template_id_8b6f2062_staticRenderFns,
59315
60084
  false,
59316
60085
  null,
59317
60086
  null,
@@ -59328,8 +60097,8 @@ tree_src_main.install = function (Vue) {
59328
60097
  };
59329
60098
 
59330
60099
  /* harmony default export */ var packages_tree = (tree_src_main);
59331
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=30fe8d8c&
59332
- var mainvue_type_template_id_30fe8d8c_render = function () {
60100
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=3a8a2abe&
60101
+ var mainvue_type_template_id_3a8a2abe_render = function () {
59333
60102
  var _vm = this
59334
60103
  var _h = _vm.$createElement
59335
60104
  var _c = _vm._self._c || _h
@@ -59494,7 +60263,10 @@ var mainvue_type_template_id_30fe8d8c_render = function () {
59494
60263
  "es-form",
59495
60264
  _vm._g(
59496
60265
  _vm._b(
59497
- { ref: _vm.form.ref ? _vm.form.ref : "esForm" },
60266
+ {
60267
+ ref: _vm.form.ref ? _vm.form.ref : "esForm",
60268
+ attrs: { zoom: _vm.zoom },
60269
+ },
59498
60270
  "es-form",
59499
60271
  _vm.form,
59500
60272
  false
@@ -59509,7 +60281,11 @@ var mainvue_type_template_id_30fe8d8c_render = function () {
59509
60281
  _vm._b(
59510
60282
  {
59511
60283
  ref: _vm.table.ref ? _vm.table.ref : "esDataTable",
59512
- attrs: { size: "mini", param: _vm.param },
60284
+ attrs: {
60285
+ size: "mini",
60286
+ param: _vm.param,
60287
+ zoom: _vm.zoom,
60288
+ },
59513
60289
  },
59514
60290
  "es-data-table",
59515
60291
  Object.assign({}, { close: true }, _vm.table),
@@ -59634,11 +60410,11 @@ var mainvue_type_template_id_30fe8d8c_render = function () {
59634
60410
  2
59635
60411
  )
59636
60412
  }
59637
- var mainvue_type_template_id_30fe8d8c_staticRenderFns = []
59638
- mainvue_type_template_id_30fe8d8c_render._withStripped = true
60413
+ var mainvue_type_template_id_3a8a2abe_staticRenderFns = []
60414
+ mainvue_type_template_id_3a8a2abe_render._withStripped = true
59639
60415
 
59640
60416
 
59641
- // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=30fe8d8c&
60417
+ // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=3a8a2abe&
59642
60418
 
59643
60419
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=script&lang=js&
59644
60420
  //
@@ -59788,6 +60564,8 @@ mainvue_type_template_id_30fe8d8c_render._withStripped = true
59788
60564
  //
59789
60565
  //
59790
60566
  //
60567
+ //
60568
+ //
59791
60569
 
59792
60570
 
59793
60571
  /* harmony default export */ var tree_group_src_mainvue_type_script_lang_js_ = ({
@@ -59831,7 +60609,8 @@ mainvue_type_template_id_30fe8d8c_render._withStripped = true
59831
60609
  empty: {
59832
60610
  type: String,
59833
60611
  default: '#/empty'
59834
- }
60612
+ },
60613
+ zoom: false
59835
60614
  },
59836
60615
  computed: {
59837
60616
  wujieName: function wujieName() {
@@ -60057,8 +60836,8 @@ mainvue_type_template_id_30fe8d8c_render._withStripped = true
60057
60836
 
60058
60837
  var tree_group_src_main_component = normalizeComponent(
60059
60838
  packages_tree_group_src_mainvue_type_script_lang_js_,
60060
- mainvue_type_template_id_30fe8d8c_render,
60061
- mainvue_type_template_id_30fe8d8c_staticRenderFns,
60839
+ mainvue_type_template_id_3a8a2abe_render,
60840
+ mainvue_type_template_id_3a8a2abe_staticRenderFns,
60062
60841
  false,
60063
60842
  null,
60064
60843
  null,
@@ -63955,8 +64734,8 @@ form_src_table.install = function (Vue) {
63955
64734
  };
63956
64735
 
63957
64736
  /* harmony default export */ var table_form = (form_src_table);
63958
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=f1df4e00&
63959
- var mainvue_type_template_id_f1df4e00_render = function () {
64737
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=757f82dc&
64738
+ var mainvue_type_template_id_757f82dc_render = function () {
63960
64739
  var _vm = this
63961
64740
  var _h = _vm.$createElement
63962
64741
  var _c = _vm._self._c || _h
@@ -64289,11 +65068,11 @@ var mainvue_type_template_id_f1df4e00_render = function () {
64289
65068
  2
64290
65069
  )
64291
65070
  }
64292
- var mainvue_type_template_id_f1df4e00_staticRenderFns = []
64293
- mainvue_type_template_id_f1df4e00_render._withStripped = true
65071
+ var mainvue_type_template_id_757f82dc_staticRenderFns = []
65072
+ mainvue_type_template_id_757f82dc_render._withStripped = true
64294
65073
 
64295
65074
 
64296
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=f1df4e00&
65075
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=757f82dc&
64297
65076
 
64298
65077
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
64299
65078
  /* harmony default export */ var picture = ({
@@ -64312,6 +65091,8 @@ mainvue_type_template_id_f1df4e00_render._withStripped = true
64312
65091
  pdf: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAACUCAYAAAB1PADUAAAAAXNSR0IArs4c6QAAEAlJREFUeF7tnQl0FEUax/81wxCIucRogCCHaMZAOm8lkJBgFA8UPBYFd/WpeN8HHuu1Xhvv++l68RAVBfEgoqhZbyUxkEAkgCgCGkCEBIQACQkQEtK1rzokJKSTrunp6ulMV72XF2C++qq+f//4qrq6appAlk4VmDFyZDJphEI8UFRKFAIoAI7ik43mTCpZ+BCfbXhYkfAII/goZqZl9yHdGhWoUECoogKpBGQIQCPMe5dAmdeui9ScmpYW2dPnU4gKhRCWdaA0gYME60OQQFmvaQg9zhw+yk+8VIFKFRAoFGDg+O3rkgTKPq0tbGn6iBG9u3k8Ctgch4FDSTIo/CCIs7AZE64kUCZEs6/K9NGje/h21SvwsKwDRSVIJkASgEH29SKQliRQgagl1HZWRsYxaiNS4fEqoKofhLChiv1ECm3YUucSKEvl5HE2IyvrCE8DVeCBwoYpFdRPKGHDVV+e+s62kUAJuz6zhwzp3hAdrUAlSqOH+Amb4wB+NmRRoJuwhkPqWAJlifwzMzOPRiNSAOJnwxXxkCTKsg5ovCUNdBknEqiALtW7aWnxjT5fClQGC0kCaPM85+iAHIWtsQRK99JOTUvzRXkihqpQk7Sso02QNXjYHVZM2PIQdGASKEwfOXKgj3qS2FClUuInLPMQDZ7+QevrOgcuBGpGRtYkBo8HhE2O/ZTCTwiCeH7lOmo6CZjmQEVBuCni8dKa2n37Vl5bWrr74NjIzPRMGm4By3hsU2ApQL6YVFJ0X3OLEijbtA/rhuqhelInLV6wWgIV1tfZxuAIFkxaVHy8BMpGzcO9KUrp5RKocL/KNsZHQV6SQAkUPPWqK5F69ZUCWwit63cystp0gAC5EiiB18RtQIEiXwIlgTKtwMEZCkCBBMq0nMYVXZehJFDGUARj4UKgfpAZKhhiDOq6EKhCCZQEyrQCOnMoCZRpNTkqui9DkfkyQ3GAYdbEdUBRLJBAmaWFo57rgCISKA4szJvYAVT5giLs2rQZ3ojuOCz5WMQdbd/ua505VJHMUOZ5MawpGqjlr7+B5dPeaOlHj169kHHPXTjyxBMM+2aFgQTKChUD8CESqJqN5fhk4j/a9SZh2DCMmfJyAL00b6rzLK9YZijzehrWFAnUhvwCFNz975Y+jH1zGr684mrt7xfOL4DH5zPsX7AG7TMUXSiBClbVTuqLBOrg4e7iRUXIPf0M7K2qwjlz5yCqTx+BkTW5bg8UkUCJVF0kUH988y3m3/9gS/cZUN9cfxP+WrIEY19/DfFKisjQOgAKi2SGEii7SKC2r/4Nn19y2YEh741p+Pq6G6A2NIQsQ1GKEglUFwVqX10dPh4/QRviWFGuuAw/v/kWuvXsiQvyvxMY1QHX7SblRAIlVHiRGYp1vOTpZ/HbnI+0GHr5k8Cy1mFDkjFu+oGlBJEB6iwb/CgzlEDFRQP1V+kSfHPDTW0iSJo4Ael33SEwqo4zFAUWS6AESi8aKNb1vIsuQVVZWUsUmQ/ch8FnnSkwqo6BggRKrO52APXrrHex5MUDC5lnf/AuYgcOFBvYfu86Q16pzFACpbcDqLrt2/HhuLNaojhnTi6i+iUKjKqTSTkggRKpvB1AbSopwXc339oSRr/sbIx+9imRYbX4bpehKJbIDCVQejuAKnroEaz9/Is2UZz4zFM48oRsgZE1uT4YKAoslUAJlF00UPU1tcg9bSyoqraJopffj7FvvCb8eZ7OHMo+oPpkpKNbRAQ8ERHaby/76RGBbj16oHtUFLrHxCAiNhYRMTHoHhvT9DsmBo11ddhbvVNbwKvdvBnVa9ehtrwc1evXY9uvKwXiELxr0UCVffIpFj7+pG5H2Yll1r7IogPUMtsyFHvWZHXZtKgEf87Lx4b8fNTtaFoxdlIRDdT3t96OiuKFiEpMxNBLLsaiJ9rOnYZNvglDLrpQmCQ6uw1+6tJANStVW1GBZVOm4o+vvxEmnhnHIoFi2fmLy5syUPqddyDpvAlY9OTT+P3juW26yjbcHXPuOWa6b1hHZ7dBeADVHPnKWe+h9MWXDIWwy0AkUCwb/T73Ey2Ui4rng3g82p/ZA+ItS5e1CXHUwzlIzMxE7aYK1FZsAvsPyKYN7M+HJCQg7ujBiBnQH33S0wOSRmdSvjwsMlRrFVa8PRNLX50SkDCijEUBVb1uHT674CKt230zM3HyC8+1hMCe531/y62mpgD9so9H1n8eRPfoKC5JdOZQ4QdUY30DvrrqGmxfvZpLFJFGooBqnZ1GP/MU+u1fImA3LpW/rMC2lavANuCZKckXnI+0227hqqqzDvVz2GUopsS6L77CgpzQv5lVBFD1O3di9pix2gVn23zHvPISNpcuQeWKFdi+ahX2VG7rFIZukZHoNyoLfUdlITErE4319doQ+PU112v1AtmTrpOhfglLoJgw826/A+yIUSiLCKDYHJHNFVnpGR+PPZWV7UKMPOIIHK6koPfwNPROT9eydekLL2L3li1tbNm869CkJOyt2oG9VdVge6yCylBA+AL1x1dfY/6DOaHkSVsHsvIb7DYWFiL/jrt1Y0oYdpw29MWnpGgw6RUG1cr33u9QE1/Pnsh+/FH0zcrk0k1nUr7CURmqo3G//0knIW4w54vIW0kx54yzsWdb50MAl3ImjawCiu0fX/NpHthzu9bFd8ghGDDmFAw89VT0HjGcq5csS239+RdsWfYTKoqKUbNxo1aPbXk55tzxGpC8RWfI+9VRQLEtrD9NfU03nvihQ5F262Qcnsrecs9X2N0eu+sLVQkWqDWf5aHsszxs/Wl5mxCiEvvCP3Ei+p96snbbH6rieKCMbvl9UVHIeuA+HDn6RC4N2R3Pl1c2nVULRTELVN22bViQ8zA2lfyo2+0Tnnwc/U8aHYqQ2rSpA9RKR2WogzeL6SnGFt9OeekFLjHZhHXOmX/nshVhZAYoto707Y03o76mpk2X4o4ahKq16zDg1FOQ/dgjIrobsE/HA7Xq/Q+w+Pn/GgZ2xoy3tE35PGVWVjZoYyOPqeU2gQK1a/Nf+Hj8uW36wTLRzvXrNZi6R0fjtKlTTM0nLQ9Ob/sKwSpHZahVs3Ox+LnnDWMP5En63Annoba8wtCnCINAgWq91BE7aBBOeOJRFN57vwYTK+wObMApJ4voqimfOhnKvne98Ow2YEeC2NEgo8IeEYx+9mkjM+3z5tO0XMYWGwUCVOsTLGxPOJsnrsnLa1modBpMTCrHA1U291MsfEJ/f0/rax15eDwm5H3KdfnZ6Vo2LwlFCQQo1r+550zUvudp99ZKNOza1dLlQDKynXHqbF/5zVFD3pq8/6H4kccMNWELcOdzno7tSkMeWyYofvTxlvgP6Z2Av113LQaNa3rU4rSik6F+dxRQbG802yNtVKL7JWL8nFwjM+3z3NPGYW91NZet1UaBZijWfvn8Bahe/6c28WYr3mzx0qnF8UDxPi5hi5unT5vKpXNXusvjCshBRjpAlTkqQ63/9jsU3veAoWS8cwr29P3zS68w9CfKwEyGEtUXEX4dD9SGefkouOdew9jPfn8W2G21UVkx4x0sfeVVIzNhn7sQqDWOylAbfyhE/p36T9Obrzpbh2G30Dyl4K57sKHgBx5TITYuBGqto4AqLyrCvNs6/uaQQGBihHx01njs3rpVCCw8Tt0GFAGcBRQ7FvXd5APHqpsvGlvoGzTudKRcdinPddRseJcguB2aMHQbUGyzrKMy1ObFpVid+yGiE/uiZ/zhiDg0Dj3i4rSdh4F+q63e6Q8TTARVxW1AUeAPRwEV1NVrVZkd/vyBY3JvVXsd+XEbUCRcgZr3rzu1BcJQF7cBBWB92GUotv2FbYNxQnEdUCTMgGLvPTF7Hk0EgK4DCvgzbDKU02BigLoNKAq6ocsDtW/PHnx742TtoKPTSkdAOSmL8mjW0dcCtX95EOnaQLGJ96Knnml3gJFHJDtsOgIqlJv+zMTd0eZInWd5G7tchmLn9zcWzseGgkKwg49OLm4DigLljgKq9csEDwZlR1mZ9n3c7D1xXaW4DSi2nctxQHW1+UVncLsOKIoKCZTAdOc6oIBNEigJlKECAUzKJVCGagZh4LZlAwpslhkqCGCMqrptYRMSKCMkgvvchUD9JTNUcMx0WtuFQG2RQEmgTCugs1IugTKtJkdFt03KQbFVZigOMMyauG8dilZKoMzSwlHPfUARCRQHF6ZN3AcUtskMZRoX44oSKGONTFvwfOGYE3ddmg64kx2b4bofigDbZYYKhhiDui7MUDskUCEAin39YVcqCWnDdLursw4lgRJ5YV24Ul5lW4YadvONiIhrOlredMT8UETExbb5hja3zKFEQmynb50MVW0bUJ0FykCLYC+ujotr9xoKOwWyui23ZSgCOAMoqy+kU/y5DSgAOx2RoZwCgNX96Owuz+q2RPobM+Vl3km5BErkhXDhskGNzFACiXIhULUSKAmUoQK8hxQIIIEyVDMIAxdmqF0yQwUBjFFVtwFFgd0SKCMqgvjcbUBBAhUELRxVXbgOtUdmKA4wzJq4DSgCSKDMwsJTz21AAaiTGYqHDJM2bgOKUuyVQJmEhaea24ACJFA8XLjehndhE0C9zFCux8VYgACAapBAGevpegsJlOsRsFaAAIDaJzOUtdqHpbcAgGqUQIUlAtYGJYGyVk/Xe+MGilJVZiiBuLhwHUoCJZAn1708CACVGUogUS7MUJBASaBMK6Bz0FMCZVpNjooyQ3GIJE34FZBA8WslLTkUkEBxiCRN+BWQQPFrJS05FJBAcYgkTfgVcCFQpXLZgJ8PaWmkAMVrEigjkeTn3ApQ4J8SKG65pGFnChBgxcUlxSkSKMmJFQrUAfTJSSULH5JAWSGnO31UAcgH6DJvY8MrF5aWVjIZyIyMrEmgqp+A+AEkAWC/I9ypkdVR0xyoKLDaayj8Ea+3TiWN1T6vt7qhpqb6kuXLd+n1gxz8j9NHjhzoVYkflPgJVD8I+02SKOiRoQika7dJc9gw0LVjCKz37YDSqz57yJDueyJjhxIv8ROq+gEGWVM2o0BUYE26yVoCFdDVnpaRkRBBvUObIQOBBhoFjgrIUdgaS6AsubQzh4/yw0tT2NyMZTOKJtAAHGpJA13GiQRK2KX6LC0tcofPpxAVCpufsWzW6iZAWLuhdSyBsl3/tzMzEz37oIBAaZqTUe0mAMARtnfG8gYlUJZLatbhuyNGDd3noQpUmgoP/KAtw6bPrE/760mg7Nc8gBbfyciIaQRSPSpRQDwKhXrs/myWGIAbG00lUDaKbV1Ts47LGkB9VBs2VZWmEkKO3T8/i7SuFTOeJFBmVHNknRzAMzj9eIUSNZVQyuZn7CcZwAD7OiyBsk/rELU0OzOz194Gmko8TTcClHoUAppMgVjruySBsl7TLuLxrbSswV5v07AJitT9GY0tbQRRJFBBiBd+Vdkjp4boaEVVvakgVCFaRtOGzgS+aN0H1P8Bsc7nGJl4EGkAAAAASUVORK5CYII='
64313
65092
  });
64314
65093
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=script&lang=js&
65094
+ var upload_src_mainvue_type_script_lang_js_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; };
65095
+
64315
65096
  var upload_src_mainvue_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; };
64316
65097
 
64317
65098
  var mainvue_type_script_lang_js_props;
@@ -64569,6 +65350,7 @@ var mainvue_type_script_lang_js_props;
64569
65350
  },
64570
65351
  // 单文件大小
64571
65352
  size: Number,
65353
+ totalSize: Number,
64572
65354
  // 是否头像模式上传
64573
65355
  portrait: {
64574
65356
  type: Boolean,
@@ -64667,7 +65449,7 @@ var mainvue_type_script_lang_js_props;
64667
65449
  }, mainvue_type_script_lang_js_props.properties = {
64668
65450
  type: String,
64669
65451
  default: function _default() {
64670
- return api["v" /* getAdjunctProperties */];
65452
+ return api["w" /* getAdjunctProperties */];
64671
65453
  }
64672
65454
  }, mainvue_type_script_lang_js_props.icons = {
64673
65455
  type: Object,
@@ -64687,6 +65469,7 @@ var mainvue_type_script_lang_js_props;
64687
65469
  fileAccept: '',
64688
65470
  fileSize: 0,
64689
65471
  fileTotalSize: 0,
65472
+ filesTotalSize: 0,
64690
65473
  showImg: false,
64691
65474
  imgChange: false,
64692
65475
  title: '',
@@ -64696,7 +65479,7 @@ var mainvue_type_script_lang_js_props;
64696
65479
  videoChange: false,
64697
65480
  source: '',
64698
65481
  excludeNames: '',
64699
- previewAdjunct: api["Z" /* previewAdjunct */],
65482
+ previewAdjunct: api["ab" /* previewAdjunct */],
64700
65483
  boxHeight: this.listHeight
64701
65484
  };
64702
65485
  },
@@ -64737,13 +65520,10 @@ var mainvue_type_script_lang_js_props;
64737
65520
  if (this.photo && typeof this.photo === 'string' || this.value) {
64738
65521
  return false;
64739
65522
  }
64740
- if (this.photo && typeof this.photo === 'string') {
64741
- return false;
64742
- }
64743
65523
  return this.showFileList;
64744
65524
  },
64745
65525
  url: function url() {
64746
- var url = this.action ? this.action : this.portrait || !this.multiple ? api["Ob" /* uploadOnlyOne */] : api["Qb" /* uploads */];
65526
+ var url = this.action ? this.action : this.portrait || !this.multiple ? api["Pb" /* uploadOnlyOne */] : api["Rb" /* uploads */];
64747
65527
  return url.indexOf(this.host) > -1 ? url : this.host + url;
64748
65528
  },
64749
65529
  excludes: function excludes() {
@@ -64752,14 +65532,17 @@ var mainvue_type_script_lang_js_props;
64752
65532
  accepts: function accepts() {
64753
65533
  return this.accept ? this.accept : this.fileAccept ? this.fileAccept : this.portrait ? 'image/*' : undefined;
64754
65534
  },
64755
- sizes: function sizes() {
65535
+ _size: function _size() {
64756
65536
  return this.size ? this.size : this.fileSize ? this.fileSize : 0;
64757
65537
  },
65538
+ _totalSize: function _totalSize() {
65539
+ return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
65540
+ },
64758
65541
  getAdjunctFileInfos: function getAdjunctFileInfos() {
64759
- return typeof this.fileList === 'string' ? this.fileList : api["u" /* getAdjunctFileInfos */];
65542
+ return typeof this.fileList === 'string' ? this.fileList : api["v" /* getAdjunctFileInfos */];
64760
65543
  },
64761
65544
  showList: function showList() {
64762
- return this.portrait || !this.multiple ? false : this.showFileList;
65545
+ return this.portrait ? false : this.showFileList;
64763
65546
  },
64764
65547
  isDownloads: function isDownloads() {
64765
65548
  return this.downloads;
@@ -64813,33 +65596,33 @@ var mainvue_type_script_lang_js_props;
64813
65596
  if (typeof this.image === 'string') {
64814
65597
  return this.image;
64815
65598
  }
64816
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + this.image.adjunctId;
65599
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + this.image.adjunctId;
64817
65600
  }
64818
65601
  if (this.value) {
64819
65602
  if (typeof this.value === 'string') {
64820
65603
  if (this.value.indexOf('data:image/') === -1) {
64821
- var val = utils_util["a" /* default */].jointUrl({
65604
+ var val = this.host + utils_util["a" /* default */].jointUrl({
64822
65605
  url: this.value,
64823
- reg: this.host + '/main2'
65606
+ reg: '/main2'
64824
65607
  });
64825
65608
  return val;
64826
65609
  }
64827
- if (this.value.indexOf(api["Z" /* previewAdjunct */]) === -1 || this.value.indexOf('/') === -1) {
64828
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + this.value;
65610
+ if (this.value.indexOf(api["ab" /* previewAdjunct */]) === -1 || this.value.indexOf('/') === -1) {
65611
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + this.value;
64829
65612
  }
64830
65613
  return this.value;
64831
65614
  } else if (Array.isArray(this.value)) {
64832
65615
  var adjunctId = this.value[0].response ? this.value[0].response.adjunctId : this.value[0].adjunctId;
64833
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + adjunctId;
65616
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + adjunctId;
64834
65617
  } else {
64835
65618
  var _adjunctId = this.value.response ? this.value.response.adjunctId : this.value.adjunctId;
64836
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + _adjunctId;
65619
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + _adjunctId;
64837
65620
  }
64838
65621
  }
64839
65622
  if (this.photo && typeof this.photo === 'string' && this.photo.indexOf('data:image/') === -1) {
64840
- var _val = utils_util["a" /* default */].jointUrl({
65623
+ var _val = this.host + utils_util["a" /* default */].jointUrl({
64841
65624
  url: this.photo,
64842
- reg: this.host + '/main2'
65625
+ reg: '/main2'
64843
65626
  });
64844
65627
  return _val;
64845
65628
  }
@@ -64853,11 +65636,29 @@ var mainvue_type_script_lang_js_props;
64853
65636
  handler: function handler(val) {
64854
65637
  if (Array.isArray(val) && val.length > 0) {
64855
65638
  this.lists = val;
65639
+ var filesTotalSize = 0;
65640
+ val.forEach(function (item) {
65641
+ filesTotalSize += item.size ? item.size : 0;
65642
+ });
65643
+ this.filesTotalSize = filesTotalSize;
64856
65644
  } else {
64857
65645
  this.getFiles(this.params);
64858
65646
  }
64859
65647
  }
64860
65648
  },
65649
+ value: {
65650
+ immediate: true,
65651
+ deep: true,
65652
+ handler: function handler(val) {
65653
+ if (val && (typeof val === 'undefined' ? 'undefined' : upload_src_mainvue_type_script_lang_js_typeof(val)) === 'object' && this.showFileList) {
65654
+ if (Array.isArray(val)) {
65655
+ this.lists = val;
65656
+ } else {
65657
+ this.lists = [val];
65658
+ }
65659
+ }
65660
+ }
65661
+ },
64861
65662
  params: {
64862
65663
  deep: true,
64863
65664
  handler: function handler(val) {
@@ -64910,7 +65711,7 @@ var mainvue_type_script_lang_js_props;
64910
65711
  if (res.results) {
64911
65712
  _this2.excludeNames = res.results.excludeName;
64912
65713
  _this2.fileAccept = res.results.fileTypeExtName.replace(new RegExp(';', 'gm'), ',');
64913
- _this2.fileSize = res.results.limitFileSize ? res.results.limitFileSize / 1024 / 1024 : 0;
65714
+ _this2.fileSize = res.results.limitFileSize ? res.results.limitFileSize : 0;
64914
65715
  _this2.fileTotalSize = res.results.limitTotalSize;
64915
65716
  }
64916
65717
  }
@@ -64924,7 +65725,6 @@ var mainvue_type_script_lang_js_props;
64924
65725
  getFiles: function getFiles(params) {
64925
65726
  var _this3 = this;
64926
65727
 
64927
- console.log(111, params);
64928
65728
  if (!this.show || this.isRequiredOwnId && !Object.prototype.hasOwnProperty.call(params, 'ownId')) {
64929
65729
  return false;
64930
65730
  }
@@ -64940,6 +65740,11 @@ var mainvue_type_script_lang_js_props;
64940
65740
  _this3.image = JSON.parse(JSON.stringify(res.results))[0];
64941
65741
  } else {
64942
65742
  _this3.lists = JSON.parse(JSON.stringify(res.results));
65743
+ var filesTotalSize = 0;
65744
+ _this3.lists.forEach(function (item) {
65745
+ filesTotalSize += item.size ? item.size : 0;
65746
+ });
65747
+ _this3.filesTotalSize = filesTotalSize;
64943
65748
  _this3.$emit('input', _this3.lists);
64944
65749
  }
64945
65750
  } else {
@@ -64968,11 +65773,11 @@ var mainvue_type_script_lang_js_props;
64968
65773
  var suffix = file.suffix;
64969
65774
  suffix = suffix.toLowerCase();
64970
65775
  if (suffix.includes('doc') || suffix.includes('docx') || suffix.includes('xls') || suffix.includes('xlsx') || suffix.includes('ppt')) {
64971
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["bb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
65776
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["cb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
64972
65777
  } else if (suffix.includes('pdf')) {
64973
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["ab" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
65778
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["bb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
64974
65779
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
64975
- this.imgUrl = this.host + (url ? url : api["Z" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId;
65780
+ this.imgUrl = this.host + (url ? url : api["ab" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId;
64976
65781
  this.title = file.originalName;
64977
65782
  this.showImg = true;
64978
65783
  this.$nextTick(function () {
@@ -64980,12 +65785,12 @@ var mainvue_type_script_lang_js_props;
64980
65785
  });
64981
65786
  } else if (suffix.includes('mp4')) {
64982
65787
  this.source = {
64983
- src: this.host + (url ? url : api["Z" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId
65788
+ src: this.host + (url ? url : api["ab" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId
64984
65789
  };
64985
65790
  this.title = file.originalName;
64986
65791
  this.showVideo = true;
64987
65792
  } else {
64988
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["Z" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId);
65793
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["ab" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId);
64989
65794
  }
64990
65795
  } else {
64991
65796
  utils_util["a" /* default */].win.open(URL.createObjectURL(file.raw));
@@ -65016,9 +65821,33 @@ var mainvue_type_script_lang_js_props;
65016
65821
  };
65017
65822
  },
65018
65823
  isLt: function isLt(file) {
65019
- var flag = this.sizes === 0 ? true : file.size / 1024 / 1024 < this.sizes;
65020
- if (!flag) {
65021
- this.$message.error('上传头像图片大小不能超过 ' + this.sizes + 'MB!');
65824
+ var flag = false;
65825
+ var size = this._size;
65826
+ var text = '单个附件';
65827
+ if (this._size === 0 && this._totalSize === 0) {
65828
+ flag = true;
65829
+ } else if (this._size > 0 && this._totalSize === 0) {
65830
+ flag = file.size < this._size;
65831
+ size = this._size;
65832
+ text = '单个附件';
65833
+ } else if (this._size === 0 && this._totalSize > 0) {
65834
+ flag = this.filesTotalSize + file.size < this._totalSize;
65835
+ size = this._totalSize;
65836
+ text = '附件总';
65837
+ } else {
65838
+ flag = file.size < this._size && this.filesTotalSize + file.size < this._totalSize;
65839
+ if (file.size < this._size) {
65840
+ size = this._size;
65841
+ text = '单个附件';
65842
+ } else {
65843
+ size = this._totalSize;
65844
+ text = '附件总';
65845
+ }
65846
+ }
65847
+ if (flag) {
65848
+ this.filesTotalSize += file.size;
65849
+ } else {
65850
+ this.$message.error('\u4E0A\u4F20' + text + '\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7' + size + 'KB!');
65022
65851
  }
65023
65852
  return flag;
65024
65853
  },
@@ -65033,7 +65862,7 @@ var mainvue_type_script_lang_js_props;
65033
65862
  if (this.beforeUpload) {
65034
65863
  return this.beforeUpload(file);
65035
65864
  }
65036
- return true;
65865
+ return this.isLt(file);
65037
65866
  },
65038
65867
  handleBeforeRemove: function handleBeforeRemove(file, fileList) {
65039
65868
  var _this6 = this;
@@ -65085,12 +65914,12 @@ var mainvue_type_script_lang_js_props;
65085
65914
  }
65086
65915
  },
65087
65916
  handleDownloads: function handleDownloads() {
65088
- var url = typeof this.downloads === 'string' ? this.downloads : api["Nb" /* uploadDownloads */];
65917
+ var url = typeof this.downloads === 'string' ? this.downloads : api["Ob" /* uploadDownloads */];
65089
65918
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
65090
65919
  },
65091
65920
  handleDownload: function handleDownload(file) {
65092
65921
  if (file.status === 'success') {
65093
- var url = typeof this.download === 'string' ? this.download : api["n" /* downloadByAdjunctId */];
65922
+ var url = typeof this.download === 'string' ? this.download : api["o" /* downloadByAdjunctId */];
65094
65923
  utils_util["a" /* default */].win.open(this.host + url + '?adjunctId=' + (file.adjunctId || file.response.adjunctId));
65095
65924
  } else {
65096
65925
  this.aLinkDownload(file);
@@ -65125,7 +65954,7 @@ var mainvue_type_script_lang_js_props;
65125
65954
  ids = ids.join(',');
65126
65955
  utils_util["a" /* default */].ajax({
65127
65956
  method: this.method,
65128
- url: api["Pb" /* uploadSort */],
65957
+ url: api["Qb" /* uploadSort */],
65129
65958
  data: {
65130
65959
  ids: ids
65131
65960
  },
@@ -65222,8 +66051,8 @@ var mainvue_type_script_lang_js_props;
65222
66051
 
65223
66052
  var upload_src_main_component = normalizeComponent(
65224
66053
  packages_upload_src_mainvue_type_script_lang_js_,
65225
- mainvue_type_template_id_f1df4e00_render,
65226
- mainvue_type_template_id_f1df4e00_staticRenderFns,
66054
+ mainvue_type_template_id_757f82dc_render,
66055
+ mainvue_type_template_id_757f82dc_staticRenderFns,
65227
66056
  false,
65228
66057
  null,
65229
66058
  null,
@@ -65685,8 +66514,7 @@ wxlogin_src_main.install = function (Vue) {
65685
66514
 
65686
66515
 
65687
66516
 
65688
-
65689
- var components = [packages_button, button_group, checkbox_group, ca_login, card, cascader, clients, data_table, data_table_form, date_picker, packages_dialog, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, packages_input, input_number, packages_label, login, packages_main, mainComp, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
66517
+ var components = [packages_button, button_group, checkbox_group, card, cascader, clients, data_table, data_table_form, date_picker, packages_dialog, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, packages_input, input_number, packages_label, login, packages_main, mainComp, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
65690
66518
 
65691
66519
  var install = function install(Vue) {
65692
66520
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -65701,12 +66529,11 @@ if (typeof window !== 'undefined' && window.Vue) {
65701
66529
  }
65702
66530
 
65703
66531
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
65704
- version: '0.4.18',
66532
+ version: '0.4.19',
65705
66533
  install: install,
65706
66534
  Button: packages_button,
65707
66535
  ButtonGroup: button_group,
65708
66536
  CheckboxGroup: checkbox_group,
65709
- CaLogin: ca_login,
65710
66537
  Card: card,
65711
66538
  Cascader: cascader,
65712
66539
  Clients: clients,