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.
- package/lib/button-group.js +88 -88
- package/lib/button.js +90 -90
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +89 -89
- package/lib/clients.js +2 -2
- package/lib/data-table-form.js +870 -198
- package/lib/data-table.js +91 -91
- package/lib/date-picker.js +90 -90
- package/lib/dialog.js +144 -105
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +1518 -671
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +112 -95
- package/lib/flow-list.js +92 -92
- package/lib/flow.js +187 -173
- package/lib/form.js +183 -102
- package/lib/handle-user.js +91 -91
- package/lib/handler.js +91 -91
- package/lib/index.js +1 -1
- package/lib/input-number.js +90 -90
- package/lib/input.js +90 -90
- package/lib/label.js +2 -2
- package/lib/login.js +174 -131
- package/lib/main.js +114 -113
- package/lib/mainComp.js +107 -106
- package/lib/menu.js +2 -2
- package/lib/nav.js +90 -90
- package/lib/notify.js +95 -95
- package/lib/page.js +90 -90
- package/lib/pagination.js +2 -2
- package/lib/player.js +90 -90
- package/lib/qr-code.js +97 -97
- package/lib/radio-group.js +91 -91
- package/lib/select-ganged.js +90 -90
- package/lib/select.js +101 -101
- package/lib/selector-panel.js +115 -108
- package/lib/selector.js +97 -95
- package/lib/sizer.js +92 -92
- package/lib/steps.js +90 -90
- package/lib/switch.js +90 -90
- package/lib/table-form.js +97 -97
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +113 -94
- package/lib/theme-chalk/data-table-form.css +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/tree.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +91 -91
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +105 -95
- package/lib/tree.js +104 -94
- package/lib/upload.js +175 -125
- package/lib/wujie.js +90 -90
- package/lib/wxlogin.js +90 -90
- package/package.json +2 -2
- package/packages/data-table-form/src/checkbox.vue +101 -0
- package/packages/data-table-form/src/radio.vue +65 -0
- package/packages/data-table-form/src/table.vue +34 -6
- package/packages/data-table-form/src/tbody.vue +139 -25
- package/packages/dialog/src/main.vue +35 -4
- package/packages/flow/src/main.vue +103 -87
- package/packages/flow/src/selectUser.vue +13 -12
- package/packages/flow-group/src/main.vue +22 -13
- package/packages/form/src/main.vue +563 -470
- package/packages/login/src/main.vue +79 -34
- package/packages/main/src/main.vue +6 -6
- package/packages/select/src/main.vue +20 -20
- package/packages/selector/src/main.vue +9 -9
- package/packages/selector-panel/src/main.vue +27 -17
- package/packages/tabs/src/main.vue +20 -12
- package/packages/theme-chalk/lib/data-table-form.css +1 -1
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/tree.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/data-table-form.scss +7 -6
- package/packages/theme-chalk/src/flow.scss +10 -20
- package/packages/theme-chalk/src/index.scss +0 -1
- package/packages/theme-chalk/src/tree.scss +1 -1
- package/packages/theme-chalk/src/upload.scss +10 -3
- package/packages/tree/src/main.vue +20 -13
- package/packages/tree-group/src/main.vue +7 -4
- package/packages/upload/src/main.vue +77 -20
- package/src/index.js +1 -4
- package/lib/ca-login.js +0 -326
- package/lib/theme-chalk/ca-login.css +0 -1
- package/packages/ca-login/index.js +0 -5
- package/packages/ca-login/src/main.vue +0 -62
- package/packages/theme-chalk/lib/ca-login.css +0 -1
- package/packages/theme-chalk/src/ca-login.scss +0 -4
package/lib/flow.js
CHANGED
|
@@ -2240,120 +2240,120 @@ var watermark = function watermark(option) {
|
|
|
2240
2240
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2241
2241
|
|
|
2242
2242
|
"use strict";
|
|
2243
|
-
/*
|
|
2244
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2245
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2246
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2247
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2248
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2243
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
|
|
2244
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
|
|
2245
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
|
|
2246
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return logout; });
|
|
2247
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initLogin; });
|
|
2248
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return switchUserTo; });
|
|
2249
2249
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
2250
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2251
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2250
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getLoginCode; });
|
|
2251
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
|
|
2252
2252
|
/* unused harmony export updateCode */
|
|
2253
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2253
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getModifyPassCode; });
|
|
2254
2254
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
2255
2255
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
2256
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2257
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2258
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2259
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2260
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2256
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initModifyPassword; });
|
|
2257
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
|
|
2258
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
|
|
2259
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
|
|
2260
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
|
|
2261
2261
|
/* unused harmony export getUserImgUrl */
|
|
2262
2262
|
/* unused harmony export getDoorIndex */
|
|
2263
2263
|
/* unused harmony export refreshOnlineUsers */
|
|
2264
2264
|
/* unused harmony export getQuickMenuIds */
|
|
2265
2265
|
/* unused harmony export getApplicationIdArray */
|
|
2266
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2267
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2266
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
|
|
2267
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
|
|
2268
2268
|
/* unused harmony export getUserCustomInfo */
|
|
2269
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2270
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2271
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2272
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2273
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2274
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2275
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2276
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2277
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2278
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2279
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2280
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2281
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2282
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2269
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
|
|
2270
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
|
|
2271
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
|
|
2272
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
|
|
2273
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
|
|
2274
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
|
|
2275
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
|
|
2276
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
|
|
2277
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
|
|
2278
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
|
|
2279
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
|
|
2280
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
|
|
2281
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
|
|
2282
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
|
|
2283
2283
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
|
|
2284
2284
|
/* unused harmony export upload_updateClassify */
|
|
2285
2285
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
2286
2286
|
/* unused harmony export getPictureBase64 */
|
|
2287
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2288
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2289
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2290
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2291
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2287
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgTree; });
|
|
2288
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgDetail; });
|
|
2289
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getOrgMainTree; });
|
|
2290
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectOrgsubids; });
|
|
2291
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
|
|
2292
2292
|
/* unused harmony export findUserBaseInfo */
|
|
2293
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2293
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
|
|
2294
2294
|
/* unused harmony export getCurrentuser */
|
|
2295
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2296
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2297
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2295
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
|
|
2296
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
|
|
2297
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
|
|
2298
2298
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
2299
2299
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
2300
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2301
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2302
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2300
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
|
|
2301
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
|
|
2302
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
|
|
2303
2303
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
2304
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2305
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2306
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2307
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2308
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2309
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2310
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2304
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
|
|
2305
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
|
|
2306
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
|
|
2307
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
|
|
2308
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
|
|
2309
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
|
|
2310
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
|
|
2311
2311
|
/* unused harmony export getView */
|
|
2312
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2313
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2314
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2315
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2316
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2317
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2318
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2319
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2320
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2321
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2322
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2323
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2324
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2325
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2326
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2327
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2328
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2329
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2330
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2331
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2312
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
|
|
2313
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
|
|
2314
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
|
|
2315
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
|
|
2316
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
|
|
2317
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
|
|
2318
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
|
|
2319
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
|
|
2320
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
|
|
2321
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
|
|
2322
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
|
|
2323
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
|
|
2324
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
|
|
2325
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
|
|
2326
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
|
|
2327
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
|
|
2328
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
|
|
2329
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
|
|
2330
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
|
|
2331
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
|
|
2332
2332
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
2333
2333
|
/* unused harmony export historyListJson */
|
|
2334
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2335
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2334
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
|
|
2335
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
|
|
2336
2336
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
2337
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2338
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2339
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2340
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2341
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2342
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2343
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2344
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2345
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2346
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2347
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2348
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2349
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2350
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2351
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2337
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
|
|
2338
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
|
|
2339
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
|
|
2340
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
|
|
2341
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
|
|
2342
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
|
|
2343
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
|
|
2344
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
|
|
2345
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
|
|
2346
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
|
|
2347
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
|
|
2348
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
|
|
2349
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
|
|
2350
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
|
|
2351
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
|
|
2352
2352
|
/* unused harmony export sendSave */
|
|
2353
2353
|
/* unused harmony export sendUpdate */
|
|
2354
2354
|
/* unused harmony export sendDelete */
|
|
2355
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2356
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
2355
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendBatch; });
|
|
2356
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return formContents; });
|
|
2357
2357
|
// 登录
|
|
2358
2358
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
2359
2359
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -2895,7 +2895,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
2895
2895
|
// ESM COMPAT FLAG
|
|
2896
2896
|
__webpack_require__.r(__webpack_exports__);
|
|
2897
2897
|
|
|
2898
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
2898
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=1cd64e1e&
|
|
2899
2899
|
var render = function () {
|
|
2900
2900
|
var _vm = this
|
|
2901
2901
|
var _h = _vm.$createElement
|
|
@@ -3789,7 +3789,7 @@ var render = function () {
|
|
|
3789
3789
|
},
|
|
3790
3790
|
],
|
|
3791
3791
|
staticStyle: {
|
|
3792
|
-
"{
|
|
3792
|
+
"{\n border": "1px solid #ccc",
|
|
3793
3793
|
padding: "5px",
|
|
3794
3794
|
"border-radius": "5px",
|
|
3795
3795
|
"font-size": "13px",
|
|
@@ -3887,7 +3887,7 @@ var render = function () {
|
|
|
3887
3887
|
click: function ($event) {
|
|
3888
3888
|
item.event === "sub"
|
|
3889
3889
|
? _vm.subProcess()
|
|
3890
|
-
: _vm.saveInfo()
|
|
3890
|
+
: _vm.saveInfo(false, item)
|
|
3891
3891
|
},
|
|
3892
3892
|
},
|
|
3893
3893
|
},
|
|
@@ -4219,7 +4219,7 @@ var staticRenderFns = []
|
|
|
4219
4219
|
render._withStripped = true
|
|
4220
4220
|
|
|
4221
4221
|
|
|
4222
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
4222
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1cd64e1e&
|
|
4223
4223
|
|
|
4224
4224
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
4225
4225
|
var regenerator_ = __webpack_require__(9);
|
|
@@ -4774,7 +4774,7 @@ var util = __webpack_require__(0);
|
|
|
4774
4774
|
|
|
4775
4775
|
this.loading = true;
|
|
4776
4776
|
util["a" /* default */].ajax({
|
|
4777
|
-
url: id ? api["
|
|
4777
|
+
url: id ? api["p" /* editCommonOpion */] : api["a" /* addCommonOpion */],
|
|
4778
4778
|
params: { id: id }
|
|
4779
4779
|
}).then(function (res) {
|
|
4780
4780
|
var status = res.status,
|
|
@@ -5093,7 +5093,7 @@ var _components;
|
|
|
5093
5093
|
}
|
|
5094
5094
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
5095
5095
|
util["a" /* default */].ajax({
|
|
5096
|
-
url: data.id ? api["
|
|
5096
|
+
url: data.id ? api["Lb" /* updateCommonOpinion */] : api["fb" /* saveCommonOpinion */],
|
|
5097
5097
|
data: info,
|
|
5098
5098
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
5099
5099
|
method: 'post'
|
|
@@ -5625,8 +5625,8 @@ processFormvue_type_template_id_d510785c_render._withStripped = true
|
|
|
5625
5625
|
|
|
5626
5626
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d510785c&
|
|
5627
5627
|
|
|
5628
|
-
// 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=
|
|
5629
|
-
var
|
|
5628
|
+
// 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&
|
|
5629
|
+
var selectUservue_type_template_id_3190cc8c_render = function () {
|
|
5630
5630
|
var _vm = this
|
|
5631
5631
|
var _h = _vm.$createElement
|
|
5632
5632
|
var _c = _vm._self._c || _h
|
|
@@ -5721,28 +5721,35 @@ var selectUservue_type_template_id_99dc77cc_render = function () {
|
|
|
5721
5721
|
},
|
|
5722
5722
|
})
|
|
5723
5723
|
: !_vm.disabled && _vm.isChange
|
|
5724
|
-
? _c(
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
"
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
_vm.
|
|
5724
|
+
? _c(
|
|
5725
|
+
"es-selector",
|
|
5726
|
+
{
|
|
5727
|
+
class: _vm.isCustomUser ? "" : "no-icon",
|
|
5728
|
+
attrs: {
|
|
5729
|
+
"value-type": "string",
|
|
5730
|
+
types: _vm.types,
|
|
5731
|
+
tabs: _vm.tabs,
|
|
5732
|
+
title: _vm.title,
|
|
5733
|
+
mix: _vm.mix,
|
|
5734
|
+
disabled: !_vm.isCustomUser,
|
|
5735
|
+
filterable: Boolean(_vm.isCustomUser),
|
|
5736
|
+
multiple: _vm.newMultiple,
|
|
5737
|
+
param: _vm.newParams,
|
|
5738
|
+
},
|
|
5739
|
+
on: {
|
|
5740
|
+
cancel: _vm.cancelSelectUser,
|
|
5741
|
+
change: _vm.getSelectUser,
|
|
5742
|
+
},
|
|
5743
|
+
model: {
|
|
5744
|
+
value: _vm.newSelectUserList,
|
|
5745
|
+
callback: function ($$v) {
|
|
5746
|
+
_vm.newSelectUserList = $$v
|
|
5747
|
+
},
|
|
5748
|
+
expression: "newSelectUserList",
|
|
5742
5749
|
},
|
|
5743
|
-
expression: "newSelectUserList",
|
|
5744
5750
|
},
|
|
5745
|
-
|
|
5751
|
+
[_c("i", { staticClass: "es-icon-user" })]
|
|
5752
|
+
)
|
|
5746
5753
|
: _vm._e(),
|
|
5747
5754
|
],
|
|
5748
5755
|
1
|
|
@@ -5751,11 +5758,11 @@ var selectUservue_type_template_id_99dc77cc_render = function () {
|
|
|
5751
5758
|
2
|
|
5752
5759
|
)
|
|
5753
5760
|
}
|
|
5754
|
-
var
|
|
5755
|
-
|
|
5761
|
+
var selectUservue_type_template_id_3190cc8c_staticRenderFns = []
|
|
5762
|
+
selectUservue_type_template_id_3190cc8c_render._withStripped = true
|
|
5756
5763
|
|
|
5757
5764
|
|
|
5758
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
5765
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=3190cc8c&
|
|
5759
5766
|
|
|
5760
5767
|
// 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&
|
|
5761
5768
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -5842,6 +5849,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
5842
5849
|
//
|
|
5843
5850
|
//
|
|
5844
5851
|
//
|
|
5852
|
+
//
|
|
5845
5853
|
|
|
5846
5854
|
|
|
5847
5855
|
|
|
@@ -5928,7 +5936,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
5928
5936
|
newNextUser: [],
|
|
5929
5937
|
newOptions: [],
|
|
5930
5938
|
newSelectUserList: [],
|
|
5931
|
-
url: api["
|
|
5939
|
+
url: api["M" /* handleInfo */],
|
|
5932
5940
|
newCheckboxList: [],
|
|
5933
5941
|
newPresetEdit: 0,
|
|
5934
5942
|
newMultiple: false,
|
|
@@ -6045,7 +6053,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
6045
6053
|
if (query !== '') {
|
|
6046
6054
|
this.searchLoading = true;
|
|
6047
6055
|
util["a" /* default */].ajax({
|
|
6048
|
-
url: api["
|
|
6056
|
+
url: api["M" /* handleInfo */],
|
|
6049
6057
|
params: { searchKey: query, query: query, type: 'user' }
|
|
6050
6058
|
}).then(function (res) {
|
|
6051
6059
|
var status = res.status,
|
|
@@ -6216,8 +6224,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
6216
6224
|
|
|
6217
6225
|
var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
6218
6226
|
src_selectUservue_type_script_lang_js_,
|
|
6219
|
-
|
|
6220
|
-
|
|
6227
|
+
selectUservue_type_template_id_3190cc8c_render,
|
|
6228
|
+
selectUservue_type_template_id_3190cc8c_staticRenderFns,
|
|
6221
6229
|
false,
|
|
6222
6230
|
null,
|
|
6223
6231
|
null,
|
|
@@ -6445,7 +6453,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
6445
6453
|
nextNodeId: nodeId,
|
|
6446
6454
|
businessId: this.id
|
|
6447
6455
|
};
|
|
6448
|
-
util["a" /* default */].ajax({ url: api["
|
|
6456
|
+
util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
|
|
6449
6457
|
var status = res.status,
|
|
6450
6458
|
message = res.message,
|
|
6451
6459
|
_res$data = res.data,
|
|
@@ -6542,7 +6550,7 @@ var CustomPresetvue_type_script_lang_js_components;
|
|
|
6542
6550
|
|
|
6543
6551
|
isNoStart && (this.newPresetList = []);
|
|
6544
6552
|
var params = {
|
|
6545
|
-
url: api["
|
|
6553
|
+
url: api["F" /* getPresetCustomInfo */],
|
|
6546
6554
|
params: {
|
|
6547
6555
|
nodeId: nodeId,
|
|
6548
6556
|
processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
|
|
@@ -6889,7 +6897,7 @@ var Presetvue_type_script_lang_js_components;
|
|
|
6889
6897
|
nodeId = this.nodeId;
|
|
6890
6898
|
|
|
6891
6899
|
var params = {
|
|
6892
|
-
url: api["
|
|
6900
|
+
url: api["G" /* getPresetNodeInfo */],
|
|
6893
6901
|
params: {
|
|
6894
6902
|
nextNodeId: nextNodeId,
|
|
6895
6903
|
processDefinitionId: processDefinitionId,
|
|
@@ -7486,7 +7494,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7486
7494
|
var _this = this;
|
|
7487
7495
|
|
|
7488
7496
|
util["a" /* default */].ajax({
|
|
7489
|
-
url: api["
|
|
7497
|
+
url: api["r" /* findCodeValues */],
|
|
7490
7498
|
params: { ccCode: 'notification_type' }
|
|
7491
7499
|
}).then(function (res) {
|
|
7492
7500
|
var status = res.status,
|
|
@@ -7512,7 +7520,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7512
7520
|
nodeId: this.nextNode.nextNode,
|
|
7513
7521
|
businessId: this.id
|
|
7514
7522
|
};
|
|
7515
|
-
util["a" /* default */].ajax({ url: api["
|
|
7523
|
+
util["a" /* default */].ajax({ url: api["D" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
7516
7524
|
if (res.status === 'success') {
|
|
7517
7525
|
_this2.nextNode.noticeInfo = res.message;
|
|
7518
7526
|
}
|
|
@@ -7582,7 +7590,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7582
7590
|
opinion: newOpinion
|
|
7583
7591
|
};
|
|
7584
7592
|
if (_this3.activeNames != '1') delete params.customPresetUserJson;
|
|
7585
|
-
util["a" /* default */].ajax({ url: api["
|
|
7593
|
+
util["a" /* default */].ajax({ url: api["db" /* register */], method: 'post', data: params }).then(function (res) {
|
|
7586
7594
|
var status = res.status,
|
|
7587
7595
|
message = res.message;
|
|
7588
7596
|
|
|
@@ -7612,7 +7620,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7612
7620
|
nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
|
|
7613
7621
|
businessId: this.id
|
|
7614
7622
|
};
|
|
7615
|
-
util["a" /* default */].ajax({ url: api["
|
|
7623
|
+
util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
|
|
7616
7624
|
var status = res.status,
|
|
7617
7625
|
message = res.message,
|
|
7618
7626
|
_res$data = res.data,
|
|
@@ -7699,7 +7707,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7699
7707
|
var _this5 = this;
|
|
7700
7708
|
|
|
7701
7709
|
util["a" /* default */].ajax({
|
|
7702
|
-
url: api["
|
|
7710
|
+
url: api["t" /* findSysCodes */]
|
|
7703
7711
|
}).then(function (res) {
|
|
7704
7712
|
var status = res.status,
|
|
7705
7713
|
message = res.message;
|
|
@@ -7768,7 +7776,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
7768
7776
|
businessId: this.businessId
|
|
7769
7777
|
};
|
|
7770
7778
|
// 获取节点
|
|
7771
|
-
util["a" /* default */].ajax({ url: api["
|
|
7779
|
+
util["a" /* default */].ajax({ url: api["yb" /* toStartFlow */], params: params }).then(function (res) {
|
|
7772
7780
|
//pc接口返回数据处理
|
|
7773
7781
|
var status = res.status,
|
|
7774
7782
|
message = res.message,
|
|
@@ -8206,7 +8214,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
8206
8214
|
notificationType = _sendInfo.notificationType;
|
|
8207
8215
|
|
|
8208
8216
|
var params = {
|
|
8209
|
-
url: api["
|
|
8217
|
+
url: api["jb" /* sendMsg */],
|
|
8210
8218
|
headers: { Accept: 'application/json,text/plain' },
|
|
8211
8219
|
method: 'post',
|
|
8212
8220
|
data: {
|
|
@@ -8268,7 +8276,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
8268
8276
|
|
|
8269
8277
|
this.loading = true;
|
|
8270
8278
|
util["a" /* default */].ajax({
|
|
8271
|
-
url: api["
|
|
8279
|
+
url: api["xb" /* toSendMsg */],
|
|
8272
8280
|
params: { pendingId: this.$attrs.pendingId }
|
|
8273
8281
|
}).then(function (res) {
|
|
8274
8282
|
var status = res.status,
|
|
@@ -9046,7 +9054,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9046
9054
|
var _this = this;
|
|
9047
9055
|
|
|
9048
9056
|
util["a" /* default */].ajax({
|
|
9049
|
-
url: api["
|
|
9057
|
+
url: api["r" /* findCodeValues */],
|
|
9050
9058
|
params: { ccCode: 'notification_type' }
|
|
9051
9059
|
}).then(function (res) {
|
|
9052
9060
|
var status = res.status,
|
|
@@ -9083,7 +9091,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9083
9091
|
userId: util["a" /* default */].getStorage('userId'),
|
|
9084
9092
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
9085
9093
|
};
|
|
9086
|
-
util["a" /* default */].ajax({ url: api["
|
|
9094
|
+
util["a" /* default */].ajax({ url: api["ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
9087
9095
|
var status = res.status,
|
|
9088
9096
|
message = res.message;
|
|
9089
9097
|
|
|
@@ -9114,7 +9122,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9114
9122
|
var _this3 = this;
|
|
9115
9123
|
|
|
9116
9124
|
util["a" /* default */].ajax({
|
|
9117
|
-
url: api["
|
|
9125
|
+
url: api["t" /* findSysCodes */]
|
|
9118
9126
|
}).then(function (res) {
|
|
9119
9127
|
var status = res.status,
|
|
9120
9128
|
message = res.message;
|
|
@@ -9138,7 +9146,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
|
|
|
9138
9146
|
isSinglePage: false,
|
|
9139
9147
|
opinion: this.option
|
|
9140
9148
|
};
|
|
9141
|
-
util["a" /* default */].ajax({ url: api["
|
|
9149
|
+
util["a" /* default */].ajax({ url: api["Bb" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
9142
9150
|
var status = res.status,
|
|
9143
9151
|
message = res.message,
|
|
9144
9152
|
_res$data = res.data,
|
|
@@ -9810,7 +9818,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
9810
9818
|
taskExamine = this.taskExamine;
|
|
9811
9819
|
|
|
9812
9820
|
var params = {
|
|
9813
|
-
url: api["
|
|
9821
|
+
url: api["Fb" /* toTaskTransferIndex */],
|
|
9814
9822
|
params: {
|
|
9815
9823
|
opinion: opinion,
|
|
9816
9824
|
pendingId: pendingId,
|
|
@@ -9935,7 +9943,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
9935
9943
|
var _this3 = this;
|
|
9936
9944
|
|
|
9937
9945
|
var params = {
|
|
9938
|
-
url: api["
|
|
9946
|
+
url: api["zb" /* toStartTaskRead */],
|
|
9939
9947
|
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
9940
9948
|
};
|
|
9941
9949
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
@@ -9974,7 +9982,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
9974
9982
|
var _this5 = this;
|
|
9975
9983
|
|
|
9976
9984
|
util["a" /* default */].ajax({
|
|
9977
|
-
url: api["
|
|
9985
|
+
url: api["r" /* findCodeValues */],
|
|
9978
9986
|
params: { ccCode: 'notification_type' }
|
|
9979
9987
|
}).then(function (res) {
|
|
9980
9988
|
var status = res.status,
|
|
@@ -10005,7 +10013,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
10005
10013
|
multiple = this.multiple;
|
|
10006
10014
|
|
|
10007
10015
|
var params = {
|
|
10008
|
-
url: api["
|
|
10016
|
+
url: api["sb" /* taskTransfer */],
|
|
10009
10017
|
data: {
|
|
10010
10018
|
choiceDeptId: choiceDeptId,
|
|
10011
10019
|
choiceOrgId: choiceOrgId,
|
|
@@ -10092,7 +10100,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
10092
10100
|
!download && delete params.isDownload;
|
|
10093
10101
|
isCdjxjTaskHandle == 'true' && delete params.noticeType;
|
|
10094
10102
|
util["a" /* default */].ajax({
|
|
10095
|
-
url: api["
|
|
10103
|
+
url: api["nb" /* taskReadHtml */],
|
|
10096
10104
|
params: { taskAction: _this7.type },
|
|
10097
10105
|
headers: { Accept: 'application/json,text/plain' },
|
|
10098
10106
|
method: 'post',
|
|
@@ -10129,7 +10137,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
10129
10137
|
|
|
10130
10138
|
this.loading = true;
|
|
10131
10139
|
util["a" /* default */].ajax({
|
|
10132
|
-
url: api["
|
|
10140
|
+
url: api["t" /* findSysCodes */]
|
|
10133
10141
|
}).then(function (res) {
|
|
10134
10142
|
var status = res.status,
|
|
10135
10143
|
message = res.message;
|
|
@@ -10584,7 +10592,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10584
10592
|
pendingId = this.pendingId;
|
|
10585
10593
|
|
|
10586
10594
|
var params = {
|
|
10587
|
-
url: api["
|
|
10595
|
+
url: api["pb" /* taskReview */],
|
|
10588
10596
|
data: {
|
|
10589
10597
|
nextUserId: nextOtherOrgObj,
|
|
10590
10598
|
notificationType: noticeType.join(','),
|
|
@@ -10620,7 +10628,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10620
10628
|
var _this2 = this;
|
|
10621
10629
|
|
|
10622
10630
|
var params = {
|
|
10623
|
-
url: api["
|
|
10631
|
+
url: api["Cb" /* toTaskReview */],
|
|
10624
10632
|
params: { pendingId: this.pendingId }
|
|
10625
10633
|
};
|
|
10626
10634
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -10655,7 +10663,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10655
10663
|
var _this3 = this;
|
|
10656
10664
|
|
|
10657
10665
|
var params = {
|
|
10658
|
-
url: this.type == 'takeAdvice' ? api["
|
|
10666
|
+
url: this.type == 'takeAdvice' ? api["Eb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Db" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Hb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Ib" /* toTwoOfficesDispatch */] : api["Gb" /* toTaskUnionExamine */],
|
|
10659
10667
|
params: { pendingId: this.pendingId },
|
|
10660
10668
|
headers: { Accept: 'application/json,text/plain' }
|
|
10661
10669
|
};
|
|
@@ -10749,7 +10757,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10749
10757
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
10750
10758
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
10751
10759
|
var param = {
|
|
10752
|
-
url: this.type === 'startDraf' ? api["
|
|
10760
|
+
url: this.type === 'startDraf' ? api["qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Kb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["rb" /* taskTakeAdvice */] : api["tb" /* taskUnionExamine */],
|
|
10753
10761
|
data: {
|
|
10754
10762
|
opinion: opinion,
|
|
10755
10763
|
pendingId: pendingId,
|
|
@@ -10805,7 +10813,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10805
10813
|
var _this5 = this;
|
|
10806
10814
|
|
|
10807
10815
|
util["a" /* default */].ajax({
|
|
10808
|
-
url: api["
|
|
10816
|
+
url: api["r" /* findCodeValues */],
|
|
10809
10817
|
params: { ccCode: 'notification_type' }
|
|
10810
10818
|
}).then(function (res) {
|
|
10811
10819
|
var status = res.status,
|
|
@@ -10830,7 +10838,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10830
10838
|
var params = {
|
|
10831
10839
|
pendingId: this.pendingId
|
|
10832
10840
|
};
|
|
10833
|
-
util["a" /* default */].ajax({ url: api["
|
|
10841
|
+
util["a" /* default */].ajax({ url: api["D" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
10834
10842
|
if (res.status === 'success') {
|
|
10835
10843
|
_this6.infoList.noticeInfo = res.message;
|
|
10836
10844
|
}
|
|
@@ -10846,7 +10854,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
10846
10854
|
var _this7 = this;
|
|
10847
10855
|
|
|
10848
10856
|
util["a" /* default */].ajax({
|
|
10849
|
-
url: api["
|
|
10857
|
+
url: api["t" /* findSysCodes */]
|
|
10850
10858
|
}).then(function (res) {
|
|
10851
10859
|
var status = res.status,
|
|
10852
10860
|
message = res.message;
|
|
@@ -11430,8 +11438,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11430
11438
|
//
|
|
11431
11439
|
//
|
|
11432
11440
|
//
|
|
11433
|
-
//
|
|
11434
|
-
//
|
|
11435
11441
|
|
|
11436
11442
|
|
|
11437
11443
|
|
|
@@ -11676,7 +11682,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11676
11682
|
var _this = this;
|
|
11677
11683
|
|
|
11678
11684
|
var params = {
|
|
11679
|
-
url: api["
|
|
11685
|
+
url: api["v" /* getAdjunctFileInfos */],
|
|
11680
11686
|
params: { ownId: ownId, code: code }
|
|
11681
11687
|
};
|
|
11682
11688
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -11759,7 +11765,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11759
11765
|
opinion: _this2.value
|
|
11760
11766
|
};
|
|
11761
11767
|
util["a" /* default */].ajax({
|
|
11762
|
-
url: api["
|
|
11768
|
+
url: api["nb" /* taskReadHtml */],
|
|
11763
11769
|
params: { taskAction: 'complete' },
|
|
11764
11770
|
headers: { Accept: 'application/json,text/plain' },
|
|
11765
11771
|
method: 'post',
|
|
@@ -11789,7 +11795,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11789
11795
|
|
|
11790
11796
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
11791
11797
|
util["a" /* default */].ajax({
|
|
11792
|
-
url: api["
|
|
11798
|
+
url: api["Ab" /* toStartTaskReadIndex */],
|
|
11793
11799
|
params: { pendingId: this.pendingId }
|
|
11794
11800
|
}).then(function (res) {
|
|
11795
11801
|
var status = res.status,
|
|
@@ -11823,7 +11829,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11823
11829
|
if (mainConfig) {
|
|
11824
11830
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
11825
11831
|
} else {
|
|
11826
|
-
util["a" /* default */].ajax({ url: api["
|
|
11832
|
+
util["a" /* default */].ajax({ url: api["T" /* loginUserInfo */] }).then(function (res) {
|
|
11827
11833
|
var status = res.status,
|
|
11828
11834
|
data = res.data;
|
|
11829
11835
|
|
|
@@ -11858,7 +11864,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11858
11864
|
var _this5 = this;
|
|
11859
11865
|
|
|
11860
11866
|
util["a" /* default */].ajax({
|
|
11861
|
-
url: api["
|
|
11867
|
+
url: api["r" /* findCodeValues */],
|
|
11862
11868
|
params: { ccCode: 'notification_type' }
|
|
11863
11869
|
}).then(function (res) {
|
|
11864
11870
|
var status = res.status,
|
|
@@ -11880,13 +11886,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11880
11886
|
* @author liufan
|
|
11881
11887
|
* @date 2022年9月9日
|
|
11882
11888
|
**/
|
|
11883
|
-
saveInfo: function saveInfo(type) {
|
|
11889
|
+
saveInfo: function saveInfo(type, btn) {
|
|
11884
11890
|
var _this6 = this;
|
|
11885
11891
|
|
|
11886
11892
|
if (this.isFlow) {
|
|
11887
11893
|
if (!type) {
|
|
11888
|
-
if (
|
|
11889
|
-
|
|
11894
|
+
if (btn.before) {
|
|
11895
|
+
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
11896
|
+
_this6.$emit('save', _this6.businessIds);
|
|
11897
|
+
}).catch(function (e) {});
|
|
11898
|
+
} else if (this.beforeSubmit != undefined) {
|
|
11899
|
+
this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
11890
11900
|
_this6.$emit('save', _this6.businessIds);
|
|
11891
11901
|
}).catch(function (e) {});
|
|
11892
11902
|
} else {
|
|
@@ -11894,10 +11904,14 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11894
11904
|
}
|
|
11895
11905
|
}
|
|
11896
11906
|
} else {
|
|
11897
|
-
if (
|
|
11907
|
+
if (btn.before && !type) {
|
|
11908
|
+
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
11909
|
+
_this6.saveFlowInfo();
|
|
11910
|
+
}).catch(function (e) {});
|
|
11911
|
+
} else if (this.beforeSubmit == undefined && !type) {
|
|
11898
11912
|
this.subFun(this.saveFlowInfo);
|
|
11899
11913
|
} else if (!type && this.beforeSubmit != undefined) {
|
|
11900
|
-
this.beforeSubmit(2).then(function (next) {
|
|
11914
|
+
this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
11901
11915
|
_this6.saveFlowInfo();
|
|
11902
11916
|
}).catch(function (e) {});
|
|
11903
11917
|
} else {
|
|
@@ -11913,7 +11927,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11913
11927
|
pendingId: this.pendingId
|
|
11914
11928
|
};
|
|
11915
11929
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
11916
|
-
util["a" /* default */].ajax({ url: api["
|
|
11930
|
+
util["a" /* default */].ajax({ url: api["vb" /* tempSave */], params: params }).then(function (res) {
|
|
11917
11931
|
var status = res.status,
|
|
11918
11932
|
message = res.message;
|
|
11919
11933
|
|
|
@@ -11969,7 +11983,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11969
11983
|
var _this8 = this;
|
|
11970
11984
|
|
|
11971
11985
|
util["a" /* default */].ajax({
|
|
11972
|
-
url: api["
|
|
11986
|
+
url: api["t" /* findSysCodes */]
|
|
11973
11987
|
}).then(function (res) {
|
|
11974
11988
|
var status = res.status,
|
|
11975
11989
|
message = res.message;
|
|
@@ -11996,7 +12010,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11996
12010
|
|
|
11997
12011
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
11998
12012
|
var params = {
|
|
11999
|
-
url: api["
|
|
12013
|
+
url: api["q" /* endFlowHtml */],
|
|
12000
12014
|
headers: { Accept: 'application/json,text/plain' },
|
|
12001
12015
|
method: 'post',
|
|
12002
12016
|
data: mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
|
|
@@ -12123,7 +12137,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12123
12137
|
var _this10 = this;
|
|
12124
12138
|
|
|
12125
12139
|
var params = {
|
|
12126
|
-
url: api["
|
|
12140
|
+
url: api["S" /* isCanStartSubFlow */],
|
|
12127
12141
|
params: {
|
|
12128
12142
|
appId: this.taskExamineInfo.appId,
|
|
12129
12143
|
inevitableNode: res.inevitableNode
|
|
@@ -12194,7 +12208,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12194
12208
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
12195
12209
|
if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
|
|
12196
12210
|
var params = {
|
|
12197
|
-
url: api["
|
|
12211
|
+
url: api["eb" /* rejectAndEnd */],
|
|
12198
12212
|
headers: { Accept: 'application/json,text/plain' },
|
|
12199
12213
|
method: 'post',
|
|
12200
12214
|
params: {
|
|
@@ -12257,7 +12271,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12257
12271
|
pendingId: this.pendingId,
|
|
12258
12272
|
businessId: this.businessIds
|
|
12259
12273
|
};
|
|
12260
|
-
util["a" /* default */].ajax({ url: api["
|
|
12274
|
+
util["a" /* default */].ajax({ url: api["C" /* getNodeInfo */], params: params }).then(function (res) {
|
|
12261
12275
|
var status = res.status,
|
|
12262
12276
|
message = res.message,
|
|
12263
12277
|
data = res.data;
|
|
@@ -12431,7 +12445,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12431
12445
|
pendingId: this.pendingId,
|
|
12432
12446
|
userId: util["a" /* default */].getStorage('userId')
|
|
12433
12447
|
};
|
|
12434
|
-
util["a" /* default */].ajax({ url: api["
|
|
12448
|
+
util["a" /* default */].ajax({ url: api["z" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
12435
12449
|
//pc返回数据
|
|
12436
12450
|
var status = res.status,
|
|
12437
12451
|
message = res.message,
|
|
@@ -12667,7 +12681,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12667
12681
|
// onlyFlag: true
|
|
12668
12682
|
};
|
|
12669
12683
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
12670
|
-
util["a" /* default */].ajax({ url: api["
|
|
12684
|
+
util["a" /* default */].ajax({ url: api["H" /* getProcessDefList */], params: params }).then(function (res) {
|
|
12671
12685
|
var status = res.status,
|
|
12672
12686
|
message = res.message,
|
|
12673
12687
|
data = res.data;
|
|
@@ -12712,7 +12726,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12712
12726
|
userId: util["a" /* default */].getStorage('userId'),
|
|
12713
12727
|
type: 2
|
|
12714
12728
|
};
|
|
12715
|
-
util["a" /* default */].ajax({ url: api["
|
|
12729
|
+
util["a" /* default */].ajax({ url: api["X" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
12716
12730
|
var rCode = res.rCode,
|
|
12717
12731
|
msg = res.msg,
|
|
12718
12732
|
results = res.results;
|
|
@@ -12915,7 +12929,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12915
12929
|
// this.value = this.value
|
|
12916
12930
|
// }
|
|
12917
12931
|
_this18.loading = util["a" /* default */].loading(_this18.$loading, '提交中...');
|
|
12918
|
-
util["a" /* default */].ajax({ url: api["
|
|
12932
|
+
util["a" /* default */].ajax({ url: api["mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
12919
12933
|
var status = res.status,
|
|
12920
12934
|
message = res.message;
|
|
12921
12935
|
|