eoss-mobiles 0.2.98 → 0.3.0
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 +28 -25
- package/lib/config/api.js +3 -1
- package/lib/eoss-mobile.common.js +578 -34
- package/lib/flow-btn.js +29 -26
- package/lib/flow-list.js +29 -26
- package/lib/flow.js +625 -80
- package/lib/index.js +1 -1
- package/lib/picker.js +28 -25
- package/lib/radio.js +28 -25
- package/lib/retrial-auth.js +30 -27
- package/lib/selector.js +47 -44
- package/lib/table-column.js +28 -25
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +64 -38
- package/packages/flow/src/components/Message.vue +90 -37
- package/packages/flow/src/components/ProcessSettings.vue +319 -0
- package/packages/flow/src/components/StartFlow.vue +39 -12
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +5 -0
- package/src/config/api.js +2 -0
- package/src/index.js +1 -1
package/lib/picker.js
CHANGED
|
@@ -1608,43 +1608,44 @@ function normalizeComponent(
|
|
|
1608
1608
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1609
1609
|
|
|
1610
1610
|
"use strict";
|
|
1611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return initRetrialAuth; });
|
|
1612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getRetrialAuthCode; });
|
|
1613
1613
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return selectObject; });
|
|
1615
1615
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1617
1617
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
|
|
1619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtml; });
|
|
1620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskHandleHtmlImg; });
|
|
1621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return registerNew; });
|
|
1622
1622
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartFlow; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskRejectHtml; });
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskRejectHtml; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return handleTaskRead; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskReadHtml; });
|
|
1628
1628
|
/* unused harmony export toStartTaskRead */
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toStartTaskReadHtml; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskTransferIndex; });
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskTransfer; });
|
|
1632
1632
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1633
1633
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionExamine; });
|
|
1635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskUnionExamine; });
|
|
1636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTakeAdvice; });
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskTakeAdvice; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskStartDraft; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskStartDraft; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskUnionSeal; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskUnionSeal; });
|
|
1642
1642
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1643
1643
|
/* unused harmony export twoOfficesDispatch */
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isCanStartSubFlow; });
|
|
1645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getPresetCustomInfo; });
|
|
1646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return pendedhistoryList; });
|
|
1646
1647
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getSysParam; });
|
|
1648
1649
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1649
1650
|
|
|
1650
1651
|
var activiti = '/bpm';
|
|
@@ -1733,6 +1734,8 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
|
|
|
1733
1734
|
var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
1734
1735
|
// 是否允许启动子流程(必经节点)
|
|
1735
1736
|
var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
1737
|
+
// 流程预设获取
|
|
1738
|
+
var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
1736
1739
|
// 流程列表
|
|
1737
1740
|
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
1738
1741
|
// 获取流程按钮
|
package/lib/radio.js
CHANGED
|
@@ -1608,43 +1608,44 @@ function normalizeComponent(
|
|
|
1608
1608
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1609
1609
|
|
|
1610
1610
|
"use strict";
|
|
1611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return initRetrialAuth; });
|
|
1612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getRetrialAuthCode; });
|
|
1613
1613
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return selectObject; });
|
|
1615
1615
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1617
1617
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
|
|
1619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtml; });
|
|
1620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskHandleHtmlImg; });
|
|
1621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return registerNew; });
|
|
1622
1622
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartFlow; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskRejectHtml; });
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskRejectHtml; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return handleTaskRead; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskReadHtml; });
|
|
1628
1628
|
/* unused harmony export toStartTaskRead */
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toStartTaskReadHtml; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskTransferIndex; });
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskTransfer; });
|
|
1632
1632
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1633
1633
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionExamine; });
|
|
1635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskUnionExamine; });
|
|
1636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTakeAdvice; });
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskTakeAdvice; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskStartDraft; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskStartDraft; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskUnionSeal; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskUnionSeal; });
|
|
1642
1642
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1643
1643
|
/* unused harmony export twoOfficesDispatch */
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isCanStartSubFlow; });
|
|
1645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getPresetCustomInfo; });
|
|
1646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return pendedhistoryList; });
|
|
1646
1647
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getSysParam; });
|
|
1648
1649
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1649
1650
|
|
|
1650
1651
|
var activiti = '/bpm';
|
|
@@ -1733,6 +1734,8 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
|
|
|
1733
1734
|
var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
1734
1735
|
// 是否允许启动子流程(必经节点)
|
|
1735
1736
|
var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
1737
|
+
// 流程预设获取
|
|
1738
|
+
var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
1736
1739
|
// 流程列表
|
|
1737
1740
|
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
1738
1741
|
// 获取流程按钮
|
package/lib/retrial-auth.js
CHANGED
|
@@ -1611,43 +1611,44 @@ function normalizeComponent(
|
|
|
1611
1611
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1612
1612
|
|
|
1613
1613
|
"use strict";
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return initRetrialAuth; });
|
|
1615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getRetrialAuthCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return selectObject; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1619
1619
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1620
1620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
|
|
1621
1621
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
|
|
1622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtml; });
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskHandleHtmlImg; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return registerNew; });
|
|
1625
1625
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartFlow; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskRejectHtml; });
|
|
1628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskRejectHtml; });
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return handleTaskRead; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskReadHtml; });
|
|
1631
1631
|
/* unused harmony export toStartTaskRead */
|
|
1632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toStartTaskReadHtml; });
|
|
1633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskTransferIndex; });
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskTransfer; });
|
|
1635
1635
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1636
1636
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionExamine; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskUnionExamine; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTakeAdvice; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskTakeAdvice; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskStartDraft; });
|
|
1642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskStartDraft; });
|
|
1643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskUnionSeal; });
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskUnionSeal; });
|
|
1645
1645
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1646
1646
|
/* unused harmony export twoOfficesDispatch */
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isCanStartSubFlow; });
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getPresetCustomInfo; });
|
|
1649
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return pendedhistoryList; });
|
|
1649
1650
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
|
|
1650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getSysParam; });
|
|
1651
1652
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1652
1653
|
|
|
1653
1654
|
var activiti = '/bpm';
|
|
@@ -1736,6 +1737,8 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
|
|
|
1736
1737
|
var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
1737
1738
|
// 是否允许启动子流程(必经节点)
|
|
1738
1739
|
var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
1740
|
+
// 流程预设获取
|
|
1741
|
+
var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
1739
1742
|
// 流程列表
|
|
1740
1743
|
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
1741
1744
|
// 获取流程按钮
|
|
@@ -2379,7 +2382,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
2379
2382
|
duration: 0
|
|
2380
2383
|
});
|
|
2381
2384
|
Object(http["a" /* default */])({
|
|
2382
|
-
url: api["
|
|
2385
|
+
url: api["k" /* getRetrialAuthCode */],
|
|
2383
2386
|
type: 'post',
|
|
2384
2387
|
params: params
|
|
2385
2388
|
}).then(function (res) {
|
|
@@ -2399,7 +2402,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
2399
2402
|
var _this3 = this;
|
|
2400
2403
|
|
|
2401
2404
|
Object(http["a" /* default */])({
|
|
2402
|
-
url: api["
|
|
2405
|
+
url: api["n" /* initRetrialAuth */]
|
|
2403
2406
|
}).then(function (res) {
|
|
2404
2407
|
var rCode = res.rCode,
|
|
2405
2408
|
results = res.results;
|
package/lib/selector.js
CHANGED
|
@@ -1608,43 +1608,44 @@ function normalizeComponent(
|
|
|
1608
1608
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1609
1609
|
|
|
1610
1610
|
"use strict";
|
|
1611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return initRetrialAuth; });
|
|
1612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getRetrialAuthCode; });
|
|
1613
1613
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return selectObject; });
|
|
1615
1615
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1617
1617
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
|
|
1619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtml; });
|
|
1620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskHandleHtmlImg; });
|
|
1621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return registerNew; });
|
|
1622
1622
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartFlow; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskRejectHtml; });
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskRejectHtml; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return handleTaskRead; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskReadHtml; });
|
|
1628
1628
|
/* unused harmony export toStartTaskRead */
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toStartTaskReadHtml; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskTransferIndex; });
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskTransfer; });
|
|
1632
1632
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1633
1633
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionExamine; });
|
|
1635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskUnionExamine; });
|
|
1636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTakeAdvice; });
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskTakeAdvice; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskStartDraft; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskStartDraft; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskUnionSeal; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskUnionSeal; });
|
|
1642
1642
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1643
1643
|
/* unused harmony export twoOfficesDispatch */
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isCanStartSubFlow; });
|
|
1645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getPresetCustomInfo; });
|
|
1646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return pendedhistoryList; });
|
|
1646
1647
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getSysParam; });
|
|
1648
1649
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1649
1650
|
|
|
1650
1651
|
var activiti = '/bpm';
|
|
@@ -1733,6 +1734,8 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
|
|
|
1733
1734
|
var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
1734
1735
|
// 是否允许启动子流程(必经节点)
|
|
1735
1736
|
var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
1737
|
+
// 流程预设获取
|
|
1738
|
+
var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
1736
1739
|
// 流程列表
|
|
1737
1740
|
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
1738
1741
|
// 获取流程按钮
|
|
@@ -3527,7 +3530,7 @@ var _props, _methods;
|
|
|
3527
3530
|
enterprise: {
|
|
3528
3531
|
label: '选择单位',
|
|
3529
3532
|
name: 'enterprise',
|
|
3530
|
-
url: api["
|
|
3533
|
+
url: api["r" /* selectObject */],
|
|
3531
3534
|
data: [],
|
|
3532
3535
|
nodeData: '',
|
|
3533
3536
|
selection: [],
|
|
@@ -3541,7 +3544,7 @@ var _props, _methods;
|
|
|
3541
3544
|
department: {
|
|
3542
3545
|
label: '选择部门',
|
|
3543
3546
|
name: 'department',
|
|
3544
|
-
url: api["
|
|
3547
|
+
url: api["r" /* selectObject */],
|
|
3545
3548
|
data: [],
|
|
3546
3549
|
nodeData: '',
|
|
3547
3550
|
selection: [],
|
|
@@ -3555,7 +3558,7 @@ var _props, _methods;
|
|
|
3555
3558
|
employee: {
|
|
3556
3559
|
label: '选择用户',
|
|
3557
3560
|
name: 'employee',
|
|
3558
|
-
url: api["
|
|
3561
|
+
url: api["r" /* selectObject */],
|
|
3559
3562
|
data: [],
|
|
3560
3563
|
nodeData: '',
|
|
3561
3564
|
selection: [],
|
|
@@ -3569,7 +3572,7 @@ var _props, _methods;
|
|
|
3569
3572
|
myemployee: {
|
|
3570
3573
|
label: '本单位用户',
|
|
3571
3574
|
name: 'myemployee',
|
|
3572
|
-
url: api["
|
|
3575
|
+
url: api["r" /* selectObject */],
|
|
3573
3576
|
data: [],
|
|
3574
3577
|
nodeData: '',
|
|
3575
3578
|
selection: [],
|
|
@@ -3583,7 +3586,7 @@ var _props, _methods;
|
|
|
3583
3586
|
otheremployee: {
|
|
3584
3587
|
label: '外单位用户',
|
|
3585
3588
|
name: 'otheremployee',
|
|
3586
|
-
url: api["
|
|
3589
|
+
url: api["r" /* selectObject */],
|
|
3587
3590
|
data: [],
|
|
3588
3591
|
nodeData: '',
|
|
3589
3592
|
selection: [],
|
|
@@ -3597,7 +3600,7 @@ var _props, _methods;
|
|
|
3597
3600
|
person: {
|
|
3598
3601
|
label: '选择人员',
|
|
3599
3602
|
name: 'person',
|
|
3600
|
-
url: api["
|
|
3603
|
+
url: api["r" /* selectObject */],
|
|
3601
3604
|
data: [],
|
|
3602
3605
|
nodeData: '',
|
|
3603
3606
|
selection: [],
|
|
@@ -3611,7 +3614,7 @@ var _props, _methods;
|
|
|
3611
3614
|
otherperson: {
|
|
3612
3615
|
label: '外单位人员',
|
|
3613
3616
|
name: 'otherperson',
|
|
3614
|
-
url: api["
|
|
3617
|
+
url: api["r" /* selectObject */],
|
|
3615
3618
|
data: [],
|
|
3616
3619
|
nodeData: '',
|
|
3617
3620
|
selection: [],
|
|
@@ -3625,7 +3628,7 @@ var _props, _methods;
|
|
|
3625
3628
|
persongroup: {
|
|
3626
3629
|
label: '选择群组成员',
|
|
3627
3630
|
name: 'persongroup',
|
|
3628
|
-
url: api["
|
|
3631
|
+
url: api["r" /* selectObject */],
|
|
3629
3632
|
data: [],
|
|
3630
3633
|
nodeData: '',
|
|
3631
3634
|
selection: [],
|
|
@@ -3643,7 +3646,7 @@ var _props, _methods;
|
|
|
3643
3646
|
selection: [],
|
|
3644
3647
|
value: [],
|
|
3645
3648
|
name: 'filgroup',
|
|
3646
|
-
url: api["
|
|
3649
|
+
url: api["r" /* selectObject */],
|
|
3647
3650
|
param: {
|
|
3648
3651
|
objType: this.objType,
|
|
3649
3652
|
selecttype: 'filgroup',
|
|
@@ -3653,7 +3656,7 @@ var _props, _methods;
|
|
|
3653
3656
|
depgroup: {
|
|
3654
3657
|
label: '部门群组成员',
|
|
3655
3658
|
name: 'depgroup',
|
|
3656
|
-
url: api["
|
|
3659
|
+
url: api["r" /* selectObject */],
|
|
3657
3660
|
data: [],
|
|
3658
3661
|
nodeData: '',
|
|
3659
3662
|
selection: [],
|
|
@@ -3667,7 +3670,7 @@ var _props, _methods;
|
|
|
3667
3670
|
persongroupobj: {
|
|
3668
3671
|
label: '人员群组',
|
|
3669
3672
|
name: 'persongroupobj',
|
|
3670
|
-
url: api["
|
|
3673
|
+
url: api["r" /* selectObject */],
|
|
3671
3674
|
data: [],
|
|
3672
3675
|
nodeData: '',
|
|
3673
3676
|
selection: [],
|
|
@@ -3681,7 +3684,7 @@ var _props, _methods;
|
|
|
3681
3684
|
filgroupobj: {
|
|
3682
3685
|
label: '单位群组',
|
|
3683
3686
|
name: 'filgroupobj',
|
|
3684
|
-
url: api["
|
|
3687
|
+
url: api["r" /* selectObject */],
|
|
3685
3688
|
data: [],
|
|
3686
3689
|
nodeData: '',
|
|
3687
3690
|
selection: [],
|
|
@@ -3695,7 +3698,7 @@ var _props, _methods;
|
|
|
3695
3698
|
depgroupobj: {
|
|
3696
3699
|
label: '部门群组',
|
|
3697
3700
|
name: 'depgroupobj',
|
|
3698
|
-
url: api["
|
|
3701
|
+
url: api["r" /* selectObject */],
|
|
3699
3702
|
data: [],
|
|
3700
3703
|
nodeData: '',
|
|
3701
3704
|
selection: [],
|
|
@@ -3709,7 +3712,7 @@ var _props, _methods;
|
|
|
3709
3712
|
role: {
|
|
3710
3713
|
label: '选择角色',
|
|
3711
3714
|
name: 'role',
|
|
3712
|
-
url: api["
|
|
3715
|
+
url: api["r" /* selectObject */],
|
|
3713
3716
|
data: [],
|
|
3714
3717
|
nodeData: '',
|
|
3715
3718
|
selection: [],
|
|
@@ -3723,7 +3726,7 @@ var _props, _methods;
|
|
|
3723
3726
|
post: {
|
|
3724
3727
|
label: '选择岗位',
|
|
3725
3728
|
name: 'post',
|
|
3726
|
-
url: api["
|
|
3729
|
+
url: api["r" /* selectObject */],
|
|
3727
3730
|
data: [],
|
|
3728
3731
|
nodeData: '',
|
|
3729
3732
|
selection: [],
|
|
@@ -3737,7 +3740,7 @@ var _props, _methods;
|
|
|
3737
3740
|
codetable: {
|
|
3738
3741
|
label: '代码表',
|
|
3739
3742
|
name: 'codetable',
|
|
3740
|
-
url: api["
|
|
3743
|
+
url: api["r" /* selectObject */],
|
|
3741
3744
|
data: [],
|
|
3742
3745
|
nodeData: '',
|
|
3743
3746
|
selection: [],
|
|
@@ -3751,7 +3754,7 @@ var _props, _methods;
|
|
|
3751
3754
|
topcontacts: {
|
|
3752
3755
|
label: '常用联系人',
|
|
3753
3756
|
name: 'topcontacts',
|
|
3754
|
-
url: api["
|
|
3757
|
+
url: api["r" /* selectObject */],
|
|
3755
3758
|
data: [],
|
|
3756
3759
|
nodeData: '',
|
|
3757
3760
|
selection: [],
|
|
@@ -3938,7 +3941,7 @@ var _props, _methods;
|
|
|
3938
3941
|
this.newParam.pid = this.param.pid || 'root';
|
|
3939
3942
|
}
|
|
3940
3943
|
Object(http["a" /* default */])({
|
|
3941
|
-
url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["
|
|
3944
|
+
url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["r" /* selectObject */] : api["r" /* selectObject */],
|
|
3942
3945
|
params: _extends({
|
|
3943
3946
|
objType: this.objType,
|
|
3944
3947
|
namelike: this.namelike,
|
|
@@ -4008,7 +4011,7 @@ var _props, _methods;
|
|
|
4008
4011
|
duration: 0
|
|
4009
4012
|
});
|
|
4010
4013
|
Object(http["a" /* default */])({
|
|
4011
|
-
url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["
|
|
4014
|
+
url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["r" /* selectObject */] : api["r" /* selectObject */],
|
|
4012
4015
|
params: params
|
|
4013
4016
|
}).then(function (res) {
|
|
4014
4017
|
if (res.rCode == 0) {
|
package/lib/table-column.js
CHANGED
|
@@ -1608,43 +1608,44 @@ function normalizeComponent(
|
|
|
1608
1608
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1609
1609
|
|
|
1610
1610
|
"use strict";
|
|
1611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return initRetrialAuth; });
|
|
1612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getRetrialAuthCode; });
|
|
1613
1613
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
|
|
1614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return selectObject; });
|
|
1615
1615
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
|
|
1616
1616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
|
|
1617
1617
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getHandleInfoHtml; });
|
|
1618
1618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getNodeInfoHtml; });
|
|
1619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskHandleHtml; });
|
|
1620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return taskHandleHtmlImg; });
|
|
1621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return registerNew; });
|
|
1622
1622
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNodeInfo; });
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toStartFlow; });
|
|
1624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return taskRejectHtml; });
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return toTaskRejectHtml; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return handleTaskRead; });
|
|
1627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return taskReadHtml; });
|
|
1628
1628
|
/* unused harmony export toStartTaskRead */
|
|
1629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return toStartTaskReadHtml; });
|
|
1630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return toTaskTransferIndex; });
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskTransfer; });
|
|
1632
1632
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
|
|
1633
1633
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getNotificationMsg; });
|
|
1634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return toTaskUnionExamine; });
|
|
1635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskUnionExamine; });
|
|
1636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return toTaskTakeAdvice; });
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return taskTakeAdvice; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return toTaskStartDraft; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return taskStartDraft; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toTaskUnionSeal; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskUnionSeal; });
|
|
1642
1642
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1643
1643
|
/* unused harmony export twoOfficesDispatch */
|
|
1644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return isCanStartSubFlow; });
|
|
1645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getPresetCustomInfo; });
|
|
1646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return pendedhistoryList; });
|
|
1646
1647
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getHandleButtonHtml; });
|
|
1647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getSysParam; });
|
|
1648
1649
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
1649
1650
|
|
|
1650
1651
|
var activiti = '/bpm';
|
|
@@ -1733,6 +1734,8 @@ var toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispatch';
|
|
|
1733
1734
|
var twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
1734
1735
|
// 是否允许启动子流程(必经节点)
|
|
1735
1736
|
var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
1737
|
+
// 流程预设获取
|
|
1738
|
+
var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
1736
1739
|
// 流程列表
|
|
1737
1740
|
var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
1738
1741
|
// 获取流程按钮
|