eoss-ui 0.4.17 → 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 (92) 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 +144 -105
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +1518 -671
  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 +187 -173
  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 +114 -113
  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 +97 -95
  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/flow.css +1 -1
  47. package/lib/theme-chalk/index.css +1 -1
  48. package/lib/theme-chalk/tree.css +1 -1
  49. package/lib/theme-chalk/upload.css +1 -1
  50. package/lib/tips.js +91 -91
  51. package/lib/toolbar.js +2 -2
  52. package/lib/tree-group.js +105 -95
  53. package/lib/tree.js +104 -94
  54. package/lib/upload.js +175 -125
  55. package/lib/wujie.js +90 -90
  56. package/lib/wxlogin.js +90 -90
  57. package/package.json +2 -2
  58. package/packages/data-table-form/src/checkbox.vue +101 -0
  59. package/packages/data-table-form/src/radio.vue +65 -0
  60. package/packages/data-table-form/src/table.vue +34 -6
  61. package/packages/data-table-form/src/tbody.vue +139 -25
  62. package/packages/dialog/src/main.vue +35 -4
  63. package/packages/flow/src/main.vue +103 -87
  64. package/packages/flow/src/selectUser.vue +13 -12
  65. package/packages/flow-group/src/main.vue +22 -13
  66. package/packages/form/src/main.vue +563 -470
  67. package/packages/login/src/main.vue +79 -34
  68. package/packages/main/src/main.vue +6 -6
  69. package/packages/select/src/main.vue +20 -20
  70. package/packages/selector/src/main.vue +9 -9
  71. package/packages/selector-panel/src/main.vue +27 -17
  72. package/packages/tabs/src/main.vue +20 -12
  73. package/packages/theme-chalk/lib/data-table-form.css +1 -1
  74. package/packages/theme-chalk/lib/flow.css +1 -1
  75. package/packages/theme-chalk/lib/index.css +1 -1
  76. package/packages/theme-chalk/lib/tree.css +1 -1
  77. package/packages/theme-chalk/lib/upload.css +1 -1
  78. package/packages/theme-chalk/src/data-table-form.scss +7 -6
  79. package/packages/theme-chalk/src/flow.scss +10 -20
  80. package/packages/theme-chalk/src/index.scss +0 -1
  81. package/packages/theme-chalk/src/tree.scss +1 -1
  82. package/packages/theme-chalk/src/upload.scss +10 -3
  83. package/packages/tree/src/main.vue +20 -13
  84. package/packages/tree-group/src/main.vue +7 -4
  85. package/packages/upload/src/main.vue +77 -20
  86. package/src/index.js +1 -4
  87. package/lib/ca-login.js +0 -326
  88. package/lib/theme-chalk/ca-login.css +0 -1
  89. package/packages/ca-login/index.js +0 -5
  90. package/packages/ca-login/src/main.vue +0 -62
  91. package/packages/theme-chalk/lib/ca-login.css +0 -1
  92. 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
8902
9312
 
8903
9313
 
8904
- // CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=465964dd&
8905
9314
 
9315
+
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=6037733b&
9731
- var mainvue_type_template_id_6037733b_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
@@ -9748,6 +10304,7 @@ var mainvue_type_template_id_6037733b_render = function () {
9748
10304
  "close-on-click-modal": _vm.shadeClose,
9749
10305
  fullscreen: _vm.full,
9750
10306
  drag: _vm.drag,
10307
+ "modal-append-to-body": _vm.modalAppendToBody,
9751
10308
  "append-to-body": _vm.appendToBody,
9752
10309
  id: _vm.wujieName,
9753
10310
  },
@@ -9755,6 +10312,8 @@ var mainvue_type_template_id_6037733b_render = function () {
9755
10312
  "update:visible": function ($event) {
9756
10313
  _vm.show = $event
9757
10314
  },
10315
+ close: _vm.handleClosed,
10316
+ scale: _vm.handleScale,
9758
10317
  },
9759
10318
  },
9760
10319
  "el-dialog",
@@ -9778,7 +10337,7 @@ var mainvue_type_template_id_6037733b_render = function () {
9778
10337
  _vm._b(
9779
10338
  {
9780
10339
  key: index,
9781
- attrs: { model: item.model },
10340
+ attrs: { zoom: _vm.zoom, model: item.model },
9782
10341
  on: {
9783
10342
  "update:model": function ($event) {
9784
10343
  _vm.$set(item, "model", $event)
@@ -9801,7 +10360,7 @@ var mainvue_type_template_id_6037733b_render = function () {
9801
10360
  "es-data-table",
9802
10361
  _vm._g(
9803
10362
  _vm._b(
9804
- { key: index },
10363
+ { key: index, attrs: { zoom: _vm.zoom } },
9805
10364
  "es-data-table",
9806
10365
  _vm.handleExclAttribute({
9807
10366
  data: item,
@@ -9902,7 +10461,7 @@ var mainvue_type_template_id_6037733b_render = function () {
9902
10461
  "es-tree-group",
9903
10462
  _vm._g(
9904
10463
  _vm._b(
9905
- { key: index },
10464
+ { key: index, attrs: { zoom: _vm.zoom } },
9906
10465
  "es-tree-group",
9907
10466
  _vm.handleExclAttribute({
9908
10467
  data: item,
@@ -9936,7 +10495,10 @@ var mainvue_type_template_id_6037733b_render = function () {
9936
10495
  "es-tabs",
9937
10496
  _vm._g(
9938
10497
  _vm._b(
9939
- { key: index, attrs: { full: true } },
10498
+ {
10499
+ key: index,
10500
+ attrs: { full: true, zoom: _vm.zoom },
10501
+ },
9940
10502
  "es-tabs",
9941
10503
  _vm.handleExclAttribute({
9942
10504
  data: item,
@@ -10020,7 +10582,10 @@ var mainvue_type_template_id_6037733b_render = function () {
10020
10582
  _vm._g(
10021
10583
  _vm._b(
10022
10584
  {
10023
- attrs: { model: _vm.contents.model },
10585
+ attrs: {
10586
+ zoom: _vm.zoom,
10587
+ model: _vm.contents.model,
10588
+ },
10024
10589
  on: {
10025
10590
  "update:model": function ($event) {
10026
10591
  _vm.$set(_vm.contents, "model", $event)
@@ -10044,7 +10609,7 @@ var mainvue_type_template_id_6037733b_render = function () {
10044
10609
  "es-data-table",
10045
10610
  _vm._g(
10046
10611
  _vm._b(
10047
- {},
10612
+ { attrs: { zoom: _vm.zoom } },
10048
10613
  "es-data-table",
10049
10614
  _vm.handleExclAttribute({
10050
10615
  data: _vm.contents,
@@ -10147,7 +10712,7 @@ var mainvue_type_template_id_6037733b_render = function () {
10147
10712
  "es-tree-group",
10148
10713
  _vm._g(
10149
10714
  _vm._b(
10150
- {},
10715
+ { attrs: { zoom: _vm.zoom } },
10151
10716
  "es-tree-group",
10152
10717
  _vm.handleExclAttribute({
10153
10718
  data: _vm.contents,
@@ -10165,7 +10730,7 @@ var mainvue_type_template_id_6037733b_render = function () {
10165
10730
  "es-flow-group",
10166
10731
  _vm._g(
10167
10732
  _vm._b(
10168
- {},
10733
+ { attrs: { zoom: _vm.zoom } },
10169
10734
  "es-flow-group",
10170
10735
  _vm.handleExclAttribute({
10171
10736
  data: _vm.contents,
@@ -10182,7 +10747,7 @@ var mainvue_type_template_id_6037733b_render = function () {
10182
10747
  "es-tabs",
10183
10748
  _vm._g(
10184
10749
  _vm._b(
10185
- { attrs: { full: true } },
10750
+ { attrs: { full: true, zoom: _vm.zoom } },
10186
10751
  "es-tabs",
10187
10752
  _vm.handleExclAttribute({
10188
10753
  data: _vm.contents,
@@ -10234,11 +10799,11 @@ var mainvue_type_template_id_6037733b_render = function () {
10234
10799
  2
10235
10800
  )
10236
10801
  }
10237
- var mainvue_type_template_id_6037733b_staticRenderFns = []
10238
- mainvue_type_template_id_6037733b_render._withStripped = true
10802
+ var mainvue_type_template_id_45639bca_staticRenderFns = []
10803
+ mainvue_type_template_id_45639bca_render._withStripped = true
10239
10804
 
10240
10805
 
10241
- // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=6037733b&
10806
+ // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=45639bca&
10242
10807
 
10243
10808
  // EXTERNAL MODULE: external "wujie-vue2"
10244
10809
  var external_wujie_vue2_ = __webpack_require__(11);
@@ -10511,6 +11076,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
10511
11076
  //
10512
11077
  //
10513
11078
  //
11079
+ //
11080
+ //
11081
+ //
11082
+ //
11083
+ //
11084
+ //
11085
+ //
11086
+ //
11087
+ //
11088
+ //
11089
+ //
11090
+ //
10514
11091
 
10515
11092
 
10516
11093
 
@@ -10522,7 +11099,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10522
11099
  inheritAttrs: false,
10523
11100
  provide: function provide() {
10524
11101
  return {
10525
- esDialog: this
11102
+ esDialog: this,
11103
+ scale: this.zoom
10526
11104
  };
10527
11105
  },
10528
11106
 
@@ -10562,6 +11140,10 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10562
11140
  type: Boolean,
10563
11141
  default: true
10564
11142
  },
11143
+ modalAppendToBody: {
11144
+ type: Boolean,
11145
+ default: true
11146
+ },
10565
11147
  appendToBody: {
10566
11148
  type: [Boolean, String],
10567
11149
  default: true
@@ -10580,7 +11162,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10580
11162
  drag: {
10581
11163
  type: Boolean,
10582
11164
  default: true
10583
- }
11165
+ },
11166
+ closeParent: Boolean
10584
11167
  },
10585
11168
  computed: {
10586
11169
  wujieName: function wujieName() {
@@ -10612,7 +11195,9 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10612
11195
  show: this.visible,
10613
11196
  defaultProps: {},
10614
11197
  wd: '',
10615
- ht: ''
11198
+ ht: '',
11199
+ zoom: 1,
11200
+ scale: {}
10616
11201
  };
10617
11202
  },
10618
11203
  created: function created() {
@@ -10734,6 +11319,13 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10734
11319
  handleShow: function handleShow() {
10735
11320
  this.show = true;
10736
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
+ },
10737
11329
  handleClose: function handleClose() {
10738
11330
  var reload = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
10739
11331
 
@@ -10747,6 +11339,10 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10747
11339
  }
10748
11340
  }
10749
11341
  }
11342
+ },
11343
+ handleScale: function handleScale(res) {
11344
+ this.zoom = res;
11345
+ this.$emit('scale', res);
10750
11346
  }
10751
11347
  }
10752
11348
  });
@@ -10762,8 +11358,8 @@ var mainvue_type_script_lang_js_bus = external_wujie_vue2_default.a.bus;
10762
11358
 
10763
11359
  var dialog_src_main_component = normalizeComponent(
10764
11360
  packages_dialog_src_mainvue_type_script_lang_js_,
10765
- mainvue_type_template_id_6037733b_render,
10766
- mainvue_type_template_id_6037733b_staticRenderFns,
11361
+ mainvue_type_template_id_45639bca_render,
11362
+ mainvue_type_template_id_45639bca_staticRenderFns,
10767
11363
  false,
10768
11364
  null,
10769
11365
  null,
@@ -11029,8 +11625,8 @@ error_page_src_main.install = function (Vue) {
11029
11625
  };
11030
11626
 
11031
11627
  /* harmony default export */ var error_page = (error_page_src_main);
11032
- // 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&
11033
- 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 () {
11034
11630
  var _vm = this
11035
11631
  var _h = _vm.$createElement
11036
11632
  var _c = _vm._self._c || _h
@@ -19574,11 +20170,11 @@ var mainvue_type_template_id_79406044_render = function () {
19574
20170
  2
19575
20171
  )
19576
20172
  }
19577
- var mainvue_type_template_id_79406044_staticRenderFns = []
19578
- 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
19579
20175
 
19580
20176
 
19581
- // 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&
19582
20178
 
19583
20179
  // CONCATENATED MODULE: ./src/utils/rules.js
19584
20180
  // 手机号
@@ -23061,7 +23657,12 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23061
23657
  parseValue: [Object, Function],
23062
23658
  //是否自动生成id
23063
23659
  autoId: [Boolean, String],
23064
- paramId: String
23660
+ paramId: String,
23661
+ level: {
23662
+ type: Number,
23663
+ default: 3
23664
+ },
23665
+ zoom: false
23065
23666
  },
23066
23667
  data: function data() {
23067
23668
  return {
@@ -23106,7 +23707,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23106
23707
  if (this.businessId !== undefined) {
23107
23708
  data[typeof this.autoId === 'string' ? this.autoId : 'id'] = this.businessId;
23108
23709
  } else if (typeof this.model !== 'string' && this.autoId) {
23109
- if (typeof this.autoId === 'boolean' && !this.model.id) {
23710
+ if (typeof this.autoId === 'boolean' && (!this.model || !this.model.id)) {
23110
23711
  data = { id: this.uuid };
23111
23712
  } else if (!this.model[this.autoId]) {
23112
23713
  data[this.autoId] = this.uuid;
@@ -23279,6 +23880,13 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23279
23880
  }
23280
23881
  }
23281
23882
  },
23883
+ zoom: {
23884
+ handler: function handler(val) {
23885
+ if (!this.height && this.display) {
23886
+ this.getHeight();
23887
+ }
23888
+ }
23889
+ },
23282
23890
  model: {
23283
23891
  immediate: true,
23284
23892
  deep: true,
@@ -23328,9 +23936,17 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23328
23936
  var pt = parseInt(utils_util["a" /* default */].getStyle(this.$el.parentNode, 'padding-top'), 10) || 0;
23329
23937
  var pb = parseInt(utils_util["a" /* default */].getStyle(this.$el.parentNode, 'padding-bottom'), 10) || 0;
23330
23938
  var btn = this.readonly || !this.showButton ? 0 : 48;
23939
+ var ph = this.$el.parentNode.offsetHeight;
23331
23940
  this.newHeight = this.$el.parentNode.offsetHeight - pt - pb - btn + 'px';
23332
23941
  }
23333
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
+ },
23334
23950
  getContent: function getContent() {
23335
23951
  var _this3 = this;
23336
23952
 
@@ -23338,7 +23954,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23338
23954
  this.loading = true;
23339
23955
  var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
23340
23956
  utils_util["a" /* default */].ajax({
23341
- url: api["t" /* formContents */],
23957
+ url: api["u" /* formContents */],
23342
23958
  data: params,
23343
23959
  params: params
23344
23960
  }).then(function (res) {
@@ -23747,16 +24363,18 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23747
24363
  this.$refs.esForm && this.$refs.esForm.clearValidate();
23748
24364
  },
23749
24365
  submitData: function submitData(handle) {
24366
+ var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
24367
+
23750
24368
  var _this10 = this;
23751
24369
 
23752
- var close = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
23753
24370
  var type = arguments[2];
24371
+ var validate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
23754
24372
 
23755
24373
  if (!handle) {
23756
24374
  handle = this.handles || {};
23757
24375
  }
23758
24376
  return new Promise(function (resolve, reject) {
23759
- _this10.$refs.esForm.validate(function () {
24377
+ validate ? _this10.$refs.esForm.validate(function () {
23760
24378
  var _ref3 = src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3(valid, fields, triggers) {
23761
24379
  var models, param, loading;
23762
24380
  return regenerator_default.a.wrap(function _callee3$(_context3) {
@@ -23832,10 +24450,69 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23832
24450
  }, _callee3, _this10);
23833
24451
  }));
23834
24452
 
23835
- return function (_x8, _x9, _x10) {
24453
+ return function (_x9, _x10, _x11) {
23836
24454
  return _ref3.apply(this, arguments);
23837
24455
  };
23838
- }());
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
+ }))();
23839
24516
  });
23840
24517
  },
23841
24518
  getVal: function getVal(value, keys) {
@@ -23977,9 +24654,9 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
23977
24654
  }
23978
24655
  return undefined;
23979
24656
  },
23980
- handleExclAttribute: function handleExclAttribute(_ref4) {
23981
- var data = _ref4.data,
23982
- attrs = _ref4.attrs;
24657
+ handleExclAttribute: function handleExclAttribute(_ref5) {
24658
+ var data = _ref5.data,
24659
+ attrs = _ref5.attrs;
23983
24660
 
23984
24661
  return utils_util["a" /* default */].exclAttribute({
23985
24662
  data: data,
@@ -24000,8 +24677,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
24000
24677
 
24001
24678
  var form_src_main_component = normalizeComponent(
24002
24679
  packages_form_src_mainvue_type_script_lang_js_,
24003
- mainvue_type_template_id_79406044_render,
24004
- mainvue_type_template_id_79406044_staticRenderFns,
24680
+ mainvue_type_template_id_476d02ea_render,
24681
+ mainvue_type_template_id_476d02ea_staticRenderFns,
24005
24682
  false,
24006
24683
  null,
24007
24684
  null,
@@ -24018,8 +24695,8 @@ form_src_main.install = function (Vue) {
24018
24695
  };
24019
24696
 
24020
24697
  /* harmony default export */ var packages_form = (form_src_main);
24021
- // 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&
24022
- 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 () {
24023
24700
  var _vm = this
24024
24701
  var _h = _vm.$createElement
24025
24702
  var _c = _vm._self._c || _h
@@ -24912,7 +25589,7 @@ var mainvue_type_template_id_e09d3650_render = function () {
24912
25589
  },
24913
25590
  ],
24914
25591
  staticStyle: {
24915
- "{ border": "1px solid #ccc",
25592
+ "{\n border": "1px solid #ccc",
24916
25593
  padding: "5px",
24917
25594
  "border-radius": "5px",
24918
25595
  "font-size": "13px",
@@ -25010,7 +25687,7 @@ var mainvue_type_template_id_e09d3650_render = function () {
25010
25687
  click: function ($event) {
25011
25688
  item.event === "sub"
25012
25689
  ? _vm.subProcess()
25013
- : _vm.saveInfo()
25690
+ : _vm.saveInfo(false, item)
25014
25691
  },
25015
25692
  },
25016
25693
  },
@@ -25338,11 +26015,11 @@ var mainvue_type_template_id_e09d3650_render = function () {
25338
26015
  1
25339
26016
  )
25340
26017
  }
25341
- var mainvue_type_template_id_e09d3650_staticRenderFns = []
25342
- 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
25343
26020
 
25344
26021
 
25345
- // 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&
25346
26023
 
25347
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&
25348
26025
  var CommonOpinionsvue_type_template_id_7caa8c4c_render = function () {
@@ -25884,7 +26561,7 @@ formvue_type_template_id_c3a13696_render._withStripped = true
25884
26561
 
25885
26562
  this.loading = true;
25886
26563
  utils_util["a" /* default */].ajax({
25887
- url: id ? api["o" /* editCommonOpion */] : api["a" /* addCommonOpion */],
26564
+ url: id ? api["p" /* editCommonOpion */] : api["a" /* addCommonOpion */],
25888
26565
  params: { id: id }
25889
26566
  }).then(function (res) {
25890
26567
  var status = res.status,
@@ -26203,7 +26880,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
26203
26880
  }
26204
26881
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
26205
26882
  utils_util["a" /* default */].ajax({
26206
- url: data.id ? api["Kb" /* updateCommonOpinion */] : api["eb" /* saveCommonOpinion */],
26883
+ url: data.id ? api["Lb" /* updateCommonOpinion */] : api["fb" /* saveCommonOpinion */],
26207
26884
  data: info,
26208
26885
  header: { 'Content-Type': 'multipart/form-data' },
26209
26886
  method: 'post'
@@ -26735,8 +27412,8 @@ processFormvue_type_template_id_d510785c_render._withStripped = true
26735
27412
 
26736
27413
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d510785c&
26737
27414
 
26738
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=99dc77cc&
26739
- var selectUservue_type_template_id_99dc77cc_render = function () {
27415
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3190cc8c&
27416
+ var selectUservue_type_template_id_3190cc8c_render = function () {
26740
27417
  var _vm = this
26741
27418
  var _h = _vm.$createElement
26742
27419
  var _c = _vm._self._c || _h
@@ -26831,28 +27508,35 @@ var selectUservue_type_template_id_99dc77cc_render = function () {
26831
27508
  },
26832
27509
  })
26833
27510
  : !_vm.disabled && _vm.isChange
26834
- ? _c("es-selector", {
26835
- class: _vm.isCustomUser ? "" : "no-icon",
26836
- attrs: {
26837
- "value-type": "string",
26838
- types: _vm.types,
26839
- tabs: _vm.tabs,
26840
- title: _vm.title,
26841
- mix: _vm.mix,
26842
- disabled: !_vm.isCustomUser,
26843
- filterable: Boolean(_vm.isCustomUser),
26844
- multiple: _vm.newMultiple,
26845
- param: _vm.newParams,
26846
- },
26847
- on: { cancel: _vm.cancelSelectUser, change: _vm.getSelectUser },
26848
- model: {
26849
- value: _vm.newSelectUserList,
26850
- callback: function ($$v) {
26851
- _vm.newSelectUserList = $$v
27511
+ ? _c(
27512
+ "es-selector",
27513
+ {
27514
+ class: _vm.isCustomUser ? "" : "no-icon",
27515
+ attrs: {
27516
+ "value-type": "string",
27517
+ types: _vm.types,
27518
+ tabs: _vm.tabs,
27519
+ title: _vm.title,
27520
+ mix: _vm.mix,
27521
+ disabled: !_vm.isCustomUser,
27522
+ filterable: Boolean(_vm.isCustomUser),
27523
+ multiple: _vm.newMultiple,
27524
+ param: _vm.newParams,
27525
+ },
27526
+ on: {
27527
+ cancel: _vm.cancelSelectUser,
27528
+ change: _vm.getSelectUser,
27529
+ },
27530
+ model: {
27531
+ value: _vm.newSelectUserList,
27532
+ callback: function ($$v) {
27533
+ _vm.newSelectUserList = $$v
27534
+ },
27535
+ expression: "newSelectUserList",
26852
27536
  },
26853
- expression: "newSelectUserList",
26854
27537
  },
26855
- })
27538
+ [_c("i", { staticClass: "es-icon-user" })]
27539
+ )
26856
27540
  : _vm._e(),
26857
27541
  ],
26858
27542
  1
@@ -26861,11 +27545,11 @@ var selectUservue_type_template_id_99dc77cc_render = function () {
26861
27545
  2
26862
27546
  )
26863
27547
  }
26864
- var selectUservue_type_template_id_99dc77cc_staticRenderFns = []
26865
- selectUservue_type_template_id_99dc77cc_render._withStripped = true
27548
+ var selectUservue_type_template_id_3190cc8c_staticRenderFns = []
27549
+ selectUservue_type_template_id_3190cc8c_render._withStripped = true
26866
27550
 
26867
27551
 
26868
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=99dc77cc&
27552
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3190cc8c&
26869
27553
 
26870
27554
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
26871
27555
  var selectUservue_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; };
@@ -26952,6 +27636,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
26952
27636
  //
26953
27637
  //
26954
27638
  //
27639
+ //
26955
27640
 
26956
27641
 
26957
27642
 
@@ -27038,7 +27723,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
27038
27723
  newNextUser: [],
27039
27724
  newOptions: [],
27040
27725
  newSelectUserList: [],
27041
- url: api["L" /* handleInfo */],
27726
+ url: api["M" /* handleInfo */],
27042
27727
  newCheckboxList: [],
27043
27728
  newPresetEdit: 0,
27044
27729
  newMultiple: false,
@@ -27155,7 +27840,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
27155
27840
  if (query !== '') {
27156
27841
  this.searchLoading = true;
27157
27842
  utils_util["a" /* default */].ajax({
27158
- url: api["L" /* handleInfo */],
27843
+ url: api["M" /* handleInfo */],
27159
27844
  params: { searchKey: query, query: query, type: 'user' }
27160
27845
  }).then(function (res) {
27161
27846
  var status = res.status,
@@ -27326,8 +28011,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
27326
28011
 
27327
28012
  var selectUser_component = normalizeComponent(
27328
28013
  src_selectUservue_type_script_lang_js_,
27329
- selectUservue_type_template_id_99dc77cc_render,
27330
- selectUservue_type_template_id_99dc77cc_staticRenderFns,
28014
+ selectUservue_type_template_id_3190cc8c_render,
28015
+ selectUservue_type_template_id_3190cc8c_staticRenderFns,
27331
28016
  false,
27332
28017
  null,
27333
28018
  null,
@@ -27555,7 +28240,7 @@ var CustomPresetvue_type_script_lang_js_components;
27555
28240
  nextNodeId: nodeId,
27556
28241
  businessId: this.id
27557
28242
  };
27558
- 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) {
27559
28244
  var status = res.status,
27560
28245
  message = res.message,
27561
28246
  _res$data = res.data,
@@ -27652,7 +28337,7 @@ var CustomPresetvue_type_script_lang_js_components;
27652
28337
 
27653
28338
  isNoStart && (this.newPresetList = []);
27654
28339
  var params = {
27655
- url: api["E" /* getPresetCustomInfo */],
28340
+ url: api["F" /* getPresetCustomInfo */],
27656
28341
  params: {
27657
28342
  nodeId: nodeId,
27658
28343
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -27999,7 +28684,7 @@ var Presetvue_type_script_lang_js_components;
27999
28684
  nodeId = this.nodeId;
28000
28685
 
28001
28686
  var params = {
28002
- url: api["F" /* getPresetNodeInfo */],
28687
+ url: api["G" /* getPresetNodeInfo */],
28003
28688
  params: {
28004
28689
  nextNodeId: nextNodeId,
28005
28690
  processDefinitionId: processDefinitionId,
@@ -28596,7 +29281,7 @@ var processFormvue_type_script_lang_js_components;
28596
29281
  var _this = this;
28597
29282
 
28598
29283
  utils_util["a" /* default */].ajax({
28599
- url: api["q" /* findCodeValues */],
29284
+ url: api["r" /* findCodeValues */],
28600
29285
  params: { ccCode: 'notification_type' }
28601
29286
  }).then(function (res) {
28602
29287
  var status = res.status,
@@ -28622,7 +29307,7 @@ var processFormvue_type_script_lang_js_components;
28622
29307
  nodeId: this.nextNode.nextNode,
28623
29308
  businessId: this.id
28624
29309
  };
28625
- 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) {
28626
29311
  if (res.status === 'success') {
28627
29312
  _this2.nextNode.noticeInfo = res.message;
28628
29313
  }
@@ -28692,7 +29377,7 @@ var processFormvue_type_script_lang_js_components;
28692
29377
  opinion: newOpinion
28693
29378
  };
28694
29379
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
28695
- 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) {
28696
29381
  var status = res.status,
28697
29382
  message = res.message;
28698
29383
 
@@ -28722,7 +29407,7 @@ var processFormvue_type_script_lang_js_components;
28722
29407
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
28723
29408
  businessId: this.id
28724
29409
  };
28725
- 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) {
28726
29411
  var status = res.status,
28727
29412
  message = res.message,
28728
29413
  _res$data = res.data,
@@ -28809,7 +29494,7 @@ var processFormvue_type_script_lang_js_components;
28809
29494
  var _this5 = this;
28810
29495
 
28811
29496
  utils_util["a" /* default */].ajax({
28812
- url: api["s" /* findSysCodes */]
29497
+ url: api["t" /* findSysCodes */]
28813
29498
  }).then(function (res) {
28814
29499
  var status = res.status,
28815
29500
  message = res.message;
@@ -28878,7 +29563,7 @@ var processFormvue_type_script_lang_js_components;
28878
29563
  businessId: this.businessId
28879
29564
  };
28880
29565
  // 获取节点
28881
- 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) {
28882
29567
  //pc接口返回数据处理
28883
29568
  var status = res.status,
28884
29569
  message = res.message,
@@ -29471,7 +30156,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
29471
30156
  notificationType = _sendInfo.notificationType;
29472
30157
 
29473
30158
  var params = {
29474
- url: api["ib" /* sendMsg */],
30159
+ url: api["jb" /* sendMsg */],
29475
30160
  headers: { Accept: 'application/json,text/plain' },
29476
30161
  method: 'post',
29477
30162
  data: {
@@ -29533,7 +30218,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
29533
30218
 
29534
30219
  this.loading = true;
29535
30220
  utils_util["a" /* default */].ajax({
29536
- url: api["wb" /* toSendMsg */],
30221
+ url: api["xb" /* toSendMsg */],
29537
30222
  params: { pendingId: this.$attrs.pendingId }
29538
30223
  }).then(function (res) {
29539
30224
  var status = res.status,
@@ -30311,7 +30996,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30311
30996
  var _this = this;
30312
30997
 
30313
30998
  utils_util["a" /* default */].ajax({
30314
- url: api["q" /* findCodeValues */],
30999
+ url: api["r" /* findCodeValues */],
30315
31000
  params: { ccCode: 'notification_type' }
30316
31001
  }).then(function (res) {
30317
31002
  var status = res.status,
@@ -30348,7 +31033,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30348
31033
  userId: utils_util["a" /* default */].getStorage('userId'),
30349
31034
  nextNodeId: _this2.nextNode.nextNodeId
30350
31035
  };
30351
- 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) {
30352
31037
  var status = res.status,
30353
31038
  message = res.message;
30354
31039
 
@@ -30379,7 +31064,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30379
31064
  var _this3 = this;
30380
31065
 
30381
31066
  utils_util["a" /* default */].ajax({
30382
- url: api["s" /* findSysCodes */]
31067
+ url: api["t" /* findSysCodes */]
30383
31068
  }).then(function (res) {
30384
31069
  var status = res.status,
30385
31070
  message = res.message;
@@ -30403,7 +31088,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
30403
31088
  isSinglePage: false,
30404
31089
  opinion: this.option
30405
31090
  };
30406
- 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) {
30407
31092
  var status = res.status,
30408
31093
  message = res.message,
30409
31094
  _res$data = res.data,
@@ -31075,7 +31760,7 @@ var startTaskReadvue_type_script_lang_js_components;
31075
31760
  taskExamine = this.taskExamine;
31076
31761
 
31077
31762
  var params = {
31078
- url: api["Eb" /* toTaskTransferIndex */],
31763
+ url: api["Fb" /* toTaskTransferIndex */],
31079
31764
  params: {
31080
31765
  opinion: opinion,
31081
31766
  pendingId: pendingId,
@@ -31200,7 +31885,7 @@ var startTaskReadvue_type_script_lang_js_components;
31200
31885
  var _this3 = this;
31201
31886
 
31202
31887
  var params = {
31203
- url: api["yb" /* toStartTaskRead */],
31888
+ url: api["zb" /* toStartTaskRead */],
31204
31889
  params: { pendingId: this.pendingId, taskAction: this.type }
31205
31890
  };
31206
31891
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -31239,7 +31924,7 @@ var startTaskReadvue_type_script_lang_js_components;
31239
31924
  var _this5 = this;
31240
31925
 
31241
31926
  utils_util["a" /* default */].ajax({
31242
- url: api["q" /* findCodeValues */],
31927
+ url: api["r" /* findCodeValues */],
31243
31928
  params: { ccCode: 'notification_type' }
31244
31929
  }).then(function (res) {
31245
31930
  var status = res.status,
@@ -31270,7 +31955,7 @@ var startTaskReadvue_type_script_lang_js_components;
31270
31955
  multiple = this.multiple;
31271
31956
 
31272
31957
  var params = {
31273
- url: api["rb" /* taskTransfer */],
31958
+ url: api["sb" /* taskTransfer */],
31274
31959
  data: {
31275
31960
  choiceDeptId: choiceDeptId,
31276
31961
  choiceOrgId: choiceOrgId,
@@ -31357,7 +32042,7 @@ var startTaskReadvue_type_script_lang_js_components;
31357
32042
  !download && delete params.isDownload;
31358
32043
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
31359
32044
  utils_util["a" /* default */].ajax({
31360
- url: api["mb" /* taskReadHtml */],
32045
+ url: api["nb" /* taskReadHtml */],
31361
32046
  params: { taskAction: _this7.type },
31362
32047
  headers: { Accept: 'application/json,text/plain' },
31363
32048
  method: 'post',
@@ -31394,7 +32079,7 @@ var startTaskReadvue_type_script_lang_js_components;
31394
32079
 
31395
32080
  this.loading = true;
31396
32081
  utils_util["a" /* default */].ajax({
31397
- url: api["s" /* findSysCodes */]
32082
+ url: api["t" /* findSysCodes */]
31398
32083
  }).then(function (res) {
31399
32084
  var status = res.status,
31400
32085
  message = res.message;
@@ -31849,7 +32534,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
31849
32534
  pendingId = this.pendingId;
31850
32535
 
31851
32536
  var params = {
31852
- url: api["ob" /* taskReview */],
32537
+ url: api["pb" /* taskReview */],
31853
32538
  data: {
31854
32539
  nextUserId: nextOtherOrgObj,
31855
32540
  notificationType: noticeType.join(','),
@@ -31885,7 +32570,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
31885
32570
  var _this2 = this;
31886
32571
 
31887
32572
  var params = {
31888
- url: api["Bb" /* toTaskReview */],
32573
+ url: api["Cb" /* toTaskReview */],
31889
32574
  params: { pendingId: this.pendingId }
31890
32575
  };
31891
32576
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -31920,7 +32605,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
31920
32605
  var _this3 = this;
31921
32606
 
31922
32607
  var params = {
31923
- 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 */],
31924
32609
  params: { pendingId: this.pendingId },
31925
32610
  headers: { Accept: 'application/json,text/plain' }
31926
32611
  };
@@ -32014,7 +32699,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32014
32699
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
32015
32700
  // return this.$message.warning('暂未开放,敬请期待!');
32016
32701
  var param = {
32017
- 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 */],
32018
32703
  data: {
32019
32704
  opinion: opinion,
32020
32705
  pendingId: pendingId,
@@ -32070,7 +32755,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32070
32755
  var _this5 = this;
32071
32756
 
32072
32757
  utils_util["a" /* default */].ajax({
32073
- url: api["q" /* findCodeValues */],
32758
+ url: api["r" /* findCodeValues */],
32074
32759
  params: { ccCode: 'notification_type' }
32075
32760
  }).then(function (res) {
32076
32761
  var status = res.status,
@@ -32095,7 +32780,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32095
32780
  var params = {
32096
32781
  pendingId: this.pendingId
32097
32782
  };
32098
- 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) {
32099
32784
  if (res.status === 'success') {
32100
32785
  _this6.infoList.noticeInfo = res.message;
32101
32786
  }
@@ -32111,7 +32796,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
32111
32796
  var _this7 = this;
32112
32797
 
32113
32798
  utils_util["a" /* default */].ajax({
32114
- url: api["s" /* findSysCodes */]
32799
+ url: api["t" /* findSysCodes */]
32115
32800
  }).then(function (res) {
32116
32801
  var status = res.status,
32117
32802
  message = res.message;
@@ -32695,8 +33380,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
32695
33380
  //
32696
33381
  //
32697
33382
  //
32698
- //
32699
- //
32700
33383
 
32701
33384
 
32702
33385
 
@@ -32941,7 +33624,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
32941
33624
  var _this = this;
32942
33625
 
32943
33626
  var params = {
32944
- url: api["u" /* getAdjunctFileInfos */],
33627
+ url: api["v" /* getAdjunctFileInfos */],
32945
33628
  params: { ownId: ownId, code: code }
32946
33629
  };
32947
33630
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -33024,7 +33707,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33024
33707
  opinion: _this2.value
33025
33708
  };
33026
33709
  utils_util["a" /* default */].ajax({
33027
- url: api["mb" /* taskReadHtml */],
33710
+ url: api["nb" /* taskReadHtml */],
33028
33711
  params: { taskAction: 'complete' },
33029
33712
  headers: { Accept: 'application/json,text/plain' },
33030
33713
  method: 'post',
@@ -33054,7 +33737,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33054
33737
 
33055
33738
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
33056
33739
  utils_util["a" /* default */].ajax({
33057
- url: api["zb" /* toStartTaskReadIndex */],
33740
+ url: api["Ab" /* toStartTaskReadIndex */],
33058
33741
  params: { pendingId: this.pendingId }
33059
33742
  }).then(function (res) {
33060
33743
  var status = res.status,
@@ -33088,7 +33771,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33088
33771
  if (mainConfig) {
33089
33772
  this.userModel = JSON.parse(mainConfig).userModel;
33090
33773
  } else {
33091
- 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) {
33092
33775
  var status = res.status,
33093
33776
  data = res.data;
33094
33777
 
@@ -33123,7 +33806,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33123
33806
  var _this5 = this;
33124
33807
 
33125
33808
  utils_util["a" /* default */].ajax({
33126
- url: api["q" /* findCodeValues */],
33809
+ url: api["r" /* findCodeValues */],
33127
33810
  params: { ccCode: 'notification_type' }
33128
33811
  }).then(function (res) {
33129
33812
  var status = res.status,
@@ -33145,13 +33828,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33145
33828
  * @author liufan
33146
33829
  * @date 2022年9月9日
33147
33830
  **/
33148
- saveInfo: function saveInfo(type) {
33831
+ saveInfo: function saveInfo(type, btn) {
33149
33832
  var _this6 = this;
33150
33833
 
33151
33834
  if (this.isFlow) {
33152
33835
  if (!type) {
33153
- if (this.beforeSubmit != undefined) {
33154
- 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) {
33155
33842
  _this6.$emit('save', _this6.businessIds);
33156
33843
  }).catch(function (e) {});
33157
33844
  } else {
@@ -33159,10 +33846,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33159
33846
  }
33160
33847
  }
33161
33848
  } else {
33162
- 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) {
33163
33854
  this.subFun(this.saveFlowInfo);
33164
33855
  } else if (!type && this.beforeSubmit != undefined) {
33165
- this.beforeSubmit(2).then(function (next) {
33856
+ this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
33166
33857
  _this6.saveFlowInfo();
33167
33858
  }).catch(function (e) {});
33168
33859
  } else {
@@ -33178,7 +33869,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33178
33869
  pendingId: this.pendingId
33179
33870
  };
33180
33871
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
33181
- 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) {
33182
33873
  var status = res.status,
33183
33874
  message = res.message;
33184
33875
 
@@ -33234,7 +33925,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33234
33925
  var _this8 = this;
33235
33926
 
33236
33927
  utils_util["a" /* default */].ajax({
33237
- url: api["s" /* findSysCodes */]
33928
+ url: api["t" /* findSysCodes */]
33238
33929
  }).then(function (res) {
33239
33930
  var status = res.status,
33240
33931
  message = res.message;
@@ -33261,7 +33952,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33261
33952
 
33262
33953
  this.$confirm('确认' + res.value + '?').then(function () {
33263
33954
  var params = {
33264
- url: api["p" /* endFlowHtml */],
33955
+ url: api["q" /* endFlowHtml */],
33265
33956
  headers: { Accept: 'application/json,text/plain' },
33266
33957
  method: 'post',
33267
33958
  data: flow_src_mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
@@ -33388,7 +34079,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33388
34079
  var _this10 = this;
33389
34080
 
33390
34081
  var params = {
33391
- url: api["R" /* isCanStartSubFlow */],
34082
+ url: api["S" /* isCanStartSubFlow */],
33392
34083
  params: {
33393
34084
  appId: this.taskExamineInfo.appId,
33394
34085
  inevitableNode: res.inevitableNode
@@ -33459,7 +34150,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33459
34150
  this.$confirm('确认' + res.value + '?').then(function () {
33460
34151
  if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
33461
34152
  var params = {
33462
- url: api["db" /* rejectAndEnd */],
34153
+ url: api["eb" /* rejectAndEnd */],
33463
34154
  headers: { Accept: 'application/json,text/plain' },
33464
34155
  method: 'post',
33465
34156
  params: {
@@ -33522,7 +34213,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33522
34213
  pendingId: this.pendingId,
33523
34214
  businessId: this.businessIds
33524
34215
  };
33525
- 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) {
33526
34217
  var status = res.status,
33527
34218
  message = res.message,
33528
34219
  data = res.data;
@@ -33696,7 +34387,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33696
34387
  pendingId: this.pendingId,
33697
34388
  userId: utils_util["a" /* default */].getStorage('userId')
33698
34389
  };
33699
- 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) {
33700
34391
  //pc返回数据
33701
34392
  var status = res.status,
33702
34393
  message = res.message,
@@ -33932,7 +34623,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33932
34623
  // onlyFlag: true
33933
34624
  };
33934
34625
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
33935
- 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) {
33936
34627
  var status = res.status,
33937
34628
  message = res.message,
33938
34629
  data = res.data;
@@ -33977,7 +34668,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
33977
34668
  userId: utils_util["a" /* default */].getStorage('userId'),
33978
34669
  type: 2
33979
34670
  };
33980
- 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) {
33981
34672
  var rCode = res.rCode,
33982
34673
  msg = res.msg,
33983
34674
  results = res.results;
@@ -34180,7 +34871,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34180
34871
  // this.value = this.value
34181
34872
  // }
34182
34873
  _this18.loading = utils_util["a" /* default */].loading(_this18.$loading, '提交中...');
34183
- 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) {
34184
34875
  var status = res.status,
34185
34876
  message = res.message;
34186
34877
 
@@ -34231,8 +34922,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34231
34922
 
34232
34923
  var flow_src_main_component = normalizeComponent(
34233
34924
  packages_flow_src_mainvue_type_script_lang_js_,
34234
- mainvue_type_template_id_e09d3650_render,
34235
- mainvue_type_template_id_e09d3650_staticRenderFns,
34925
+ mainvue_type_template_id_1cd64e1e_render,
34926
+ mainvue_type_template_id_1cd64e1e_staticRenderFns,
34236
34927
  false,
34237
34928
  null,
34238
34929
  null,
@@ -34249,8 +34940,8 @@ flow_src_main.install = function (Vue) {
34249
34940
  };
34250
34941
 
34251
34942
  /* harmony default export */ var packages_flow = (flow_src_main);
34252
- // 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&
34253
- 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 () {
34254
34945
  var _vm = this
34255
34946
  var _h = _vm.$createElement
34256
34947
  var _c = _vm._self._c || _h
@@ -34375,6 +35066,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34375
35066
  String(
34376
35067
  indexs
34377
35068
  ),
35069
+ zoom: _vm.zoom,
34378
35070
  },
34379
35071
  },
34380
35072
  "es-data-table",
@@ -34503,6 +35195,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34503
35195
  attrs: {
34504
35196
  appId:
34505
35197
  _vm.taskExamineAppId,
35198
+ zoom: _vm.zoom,
34506
35199
  display:
34507
35200
  _vm.activeName ===
34508
35201
  String(
@@ -34627,6 +35320,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34627
35320
  model: item.model,
34628
35321
  businessId:
34629
35322
  _vm.businessId,
35323
+ zoom: _vm.zoom,
34630
35324
  },
34631
35325
  on: {
34632
35326
  "update:businessId":
@@ -34685,6 +35379,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34685
35379
  attrs: {
34686
35380
  appId:
34687
35381
  _vm.taskExamineAppId,
35382
+ zoom: _vm.zoom,
34688
35383
  display:
34689
35384
  _vm.activeName ===
34690
35385
  String(indexs),
@@ -34814,6 +35509,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34814
35509
  attrs: {
34815
35510
  appId:
34816
35511
  _vm.taskExamineAppId,
35512
+ zoom: _vm.zoom,
34817
35513
  display:
34818
35514
  _vm.activeName ===
34819
35515
  String(indexs),
@@ -34960,6 +35656,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
34960
35656
  attrs: {
34961
35657
  "show-button": false,
34962
35658
  full: "",
35659
+ zoom: _vm.zoom,
34963
35660
  autoId: true,
34964
35661
  businessId: _vm.businessId,
34965
35662
  closeDialog: false,
@@ -35019,6 +35716,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
35019
35716
  },
35020
35717
  attrs: {
35021
35718
  appId: _vm.taskExamineAppId,
35719
+ zoom: _vm.zoom,
35022
35720
  display:
35023
35721
  _vm.activeName ===
35024
35722
  String(indexs),
@@ -35141,6 +35839,7 @@ var mainvue_type_template_id_0723dbaa_render = function () {
35141
35839
  {
35142
35840
  attrs: {
35143
35841
  appId: _vm.taskExamineAppId,
35842
+ zoom: _vm.zoom,
35144
35843
  display:
35145
35844
  _vm.activeName ===
35146
35845
  String(indexs),
@@ -35260,11 +35959,11 @@ var mainvue_type_template_id_0723dbaa_render = function () {
35260
35959
  1
35261
35960
  )
35262
35961
  }
35263
- var mainvue_type_template_id_0723dbaa_staticRenderFns = []
35264
- 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
35265
35964
 
35266
35965
 
35267
- // 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&
35268
35967
 
35269
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&
35270
35969
  //
@@ -35635,6 +36334,14 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35635
36334
  //
35636
36335
  //
35637
36336
  //
36337
+ //
36338
+ //
36339
+ //
36340
+ //
36341
+ //
36342
+ //
36343
+ //
36344
+ //
35638
36345
 
35639
36346
 
35640
36347
  /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
@@ -35671,7 +36378,8 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35671
36378
  type: Boolean,
35672
36379
  default: true
35673
36380
  },
35674
- appId: String
36381
+ appId: String,
36382
+ zoom: false
35675
36383
  },
35676
36384
  data: function data() {
35677
36385
  return {
@@ -35753,12 +36461,12 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35753
36461
  }
35754
36462
  });
35755
36463
  },
35756
- handleSubmit: function handleSubmit() {
36464
+ handleSubmit: function handleSubmit(res) {
35757
36465
  var esFlowForm = this.$refs.esFlowForm;
35758
36466
  if (Array.isArray(esFlowForm)) {
35759
36467
  esFlowForm = esFlowForm[0];
35760
36468
  }
35761
- return esFlowForm.submitData(undefined, false);
36469
+ return esFlowForm.submitData(undefined, false, {}, res);
35762
36470
  },
35763
36471
  handleTaskRead: function handleTaskRead(res) {
35764
36472
  if (res.data.taskExamine && res.data.taskExamine.appId) {
@@ -35805,8 +36513,8 @@ mainvue_type_template_id_0723dbaa_render._withStripped = true
35805
36513
 
35806
36514
  var flow_group_src_main_component = normalizeComponent(
35807
36515
  packages_flow_group_src_mainvue_type_script_lang_js_,
35808
- mainvue_type_template_id_0723dbaa_render,
35809
- mainvue_type_template_id_0723dbaa_staticRenderFns,
36516
+ mainvue_type_template_id_632c037a_render,
36517
+ mainvue_type_template_id_632c037a_staticRenderFns,
35810
36518
  false,
35811
36519
  null,
35812
36520
  null,
@@ -36827,7 +37535,7 @@ var flow_tablevue_type_script_lang_js_components;
36827
37535
 
36828
37536
  this.pressLoading = true;
36829
37537
  var params = {
36830
- url: api["Y" /* pressListJson */],
37538
+ url: api["Z" /* pressListJson */],
36831
37539
  params: { historyId: historyId },
36832
37540
  method: 'POST',
36833
37541
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
@@ -37152,7 +37860,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
37152
37860
  var _this3 = this;
37153
37861
 
37154
37862
  var params = {
37155
- url: api["X" /* pendedhistoryListJson */],
37863
+ url: api["Y" /* pendedhistoryListJson */],
37156
37864
  params: {
37157
37865
  apprecordid: this.businessId,
37158
37866
  pendingAttr: 0,
@@ -37272,7 +37980,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
37272
37980
  var _this5 = this;
37273
37981
 
37274
37982
  var params = {
37275
- url: api["q" /* findCodeValues */],
37983
+ url: api["r" /* findCodeValues */],
37276
37984
  params: { ccCode: code }
37277
37985
  };
37278
37986
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -37298,7 +38006,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
37298
38006
  var _this6 = this;
37299
38007
 
37300
38008
  var param = {
37301
- url: api["vb" /* toPresetInfoListIndex */],
38009
+ url: api["wb" /* toPresetInfoListIndex */],
37302
38010
  params: { apprecordid: this.businessId }
37303
38011
  };
37304
38012
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -37533,7 +38241,7 @@ mainvue_type_template_id_2c792e83_render._withStripped = true
37533
38241
 
37534
38242
  if (this.job.id !== item.id) {
37535
38243
  this.job = item;
37536
- 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) {
37537
38245
  if (res.rCode == 0) {
37538
38246
  utils_util["a" /* default */].setStorage({
37539
38247
  type: _this.storage,
@@ -38022,7 +38730,7 @@ mainvue_type_template_id_45008084_render._withStripped = true
38022
38730
  cancelButtonText: '取消',
38023
38731
  type: 'warning'
38024
38732
  }).then(function () {
38025
- 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) {
38026
38734
  if (res.rCode == 0) {
38027
38735
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig']);
38028
38736
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -38686,8 +39394,8 @@ label_src_main.install = function (Vue) {
38686
39394
  };
38687
39395
 
38688
39396
  /* harmony default export */ var packages_label = (label_src_main);
38689
- // 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&
38690
- 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 () {
38691
39399
  var _vm = this
38692
39400
  var _h = _vm.$createElement
38693
39401
  var _c = _vm._self._c || _h
@@ -39474,16 +40182,17 @@ var mainvue_type_template_id_88b0610e_render = function () {
39474
40182
  [_c("es-clients", _vm._b({}, "es-clients", _vm.download, false))],
39475
40183
  1
39476
40184
  ),
40185
+ _vm._t("calogin"),
39477
40186
  ],
39478
40187
  2
39479
40188
  )
39480
40189
  : _vm._e()
39481
40190
  }
39482
- var mainvue_type_template_id_88b0610e_staticRenderFns = []
39483
- 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
39484
40193
 
39485
40194
 
39486
- // 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&
39487
40196
 
39488
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&
39489
40198
  var resetPasswordvue_type_template_id_669156c6_render = function () {
@@ -39726,7 +40435,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
39726
40435
  var _this = this;
39727
40436
 
39728
40437
  utils_util["a" /* default */].ajax({
39729
- url: api["P" /* initModifyPassword */]
40438
+ url: api["Q" /* initModifyPassword */]
39730
40439
  }).then(function (res) {
39731
40440
  if (res.rCode === 0) {
39732
40441
  var results = JSON.parse(JSON.stringify(res.results));
@@ -39786,7 +40495,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
39786
40495
  var _this3 = this;
39787
40496
 
39788
40497
  utils_util["a" /* default */].ajax({
39789
- url: api["A" /* getModifyPassCode */],
40498
+ url: api["B" /* getModifyPassCode */],
39790
40499
  params: params
39791
40500
  }).then(function (res) {
39792
40501
  if (res.rCode === 0) {
@@ -40180,6 +40889,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40180
40889
  //
40181
40890
  //
40182
40891
  //
40892
+ //
40183
40893
 
40184
40894
 
40185
40895
 
@@ -40196,7 +40906,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40196
40906
  //初始登录配置接口地址
40197
40907
  initLogin: {
40198
40908
  type: String,
40199
- default: api["O" /* initLogin */]
40909
+ default: api["P" /* initLogin */]
40200
40910
  },
40201
40911
  title: {
40202
40912
  type: String,
@@ -40268,12 +40978,17 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40268
40978
  //账号登录接口地址
40269
40979
  action: {
40270
40980
  type: String,
40271
- default: api["l" /* doUserLogin */]
40981
+ default: api["m" /* doUserLogin */]
40982
+ },
40983
+ //ca登录地址
40984
+ caAction: {
40985
+ type: String,
40986
+ default: api["j" /* doCaLogin */]
40272
40987
  },
40273
40988
  //扫码登录接口地址
40274
40989
  scanAction: {
40275
40990
  type: String,
40276
- default: api["k" /* doQrLogin */]
40991
+ default: api["l" /* doQrLogin */]
40277
40992
  },
40278
40993
  //图片验证码接口地址
40279
40994
  codeAction: {
@@ -40282,15 +40997,15 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40282
40997
  },
40283
40998
  getLoginCode: {
40284
40999
  type: String,
40285
- default: api["z" /* getLoginCode */]
41000
+ default: api["A" /* getLoginCode */]
40286
41001
  },
40287
41002
  doCodeLogin: {
40288
41003
  type: String,
40289
- default: api["j" /* doCodeLogin */]
41004
+ default: api["k" /* doCodeLogin */]
40290
41005
  },
40291
41006
  doWechatQrLogin: {
40292
41007
  type: String,
40293
- default: api["m" /* doWechatQrLogin */]
41008
+ default: api["n" /* doWechatQrLogin */]
40294
41009
  },
40295
41010
  imgCode: {
40296
41011
  type: [Boolean, Object],
@@ -40402,21 +41117,21 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40402
41117
  iconfonts: function iconfonts() {
40403
41118
  var types = this.loginType.split(',');
40404
41119
  return types.length > 2 ? {
40405
- '0': { type: '0', icon: 'es-icon-shuru', name: '账号登录' },
40406
- '1': { type: '1', icon: 'es-icon-usb-key', name: '证书登录' },
40407
- '3': { type: '3', icon: 'es-icon-saoma', name: '扫码登录' },
40408
- '6': { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
40409
- '7': { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
40410
- '9': { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
40411
- '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: '邮箱登录' }
40412
41127
  } : {
40413
- '0': { type: '0', icon: 'es-icon-jianpan', name: '账号登录' },
40414
- '1': { type: '1', icon: 'es-icon-ca', name: '证书登录' },
40415
- '3': { type: '3', icon: 'es-icon-qrcode', name: '扫码登录' },
40416
- '6': { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
40417
- '7': { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
40418
- '9': { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
40419
- '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: {
40420
41135
  type: '11',
40421
41136
  icon: 'es-icon-wodeyouxiang',
40422
41137
  name: '邮箱登录'
@@ -40657,9 +41372,11 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40657
41372
  switchLogin: function switchLogin(res) {
40658
41373
  //this.$refs.login && this.$refs.login.resetFields();
40659
41374
  this.$refs.login && this.$refs.login.clearValidate();
40660
-
40661
- this.active = res;
40662
- 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);
40663
41380
  },
40664
41381
  isShow: function isShow(res) {
40665
41382
  return this.loginType.indexOf(res) > -1;
@@ -40872,11 +41589,45 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40872
41589
  _this6.onError(res);
40873
41590
  }
40874
41591
  }).catch(function (err) {
41592
+ _this6.submit = false;
40875
41593
  if (err.message && err.message !== 'canceled') {
40876
41594
  _this6.$message.error(err.message);
40877
41595
  }
40878
41596
  });
40879
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
+ },
40880
41631
  handleForget: function handleForget() {
40881
41632
  if (typeof this.forget === 'string') {
40882
41633
  utils_util["a" /* default */].win.open(this.forgetUrl);
@@ -40890,18 +41641,18 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40890
41641
 
40891
41642
  //获取app登录信息
40892
41643
  loginInfo: function loginInfo(res) {
40893
- var _this7 = this;
41644
+ var _this8 = this;
40894
41645
 
40895
41646
  clearInterval(this.interval);
40896
41647
  if (res) {
40897
41648
  //this.modifyPasswordfun();
40898
41649
  this.interval = setInterval(function () {
40899
- _this7.initRequestLoginInfo();
41650
+ _this8.initRequestLoginInfo();
40900
41651
  }, 1000);
40901
41652
  }
40902
41653
  },
40903
41654
  initRequestLoginInfo: function initRequestLoginInfo() {
40904
- var _this8 = this;
41655
+ var _this9 = this;
40905
41656
 
40906
41657
  utils_util["a" /* default */].ajax({
40907
41658
  method: 'post',
@@ -40912,17 +41663,17 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40912
41663
  }).then(function (res) {
40913
41664
  if (res.rCode === 0) {
40914
41665
  var results = res.results;
40915
- _this8.handleResults(results, 3);
41666
+ _this9.handleResults(results, 3);
40916
41667
  }
40917
41668
  }).catch(function (err) {
40918
- clearInterval(_this8.interval);
41669
+ clearInterval(_this9.interval);
40919
41670
  if (err.message && err.message !== 'canceled') {
40920
- _this8.$message.error(err.message);
41671
+ _this9.$message.error(err.message);
40921
41672
  }
40922
41673
  });
40923
41674
  },
40924
41675
  handleResults: function handleResults(results, type) {
40925
- var _this9 = this;
41676
+ var _this10 = this;
40926
41677
 
40927
41678
  this.loginInfo(false);
40928
41679
  switch (results.statusCode) {
@@ -40944,15 +41695,15 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40944
41695
  type: 'success',
40945
41696
  duration: 1500,
40946
41697
  onClose: function onClose() {
40947
- if (_this9.toUrl) {
40948
- window.location.href = _this9.toUrl;
40949
- } else if (results.doorIndex && _this9.doorIndex) {
41698
+ if (_this10.toUrl) {
41699
+ window.location.href = _this10.toUrl;
41700
+ } else if (results.doorIndex && _this10.doorIndex) {
40950
41701
  window.location.href = results.doorIndex;
40951
41702
  } else {
40952
41703
  if (window.location.href.indexOf('login.html') > -1) {
40953
41704
  window.location.href = './main.html';
40954
41705
  } else {
40955
- _this9.$router.push({ name: 'main' });
41706
+ _this10.$router.push({ name: 'main' });
40956
41707
  }
40957
41708
  }
40958
41709
  utils_util["a" /* default */].removeStorage('timer');
@@ -40965,10 +41716,10 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
40965
41716
  //cancelButtonText: '取消',
40966
41717
  type: 'warning'
40967
41718
  }).then(function () {
40968
- if (typeof _this9.forget === 'string') {
40969
- utils_util["a" /* default */].win.open(_this9.forgetUrl);
41719
+ if (typeof _this10.forget === 'string') {
41720
+ utils_util["a" /* default */].win.open(_this10.forgetUrl);
40970
41721
  } else {
40971
- _this9.showResetPassword = true;
41722
+ _this10.showResetPassword = true;
40972
41723
  }
40973
41724
  }).catch(function (e) {});
40974
41725
  break;
@@ -41000,13 +41751,13 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
41000
41751
  type: 'error',
41001
41752
  duration: 1500,
41002
41753
  onClose: function onClose() {
41003
- if (_this9.code) {
41754
+ if (_this10.code) {
41004
41755
  window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
41005
41756
  if (window.location.hash) {
41006
41757
  location.reload();
41007
41758
  }
41008
41759
  } else {
41009
- _this9.getImgCode();
41760
+ _this10.getImgCode();
41010
41761
  }
41011
41762
  }
41012
41763
  });
@@ -41035,8 +41786,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
41035
41786
 
41036
41787
  var login_src_main_component = normalizeComponent(
41037
41788
  packages_login_src_mainvue_type_script_lang_js_,
41038
- mainvue_type_template_id_88b0610e_render,
41039
- mainvue_type_template_id_88b0610e_staticRenderFns,
41789
+ mainvue_type_template_id_51ac81ed_render,
41790
+ mainvue_type_template_id_51ac81ed_staticRenderFns,
41040
41791
  false,
41041
41792
  null,
41042
41793
  null,
@@ -41053,8 +41804,8 @@ login_src_main.install = function (Vue) {
41053
41804
  };
41054
41805
 
41055
41806
  /* harmony default export */ var login = (login_src_main);
41056
- // 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=45c5f8d8&
41057
- var mainvue_type_template_id_45c5f8d8_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 () {
41058
41809
  var _vm = this
41059
41810
  var _h = _vm.$createElement
41060
41811
  var _c = _vm._self._c || _h
@@ -41365,11 +42116,11 @@ var mainvue_type_template_id_45c5f8d8_render = function () {
41365
42116
  1
41366
42117
  )
41367
42118
  }
41368
- var mainvue_type_template_id_45c5f8d8_staticRenderFns = []
41369
- mainvue_type_template_id_45c5f8d8_render._withStripped = true
42119
+ var mainvue_type_template_id_24f96d2e_staticRenderFns = []
42120
+ mainvue_type_template_id_24f96d2e_render._withStripped = true
41370
42121
 
41371
42122
 
41372
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=45c5f8d8&
42123
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=24f96d2e&
41373
42124
 
41374
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&
41375
42126
  var userinfovue_type_template_id_d575fa30_render = function () {
@@ -41608,7 +42359,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41608
42359
  var _this2 = this;
41609
42360
 
41610
42361
  utils_util["a" /* default */].ajax({
41611
- url: api["Q" /* initUserSet */]
42362
+ url: api["R" /* initUserSet */]
41612
42363
  }).then(function (res) {
41613
42364
  if (res.rCode === 0) {
41614
42365
  var results = JSON.parse(JSON.stringify(res.results));
@@ -41646,7 +42397,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41646
42397
  if (res.url) {
41647
42398
  url = res.url;
41648
42399
  } else {
41649
- url = api["n" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
42400
+ url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
41650
42401
  }
41651
42402
  this.$emit('change', 'userHeadUrl', url);
41652
42403
  },
@@ -41655,7 +42406,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41655
42406
 
41656
42407
  switch (type) {
41657
42408
  case 'job':
41658
- 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) {
41659
42410
  if (res.rCode == 0) {
41660
42411
  utils_util["a" /* default */].setStorage({
41661
42412
  type: _this3.storage,
@@ -41693,7 +42444,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41693
42444
  var _this4 = this;
41694
42445
 
41695
42446
  utils_util["a" /* default */].ajax({
41696
- url: api["Mb" /* updateUserInfo */],
42447
+ url: api["Nb" /* updateUserInfo */],
41697
42448
  params: {
41698
42449
  email: this.values.email,
41699
42450
  officeTel: this.values.officetel,
@@ -41732,7 +42483,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
41732
42483
  var notify = _this4.values.notify.sort().join(',');
41733
42484
  if (notify != _this4.notify.split(',').sort().join(',')) {
41734
42485
  utils_util["a" /* default */].ajax({
41735
- url: api["Lb" /* updateUserCustomInfo */],
42486
+ url: api["Mb" /* updateUserCustomInfo */],
41736
42487
  params: {
41737
42488
  notify: notify
41738
42489
  }
@@ -42288,7 +43039,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
42288
43039
  if (this.pageNum <= this.pageCount) {
42289
43040
  this.loading = true;
42290
43041
  utils_util["a" /* default */].ajax({
42291
- url: api["kb" /* sysMsgPage */],
43042
+ url: api["lb" /* sysMsgPage */],
42292
43043
  params: {
42293
43044
  pageNum: reload ? 1 : this.pageNum,
42294
43045
  pageSize: this.pageSize
@@ -42321,7 +43072,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
42321
43072
  var _this2 = this;
42322
43073
 
42323
43074
  utils_util["a" /* default */].ajax({
42324
- url: api["N" /* ignoreSysMsg */],
43075
+ url: api["O" /* ignoreSysMsg */],
42325
43076
  params: {
42326
43077
  id: res.id
42327
43078
  }
@@ -42341,7 +43092,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
42341
43092
  var _this3 = this;
42342
43093
 
42343
43094
  utils_util["a" /* default */].ajax({
42344
- url: api["M" /* ignoreAllSysMsg */]
43095
+ url: api["N" /* ignoreAllSysMsg */]
42345
43096
  }).then(function (res) {
42346
43097
  _this3.count = 0;
42347
43098
  _this3.msgs = [];
@@ -42661,7 +43412,7 @@ noticevue_type_template_id_b4f91b8e_render._withStripped = true
42661
43412
  var _this = this;
42662
43413
 
42663
43414
  utils_util["a" /* default */].ajax({
42664
- url: api["M" /* ignoreAllSysMsg */]
43415
+ url: api["N" /* ignoreAllSysMsg */]
42665
43416
  }).then(function (res) {
42666
43417
  _this.count = 0;
42667
43418
  _this.msgs = [];
@@ -42943,9 +43694,7 @@ var log = utils_util["a" /* default */].getParams('console');
42943
43694
  //host
42944
43695
  host: {
42945
43696
  type: String,
42946
- default: function _default() {
42947
- return utils_util["a" /* default */].getStorage('host') ? utils_util["a" /* default */].getStorage('host') : '';
42948
- }
43697
+ default: ''
42949
43698
  },
42950
43699
  header: {
42951
43700
  type: Boolean,
@@ -43001,7 +43750,7 @@ var log = utils_util["a" /* default */].getParams('console');
43001
43750
  //获取用户信息的接口
43002
43751
  mainConfig: {
43003
43752
  type: String,
43004
- default: api["U" /* mainConfig */]
43753
+ default: api["V" /* mainConfig */]
43005
43754
  },
43006
43755
  iframeId: {
43007
43756
  type: String,
@@ -43068,9 +43817,9 @@ var log = utils_util["a" /* default */].getParams('console');
43068
43817
  return this.menuUrl;
43069
43818
  }
43070
43819
  if (this.application) {
43071
- return api["x" /* getComplexApplicationsNew */];
43820
+ return api["y" /* getComplexApplicationsNew */];
43072
43821
  }
43073
- return api["w" /* getComplexApplications */];
43822
+ return api["x" /* getComplexApplications */];
43074
43823
  },
43075
43824
 
43076
43825
  //是否双列右侧菜单
@@ -43237,6 +43986,8 @@ var log = utils_util["a" /* default */].getParams('console');
43237
43986
  if (this.socket) {
43238
43987
  this.initWebSocket();
43239
43988
  }
43989
+ var sysLogoIco = sessionStorage.getItem('sysLogoIco');
43990
+ sysLogoIco && utils_util["a" /* default */].setFavicon(sysLogoIco);
43240
43991
  },
43241
43992
  mounted: function mounted() {
43242
43993
  utils_util["a" /* default */].win.reLogin = this.handleReLogin;
@@ -43285,7 +44036,7 @@ var log = utils_util["a" /* default */].getParams('console');
43285
44036
  return;
43286
44037
  }
43287
44038
  utils_util["a" /* default */].ajax({
43288
- url: api["Lb" /* updateUserCustomInfo */],
44039
+ url: api["Mb" /* updateUserCustomInfo */],
43289
44040
  params: { color: escape(color.toLowerCase()) },
43290
44041
  data: { color: escape(color.toLowerCase()) }
43291
44042
  }).then(function (res) {
@@ -43364,6 +44115,7 @@ var log = utils_util["a" /* default */].getParams('console');
43364
44115
  sessionStorage.setItem('useCaseCodes', results[i]);
43365
44116
  }
43366
44117
  if (i === 'sysLogoIco' && results[i]) {
44118
+ sessionStorage.setItem('sysLogoIco', results[i]);
43367
44119
  utils_util["a" /* default */].setFavicon(results[i]);
43368
44120
  }
43369
44121
  if (i === 'userStyle' && results[i].color) {
@@ -43906,7 +44658,6 @@ var log = utils_util["a" /* default */].getParams('console');
43906
44658
  handleJump: function handleJump(page, type, res) {
43907
44659
  var _this8 = this;
43908
44660
 
43909
- console.log(page);
43910
44661
  if (utils_util["a" /* default */].win.location.hash === page) {
43911
44662
  this.refresh = true;
43912
44663
  return;
@@ -43924,7 +44675,7 @@ var log = utils_util["a" /* default */].getParams('console');
43924
44675
  if (urls[0].indexOf('.js') > 1) {
43925
44676
  this.method = 'wujie';
43926
44677
  this.wjName = 'singlespa';
43927
- this.page = page;
44678
+ this.page = this.host + page;
43928
44679
  this.$nextTick(function () {
43929
44680
  _this8.refresh = true;
43930
44681
  });
@@ -43969,7 +44720,7 @@ var log = utils_util["a" /* default */].getParams('console');
43969
44720
  } else {
43970
44721
  this.method = 'wujie';
43971
44722
  this.wjName = res.appCode ? res.appCode : 'application';
43972
- this.page = page;
44723
+ this.page = this.host + page;
43973
44724
  this.$nextTick(function () {
43974
44725
  _this8.refresh = true;
43975
44726
  });
@@ -44019,7 +44770,7 @@ var log = utils_util["a" /* default */].getParams('console');
44019
44770
  initWebSocket: function initWebSocket() {
44020
44771
  //初始化weosocket
44021
44772
  if (!this.websocket) {
44022
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Rb" /* wss */];
44773
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
44023
44774
  this.websocket = new external_sockjs_client_default.a(url);
44024
44775
  }
44025
44776
  this.client = external_stompjs_default.a.over(this.websocket);
@@ -44034,7 +44785,7 @@ var log = utils_util["a" /* default */].getParams('console');
44034
44785
  client.connect({}, function () {
44035
44786
  //localStorage.setItem("socket",true);
44036
44787
  //订阅服务端的
44037
- client.subscribe(api["Ib" /* topic */], function (response) {
44788
+ client.subscribe(api["Jb" /* topic */], function (response) {
44038
44789
  var res = JSON.parse(response.body);
44039
44790
  var data = res.data;
44040
44791
  for (var i in data) {
@@ -44175,8 +44926,8 @@ var log = utils_util["a" /* default */].getParams('console');
44175
44926
 
44176
44927
  var main_src_main_component = normalizeComponent(
44177
44928
  packages_main_src_mainvue_type_script_lang_js_,
44178
- mainvue_type_template_id_45c5f8d8_render,
44179
- mainvue_type_template_id_45c5f8d8_staticRenderFns,
44929
+ mainvue_type_template_id_24f96d2e_render,
44930
+ mainvue_type_template_id_24f96d2e_staticRenderFns,
44180
44931
  false,
44181
44932
  null,
44182
44933
  null,
@@ -44846,7 +45597,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44846
45597
  var _this2 = this;
44847
45598
 
44848
45599
  utils_util["a" /* default */].ajax({
44849
- url: api["Q" /* initUserSet */]
45600
+ url: api["R" /* initUserSet */]
44850
45601
  }).then(function (res) {
44851
45602
  if (res.rCode === 0) {
44852
45603
  var results = JSON.parse(JSON.stringify(res.results));
@@ -44884,7 +45635,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44884
45635
  if (res.url) {
44885
45636
  url = res.url;
44886
45637
  } else {
44887
- url = api["n" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
45638
+ url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
44888
45639
  }
44889
45640
  this.$emit('change', 'userHeadUrl', url);
44890
45641
  },
@@ -44893,7 +45644,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44893
45644
 
44894
45645
  switch (type) {
44895
45646
  case 'job':
44896
- 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) {
44897
45648
  if (res.rCode == 0) {
44898
45649
  utils_util["a" /* default */].setStorage({
44899
45650
  type: _this3.storage,
@@ -44931,7 +45682,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44931
45682
  var _this4 = this;
44932
45683
 
44933
45684
  utils_util["a" /* default */].ajax({
44934
- url: api["Mb" /* updateUserInfo */],
45685
+ url: api["Nb" /* updateUserInfo */],
44935
45686
  params: {
44936
45687
  email: this.values.email,
44937
45688
  officeTel: this.values.officetel,
@@ -44969,7 +45720,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
44969
45720
  var notify = _this4.values.notify.sort().join(',');
44970
45721
  if (notify != _this4.notify.split(',').sort().join(',')) {
44971
45722
  utils_util["a" /* default */].ajax({
44972
- url: api["Lb" /* updateUserCustomInfo */],
45723
+ url: api["Mb" /* updateUserCustomInfo */],
44973
45724
  params: {
44974
45725
  notify: notify
44975
45726
  }
@@ -45521,7 +46272,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
45521
46272
  if (this.pageNum <= this.pageCount) {
45522
46273
  this.loading = true;
45523
46274
  utils_util["a" /* default */].ajax({
45524
- url: api["kb" /* sysMsgPage */],
46275
+ url: api["lb" /* sysMsgPage */],
45525
46276
  params: {
45526
46277
  pageNum: reload ? 1 : this.pageNum,
45527
46278
  pageSize: this.pageSize
@@ -45554,7 +46305,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
45554
46305
  var _this2 = this;
45555
46306
 
45556
46307
  utils_util["a" /* default */].ajax({
45557
- url: api["N" /* ignoreSysMsg */],
46308
+ url: api["O" /* ignoreSysMsg */],
45558
46309
  params: {
45559
46310
  id: res.id
45560
46311
  }
@@ -45574,7 +46325,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
45574
46325
  var _this3 = this;
45575
46326
 
45576
46327
  utils_util["a" /* default */].ajax({
45577
- url: api["M" /* ignoreAllSysMsg */]
46328
+ url: api["N" /* ignoreAllSysMsg */]
45578
46329
  }).then(function (res) {
45579
46330
  _this3.count = 0;
45580
46331
  _this3.msgs = [];
@@ -45889,7 +46640,7 @@ noticevue_type_template_id_3741e357_render._withStripped = true
45889
46640
  var _this = this;
45890
46641
 
45891
46642
  utils_util["a" /* default */].ajax({
45892
- url: api["M" /* ignoreAllSysMsg */]
46643
+ url: api["N" /* ignoreAllSysMsg */]
45893
46644
  }).then(function (res) {
45894
46645
  _this.count = 0;
45895
46646
  _this.msgs = [];
@@ -46466,7 +47217,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46466
47217
  //获取用户信息的接口
46467
47218
  mainConfig: {
46468
47219
  type: String,
46469
- default: api["U" /* mainConfig */]
47220
+ default: api["V" /* mainConfig */]
46470
47221
  },
46471
47222
  iframeId: {
46472
47223
  type: String,
@@ -46528,9 +47279,9 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46528
47279
  return this.menuUrl;
46529
47280
  }
46530
47281
  if (this.application) {
46531
- return api["x" /* getComplexApplicationsNew */];
47282
+ return api["y" /* getComplexApplicationsNew */];
46532
47283
  }
46533
- return api["w" /* getComplexApplications */];
47284
+ return api["x" /* getComplexApplications */];
46534
47285
  },
46535
47286
 
46536
47287
  //是否双列右侧菜单
@@ -46746,7 +47497,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46746
47497
  var _this = this;
46747
47498
 
46748
47499
  var params = {
46749
- url: api["V" /* mainDetail */],
47500
+ url: api["W" /* mainDetail */],
46750
47501
  params: { id: id }
46751
47502
  };
46752
47503
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -46867,7 +47618,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
46867
47618
  return;
46868
47619
  }
46869
47620
  utils_util["a" /* default */].ajax({
46870
- url: api["Lb" /* updateUserCustomInfo */],
47621
+ url: api["Mb" /* updateUserCustomInfo */],
46871
47622
  params: { color: escape(color.toLowerCase()) },
46872
47623
  data: { color: escape(color.toLowerCase()) }
46873
47624
  }).then(function (res) {
@@ -47851,7 +48602,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
47851
48602
  //初始化weosocket
47852
48603
  //初始化weosocket
47853
48604
  if (!this.websocket) {
47854
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Rb" /* wss */];
48605
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
47855
48606
  this.websocket = new external_sockjs_client_default.a(url);
47856
48607
  }
47857
48608
 
@@ -47866,7 +48617,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
47866
48617
  client.connect({}, function () {
47867
48618
  //localStorage.setItem("socket",true);
47868
48619
  //订阅服务端的
47869
- client.subscribe(api["Ib" /* topic */], function (response) {
48620
+ client.subscribe(api["Jb" /* topic */], function (response) {
47870
48621
  var res = JSON.parse(response.body);
47871
48622
  var data = res.data;
47872
48623
  for (var i in data) {
@@ -48994,7 +49745,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
48994
49745
  text: '重发',
48995
49746
  format: false,
48996
49747
  method: 'post',
48997
- action: api["fb" /* sendBatch */]
49748
+ action: api["gb" /* sendBatch */]
48998
49749
  }]
48999
49750
  }];
49000
49751
  }
@@ -49181,13 +49932,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
49181
49932
  },
49182
49933
  data: function data() {
49183
49934
  return {
49184
- sendList: api["hb" /* sendList */],
49185
- sendBatch: api["fb" /* sendBatch */],
49935
+ sendList: api["ib" /* sendList */],
49936
+ sendBatch: api["gb" /* sendBatch */],
49186
49937
  tableCount: 0,
49187
49938
  selectData: [],
49188
49939
  formTitle: '',
49189
49940
  showForm: false,
49190
- formData: api["gb" /* sendInfo */],
49941
+ formData: api["hb" /* sendInfo */],
49191
49942
  params: {},
49192
49943
  sendTypeDict: [],
49193
49944
  statusDict: []
@@ -49206,7 +49957,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
49206
49957
  type: 'primary',
49207
49958
  checkbox: true,
49208
49959
  format: false,
49209
- action: api["fb" /* sendBatch */]
49960
+ action: api["gb" /* sendBatch */]
49210
49961
  }]
49211
49962
  }, {
49212
49963
  type: 'search',
@@ -50691,7 +51442,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
50691
51442
  if (options) {
50692
51443
  this.options = JSON.parse(JSON.stringify(options));
50693
51444
  } else {
50694
- this.getData(api["r" /* findSysCode */], val);
51445
+ this.getData(api["s" /* findSysCode */], val);
50695
51446
  }
50696
51447
  }
50697
51448
  }
@@ -51062,14 +51813,14 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
51062
51813
  });
51063
51814
  return eles;
51064
51815
  },
51065
- getData: function getData(sysCode, param) {
51816
+ getData: function getData(sysCode, param, reload) {
51066
51817
  var _this3 = this;
51067
51818
 
51068
51819
  if (!this.ajax || !this.isNoParamRequest && Object.keys(this.param).length == 0) {
51069
51820
  return false;
51070
51821
  }
51071
51822
  var params = {};
51072
- if (this.results.length === 0) {
51823
+ if (this.results.length === 0 || reload) {
51073
51824
  params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode } : {}, param ? param : {});
51074
51825
  } else {
51075
51826
  return false;
@@ -51079,7 +51830,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
51079
51830
  }
51080
51831
  this.loading = true;
51081
51832
  utils_util["a" /* default */].ajax({
51082
- url: sysCode ? api["r" /* findSysCode */] : this.url,
51833
+ url: sysCode ? api["s" /* findSysCode */] : this.url,
51083
51834
  method: this.method,
51084
51835
  params: params,
51085
51836
  data: params
@@ -51206,7 +51957,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
51206
51957
  return '';
51207
51958
  },
51208
51959
  reload: function reload(param) {
51209
- this.getData(null, param);
51960
+ this.getData(null, param, true);
51210
51961
  },
51211
51962
  handleExpand: function handleExpand(data, node) {
51212
51963
  if (this.onExpand) {
@@ -52047,8 +52798,8 @@ select_ganged_src_main.install = function (Vue) {
52047
52798
  };
52048
52799
 
52049
52800
  /* harmony default export */ var select_ganged = (select_ganged_src_main);
52050
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=4e698ba2&
52051
- var mainvue_type_template_id_4e698ba2_render = function () {
52801
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=1505d4de&
52802
+ var mainvue_type_template_id_1505d4de_render = function () {
52052
52803
  var _vm = this
52053
52804
  var _h = _vm.$createElement
52054
52805
  var _c = _vm._self._c || _h
@@ -52284,7 +53035,8 @@ var mainvue_type_template_id_4e698ba2_render = function () {
52284
53035
  },
52285
53036
  },
52286
53037
  },
52287
- [_vm._v("选择")]
53038
+ [_vm._t("default", [_vm._v("选择")])],
53039
+ 2
52288
53040
  )
52289
53041
  : _vm._e(),
52290
53042
  ],
@@ -52378,7 +53130,8 @@ var mainvue_type_template_id_4e698ba2_render = function () {
52378
53130
  },
52379
53131
  },
52380
53132
  },
52381
- [_vm._v("选择")]
53133
+ [_vm._t("default", [_vm._v("选择")])],
53134
+ 2
52382
53135
  )
52383
53136
  : _vm._e(),
52384
53137
  ],
@@ -52515,11 +53268,11 @@ var mainvue_type_template_id_4e698ba2_render = function () {
52515
53268
  1
52516
53269
  )
52517
53270
  }
52518
- var mainvue_type_template_id_4e698ba2_staticRenderFns = []
52519
- mainvue_type_template_id_4e698ba2_render._withStripped = true
53271
+ var mainvue_type_template_id_1505d4de_staticRenderFns = []
53272
+ mainvue_type_template_id_1505d4de_render._withStripped = true
52520
53273
 
52521
53274
 
52522
- // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=4e698ba2&
53275
+ // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=1505d4de&
52523
53276
 
52524
53277
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
52525
53278
  var clickoutside_ = __webpack_require__(14);
@@ -52744,7 +53497,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
52744
53497
  value: [Array, Object],
52745
53498
  action: {
52746
53499
  type: String,
52747
- default: api["I" /* getSelectorOrgDetail */]
53500
+ default: api["J" /* getSelectorOrgDetail */]
52748
53501
  },
52749
53502
  host: {
52750
53503
  type: String,
@@ -53118,8 +53871,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
53118
53871
 
53119
53872
  var selector_src_main_component = normalizeComponent(
53120
53873
  packages_selector_src_mainvue_type_script_lang_js_,
53121
- mainvue_type_template_id_4e698ba2_render,
53122
- mainvue_type_template_id_4e698ba2_staticRenderFns,
53874
+ mainvue_type_template_id_1505d4de_render,
53875
+ mainvue_type_template_id_1505d4de_staticRenderFns,
53123
53876
  false,
53124
53877
  null,
53125
53878
  null,
@@ -53136,8 +53889,8 @@ selector_src_main.install = function (Vue) {
53136
53889
  };
53137
53890
 
53138
53891
  /* harmony default export */ var selector = (selector_src_main);
53139
- // 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&
53140
- 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 () {
53141
53894
  var _vm = this
53142
53895
  var _h = _vm.$createElement
53143
53896
  var _c = _vm._self._c || _h
@@ -53368,11 +54121,11 @@ var mainvue_type_template_id_64fd6fb2_render = function () {
53368
54121
  1
53369
54122
  )
53370
54123
  }
53371
- var mainvue_type_template_id_64fd6fb2_staticRenderFns = []
53372
- 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
53373
54126
 
53374
54127
 
53375
- // 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&
53376
54129
 
53377
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&
53378
54131
  var treevue_type_template_id_24ad732a_render = function () {
@@ -54160,7 +54913,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54160
54913
  },
54161
54914
  selection: {
54162
54915
  type: [String, Array],
54163
- default: api["I" /* getSelectorOrgDetail */]
54916
+ default: api["J" /* getSelectorOrgDetail */]
54164
54917
  },
54165
54918
  param: {
54166
54919
  type: Object,
@@ -54237,7 +54990,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54237
54990
  enterprise: {
54238
54991
  label: '选择单位',
54239
54992
  name: 'enterprise',
54240
- url: api["J" /* getSelectorOrgTree */],
54993
+ url: api["K" /* getSelectorOrgTree */],
54241
54994
  data: [],
54242
54995
  nodeData: '',
54243
54996
  selection: [],
@@ -54251,7 +55004,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54251
55004
  department: {
54252
55005
  label: '选择部门',
54253
55006
  name: 'department',
54254
- url: api["J" /* getSelectorOrgTree */],
55007
+ url: api["K" /* getSelectorOrgTree */],
54255
55008
  data: [],
54256
55009
  nodeData: '',
54257
55010
  selection: [],
@@ -54265,7 +55018,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54265
55018
  employee: {
54266
55019
  label: '选择用户',
54267
55020
  name: 'employee',
54268
- url: api["J" /* getSelectorOrgTree */],
55021
+ url: api["K" /* getSelectorOrgTree */],
54269
55022
  data: [],
54270
55023
  nodeData: '',
54271
55024
  selection: [],
@@ -54279,7 +55032,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54279
55032
  myemployee: {
54280
55033
  label: '本单位用户',
54281
55034
  name: 'myemployee',
54282
- url: api["J" /* getSelectorOrgTree */],
55035
+ url: api["K" /* getSelectorOrgTree */],
54283
55036
  data: [],
54284
55037
  nodeData: '',
54285
55038
  selection: [],
@@ -54293,7 +55046,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54293
55046
  otheremployee: {
54294
55047
  label: '外单位用户',
54295
55048
  name: 'otheremployee',
54296
- url: api["J" /* getSelectorOrgTree */],
55049
+ url: api["K" /* getSelectorOrgTree */],
54297
55050
  data: [],
54298
55051
  nodeData: '',
54299
55052
  selection: [],
@@ -54307,7 +55060,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54307
55060
  person: {
54308
55061
  label: '选择人员',
54309
55062
  name: 'person',
54310
- url: api["J" /* getSelectorOrgTree */],
55063
+ url: api["K" /* getSelectorOrgTree */],
54311
55064
  data: [],
54312
55065
  nodeData: '',
54313
55066
  selection: [],
@@ -54321,7 +55074,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54321
55074
  otherperson: {
54322
55075
  label: '外单位人员',
54323
55076
  name: 'otherperson',
54324
- url: api["J" /* getSelectorOrgTree */],
55077
+ url: api["K" /* getSelectorOrgTree */],
54325
55078
  data: [],
54326
55079
  nodeData: '',
54327
55080
  selection: [],
@@ -54335,7 +55088,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54335
55088
  persongroup: {
54336
55089
  label: '员工群组成员',
54337
55090
  name: 'persongroup',
54338
- url: api["J" /* getSelectorOrgTree */],
55091
+ url: api["K" /* getSelectorOrgTree */],
54339
55092
  data: [],
54340
55093
  nodeData: '',
54341
55094
  selection: [],
@@ -54353,7 +55106,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54353
55106
  selection: [],
54354
55107
  value: [],
54355
55108
  name: 'filgroup',
54356
- url: api["J" /* getSelectorOrgTree */],
55109
+ url: api["K" /* getSelectorOrgTree */],
54357
55110
  param: {
54358
55111
  showarea: 3,
54359
55112
  id: 0,
@@ -54363,7 +55116,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54363
55116
  depgroup: {
54364
55117
  label: '部门群组成员',
54365
55118
  name: 'depgroup',
54366
- url: api["J" /* getSelectorOrgTree */],
55119
+ url: api["K" /* getSelectorOrgTree */],
54367
55120
  data: [],
54368
55121
  nodeData: '',
54369
55122
  selection: [],
@@ -54377,7 +55130,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54377
55130
  persongroupobj: {
54378
55131
  label: '人员群组',
54379
55132
  name: 'persongroupobj',
54380
- url: api["J" /* getSelectorOrgTree */],
55133
+ url: api["K" /* getSelectorOrgTree */],
54381
55134
  data: [],
54382
55135
  nodeData: '',
54383
55136
  selection: [],
@@ -54391,7 +55144,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54391
55144
  filgroupobj: {
54392
55145
  label: '单位群组',
54393
55146
  name: 'filgroupobj',
54394
- url: api["J" /* getSelectorOrgTree */],
55147
+ url: api["K" /* getSelectorOrgTree */],
54395
55148
  data: [],
54396
55149
  nodeData: '',
54397
55150
  selection: [],
@@ -54405,7 +55158,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54405
55158
  depgroupobj: {
54406
55159
  label: '部门群组',
54407
55160
  name: 'depgroupobj',
54408
- url: api["J" /* getSelectorOrgTree */],
55161
+ url: api["K" /* getSelectorOrgTree */],
54409
55162
  data: [],
54410
55163
  nodeData: '',
54411
55164
  selection: [],
@@ -54419,7 +55172,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54419
55172
  role: {
54420
55173
  label: '选择角色',
54421
55174
  name: 'role',
54422
- url: api["J" /* getSelectorOrgTree */],
55175
+ url: api["K" /* getSelectorOrgTree */],
54423
55176
  data: [],
54424
55177
  nodeData: '',
54425
55178
  selection: [],
@@ -54433,7 +55186,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54433
55186
  post: {
54434
55187
  label: '选择岗位',
54435
55188
  name: 'post',
54436
- url: api["J" /* getSelectorOrgTree */],
55189
+ url: api["K" /* getSelectorOrgTree */],
54437
55190
  data: [],
54438
55191
  nodeData: '',
54439
55192
  selection: [],
@@ -54447,7 +55200,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54447
55200
  codetable: {
54448
55201
  label: '代码表',
54449
55202
  name: 'codetable',
54450
- url: api["J" /* getSelectorOrgTree */],
55203
+ url: api["K" /* getSelectorOrgTree */],
54451
55204
  data: [],
54452
55205
  nodeData: '',
54453
55206
  selection: [],
@@ -54461,7 +55214,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54461
55214
  topcontacts: {
54462
55215
  label: '常用联系人',
54463
55216
  name: 'topcontacts',
54464
- url: api["J" /* getSelectorOrgTree */],
55217
+ url: api["K" /* getSelectorOrgTree */],
54465
55218
  data: [],
54466
55219
  nodeData: '',
54467
55220
  selection: [],
@@ -54508,6 +55261,13 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54508
55261
  this.ajaxActive(val);
54509
55262
  }
54510
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
+ },
54511
55271
  value: {
54512
55272
  immediate: true,
54513
55273
  handler: function handler(val) {
@@ -54901,8 +55661,8 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
54901
55661
 
54902
55662
  var selector_panel_src_main_component = normalizeComponent(
54903
55663
  packages_selector_panel_src_mainvue_type_script_lang_js_,
54904
- mainvue_type_template_id_64fd6fb2_render,
54905
- mainvue_type_template_id_64fd6fb2_staticRenderFns,
55664
+ mainvue_type_template_id_48d2954e_render,
55665
+ mainvue_type_template_id_48d2954e_staticRenderFns,
54906
55666
  false,
54907
55667
  null,
54908
55668
  null,
@@ -55101,11 +55861,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
55101
55861
  },
55102
55862
  url: {
55103
55863
  type: String,
55104
- default: api["D" /* getOrgMainTree */]
55864
+ default: api["E" /* getOrgMainTree */]
55105
55865
  },
55106
55866
  orgUrl: {
55107
55867
  type: String,
55108
- default: api["H" /* getSelectOrgsubids */]
55868
+ default: api["I" /* getSelectOrgsubids */]
55109
55869
  },
55110
55870
  selectField: {
55111
55871
  type: String,
@@ -55821,8 +56581,8 @@ switch_src_main.install = function (Vue) {
55821
56581
  };
55822
56582
 
55823
56583
  /* harmony default export */ var packages_switch = (switch_src_main);
55824
- // 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&
55825
- 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 () {
55826
56586
  var _vm = this
55827
56587
  var _h = _vm.$createElement
55828
56588
  var _c = _vm._self._c || _h
@@ -56168,6 +56928,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56168
56928
  "flowList",
56169
56929
  },
56170
56930
  attrs: {
56931
+ zoom: _vm.zoom,
56171
56932
  display:
56172
56933
  show,
56173
56934
  },
@@ -56314,6 +57075,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56314
57075
  _vm._b(
56315
57076
  {
56316
57077
  attrs: {
57078
+ zoom: _vm.zoom,
56317
57079
  display:
56318
57080
  show,
56319
57081
  },
@@ -56782,6 +57544,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56782
57544
  model: item.model,
56783
57545
  display: show,
56784
57546
  closeDialog: false,
57547
+ zoom: _vm.zoom,
56785
57548
  },
56786
57549
  on: {
56787
57550
  "update:model":
@@ -56841,6 +57604,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56841
57604
  "flowList",
56842
57605
  },
56843
57606
  attrs: {
57607
+ zoom: _vm.zoom,
56844
57608
  display: show,
56845
57609
  },
56846
57610
  },
@@ -56984,6 +57748,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
56984
57748
  {
56985
57749
  key: index,
56986
57750
  attrs: {
57751
+ zoom: _vm.zoom,
56987
57752
  display: show,
56988
57753
  },
56989
57754
  },
@@ -57137,6 +57902,7 @@ var mainvue_type_template_id_6c62aed6_render = function () {
57137
57902
  model: contents.model,
57138
57903
  display: show,
57139
57904
  closeDialog: false,
57905
+ zoom: _vm.zoom,
57140
57906
  },
57141
57907
  on: {
57142
57908
  "update:model": function (
@@ -57318,7 +58084,12 @@ var mainvue_type_template_id_6c62aed6_render = function () {
57318
58084
  "es-tree-group",
57319
58085
  _vm._g(
57320
58086
  _vm._b(
57321
- { attrs: { display: show } },
58087
+ {
58088
+ attrs: {
58089
+ display: show,
58090
+ zoom: _vm.zoom,
58091
+ },
58092
+ },
57322
58093
  "es-tree-group",
57323
58094
  _vm.handleExclAttribute({
57324
58095
  data: contents,
@@ -57405,11 +58176,11 @@ var mainvue_type_template_id_6c62aed6_render = function () {
57405
58176
  2
57406
58177
  )
57407
58178
  }
57408
- var mainvue_type_template_id_6c62aed6_staticRenderFns = []
57409
- 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
57410
58181
 
57411
58182
 
57412
- // 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&
57413
58184
 
57414
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&
57415
58186
  //
@@ -58022,6 +58793,13 @@ mainvue_type_template_id_6c62aed6_render._withStripped = true
58022
58793
  //
58023
58794
  //
58024
58795
  //
58796
+ //
58797
+ //
58798
+ //
58799
+ //
58800
+ //
58801
+ //
58802
+ //
58025
58803
 
58026
58804
 
58027
58805
  /* harmony default export */ var tabs_src_mainvue_type_script_lang_js_ = ({
@@ -58052,7 +58830,8 @@ mainvue_type_template_id_6c62aed6_render._withStripped = true
58052
58830
  default: function _default() {
58053
58831
  return [];
58054
58832
  }
58055
- }
58833
+ },
58834
+ zoom: false
58056
58835
  },
58057
58836
  watch: {
58058
58837
  activeName: function activeName(val) {
@@ -58165,8 +58944,8 @@ mainvue_type_template_id_6c62aed6_render._withStripped = true
58165
58944
 
58166
58945
  var tabs_src_main_component = normalizeComponent(
58167
58946
  packages_tabs_src_mainvue_type_script_lang_js_,
58168
- mainvue_type_template_id_6c62aed6_render,
58169
- mainvue_type_template_id_6c62aed6_staticRenderFns,
58947
+ mainvue_type_template_id_d0a48ac2_render,
58948
+ mainvue_type_template_id_d0a48ac2_staticRenderFns,
58170
58949
  false,
58171
58950
  null,
58172
58951
  null,
@@ -58323,7 +59102,7 @@ mainvue_type_template_id_6a69b2f9_render._withStripped = true
58323
59102
  },
58324
59103
  url: {
58325
59104
  type: String,
58326
- default: api["K" /* gethelpdoc */]
59105
+ default: api["L" /* gethelpdoc */]
58327
59106
  },
58328
59107
  param: {
58329
59108
  type: Object,
@@ -58455,8 +59234,8 @@ tips_src_main.install = function (Vue) {
58455
59234
  };
58456
59235
 
58457
59236
  /* harmony default export */ var tips = (tips_src_main);
58458
- // 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=146a4a1c&
58459
- var mainvue_type_template_id_146a4a1c_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 () {
58460
59239
  var _vm = this
58461
59240
  var _h = _vm.$createElement
58462
59241
  var _c = _vm._self._c || _h
@@ -58498,7 +59277,10 @@ var mainvue_type_template_id_146a4a1c_render = function () {
58498
59277
  [
58499
59278
  _c(
58500
59279
  "div",
58501
- { staticClass: "es-tree-filtrate" },
59280
+ {
59281
+ staticClass: "es-tree-filtrate",
59282
+ class: { "es-tree-hasfiltrate": _vm.$slots.filtrate },
59283
+ },
58502
59284
  [_vm._t("filtrate")],
58503
59285
  2
58504
59286
  ),
@@ -58640,11 +59422,11 @@ var mainvue_type_template_id_146a4a1c_render = function () {
58640
59422
  )
58641
59423
  : _vm._e()
58642
59424
  }
58643
- var mainvue_type_template_id_146a4a1c_staticRenderFns = []
58644
- mainvue_type_template_id_146a4a1c_render._withStripped = true
59425
+ var mainvue_type_template_id_8b6f2062_staticRenderFns = []
59426
+ mainvue_type_template_id_8b6f2062_render._withStripped = true
58645
59427
 
58646
59428
 
58647
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=146a4a1c&
59429
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=8b6f2062&
58648
59430
 
58649
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&
58650
59432
  //
@@ -58727,6 +59509,9 @@ mainvue_type_template_id_146a4a1c_render._withStripped = true
58727
59509
  //
58728
59510
  //
58729
59511
  //
59512
+ //
59513
+ //
59514
+ //
58730
59515
 
58731
59516
 
58732
59517
 
@@ -58795,7 +59580,11 @@ mainvue_type_template_id_146a4a1c_render._withStripped = true
58795
59580
  // 选择项远程地址
58796
59581
  url: {
58797
59582
  type: String,
58798
- default: api["D" /* getOrgMainTree */]
59583
+ default: api["E" /* getOrgMainTree */]
59584
+ },
59585
+ currentFirstNode: {
59586
+ type: Boolean,
59587
+ default: false
58799
59588
  },
58800
59589
  system: {
58801
59590
  type: Boolean,
@@ -59290,8 +60079,8 @@ mainvue_type_template_id_146a4a1c_render._withStripped = true
59290
60079
 
59291
60080
  var tree_src_main_component = normalizeComponent(
59292
60081
  packages_tree_src_mainvue_type_script_lang_js_,
59293
- mainvue_type_template_id_146a4a1c_render,
59294
- mainvue_type_template_id_146a4a1c_staticRenderFns,
60082
+ mainvue_type_template_id_8b6f2062_render,
60083
+ mainvue_type_template_id_8b6f2062_staticRenderFns,
59295
60084
  false,
59296
60085
  null,
59297
60086
  null,
@@ -59308,8 +60097,8 @@ tree_src_main.install = function (Vue) {
59308
60097
  };
59309
60098
 
59310
60099
  /* harmony default export */ var packages_tree = (tree_src_main);
59311
- // 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&
59312
- 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 () {
59313
60102
  var _vm = this
59314
60103
  var _h = _vm.$createElement
59315
60104
  var _c = _vm._self._c || _h
@@ -59474,7 +60263,10 @@ var mainvue_type_template_id_30fe8d8c_render = function () {
59474
60263
  "es-form",
59475
60264
  _vm._g(
59476
60265
  _vm._b(
59477
- { ref: _vm.form.ref ? _vm.form.ref : "esForm" },
60266
+ {
60267
+ ref: _vm.form.ref ? _vm.form.ref : "esForm",
60268
+ attrs: { zoom: _vm.zoom },
60269
+ },
59478
60270
  "es-form",
59479
60271
  _vm.form,
59480
60272
  false
@@ -59489,7 +60281,11 @@ var mainvue_type_template_id_30fe8d8c_render = function () {
59489
60281
  _vm._b(
59490
60282
  {
59491
60283
  ref: _vm.table.ref ? _vm.table.ref : "esDataTable",
59492
- attrs: { size: "mini", param: _vm.param },
60284
+ attrs: {
60285
+ size: "mini",
60286
+ param: _vm.param,
60287
+ zoom: _vm.zoom,
60288
+ },
59493
60289
  },
59494
60290
  "es-data-table",
59495
60291
  Object.assign({}, { close: true }, _vm.table),
@@ -59614,11 +60410,11 @@ var mainvue_type_template_id_30fe8d8c_render = function () {
59614
60410
  2
59615
60411
  )
59616
60412
  }
59617
- var mainvue_type_template_id_30fe8d8c_staticRenderFns = []
59618
- 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
59619
60415
 
59620
60416
 
59621
- // 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&
59622
60418
 
59623
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&
59624
60420
  //
@@ -59768,6 +60564,8 @@ mainvue_type_template_id_30fe8d8c_render._withStripped = true
59768
60564
  //
59769
60565
  //
59770
60566
  //
60567
+ //
60568
+ //
59771
60569
 
59772
60570
 
59773
60571
  /* harmony default export */ var tree_group_src_mainvue_type_script_lang_js_ = ({
@@ -59811,7 +60609,8 @@ mainvue_type_template_id_30fe8d8c_render._withStripped = true
59811
60609
  empty: {
59812
60610
  type: String,
59813
60611
  default: '#/empty'
59814
- }
60612
+ },
60613
+ zoom: false
59815
60614
  },
59816
60615
  computed: {
59817
60616
  wujieName: function wujieName() {
@@ -60037,8 +60836,8 @@ mainvue_type_template_id_30fe8d8c_render._withStripped = true
60037
60836
 
60038
60837
  var tree_group_src_main_component = normalizeComponent(
60039
60838
  packages_tree_group_src_mainvue_type_script_lang_js_,
60040
- mainvue_type_template_id_30fe8d8c_render,
60041
- mainvue_type_template_id_30fe8d8c_staticRenderFns,
60839
+ mainvue_type_template_id_3a8a2abe_render,
60840
+ mainvue_type_template_id_3a8a2abe_staticRenderFns,
60042
60841
  false,
60043
60842
  null,
60044
60843
  null,
@@ -63935,8 +64734,8 @@ form_src_table.install = function (Vue) {
63935
64734
  };
63936
64735
 
63937
64736
  /* harmony default export */ var table_form = (form_src_table);
63938
- // 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&
63939
- 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 () {
63940
64739
  var _vm = this
63941
64740
  var _h = _vm.$createElement
63942
64741
  var _c = _vm._self._c || _h
@@ -64269,11 +65068,11 @@ var mainvue_type_template_id_f1df4e00_render = function () {
64269
65068
  2
64270
65069
  )
64271
65070
  }
64272
- var mainvue_type_template_id_f1df4e00_staticRenderFns = []
64273
- 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
64274
65073
 
64275
65074
 
64276
- // 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&
64277
65076
 
64278
65077
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
64279
65078
  /* harmony default export */ var picture = ({
@@ -64292,6 +65091,8 @@ mainvue_type_template_id_f1df4e00_render._withStripped = true
64292
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='
64293
65092
  });
64294
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
+
64295
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; };
64296
65097
 
64297
65098
  var mainvue_type_script_lang_js_props;
@@ -64549,6 +65350,7 @@ var mainvue_type_script_lang_js_props;
64549
65350
  },
64550
65351
  // 单文件大小
64551
65352
  size: Number,
65353
+ totalSize: Number,
64552
65354
  // 是否头像模式上传
64553
65355
  portrait: {
64554
65356
  type: Boolean,
@@ -64647,7 +65449,7 @@ var mainvue_type_script_lang_js_props;
64647
65449
  }, mainvue_type_script_lang_js_props.properties = {
64648
65450
  type: String,
64649
65451
  default: function _default() {
64650
- return api["v" /* getAdjunctProperties */];
65452
+ return api["w" /* getAdjunctProperties */];
64651
65453
  }
64652
65454
  }, mainvue_type_script_lang_js_props.icons = {
64653
65455
  type: Object,
@@ -64667,6 +65469,7 @@ var mainvue_type_script_lang_js_props;
64667
65469
  fileAccept: '',
64668
65470
  fileSize: 0,
64669
65471
  fileTotalSize: 0,
65472
+ filesTotalSize: 0,
64670
65473
  showImg: false,
64671
65474
  imgChange: false,
64672
65475
  title: '',
@@ -64676,7 +65479,7 @@ var mainvue_type_script_lang_js_props;
64676
65479
  videoChange: false,
64677
65480
  source: '',
64678
65481
  excludeNames: '',
64679
- previewAdjunct: api["Z" /* previewAdjunct */],
65482
+ previewAdjunct: api["ab" /* previewAdjunct */],
64680
65483
  boxHeight: this.listHeight
64681
65484
  };
64682
65485
  },
@@ -64717,13 +65520,10 @@ var mainvue_type_script_lang_js_props;
64717
65520
  if (this.photo && typeof this.photo === 'string' || this.value) {
64718
65521
  return false;
64719
65522
  }
64720
- if (this.photo && typeof this.photo === 'string') {
64721
- return false;
64722
- }
64723
65523
  return this.showFileList;
64724
65524
  },
64725
65525
  url: function url() {
64726
- 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 */];
64727
65527
  return url.indexOf(this.host) > -1 ? url : this.host + url;
64728
65528
  },
64729
65529
  excludes: function excludes() {
@@ -64732,14 +65532,17 @@ var mainvue_type_script_lang_js_props;
64732
65532
  accepts: function accepts() {
64733
65533
  return this.accept ? this.accept : this.fileAccept ? this.fileAccept : this.portrait ? 'image/*' : undefined;
64734
65534
  },
64735
- sizes: function sizes() {
65535
+ _size: function _size() {
64736
65536
  return this.size ? this.size : this.fileSize ? this.fileSize : 0;
64737
65537
  },
65538
+ _totalSize: function _totalSize() {
65539
+ return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
65540
+ },
64738
65541
  getAdjunctFileInfos: function getAdjunctFileInfos() {
64739
- return typeof this.fileList === 'string' ? this.fileList : api["u" /* getAdjunctFileInfos */];
65542
+ return typeof this.fileList === 'string' ? this.fileList : api["v" /* getAdjunctFileInfos */];
64740
65543
  },
64741
65544
  showList: function showList() {
64742
- return this.portrait || !this.multiple ? false : this.showFileList;
65545
+ return this.portrait ? false : this.showFileList;
64743
65546
  },
64744
65547
  isDownloads: function isDownloads() {
64745
65548
  return this.downloads;
@@ -64793,33 +65596,33 @@ var mainvue_type_script_lang_js_props;
64793
65596
  if (typeof this.image === 'string') {
64794
65597
  return this.image;
64795
65598
  }
64796
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + this.image.adjunctId;
65599
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + this.image.adjunctId;
64797
65600
  }
64798
65601
  if (this.value) {
64799
65602
  if (typeof this.value === 'string') {
64800
65603
  if (this.value.indexOf('data:image/') === -1) {
64801
- var val = utils_util["a" /* default */].jointUrl({
65604
+ var val = this.host + utils_util["a" /* default */].jointUrl({
64802
65605
  url: this.value,
64803
- reg: this.host + '/main2'
65606
+ reg: '/main2'
64804
65607
  });
64805
65608
  return val;
64806
65609
  }
64807
- if (this.value.indexOf(api["Z" /* previewAdjunct */]) === -1 || this.value.indexOf('/') === -1) {
64808
- 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;
64809
65612
  }
64810
65613
  return this.value;
64811
65614
  } else if (Array.isArray(this.value)) {
64812
65615
  var adjunctId = this.value[0].response ? this.value[0].response.adjunctId : this.value[0].adjunctId;
64813
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + adjunctId;
65616
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + adjunctId;
64814
65617
  } else {
64815
65618
  var _adjunctId = this.value.response ? this.value.response.adjunctId : this.value.adjunctId;
64816
- return this.host + api["Z" /* previewAdjunct */] + '?adjunctId=' + _adjunctId;
65619
+ return this.host + api["ab" /* previewAdjunct */] + '?adjunctId=' + _adjunctId;
64817
65620
  }
64818
65621
  }
64819
65622
  if (this.photo && typeof this.photo === 'string' && this.photo.indexOf('data:image/') === -1) {
64820
- var _val = utils_util["a" /* default */].jointUrl({
65623
+ var _val = this.host + utils_util["a" /* default */].jointUrl({
64821
65624
  url: this.photo,
64822
- reg: this.host + '/main2'
65625
+ reg: '/main2'
64823
65626
  });
64824
65627
  return _val;
64825
65628
  }
@@ -64833,11 +65636,29 @@ var mainvue_type_script_lang_js_props;
64833
65636
  handler: function handler(val) {
64834
65637
  if (Array.isArray(val) && val.length > 0) {
64835
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;
64836
65644
  } else {
64837
65645
  this.getFiles(this.params);
64838
65646
  }
64839
65647
  }
64840
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
+ },
64841
65662
  params: {
64842
65663
  deep: true,
64843
65664
  handler: function handler(val) {
@@ -64890,7 +65711,7 @@ var mainvue_type_script_lang_js_props;
64890
65711
  if (res.results) {
64891
65712
  _this2.excludeNames = res.results.excludeName;
64892
65713
  _this2.fileAccept = res.results.fileTypeExtName.replace(new RegExp(';', 'gm'), ',');
64893
- _this2.fileSize = res.results.limitFileSize ? res.results.limitFileSize / 1024 / 1024 : 0;
65714
+ _this2.fileSize = res.results.limitFileSize ? res.results.limitFileSize : 0;
64894
65715
  _this2.fileTotalSize = res.results.limitTotalSize;
64895
65716
  }
64896
65717
  }
@@ -64904,7 +65725,6 @@ var mainvue_type_script_lang_js_props;
64904
65725
  getFiles: function getFiles(params) {
64905
65726
  var _this3 = this;
64906
65727
 
64907
- console.log(111, params);
64908
65728
  if (!this.show || this.isRequiredOwnId && !Object.prototype.hasOwnProperty.call(params, 'ownId')) {
64909
65729
  return false;
64910
65730
  }
@@ -64920,6 +65740,11 @@ var mainvue_type_script_lang_js_props;
64920
65740
  _this3.image = JSON.parse(JSON.stringify(res.results))[0];
64921
65741
  } else {
64922
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;
64923
65748
  _this3.$emit('input', _this3.lists);
64924
65749
  }
64925
65750
  } else {
@@ -64948,11 +65773,11 @@ var mainvue_type_script_lang_js_props;
64948
65773
  var suffix = file.suffix;
64949
65774
  suffix = suffix.toLowerCase();
64950
65775
  if (suffix.includes('doc') || suffix.includes('docx') || suffix.includes('xls') || suffix.includes('xlsx') || suffix.includes('ppt')) {
64951
- 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);
64952
65777
  } else if (suffix.includes('pdf')) {
64953
- 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);
64954
65779
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
64955
- 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;
64956
65781
  this.title = file.originalName;
64957
65782
  this.showImg = true;
64958
65783
  this.$nextTick(function () {
@@ -64960,12 +65785,12 @@ var mainvue_type_script_lang_js_props;
64960
65785
  });
64961
65786
  } else if (suffix.includes('mp4')) {
64962
65787
  this.source = {
64963
- src: this.host + (url ? url : api["Z" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId
65788
+ src: this.host + (url ? url : api["ab" /* previewAdjunct */]) + '?adjunctId=' + file.adjunctId
64964
65789
  };
64965
65790
  this.title = file.originalName;
64966
65791
  this.showVideo = true;
64967
65792
  } else {
64968
- 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);
64969
65794
  }
64970
65795
  } else {
64971
65796
  utils_util["a" /* default */].win.open(URL.createObjectURL(file.raw));
@@ -64996,9 +65821,33 @@ var mainvue_type_script_lang_js_props;
64996
65821
  };
64997
65822
  },
64998
65823
  isLt: function isLt(file) {
64999
- var flag = this.sizes === 0 ? true : file.size / 1024 / 1024 < this.sizes;
65000
- if (!flag) {
65001
- 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!');
65002
65851
  }
65003
65852
  return flag;
65004
65853
  },
@@ -65013,7 +65862,7 @@ var mainvue_type_script_lang_js_props;
65013
65862
  if (this.beforeUpload) {
65014
65863
  return this.beforeUpload(file);
65015
65864
  }
65016
- return true;
65865
+ return this.isLt(file);
65017
65866
  },
65018
65867
  handleBeforeRemove: function handleBeforeRemove(file, fileList) {
65019
65868
  var _this6 = this;
@@ -65065,12 +65914,12 @@ var mainvue_type_script_lang_js_props;
65065
65914
  }
65066
65915
  },
65067
65916
  handleDownloads: function handleDownloads() {
65068
- var url = typeof this.downloads === 'string' ? this.downloads : api["Nb" /* uploadDownloads */];
65917
+ var url = typeof this.downloads === 'string' ? this.downloads : api["Ob" /* uploadDownloads */];
65069
65918
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
65070
65919
  },
65071
65920
  handleDownload: function handleDownload(file) {
65072
65921
  if (file.status === 'success') {
65073
- var url = typeof this.download === 'string' ? this.download : api["n" /* downloadByAdjunctId */];
65922
+ var url = typeof this.download === 'string' ? this.download : api["o" /* downloadByAdjunctId */];
65074
65923
  utils_util["a" /* default */].win.open(this.host + url + '?adjunctId=' + (file.adjunctId || file.response.adjunctId));
65075
65924
  } else {
65076
65925
  this.aLinkDownload(file);
@@ -65105,7 +65954,7 @@ var mainvue_type_script_lang_js_props;
65105
65954
  ids = ids.join(',');
65106
65955
  utils_util["a" /* default */].ajax({
65107
65956
  method: this.method,
65108
- url: api["Pb" /* uploadSort */],
65957
+ url: api["Qb" /* uploadSort */],
65109
65958
  data: {
65110
65959
  ids: ids
65111
65960
  },
@@ -65202,8 +66051,8 @@ var mainvue_type_script_lang_js_props;
65202
66051
 
65203
66052
  var upload_src_main_component = normalizeComponent(
65204
66053
  packages_upload_src_mainvue_type_script_lang_js_,
65205
- mainvue_type_template_id_f1df4e00_render,
65206
- mainvue_type_template_id_f1df4e00_staticRenderFns,
66054
+ mainvue_type_template_id_757f82dc_render,
66055
+ mainvue_type_template_id_757f82dc_staticRenderFns,
65207
66056
  false,
65208
66057
  null,
65209
66058
  null,
@@ -65665,8 +66514,7 @@ wxlogin_src_main.install = function (Vue) {
65665
66514
 
65666
66515
 
65667
66516
 
65668
-
65669
- 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];
65670
66518
 
65671
66519
  var install = function install(Vue) {
65672
66520
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -65681,12 +66529,11 @@ if (typeof window !== 'undefined' && window.Vue) {
65681
66529
  }
65682
66530
 
65683
66531
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
65684
- version: '0.4.17',
66532
+ version: '0.4.19',
65685
66533
  install: install,
65686
66534
  Button: packages_button,
65687
66535
  ButtonGroup: button_group,
65688
66536
  CheckboxGroup: checkbox_group,
65689
- CaLogin: ca_login,
65690
66537
  Card: card,
65691
66538
  Cascader: cascader,
65692
66539
  Clients: clients,