eoss-ui 0.6.38 → 0.6.39
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 +535 -374
- package/lib/button.js +535 -374
- package/lib/checkbox-group.js +536 -375
- package/lib/config/api.js +31 -19
- package/lib/data-table-form.js +547 -386
- package/lib/data-table.js +547 -382
- package/lib/date-picker.js +535 -374
- package/lib/dialog.js +535 -374
- package/lib/eoss-ui.common.js +11182 -4328
- package/lib/error-page.js +4 -4
- package/lib/flow-group.js +553 -377
- package/lib/flow-list.js +621 -460
- package/lib/flow.js +9822 -2988
- package/lib/form.js +540 -379
- package/lib/handle-user.js +536 -375
- package/lib/handler.js +536 -375
- package/lib/icon.js +536 -375
- package/lib/index.js +1 -1
- package/lib/input-number.js +535 -374
- package/lib/input.js +535 -374
- package/lib/layout.js +2 -2
- package/lib/login.js +550 -389
- package/lib/main.js +704 -543
- package/lib/nav.js +535 -374
- package/lib/notify.js +127 -109
- package/lib/page.js +535 -374
- package/lib/pagination.js +535 -374
- package/lib/player.js +535 -374
- package/lib/qr-code.js +548 -387
- package/lib/radio-group.js +536 -375
- package/lib/retrial-auth.js +538 -377
- package/lib/select-ganged.js +536 -375
- package/lib/select.js +536 -375
- package/lib/selector-panel.js +558 -396
- package/lib/selector.js +539 -378
- package/lib/sizer.js +541 -380
- package/lib/steps.js +535 -374
- package/lib/switch.js +535 -374
- package/lib/table-form.js +535 -374
- package/lib/tabs.js +539 -378
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +536 -375
- package/lib/tree-group.js +535 -374
- package/lib/tree.js +536 -375
- package/lib/upload.js +545 -384
- package/lib/utils/util.js +411 -268
- package/lib/wujie.js +535 -374
- package/lib/wxlogin.js +535 -374
- package/package.json +159 -158
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +144 -144
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +983 -983
- package/packages/data-table/src/main.vue +1820 -1816
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/CommonOpinions.vue +345 -341
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +229 -229
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +603 -547
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -0
- package/packages/flow/src/main.vue +2864 -2731
- package/packages/flow/src/processForm.vue +1007 -954
- package/packages/flow/src/processReject.vue +293 -293
- package/packages/flow/src/reset.vue +901 -0
- package/packages/flow/src/selectUser.vue +5 -0
- package/packages/flow/src/startTaskRead.vue +596 -596
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -684
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1172 -1172
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3584 -3584
- package/packages/form/src/table.vue +1420 -1420
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +388 -388
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1892 -1894
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +505 -505
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +454 -454
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +221 -221
- package/packages/main/src/simplicity/index.vue +1993 -1993
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +128 -128
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +241 -241
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +536 -536
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +402 -402
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +775 -775
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +677 -677
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1028 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +175 -175
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +36 -36
- package/packages/theme-chalk/src/flow.scss +310 -308
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1760 -1760
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +939 -939
- package/packages/theme-chalk/src/main.scss +632 -632
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +125 -125
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1262 -1262
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +167 -167
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1334 -1334
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +248 -236
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +398 -258
- package/src/utils/webSocket.js +107 -107
package/lib/notify.js
CHANGED
|
@@ -94,131 +94,138 @@ module.exports =
|
|
|
94
94
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
|
|
95
95
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
|
|
96
96
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
|
|
97
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
98
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
99
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
97
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return logout; });
|
|
98
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initLogin; });
|
|
99
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return switchUserTo; });
|
|
100
100
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
101
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getLoginCode; });
|
|
102
102
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
|
|
103
103
|
/* unused harmony export updateCode */
|
|
104
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getModifyPassCode; });
|
|
105
105
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
|
|
106
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return loginModifyPassword; });
|
|
107
107
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
108
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initModifyPassword; });
|
|
109
109
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
|
|
110
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getTwoFactorLoginCode; });
|
|
111
111
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
|
|
112
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
113
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return initRetrialAuth; });
|
|
113
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getRetrialAuthCode; });
|
|
114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return scanCodeRetrialAuth; });
|
|
115
115
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
|
|
116
116
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
|
|
117
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
118
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
119
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
120
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
121
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
122
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
117
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return userOnline; });
|
|
118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getUserAppWithTag; });
|
|
119
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return recordUserApp; });
|
|
120
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return mainConfig; });
|
|
121
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initUserSet; });
|
|
122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return updateUserInfo; });
|
|
123
123
|
/* unused harmony export getUserImgUrl */
|
|
124
124
|
/* unused harmony export getDoorIndex */
|
|
125
125
|
/* unused harmony export refreshOnlineUsers */
|
|
126
126
|
/* unused harmony export getQuickMenuIds */
|
|
127
127
|
/* unused harmony export getApplicationIdArray */
|
|
128
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
129
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
128
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplications; });
|
|
129
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getComplexApplicationsNew; });
|
|
130
130
|
/* unused harmony export getUserCustomInfo */
|
|
131
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
132
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
133
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
134
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
135
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
136
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
138
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
139
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
140
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
131
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return updateUserCustomInfo; });
|
|
132
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sysMsgPage; });
|
|
133
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return ignoreSysMsg; });
|
|
134
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return ignoreAllSysMsg; });
|
|
135
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return searchType; });
|
|
136
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getAdjunctProperties; });
|
|
137
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return uploads; });
|
|
138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return uploadOnlyOne; });
|
|
139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctFileInfos; });
|
|
140
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return uploadSort; });
|
|
141
141
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
|
|
142
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
143
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
144
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
145
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return uploadDownloads; });
|
|
143
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunct; });
|
|
144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return previewAdjunct2; });
|
|
145
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return previewAdjunctOffice; });
|
|
146
146
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
|
|
147
147
|
/* unused harmony export upload_updateClassify */
|
|
148
148
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
149
149
|
/* unused harmony export getPictureBase64 */
|
|
150
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
151
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
152
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
153
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
150
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getSelectorOrgTree; });
|
|
151
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getSelectorOrgDetail; });
|
|
152
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getOrgMainTree; });
|
|
153
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getSelectOrgsubids; });
|
|
154
154
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
|
|
155
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
155
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getDictList; });
|
|
156
156
|
/* unused harmony export findUserBaseInfo */
|
|
157
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
157
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return gethelpdoc; });
|
|
158
158
|
/* unused harmony export getCurrentuser */
|
|
159
159
|
/* unused harmony export mainDetail */
|
|
160
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
161
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
160
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toStartFlow; });
|
|
161
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return tempSave; });
|
|
162
162
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
|
|
163
163
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
164
164
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
|
|
165
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
166
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
165
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return saveCommonOpinion; });
|
|
166
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return updateCommonOpinion; });
|
|
167
167
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
|
|
168
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
169
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
168
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getProcessDefList; });
|
|
169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getNodeInfo; });
|
|
170
170
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findCodeValues; });
|
|
171
171
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findSysParam; });
|
|
172
172
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
|
|
173
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
174
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
175
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
173
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getNotificationMsg; });
|
|
174
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getHandleInfoHtml; });
|
|
175
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskHandleHtml; });
|
|
176
176
|
/* unused harmony export getView */
|
|
177
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
178
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
179
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
180
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
181
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
182
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
183
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
184
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
185
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
186
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
177
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return register; });
|
|
178
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pendedhistoryList; });
|
|
179
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTaskRejectHtml; });
|
|
180
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskRejectHtml; });
|
|
181
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toStartTaskRead; });
|
|
182
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toStartTaskReadIndex; });
|
|
183
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskReadHtml; });
|
|
184
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return rejectAndEnd; });
|
|
185
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toSendMsg; });
|
|
186
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return sendMsg; });
|
|
187
187
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
|
|
188
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
189
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
190
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
191
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
192
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
193
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
194
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
195
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
196
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
188
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return handleInfo; });
|
|
189
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return loginUserInfo; });
|
|
190
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return wss; });
|
|
191
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return topic; });
|
|
192
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getPresetCustomInfo; });
|
|
193
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getPresetNodeInfo; });
|
|
194
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskTransferIndex; });
|
|
195
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskTransfer; });
|
|
196
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toPresetInfoListIndex; });
|
|
197
197
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
|
|
198
198
|
/* unused harmony export historyListJson */
|
|
199
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
200
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
199
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return pendedhistoryListJson; });
|
|
200
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return pressListJson; });
|
|
201
201
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
|
|
202
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
203
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
204
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
205
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
206
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
207
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
208
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
209
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
210
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
211
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
212
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
213
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
214
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
215
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
216
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
202
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return isCanStartSubFlow; });
|
|
203
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskUnionExamine; });
|
|
204
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskUnionExamine; });
|
|
205
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toTaskTakeAdvice; });
|
|
206
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskTakeAdvice; });
|
|
207
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toTaskStartDraft; });
|
|
208
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskStartDraft; });
|
|
209
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toTaskReview; });
|
|
210
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskReview; });
|
|
211
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskUnionSeal; });
|
|
212
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskUnionSeal; });
|
|
213
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTwoOfficesDispatch; });
|
|
214
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return twoOfficesDispatch; });
|
|
215
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toResetProcessIndex; });
|
|
216
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return resetProcess; });
|
|
217
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskContinuationIndex; });
|
|
218
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskContinuation; });
|
|
219
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getFreeStartFlowParams; });
|
|
220
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return freeStartFlowWithSubmitTask; });
|
|
221
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return sendList; });
|
|
222
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sendInfo; });
|
|
217
223
|
/* unused harmony export sendSave */
|
|
218
224
|
/* unused harmony export sendUpdate */
|
|
219
225
|
/* unused harmony export sendDelete */
|
|
220
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
226
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sendBatch; });
|
|
221
227
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
|
|
228
|
+
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
222
229
|
// 登录
|
|
223
230
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
224
231
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -307,7 +314,7 @@ var mainDetail = '/config/configLayoutTheme/detail';
|
|
|
307
314
|
// export const toStartFlow = '/api/mecp/v1/mecpItask/toStartFlow.json';
|
|
308
315
|
var toStartFlow = '/bpm/bpmBackend/toStartFlow';
|
|
309
316
|
// 暂存数据
|
|
310
|
-
var tempSave = '/
|
|
317
|
+
var tempSave = flowPendingPrefix + '/task/taskHandle/tempSave.dhtml';
|
|
311
318
|
// 获取常用意见
|
|
312
319
|
// /oa/commonOpinionsManager/getOpinionsList.dhtml /api/v1/mecpIpending/commonOpion.json
|
|
313
320
|
// /api/v1/mecpIpending/commonOpion.json
|
|
@@ -317,25 +324,25 @@ var addCommonOpion = '/bpm/commonOpinionsManager/add';
|
|
|
317
324
|
// 获取常用意见编辑信息
|
|
318
325
|
var editCommonOpion = '/bpm/commonOpinionsManager/edit';
|
|
319
326
|
// 常用意见新增
|
|
320
|
-
var saveCommonOpinion = '/
|
|
327
|
+
var saveCommonOpinion = flowPendingPrefix + '/commonOpinionsManager/save.dhtml';
|
|
321
328
|
// 常用意见修改
|
|
322
|
-
var updateCommonOpinion = '/
|
|
323
|
-
var deleteCommonOpion = '/
|
|
329
|
+
var updateCommonOpinion = flowPendingPrefix + '/commonOpinionsManager/update.dhtml';
|
|
330
|
+
var deleteCommonOpion = flowPendingPrefix + '/commonOpinionsManager/delete.dhtml';
|
|
324
331
|
// 获取选择流程
|
|
325
332
|
// export const getProcessDefList =
|
|
326
333
|
// '/api/mecp/v1/mecpItask/getProcessDefList.json';
|
|
327
334
|
var getProcessDefList = '/bpm/bpmBackend/toStartFlowIndex';
|
|
328
335
|
// 获取下步办理人 /api/mecp/v1/mecpItask/getNodeInfo.json
|
|
329
|
-
var getNodeInfo = '/
|
|
336
|
+
var getNodeInfo = flowPendingPrefix + '/task/taskHandle/getNodeInfo.dhtml';
|
|
330
337
|
|
|
331
338
|
// 系统消息
|
|
332
339
|
// 通知方式
|
|
333
340
|
var findCodeValues = '/bpm/bpmCommon/findCodeValues';
|
|
334
341
|
var findSysParam = '/bpm/bpmCommon/findSysParam';
|
|
335
|
-
var findSysCodes = '/
|
|
342
|
+
var findSysCodes = flowPendingPrefix + '/task/taskHandle/getDefaultNotificationType.dhtml';
|
|
336
343
|
|
|
337
344
|
// 获取通知消息
|
|
338
|
-
var getNotificationMsg = '/
|
|
345
|
+
var getNotificationMsg = flowPendingPrefix + '/task/taskHandle/getNotificationMsg.dhtml';
|
|
339
346
|
// 获取审核页面数据
|
|
340
347
|
var getHandleInfoHtml = '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
341
348
|
// export const getHandleInfoHtml =
|
|
@@ -343,11 +350,11 @@ var getHandleInfoHtml = '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
|
343
350
|
// 获取节点信息(获取节点属性及办理人)
|
|
344
351
|
// export const getNodeInfoHtml = '/api/mecp/v1/mecpItask/getNodeInfoHtml.json';
|
|
345
352
|
// 提交办理
|
|
346
|
-
var taskHandleHtml = '/
|
|
353
|
+
var taskHandleHtml = flowPendingPrefix + '/task/taskHandle/taskHandle.dhtml';
|
|
347
354
|
// 获取流程图
|
|
348
355
|
var getView = '/bpm/service/diagram/view.html';
|
|
349
356
|
// 开始流程
|
|
350
|
-
var register = '/
|
|
357
|
+
var register = flowPendingPrefix + '/task/taskHandle/startFlow.dhtml';
|
|
351
358
|
// 获取流程列表
|
|
352
359
|
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
353
360
|
// 获取审核按钮信息
|
|
@@ -374,7 +381,7 @@ var endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
|
|
|
374
381
|
// 获取用户信息
|
|
375
382
|
// export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
376
383
|
// 搜索用户信息
|
|
377
|
-
var handleInfo = '/
|
|
384
|
+
var handleInfo = flowPendingPrefix + '/task/taskHandle/handleInfo.dhtml';
|
|
378
385
|
// 获取当前用户信息
|
|
379
386
|
var loginUserInfo = '/bpm/bpmCommon/loginUserInfo';
|
|
380
387
|
|
|
@@ -383,9 +390,9 @@ var wss = window.wss || '/main2/ws';
|
|
|
383
390
|
// 订阅
|
|
384
391
|
var topic = '/user/topic/all';
|
|
385
392
|
// 流程预设
|
|
386
|
-
var getPresetCustomInfo = '/
|
|
393
|
+
var getPresetCustomInfo = flowPendingPrefix + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
387
394
|
// 办理人预设
|
|
388
|
-
var getPresetNodeInfo = '/
|
|
395
|
+
var getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.dhtml';
|
|
389
396
|
// 获取转办页面数据
|
|
390
397
|
var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
|
|
391
398
|
// 转办提交按钮
|
|
@@ -395,13 +402,13 @@ var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
|
|
|
395
402
|
// 流程预设置为失效
|
|
396
403
|
var deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
|
|
397
404
|
// 流程列表
|
|
398
|
-
var historyListJson = '/
|
|
405
|
+
var historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
|
|
399
406
|
// 获取流程列表配置
|
|
400
|
-
var pendedhistoryListJson = '/
|
|
407
|
+
var pendedhistoryListJson = flowPendingPrefix + '/pendedhistoryManager/pendedhistoryListJson';
|
|
401
408
|
// 获取催办列表
|
|
402
|
-
var pressListJson = '/
|
|
409
|
+
var pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
|
|
403
410
|
// 删除流程列表节点
|
|
404
|
-
var deleteFlow = '/
|
|
411
|
+
var deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
|
|
405
412
|
// 是否允许启动子流程(必经节点)
|
|
406
413
|
var isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
407
414
|
// 联合审核
|
|
@@ -416,12 +423,12 @@ var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
|
416
423
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
417
424
|
|
|
418
425
|
// 稿件递送提交接口
|
|
419
|
-
// export const taskStartDraft = '/
|
|
426
|
+
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
420
427
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
|
421
428
|
// 复核
|
|
422
429
|
var toTaskReview = '/bpm/bpmBackend/toTaskReview';
|
|
423
430
|
// 复核提交
|
|
424
|
-
var taskReview = '/
|
|
431
|
+
var taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
|
|
425
432
|
// 联合用印
|
|
426
433
|
var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
|
|
427
434
|
// 联合用印提交
|
|
@@ -430,7 +437,18 @@ var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
|
|
|
430
437
|
var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
|
|
431
438
|
// 报送两办提交
|
|
432
439
|
var twoOfficesDispatch = '/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
433
|
-
|
|
440
|
+
// 重设流程
|
|
441
|
+
var toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
|
|
442
|
+
// 提交重设流程
|
|
443
|
+
var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
|
|
444
|
+
// 续办流程
|
|
445
|
+
var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
|
|
446
|
+
// 续办提交
|
|
447
|
+
var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
|
|
448
|
+
// 自由发起流程获取配置参数
|
|
449
|
+
var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
|
|
450
|
+
// 自由发起流程提交
|
|
451
|
+
var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
|
|
434
452
|
// notifySend 消息发送
|
|
435
453
|
var sendList = '/notify2/notifySendRecord/listJson';
|
|
436
454
|
var sendInfo = '/notify2/notifySendRecord/info';
|
|
@@ -785,7 +803,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
785
803
|
text: '重发',
|
|
786
804
|
format: false,
|
|
787
805
|
method: 'post',
|
|
788
|
-
action: api["
|
|
806
|
+
action: api["vb" /* sendBatch */]
|
|
789
807
|
}]
|
|
790
808
|
}];
|
|
791
809
|
}
|
|
@@ -972,13 +990,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
972
990
|
},
|
|
973
991
|
data: function data() {
|
|
974
992
|
return {
|
|
975
|
-
sendList: api["
|
|
976
|
-
sendBatch: api["
|
|
993
|
+
sendList: api["xb" /* sendList */],
|
|
994
|
+
sendBatch: api["vb" /* sendBatch */],
|
|
977
995
|
tableCount: 0,
|
|
978
996
|
selectData: [],
|
|
979
997
|
formTitle: '',
|
|
980
998
|
showForm: false,
|
|
981
|
-
formData: api["
|
|
999
|
+
formData: api["wb" /* sendInfo */],
|
|
982
1000
|
params: {},
|
|
983
1001
|
sendTypeDict: [],
|
|
984
1002
|
statusDict: []
|
|
@@ -997,7 +1015,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
997
1015
|
type: 'primary',
|
|
998
1016
|
checkbox: true,
|
|
999
1017
|
format: false,
|
|
1000
|
-
action: api["
|
|
1018
|
+
action: api["vb" /* sendBatch */]
|
|
1001
1019
|
}]
|
|
1002
1020
|
}, {
|
|
1003
1021
|
type: 'search',
|