eoss-mobiles 0.3.20 → 0.3.21

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 (47) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +2 -2
  3. package/lib/cell.js +2 -2
  4. package/lib/checkbox.js +59 -48
  5. package/lib/circle.js +2 -2
  6. package/lib/config/api.js +11 -3
  7. package/lib/empty.js +2 -2
  8. package/lib/eoss-mobile.common.js +643 -76
  9. package/lib/field.js +2 -2
  10. package/lib/flow-btn.js +60 -49
  11. package/lib/flow-list.js +687 -117
  12. package/lib/flow.js +149 -143
  13. package/lib/grid-item.js +2 -2
  14. package/lib/grid.js +2 -2
  15. package/lib/index.js +1 -1
  16. package/lib/list.js +2 -2
  17. package/lib/loading.js +2 -2
  18. package/lib/nav-bar.js +2 -2
  19. package/lib/picker.js +62 -50
  20. package/lib/radio.js +62 -50
  21. package/lib/retrial-auth.js +61 -50
  22. package/lib/search.js +2 -2
  23. package/lib/selector.js +77 -66
  24. package/lib/switch.js +2 -2
  25. package/lib/tab.js +2 -2
  26. package/lib/table-column.js +62 -50
  27. package/lib/tabs.js +2 -2
  28. package/lib/tag.js +2 -2
  29. package/lib/theme-chalk/flow-list-task-read.css +1 -0
  30. package/lib/theme-chalk/flow-list.css +1 -1
  31. package/lib/theme-chalk/flow.css +1 -1
  32. package/lib/theme-chalk/index.css +1 -1
  33. package/lib/uploader.js +2 -2
  34. package/package.json +1 -1
  35. package/packages/flow/src/components/Message.vue +7 -3
  36. package/packages/flow/src/components/supervise.vue +72 -64
  37. package/packages/flow-list/src/main.vue +42 -23
  38. package/packages/flow-list/src/taskRead.vue +234 -0
  39. package/packages/theme-chalk/lib/flow-list-task-read.css +1 -0
  40. package/packages/theme-chalk/lib/flow-list.css +1 -1
  41. package/packages/theme-chalk/lib/flow.css +1 -1
  42. package/packages/theme-chalk/lib/index.css +1 -1
  43. package/packages/theme-chalk/src/flow-list-task-read.scss +112 -0
  44. package/packages/theme-chalk/src/flow-list.scss +2 -2
  45. package/packages/theme-chalk/src/flow.scss +5 -0
  46. package/src/config/api.js +13 -2
  47. package/src/index.js +1 -1
package/lib/selector.js CHANGED
@@ -1608,60 +1608,64 @@ 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__, "r", function() { return initRetrialAuth; });
1612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getRetrialAuthCode; });
1613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return selectObject; });
1615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getHandleInfoHtml; });
1618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNodeInfoHtml; });
1619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskHandleHtml; });
1620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskHandleHtmlImg; });
1621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return registerNew; });
1622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getNodeInfo; });
1623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return toStartFlow; });
1624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findUserBaseInfo; });
1625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskRejectHtml; });
1626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toTaskRejectHtml; });
1627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return handleTaskRead; });
1628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskReadHtml; });
1611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return initRetrialAuth; });
1612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return getRetrialAuthCode; });
1613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return codeRetrialAuth; });
1614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return selectObject; });
1615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCode; });
1616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return commonOpion; });
1617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getHandleInfoHtml; });
1618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getNodeInfoHtml; });
1619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskHandleHtml; });
1620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskHandleHtmlImg; });
1621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return registerNew; });
1622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNodeInfo; });
1623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toStartFlow; });
1624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return findUserBaseInfo; });
1625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskRejectHtml; });
1626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskRejectHtml; });
1627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return handleTaskRead; });
1628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskReadHtml; });
1629
1629
  /* unused harmony export toStartTaskRead */
1630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toStartTaskReadHtml; });
1631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskTransferIndex; });
1632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskTransfer; });
1633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getNotificationMsg; });
1635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskUnionExamine; });
1636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskUnionExamine; });
1637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskTakeAdvice; });
1638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskTakeAdvice; });
1639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskStartDraft; });
1640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskStartDraft; });
1641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskUnionSeal; });
1642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskUnionSeal; });
1630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toStartTaskReadHtml; });
1631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTransferIndex; });
1632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskTransfer; });
1633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findSysCodes; });
1634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getNotificationMsg; });
1635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskUnionExamine; });
1636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return taskUnionExamine; });
1637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskTakeAdvice; });
1638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskTakeAdvice; });
1639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskStartDraft; });
1640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskStartDraft; });
1641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionSeal; });
1642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return taskUnionSeal; });
1643
1643
  /* unused harmony export toTwoOfficesDispatch */
1644
1644
  /* unused harmony export twoOfficesDispatch */
1645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return isCanStartSubFlow; });
1646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getPresetCustomInfo; });
1647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return pendedhistoryList; });
1648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getHandleButtonHtml; });
1649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return getSysParam; });
1650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getFreeStartFlowParams; });
1651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getProcessDefList; });
1652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return freeStartFlowWithSubmitTask; });
1654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskSupervise; });
1655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskSuperviseSub; });
1656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toResetProcessIndex; });
1657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return resetProcess; });
1658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toTaskContinuationIndex; });
1659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskContinuation; });
1645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return isCanStartSubFlow; });
1646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getPresetCustomInfo; });
1647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return pendedhistoryList; });
1648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getHandleButtonHtml; });
1649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return getSysParam; });
1650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getFreeStartFlowParams; });
1651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getProcessDefList; });
1652
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return freeStartFlowWithSubmitTask; });
1654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskSupervise; });
1655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSuperviseSub; });
1656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toResetProcessIndex; });
1657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return resetProcess; });
1658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskContinuationIndex; });
1659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskContinuation; });
1660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskReadList; });
1661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return cancelTaskRead; });
1662
+ /* unused harmony export officeHandleRemark */
1660
1663
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1661
1664
 
1662
1665
  var activiti = '/bpm';
1663
1666
  var pending = '/bpm';
1664
1667
  var mecp = _utils_util__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"].getStorage('flowPath') || '';
1668
+ var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
1665
1669
  var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
1666
1670
  var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
1667
1671
  var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
@@ -1749,7 +1753,8 @@ var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1749
1753
  // 流程预设获取
1750
1754
  var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
1751
1755
  // 流程列表
1752
- var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1756
+ var pendedhistoryList = flowPendingPrefix + '/pendedhistoryManager/pendedhistoryListJson';
1757
+ // export const pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1753
1758
  // 获取流程按钮
1754
1759
  var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
1755
1760
  // 获取系统参数
@@ -1774,6 +1779,12 @@ var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
1774
1779
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
1775
1780
  // 续办提交
1776
1781
  var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
1782
+ // 分阅情况
1783
+ var taskReadList = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1784
+ // 撤销分阅
1785
+ var cancelTaskRead = '/bpm/bpmBackend/taskReadWithDraw';
1786
+ // 获取公文办理消息
1787
+ var officeHandleRemark = '/archives/task/taskHandle/getDefaultNotificationType.dhtml';
1777
1788
 
1778
1789
  /***/ }),
1779
1790
  /* 3 */
@@ -3602,7 +3613,7 @@ var _props, _methods;
3602
3613
  enterprise: {
3603
3614
  label: '选择单位',
3604
3615
  name: 'enterprise',
3605
- url: api["w" /* selectObject */],
3616
+ url: api["x" /* selectObject */],
3606
3617
  data: [],
3607
3618
  nodeData: '',
3608
3619
  selection: [],
@@ -3616,7 +3627,7 @@ var _props, _methods;
3616
3627
  department: {
3617
3628
  label: '选择部门',
3618
3629
  name: 'department',
3619
- url: api["w" /* selectObject */],
3630
+ url: api["x" /* selectObject */],
3620
3631
  data: [],
3621
3632
  nodeData: '',
3622
3633
  selection: [],
@@ -3630,7 +3641,7 @@ var _props, _methods;
3630
3641
  employee: {
3631
3642
  label: '选择用户',
3632
3643
  name: 'employee',
3633
- url: api["w" /* selectObject */],
3644
+ url: api["x" /* selectObject */],
3634
3645
  data: [],
3635
3646
  nodeData: '',
3636
3647
  selection: [],
@@ -3644,7 +3655,7 @@ var _props, _methods;
3644
3655
  myemployee: {
3645
3656
  label: '本单位用户',
3646
3657
  name: 'myemployee',
3647
- url: api["w" /* selectObject */],
3658
+ url: api["x" /* selectObject */],
3648
3659
  data: [],
3649
3660
  nodeData: '',
3650
3661
  selection: [],
@@ -3658,7 +3669,7 @@ var _props, _methods;
3658
3669
  otheremployee: {
3659
3670
  label: '外单位用户',
3660
3671
  name: 'otheremployee',
3661
- url: api["w" /* selectObject */],
3672
+ url: api["x" /* selectObject */],
3662
3673
  data: [],
3663
3674
  nodeData: '',
3664
3675
  selection: [],
@@ -3672,7 +3683,7 @@ var _props, _methods;
3672
3683
  person: {
3673
3684
  label: '选择人员',
3674
3685
  name: 'person',
3675
- url: api["w" /* selectObject */],
3686
+ url: api["x" /* selectObject */],
3676
3687
  data: [],
3677
3688
  nodeData: '',
3678
3689
  selection: [],
@@ -3686,7 +3697,7 @@ var _props, _methods;
3686
3697
  otherperson: {
3687
3698
  label: '外单位人员',
3688
3699
  name: 'otherperson',
3689
- url: api["w" /* selectObject */],
3700
+ url: api["x" /* selectObject */],
3690
3701
  data: [],
3691
3702
  nodeData: '',
3692
3703
  selection: [],
@@ -3700,7 +3711,7 @@ var _props, _methods;
3700
3711
  persongroup: {
3701
3712
  label: '选择群组成员',
3702
3713
  name: 'persongroup',
3703
- url: api["w" /* selectObject */],
3714
+ url: api["x" /* selectObject */],
3704
3715
  data: [],
3705
3716
  nodeData: '',
3706
3717
  selection: [],
@@ -3718,7 +3729,7 @@ var _props, _methods;
3718
3729
  selection: [],
3719
3730
  value: [],
3720
3731
  name: 'filgroup',
3721
- url: api["w" /* selectObject */],
3732
+ url: api["x" /* selectObject */],
3722
3733
  param: {
3723
3734
  objType: this.objType,
3724
3735
  selecttype: 'filgroup',
@@ -3728,7 +3739,7 @@ var _props, _methods;
3728
3739
  depgroup: {
3729
3740
  label: '部门群组成员',
3730
3741
  name: 'depgroup',
3731
- url: api["w" /* selectObject */],
3742
+ url: api["x" /* selectObject */],
3732
3743
  data: [],
3733
3744
  nodeData: '',
3734
3745
  selection: [],
@@ -3742,7 +3753,7 @@ var _props, _methods;
3742
3753
  persongroupobj: {
3743
3754
  label: '人员群组',
3744
3755
  name: 'persongroupobj',
3745
- url: api["w" /* selectObject */],
3756
+ url: api["x" /* selectObject */],
3746
3757
  data: [],
3747
3758
  nodeData: '',
3748
3759
  selection: [],
@@ -3756,7 +3767,7 @@ var _props, _methods;
3756
3767
  filgroupobj: {
3757
3768
  label: '单位群组',
3758
3769
  name: 'filgroupobj',
3759
- url: api["w" /* selectObject */],
3770
+ url: api["x" /* selectObject */],
3760
3771
  data: [],
3761
3772
  nodeData: '',
3762
3773
  selection: [],
@@ -3770,7 +3781,7 @@ var _props, _methods;
3770
3781
  depgroupobj: {
3771
3782
  label: '部门群组',
3772
3783
  name: 'depgroupobj',
3773
- url: api["w" /* selectObject */],
3784
+ url: api["x" /* selectObject */],
3774
3785
  data: [],
3775
3786
  nodeData: '',
3776
3787
  selection: [],
@@ -3784,7 +3795,7 @@ var _props, _methods;
3784
3795
  role: {
3785
3796
  label: '选择角色',
3786
3797
  name: 'role',
3787
- url: api["w" /* selectObject */],
3798
+ url: api["x" /* selectObject */],
3788
3799
  data: [],
3789
3800
  nodeData: '',
3790
3801
  selection: [],
@@ -3798,7 +3809,7 @@ var _props, _methods;
3798
3809
  post: {
3799
3810
  label: '选择岗位',
3800
3811
  name: 'post',
3801
- url: api["w" /* selectObject */],
3812
+ url: api["x" /* selectObject */],
3802
3813
  data: [],
3803
3814
  nodeData: '',
3804
3815
  selection: [],
@@ -3812,7 +3823,7 @@ var _props, _methods;
3812
3823
  codetable: {
3813
3824
  label: '代码表',
3814
3825
  name: 'codetable',
3815
- url: api["w" /* selectObject */],
3826
+ url: api["x" /* selectObject */],
3816
3827
  data: [],
3817
3828
  nodeData: '',
3818
3829
  selection: [],
@@ -3826,7 +3837,7 @@ var _props, _methods;
3826
3837
  topcontacts: {
3827
3838
  label: '常用联系人',
3828
3839
  name: 'topcontacts',
3829
- url: api["w" /* selectObject */],
3840
+ url: api["x" /* selectObject */],
3830
3841
  data: [],
3831
3842
  nodeData: '',
3832
3843
  selection: [],
@@ -4022,7 +4033,7 @@ var _props, _methods;
4022
4033
  delete this.newParam.department;
4023
4034
  delete this.newParam.myemployee;
4024
4035
  Object(http["a" /* default */])({
4025
- url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["w" /* selectObject */] : api["w" /* selectObject */],
4036
+ url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["x" /* selectObject */] : api["x" /* selectObject */],
4026
4037
  params: _extends({
4027
4038
  objType: this.objType,
4028
4039
  namelike: this.namelike,
@@ -4092,7 +4103,7 @@ var _props, _methods;
4092
4103
  duration: 0
4093
4104
  });
4094
4105
  Object(http["a" /* default */])({
4095
- url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["w" /* selectObject */] : api["w" /* selectObject */],
4106
+ url: this.url ? this.url : this.baseUrl ? this.baseUrl + api["x" /* selectObject */] : api["x" /* selectObject */],
4096
4107
  params: params
4097
4108
  }).then(function (res) {
4098
4109
  if (res.rCode == 0) {
package/lib/switch.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 = 24);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 25);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 24:
195
+ /***/ 25:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/tab.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 = 31);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 32);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 31:
195
+ /***/ 32:
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 = 15);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 16);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -1608,60 +1608,64 @@ 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__, "r", function() { return initRetrialAuth; });
1612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getRetrialAuthCode; });
1613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return codeRetrialAuth; });
1614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return selectObject; });
1615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCode; });
1616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return commonOpion; });
1617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getHandleInfoHtml; });
1618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNodeInfoHtml; });
1619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskHandleHtml; });
1620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskHandleHtmlImg; });
1621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return registerNew; });
1622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getNodeInfo; });
1623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return toStartFlow; });
1624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findUserBaseInfo; });
1625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskRejectHtml; });
1626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toTaskRejectHtml; });
1627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return handleTaskRead; });
1628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskReadHtml; });
1611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return initRetrialAuth; });
1612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return getRetrialAuthCode; });
1613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return codeRetrialAuth; });
1614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return selectObject; });
1615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCode; });
1616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return commonOpion; });
1617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return getHandleInfoHtml; });
1618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getNodeInfoHtml; });
1619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return taskHandleHtml; });
1620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskHandleHtmlImg; });
1621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return registerNew; });
1622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return getNodeInfo; });
1623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toStartFlow; });
1624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return findUserBaseInfo; });
1625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskRejectHtml; });
1626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskRejectHtml; });
1627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return handleTaskRead; });
1628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return taskReadHtml; });
1629
1629
  /* unused harmony export toStartTaskRead */
1630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toStartTaskReadHtml; });
1631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskTransferIndex; });
1632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskTransfer; });
1633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return findSysCodes; });
1634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return getNotificationMsg; });
1635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskUnionExamine; });
1636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskUnionExamine; });
1637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskTakeAdvice; });
1638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskTakeAdvice; });
1639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskStartDraft; });
1640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskStartDraft; });
1641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskUnionSeal; });
1642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskUnionSeal; });
1630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return toStartTaskReadHtml; });
1631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskTransferIndex; });
1632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskTransfer; });
1633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return findSysCodes; });
1634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getNotificationMsg; });
1635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskUnionExamine; });
1636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return taskUnionExamine; });
1637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskTakeAdvice; });
1638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskTakeAdvice; });
1639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskStartDraft; });
1640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskStartDraft; });
1641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskUnionSeal; });
1642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return taskUnionSeal; });
1643
1643
  /* unused harmony export toTwoOfficesDispatch */
1644
1644
  /* unused harmony export twoOfficesDispatch */
1645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return isCanStartSubFlow; });
1646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getPresetCustomInfo; });
1647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return pendedhistoryList; });
1648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getHandleButtonHtml; });
1649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return getSysParam; });
1650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getFreeStartFlowParams; });
1651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getProcessDefList; });
1652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return freeStartFlowWithSubmitTask; });
1654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toTaskSupervise; });
1655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toTaskSuperviseSub; });
1656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return toResetProcessIndex; });
1657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return resetProcess; });
1658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return toTaskContinuationIndex; });
1659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return taskContinuation; });
1645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return isCanStartSubFlow; });
1646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return getPresetCustomInfo; });
1647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return pendedhistoryList; });
1648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return getHandleButtonHtml; });
1649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return getSysParam; });
1650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return getFreeStartFlowParams; });
1651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getProcessDefList; });
1652
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
1653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return freeStartFlowWithSubmitTask; });
1654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toTaskSupervise; });
1655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskSuperviseSub; });
1656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return toResetProcessIndex; });
1657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return resetProcess; });
1658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toTaskContinuationIndex; });
1659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return taskContinuation; });
1660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskReadList; });
1661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return cancelTaskRead; });
1662
+ /* unused harmony export officeHandleRemark */
1660
1663
  /* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1661
1664
 
1662
1665
  var activiti = '/bpm';
1663
1666
  var pending = '/bpm';
1664
1667
  var mecp = _utils_util__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"].getStorage('flowPath') || '';
1668
+ var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
1665
1669
  var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身份权限验证页面
1666
1670
  var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
1667
1671
  var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
@@ -1749,7 +1753,8 @@ var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
1749
1753
  // 流程预设获取
1750
1754
  var getPresetCustomInfo = activiti + '/task/taskHandle/getPresetCustomInfo.dhtml';
1751
1755
  // 流程列表
1752
- var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1756
+ var pendedhistoryList = flowPendingPrefix + '/pendedhistoryManager/pendedhistoryListJson';
1757
+ // export const pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
1753
1758
  // 获取流程按钮
1754
1759
  var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
1755
1760
  // 获取系统参数
@@ -1774,6 +1779,12 @@ var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
1774
1779
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
1775
1780
  // 续办提交
1776
1781
  var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
1782
+ // 分阅情况
1783
+ var taskReadList = '/bpm/pendedhistoryManager/fyListJson.dhtml';
1784
+ // 撤销分阅
1785
+ var cancelTaskRead = '/bpm/bpmBackend/taskReadWithDraw';
1786
+ // 获取公文办理消息
1787
+ var officeHandleRemark = '/archives/task/taskHandle/getDefaultNotificationType.dhtml';
1777
1788
 
1778
1789
  /***/ }),
1779
1790
  /* 3 */
@@ -2114,7 +2125,8 @@ module.exports = require("element-ui");
2114
2125
  /* 12 */,
2115
2126
  /* 13 */,
2116
2127
  /* 14 */,
2117
- /* 15 */
2128
+ /* 15 */,
2129
+ /* 16 */
2118
2130
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2119
2131
 
2120
2132
  "use strict";
@@ -3762,7 +3774,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
3762
3774
  var _this = this;
3763
3775
 
3764
3776
  var params = {
3765
- url: item.baseUrl ? item.baseUrl + (item.url || api["c" /* findSysCode */]) : item.url || api["c" /* findSysCode */],
3777
+ url: item.baseUrl ? item.baseUrl + (item.url || api["d" /* findSysCode */]) : item.url || api["d" /* findSysCode */],
3766
3778
  type: item.method || 'get',
3767
3779
  params: _extends({
3768
3780
  ccCode: item.sysAppCode,
package/lib/tabs.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 = 30);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 31);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 30:
195
+ /***/ 31:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/tag.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 = 32);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 33);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 32:
195
+ /***/ 33:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -0,0 +1 @@
1
+ @charset "UTF-8";.process-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.process-page .main{padding:20px 12px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.process-page .box{background:#fff;border-radius:8px;height:auto}.process-page .box .title{font-size:16px;color:#3a3211;padding:16px;border-bottom:1px solid #f0f0f0}.process-page .box .title .check-btn{float:right}.process-page .box .list-area{padding:0 12px}.process-page .box .list-area .van-checkbox__label{-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #f0f0f0;padding:14px 0 14px 4px}.process-page .box .list-area .list-item .name-area{font-size:12px;color:#222;display:-webkit-box;display:-ms-flexbox;display:flex}.process-page .box .list-area .list-item .name-area span{display:inline-block}.process-page .box .list-area .list-item .name-area .user-name,.process-page .box .list-area .list-item .name-area .user-name-flow{display:inline-block;margin-right:8px;border-right:1px solid #f0f0f0;width:36px}.process-page .box .list-area .list-item .name-area .handle-name,.process-page .box .list-area .list-item .name-area .handle-name-flow{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:8px}.process-page .box .list-area .list-item .name-area .handle-name-flow{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}.process-page .box .list-area .list-item .name-area .user-name-flow{border:unset;-webkit-box-flex:1;-ms-flex:1;flex:1;width:unset}.process-page .box .list-area .list-item .name-area .handle-status{width:44px;height:22px;float:right;border-radius:4px;background:rgba(232,35,52,.1);color:#e82334;font-size:12px;text-align:center;line-height:22px}.process-page .box .list-area .list-item .name-area .handle-status.success{background:rgba(41,225,41,.1);color:#29e129}.process-page .box .list-area .list-item .time{font-size:12px;color:#999;margin-top:12px}.process-page .box .list-area .list-item.list-item2{border-bottom:1px solid #f0f0f0;padding:14px 0}.btn-area{width:100%;height:90px;background:#fff;padding:12px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.btn-area .btn{width:calc(50% - 10px);color:#12278B;border:1px solid #12278B;font-size:16px}.btn-area .btn:last-child{color:#fff}.no-data{text-align:center;padding:20px 0;color:#999}
@@ -1 +1 @@
1
- @charset "UTF-8";.em-flow-list{width:100%;background-color:#fff}.em-flow-list .list{padding:32px 16px 0}.em-flow-list .list .item{position:relative;border-left:1px solid #eee;padding:10px 0;margin:10px 0}.em-flow-list .list .item .icon-gou{position:absolute;top:-15px;left:-8px;color:#12278B}.em-flow-list .list .item .process-pending{position:absolute;top:-15px;left:-8.5px;width:16px;height:16px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.em-flow-list .list .item .process-pending .process-pending-yuan{display:inline-block;width:6px;height:6px;border-radius:50%;background:#12278B}.em-flow-list .list .item:last-child{border-left-color:transparent;height:auto}.em-flow-list .list .item .icon-finish{width:16px;height:auto;position:relative;left:-8px}.em-flow-list .list .item .icon-ing{width:34px;height:auto;position:relative;left:-14px}.em-flow-list .list .item .item-box{padding-left:29px;width:100%}.em-flow-list .list .item .item-box .one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-18px}.em-flow-list .list .item .item-box .one .label{font-size:14px;font-family:PingFang SC;font-weight:400;color:#666}.em-flow-list .list .item .item-box .one .time{font-size:12px;font-family:PingFang SC;font-weight:400;color:#999}.em-flow-list .list .item .item-box .two{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;padding-bottom:10px;border-bottom:1px solid #eee}.em-flow-list .list .item .item-box .tree{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;font-family:PingFang SC;color:#999;line-height:16px;margin-bottom:16px;margin-top:10px}.em-flow-list .list .item .time{text-align:right;color:#333;font-size:13px;padding-top:10px;height:16px;line-height:15px}.em-flow-list .list .success-icon{border-left-color:#12278B}.em-flow-list .more{color:#12278B}.em-flow-list .custom-image .van-empty__image{width:90px;height:90px}
1
+ @charset "UTF-8";.em-flow-list{width:100%;height:100%}.em-flow-list .list{padding:32px 16px 0}.em-flow-list .list .item{position:relative;border-left:1px solid #eee;padding:10px 0;margin:10px 0}.em-flow-list .list .item .icon-gou{position:absolute;top:-15px;left:-8px;color:#12278B}.em-flow-list .list .item .process-pending{position:absolute;top:-15px;left:-8.5px;width:16px;height:16px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.em-flow-list .list .item .process-pending .process-pending-yuan{display:inline-block;width:6px;height:6px;border-radius:50%;background:#12278B}.em-flow-list .list .item:last-child{border-left-color:transparent;height:auto}.em-flow-list .list .item .icon-finish{width:16px;height:auto;position:relative;left:-8px}.em-flow-list .list .item .icon-ing{width:34px;height:auto;position:relative;left:-14px}.em-flow-list .list .item .item-box{padding-left:29px;width:100%}.em-flow-list .list .item .item-box .one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-18px}.em-flow-list .list .item .item-box .one .label{font-size:14px;font-family:PingFang SC;font-weight:400;color:#666}.em-flow-list .list .item .item-box .one .time{font-size:12px;font-family:PingFang SC;font-weight:400;color:#999}.em-flow-list .list .item .item-box .two{font-size:16px;font-family:PingFang SC;font-weight:400;color:#333;padding-bottom:10px;border-bottom:1px solid #eee}.em-flow-list .list .item .item-box .tree{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px;font-family:PingFang SC;color:#999;line-height:16px;margin-bottom:16px;margin-top:10px}.em-flow-list .list .item .time{text-align:right;color:#333;font-size:13px;padding-top:10px;height:16px;line-height:15px}.em-flow-list .list .success-icon{border-left-color:#12278B}.em-flow-list .more{color:#12278B}.em-flow-list .custom-image .van-empty__image{width:90px;height:90px}