eoss-ui 0.8.17 → 0.8.18
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 +1 -1
- package/lib/button.js +1 -1
- package/lib/calogin.js +234 -234
- package/lib/checkbox-group.js +1 -1
- package/lib/config/api.js +1 -1
- package/lib/data-table-form.js +1 -1
- package/lib/data-table.js +1 -1
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +1 -1
- package/lib/eoss-ui.common.js +814 -791
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +279 -256
- package/lib/form.js +1 -1
- package/lib/handle-user.js +1 -1
- package/lib/handler.js +1 -1
- package/lib/icon.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +1 -1
- package/lib/login.js +1 -1
- package/lib/main.js +284 -284
- package/lib/nav.js +1 -1
- package/lib/notify.js +1 -1
- package/lib/page.js +1 -1
- package/lib/pagination.js +1 -1
- package/lib/player.js +1 -1
- package/lib/qr-code.js +14 -14
- package/lib/radio-group.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +1 -1
- package/lib/selector-panel.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/sizer.js +1 -1
- package/lib/steps.js +1 -1
- package/lib/switch.js +1 -1
- package/lib/table-form.js +1 -1
- package/lib/tabs.js +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +1 -1
- package/lib/tree-group.js +1 -1
- package/lib/tree.js +1 -1
- package/lib/upload.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- package/package.json +1 -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 +46 -46
- package/packages/data-table/src/main.vue +1876 -1876
- 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/Circulate.vue +420 -420
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FreeCirculation.vue +245 -245
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +763 -763
- package/packages/flow/src/freeStartFlow.vue +2898 -2898
- package/packages/flow/src/main.vue +4245 -4224
- package/packages/flow/src/processForm.vue +1717 -1717
- package/packages/flow/src/processReject.vue +311 -311
- package/packages/flow/src/reset.vue +952 -952
- package/packages/flow/src/selectUser.vue +1 -0
- package/packages/flow/src/startTaskRead.vue +698 -698
- package/packages/flow/src/supervise.vue +162 -162
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +750 -750
- package/packages/flow-list/index.js +5 -5
- package/packages/form/index.js +5 -5
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +499 -499
- 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/login/src/main.vue +2088 -2088
- 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 +513 -513
- package/packages/main/src/simplicity/index.vue +2335 -2335
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/userinfo.vue +408 -408
- package/packages/main/src/simplicityTop/index.vue +2626 -2626
- package/packages/main/src/simplicityTop/userinfo.vue +408 -408
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +597 -597
- 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 +299 -299
- 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 +257 -257
- 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.scss +376 -376
- 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/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 +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +6 -3
- 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/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/nav.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/notify.js
CHANGED
|
@@ -531,7 +531,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
531
531
|
// 自由发起传阅查询
|
|
532
532
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
533
533
|
// 提交是否二次确认
|
|
534
|
-
var isCancelSecondConfirmation = '/
|
|
534
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
535
535
|
|
|
536
536
|
// 自由发起传阅提交
|
|
537
537
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/page.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/pagination.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/player.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/qr-code.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
|
@@ -4807,19 +4807,19 @@ var QRCode = __webpack_require__(34);
|
|
|
4807
4807
|
//设置logo大小
|
|
4808
4808
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
4809
4809
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
4810
|
-
/* ctx.fillStyle = "#fff";
|
|
4811
|
-
ctx.beginPath();
|
|
4812
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
4813
|
-
let w = 46; //圆角宽
|
|
4814
|
-
let x = logoPosition - 5;
|
|
4815
|
-
let y = logoPosition - 5;
|
|
4816
|
-
let r = 5; //圆角半径
|
|
4817
|
-
ctx.moveTo(x + r, y);
|
|
4818
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
4819
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
4820
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
4821
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
4822
|
-
ctx.closePath();
|
|
4810
|
+
/* ctx.fillStyle = "#fff";
|
|
4811
|
+
ctx.beginPath();
|
|
4812
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
4813
|
+
let w = 46; //圆角宽
|
|
4814
|
+
let x = logoPosition - 5;
|
|
4815
|
+
let y = logoPosition - 5;
|
|
4816
|
+
let r = 5; //圆角半径
|
|
4817
|
+
ctx.moveTo(x + r, y);
|
|
4818
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
4819
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
4820
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
4821
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
4822
|
+
ctx.closePath();
|
|
4823
4823
|
ctx.fill(); */
|
|
4824
4824
|
logo.onload = function () {
|
|
4825
4825
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
package/lib/radio-group.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/retrial-auth.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/select-ganged.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/select.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/selector-panel.js
CHANGED
|
@@ -4439,7 +4439,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4439
4439
|
// 自由发起传阅查询
|
|
4440
4440
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4441
4441
|
// 提交是否二次确认
|
|
4442
|
-
var isCancelSecondConfirmation = '/
|
|
4442
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4443
4443
|
|
|
4444
4444
|
// 自由发起传阅提交
|
|
4445
4445
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/selector.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/sizer.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/steps.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/switch.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/table-form.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|
package/lib/tabs.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelCha
|
|
|
4441
4441
|
// 自由发起传阅查询
|
|
4442
4442
|
var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
|
|
4443
4443
|
// 提交是否二次确认
|
|
4444
|
-
var isCancelSecondConfirmation = '/
|
|
4444
|
+
var isCancelSecondConfirmation = flowPendingPrefix + '/task/taskHandle/isCancelSecondConfirmation.dhtml';
|
|
4445
4445
|
|
|
4446
4446
|
// 自由发起传阅提交
|
|
4447
4447
|
var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
|