eoss-ui 0.7.82 → 0.7.84
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 +144 -120
- package/lib/button.js +143 -120
- package/lib/calendar.js +2 -2
- package/lib/calogin.js +377 -353
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +144 -120
- package/lib/clients.js +2 -2
- package/lib/config/api.js +7 -1
- package/lib/data-table-form.js +144 -120
- package/lib/data-table.js +144 -120
- package/lib/date-picker.js +143 -120
- package/lib/dialog.js +219 -214
- package/lib/enable-drag.js +2 -2
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +1505 -880
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +147 -124
- package/lib/flow-list.js +162 -137
- package/lib/flow.js +1281 -657
- package/lib/form.js +243 -239
- package/lib/handle-user.js +144 -121
- package/lib/handler.js +144 -121
- package/lib/icon.js +144 -121
- package/lib/icons.js +4 -4
- package/lib/index.js +1 -1
- package/lib/input-number.js +143 -120
- package/lib/input.js +143 -120
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +145 -121
- package/lib/main.js +185 -161
- package/lib/menu.js +2 -2
- package/lib/nav.js +150 -127
- package/lib/notify.js +86 -77
- package/lib/page.js +143 -120
- package/lib/pagination.js +143 -120
- package/lib/player.js +147 -124
- package/lib/qr-code.js +158 -135
- package/lib/radio-group.js +143 -120
- package/lib/retrial-auth.js +144 -121
- package/lib/select-ganged.js +143 -120
- package/lib/select.js +143 -120
- package/lib/selector-panel.js +147 -123
- package/lib/selector.js +145 -122
- package/lib/sizer.js +143 -120
- package/lib/steps.js +150 -127
- package/lib/switch.js +143 -120
- package/lib/table-form.js +143 -120
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +143 -120
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +143 -120
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +143 -120
- package/lib/tree.js +143 -120
- package/lib/upload.js +160 -136
- package/lib/utils/util.js +60 -46
- package/lib/wujie.js +156 -122
- package/lib/wxlogin.js +143 -120
- package/package.json +2 -1
- 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/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/plugin.js +915 -915
- 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/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- 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/enable-drag/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/CustomPreset.vue +1 -1
- package/packages/flow/src/component/SortFlow.vue +110 -0
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/main.vue +212 -25
- package/packages/flow/src/processForm.vue +153 -5
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +2 -2
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +8 -6
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +1 -1
- package/packages/handle-user/index.js +5 -5
- package/packages/handler/index.js +5 -5
- package/packages/icon/index.js +5 -5
- 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/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/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- 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-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector-panel/index.js +5 -5
- 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/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/gulpfile.js +25 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- 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/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- 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 +39 -39
- package/packages/theme-chalk/src/flow.scss +14 -0
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- 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/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- 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/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/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/toolbar/index.js +5 -5
- 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 +1 -1
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +146 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +7 -1
- 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/store.js +21 -21
- package/src/utils/util.js +42 -26
- package/src/utils/webSocket.js +107 -107
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- 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 +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- 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 +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/calogin.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 42);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1702
1702
|
* @param {function} callback - 回调函数
|
|
1703
1703
|
**/
|
|
1704
1704
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1705
|
-
util_ajax({ url: api["
|
|
1705
|
+
util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
|
|
1706
1706
|
if (res && res.rCode === 0) {
|
|
1707
1707
|
callback(res.results);
|
|
1708
1708
|
}
|
|
@@ -2316,41 +2316,55 @@ var identical = function identical(_ref9) {
|
|
|
2316
2316
|
|
|
2317
2317
|
/**
|
|
2318
2318
|
* indexOfObj
|
|
2319
|
-
* @desc
|
|
2320
|
-
* @
|
|
2321
|
-
* @
|
|
2322
|
-
* @param {Array}
|
|
2323
|
-
* @
|
|
2324
|
-
|
|
2325
|
-
**/
|
|
2319
|
+
* @desc 查找数组对象下标
|
|
2320
|
+
* @param {Array} arry - 被查找的数组
|
|
2321
|
+
* @param {Object|string} target - 目标对象或字符串值
|
|
2322
|
+
* @param {string|Array<string>} key - 目标对象的属性名,可以是逗号分隔的字符串或数组
|
|
2323
|
+
* @returns {number} 找到返回下标,未找到返回-1
|
|
2324
|
+
*/
|
|
2326
2325
|
var indexOfObj = function indexOfObj(arry, target, key) {
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2326
|
+
// 参数校验
|
|
2327
|
+
if (!Array.isArray(arry)) {
|
|
2328
|
+
return -1;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
// 没有key的情况:直接比较对象
|
|
2332
|
+
if (!key) {
|
|
2333
|
+
var targetStr = JSON.stringify(target);
|
|
2334
|
+
for (var i = 0; i < arry.length; i++) {
|
|
2335
|
+
if (JSON.stringify(arry[i]) === targetStr) {
|
|
2336
|
+
return i;
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
return -1;
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
// 统一处理key为数组
|
|
2343
|
+
var keys = Array.isArray(key) ? key : typeof key === 'string' ? key.split(',').map(function (k) {
|
|
2344
|
+
return k.trim();
|
|
2345
|
+
}) : [];
|
|
2346
|
+
|
|
2347
|
+
// 遍历数组查找匹配项
|
|
2348
|
+
for (var _i8 = 0; _i8 < arry.length; _i8++) {
|
|
2349
|
+
var currentItem = arry[_i8];
|
|
2350
|
+
|
|
2351
|
+
// 遍历所有key进行匹配
|
|
2352
|
+
for (var j = 0; j < keys.length; j++) {
|
|
2353
|
+
var currentKey = keys[j];
|
|
2354
|
+
|
|
2355
|
+
// 如果target是字符串,直接比较
|
|
2356
|
+
if (typeof target === 'string') {
|
|
2357
|
+
if (currentItem[currentKey] === target) {
|
|
2358
|
+
return _i8;
|
|
2343
2359
|
}
|
|
2344
|
-
|
|
2345
|
-
|
|
2360
|
+
} else if (target && (typeof target === 'undefined' ? 'undefined' : _typeof(target)) === 'object') {
|
|
2361
|
+
if (currentItem[currentKey] === target[currentKey]) {
|
|
2362
|
+
return _i8;
|
|
2346
2363
|
}
|
|
2347
2364
|
}
|
|
2348
|
-
} else {
|
|
2349
|
-
if (JSON.stringify(target) === JSON.stringify(arry[i])) {
|
|
2350
|
-
return i;
|
|
2351
|
-
}
|
|
2352
2365
|
}
|
|
2353
2366
|
}
|
|
2367
|
+
|
|
2354
2368
|
return -1;
|
|
2355
2369
|
};
|
|
2356
2370
|
/**
|
|
@@ -2453,7 +2467,7 @@ var isLogined = function () {
|
|
|
2453
2467
|
break;
|
|
2454
2468
|
}
|
|
2455
2469
|
|
|
2456
|
-
util_ajax({ method: 'post', url: api["
|
|
2470
|
+
util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
|
|
2457
2471
|
if (res.rCode === 0) {
|
|
2458
2472
|
removeStorage();
|
|
2459
2473
|
}
|
|
@@ -3606,10 +3620,10 @@ var setStorage = function setStorage(_ref18) {
|
|
|
3606
3620
|
}
|
|
3607
3621
|
}
|
|
3608
3622
|
} else {
|
|
3609
|
-
for (var
|
|
3610
|
-
var val = _typeof(key[
|
|
3611
|
-
localStorage.setItem(
|
|
3612
|
-
if (
|
|
3623
|
+
for (var _i9 in key) {
|
|
3624
|
+
var val = _typeof(key[_i9]) === 'object' ? JSON.stringify(key[_i9]) : key[_i9];
|
|
3625
|
+
localStorage.setItem(_i9, val);
|
|
3626
|
+
if (_i9 === 'token') {
|
|
3613
3627
|
setCookie('token', val);
|
|
3614
3628
|
}
|
|
3615
3629
|
}
|
|
@@ -3621,17 +3635,17 @@ var setStorage = function setStorage(_ref18) {
|
|
|
3621
3635
|
setCookie('token', value);
|
|
3622
3636
|
}
|
|
3623
3637
|
} else if (Array.isArray(key)) {
|
|
3624
|
-
for (var
|
|
3625
|
-
sessionStorage.setItem(key[
|
|
3626
|
-
if (key[
|
|
3638
|
+
for (var _i10 in key) {
|
|
3639
|
+
sessionStorage.setItem(key[_i10], value);
|
|
3640
|
+
if (key[_i10] === 'token') {
|
|
3627
3641
|
setCookie('token', value);
|
|
3628
3642
|
}
|
|
3629
3643
|
}
|
|
3630
3644
|
} else {
|
|
3631
|
-
for (var
|
|
3632
|
-
var _val = _typeof(key[
|
|
3633
|
-
sessionStorage.setItem(
|
|
3634
|
-
if (
|
|
3645
|
+
for (var _i11 in key) {
|
|
3646
|
+
var _val = _typeof(key[_i11]) === 'object' ? JSON.stringify(key[_i11]) : key[_i11];
|
|
3647
|
+
sessionStorage.setItem(_i11, _val);
|
|
3648
|
+
if (_i11 === 'token') {
|
|
3635
3649
|
setCookie('token', _val);
|
|
3636
3650
|
}
|
|
3637
3651
|
}
|
|
@@ -3759,16 +3773,16 @@ var setCookie = function setCookie(name, value) {
|
|
|
3759
3773
|
**/
|
|
3760
3774
|
var getCookie = function getCookie(name) {
|
|
3761
3775
|
var cookies = document.cookie.split(';');
|
|
3762
|
-
for (var _iterator = cookies, _isArray = Array.isArray(_iterator),
|
|
3776
|
+
for (var _iterator = cookies, _isArray = Array.isArray(_iterator), _i12 = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
|
|
3763
3777
|
var _ref19;
|
|
3764
3778
|
|
|
3765
3779
|
if (_isArray) {
|
|
3766
|
-
if (
|
|
3767
|
-
_ref19 = _iterator[
|
|
3780
|
+
if (_i12 >= _iterator.length) break;
|
|
3781
|
+
_ref19 = _iterator[_i12++];
|
|
3768
3782
|
} else {
|
|
3769
|
-
|
|
3770
|
-
if (
|
|
3771
|
-
_ref19 =
|
|
3783
|
+
_i12 = _iterator.next();
|
|
3784
|
+
if (_i12.done) break;
|
|
3785
|
+
_ref19 = _i12.value;
|
|
3772
3786
|
}
|
|
3773
3787
|
|
|
3774
3788
|
var cookie = _ref19;
|
|
@@ -3920,16 +3934,16 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3920
3934
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3921
3935
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3922
3936
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
3923
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
|
|
3924
3938
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
|
|
3925
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
|
|
3926
3940
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3927
3941
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
|
|
3928
3942
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3929
3943
|
/* unused harmony export updateCode */
|
|
3930
3944
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
|
|
3931
3945
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3932
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
|
|
3933
3947
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3934
3948
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
|
|
3935
3949
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
@@ -3937,15 +3951,15 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3937
3951
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3938
3952
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
|
|
3939
3953
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3954
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
|
|
3941
3955
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3942
3956
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3943
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
|
|
3944
3958
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3959
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
|
|
3947
3961
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
|
|
3949
3963
|
/* unused harmony export getUserImgUrl */
|
|
3950
3964
|
/* unused harmony export getDoorIndex */
|
|
3951
3965
|
/* unused harmony export refreshOnlineUsers */
|
|
@@ -3954,22 +3968,22 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3954
3968
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
|
|
3955
3969
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
|
|
3956
3970
|
/* unused harmony export getUserCustomInfo */
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
|
|
3959
3973
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
|
|
3960
3974
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
|
|
3962
3976
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
|
|
3963
3977
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
|
|
3964
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3965
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
|
|
3966
3980
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
|
|
3967
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
|
|
3968
3982
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
3969
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3970
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
|
|
3973
3987
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3974
3988
|
/* unused harmony export upload_updateClassify */
|
|
3975
3989
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
@@ -3984,13 +3998,13 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3984
3998
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
|
|
3985
3999
|
/* unused harmony export getCurrentuser */
|
|
3986
4000
|
/* unused harmony export mainDetail */
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3988
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
|
|
3989
4003
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3990
4004
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3991
4005
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3992
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
|
|
3994
4008
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3995
4009
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
|
|
3996
4010
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
|
|
@@ -3999,82 +4013,85 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3999
4013
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
4000
4014
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
|
|
4001
4015
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
|
|
4003
4017
|
/* unused harmony export getView */
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
|
|
4019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
|
|
4014
4028
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
4015
4029
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
|
|
4019
4033
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
|
|
4020
4034
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
|
|
4024
4038
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
4025
4039
|
/* unused harmony export historyListJson */
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
|
|
4028
4042
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
|
|
4030
4044
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4039
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
|
|
4049
4063
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
|
|
4050
4064
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
|
|
4051
4065
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4053
4067
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
|
|
4054
4068
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4057
4071
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
|
|
4060
4074
|
/* unused harmony export sendSave */
|
|
4061
4075
|
/* unused harmony export sendUpdate */
|
|
4062
4076
|
/* unused harmony export sendDelete */
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
|
|
4064
4078
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
4065
4079
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
4066
4080
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
4067
4081
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
|
|
4068
4082
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
4069
4083
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
|
|
4071
4086
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
|
|
4072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
|
|
4073
4090
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
|
|
4074
4091
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
|
|
4075
4092
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
|
|
4076
4093
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
|
|
4077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
|
|
4078
4095
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4079
4096
|
// 登录
|
|
4080
4097
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4341,9 +4358,15 @@ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
|
|
|
4341
4358
|
var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
|
|
4342
4359
|
// 自由发起传阅查询
|
|
4343
4360
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4361
|
+
// 提交是否二次确认
|
|
4362
|
+
var isCancelSecondConfirmation = '/bpm/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4363
|
+
|
|
4344
4364
|
// 自由发起传阅提交
|
|
4345
4365
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
4346
|
-
|
|
4366
|
+
// 获取排序流程
|
|
4367
|
+
var toDefinitionChangeSort = '/bpm/bpmBackend/toDefinitionChangeSort';
|
|
4368
|
+
// 设置流程排序
|
|
4369
|
+
var setSort = '/bpm/bpmdefinition/setSort.json ';
|
|
4347
4370
|
// 查询常用菜单列表信息
|
|
4348
4371
|
var queryUseCommonMenu = '/sys/v1/userCustom/queryUseCommonMenu.dhtml';
|
|
4349
4372
|
// 查询待办任务数量
|
|
@@ -4551,7 +4574,8 @@ module.exports = require("lodash");
|
|
|
4551
4574
|
/* 38 */,
|
|
4552
4575
|
/* 39 */,
|
|
4553
4576
|
/* 40 */,
|
|
4554
|
-
/* 41
|
|
4577
|
+
/* 41 */,
|
|
4578
|
+
/* 42 */
|
|
4555
4579
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4556
4580
|
|
|
4557
4581
|
"use strict";
|
|
@@ -4581,8 +4605,8 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
4581
4605
|
|
|
4582
4606
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
4583
4607
|
|
|
4584
|
-
/**
|
|
4585
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4608
|
+
/**
|
|
4609
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
4586
4610
|
*/
|
|
4587
4611
|
var CA_ExtInterface = function () {
|
|
4588
4612
|
function CA_ExtInterface() {
|
|
@@ -4595,11 +4619,11 @@ var CA_ExtInterface = function () {
|
|
|
4595
4619
|
this.init();
|
|
4596
4620
|
}
|
|
4597
4621
|
|
|
4598
|
-
/**
|
|
4599
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4600
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4601
|
-
* @param {Object} target - 目标对象
|
|
4602
|
-
* @param {Object} options - 新的选项对象
|
|
4622
|
+
/**
|
|
4623
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
4624
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
4625
|
+
* @param {Object} target - 目标对象
|
|
4626
|
+
* @param {Object} options - 新的选项对象
|
|
4603
4627
|
*/
|
|
4604
4628
|
|
|
4605
4629
|
|
|
@@ -4614,8 +4638,8 @@ var CA_ExtInterface = function () {
|
|
|
4614
4638
|
}
|
|
4615
4639
|
};
|
|
4616
4640
|
|
|
4617
|
-
/**
|
|
4618
|
-
* 检查当前会话的 WebSocket URL
|
|
4641
|
+
/**
|
|
4642
|
+
* 检查当前会话的 WebSocket URL
|
|
4619
4643
|
*/
|
|
4620
4644
|
|
|
4621
4645
|
|
|
@@ -4629,8 +4653,8 @@ var CA_ExtInterface = function () {
|
|
|
4629
4653
|
}
|
|
4630
4654
|
};
|
|
4631
4655
|
|
|
4632
|
-
/**
|
|
4633
|
-
* 检查是否使用 ActiveX
|
|
4656
|
+
/**
|
|
4657
|
+
* 检查是否使用 ActiveX
|
|
4634
4658
|
*/
|
|
4635
4659
|
|
|
4636
4660
|
|
|
@@ -4642,11 +4666,11 @@ var CA_ExtInterface = function () {
|
|
|
4642
4666
|
}
|
|
4643
4667
|
};
|
|
4644
4668
|
|
|
4645
|
-
/**
|
|
4646
|
-
* 扩展发送消息并等待响应
|
|
4647
|
-
* @param {string} operatorCmd - 操作命令
|
|
4648
|
-
* @param {string} sendMsg - 发送的消息
|
|
4649
|
-
* @returns {string} 响应消息
|
|
4669
|
+
/**
|
|
4670
|
+
* 扩展发送消息并等待响应
|
|
4671
|
+
* @param {string} operatorCmd - 操作命令
|
|
4672
|
+
* @param {string} sendMsg - 发送的消息
|
|
4673
|
+
* @returns {string} 响应消息
|
|
4650
4674
|
*/
|
|
4651
4675
|
|
|
4652
4676
|
|
|
@@ -4656,11 +4680,11 @@ var CA_ExtInterface = function () {
|
|
|
4656
4680
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
4657
4681
|
};
|
|
4658
4682
|
|
|
4659
|
-
/**
|
|
4660
|
-
* 发送消息并等待响应
|
|
4661
|
-
* @param {string} wsurl - WebSocket URL
|
|
4662
|
-
* @param {string} sendMsg - 发送的消息
|
|
4663
|
-
* @returns {string} 响应消息
|
|
4683
|
+
/**
|
|
4684
|
+
* 发送消息并等待响应
|
|
4685
|
+
* @param {string} wsurl - WebSocket URL
|
|
4686
|
+
* @param {string} sendMsg - 发送的消息
|
|
4687
|
+
* @returns {string} 响应消息
|
|
4664
4688
|
*/
|
|
4665
4689
|
|
|
4666
4690
|
|
|
@@ -4684,9 +4708,9 @@ var CA_ExtInterface = function () {
|
|
|
4684
4708
|
return ResultMsg;
|
|
4685
4709
|
};
|
|
4686
4710
|
|
|
4687
|
-
/**
|
|
4688
|
-
* 配置选项
|
|
4689
|
-
* @param {Object} extendOption - 扩展选项
|
|
4711
|
+
/**
|
|
4712
|
+
* 配置选项
|
|
4713
|
+
* @param {Object} extendOption - 扩展选项
|
|
4690
4714
|
*/
|
|
4691
4715
|
|
|
4692
4716
|
|
|
@@ -4696,8 +4720,8 @@ var CA_ExtInterface = function () {
|
|
|
4696
4720
|
}
|
|
4697
4721
|
};
|
|
4698
4722
|
|
|
4699
|
-
/**
|
|
4700
|
-
* 初始化
|
|
4723
|
+
/**
|
|
4724
|
+
* 初始化
|
|
4701
4725
|
*/
|
|
4702
4726
|
|
|
4703
4727
|
|
|
@@ -4705,9 +4729,9 @@ var CA_ExtInterface = function () {
|
|
|
4705
4729
|
this.isUseActioveX();
|
|
4706
4730
|
};
|
|
4707
4731
|
|
|
4708
|
-
/**
|
|
4709
|
-
* 返回客户端的版本
|
|
4710
|
-
* @returns {string} 客户端版本
|
|
4732
|
+
/**
|
|
4733
|
+
* 返回客户端的版本
|
|
4734
|
+
* @returns {string} 客户端版本
|
|
4711
4735
|
*/
|
|
4712
4736
|
|
|
4713
4737
|
|
|
@@ -4720,13 +4744,13 @@ var CA_ExtInterface = function () {
|
|
|
4720
4744
|
}
|
|
4721
4745
|
};
|
|
4722
4746
|
|
|
4723
|
-
/**
|
|
4724
|
-
* 下载客户端程序并安装
|
|
4725
|
-
* @param {string} bstrURL - 下载地址
|
|
4726
|
-
* @param {string} bstrHashValue - 哈希值
|
|
4727
|
-
* @param {boolean} bSync - 是否同步安装
|
|
4728
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4729
|
-
* @returns {number} 安装结果
|
|
4747
|
+
/**
|
|
4748
|
+
* 下载客户端程序并安装
|
|
4749
|
+
* @param {string} bstrURL - 下载地址
|
|
4750
|
+
* @param {string} bstrHashValue - 哈希值
|
|
4751
|
+
* @param {boolean} bSync - 是否同步安装
|
|
4752
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
4753
|
+
* @returns {number} 安装结果
|
|
4730
4754
|
*/
|
|
4731
4755
|
|
|
4732
4756
|
|
|
@@ -4740,11 +4764,11 @@ var CA_ExtInterface = function () {
|
|
|
4740
4764
|
}
|
|
4741
4765
|
};
|
|
4742
4766
|
|
|
4743
|
-
/**
|
|
4744
|
-
* 获取硬件指纹信息
|
|
4745
|
-
* @param {number} dwSign - 签名
|
|
4746
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
4747
|
-
* @returns {string} 硬件指纹信息
|
|
4767
|
+
/**
|
|
4768
|
+
* 获取硬件指纹信息
|
|
4769
|
+
* @param {number} dwSign - 签名
|
|
4770
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
4771
|
+
* @returns {string} 硬件指纹信息
|
|
4748
4772
|
*/
|
|
4749
4773
|
|
|
4750
4774
|
|
|
@@ -4758,12 +4782,12 @@ var CA_ExtInterface = function () {
|
|
|
4758
4782
|
}
|
|
4759
4783
|
};
|
|
4760
4784
|
|
|
4761
|
-
/**
|
|
4762
|
-
* 设置转发策略和代填策略
|
|
4763
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
4764
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
4765
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4766
|
-
* @returns {number} 设置结果
|
|
4785
|
+
/**
|
|
4786
|
+
* 设置转发策略和代填策略
|
|
4787
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
4788
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
4789
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4790
|
+
* @returns {number} 设置结果
|
|
4767
4791
|
*/
|
|
4768
4792
|
|
|
4769
4793
|
|
|
@@ -4777,11 +4801,11 @@ var CA_ExtInterface = function () {
|
|
|
4777
4801
|
}
|
|
4778
4802
|
};
|
|
4779
4803
|
|
|
4780
|
-
/**
|
|
4781
|
-
* 启动认证信息模块
|
|
4782
|
-
* @param {string} strFileName - 文件名
|
|
4783
|
-
* @param {string} strXmlData - XML 数据
|
|
4784
|
-
* @returns {string} 认证信息
|
|
4804
|
+
/**
|
|
4805
|
+
* 启动认证信息模块
|
|
4806
|
+
* @param {string} strFileName - 文件名
|
|
4807
|
+
* @param {string} strXmlData - XML 数据
|
|
4808
|
+
* @returns {string} 认证信息
|
|
4785
4809
|
*/
|
|
4786
4810
|
|
|
4787
4811
|
|
|
@@ -4795,10 +4819,10 @@ var CA_ExtInterface = function () {
|
|
|
4795
4819
|
}
|
|
4796
4820
|
};
|
|
4797
4821
|
|
|
4798
|
-
/**
|
|
4799
|
-
* 打开 BS 应用
|
|
4800
|
-
* @param {string} strUrl - 应用 URL
|
|
4801
|
-
* @returns {number} 打开结果
|
|
4822
|
+
/**
|
|
4823
|
+
* 打开 BS 应用
|
|
4824
|
+
* @param {string} strUrl - 应用 URL
|
|
4825
|
+
* @returns {number} 打开结果
|
|
4802
4826
|
*/
|
|
4803
4827
|
|
|
4804
4828
|
|
|
@@ -4812,12 +4836,12 @@ var CA_ExtInterface = function () {
|
|
|
4812
4836
|
}
|
|
4813
4837
|
};
|
|
4814
4838
|
|
|
4815
|
-
/**
|
|
4816
|
-
* 打开 CS 应用
|
|
4817
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4818
|
-
* @param {string} strAppFlag - 应用标识
|
|
4819
|
-
* @param {string} strAppPath - 应用路径
|
|
4820
|
-
* @returns {number} 打开结果
|
|
4839
|
+
/**
|
|
4840
|
+
* 打开 CS 应用
|
|
4841
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4842
|
+
* @param {string} strAppFlag - 应用标识
|
|
4843
|
+
* @param {string} strAppPath - 应用路径
|
|
4844
|
+
* @returns {number} 打开结果
|
|
4821
4845
|
*/
|
|
4822
4846
|
|
|
4823
4847
|
|
|
@@ -4831,13 +4855,13 @@ var CA_ExtInterface = function () {
|
|
|
4831
4855
|
}
|
|
4832
4856
|
};
|
|
4833
4857
|
|
|
4834
|
-
/**
|
|
4835
|
-
* 设置自动更新策略
|
|
4836
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
4837
|
-
* @param {number} nGatewayPort - 网关端口
|
|
4838
|
-
* @param {string} strUserToken - 用户令牌
|
|
4839
|
-
* @param {number} updatedelay - 更新延迟
|
|
4840
|
-
* @returns {number} 设置结果
|
|
4858
|
+
/**
|
|
4859
|
+
* 设置自动更新策略
|
|
4860
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
4861
|
+
* @param {number} nGatewayPort - 网关端口
|
|
4862
|
+
* @param {string} strUserToken - 用户令牌
|
|
4863
|
+
* @param {number} updatedelay - 更新延迟
|
|
4864
|
+
* @returns {number} 设置结果
|
|
4841
4865
|
*/
|
|
4842
4866
|
|
|
4843
4867
|
|
|
@@ -4851,10 +4875,10 @@ var CA_ExtInterface = function () {
|
|
|
4851
4875
|
}
|
|
4852
4876
|
};
|
|
4853
4877
|
|
|
4854
|
-
/**
|
|
4855
|
-
* 获取客户端 IP
|
|
4856
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
4857
|
-
* @returns {string} 客户端 IP
|
|
4878
|
+
/**
|
|
4879
|
+
* 获取客户端 IP
|
|
4880
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
4881
|
+
* @returns {string} 客户端 IP
|
|
4858
4882
|
*/
|
|
4859
4883
|
|
|
4860
4884
|
|
|
@@ -4868,10 +4892,10 @@ var CA_ExtInterface = function () {
|
|
|
4868
4892
|
}
|
|
4869
4893
|
};
|
|
4870
4894
|
|
|
4871
|
-
/**
|
|
4872
|
-
* 登出网关
|
|
4873
|
-
* @param {string} strServerIP - 服务器 IP
|
|
4874
|
-
* @returns {number} 登出结果
|
|
4895
|
+
/**
|
|
4896
|
+
* 登出网关
|
|
4897
|
+
* @param {string} strServerIP - 服务器 IP
|
|
4898
|
+
* @returns {number} 登出结果
|
|
4875
4899
|
*/
|
|
4876
4900
|
|
|
4877
4901
|
|
|
@@ -4885,11 +4909,11 @@ var CA_ExtInterface = function () {
|
|
|
4885
4909
|
}
|
|
4886
4910
|
};
|
|
4887
4911
|
|
|
4888
|
-
/**
|
|
4889
|
-
* 运行安装包
|
|
4890
|
-
* @param {number} lRunType - 运行类型
|
|
4891
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4892
|
-
* @returns {number} 运行结果
|
|
4912
|
+
/**
|
|
4913
|
+
* 运行安装包
|
|
4914
|
+
* @param {number} lRunType - 运行类型
|
|
4915
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
4916
|
+
* @returns {number} 运行结果
|
|
4893
4917
|
*/
|
|
4894
4918
|
|
|
4895
4919
|
|
|
@@ -4903,9 +4927,9 @@ var CA_ExtInterface = function () {
|
|
|
4903
4927
|
}
|
|
4904
4928
|
};
|
|
4905
4929
|
|
|
4906
|
-
/**
|
|
4907
|
-
* 获取下载进度
|
|
4908
|
-
* @returns {number} 下载进度
|
|
4930
|
+
/**
|
|
4931
|
+
* 获取下载进度
|
|
4932
|
+
* @returns {number} 下载进度
|
|
4909
4933
|
*/
|
|
4910
4934
|
|
|
4911
4935
|
|
|
@@ -4919,9 +4943,9 @@ var CA_ExtInterface = function () {
|
|
|
4919
4943
|
}
|
|
4920
4944
|
};
|
|
4921
4945
|
|
|
4922
|
-
/**
|
|
4923
|
-
* 是否安装完成
|
|
4924
|
-
* @returns {boolean} 安装完成状态
|
|
4946
|
+
/**
|
|
4947
|
+
* 是否安装完成
|
|
4948
|
+
* @returns {boolean} 安装完成状态
|
|
4925
4949
|
*/
|
|
4926
4950
|
|
|
4927
4951
|
|
|
@@ -4935,11 +4959,11 @@ var CA_ExtInterface = function () {
|
|
|
4935
4959
|
}
|
|
4936
4960
|
};
|
|
4937
4961
|
|
|
4938
|
-
/**
|
|
4939
|
-
* 初始化签包对象
|
|
4940
|
-
* @param {string} strAlgType - 算法类型
|
|
4941
|
-
* @param {string} strAuxParam - 辅助参数
|
|
4942
|
-
* @returns {number} 初始化结果
|
|
4962
|
+
/**
|
|
4963
|
+
* 初始化签包对象
|
|
4964
|
+
* @param {string} strAlgType - 算法类型
|
|
4965
|
+
* @param {string} strAuxParam - 辅助参数
|
|
4966
|
+
* @returns {number} 初始化结果
|
|
4943
4967
|
*/
|
|
4944
4968
|
|
|
4945
4969
|
|
|
@@ -4953,10 +4977,10 @@ var CA_ExtInterface = function () {
|
|
|
4953
4977
|
}
|
|
4954
4978
|
};
|
|
4955
4979
|
|
|
4956
|
-
/**
|
|
4957
|
-
* 设置摘要算法
|
|
4958
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
4959
|
-
* @returns {number} 设置结果
|
|
4980
|
+
/**
|
|
4981
|
+
* 设置摘要算法
|
|
4982
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
4983
|
+
* @returns {number} 设置结果
|
|
4960
4984
|
*/
|
|
4961
4985
|
|
|
4962
4986
|
|
|
@@ -4970,10 +4994,10 @@ var CA_ExtInterface = function () {
|
|
|
4970
4994
|
}
|
|
4971
4995
|
};
|
|
4972
4996
|
|
|
4973
|
-
/**
|
|
4974
|
-
* 设置单证书是否弹出对话框
|
|
4975
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
4976
|
-
* @returns {number} 设置结果
|
|
4997
|
+
/**
|
|
4998
|
+
* 设置单证书是否弹出对话框
|
|
4999
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
5000
|
+
* @returns {number} 设置结果
|
|
4977
5001
|
*/
|
|
4978
5002
|
|
|
4979
5003
|
|
|
@@ -4987,11 +5011,11 @@ var CA_ExtInterface = function () {
|
|
|
4987
5011
|
}
|
|
4988
5012
|
};
|
|
4989
5013
|
|
|
4990
|
-
/**
|
|
4991
|
-
* 添加证书过滤条件
|
|
4992
|
-
* @param {number} ulType - 过滤类型
|
|
4993
|
-
* @param {string} strValue - 过滤值
|
|
4994
|
-
* @returns {number} 添加结果
|
|
5014
|
+
/**
|
|
5015
|
+
* 添加证书过滤条件
|
|
5016
|
+
* @param {number} ulType - 过滤类型
|
|
5017
|
+
* @param {string} strValue - 过滤值
|
|
5018
|
+
* @returns {number} 添加结果
|
|
4995
5019
|
*/
|
|
4996
5020
|
|
|
4997
5021
|
|
|
@@ -5005,9 +5029,9 @@ var CA_ExtInterface = function () {
|
|
|
5005
5029
|
}
|
|
5006
5030
|
};
|
|
5007
5031
|
|
|
5008
|
-
/**
|
|
5009
|
-
* 清除所有过滤条件
|
|
5010
|
-
* @returns {number} 清除结果
|
|
5032
|
+
/**
|
|
5033
|
+
* 清除所有过滤条件
|
|
5034
|
+
* @returns {number} 清除结果
|
|
5011
5035
|
*/
|
|
5012
5036
|
|
|
5013
5037
|
|
|
@@ -5021,10 +5045,10 @@ var CA_ExtInterface = function () {
|
|
|
5021
5045
|
}
|
|
5022
5046
|
};
|
|
5023
5047
|
|
|
5024
|
-
/**
|
|
5025
|
-
* P1 签名
|
|
5026
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5027
|
-
* @returns {string} 签名结果
|
|
5048
|
+
/**
|
|
5049
|
+
* P1 签名
|
|
5050
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5051
|
+
* @returns {string} 签名结果
|
|
5028
5052
|
*/
|
|
5029
5053
|
|
|
5030
5054
|
|
|
@@ -5038,10 +5062,10 @@ var CA_ExtInterface = function () {
|
|
|
5038
5062
|
}
|
|
5039
5063
|
};
|
|
5040
5064
|
|
|
5041
|
-
/**
|
|
5042
|
-
* P1 签名字符串
|
|
5043
|
-
* @param {string} strValue - 待签名的字符串
|
|
5044
|
-
* @returns {string} 签名结果
|
|
5065
|
+
/**
|
|
5066
|
+
* P1 签名字符串
|
|
5067
|
+
* @param {string} strValue - 待签名的字符串
|
|
5068
|
+
* @returns {string} 签名结果
|
|
5045
5069
|
*/
|
|
5046
5070
|
|
|
5047
5071
|
|
|
@@ -5055,12 +5079,12 @@ var CA_ExtInterface = function () {
|
|
|
5055
5079
|
}
|
|
5056
5080
|
};
|
|
5057
5081
|
|
|
5058
|
-
/**
|
|
5059
|
-
* P7 签名
|
|
5060
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5061
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
5062
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5063
|
-
* @returns {string} 签名结果
|
|
5082
|
+
/**
|
|
5083
|
+
* P7 签名
|
|
5084
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
5085
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
5086
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5087
|
+
* @returns {string} 签名结果
|
|
5064
5088
|
*/
|
|
5065
5089
|
|
|
5066
5090
|
|
|
@@ -5074,12 +5098,12 @@ var CA_ExtInterface = function () {
|
|
|
5074
5098
|
}
|
|
5075
5099
|
};
|
|
5076
5100
|
|
|
5077
|
-
/**
|
|
5078
|
-
* P7 签名字符串
|
|
5079
|
-
* @param {string} strValue - 待签名的字符串
|
|
5080
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
5081
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5082
|
-
* @returns {string} 签名结果
|
|
5101
|
+
/**
|
|
5102
|
+
* P7 签名字符串
|
|
5103
|
+
* @param {string} strValue - 待签名的字符串
|
|
5104
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
5105
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
5106
|
+
* @returns {string} 签名结果
|
|
5083
5107
|
*/
|
|
5084
5108
|
|
|
5085
5109
|
|
|
@@ -5093,9 +5117,9 @@ var CA_ExtInterface = function () {
|
|
|
5093
5117
|
}
|
|
5094
5118
|
};
|
|
5095
5119
|
|
|
5096
|
-
/**
|
|
5097
|
-
* 释放签名对象
|
|
5098
|
-
* @returns {number} 释放结果
|
|
5120
|
+
/**
|
|
5121
|
+
* 释放签名对象
|
|
5122
|
+
* @returns {number} 释放结果
|
|
5099
5123
|
*/
|
|
5100
5124
|
|
|
5101
5125
|
|
|
@@ -5109,9 +5133,9 @@ var CA_ExtInterface = function () {
|
|
|
5109
5133
|
}
|
|
5110
5134
|
};
|
|
5111
5135
|
|
|
5112
|
-
/**
|
|
5113
|
-
* 获取签名版本
|
|
5114
|
-
* @returns {string} 签名版本
|
|
5136
|
+
/**
|
|
5137
|
+
* 获取签名版本
|
|
5138
|
+
* @returns {string} 签名版本
|
|
5115
5139
|
*/
|
|
5116
5140
|
|
|
5117
5141
|
|
|
@@ -5125,9 +5149,9 @@ var CA_ExtInterface = function () {
|
|
|
5125
5149
|
}
|
|
5126
5150
|
};
|
|
5127
5151
|
|
|
5128
|
-
/**
|
|
5129
|
-
* 获取签名证书
|
|
5130
|
-
* @returns {string} 签名证书
|
|
5152
|
+
/**
|
|
5153
|
+
* 获取签名证书
|
|
5154
|
+
* @returns {string} 签名证书
|
|
5131
5155
|
*/
|
|
5132
5156
|
|
|
5133
5157
|
|
|
@@ -5141,9 +5165,9 @@ var CA_ExtInterface = function () {
|
|
|
5141
5165
|
}
|
|
5142
5166
|
};
|
|
5143
5167
|
|
|
5144
|
-
/**
|
|
5145
|
-
* 获取错误码
|
|
5146
|
-
* @returns {number} 错误码
|
|
5168
|
+
/**
|
|
5169
|
+
* 获取错误码
|
|
5170
|
+
* @returns {number} 错误码
|
|
5147
5171
|
*/
|
|
5148
5172
|
|
|
5149
5173
|
|
|
@@ -5157,9 +5181,9 @@ var CA_ExtInterface = function () {
|
|
|
5157
5181
|
}
|
|
5158
5182
|
};
|
|
5159
5183
|
|
|
5160
|
-
/**
|
|
5161
|
-
* 获取错误信息
|
|
5162
|
-
* @returns {string} 错误信息
|
|
5184
|
+
/**
|
|
5185
|
+
* 获取错误信息
|
|
5186
|
+
* @returns {string} 错误信息
|
|
5163
5187
|
*/
|
|
5164
5188
|
|
|
5165
5189
|
|
|
@@ -5173,9 +5197,9 @@ var CA_ExtInterface = function () {
|
|
|
5173
5197
|
}
|
|
5174
5198
|
};
|
|
5175
5199
|
|
|
5176
|
-
/**
|
|
5177
|
-
* 销毁认证对象
|
|
5178
|
-
* @returns {number} 销毁结果
|
|
5200
|
+
/**
|
|
5201
|
+
* 销毁认证对象
|
|
5202
|
+
* @returns {number} 销毁结果
|
|
5179
5203
|
*/
|
|
5180
5204
|
|
|
5181
5205
|
|
|
@@ -5189,9 +5213,9 @@ var CA_ExtInterface = function () {
|
|
|
5189
5213
|
}
|
|
5190
5214
|
};
|
|
5191
5215
|
|
|
5192
|
-
/**
|
|
5193
|
-
* 获取证书类型
|
|
5194
|
-
* @returns {string} 证书类型
|
|
5216
|
+
/**
|
|
5217
|
+
* 获取证书类型
|
|
5218
|
+
* @returns {string} 证书类型
|
|
5195
5219
|
*/
|
|
5196
5220
|
|
|
5197
5221
|
|
|
@@ -5205,9 +5229,9 @@ var CA_ExtInterface = function () {
|
|
|
5205
5229
|
}
|
|
5206
5230
|
};
|
|
5207
5231
|
|
|
5208
|
-
/**
|
|
5209
|
-
* 获取签名摘要算法
|
|
5210
|
-
* @returns {string} 签名摘要算法
|
|
5232
|
+
/**
|
|
5233
|
+
* 获取签名摘要算法
|
|
5234
|
+
* @returns {string} 签名摘要算法
|
|
5211
5235
|
*/
|
|
5212
5236
|
|
|
5213
5237
|
|
|
@@ -5221,11 +5245,11 @@ var CA_ExtInterface = function () {
|
|
|
5221
5245
|
}
|
|
5222
5246
|
};
|
|
5223
5247
|
|
|
5224
|
-
/**
|
|
5225
|
-
* 使能调用序列
|
|
5226
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
5227
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
5228
|
-
* @returns {number} 使能结果
|
|
5248
|
+
/**
|
|
5249
|
+
* 使能调用序列
|
|
5250
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
5251
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
5252
|
+
* @returns {number} 使能结果
|
|
5229
5253
|
*/
|
|
5230
5254
|
|
|
5231
5255
|
|
|
@@ -5239,9 +5263,9 @@ var CA_ExtInterface = function () {
|
|
|
5239
5263
|
}
|
|
5240
5264
|
};
|
|
5241
5265
|
|
|
5242
|
-
/**
|
|
5243
|
-
* 清空调用序列结果
|
|
5244
|
-
* @returns {number} 清空调用序列结果
|
|
5266
|
+
/**
|
|
5267
|
+
* 清空调用序列结果
|
|
5268
|
+
* @returns {number} 清空调用序列结果
|
|
5245
5269
|
*/
|
|
5246
5270
|
|
|
5247
5271
|
|
|
@@ -5255,9 +5279,9 @@ var CA_ExtInterface = function () {
|
|
|
5255
5279
|
}
|
|
5256
5280
|
};
|
|
5257
5281
|
|
|
5258
|
-
/**
|
|
5259
|
-
* 获取调用序列结果
|
|
5260
|
-
* @returns {string} 调用序列结果
|
|
5282
|
+
/**
|
|
5283
|
+
* 获取调用序列结果
|
|
5284
|
+
* @returns {string} 调用序列结果
|
|
5261
5285
|
*/
|
|
5262
5286
|
|
|
5263
5287
|
|
|
@@ -5271,12 +5295,12 @@ var CA_ExtInterface = function () {
|
|
|
5271
5295
|
}
|
|
5272
5296
|
};
|
|
5273
5297
|
|
|
5274
|
-
/**
|
|
5275
|
-
* 客户端安全策略检查
|
|
5276
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5277
|
-
* @param {number} usGatewayPort - 网关端口
|
|
5278
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
5279
|
-
* @returns {boolean} 检查结果
|
|
5298
|
+
/**
|
|
5299
|
+
* 客户端安全策略检查
|
|
5300
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5301
|
+
* @param {number} usGatewayPort - 网关端口
|
|
5302
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
5303
|
+
* @returns {boolean} 检查结果
|
|
5280
5304
|
*/
|
|
5281
5305
|
|
|
5282
5306
|
|
|
@@ -5290,9 +5314,9 @@ var CA_ExtInterface = function () {
|
|
|
5290
5314
|
}
|
|
5291
5315
|
};
|
|
5292
5316
|
|
|
5293
|
-
/**
|
|
5294
|
-
* 获取通讯协议版本
|
|
5295
|
-
* @returns {string} 通讯协议版本
|
|
5317
|
+
/**
|
|
5318
|
+
* 获取通讯协议版本
|
|
5319
|
+
* @returns {string} 通讯协议版本
|
|
5296
5320
|
*/
|
|
5297
5321
|
|
|
5298
5322
|
|
|
@@ -5306,13 +5330,13 @@ var CA_ExtInterface = function () {
|
|
|
5306
5330
|
}
|
|
5307
5331
|
};
|
|
5308
5332
|
|
|
5309
|
-
/**
|
|
5310
|
-
* 修改 Key 的 Pin 码
|
|
5311
|
-
* @param {string} strCertSn - 证书序列号
|
|
5312
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
5313
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5314
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
5315
|
-
* @returns {number} 修改结果
|
|
5333
|
+
/**
|
|
5334
|
+
* 修改 Key 的 Pin 码
|
|
5335
|
+
* @param {string} strCertSn - 证书序列号
|
|
5336
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
5337
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
5338
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
5339
|
+
* @returns {number} 修改结果
|
|
5316
5340
|
*/
|
|
5317
5341
|
|
|
5318
5342
|
|
|
@@ -5326,10 +5350,10 @@ var CA_ExtInterface = function () {
|
|
|
5326
5350
|
}
|
|
5327
5351
|
};
|
|
5328
5352
|
|
|
5329
|
-
/**
|
|
5330
|
-
* 等待策略设置完毕
|
|
5331
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5332
|
-
* @returns {number} 等待结果
|
|
5353
|
+
/**
|
|
5354
|
+
* 等待策略设置完毕
|
|
5355
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5356
|
+
* @returns {number} 等待结果
|
|
5333
5357
|
*/
|
|
5334
5358
|
|
|
5335
5359
|
|
|
@@ -5343,10 +5367,10 @@ var CA_ExtInterface = function () {
|
|
|
5343
5367
|
}
|
|
5344
5368
|
};
|
|
5345
5369
|
|
|
5346
|
-
/**
|
|
5347
|
-
* 获取会话 Token
|
|
5348
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5349
|
-
* @returns {string} 会话 Token
|
|
5370
|
+
/**
|
|
5371
|
+
* 获取会话 Token
|
|
5372
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5373
|
+
* @returns {string} 会话 Token
|
|
5350
5374
|
*/
|
|
5351
5375
|
|
|
5352
5376
|
|
|
@@ -5360,9 +5384,9 @@ var CA_ExtInterface = function () {
|
|
|
5360
5384
|
}
|
|
5361
5385
|
};
|
|
5362
5386
|
|
|
5363
|
-
/**
|
|
5364
|
-
* 获取控件版本
|
|
5365
|
-
* @returns {string} 控件版本
|
|
5387
|
+
/**
|
|
5388
|
+
* 获取控件版本
|
|
5389
|
+
* @returns {string} 控件版本
|
|
5366
5390
|
*/
|
|
5367
5391
|
|
|
5368
5392
|
|
|
@@ -5376,10 +5400,10 @@ var CA_ExtInterface = function () {
|
|
|
5376
5400
|
}
|
|
5377
5401
|
};
|
|
5378
5402
|
|
|
5379
|
-
/**
|
|
5380
|
-
* 设置语言资源
|
|
5381
|
-
* @param {string} strLanguage - 语言资源
|
|
5382
|
-
* @returns {number} 设置结果
|
|
5403
|
+
/**
|
|
5404
|
+
* 设置语言资源
|
|
5405
|
+
* @param {string} strLanguage - 语言资源
|
|
5406
|
+
* @returns {number} 设置结果
|
|
5383
5407
|
*/
|
|
5384
5408
|
|
|
5385
5409
|
|
|
@@ -5393,12 +5417,12 @@ var CA_ExtInterface = function () {
|
|
|
5393
5417
|
}
|
|
5394
5418
|
};
|
|
5395
5419
|
|
|
5396
|
-
/**
|
|
5397
|
-
* 获取用户属性
|
|
5398
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
5399
|
-
* @param {string} strAppFlag - 应用标识
|
|
5400
|
-
* @param {string} strAttributeName - 属性名称
|
|
5401
|
-
* @returns {string} 用户属性值
|
|
5420
|
+
/**
|
|
5421
|
+
* 获取用户属性
|
|
5422
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
5423
|
+
* @param {string} strAppFlag - 应用标识
|
|
5424
|
+
* @param {string} strAttributeName - 属性名称
|
|
5425
|
+
* @returns {string} 用户属性值
|
|
5402
5426
|
*/
|
|
5403
5427
|
|
|
5404
5428
|
|
|
@@ -5412,9 +5436,9 @@ var CA_ExtInterface = function () {
|
|
|
5412
5436
|
}
|
|
5413
5437
|
};
|
|
5414
5438
|
|
|
5415
|
-
/**
|
|
5416
|
-
* 获取签名加密 PIN 码
|
|
5417
|
-
* @returns {string} 签名加密 PIN 码
|
|
5439
|
+
/**
|
|
5440
|
+
* 获取签名加密 PIN 码
|
|
5441
|
+
* @returns {string} 签名加密 PIN 码
|
|
5418
5442
|
*/
|
|
5419
5443
|
|
|
5420
5444
|
|
|
@@ -5427,20 +5451,20 @@ var CA_ExtInterface = function () {
|
|
|
5427
5451
|
return result.value;
|
|
5428
5452
|
}
|
|
5429
5453
|
};
|
|
5430
|
-
/*
|
|
5431
|
-
*曙光四川CA
|
|
5432
|
-
*'SOF_GetUserList' 证书列表
|
|
5433
|
-
*'SOF_ExportUserCert' 导出证书
|
|
5434
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
5435
|
-
*'SOF_GenRandom': 生成随机数
|
|
5436
|
-
*'SOF_SignData': 获取证书签名
|
|
5437
|
-
*'SOF_Login': 登录证书
|
|
5438
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
5454
|
+
/*
|
|
5455
|
+
*曙光四川CA
|
|
5456
|
+
*'SOF_GetUserList' 证书列表
|
|
5457
|
+
*'SOF_ExportUserCert' 导出证书
|
|
5458
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
5459
|
+
*'SOF_GenRandom': 生成随机数
|
|
5460
|
+
*'SOF_SignData': 获取证书签名
|
|
5461
|
+
*'SOF_Login': 登录证书
|
|
5462
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
5439
5463
|
*/
|
|
5440
|
-
/**
|
|
5441
|
-
*
|
|
5442
|
-
* 获取webSocket消息
|
|
5443
|
-
* @returns {string}
|
|
5464
|
+
/**
|
|
5465
|
+
*
|
|
5466
|
+
* 获取webSocket消息
|
|
5467
|
+
* @returns {string}
|
|
5444
5468
|
*/
|
|
5445
5469
|
|
|
5446
5470
|
|
|
@@ -5476,10 +5500,10 @@ var CA_ExtInterface = function () {
|
|
|
5476
5500
|
};
|
|
5477
5501
|
});
|
|
5478
5502
|
};
|
|
5479
|
-
/**
|
|
5480
|
-
*
|
|
5481
|
-
* base64解码
|
|
5482
|
-
* @returns {string} base64解码后的字符串
|
|
5503
|
+
/**
|
|
5504
|
+
*
|
|
5505
|
+
* base64解码
|
|
5506
|
+
* @returns {string} base64解码后的字符串
|
|
5483
5507
|
*/
|
|
5484
5508
|
|
|
5485
5509
|
|
|
@@ -5514,10 +5538,10 @@ var CA_ExtInterface = function () {
|
|
|
5514
5538
|
val = this.utf8_decode(val);
|
|
5515
5539
|
return val;
|
|
5516
5540
|
};
|
|
5517
|
-
/**
|
|
5518
|
-
*
|
|
5519
|
-
* base64编码
|
|
5520
|
-
* @returns {string} base64编码后的字符串
|
|
5541
|
+
/**
|
|
5542
|
+
*
|
|
5543
|
+
* base64编码
|
|
5544
|
+
* @returns {string} base64编码后的字符串
|
|
5521
5545
|
*/
|
|
5522
5546
|
|
|
5523
5547
|
|
|
@@ -5550,10 +5574,10 @@ var CA_ExtInterface = function () {
|
|
|
5550
5574
|
}
|
|
5551
5575
|
return val;
|
|
5552
5576
|
};
|
|
5553
|
-
/**
|
|
5554
|
-
*
|
|
5555
|
-
* utf8解码
|
|
5556
|
-
* @returns {string} utf8解码后的字符串
|
|
5577
|
+
/**
|
|
5578
|
+
*
|
|
5579
|
+
* utf8解码
|
|
5580
|
+
* @returns {string} utf8解码后的字符串
|
|
5557
5581
|
*/
|
|
5558
5582
|
|
|
5559
5583
|
|
|
@@ -5582,10 +5606,10 @@ var CA_ExtInterface = function () {
|
|
|
5582
5606
|
}
|
|
5583
5607
|
return string;
|
|
5584
5608
|
};
|
|
5585
|
-
/**
|
|
5586
|
-
*
|
|
5587
|
-
* utf8编码
|
|
5588
|
-
* @returns {string} utf8编码后的字符串
|
|
5609
|
+
/**
|
|
5610
|
+
*
|
|
5611
|
+
* utf8编码
|
|
5612
|
+
* @returns {string} utf8编码后的字符串
|
|
5589
5613
|
*/
|
|
5590
5614
|
|
|
5591
5615
|
|