eoss-ui 0.3.97
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/CHANGELOG.md +929 -0
- package/README.md +30 -0
- package/lib/button-group.js +2857 -0
- package/lib/button.js +2884 -0
- package/lib/card.js +603 -0
- package/lib/cascader.js +373 -0
- package/lib/checkbox-group.js +3099 -0
- package/lib/clients.js +375 -0
- package/lib/config/api.js +205 -0
- package/lib/data-table-form.js +3848 -0
- package/lib/data-table.js +6315 -0
- package/lib/date-picker.js +2821 -0
- package/lib/dialog.js +3730 -0
- package/lib/enterprise.js +372 -0
- package/lib/eoss-ui.common.js +65365 -0
- package/lib/error-page.js +293 -0
- package/lib/flow-group.js +4200 -0
- package/lib/flow-list.js +4350 -0
- package/lib/flow.js +12893 -0
- package/lib/form.js +15635 -0
- package/lib/handle-user.js +2900 -0
- package/lib/handler.js +3118 -0
- package/lib/index.js +1 -0
- package/lib/input-number.js +2743 -0
- package/lib/input.js +2935 -0
- package/lib/label.js +411 -0
- package/lib/login.js +5048 -0
- package/lib/main.js +5816 -0
- package/lib/mainComp.js +6530 -0
- package/lib/menu.js +529 -0
- package/lib/nav.js +3048 -0
- package/lib/notify.js +1079 -0
- package/lib/page.js +3036 -0
- package/lib/pagination.js +354 -0
- package/lib/player.js +2904 -0
- package/lib/qr-code.js +2860 -0
- package/lib/radio-group.js +3091 -0
- package/lib/select-ganged.js +3242 -0
- package/lib/select.js +3295 -0
- package/lib/selector-panel.js +4425 -0
- package/lib/selector.js +3722 -0
- package/lib/sizer.js +3067 -0
- package/lib/steps.js +2943 -0
- package/lib/switch.js +2784 -0
- package/lib/table-form.js +6211 -0
- package/lib/tabs-panel.js +274 -0
- package/lib/tabs.js +4988 -0
- package/lib/theme-chalk/base.css +1 -0
- package/lib/theme-chalk/button-group.css +1 -0
- package/lib/theme-chalk/button.css +0 -0
- package/lib/theme-chalk/card.css +1 -0
- package/lib/theme-chalk/cascader.css +0 -0
- package/lib/theme-chalk/checkbox-group.css +1 -0
- package/lib/theme-chalk/clients.css +1 -0
- package/lib/theme-chalk/data-table-form.css +1 -0
- package/lib/theme-chalk/data-table.css +1 -0
- package/lib/theme-chalk/date-picker.css +1 -0
- package/lib/theme-chalk/dialog.css +1 -0
- package/lib/theme-chalk/enterprise.css +1 -0
- package/lib/theme-chalk/error-page.css +1 -0
- package/lib/theme-chalk/flow-chart.css +0 -0
- package/lib/theme-chalk/flow-group.css +1 -0
- package/lib/theme-chalk/flow-list.css +1 -0
- package/lib/theme-chalk/flow.css +1 -0
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/form.css +1 -0
- package/lib/theme-chalk/handle-user.css +1 -0
- package/lib/theme-chalk/handler.css +1 -0
- package/lib/theme-chalk/icon.css +1 -0
- package/lib/theme-chalk/index.css +1 -0
- package/lib/theme-chalk/input-number.css +0 -0
- package/lib/theme-chalk/input.css +1 -0
- package/lib/theme-chalk/label.css +1 -0
- package/lib/theme-chalk/login.css +1 -0
- package/lib/theme-chalk/main.css +1 -0
- package/lib/theme-chalk/mainComp.css +0 -0
- package/lib/theme-chalk/menu.css +1 -0
- package/lib/theme-chalk/nav.css +1 -0
- package/lib/theme-chalk/notify.css +0 -0
- package/lib/theme-chalk/page.css +1 -0
- package/lib/theme-chalk/pagination.css +1 -0
- package/lib/theme-chalk/player.css +1 -0
- package/lib/theme-chalk/qr-code.css +1 -0
- package/lib/theme-chalk/radio-group.css +1 -0
- package/lib/theme-chalk/radio.css +1 -0
- package/lib/theme-chalk/select-ganged.css +1 -0
- package/lib/theme-chalk/select.css +0 -0
- package/lib/theme-chalk/selector-panel.css +1 -0
- package/lib/theme-chalk/selector.css +1 -0
- package/lib/theme-chalk/sizer.css +1 -0
- package/lib/theme-chalk/steps.css +1 -0
- package/lib/theme-chalk/switch.css +1 -0
- package/lib/theme-chalk/table-form.css +0 -0
- package/lib/theme-chalk/tabs-panel.css +0 -0
- package/lib/theme-chalk/tabs.css +1 -0
- package/lib/theme-chalk/tips.css +1 -0
- package/lib/theme-chalk/toolbar.css +1 -0
- package/lib/theme-chalk/tree-group.css +1 -0
- package/lib/theme-chalk/tree.css +1 -0
- package/lib/theme-chalk/upload.css +1 -0
- package/lib/theme-chalk/wujie.css +0 -0
- package/lib/theme-chalk/wxlogin.css +1 -0
- package/lib/tips.js +2830 -0
- package/lib/toolbar.js +531 -0
- package/lib/tree-group.js +3373 -0
- package/lib/tree.js +3482 -0
- package/lib/upload.js +3913 -0
- package/lib/utils/bus.js +9 -0
- package/lib/utils/date-util.js +318 -0
- package/lib/utils/http.js +58 -0
- package/lib/utils/rules.js +19 -0
- package/lib/utils/store.js +22 -0
- package/lib/utils/util.js +2056 -0
- package/lib/wujie.js +2845 -0
- package/lib/wxlogin.js +2799 -0
- package/package.json +151 -0
- package/packages/button/index.js +5 -0
- package/packages/button/src/main.vue +264 -0
- package/packages/button-group/index.js +5 -0
- package/packages/button-group/src/main.vue +130 -0
- package/packages/card/index.js +5 -0
- package/packages/card/src/main.vue +144 -0
- package/packages/cascader/index.js +5 -0
- package/packages/cascader/src/main.vue +144 -0
- package/packages/checkbox-group/index.js +5 -0
- package/packages/checkbox-group/src/main.vue +285 -0
- package/packages/clients/index.js +5 -0
- package/packages/clients/src/main.vue +50 -0
- package/packages/data-table/index.js +5 -0
- package/packages/data-table/src/children.vue +40 -0
- package/packages/data-table/src/column.vue +796 -0
- package/packages/data-table/src/main copy.vue +1383 -0
- package/packages/data-table/src/main.vue +1229 -0
- package/packages/data-table/src/mixins/table.js +12 -0
- package/packages/data-table/src/sizer.vue +160 -0
- package/packages/data-table-form/index.js +5 -0
- package/packages/data-table-form/src/colgroup.vue +17 -0
- package/packages/data-table-form/src/main.vue +167 -0
- package/packages/data-table-form/src/table.vue +192 -0
- package/packages/data-table-form/src/tbody.vue +219 -0
- package/packages/data-table-form/src/thead.vue +68 -0
- package/packages/date-picker/index.js +5 -0
- package/packages/date-picker/src/main.vue +185 -0
- package/packages/dialog/index.js +5 -0
- package/packages/dialog/src/main.vue +442 -0
- package/packages/enterprise/index.js +5 -0
- package/packages/enterprise/src/main.vue +66 -0
- package/packages/error-page/index.js +5 -0
- package/packages/error-page/src/main.vue +44 -0
- package/packages/flow/index.js +5 -0
- package/packages/flow/src/component/CommonOpinions.vue +290 -0
- package/packages/flow/src/component/CustomPreset.vue +311 -0
- package/packages/flow/src/component/FileList.vue +97 -0
- package/packages/flow/src/component/Preset.vue +253 -0
- package/packages/flow/src/component/SendMsg.vue +221 -0
- package/packages/flow/src/component/TimeLimit.vue +190 -0
- package/packages/flow/src/component/taskUnionExamine.vue +507 -0
- package/packages/flow/src/form.vue +120 -0
- package/packages/flow/src/main.vue +2107 -0
- package/packages/flow/src/processForm.vue +866 -0
- package/packages/flow/src/processReject.vue +262 -0
- package/packages/flow/src/selectUser.vue +425 -0
- package/packages/flow/src/startTaskRead.vue +556 -0
- package/packages/flow/src/table.vue +51 -0
- package/packages/flow-group/index.js +5 -0
- package/packages/flow-group/src/main.vue +540 -0
- package/packages/flow-list/index.js +5 -0
- package/packages/flow-list/src/flow-table.vue +445 -0
- package/packages/flow-list/src/main.vue +456 -0
- package/packages/form/index.js +5 -0
- package/packages/form/src/main.vue +4429 -0
- package/packages/form/src/table.vue +1196 -0
- package/packages/handle-user/index.js +5 -0
- package/packages/handle-user/src/main.vue +122 -0
- package/packages/handler/index.js +5 -0
- package/packages/handler/src/main.vue +306 -0
- package/packages/input/index.js +5 -0
- package/packages/input/src/main.vue +307 -0
- package/packages/input-number/index.js +5 -0
- package/packages/input-number/src/main.vue +106 -0
- package/packages/label/index.js +5 -0
- package/packages/label/src/main.vue +208 -0
- package/packages/login/index.js +5 -0
- package/packages/login/src/main.vue +1193 -0
- package/packages/login/src/resetPassword.vue +332 -0
- package/packages/main/index.js +5 -0
- package/packages/main/src/main.vue +1496 -0
- package/packages/main/src/message.vue +239 -0
- package/packages/main/src/notice.vue +145 -0
- package/packages/main/src/settings.vue +105 -0
- package/packages/main/src/userinfo.vue +430 -0
- package/packages/mainComp/index.js +5 -0
- package/packages/mainComp/src/async-component/index.vue +85 -0
- package/packages/mainComp/src/main.vue +1934 -0
- package/packages/mainComp/src/message.vue +239 -0
- package/packages/mainComp/src/notice.vue +152 -0
- package/packages/mainComp/src/settings.vue +105 -0
- package/packages/mainComp/src/userinfo.vue +423 -0
- package/packages/menu/index.js +5 -0
- package/packages/menu/src/main.vue +401 -0
- package/packages/nav/index.js +5 -0
- package/packages/nav/src/main.vue +250 -0
- package/packages/notify/index.js +5 -0
- package/packages/notify/src/main.vue +538 -0
- package/packages/page/index.js +5 -0
- package/packages/page/src/main.vue +167 -0
- package/packages/pagination/index.js +5 -0
- package/packages/pagination/src/main.vue +77 -0
- package/packages/player/index.js +5 -0
- package/packages/player/src/main.vue +194 -0
- package/packages/qr-code/index.js +5 -0
- package/packages/qr-code/src/main.vue +154 -0
- package/packages/radio/index.js +5 -0
- package/packages/radio/src/main.vue +259 -0
- package/packages/radio-group/index.js +6 -0
- package/packages/radio-group/src/main.vue +267 -0
- package/packages/select/index.js +5 -0
- package/packages/select/src/main.vue +683 -0
- package/packages/select-ganged/index.js +5 -0
- package/packages/select-ganged/src/main.vue +686 -0
- package/packages/selector/index.js +5 -0
- package/packages/selector/src/main.vue +588 -0
- package/packages/selector-panel/index.js +5 -0
- package/packages/selector-panel/src/main.vue +968 -0
- package/packages/selector-panel/src/selection.vue +142 -0
- package/packages/selector-panel/src/tree.vue +129 -0
- package/packages/sizer/index.js +5 -0
- package/packages/sizer/src/main.vue +254 -0
- package/packages/steps/index.js +5 -0
- package/packages/steps/src/main.vue +175 -0
- package/packages/switch/index.js +5 -0
- package/packages/switch/src/main.vue +154 -0
- package/packages/table-form/index.js +5 -0
- package/packages/tabs/index.js +5 -0
- package/packages/tabs/src/main.vue +749 -0
- package/packages/tabs-panel/index.js +5 -0
- package/packages/tabs-panel/src/main.vue +18 -0
- package/packages/theme-chalk/README.md +33 -0
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +1 -0
- package/packages/theme-chalk/lib/button.css +0 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +1 -0
- package/packages/theme-chalk/lib/clients.css +1 -0
- package/packages/theme-chalk/lib/data-table-form.css +1 -0
- package/packages/theme-chalk/lib/data-table.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/enterprise.css +1 -0
- package/packages/theme-chalk/lib/error-page.css +1 -0
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +1 -0
- package/packages/theme-chalk/lib/flow-list.css +1 -0
- package/packages/theme-chalk/lib/flow.css +1 -0
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/handle-user.css +1 -0
- package/packages/theme-chalk/lib/handler.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/label.css +1 -0
- package/packages/theme-chalk/lib/login.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/mainComp.css +0 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/nav.css +1 -0
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/player.css +1 -0
- package/packages/theme-chalk/lib/qr-code.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/radio.css +1 -0
- package/packages/theme-chalk/lib/select-ganged.css +1 -0
- package/packages/theme-chalk/lib/select.css +0 -0
- package/packages/theme-chalk/lib/selector-panel.css +1 -0
- package/packages/theme-chalk/lib/selector.css +1 -0
- package/packages/theme-chalk/lib/sizer.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tips.css +1 -0
- package/packages/theme-chalk/lib/toolbar.css +1 -0
- package/packages/theme-chalk/lib/tree-group.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +1 -0
- package/packages/theme-chalk/package.json +35 -0
- package/packages/theme-chalk/src/base.scss +165 -0
- package/packages/theme-chalk/src/button-group.scss +9 -0
- package/packages/theme-chalk/src/button.scss +0 -0
- package/packages/theme-chalk/src/card.scss +55 -0
- package/packages/theme-chalk/src/cascader.scss +0 -0
- package/packages/theme-chalk/src/checkbox-group.scss +8 -0
- package/packages/theme-chalk/src/clients.scss +72 -0
- package/packages/theme-chalk/src/common/var.scss +1516 -0
- package/packages/theme-chalk/src/data-table-form.scss +55 -0
- package/packages/theme-chalk/src/data-table.scss +202 -0
- package/packages/theme-chalk/src/date-picker.scss +8 -0
- package/packages/theme-chalk/src/dialog.scss +52 -0
- package/packages/theme-chalk/src/enterprise.scss +5 -0
- package/packages/theme-chalk/src/error-page.scss +18 -0
- package/packages/theme-chalk/src/flow-chart.scss +0 -0
- package/packages/theme-chalk/src/flow-group.scss +101 -0
- package/packages/theme-chalk/src/flow-list.scss +41 -0
- package/packages/theme-chalk/src/flow.scss +285 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/form.scss +451 -0
- package/packages/theme-chalk/src/handle-user.scss +40 -0
- package/packages/theme-chalk/src/handler.scss +131 -0
- package/packages/theme-chalk/src/icon.scss +1714 -0
- package/packages/theme-chalk/src/index.scss +50 -0
- package/packages/theme-chalk/src/input-number.scss +0 -0
- package/packages/theme-chalk/src/input.scss +3 -0
- package/packages/theme-chalk/src/label.scss +24 -0
- package/packages/theme-chalk/src/login.scss +490 -0
- package/packages/theme-chalk/src/main.scss +483 -0
- package/packages/theme-chalk/src/mainComp.scss +0 -0
- package/packages/theme-chalk/src/menu.scss +201 -0
- package/packages/theme-chalk/src/mixins/color.scss +117 -0
- package/packages/theme-chalk/src/mixins/mixins.scss +25 -0
- package/packages/theme-chalk/src/nav.scss +73 -0
- package/packages/theme-chalk/src/notify.scss +0 -0
- package/packages/theme-chalk/src/page.scss +3 -0
- package/packages/theme-chalk/src/pagination.scss +14 -0
- package/packages/theme-chalk/src/player.scss +9 -0
- package/packages/theme-chalk/src/qr-code.scss +17 -0
- package/packages/theme-chalk/src/radio-group.scss +9 -0
- package/packages/theme-chalk/src/radio.scss +3 -0
- package/packages/theme-chalk/src/select-ganged.scss +9 -0
- package/packages/theme-chalk/src/select.scss +0 -0
- package/packages/theme-chalk/src/selector-panel.scss +203 -0
- package/packages/theme-chalk/src/selector.scss +85 -0
- package/packages/theme-chalk/src/sizer.scss +36 -0
- package/packages/theme-chalk/src/steps.scss +88 -0
- package/packages/theme-chalk/src/switch.scss +3 -0
- package/packages/theme-chalk/src/table-form.scss +1 -0
- package/packages/theme-chalk/src/tabs-panel.scss +0 -0
- package/packages/theme-chalk/src/tabs.scss +91 -0
- package/packages/theme-chalk/src/tips.scss +7 -0
- package/packages/theme-chalk/src/toolbar.scss +121 -0
- package/packages/theme-chalk/src/tree-group.scss +64 -0
- package/packages/theme-chalk/src/tree.scss +140 -0
- package/packages/theme-chalk/src/upload.scss +131 -0
- package/packages/theme-chalk/src/wujie.scss +0 -0
- package/packages/theme-chalk/src/wxlogin.scss +3 -0
- package/packages/tips/index.js +5 -0
- package/packages/tips/src/main.vue +126 -0
- package/packages/toolbar/index.js +5 -0
- package/packages/toolbar/src/main.vue +377 -0
- package/packages/tree/index.js +5 -0
- package/packages/tree/src/main.vue +636 -0
- package/packages/tree-group/index.js +5 -0
- package/packages/tree-group/src/main.vue +435 -0
- package/packages/upload/index.js +5 -0
- package/packages/upload/src/main.vue +1033 -0
- package/packages/upload/src/picture.js +15 -0
- package/packages/wujie/index.js +5 -0
- package/packages/wujie/src/main.vue +137 -0
- package/packages/wxlogin/index.js +5 -0
- package/packages/wxlogin/src/main.vue +110 -0
- package/src/config/api.js +211 -0
- package/src/index.js +167 -0
- package/src/utils/bus.js +3 -0
- package/src/utils/date-util.js +312 -0
- package/src/utils/http.js +50 -0
- package/src/utils/rules.js +18 -0
- package/src/utils/store.js +21 -0
- package/src/utils/util.js +2105 -0
package/lib/notify.js
ADDED
|
@@ -0,0 +1,1079 @@
|
|
|
1
|
+
module.exports =
|
|
2
|
+
/******/ (function(modules) { // webpackBootstrap
|
|
3
|
+
/******/ // The module cache
|
|
4
|
+
/******/ var installedModules = {};
|
|
5
|
+
/******/
|
|
6
|
+
/******/ // The require function
|
|
7
|
+
/******/ function __webpack_require__(moduleId) {
|
|
8
|
+
/******/
|
|
9
|
+
/******/ // Check if module is in cache
|
|
10
|
+
/******/ if(installedModules[moduleId]) {
|
|
11
|
+
/******/ return installedModules[moduleId].exports;
|
|
12
|
+
/******/ }
|
|
13
|
+
/******/ // Create a new module (and put it into the cache)
|
|
14
|
+
/******/ var module = installedModules[moduleId] = {
|
|
15
|
+
/******/ i: moduleId,
|
|
16
|
+
/******/ l: false,
|
|
17
|
+
/******/ exports: {}
|
|
18
|
+
/******/ };
|
|
19
|
+
/******/
|
|
20
|
+
/******/ // Execute the module function
|
|
21
|
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
22
|
+
/******/
|
|
23
|
+
/******/ // Flag the module as loaded
|
|
24
|
+
/******/ module.l = true;
|
|
25
|
+
/******/
|
|
26
|
+
/******/ // Return the exports of the module
|
|
27
|
+
/******/ return module.exports;
|
|
28
|
+
/******/ }
|
|
29
|
+
/******/
|
|
30
|
+
/******/
|
|
31
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
32
|
+
/******/ __webpack_require__.m = modules;
|
|
33
|
+
/******/
|
|
34
|
+
/******/ // expose the module cache
|
|
35
|
+
/******/ __webpack_require__.c = installedModules;
|
|
36
|
+
/******/
|
|
37
|
+
/******/ // define getter function for harmony exports
|
|
38
|
+
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
39
|
+
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
40
|
+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
41
|
+
/******/ }
|
|
42
|
+
/******/ };
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // define __esModule on exports
|
|
45
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
46
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
47
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
48
|
+
/******/ }
|
|
49
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
50
|
+
/******/ };
|
|
51
|
+
/******/
|
|
52
|
+
/******/ // create a fake namespace object
|
|
53
|
+
/******/ // mode & 1: value is a module id, require it
|
|
54
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
+
/******/ // mode & 4: return value when already ns object
|
|
56
|
+
/******/ // mode & 8|1: behave like require
|
|
57
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
58
|
+
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
59
|
+
/******/ if(mode & 8) return value;
|
|
60
|
+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
61
|
+
/******/ var ns = Object.create(null);
|
|
62
|
+
/******/ __webpack_require__.r(ns);
|
|
63
|
+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
64
|
+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
65
|
+
/******/ return ns;
|
|
66
|
+
/******/ };
|
|
67
|
+
/******/
|
|
68
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
69
|
+
/******/ __webpack_require__.n = function(module) {
|
|
70
|
+
/******/ var getter = module && module.__esModule ?
|
|
71
|
+
/******/ function getDefault() { return module['default']; } :
|
|
72
|
+
/******/ function getModuleExports() { return module; };
|
|
73
|
+
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
74
|
+
/******/ return getter;
|
|
75
|
+
/******/ };
|
|
76
|
+
/******/
|
|
77
|
+
/******/ // Object.prototype.hasOwnProperty.call
|
|
78
|
+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
|
+
/******/
|
|
80
|
+
/******/ // __webpack_public_path__
|
|
81
|
+
/******/ __webpack_require__.p = "/dist/";
|
|
82
|
+
/******/
|
|
83
|
+
/******/
|
|
84
|
+
/******/ // Load entry module and return exports
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 45);
|
|
86
|
+
/******/ })
|
|
87
|
+
/************************************************************************/
|
|
88
|
+
/******/ ({
|
|
89
|
+
|
|
90
|
+
/***/ 1:
|
|
91
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
|
+
|
|
93
|
+
"use strict";
|
|
94
|
+
/* unused harmony export doCaLogin */
|
|
95
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doUserLogin; });
|
|
96
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doQrLogin; });
|
|
97
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return logout; });
|
|
98
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return initLogin; });
|
|
99
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return switchUserTo; });
|
|
100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getLoginCode; });
|
|
102
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCodeLogin; });
|
|
103
|
+
/* unused harmony export updateCode */
|
|
104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getModifyPassCode; });
|
|
105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initModifyPassword; });
|
|
108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doWechatQrLogin; });
|
|
109
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return mainConfig; });
|
|
110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initUserSet; });
|
|
111
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserInfo; });
|
|
112
|
+
/* unused harmony export getUserImgUrl */
|
|
113
|
+
/* unused harmony export getDoorIndex */
|
|
114
|
+
/* unused harmony export refreshOnlineUsers */
|
|
115
|
+
/* unused harmony export getQuickMenuIds */
|
|
116
|
+
/* unused harmony export getApplicationIdArray */
|
|
117
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getComplexApplications; });
|
|
118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplicationsNew; });
|
|
119
|
+
/* unused harmony export getUserCustomInfo */
|
|
120
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateUserCustomInfo; });
|
|
121
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sysMsgPage; });
|
|
122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreSysMsg; });
|
|
123
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return ignoreAllSysMsg; });
|
|
124
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctProperties; });
|
|
125
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploads; });
|
|
126
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadOnlyOne; });
|
|
127
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return getAdjunctFileInfos; });
|
|
128
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadSort; });
|
|
129
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return downloadByAdjunctId; });
|
|
130
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return uploadDownloads; });
|
|
131
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return previewAdjunct; });
|
|
132
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct2; });
|
|
133
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunctOffice; });
|
|
134
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
|
|
135
|
+
/* unused harmony export upload_updateClassify */
|
|
136
|
+
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
137
|
+
/* unused harmony export getPictureBase64 */
|
|
138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgTree; });
|
|
139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectorOrgDetail; });
|
|
140
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getOrgMainTree; });
|
|
141
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getSelectOrgsubids; });
|
|
142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findSysCode; });
|
|
143
|
+
/* unused harmony export findUserBaseInfo */
|
|
144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return gethelpdoc; });
|
|
145
|
+
/* unused harmony export getCurrentuser */
|
|
146
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainDetail; });
|
|
147
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toStartFlow; });
|
|
148
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return tempSave; });
|
|
149
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
|
|
150
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
151
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return editCommonOpion; });
|
|
152
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return saveCommonOpinion; });
|
|
153
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return updateCommonOpinion; });
|
|
154
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
|
|
155
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getProcessDefList; });
|
|
156
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getNodeInfo; });
|
|
157
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return findCodeValues; });
|
|
158
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCodes; });
|
|
159
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNotificationMsg; });
|
|
160
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getHandleInfoHtml; });
|
|
161
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return taskHandleHtml; });
|
|
162
|
+
/* unused harmony export getView */
|
|
163
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return register; });
|
|
164
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return pendedhistoryList; });
|
|
165
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toTaskRejectHtml; });
|
|
166
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskRejectHtml; });
|
|
167
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartTaskRead; });
|
|
168
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskReadIndex; });
|
|
169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskReadHtml; });
|
|
170
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return rejectAndEnd; });
|
|
171
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toSendMsg; });
|
|
172
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendMsg; });
|
|
173
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return endFlowHtml; });
|
|
174
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return handleInfo; });
|
|
175
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return loginUserInfo; });
|
|
176
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return wss; });
|
|
177
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return topic; });
|
|
178
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getPresetCustomInfo; });
|
|
179
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetNodeInfo; });
|
|
180
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTransferIndex; });
|
|
181
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTransfer; });
|
|
182
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return toPresetInfoListIndex; });
|
|
183
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
|
|
184
|
+
/* unused harmony export historyListJson */
|
|
185
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryListJson; });
|
|
186
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pressListJson; });
|
|
187
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
|
|
188
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return isCanStartSubFlow; });
|
|
189
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskUnionExamine; });
|
|
190
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskUnionExamine; });
|
|
191
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskTakeAdvice; });
|
|
192
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskTakeAdvice; });
|
|
193
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskStartDraft; });
|
|
194
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskStartDraft; });
|
|
195
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskReview; });
|
|
196
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReview; });
|
|
197
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionSeal; });
|
|
198
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionSeal; });
|
|
199
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTwoOfficesDispatch; });
|
|
200
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return twoOfficesDispatch; });
|
|
201
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendList; });
|
|
202
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendInfo; });
|
|
203
|
+
/* unused harmony export sendSave */
|
|
204
|
+
/* unused harmony export sendUpdate */
|
|
205
|
+
/* unused harmony export sendDelete */
|
|
206
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return sendBatch; });
|
|
207
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return formContents; });
|
|
208
|
+
// 登录
|
|
209
|
+
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
210
|
+
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
211
|
+
var doQrLogin = '/sso2/signIn/auth/doQrLogin'; // 扫码登录
|
|
212
|
+
var logout = '/sso2/signIn/auth/logout'; // 退出登录
|
|
213
|
+
var initLogin = '/sso2/signIn/auth/initLogin'; // 初始化登录页面参数
|
|
214
|
+
var switchUserTo = '/sso2/signIn/auth/switchTo'; // 切换登录用户; 身份切换
|
|
215
|
+
var changeImg = '/sso2/signIn/auth/changeImg'; // 获取图片验证码
|
|
216
|
+
var getLoginCode = '/sso2/signIn/auth/getLoginCode'; // 登录获取短信、邮箱验证码
|
|
217
|
+
var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码登录
|
|
218
|
+
var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
|
|
219
|
+
var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
|
|
220
|
+
var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
|
|
221
|
+
var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
|
|
222
|
+
var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
|
|
223
|
+
var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
|
|
224
|
+
// 框架
|
|
225
|
+
var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
|
|
226
|
+
var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
|
|
227
|
+
var updateUserInfo = '/main2/main/updateUserInfo'; // 更新用户信息
|
|
228
|
+
var getUserImgUrl = '/main2/main/getUserImgUrl'; // 获取当前用户头像地址
|
|
229
|
+
var getDoorIndex = '/main2/main/getDoorIndex'; // 获取当前用户所在机构门户地址
|
|
230
|
+
var refreshOnlineUsers = '/main/user/refreshOnlineUsers.dhtml'; // 在线人数
|
|
231
|
+
var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷菜单ids; 返回; 分割的字符串
|
|
232
|
+
var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
|
|
233
|
+
var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
|
|
234
|
+
var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
|
|
235
|
+
var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
|
|
236
|
+
var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
|
|
237
|
+
// 框架 - 系统消息
|
|
238
|
+
var sysMsgPage = '/main2/notify/sysMsgPage'; // 获取系统消息
|
|
239
|
+
var ignoreSysMsg = '/main2/notify/ignoreSysMsg'; // 忽略系统消息
|
|
240
|
+
var ignoreAllSysMsg = '/main2/notify/ignoreAllSysMsg'; // 忽略全部系统消息
|
|
241
|
+
// 附件相关
|
|
242
|
+
var getAdjunctProperties = '/main2/mecpfileManagement/getAdjunctProperties'; // 获取附件扩展类型大小
|
|
243
|
+
var uploads = '/main2/mecpfileManagement/upload'; // 上传接口
|
|
244
|
+
var uploadOnlyOne = '/main2/mecpfileManagement/uploadOnlyOne'; // 上传接口(覆盖之前文件)
|
|
245
|
+
var getAdjunctFileInfos = '/main2/mecpfileManagement/getAdjunctFileInfos'; // 附件列表
|
|
246
|
+
var uploadSort = '/main2/mecpfileManagement/sort'; // 根据附件的ids排序附件
|
|
247
|
+
var downloadByAdjunctId = '/main2/mecpfileManagement/downloadByAdjunctId'; // 下载附件
|
|
248
|
+
var uploadDownloads = '/main2/mecpfileManagement/uploadDownloads'; // 批量下载//
|
|
249
|
+
var previewAdjunct = '/main2/mecpfileManagement/previewAdjunct'; // 预览附件
|
|
250
|
+
var previewAdjunct2 = '/main2/mecpfileManagement/previewAdjunct2/'; // 预览附件(带文件名)
|
|
251
|
+
var previewAdjunctOffice = '/document/webDocument/documentIndex.dhtml'; // 预览附件word excel ppt
|
|
252
|
+
var delAdjunct = '/main2/mecpfileManagement/delAdjunct'; // 删除附件
|
|
253
|
+
var upload_updateClassify = '/main2/mecpfileManagement/updateClassify'; // 根据附件id保存该附件的分类信息
|
|
254
|
+
var getDeleteAdjunctFileInfos = '/main2/mecpfileManagement/getDeleteAdjunctFileInfos'; // 根据业务id和附件code获取相关已删除附件的元数据列表
|
|
255
|
+
var getPictureBase64 = '/main2/mecpfileManagement/getPictureBase64'; // 获取图片的base64编码
|
|
256
|
+
// 组织机构树
|
|
257
|
+
var getSelectorOrgTree = '/sys/v1/mecpSys/getSelectorOrgTree.dhtml';
|
|
258
|
+
// 选择器选择内容
|
|
259
|
+
var getSelectorOrgDetail = '/sys/v1/mecpSys/getSelectorOrgDetail.dhtml';
|
|
260
|
+
// 业务组织中心树
|
|
261
|
+
var getOrgMainTree = '/sys/v1/mecpSys/getOrgMainTree.dhtml';
|
|
262
|
+
// 业务组织中心树下级
|
|
263
|
+
var getSelectOrgsubids = '/sys/v1/mecpSys/getSelectOrgsubids.dhtml';
|
|
264
|
+
// 代码表
|
|
265
|
+
var findSysCode = '/sys/v1/mecpSys/findSysCode.dhtml';
|
|
266
|
+
// 获取用户基本信息
|
|
267
|
+
var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
268
|
+
// 说明文档
|
|
269
|
+
var gethelpdoc = '/sys/v1/mecpSys/gethelpdoc.json';
|
|
270
|
+
// 获取当前用户信息
|
|
271
|
+
var getCurrentuser = '/sys/api/getCurrentuser.dhtml';
|
|
272
|
+
// 获取主题JSON
|
|
273
|
+
var mainDetail = '/config/configLayoutTheme/detail';
|
|
274
|
+
// -------------------- 流程接口 --------------------------
|
|
275
|
+
// 获取节点信息
|
|
276
|
+
// export const toStartFlow = '/api/mecp/v1/mecpItask/toStartFlow.json';
|
|
277
|
+
var toStartFlow = '/bpm/bpmBackend/toStartFlow';
|
|
278
|
+
// 暂存数据
|
|
279
|
+
var tempSave = '/oa/task/taskHandle/tempSave.dhtml';
|
|
280
|
+
// 获取常用意见
|
|
281
|
+
// /oa/commonOpinionsManager/getOpinionsList.dhtml /api/v1/mecpIpending/commonOpion.json
|
|
282
|
+
// /api/v1/mecpIpending/commonOpion.json
|
|
283
|
+
var commonOpion = '/bpm/commonOpinionsManager/list';
|
|
284
|
+
// 添加常用意见
|
|
285
|
+
var addCommonOpion = '/bpm/commonOpinionsManager/add';
|
|
286
|
+
// 获取常用意见编辑信息
|
|
287
|
+
var editCommonOpion = '/bpm/commonOpinionsManager/edit';
|
|
288
|
+
// 常用意见新增
|
|
289
|
+
var saveCommonOpinion = '/oa/commonOpinionsManager/save.dhtml';
|
|
290
|
+
// 常用意见修改
|
|
291
|
+
var updateCommonOpinion = '/oa/commonOpinionsManager/update.dhtml';
|
|
292
|
+
var deleteCommonOpion = '/oa/commonOpinionsManager/delete.dhtml';
|
|
293
|
+
// 获取选择流程
|
|
294
|
+
// export const getProcessDefList =
|
|
295
|
+
// '/api/mecp/v1/mecpItask/getProcessDefList.json';
|
|
296
|
+
var getProcessDefList = '/bpm/bpmBackend/toStartFlowIndex';
|
|
297
|
+
// 获取下步办理人 /api/mecp/v1/mecpItask/getNodeInfo.json
|
|
298
|
+
var getNodeInfo = '/oa/task/taskHandle/getNodeInfo.dhtml';
|
|
299
|
+
|
|
300
|
+
// 系统消息
|
|
301
|
+
// 通知方式
|
|
302
|
+
var findCodeValues = '/bpm/bpmCommon/findCodeValues';
|
|
303
|
+
var findSysCodes = '/oa/task/taskHandle/getDefaultNotificationType.dhtml';
|
|
304
|
+
// 获取通知消息
|
|
305
|
+
var getNotificationMsg = '/oa/task/taskHandle/getNotificationMsg.dhtml';
|
|
306
|
+
// 获取审核页面数据
|
|
307
|
+
var getHandleInfoHtml = '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
308
|
+
// export const getHandleInfoHtml =
|
|
309
|
+
// '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
310
|
+
// 获取节点信息(获取节点属性及办理人)
|
|
311
|
+
// export const getNodeInfoHtml = '/api/mecp/v1/mecpItask/getNodeInfoHtml.json';
|
|
312
|
+
// 提交办理
|
|
313
|
+
var taskHandleHtml = '/oa/task/taskHandle/taskHandle.dhtml';
|
|
314
|
+
// 获取流程图
|
|
315
|
+
var getView = '/bpm/service/diagram/view.html';
|
|
316
|
+
// 开始流程
|
|
317
|
+
var register = '/oa/task/taskHandle/startFlow.dhtml';
|
|
318
|
+
// 获取流程列表
|
|
319
|
+
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
320
|
+
// 获取审核按钮信息
|
|
321
|
+
// export const getHandleButtonHtml =
|
|
322
|
+
// '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
|
|
323
|
+
// 获取驳回页面信息
|
|
324
|
+
var toTaskRejectHtml = '/bpm/bpmBackend/toTaskReject';
|
|
325
|
+
// 驳回提交
|
|
326
|
+
var taskRejectHtml = '/bpm/bpmBackend/taskReject';
|
|
327
|
+
// 获取分阅信息
|
|
328
|
+
var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
|
|
329
|
+
// 获取分阅办理页面
|
|
330
|
+
var toStartTaskReadIndex = '/bpm/bpmBackend/toTaskReadIndex';
|
|
331
|
+
// 分阅提交
|
|
332
|
+
var taskReadHtml = 'bpm/task/taskHandle/taskRead.dhtml';
|
|
333
|
+
// 驳回并办结
|
|
334
|
+
var rejectAndEnd = '/bpm/task/taskHandle/rejectAndEnd.dhtml';
|
|
335
|
+
// 核稿通知
|
|
336
|
+
var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
|
|
337
|
+
// 核稿通知提交
|
|
338
|
+
var sendMsg = 'bpm/task/taskHandle/sendMsg.dhtml';
|
|
339
|
+
// 直接办结
|
|
340
|
+
var endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
|
|
341
|
+
// 获取用户信息
|
|
342
|
+
// export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
343
|
+
// 搜索用户信息
|
|
344
|
+
var handleInfo = '/oa/task/taskHandle/handleInfo.dhtml';
|
|
345
|
+
// 获取当前用户信息
|
|
346
|
+
var loginUserInfo = '/bpm/bpmCommon/loginUserInfo';
|
|
347
|
+
|
|
348
|
+
// WebSocket
|
|
349
|
+
var wss = window.wss || '/main2/ws';
|
|
350
|
+
// 订阅
|
|
351
|
+
var topic = '/user/topic/all';
|
|
352
|
+
// 流程预设
|
|
353
|
+
var getPresetCustomInfo = '/oa/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
354
|
+
// 办理人预设
|
|
355
|
+
var getPresetNodeInfo = '/oa/task/taskHandle/getPresetNodeInfo.dhtml';
|
|
356
|
+
// 获取转办页面数据
|
|
357
|
+
var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
|
|
358
|
+
// 转办提交按钮
|
|
359
|
+
var taskTransfer = '/bpm/task/taskHandle/taskTransfer.dhtml';
|
|
360
|
+
// 流程预设列表
|
|
361
|
+
var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
|
|
362
|
+
// 流程预设置为失效
|
|
363
|
+
var deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
|
|
364
|
+
// 流程列表
|
|
365
|
+
var historyListJson = '/oa/pendedhistoryManager/historyListJson.dhtml';
|
|
366
|
+
// 获取流程列表配置
|
|
367
|
+
var pendedhistoryListJson = '/oa/pendedhistoryManager/pendedhistoryListJson';
|
|
368
|
+
// 获取催办列表
|
|
369
|
+
var pressListJson = '/oa/wfUrgeRecord/listJson.dhtml';
|
|
370
|
+
// 删除流程列表节点
|
|
371
|
+
var deleteFlow = '/oa/pendedhistoryManager/delete.dhtml';
|
|
372
|
+
// 是否允许启动子流程(必经节点)
|
|
373
|
+
var isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
374
|
+
// 联合审核
|
|
375
|
+
var toTaskUnionExamine = '/bpm/bpmBackend/toTaskUnionExamine';
|
|
376
|
+
// 联合审核提交
|
|
377
|
+
var taskUnionExamine = '/bpm/task/taskHandle/taskUnionExamine.dhtml';
|
|
378
|
+
// 征求意见
|
|
379
|
+
var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
380
|
+
// 征求意见提交
|
|
381
|
+
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
382
|
+
// 稿件递送
|
|
383
|
+
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
384
|
+
|
|
385
|
+
// 稿件递送提交接口
|
|
386
|
+
// export const taskStartDraft = '/oa/task/taskHandle/taskStartDraft.dhtml';
|
|
387
|
+
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
|
388
|
+
// 复核
|
|
389
|
+
var toTaskReview = '/bpm/bpmBackend/toTaskReview';
|
|
390
|
+
// 复核提交
|
|
391
|
+
var taskReview = '/oa/task/taskHandle/taskReview.dhtml';
|
|
392
|
+
// 联合用印
|
|
393
|
+
var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
|
|
394
|
+
// 联合用印提交
|
|
395
|
+
var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
|
|
396
|
+
// 报送两办
|
|
397
|
+
var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
|
|
398
|
+
// 报送两办提交
|
|
399
|
+
var twoOfficesDispatch = 'task/taskHandle/twoOfficesDispatch.dhtml';
|
|
400
|
+
|
|
401
|
+
// notifySend 消息发送
|
|
402
|
+
var sendList = '/notify2/notifySendRecord/listJson';
|
|
403
|
+
var sendInfo = '/notify2/notifySendRecord/info';
|
|
404
|
+
var sendSave = '/notify2/notifySendRecord/save';
|
|
405
|
+
var sendUpdate = '/notify2/notifySendRecord/update';
|
|
406
|
+
var sendDelete = '/notify2/notifySendRecord/deleteById';
|
|
407
|
+
// 重发
|
|
408
|
+
var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
409
|
+
|
|
410
|
+
// 表单结构
|
|
411
|
+
var formContents = '/config/admin/online/onlineForm/render';
|
|
412
|
+
|
|
413
|
+
/***/ }),
|
|
414
|
+
|
|
415
|
+
/***/ 2:
|
|
416
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
417
|
+
|
|
418
|
+
"use strict";
|
|
419
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
|
|
420
|
+
/* globals __VUE_SSR_CONTEXT__ */
|
|
421
|
+
|
|
422
|
+
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
423
|
+
// This module is a runtime utility for cleaner component module output and will
|
|
424
|
+
// be included in the final webpack user bundle.
|
|
425
|
+
|
|
426
|
+
function normalizeComponent(
|
|
427
|
+
scriptExports,
|
|
428
|
+
render,
|
|
429
|
+
staticRenderFns,
|
|
430
|
+
functionalTemplate,
|
|
431
|
+
injectStyles,
|
|
432
|
+
scopeId,
|
|
433
|
+
moduleIdentifier /* server only */,
|
|
434
|
+
shadowMode /* vue-cli only */
|
|
435
|
+
) {
|
|
436
|
+
// Vue.extend constructor export interop
|
|
437
|
+
var options =
|
|
438
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
439
|
+
|
|
440
|
+
// render functions
|
|
441
|
+
if (render) {
|
|
442
|
+
options.render = render
|
|
443
|
+
options.staticRenderFns = staticRenderFns
|
|
444
|
+
options._compiled = true
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
// functional template
|
|
448
|
+
if (functionalTemplate) {
|
|
449
|
+
options.functional = true
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// scopedId
|
|
453
|
+
if (scopeId) {
|
|
454
|
+
options._scopeId = 'data-v-' + scopeId
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
var hook
|
|
458
|
+
if (moduleIdentifier) {
|
|
459
|
+
// server build
|
|
460
|
+
hook = function (context) {
|
|
461
|
+
// 2.3 injection
|
|
462
|
+
context =
|
|
463
|
+
context || // cached call
|
|
464
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
465
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
466
|
+
// 2.2 with runInNewContext: true
|
|
467
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
468
|
+
context = __VUE_SSR_CONTEXT__
|
|
469
|
+
}
|
|
470
|
+
// inject component styles
|
|
471
|
+
if (injectStyles) {
|
|
472
|
+
injectStyles.call(this, context)
|
|
473
|
+
}
|
|
474
|
+
// register component module identifier for async chunk inferrence
|
|
475
|
+
if (context && context._registeredComponents) {
|
|
476
|
+
context._registeredComponents.add(moduleIdentifier)
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
// used by ssr in case component is cached and beforeCreate
|
|
480
|
+
// never gets called
|
|
481
|
+
options._ssrRegister = hook
|
|
482
|
+
} else if (injectStyles) {
|
|
483
|
+
hook = shadowMode
|
|
484
|
+
? function () {
|
|
485
|
+
injectStyles.call(
|
|
486
|
+
this,
|
|
487
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
488
|
+
)
|
|
489
|
+
}
|
|
490
|
+
: injectStyles
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
if (hook) {
|
|
494
|
+
if (options.functional) {
|
|
495
|
+
// for template-only hot-reload because in that case the render fn doesn't
|
|
496
|
+
// go through the normalizer
|
|
497
|
+
options._injectStyles = hook
|
|
498
|
+
// register for functional component in vue file
|
|
499
|
+
var originalRender = options.render
|
|
500
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
501
|
+
hook.call(context)
|
|
502
|
+
return originalRender(h, context)
|
|
503
|
+
}
|
|
504
|
+
} else {
|
|
505
|
+
// inject component registration as beforeCreate hook
|
|
506
|
+
var existing = options.beforeCreate
|
|
507
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
return {
|
|
512
|
+
exports: scriptExports,
|
|
513
|
+
options: options
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
/***/ }),
|
|
519
|
+
|
|
520
|
+
/***/ 45:
|
|
521
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
522
|
+
|
|
523
|
+
"use strict";
|
|
524
|
+
// ESM COMPAT FLAG
|
|
525
|
+
__webpack_require__.r(__webpack_exports__);
|
|
526
|
+
|
|
527
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/notify/src/main.vue?vue&type=template&id=3afba882&
|
|
528
|
+
var render = function () {
|
|
529
|
+
var _vm = this
|
|
530
|
+
var _h = _vm.$createElement
|
|
531
|
+
var _c = _vm._self._c || _h
|
|
532
|
+
return _c(
|
|
533
|
+
"es-data-table",
|
|
534
|
+
{
|
|
535
|
+
key: _vm.tableCount,
|
|
536
|
+
ref: "notify",
|
|
537
|
+
attrs: {
|
|
538
|
+
checkbox: "",
|
|
539
|
+
page: "",
|
|
540
|
+
stripe: "",
|
|
541
|
+
numbers: "",
|
|
542
|
+
"row-key": "id",
|
|
543
|
+
close: "",
|
|
544
|
+
full: true,
|
|
545
|
+
fit: true,
|
|
546
|
+
thead: _vm.thead,
|
|
547
|
+
toolbar: _vm.toolbar,
|
|
548
|
+
url: _vm.sendList,
|
|
549
|
+
param: _vm.defaultParam,
|
|
550
|
+
},
|
|
551
|
+
on: { success: _vm.successAfter },
|
|
552
|
+
},
|
|
553
|
+
[
|
|
554
|
+
_vm.showForm
|
|
555
|
+
? _c(
|
|
556
|
+
"es-dialog",
|
|
557
|
+
{
|
|
558
|
+
staticClass: "dialog-form",
|
|
559
|
+
attrs: {
|
|
560
|
+
title: "查看",
|
|
561
|
+
visible: _vm.showForm,
|
|
562
|
+
"close-on-click-modal": false,
|
|
563
|
+
middle: true,
|
|
564
|
+
height: "600px",
|
|
565
|
+
},
|
|
566
|
+
on: {
|
|
567
|
+
"update:visible": function ($event) {
|
|
568
|
+
_vm.showForm = $event
|
|
569
|
+
},
|
|
570
|
+
},
|
|
571
|
+
},
|
|
572
|
+
[
|
|
573
|
+
_c("es-form", {
|
|
574
|
+
ref: "form",
|
|
575
|
+
attrs: {
|
|
576
|
+
model: _vm.formData,
|
|
577
|
+
param: _vm.params,
|
|
578
|
+
contents: _vm.form,
|
|
579
|
+
genre: 2,
|
|
580
|
+
readonly: "",
|
|
581
|
+
collapse: "",
|
|
582
|
+
},
|
|
583
|
+
}),
|
|
584
|
+
],
|
|
585
|
+
1
|
|
586
|
+
)
|
|
587
|
+
: _vm._e(),
|
|
588
|
+
],
|
|
589
|
+
1
|
|
590
|
+
)
|
|
591
|
+
}
|
|
592
|
+
var staticRenderFns = []
|
|
593
|
+
render._withStripped = true
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
// CONCATENATED MODULE: ./packages/notify/src/main.vue?vue&type=template&id=3afba882&
|
|
597
|
+
|
|
598
|
+
// EXTERNAL MODULE: ./src/config/api.js
|
|
599
|
+
var api = __webpack_require__(1);
|
|
600
|
+
|
|
601
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/notify/src/main.vue?vue&type=script&lang=js&
|
|
602
|
+
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; };
|
|
603
|
+
|
|
604
|
+
//
|
|
605
|
+
//
|
|
606
|
+
//
|
|
607
|
+
//
|
|
608
|
+
//
|
|
609
|
+
//
|
|
610
|
+
//
|
|
611
|
+
//
|
|
612
|
+
//
|
|
613
|
+
//
|
|
614
|
+
//
|
|
615
|
+
//
|
|
616
|
+
//
|
|
617
|
+
//
|
|
618
|
+
//
|
|
619
|
+
//
|
|
620
|
+
//
|
|
621
|
+
//
|
|
622
|
+
//
|
|
623
|
+
//
|
|
624
|
+
//
|
|
625
|
+
//
|
|
626
|
+
//
|
|
627
|
+
//
|
|
628
|
+
//
|
|
629
|
+
//
|
|
630
|
+
//
|
|
631
|
+
//
|
|
632
|
+
//
|
|
633
|
+
//
|
|
634
|
+
//
|
|
635
|
+
//
|
|
636
|
+
//
|
|
637
|
+
//
|
|
638
|
+
//
|
|
639
|
+
//
|
|
640
|
+
//
|
|
641
|
+
//
|
|
642
|
+
//
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
/* harmony default export */ var mainvue_type_script_lang_js_ = ({
|
|
646
|
+
name: 'EsNotify',
|
|
647
|
+
componentName: 'EsNotify',
|
|
648
|
+
mixins: [],
|
|
649
|
+
props: {
|
|
650
|
+
param: {
|
|
651
|
+
type: Object,
|
|
652
|
+
default: function _default() {
|
|
653
|
+
return {};
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
thead: {
|
|
657
|
+
type: Array,
|
|
658
|
+
default: function _default() {
|
|
659
|
+
var _this = this;
|
|
660
|
+
|
|
661
|
+
return [{
|
|
662
|
+
title: '标题',
|
|
663
|
+
align: 'left',
|
|
664
|
+
field: 'title',
|
|
665
|
+
minWidth: 300
|
|
666
|
+
}, {
|
|
667
|
+
title: '发送者',
|
|
668
|
+
field: 'senderInfo',
|
|
669
|
+
align: 'center',
|
|
670
|
+
width: 200,
|
|
671
|
+
render: function render(h, params) {
|
|
672
|
+
return h('p', {}, [params.row.senderInfo == null ? '--' : params.row.senderInfo]);
|
|
673
|
+
}
|
|
674
|
+
}, {
|
|
675
|
+
title: '接收人',
|
|
676
|
+
field: 'msgTo',
|
|
677
|
+
align: 'center',
|
|
678
|
+
width: 200,
|
|
679
|
+
render: function render(h, params) {
|
|
680
|
+
return h('el-popover', {
|
|
681
|
+
props: {
|
|
682
|
+
placement: 'bottom',
|
|
683
|
+
trigger: 'hover',
|
|
684
|
+
content: '标识ID: ' + params.row.msgTo
|
|
685
|
+
}
|
|
686
|
+
}, [h('p', { slot: 'reference' }, params.row.accepterInfo)]);
|
|
687
|
+
}
|
|
688
|
+
}, {
|
|
689
|
+
title: '发送方式',
|
|
690
|
+
align: 'center',
|
|
691
|
+
field: 'sendType',
|
|
692
|
+
width: 120,
|
|
693
|
+
render: function render(h, params) {
|
|
694
|
+
return h('el-popover', {
|
|
695
|
+
props: {
|
|
696
|
+
placement: 'bottom',
|
|
697
|
+
trigger: 'hover',
|
|
698
|
+
content: '标识: ' + params.row.sendType
|
|
699
|
+
}
|
|
700
|
+
}, [h('el-tag', { slot: 'reference', props: { type: '' } }, _this.formartSendType(params.row.sendType))]);
|
|
701
|
+
}
|
|
702
|
+
}, {
|
|
703
|
+
title: '消息状态',
|
|
704
|
+
align: 'center',
|
|
705
|
+
field: 'status',
|
|
706
|
+
width: 200,
|
|
707
|
+
render: function render(h, params) {
|
|
708
|
+
var sta = params.row.status;
|
|
709
|
+
return h('el-popover', {
|
|
710
|
+
props: {
|
|
711
|
+
placement: 'bottom',
|
|
712
|
+
trigger: 'hover',
|
|
713
|
+
content: sta == 2 ? '发送成功' : params.row.sendResponse
|
|
714
|
+
}
|
|
715
|
+
}, [
|
|
716
|
+
//-2-被终止 -1-发送失败 0-等待发送 1-重试中 2-发送成功 3-用户自定义忽略/拒收 4 发送时间超期 5 超过最大发送条数 6 第三方发送失败"
|
|
717
|
+
h('el-tag', {
|
|
718
|
+
slot: 'reference',
|
|
719
|
+
props: {
|
|
720
|
+
type: sta == 2 ? 'success' : sta == -1 || sta == 6 ? 'danger' : 'warning'
|
|
721
|
+
}
|
|
722
|
+
}, _this.formartStatus(sta))]);
|
|
723
|
+
}
|
|
724
|
+
}, {
|
|
725
|
+
title: '预约时间',
|
|
726
|
+
align: 'center',
|
|
727
|
+
field: 'startTime',
|
|
728
|
+
width: 160
|
|
729
|
+
}, {
|
|
730
|
+
title: '重发次数',
|
|
731
|
+
align: 'center',
|
|
732
|
+
field: 'retryCountAlready',
|
|
733
|
+
width: 80,
|
|
734
|
+
render: function render(h, params) {
|
|
735
|
+
return h('p', {}, params.row.retryCountAlready == null ? '0' : params.row.retryCountAlready);
|
|
736
|
+
}
|
|
737
|
+
}, {
|
|
738
|
+
title: '操作',
|
|
739
|
+
type: 'handle',
|
|
740
|
+
width: 180,
|
|
741
|
+
// template: '',
|
|
742
|
+
events: [{
|
|
743
|
+
text: '查看',
|
|
744
|
+
event: function event(res) {
|
|
745
|
+
var row = res.row;
|
|
746
|
+
|
|
747
|
+
_this.params = { id: row.id };
|
|
748
|
+
_this.showForm = true;
|
|
749
|
+
}
|
|
750
|
+
}, {
|
|
751
|
+
text: '重发',
|
|
752
|
+
format: false,
|
|
753
|
+
method: 'post',
|
|
754
|
+
action: api["fb" /* sendBatch */]
|
|
755
|
+
}]
|
|
756
|
+
}];
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
form: {
|
|
760
|
+
type: Array,
|
|
761
|
+
default: function _default() {
|
|
762
|
+
return [{
|
|
763
|
+
name: 'title',
|
|
764
|
+
label: '标题',
|
|
765
|
+
type: 'textarea',
|
|
766
|
+
value: '',
|
|
767
|
+
col: 12
|
|
768
|
+
}, {
|
|
769
|
+
name: 'content',
|
|
770
|
+
label: '内容',
|
|
771
|
+
type: 'textarea',
|
|
772
|
+
value: '',
|
|
773
|
+
col: 12
|
|
774
|
+
}, {
|
|
775
|
+
label: '发送者',
|
|
776
|
+
name: 'senderInfo',
|
|
777
|
+
data: [],
|
|
778
|
+
col: 6
|
|
779
|
+
}, {
|
|
780
|
+
name: 'msgTo',
|
|
781
|
+
label: {
|
|
782
|
+
text: '接收人标识ID',
|
|
783
|
+
tips: '用于联系用户的标识ID, 可为手机号、邮箱、身份ID等'
|
|
784
|
+
},
|
|
785
|
+
value: '',
|
|
786
|
+
col: 6
|
|
787
|
+
}, {
|
|
788
|
+
name: 'accepterInfo',
|
|
789
|
+
label: {
|
|
790
|
+
text: '接收人信息',
|
|
791
|
+
tips: '接收人的详细信息'
|
|
792
|
+
},
|
|
793
|
+
value: '',
|
|
794
|
+
col: 6
|
|
795
|
+
}, {
|
|
796
|
+
name: 'handleIdentityId',
|
|
797
|
+
label: {
|
|
798
|
+
text: '接收人身份id',
|
|
799
|
+
tips: '接收人在系统中的身份ID, 可能为空。'
|
|
800
|
+
},
|
|
801
|
+
value: '',
|
|
802
|
+
col: 6
|
|
803
|
+
}, {
|
|
804
|
+
name: 'sendType',
|
|
805
|
+
label: {
|
|
806
|
+
text: '发送方式',
|
|
807
|
+
tips: 'SYS-系统消息 SMS-短信 EMAIL-邮件 APP-app消息推送 DING_DING-钉钉消息 WX_OFFICIAL_ACCOUNTS-微信公众号 等'
|
|
808
|
+
},
|
|
809
|
+
type: 'select',
|
|
810
|
+
data: [{
|
|
811
|
+
name: '系统消息',
|
|
812
|
+
value: 'SYS'
|
|
813
|
+
}, {
|
|
814
|
+
name: '短信',
|
|
815
|
+
value: 'SMS'
|
|
816
|
+
}, {
|
|
817
|
+
name: '邮件',
|
|
818
|
+
value: 'EMAIL'
|
|
819
|
+
}, {
|
|
820
|
+
name: 'app消息推送',
|
|
821
|
+
value: 'APP'
|
|
822
|
+
}, {
|
|
823
|
+
name: '钉钉消息',
|
|
824
|
+
value: 'DING_DING'
|
|
825
|
+
}, {
|
|
826
|
+
name: '微信公众号',
|
|
827
|
+
value: 'WX_OFFICIAL_ACCOUNTS'
|
|
828
|
+
}],
|
|
829
|
+
col: 6
|
|
830
|
+
}, {
|
|
831
|
+
name: 'msgType',
|
|
832
|
+
label: {
|
|
833
|
+
text: '消息类型',
|
|
834
|
+
tips: '由业务指定的消息类型, 也是业务类型'
|
|
835
|
+
},
|
|
836
|
+
value: '',
|
|
837
|
+
col: 6
|
|
838
|
+
}, {
|
|
839
|
+
name: 'attaches',
|
|
840
|
+
label: {
|
|
841
|
+
text: '附加信息',
|
|
842
|
+
tips: '附件/办理地址'
|
|
843
|
+
},
|
|
844
|
+
value: '',
|
|
845
|
+
col: 6
|
|
846
|
+
}, {
|
|
847
|
+
name: 'startTime',
|
|
848
|
+
label: '预约开始时间',
|
|
849
|
+
value: '',
|
|
850
|
+
col: 6
|
|
851
|
+
}, {
|
|
852
|
+
name: 'status',
|
|
853
|
+
label: {
|
|
854
|
+
text: '状态',
|
|
855
|
+
tips: '-2-被终止 -1-发送失败 0-等待发送 1-重试中 2-发送成功 3-用户自定义忽略/拒收 4 发送时间超期 5 超过最大发送条数 6 '
|
|
856
|
+
},
|
|
857
|
+
value: '',
|
|
858
|
+
type: 'select',
|
|
859
|
+
data: [{
|
|
860
|
+
name: '被终止',
|
|
861
|
+
value: -2
|
|
862
|
+
}, {
|
|
863
|
+
name: '发送失败',
|
|
864
|
+
value: -1
|
|
865
|
+
}, {
|
|
866
|
+
name: '等待发送',
|
|
867
|
+
value: 0
|
|
868
|
+
}, {
|
|
869
|
+
name: '重试中',
|
|
870
|
+
value: 1
|
|
871
|
+
}, {
|
|
872
|
+
name: '发送成功',
|
|
873
|
+
value: 2
|
|
874
|
+
}, {
|
|
875
|
+
name: '用户自定义忽略/拒收',
|
|
876
|
+
value: 3
|
|
877
|
+
}, {
|
|
878
|
+
name: '发送时间超期',
|
|
879
|
+
value: 4
|
|
880
|
+
}, {
|
|
881
|
+
name: '超过最大发送条数',
|
|
882
|
+
value: 5
|
|
883
|
+
}, {
|
|
884
|
+
name: '用户自定义忽略/拒收',
|
|
885
|
+
value: 6
|
|
886
|
+
}],
|
|
887
|
+
col: 6
|
|
888
|
+
}, {
|
|
889
|
+
name: 'sendedTime',
|
|
890
|
+
label: '发送时间',
|
|
891
|
+
value: '',
|
|
892
|
+
col: 6
|
|
893
|
+
}, {
|
|
894
|
+
name: 'businessId',
|
|
895
|
+
label: { text: '业务id', tips: '关联的业务标识ID' },
|
|
896
|
+
value: '',
|
|
897
|
+
col: 6
|
|
898
|
+
}, {
|
|
899
|
+
name: 'xcode',
|
|
900
|
+
label: '短信xcode',
|
|
901
|
+
value: '',
|
|
902
|
+
col: 6
|
|
903
|
+
}, {
|
|
904
|
+
name: 'templateCode',
|
|
905
|
+
label: { text: '模版Code', tips: '使用的消息模版编码code' },
|
|
906
|
+
value: '',
|
|
907
|
+
col: 6
|
|
908
|
+
}, {
|
|
909
|
+
name: 'tagText',
|
|
910
|
+
label: '消息标签',
|
|
911
|
+
value: '',
|
|
912
|
+
col: 6
|
|
913
|
+
}, {
|
|
914
|
+
type: 'textarea',
|
|
915
|
+
name: 'metaData',
|
|
916
|
+
label: '元数据',
|
|
917
|
+
value: '',
|
|
918
|
+
col: 12
|
|
919
|
+
}, {
|
|
920
|
+
type: 'textarea',
|
|
921
|
+
name: 'sendResponse',
|
|
922
|
+
label: '发送响应结果',
|
|
923
|
+
value: '',
|
|
924
|
+
col: 12
|
|
925
|
+
}, {
|
|
926
|
+
name: 'subsystemName',
|
|
927
|
+
label: '子系统名称',
|
|
928
|
+
value: '',
|
|
929
|
+
col: 6
|
|
930
|
+
}, {
|
|
931
|
+
name: 'updateTime',
|
|
932
|
+
label: '更新时间',
|
|
933
|
+
value: '',
|
|
934
|
+
col: 6
|
|
935
|
+
}];
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
data: function data() {
|
|
940
|
+
return {
|
|
941
|
+
sendList: api["hb" /* sendList */],
|
|
942
|
+
sendBatch: api["fb" /* sendBatch */],
|
|
943
|
+
tableCount: 0,
|
|
944
|
+
selectData: [],
|
|
945
|
+
formTitle: '',
|
|
946
|
+
showForm: false,
|
|
947
|
+
formData: api["gb" /* sendInfo */],
|
|
948
|
+
params: {},
|
|
949
|
+
sendTypeDict: [],
|
|
950
|
+
statusDict: []
|
|
951
|
+
};
|
|
952
|
+
},
|
|
953
|
+
|
|
954
|
+
computed: {
|
|
955
|
+
defaultParam: function defaultParam() {
|
|
956
|
+
return _extends({ orderBy: 'startTime', asc: false }, this.param);
|
|
957
|
+
},
|
|
958
|
+
toolbar: function toolbar() {
|
|
959
|
+
return [{
|
|
960
|
+
type: 'button',
|
|
961
|
+
contents: [{
|
|
962
|
+
text: '批量重发',
|
|
963
|
+
type: 'primary',
|
|
964
|
+
checkbox: true,
|
|
965
|
+
format: false,
|
|
966
|
+
action: api["fb" /* sendBatch */]
|
|
967
|
+
}]
|
|
968
|
+
}, {
|
|
969
|
+
type: 'search',
|
|
970
|
+
reset: true,
|
|
971
|
+
contents: [{
|
|
972
|
+
name: 'title_like',
|
|
973
|
+
placeholder: '输入接标题',
|
|
974
|
+
col: 6
|
|
975
|
+
}, {
|
|
976
|
+
name: 'msgTo_like',
|
|
977
|
+
placeholder: '输入接收者',
|
|
978
|
+
col: 6
|
|
979
|
+
}]
|
|
980
|
+
}, {
|
|
981
|
+
type: 'filter',
|
|
982
|
+
contents: [{
|
|
983
|
+
type: 'select',
|
|
984
|
+
name: 'sendType',
|
|
985
|
+
col: 6,
|
|
986
|
+
label: '发送方式',
|
|
987
|
+
placeholder: '发送方式',
|
|
988
|
+
event: 'multipled',
|
|
989
|
+
data: this.sendTypeDict,
|
|
990
|
+
'value-key': 'rawName',
|
|
991
|
+
'label-key': 'text'
|
|
992
|
+
}, {
|
|
993
|
+
type: 'select',
|
|
994
|
+
name: 'status',
|
|
995
|
+
col: 6,
|
|
996
|
+
label: '消息状态',
|
|
997
|
+
placeholder: '消息状态',
|
|
998
|
+
event: 'multipled',
|
|
999
|
+
data: this.statusDict,
|
|
1000
|
+
'value-key': 'status',
|
|
1001
|
+
'label-key': 'text'
|
|
1002
|
+
}, {
|
|
1003
|
+
type: 'date',
|
|
1004
|
+
col: 6,
|
|
1005
|
+
name: 'startTime_begin',
|
|
1006
|
+
label: '预约开始时间',
|
|
1007
|
+
placeholder: '预约开始时间'
|
|
1008
|
+
}, {
|
|
1009
|
+
type: 'date',
|
|
1010
|
+
col: 6,
|
|
1011
|
+
name: 'startTime_end',
|
|
1012
|
+
label: '预约结束时间',
|
|
1013
|
+
placeholder: '预约结束时间'
|
|
1014
|
+
}]
|
|
1015
|
+
}];
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
methods: {
|
|
1019
|
+
successAfter: function successAfter(data) {
|
|
1020
|
+
this.sendTypeDict = data.results.extraData.sendType;
|
|
1021
|
+
this.statusDict = data.results.extraData.statusType;
|
|
1022
|
+
},
|
|
1023
|
+
formartStatus: function formartStatus(data) {
|
|
1024
|
+
var text = '未知';
|
|
1025
|
+
this.statusDict.forEach(function (dict) {
|
|
1026
|
+
if (dict.status === data) {
|
|
1027
|
+
text = dict.text;
|
|
1028
|
+
}
|
|
1029
|
+
});
|
|
1030
|
+
return text;
|
|
1031
|
+
},
|
|
1032
|
+
formartSendType: function formartSendType(data) {
|
|
1033
|
+
var text = '未知';
|
|
1034
|
+
this.sendTypeDict.forEach(function (dict) {
|
|
1035
|
+
if (dict.rawName === data) {
|
|
1036
|
+
text = dict.text;
|
|
1037
|
+
}
|
|
1038
|
+
});
|
|
1039
|
+
return text;
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
});
|
|
1043
|
+
// CONCATENATED MODULE: ./packages/notify/src/main.vue?vue&type=script&lang=js&
|
|
1044
|
+
/* harmony default export */ var src_mainvue_type_script_lang_js_ = (mainvue_type_script_lang_js_);
|
|
1045
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1046
|
+
var componentNormalizer = __webpack_require__(2);
|
|
1047
|
+
|
|
1048
|
+
// CONCATENATED MODULE: ./packages/notify/src/main.vue
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
/* normalize component */
|
|
1055
|
+
|
|
1056
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
1057
|
+
src_mainvue_type_script_lang_js_,
|
|
1058
|
+
render,
|
|
1059
|
+
staticRenderFns,
|
|
1060
|
+
false,
|
|
1061
|
+
null,
|
|
1062
|
+
null,
|
|
1063
|
+
null
|
|
1064
|
+
|
|
1065
|
+
)
|
|
1066
|
+
|
|
1067
|
+
/* harmony default export */ var main = (component.exports);
|
|
1068
|
+
// CONCATENATED MODULE: ./packages/notify/index.js
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
main.install = function (Vue) {
|
|
1072
|
+
return Vue.component(main.name, main);
|
|
1073
|
+
};
|
|
1074
|
+
|
|
1075
|
+
/* harmony default export */ var notify = __webpack_exports__["default"] = (main);
|
|
1076
|
+
|
|
1077
|
+
/***/ })
|
|
1078
|
+
|
|
1079
|
+
/******/ });
|