eoss-mobiles 0.2.29 → 0.2.30

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.
Files changed (50) hide show
  1. package/lib/action-sheet.js +2 -2
  2. package/lib/calendar.js +2 -2
  3. package/lib/cascader.js +2 -2
  4. package/lib/checkbox.js +57 -32
  5. package/lib/config/api.js +8 -2
  6. package/lib/count-down.js +2 -2
  7. package/lib/eoss-mobile.common.js +1370 -131
  8. package/lib/esign.js +2 -2
  9. package/lib/flow-btn.js +2702 -0
  10. package/lib/flow-list.js +2613 -0
  11. package/lib/flow.js +62 -52
  12. package/lib/form.js +2 -2
  13. package/lib/image-preview.js +2 -2
  14. package/lib/image.js +2 -2
  15. package/lib/index.js +1 -1
  16. package/lib/notice-bar.js +2 -2
  17. package/lib/pagination.js +2 -2
  18. package/lib/picker.js +37 -27
  19. package/lib/popover.js +2 -2
  20. package/lib/popup.js +2 -2
  21. package/lib/pull-refresh.js +2 -2
  22. package/lib/radio.js +58 -35
  23. package/lib/rate.js +2 -2
  24. package/lib/retrial-auth.js +41 -31
  25. package/lib/selector.js +56 -46
  26. package/lib/skeleton.js +2 -2
  27. package/lib/stepper.js +2 -2
  28. package/lib/swipe.js +2 -2
  29. package/lib/table-column.js +37 -27
  30. package/lib/table.js +3 -2
  31. package/lib/theme-chalk/flow-btn.css +1 -0
  32. package/lib/theme-chalk/flow-list.css +1 -0
  33. package/lib/theme-chalk/index.css +1 -1
  34. package/lib/utils/util.js +1 -0
  35. package/package.json +1 -1
  36. package/packages/checkbox/src/main.vue +8 -1
  37. package/packages/flow-btn/index.js +5 -0
  38. package/packages/flow-btn/src/main.vue +475 -0
  39. package/packages/flow-list/index.js +5 -0
  40. package/packages/flow-list/src/main.vue +225 -0
  41. package/packages/radio/src/main.vue +7 -5
  42. package/packages/theme-chalk/lib/flow-btn.css +1 -0
  43. package/packages/theme-chalk/lib/flow-list.css +1 -0
  44. package/packages/theme-chalk/lib/index.css +1 -1
  45. package/packages/theme-chalk/src/flow-btn.scss +94 -0
  46. package/packages/theme-chalk/src/flow-list.scss +122 -0
  47. package/packages/theme-chalk/src/index.scss +2 -0
  48. package/src/config/api.js +10 -2
  49. package/src/index.js +7 -1
  50. package/src/utils/util.js +1 -0
package/lib/notice-bar.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 = 52);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 54);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 52:
195
+ /***/ 54:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/pagination.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 = 48);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 50);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 48:
195
+ /***/ 50:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/picker.js CHANGED
@@ -659,6 +659,7 @@ var formatDate = function formatDate(date, fmt) {
659
659
  'q+': quarter[Math.ceil((obj.getMonth() + 1) / 3) - 1], // 季度
660
660
  S: obj.getMilliseconds() // 毫秒
661
661
  };
662
+ console.log(o, 'o');
662
663
  if (/(y+)/.test(fmt)) {
663
664
  fmt = fmt.replace(RegExp.$1, (obj.getFullYear() + '').substr(4 - RegExp.$1.length));
664
665
  }
@@ -1581,39 +1582,42 @@ function normalizeComponent(
1581
1582
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1582
1583
 
1583
1584
  "use strict";
1584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return initRetrialAuth; });
1585
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getRetrialAuthCode; });
1585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return initRetrialAuth; });
1586
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getRetrialAuthCode; });
1586
1587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return selectObject; });
1588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return selectObject; });
1588
1589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1589
1590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleInfoHtml; });
1591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfoHtml; });
1592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskHandleHtml; });
1593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskHandleHtmlImg; });
1594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return registerNew; });
1595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfo; });
1596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toStartFlow; });
1597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskRejectHtml; });
1598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskRejectHtml; });
1599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return handleTaskRead; });
1600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskReadHtml; });
1601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toStartTaskRead; });
1602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toStartTaskReadHtml; });
1603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskTransferIndex; });
1591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
1592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
1593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskHandleHtml; });
1594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtmlImg; });
1595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return registerNew; });
1596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
1597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toStartFlow; });
1598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskRejectHtml; });
1599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskRejectHtml; });
1600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return handleTaskRead; });
1601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskReadHtml; });
1602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toStartTaskRead; });
1603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartTaskReadHtml; });
1604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTransferIndex; });
1604
1605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNotificationMsg; });
1606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskUnionExamine; });
1607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskUnionExamine; });
1608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskTakeAdvice; });
1609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskTakeAdvice; });
1610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskStartDraft; });
1611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskStartDraft; });
1612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskUnionSeal; });
1613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskUnionSeal; });
1606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
1607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskUnionExamine; });
1608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskUnionExamine; });
1609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskTakeAdvice; });
1610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskTakeAdvice; });
1611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskStartDraft; });
1612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskStartDraft; });
1613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionSeal; });
1614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskUnionSeal; });
1614
1615
  /* unused harmony export toTwoOfficesDispatch */
1615
1616
  /* unused harmony export twoOfficesDispatch */
1616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isCanStartSubFlow; });
1617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return isCanStartSubFlow; });
1618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return pendedhistoryList; });
1619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
1620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getSysParam; });
1617
1621
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1618
1622
 
1619
1623
  var activiti = '/bpm';
@@ -1697,6 +1701,12 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
1697
1701
  var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
1698
1702
  // 是否允许启动子流程(必经节点)
1699
1703
  var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1704
+ // 流程列表
1705
+ var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1706
+ // 获取流程按钮
1707
+ var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
1708
+ // 获取系统参数
1709
+ var getSysParam = '/api/v1/mecpSys/getSysParam.json';
1700
1710
 
1701
1711
  /***/ }),
1702
1712
  /* 3 */
package/lib/popover.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 = 34);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 36);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 34:
195
+ /***/ 36:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/popup.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 = 45);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 47);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 45:
195
+ /***/ 47:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -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 = 51);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 53);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 51:
195
+ /***/ 53:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/radio.js CHANGED
@@ -659,6 +659,7 @@ var formatDate = function formatDate(date, fmt) {
659
659
  'q+': quarter[Math.ceil((obj.getMonth() + 1) / 3) - 1], // 季度
660
660
  S: obj.getMilliseconds() // 毫秒
661
661
  };
662
+ console.log(o, 'o');
662
663
  if (/(y+)/.test(fmt)) {
663
664
  fmt = fmt.replace(RegExp.$1, (obj.getFullYear() + '').substr(4 - RegExp.$1.length));
664
665
  }
@@ -1581,39 +1582,42 @@ function normalizeComponent(
1581
1582
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1582
1583
 
1583
1584
  "use strict";
1584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return initRetrialAuth; });
1585
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getRetrialAuthCode; });
1585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return initRetrialAuth; });
1586
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getRetrialAuthCode; });
1586
1587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return selectObject; });
1588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return selectObject; });
1588
1589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1589
1590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleInfoHtml; });
1591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfoHtml; });
1592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskHandleHtml; });
1593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskHandleHtmlImg; });
1594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return registerNew; });
1595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfo; });
1596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toStartFlow; });
1597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskRejectHtml; });
1598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskRejectHtml; });
1599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return handleTaskRead; });
1600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskReadHtml; });
1601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toStartTaskRead; });
1602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toStartTaskReadHtml; });
1603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskTransferIndex; });
1591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
1592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
1593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskHandleHtml; });
1594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtmlImg; });
1595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return registerNew; });
1596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
1597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toStartFlow; });
1598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskRejectHtml; });
1599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskRejectHtml; });
1600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return handleTaskRead; });
1601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskReadHtml; });
1602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toStartTaskRead; });
1603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartTaskReadHtml; });
1604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTransferIndex; });
1604
1605
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNotificationMsg; });
1606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskUnionExamine; });
1607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskUnionExamine; });
1608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskTakeAdvice; });
1609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskTakeAdvice; });
1610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskStartDraft; });
1611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskStartDraft; });
1612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskUnionSeal; });
1613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskUnionSeal; });
1606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
1607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskUnionExamine; });
1608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskUnionExamine; });
1609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskTakeAdvice; });
1610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskTakeAdvice; });
1611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskStartDraft; });
1612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskStartDraft; });
1613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionSeal; });
1614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskUnionSeal; });
1614
1615
  /* unused harmony export toTwoOfficesDispatch */
1615
1616
  /* unused harmony export twoOfficesDispatch */
1616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isCanStartSubFlow; });
1617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return isCanStartSubFlow; });
1618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return pendedhistoryList; });
1619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
1620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getSysParam; });
1617
1621
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1618
1622
 
1619
1623
  var activiti = '/bpm';
@@ -1697,6 +1701,12 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
1697
1701
  var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
1698
1702
  // 是否允许启动子流程(必经节点)
1699
1703
  var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1704
+ // 流程列表
1705
+ var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1706
+ // 获取流程按钮
1707
+ var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
1708
+ // 获取系统参数
1709
+ var getSysParam = '/api/v1/mecpSys/getSysParam.json';
1700
1710
 
1701
1711
  /***/ }),
1702
1712
  /* 3 */
@@ -2028,7 +2038,7 @@ module.exports = require("sm-crypto");
2028
2038
  // ESM COMPAT FLAG
2029
2039
  __webpack_require__.r(__webpack_exports__);
2030
2040
 
2031
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/main.vue?vue&type=template&id=2145df10&
2041
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/main.vue?vue&type=template&id=6780641d&
2032
2042
  var render = function () {
2033
2043
  var _vm = this
2034
2044
  var _h = _vm.$createElement
@@ -2063,10 +2073,14 @@ var render = function () {
2063
2073
  _vm._b(
2064
2074
  {
2065
2075
  key: item[_vm.valueKey],
2066
- attrs: { disabled: item.disabled, name: item[_vm.valueKey] },
2076
+ attrs: {
2077
+ disabled: item.disabled,
2078
+ "checked-color": _vm.checkedColor || item.checkedColor,
2079
+ name: item[_vm.valueKey],
2080
+ },
2067
2081
  },
2068
2082
  "van-radio",
2069
- item,
2083
+ _vm.exclAttribute({ data: item, attrs: "checkedColor" }),
2070
2084
  false
2071
2085
  ),
2072
2086
  [
@@ -2091,7 +2105,7 @@ var staticRenderFns = []
2091
2105
  render._withStripped = true
2092
2106
 
2093
2107
 
2094
- // CONCATENATED MODULE: ./packages/radio/src/main.vue?vue&type=template&id=2145df10&
2108
+ // CONCATENATED MODULE: ./packages/radio/src/main.vue?vue&type=template&id=6780641d&
2095
2109
 
2096
2110
  // EXTERNAL MODULE: ./src/config/api.js
2097
2111
  var api = __webpack_require__(2);
@@ -2099,6 +2113,9 @@ var api = __webpack_require__(2);
2099
2113
  // EXTERNAL MODULE: ./src/utils/http.js + 1 modules
2100
2114
  var http = __webpack_require__(3);
2101
2115
 
2116
+ // EXTERNAL MODULE: ./src/utils/util.js
2117
+ var util = __webpack_require__(0);
2118
+
2102
2119
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/main.vue?vue&type=script&lang=js&
2103
2120
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
2104
2121
 
@@ -2123,6 +2140,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2123
2140
  //
2124
2141
  //
2125
2142
  //
2143
+ //
2144
+
2126
2145
 
2127
2146
 
2128
2147
 
@@ -2145,10 +2164,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2145
2164
  }
2146
2165
  },
2147
2166
  //所有单选框的选中状态颜色
2148
- groupCheckedColor: {
2149
- type: String,
2150
- default: '#1989fa'
2151
- },
2167
+ checkedColor: String,
2152
2168
  //所有单选框的图标大小,默认单位为px
2153
2169
  groupIconSize: {
2154
2170
  type: [String, Number],
@@ -2233,6 +2249,13 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2233
2249
  },
2234
2250
 
2235
2251
  methods: {
2252
+ exclAttribute: function exclAttribute(_ref) {
2253
+ var data = _ref.data,
2254
+ attrs = _ref.attrs;
2255
+
2256
+ return util["a" /* default */].exclAttribute({ data: data, attrs: attrs });
2257
+ },
2258
+
2236
2259
  /**
2237
2260
  * handleChange
2238
2261
  * @desc:当绑定值变化时触发的事件
package/lib/rate.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 = 43);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 45);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 43:
195
+ /***/ 45:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -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 = 50);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 52);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -660,6 +660,7 @@ var formatDate = function formatDate(date, fmt) {
660
660
  'q+': quarter[Math.ceil((obj.getMonth() + 1) / 3) - 1], // 季度
661
661
  S: obj.getMilliseconds() // 毫秒
662
662
  };
663
+ console.log(o, 'o');
663
664
  if (/(y+)/.test(fmt)) {
664
665
  fmt = fmt.replace(RegExp.$1, (obj.getFullYear() + '').substr(4 - RegExp.$1.length));
665
666
  }
@@ -1584,39 +1585,42 @@ function normalizeComponent(
1584
1585
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1585
1586
 
1586
1587
  "use strict";
1587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return initRetrialAuth; });
1588
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getRetrialAuthCode; });
1588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return initRetrialAuth; });
1589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getRetrialAuthCode; });
1589
1590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return selectObject; });
1591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return selectObject; });
1591
1592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1592
1593
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleInfoHtml; });
1594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfoHtml; });
1595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskHandleHtml; });
1596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskHandleHtmlImg; });
1597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return registerNew; });
1598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfo; });
1599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toStartFlow; });
1600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskRejectHtml; });
1601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskRejectHtml; });
1602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return handleTaskRead; });
1603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskReadHtml; });
1604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toStartTaskRead; });
1605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toStartTaskReadHtml; });
1606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskTransferIndex; });
1594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
1595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
1596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskHandleHtml; });
1597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtmlImg; });
1598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return registerNew; });
1599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
1600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toStartFlow; });
1601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskRejectHtml; });
1602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toTaskRejectHtml; });
1603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return handleTaskRead; });
1604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskReadHtml; });
1605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toStartTaskRead; });
1606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartTaskReadHtml; });
1607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTransferIndex; });
1607
1608
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNotificationMsg; });
1609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskUnionExamine; });
1610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskUnionExamine; });
1611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskTakeAdvice; });
1612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskTakeAdvice; });
1613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskStartDraft; });
1614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskStartDraft; });
1615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskUnionSeal; });
1616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskUnionSeal; });
1609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
1610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskUnionExamine; });
1611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskUnionExamine; });
1612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskTakeAdvice; });
1613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskTakeAdvice; });
1614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskStartDraft; });
1615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskStartDraft; });
1616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionSeal; });
1617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskUnionSeal; });
1617
1618
  /* unused harmony export toTwoOfficesDispatch */
1618
1619
  /* unused harmony export twoOfficesDispatch */
1619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return isCanStartSubFlow; });
1620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return isCanStartSubFlow; });
1621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return pendedhistoryList; });
1622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
1623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getSysParam; });
1620
1624
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1621
1625
 
1622
1626
  var activiti = '/bpm';
@@ -1700,6 +1704,12 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
1700
1704
  var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
1701
1705
  // 是否允许启动子流程(必经节点)
1702
1706
  var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1707
+ // 流程列表
1708
+ var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1709
+ // 获取流程按钮
1710
+ var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
1711
+ // 获取系统参数
1712
+ var getSysParam = '/api/v1/mecpSys/getSysParam.json';
1703
1713
 
1704
1714
  /***/ }),
1705
1715
 
@@ -2000,7 +2010,7 @@ module.exports = require("@eoss-design/color");
2000
2010
 
2001
2011
  /***/ }),
2002
2012
 
2003
- /***/ 50:
2013
+ /***/ 52:
2004
2014
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2005
2015
 
2006
2016
  "use strict";
@@ -2322,7 +2332,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2322
2332
  duration: 0
2323
2333
  });
2324
2334
  Object(http["a" /* default */])({
2325
- url: api["i" /* getRetrialAuthCode */],
2335
+ url: api["j" /* getRetrialAuthCode */],
2326
2336
  type: 'post',
2327
2337
  params: params
2328
2338
  }).then(function (res) {
@@ -2342,7 +2352,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
2342
2352
  var _this3 = this;
2343
2353
 
2344
2354
  Object(http["a" /* default */])({
2345
- url: api["k" /* initRetrialAuth */]
2355
+ url: api["m" /* initRetrialAuth */]
2346
2356
  }).then(function (res) {
2347
2357
  var rCode = res.rCode,
2348
2358
  results = res.results;