eoss-mobiles 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,9 @@
1
1
  ## 更新日志
2
2
 
3
- ### 0.1.11
4
-
3
+ ### 0.1.28
4
+ - 2023-10-24
5
+ - feat:<br/>1. Selector 组件新增分类选择人员部门,配置多个tabs类型时触发<br/>2. flow 组件新增联合审核、征求意见、稿件递送流程
6
+ - 版本号:0.1.28
5
7
  - 2023-08-04
6
8
  - feat:<br/>1.新增 Rate 评分组件<br/>2.新增 Loading 加载组件<br/>3.新增 ActionSheet 动作面板
7
9
  - 版本号:0.1.11
package/lib/checkbox.js CHANGED
@@ -1516,22 +1516,34 @@ var exclAttribute = function exclAttribute(_ref4) {
1516
1516
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1517
1517
 
1518
1518
  "use strict";
1519
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return selectObject; });
1519
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return selectObject; });
1520
1520
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return findSysCode; });
1521
1521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return commonOpion; });
1522
1522
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getHandleInfoHtml; });
1523
1523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfoHtml; });
1524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return taskHandleHtml; });
1525
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return registerNew; });
1524
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return taskHandleHtml; });
1525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return registerNew; });
1526
1526
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getNodeInfo; });
1527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return toStartFlow; });
1528
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return taskRejectHtml; });
1529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return toTaskRejectHtml; });
1530
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return handleTaskRead; });
1531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return taskReadHtml; });
1532
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return toStartTaskReadHtml; });
1533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return toTaskTransferIndex; });
1527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return toStartFlow; });
1528
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return taskRejectHtml; });
1529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return toTaskRejectHtml; });
1530
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return handleTaskRead; });
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 toStartTaskReadHtml; });
1533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toTaskTransferIndex; });
1534
1534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCodes; });
1535
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNotificationMsg; });
1536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toTaskUnionExamine; });
1537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskUnionExamine; });
1538
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toTaskTakeAdvice; });
1539
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskTakeAdvice; });
1540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return toTaskStartDraft; });
1541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskStartDraft; });
1542
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskUnionSeal; });
1543
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskUnionSeal; });
1544
+ /* unused harmony export toTwoOfficesDispatch */
1545
+ /* unused harmony export twoOfficesDispatch */
1546
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return isCanStartSubFlow; });
1535
1547
  var activiti = '/bpm';
1536
1548
  var pending = '/oa';
1537
1549
  // 获取机构/用户/角色/群组等选择器
@@ -1575,6 +1587,31 @@ var toStartTaskReadHtml = activiti + '/bpmBackend/toStartTaskRead';
1575
1587
  var toTaskTransferIndex = activiti + '/bpmBackend/toTaskTransferIndex';
1576
1588
  // 获取默认通知消息
1577
1589
  var findSysCodes = pending + '/task/taskHandle/getDefaultNotificationType.dhtml';
1590
+ // 获取通知消息
1591
+ var getNotificationMsg = pending + '/task/taskHandle/getNotificationMsg.dhtml';
1592
+ // 联合审核
1593
+ var toTaskUnionExamine = activiti + '/bpmBackend/toTaskUnionExamine';
1594
+ // 联合审核提交
1595
+ var taskUnionExamine = activiti + '/task/taskHandle/taskUnionExamine.dhtml';
1596
+ // 征求意见
1597
+ var toTaskTakeAdvice = activiti + '/bpmBackend/toTaskTakeAdvice';
1598
+ // 征求意见提交
1599
+ var taskTakeAdvice = activiti + '/task/taskHandle/taskTakeAdvice.dhtml';
1600
+ // 稿件递送
1601
+ var toTaskStartDraft = activiti + '/bpmBackend/totaskStartDraft';
1602
+
1603
+ // 稿件递送提交接口
1604
+ // export const taskStartDraft = '/oa/task/taskHandle/taskStartDraft.dhtml';
1605
+ var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
1606
+ // 联合用印
1607
+ var toTaskUnionSeal = activiti + '/bpmBackend/toTaskUnionSeal';
1608
+ // 联合用印提交
1609
+ var taskUnionSeal = activiti + '/task/taskHandle/taskUnionSeal.dhtml'; // 报送两办
1610
+ var toTwoOfficesDispatch = activiti + '/bpmBackend/toTwoOfficesDispatch';
1611
+ // 报送两办提交
1612
+ var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
1613
+ // 是否允许启动子流程(必经节点)
1614
+ var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1578
1615
 
1579
1616
  /***/ }),
1580
1617
 
@@ -1794,16 +1831,21 @@ var base = {
1794
1831
  /* harmony default export */ var axios = (base);
1795
1832
  // CONCATENATED MODULE: ./src/utils/http.js
1796
1833
 
1797
-
1798
1834
  var http_request = function request(options) {
1799
1835
  var fn = void 0;
1800
1836
  switch (options.type) {
1801
1837
  case 'post':
1802
1838
  fn = axios.post(options.url, options.params);
1803
1839
  break;
1840
+ case 'POST':
1841
+ fn = axios.post(options.url, options.params);
1842
+ break;
1804
1843
  case 'get':
1805
1844
  fn = axios.get(options.url, options.params);
1806
1845
  break;
1846
+ case 'GET':
1847
+ fn = axios.get(options.url, options.params);
1848
+ break;
1807
1849
  default:
1808
1850
  fn = axios.get(options.url, options.params);
1809
1851
  }
package/lib/config/api.js CHANGED
@@ -43,4 +43,29 @@ var toStartTaskReadHtml = exports.toStartTaskReadHtml = activiti + '/bpmBackend/
43
43
  // 获取转办页面数据
44
44
  var toTaskTransferIndex = exports.toTaskTransferIndex = activiti + '/bpmBackend/toTaskTransferIndex';
45
45
  // 获取默认通知消息
46
- var findSysCodes = exports.findSysCodes = pending + '/task/taskHandle/getDefaultNotificationType.dhtml';
46
+ var findSysCodes = exports.findSysCodes = pending + '/task/taskHandle/getDefaultNotificationType.dhtml';
47
+ // 获取通知消息
48
+ var getNotificationMsg = exports.getNotificationMsg = pending + '/task/taskHandle/getNotificationMsg.dhtml';
49
+ // 联合审核
50
+ var toTaskUnionExamine = exports.toTaskUnionExamine = activiti + '/bpmBackend/toTaskUnionExamine';
51
+ // 联合审核提交
52
+ var taskUnionExamine = exports.taskUnionExamine = activiti + '/task/taskHandle/taskUnionExamine.dhtml';
53
+ // 征求意见
54
+ var toTaskTakeAdvice = exports.toTaskTakeAdvice = activiti + '/bpmBackend/toTaskTakeAdvice';
55
+ // 征求意见提交
56
+ var taskTakeAdvice = exports.taskTakeAdvice = activiti + '/task/taskHandle/taskTakeAdvice.dhtml';
57
+ // 稿件递送
58
+ var toTaskStartDraft = exports.toTaskStartDraft = activiti + '/bpmBackend/totaskStartDraft';
59
+
60
+ // 稿件递送提交接口
61
+ // export const taskStartDraft = '/oa/task/taskHandle/taskStartDraft.dhtml';
62
+ var taskStartDraft = exports.taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
63
+ // 联合用印
64
+ var toTaskUnionSeal = exports.toTaskUnionSeal = activiti + '/bpmBackend/toTaskUnionSeal';
65
+ // 联合用印提交
66
+ var taskUnionSeal = exports.taskUnionSeal = activiti + '/task/taskHandle/taskUnionSeal.dhtml'; // 报送两办
67
+ var toTwoOfficesDispatch = exports.toTwoOfficesDispatch = activiti + '/bpmBackend/toTwoOfficesDispatch';
68
+ // 报送两办提交
69
+ var twoOfficesDispatch = exports.twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
70
+ // 是否允许启动子流程(必经节点)
71
+ var isCanStartSubFlow = exports.isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';