eoss-mobiles 0.1.61 → 0.1.63
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/checkbox.js +11 -8
- package/lib/config/api.js +3 -1
- package/lib/eoss-mobile.common.js +290 -97
- package/lib/flow.js +197 -99
- package/lib/form.js +101 -5
- package/lib/index.js +1 -1
- package/lib/picker.js +11 -8
- package/lib/radio.js +11 -8
- package/lib/selector.js +11 -8
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +97 -8
- package/packages/flow/src/components/TaskRead.vue +13 -9
- package/packages/form/src/main.vue +67 -4
- package/packages/theme-chalk/src/form.scss +3 -0
- package/src/config/api.js +3 -1
- package/src/index.js +1 -1
package/lib/checkbox.js
CHANGED
|
@@ -1526,20 +1526,21 @@ var exclAttribute = function exclAttribute(_ref4) {
|
|
|
1526
1526
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getNodeInfo; });
|
|
1527
1527
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return toStartFlow; });
|
|
1528
1528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return taskRejectHtml; });
|
|
1529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return toTaskRejectHtml; });
|
|
1530
1530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return handleTaskRead; });
|
|
1531
1531
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return taskReadHtml; });
|
|
1532
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return
|
|
1533
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1532
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return toStartTaskRead; });
|
|
1533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return toStartTaskReadHtml; });
|
|
1534
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toTaskTransferIndex; });
|
|
1534
1535
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCodes; });
|
|
1535
1536
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNotificationMsg; });
|
|
1536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskUnionExamine; });
|
|
1537
1538
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskUnionExamine; });
|
|
1538
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1539
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toTaskTakeAdvice; });
|
|
1539
1540
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskTakeAdvice; });
|
|
1540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toTaskStartDraft; });
|
|
1541
1542
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskStartDraft; });
|
|
1542
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskUnionSeal; });
|
|
1543
1544
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskUnionSeal; });
|
|
1544
1545
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1545
1546
|
/* unused harmony export twoOfficesDispatch */
|
|
@@ -1586,7 +1587,9 @@ var handleTaskRead = '/api/mecp/v1/mecpItask/handleTaskRead.json';
|
|
|
1586
1587
|
var taskReadHtml = activiti + '/task/taskHandle/taskRead.dhtml';
|
|
1587
1588
|
// 获取分阅页面信息
|
|
1588
1589
|
// export const toStartTaskReadHtml = '/api/mecp/v1/mecpItask/toStartTaskReadHtml.json';
|
|
1589
|
-
|
|
1590
|
+
// 获取分阅信息
|
|
1591
|
+
var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
|
|
1592
|
+
var toStartTaskReadHtml = activiti + '/bpmBackend/toTaskReadIndex';
|
|
1590
1593
|
// 获取转办页面数据
|
|
1591
1594
|
var toTaskTransferIndex = activiti + '/bpmBackend/toTaskTransferIndex';
|
|
1592
1595
|
// 获取默认通知消息
|
package/lib/config/api.js
CHANGED
|
@@ -43,7 +43,9 @@ var handleTaskRead = exports.handleTaskRead = '/api/mecp/v1/mecpItask/handleTask
|
|
|
43
43
|
var taskReadHtml = exports.taskReadHtml = activiti + '/task/taskHandle/taskRead.dhtml';
|
|
44
44
|
// 获取分阅页面信息
|
|
45
45
|
// export const toStartTaskReadHtml = '/api/mecp/v1/mecpItask/toStartTaskReadHtml.json';
|
|
46
|
-
|
|
46
|
+
// 获取分阅信息
|
|
47
|
+
var toStartTaskRead = exports.toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
|
|
48
|
+
var toStartTaskReadHtml = exports.toStartTaskReadHtml = activiti + '/bpmBackend/toTaskReadIndex';
|
|
47
49
|
// 获取转办页面数据
|
|
48
50
|
var toTaskTransferIndex = exports.toTaskTransferIndex = activiti + '/bpmBackend/toTaskTransferIndex';
|
|
49
51
|
// 获取默认通知消息
|