eoss-mobiles 0.1.17 → 0.1.19

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.
@@ -10588,8 +10588,8 @@ var StartFlow_component = normalizeComponent(
10588
10588
  )
10589
10589
 
10590
10590
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
10591
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=45be8739&
10592
- var Handlevue_type_template_id_45be8739_render = function () {
10591
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=69e6c2b8&
10592
+ var Handlevue_type_template_id_69e6c2b8_render = function () {
10593
10593
  var _vm = this
10594
10594
  var _h = _vm.$createElement
10595
10595
  var _c = _vm._self._c || _h
@@ -10598,911 +10598,923 @@ var Handlevue_type_template_id_45be8739_render = function () {
10598
10598
  { staticClass: "process-handle" },
10599
10599
  [
10600
10600
  _vm.handleFlow
10601
- ? _c("div", [
10602
- _c(
10603
- "div",
10604
- { staticClass: "process-content" },
10605
- [
10606
- _c("div", { staticClass: "present-node" }, [
10607
- _c("div", { staticClass: "label" }, [_vm._v("当前节点:")]),
10608
- _c("div", [
10609
- _vm._v(_vm._s(_vm.processObj.taskExamine.nodeName)),
10601
+ ? _c(
10602
+ "div",
10603
+ {
10604
+ staticStyle: {
10605
+ display: "flex",
10606
+ "flex-direction": "column",
10607
+ height: "100%",
10608
+ },
10609
+ },
10610
+ [
10611
+ _c(
10612
+ "div",
10613
+ { staticClass: "process-content" },
10614
+ [
10615
+ _c("div", { staticClass: "present-node" }, [
10616
+ _c("div", { staticClass: "label" }, [_vm._v("当前节点:")]),
10617
+ _c("div", [
10618
+ _vm._v(_vm._s(_vm.processObj.taskExamine.nodeName)),
10619
+ ]),
10610
10620
  ]),
10611
- ]),
10612
- _c("Opinion", {
10613
- attrs: {
10614
- code: _vm.processObj.attachedCode,
10615
- ownId: _vm.pendingId,
10616
- isOpinionRequired: _vm.isOpinionRequired,
10617
- disabled: _vm.isBanInputOpinion != 0,
10618
- isHiddenOftenOpinion:
10619
- _vm.isHiddenOftenOpinion == 1 ? false : true,
10620
- },
10621
- on: { onInputOpintion: _vm.onInputOpintion },
10622
- }),
10623
- _vm.isSpecial
10624
- ? _c(
10625
- "div",
10626
- { staticClass: "special-box input-box" },
10627
- [
10628
- _vm.isCanAddSign
10629
- ? _c(
10630
- "div",
10631
- {
10632
- staticClass: "item",
10633
- class: {
10634
- itemRadio: _vm.form.isAddSign === "1",
10635
- },
10636
- },
10637
- [
10638
- _c(
10639
- "em-input",
10640
- {
10641
- attrs: {
10642
- name: "radio",
10643
- label: "是否增加本环节办理人",
10644
- required: true,
10645
- },
10646
- },
10647
- [
10648
- _c(
10649
- "template",
10650
- { slot: "input" },
10651
- [
10652
- _c("em-radio-group", {
10653
- attrs: {
10654
- data: _vm.isAddSignList,
10655
- direction: "horizontal",
10656
- },
10657
- model: {
10658
- value: _vm.form.isAddSign,
10659
- callback: function ($$v) {
10660
- _vm.$set(
10661
- _vm.form,
10662
- "isAddSign",
10663
- $$v
10664
- )
10665
- },
10666
- expression: "form.isAddSign",
10667
- },
10668
- }),
10669
- ],
10670
- 1
10671
- ),
10672
- ],
10673
- 2
10674
- ),
10675
- ],
10676
- 1
10677
- )
10678
- : _vm._e(),
10679
- _vm.form.isAddSign === "1"
10680
- ? _c(
10681
- "div",
10682
- {
10683
- staticClass: "item item-user",
10684
- attrs: { label: "增加办理人" },
10685
- },
10686
- [
10687
- _c("em-selector", {
10688
- attrs: {
10689
- label: "增加办理人",
10690
- required: "",
10691
- multiple: "",
10692
- objType: _vm.objType,
10693
- },
10694
- on: {
10695
- change: function ($event) {
10696
- _vm.disposeAppUser(
10697
- $event,
10698
- "addSignUserSelectList"
10699
- )
10700
- },
10701
- },
10702
- model: {
10703
- value: _vm.addSignUserSelectList,
10704
- callback: function ($$v) {
10705
- _vm.addSignUserSelectList = $$v
10706
- },
10707
- expression: "addSignUserSelectList",
10708
- },
10709
- }),
10710
- ],
10711
- 1
10712
- )
10713
- : _vm._e(),
10714
- _vm.isCanRemoveSign
10715
- ? _c(
10716
- "div",
10717
- {
10718
- staticClass: "item",
10719
- class: {
10720
- itemRadio: _vm.form.isRemoveSign === "1",
10721
- },
10722
- },
10723
- [
10724
- _c(
10725
- "em-input",
10726
- {
10727
- attrs: {
10728
- name: "radio",
10729
- label: "是否减签",
10730
- required: true,
10731
- },
10732
- },
10733
- [
10734
- _c(
10735
- "template",
10736
- { slot: "input" },
10737
- [
10738
- _c("em-radio-group", {
10739
- attrs: {
10740
- data: _vm.isAddSignList,
10741
- direction: "horizontal",
10742
- },
10743
- model: {
10744
- value: _vm.form.isRemoveSign,
10745
- callback: function ($$v) {
10746
- _vm.$set(
10747
- _vm.form,
10748
- "isRemoveSign",
10749
- $$v
10750
- )
10751
- },
10752
- expression: "form.isRemoveSign",
10753
- },
10754
- }),
10755
- ],
10756
- 1
10757
- ),
10758
- ],
10759
- 2
10760
- ),
10761
- ],
10762
- 1
10763
- )
10764
- : _vm._e(),
10765
- _vm.form.isRemoveSign === "1"
10766
- ? _c(
10767
- "div",
10768
- {
10769
- staticClass: "item item-user",
10770
- attrs: { label: "减少办理人" },
10771
- },
10772
- [
10773
- _c("em-selector", {
10774
- attrs: {
10775
- label: "减少办理人",
10776
- required: "",
10777
- multiple: "",
10778
- objType: _vm.objType,
10779
- },
10780
- on: {
10781
- change: function ($event) {
10782
- _vm.disposeAppUser(
10783
- $event,
10784
- "removeSignUserSelectList"
10785
- )
10786
- },
10787
- },
10788
- model: {
10789
- value: _vm.removeSignUserSelectList,
10790
- callback: function ($$v) {
10791
- _vm.removeSignUserSelectList = $$v
10792
- },
10793
- expression: "removeSignUserSelectList",
10794
- },
10795
- }),
10796
- ],
10797
- 1
10798
- )
10799
- : _vm._e(),
10800
- _vm.form.isRemoveSign !== "1" &&
10801
- _vm.form.isAddSign !== "1" &&
10802
- !_vm.isHiddenNextStepInfo
10803
- ? _c("div", [
10804
- _c(
10621
+ _c("Opinion", {
10622
+ attrs: {
10623
+ code: _vm.processObj.attachedCode,
10624
+ ownId: _vm.pendingId,
10625
+ isOpinionRequired: _vm.isOpinionRequired,
10626
+ disabled: _vm.isBanInputOpinion != 0,
10627
+ isHiddenOftenOpinion:
10628
+ _vm.isHiddenOftenOpinion == 1 ? false : true,
10629
+ },
10630
+ on: { onInputOpintion: _vm.onInputOpintion },
10631
+ }),
10632
+ _vm.isSpecial
10633
+ ? _c(
10634
+ "div",
10635
+ { staticClass: "special-box input-box" },
10636
+ [
10637
+ _vm.isCanAddSign
10638
+ ? _c(
10805
10639
  "div",
10806
10640
  {
10807
- staticClass: "shrink-btn",
10808
- on: {
10809
- click: function ($event) {
10810
- _vm.isNextBox = !_vm.isNextBox
10811
- },
10641
+ staticClass: "item",
10642
+ class: {
10643
+ itemRadio: _vm.form.isAddSign === "1",
10812
10644
  },
10813
10645
  },
10814
10646
  [
10815
- _vm._v(
10816
- "\n " +
10817
- _vm._s(
10818
- _vm.isNextBox
10819
- ? "收起下一步操作和节点"
10820
- : "展开下一步操作和节点"
10821
- ) +
10822
- "\n "
10823
- ),
10824
- ]
10825
- ),
10826
- _c(
10827
- "div",
10828
- {
10829
- directives: [
10647
+ _c(
10648
+ "em-input",
10830
10649
  {
10831
- name: "show",
10832
- rawName: "v-show",
10833
- value: _vm.isNextBox,
10834
- expression: "isNextBox",
10650
+ attrs: {
10651
+ name: "radio",
10652
+ label: "是否增加本环节办理人",
10653
+ required: true,
10654
+ },
10835
10655
  },
10836
- ],
10837
- staticClass: "next-box",
10838
- },
10839
- [
10840
- !_vm.isHiddenNextStepInfo &&
10841
- _vm.isChooseNextNode == 1
10842
- ? _c(
10843
- "div",
10844
- { staticClass: "item" },
10656
+ [
10657
+ _c(
10658
+ "template",
10659
+ { slot: "input" },
10845
10660
  [
10846
- _c("em-picker", {
10661
+ _c("em-radio-group", {
10847
10662
  attrs: {
10848
- title: "下步操作",
10849
- label: "下步操作",
10850
- required: "",
10851
- "show-toolbar": "",
10852
- "label-width": "100%",
10853
- columns: _vm.taskOperations,
10854
- "value-key": "key",
10855
- "label-key": "value",
10856
- },
10857
- on: {
10858
- confirm: _vm.changeNextOperate,
10663
+ data: _vm.isAddSignList,
10664
+ direction: "horizontal",
10859
10665
  },
10860
10666
  model: {
10861
- value: _vm.form.nextOperateName,
10667
+ value: _vm.form.isAddSign,
10862
10668
  callback: function ($$v) {
10863
10669
  _vm.$set(
10864
10670
  _vm.form,
10865
- "nextOperateName",
10671
+ "isAddSign",
10866
10672
  $$v
10867
10673
  )
10868
10674
  },
10869
- expression:
10870
- "form.nextOperateName",
10675
+ expression: "form.isAddSign",
10871
10676
  },
10872
10677
  }),
10873
10678
  ],
10874
10679
  1
10875
- )
10876
- : _vm._e(),
10877
- _vm.nodeList && _vm.nodeList.length > 0
10878
- ? _c(
10879
- "div",
10880
- { staticClass: "item" },
10680
+ ),
10681
+ ],
10682
+ 2
10683
+ ),
10684
+ ],
10685
+ 1
10686
+ )
10687
+ : _vm._e(),
10688
+ _vm.form.isAddSign === "1"
10689
+ ? _c(
10690
+ "div",
10691
+ {
10692
+ staticClass: "item item-user",
10693
+ attrs: { label: "增加办理人" },
10694
+ },
10695
+ [
10696
+ _c("em-selector", {
10697
+ attrs: {
10698
+ label: "增加办理人",
10699
+ required: "",
10700
+ multiple: "",
10701
+ objType: _vm.objType,
10702
+ },
10703
+ on: {
10704
+ change: function ($event) {
10705
+ _vm.disposeAppUser(
10706
+ $event,
10707
+ "addSignUserSelectList"
10708
+ )
10709
+ },
10710
+ },
10711
+ model: {
10712
+ value: _vm.addSignUserSelectList,
10713
+ callback: function ($$v) {
10714
+ _vm.addSignUserSelectList = $$v
10715
+ },
10716
+ expression: "addSignUserSelectList",
10717
+ },
10718
+ }),
10719
+ ],
10720
+ 1
10721
+ )
10722
+ : _vm._e(),
10723
+ _vm.isCanRemoveSign
10724
+ ? _c(
10725
+ "div",
10726
+ {
10727
+ staticClass: "item",
10728
+ class: {
10729
+ itemRadio: _vm.form.isRemoveSign === "1",
10730
+ },
10731
+ },
10732
+ [
10733
+ _c(
10734
+ "em-input",
10735
+ {
10736
+ attrs: {
10737
+ name: "radio",
10738
+ label: "是否减签",
10739
+ required: true,
10740
+ },
10741
+ },
10742
+ [
10743
+ _c(
10744
+ "template",
10745
+ { slot: "input" },
10881
10746
  [
10882
- _c("em-picker", {
10747
+ _c("em-radio-group", {
10883
10748
  attrs: {
10884
- title: "下步节点",
10885
- label: "下步节点",
10886
- required: "",
10887
- "show-toolbar": "",
10888
- "label-width": "100%",
10889
- columns: _vm.nodeList,
10890
- "value-key": "nodeId",
10891
- "label-key": "nodeName",
10892
- },
10893
- on: {
10894
- confirm: _vm.onConfirmNextNode,
10749
+ data: _vm.isAddSignList,
10750
+ direction: "horizontal",
10895
10751
  },
10896
10752
  model: {
10897
- value: _vm.form.nextNodeName,
10753
+ value: _vm.form.isRemoveSign,
10898
10754
  callback: function ($$v) {
10899
10755
  _vm.$set(
10900
10756
  _vm.form,
10901
- "nextNodeName",
10757
+ "isRemoveSign",
10902
10758
  $$v
10903
10759
  )
10904
10760
  },
10905
- expression: "form.nextNodeName",
10761
+ expression: "form.isRemoveSign",
10906
10762
  },
10907
10763
  }),
10908
10764
  ],
10909
10765
  1
10910
- )
10911
- : _vm._e(),
10912
- ]
10913
- ),
10914
- _vm.countersignaturetypeCode
10915
- ? _c(
10916
- "div",
10917
- { staticClass: "item" },
10918
- [
10919
- _c("van-field", {
10920
- attrs: {
10921
- label: "处理方式",
10922
- disabled: true,
10923
- },
10924
- model: {
10925
- value: _vm.countersignaturetypeText,
10926
- callback: function ($$v) {
10927
- _vm.countersignaturetypeText = $$v
10928
- },
10929
- expression:
10930
- "countersignaturetypeText",
10931
- },
10932
- }),
10933
- ],
10934
- 1
10935
- )
10936
- : _vm._e(),
10937
- _vm.isNextUser
10938
- ? _c(
10939
- "div",
10940
- { staticClass: "item item-user" },
10941
- [
10942
- _c("em-selector", {
10943
- attrs: {
10944
- multiple: !_vm.isRadio,
10945
- objType: _vm.objType,
10946
- required: "",
10947
- nextUserList: _vm.nextUserList,
10948
- disabled: !_vm.isCustomUser,
10949
- placeholder: "请选择下步办理人",
10950
- param: {
10951
- pid: _vm.pid,
10952
- },
10953
- label: "下步办理人",
10954
- },
10955
- on: {
10956
- change: function ($event) {
10957
- _vm.disposeAppUser(
10958
- $event,
10959
- "nextUserSelectList"
10960
- )
10961
- },
10962
- },
10963
- model: {
10964
- value: _vm.nextUserSelectList,
10965
- callback: function ($$v) {
10966
- _vm.nextUserSelectList = $$v
10967
- },
10968
- expression: "nextUserSelectList",
10969
- },
10970
- }),
10971
- ],
10972
- 1
10973
- )
10974
- : _vm._e(),
10975
- _vm.isDealRole
10976
- ? _c(
10977
- "div",
10978
- { staticClass: "item" },
10979
- [
10980
- _c("em-input", {
10981
- attrs: {
10982
- value: "办理角色",
10983
- label: "办理角色",
10984
- disabled: true,
10985
- placeholder: "请选择",
10986
- },
10987
- }),
10988
- ],
10989
- 1
10990
- )
10991
- : _vm._e(),
10992
- _vm.isDealObject
10993
- ? _c(
10994
- "div",
10995
- { staticClass: "item" },
10996
- [
10997
- _c("em-input", {
10998
- attrs: {
10999
- value: "办理对象",
11000
- label: "办理对象",
11001
- disabled: true,
11002
- placeholder: "请选择",
11003
- },
11004
- }),
11005
- ],
11006
- 1
11007
- )
11008
- : _vm._e(),
11009
- _vm.isHideCurrentOrg
11010
- ? _c(
11011
- "div",
11012
- { staticClass: "item" },
11013
- [
11014
- _c("em-selector", {
11015
- attrs: {
11016
- multiple: "",
11017
- objType: "enterprise",
11018
- tabs: "department,employee",
11019
- param: {
11020
- pid: "root",
11021
- filid: _vm.userInfo.orgId,
11022
- },
11023
- isOtherUnit: false,
11024
- label: _vm.currentOrgName
11025
- ? _vm.currentOrgName
11026
- : "本单位",
11027
- },
11028
- on: {
11029
- change: function ($event) {
11030
- _vm.disposeAppUnit(
11031
- $event,
11032
- "nextCurrentOrgObjSelect"
11033
- )
11034
- },
11035
- },
11036
- model: {
11037
- value: _vm.nextCurrentOrgObjSelect,
11038
- callback: function ($$v) {
11039
- _vm.nextCurrentOrgObjSelect = $$v
11040
- },
11041
- expression: "nextCurrentOrgObjSelect",
11042
- },
11043
- }),
11044
- ],
11045
- 1
11046
- )
11047
- : _vm._e(),
11048
- _vm.isHideOtherOrg
11049
- ? _c(
11050
- "div",
11051
- { staticClass: "item" },
11052
- [
11053
- _c("em-selector", {
11054
- attrs: {
11055
- multiple: "",
11056
- objType: "enterprise",
11057
- param: {
11058
- pid: _vm.pid,
11059
- filid: _vm.userInfo.orgId,
11060
- },
11061
- tabs: "department",
11062
- isOtherUnit: true,
11063
- label: _vm.otherOrgName
11064
- ? _vm.otherOrgName
11065
- : "外单位",
11066
- },
11067
- on: {
11068
- change: function ($event) {
11069
- _vm.disposeAppUnit(
11070
- $event,
11071
- "nextOtherOrgObjSelect"
11072
- )
11073
- },
11074
- },
11075
- model: {
11076
- value: _vm.nextOtherOrgObjSelect,
11077
- callback: function ($$v) {
11078
- _vm.nextOtherOrgObjSelect = $$v
11079
- },
11080
- expression: "nextOtherOrgObjSelect",
11081
- },
11082
- }),
11083
- ],
11084
- 1
11085
- )
11086
- : _vm._e(),
11087
- _vm.isMainSubProcess
11088
- ? _c(
11089
- "div",
11090
- { staticClass: "item" },
11091
- [
11092
- _c("van-field", {
11093
- attrs: {
11094
- value: "主办",
11095
- label: "主办",
11096
- disabled: true,
11097
- placeholder: "请选择",
11098
- },
11099
- }),
11100
- ],
11101
- 1
11102
- )
11103
- : _vm._e(),
11104
- _vm.isHandleExplain
11105
- ? _c(
11106
- "div",
11107
- { staticClass: "item" },
11108
- [
11109
- _c("van-field", {
11110
- attrs: {
11111
- value: "办理说明",
11112
- label: "办理说明",
11113
- disabled: true,
11114
- placeholder: "请选择",
11115
- },
11116
- }),
10766
+ ),
11117
10767
  ],
11118
- 1
11119
- )
11120
- : _vm._e(),
11121
- ])
11122
- : _vm._e(),
11123
- _vm.form.isRemoveSign !== "1" &&
11124
- _vm.form.isAddSign !== "1" &&
11125
- _vm.isTaskread
11126
- ? _c("div", { staticClass: "item" }, [
11127
- _c(
10768
+ 2
10769
+ ),
10770
+ ],
10771
+ 1
10772
+ )
10773
+ : _vm._e(),
10774
+ _vm.form.isRemoveSign === "1"
10775
+ ? _c(
11128
10776
  "div",
11129
- { staticClass: "item item-user" },
10777
+ {
10778
+ staticClass: "item item-user",
10779
+ attrs: { label: "减少办理人" },
10780
+ },
11130
10781
  [
11131
10782
  _c("em-selector", {
11132
10783
  attrs: {
10784
+ label: "减少办理人",
10785
+ required: "",
11133
10786
  multiple: "",
11134
10787
  objType: _vm.objType,
11135
- required: "",
11136
- param: {
11137
- pid: _vm.pid,
11138
- },
11139
- label: "分阅用户",
11140
10788
  },
11141
10789
  on: {
11142
10790
  change: function ($event) {
11143
10791
  _vm.disposeAppUser(
11144
10792
  $event,
11145
- "nextReadUserSelectList"
10793
+ "removeSignUserSelectList"
11146
10794
  )
11147
10795
  },
11148
10796
  },
11149
10797
  model: {
11150
- value: _vm.nextReadUserSelectList,
10798
+ value: _vm.removeSignUserSelectList,
11151
10799
  callback: function ($$v) {
11152
- _vm.nextReadUserSelectList = $$v
10800
+ _vm.removeSignUserSelectList = $$v
11153
10801
  },
11154
- expression: "nextReadUserSelectList",
10802
+ expression: "removeSignUserSelectList",
11155
10803
  },
11156
10804
  }),
11157
10805
  ],
11158
10806
  1
11159
- ),
11160
- ])
11161
- : _vm._e(),
11162
- _vm.isLimitedTimeHandling
11163
- ? _c(
11164
- "div",
11165
- { staticClass: "item" },
11166
- [
10807
+ )
10808
+ : _vm._e(),
10809
+ _vm.form.isRemoveSign !== "1" &&
10810
+ _vm.form.isAddSign !== "1" &&
10811
+ !_vm.isHiddenNextStepInfo
10812
+ ? _c("div", [
11167
10813
  _c(
11168
- "em-input",
10814
+ "div",
11169
10815
  {
11170
- attrs: {
11171
- name: "radio",
11172
- label: "是否限时办理",
11173
- required: true,
10816
+ staticClass: "shrink-btn",
10817
+ on: {
10818
+ click: function ($event) {
10819
+ _vm.isNextBox = !_vm.isNextBox
10820
+ },
11174
10821
  },
11175
10822
  },
11176
10823
  [
11177
- _c(
11178
- "template",
11179
- { slot: "input" },
10824
+ _vm._v(
10825
+ "\n " +
10826
+ _vm._s(
10827
+ _vm.isNextBox
10828
+ ? "收起下一步操作和节点"
10829
+ : "展开下一步操作和节点"
10830
+ ) +
10831
+ "\n "
10832
+ ),
10833
+ ]
10834
+ ),
10835
+ _c(
10836
+ "div",
10837
+ {
10838
+ directives: [
10839
+ {
10840
+ name: "show",
10841
+ rawName: "v-show",
10842
+ value: _vm.isNextBox,
10843
+ expression: "isNextBox",
10844
+ },
10845
+ ],
10846
+ staticClass: "next-box",
10847
+ },
10848
+ [
10849
+ !_vm.isHiddenNextStepInfo &&
10850
+ _vm.isChooseNextNode == 1
10851
+ ? _c(
10852
+ "div",
10853
+ { staticClass: "item" },
10854
+ [
10855
+ _c("em-picker", {
10856
+ attrs: {
10857
+ title: "下步操作",
10858
+ label: "下步操作",
10859
+ required: "",
10860
+ "show-toolbar": "",
10861
+ "label-width": "100%",
10862
+ columns: _vm.taskOperations,
10863
+ "value-key": "key",
10864
+ "label-key": "value",
10865
+ },
10866
+ on: {
10867
+ confirm: _vm.changeNextOperate,
10868
+ },
10869
+ model: {
10870
+ value: _vm.form.nextOperateName,
10871
+ callback: function ($$v) {
10872
+ _vm.$set(
10873
+ _vm.form,
10874
+ "nextOperateName",
10875
+ $$v
10876
+ )
10877
+ },
10878
+ expression:
10879
+ "form.nextOperateName",
10880
+ },
10881
+ }),
10882
+ ],
10883
+ 1
10884
+ )
10885
+ : _vm._e(),
10886
+ _vm.nodeList && _vm.nodeList.length > 0
10887
+ ? _c(
10888
+ "div",
10889
+ { staticClass: "item" },
10890
+ [
10891
+ _c("em-picker", {
10892
+ attrs: {
10893
+ title: "下步节点",
10894
+ label: "下步节点",
10895
+ required: "",
10896
+ "show-toolbar": "",
10897
+ "label-width": "100%",
10898
+ columns: _vm.nodeList,
10899
+ "value-key": "nodeId",
10900
+ "label-key": "nodeName",
10901
+ },
10902
+ on: {
10903
+ confirm: _vm.onConfirmNextNode,
10904
+ },
10905
+ model: {
10906
+ value: _vm.form.nextNodeName,
10907
+ callback: function ($$v) {
10908
+ _vm.$set(
10909
+ _vm.form,
10910
+ "nextNodeName",
10911
+ $$v
10912
+ )
10913
+ },
10914
+ expression: "form.nextNodeName",
10915
+ },
10916
+ }),
10917
+ ],
10918
+ 1
10919
+ )
10920
+ : _vm._e(),
10921
+ ]
10922
+ ),
10923
+ _vm.countersignaturetypeCode
10924
+ ? _c(
10925
+ "div",
10926
+ { staticClass: "item" },
11180
10927
  [
11181
- _c("em-radio-group", {
10928
+ _c("van-field", {
11182
10929
  attrs: {
11183
- data: _vm.isAddSignList,
11184
- direction: "horizontal",
10930
+ label: "处理方式",
10931
+ disabled: true,
11185
10932
  },
11186
10933
  model: {
11187
- value: _vm.form.isLimitedTime,
10934
+ value: _vm.countersignaturetypeText,
11188
10935
  callback: function ($$v) {
11189
- _vm.$set(
11190
- _vm.form,
11191
- "isLimitedTime",
11192
- $$v
10936
+ _vm.countersignaturetypeText = $$v
10937
+ },
10938
+ expression:
10939
+ "countersignaturetypeText",
10940
+ },
10941
+ }),
10942
+ ],
10943
+ 1
10944
+ )
10945
+ : _vm._e(),
10946
+ _vm.isNextUser
10947
+ ? _c(
10948
+ "div",
10949
+ { staticClass: "item item-user" },
10950
+ [
10951
+ _c("em-selector", {
10952
+ attrs: {
10953
+ multiple: !_vm.isRadio,
10954
+ objType: _vm.objType,
10955
+ required: "",
10956
+ nextUserList: _vm.nextUserList,
10957
+ disabled: !_vm.isCustomUser,
10958
+ placeholder: "请选择下步办理人",
10959
+ param: {
10960
+ pid: _vm.pid,
10961
+ },
10962
+ label: "下步办理人",
10963
+ },
10964
+ on: {
10965
+ change: function ($event) {
10966
+ _vm.disposeAppUser(
10967
+ $event,
10968
+ "nextUserSelectList"
11193
10969
  )
11194
10970
  },
11195
- expression: "form.isLimitedTime",
10971
+ },
10972
+ model: {
10973
+ value: _vm.nextUserSelectList,
10974
+ callback: function ($$v) {
10975
+ _vm.nextUserSelectList = $$v
10976
+ },
10977
+ expression: "nextUserSelectList",
11196
10978
  },
11197
10979
  }),
11198
10980
  ],
11199
10981
  1
11200
- ),
10982
+ )
10983
+ : _vm._e(),
10984
+ _vm.isDealRole
10985
+ ? _c(
10986
+ "div",
10987
+ { staticClass: "item" },
10988
+ [
10989
+ _c("em-input", {
10990
+ attrs: {
10991
+ value: "办理角色",
10992
+ label: "办理角色",
10993
+ disabled: true,
10994
+ placeholder: "请选择",
10995
+ },
10996
+ }),
10997
+ ],
10998
+ 1
10999
+ )
11000
+ : _vm._e(),
11001
+ _vm.isDealObject
11002
+ ? _c(
11003
+ "div",
11004
+ { staticClass: "item" },
11005
+ [
11006
+ _c("em-input", {
11007
+ attrs: {
11008
+ value: "办理对象",
11009
+ label: "办理对象",
11010
+ disabled: true,
11011
+ placeholder: "请选择",
11012
+ },
11013
+ }),
11014
+ ],
11015
+ 1
11016
+ )
11017
+ : _vm._e(),
11018
+ _vm.isHideCurrentOrg
11019
+ ? _c(
11020
+ "div",
11021
+ { staticClass: "item" },
11022
+ [
11023
+ _c("em-selector", {
11024
+ attrs: {
11025
+ multiple: "",
11026
+ objType: "enterprise",
11027
+ tabs: "department,employee",
11028
+ param: {
11029
+ pid: "root",
11030
+ filid: _vm.userInfo.orgId,
11031
+ },
11032
+ isOtherUnit: false,
11033
+ label: _vm.currentOrgName
11034
+ ? _vm.currentOrgName
11035
+ : "本单位",
11036
+ },
11037
+ on: {
11038
+ change: function ($event) {
11039
+ _vm.disposeAppUnit(
11040
+ $event,
11041
+ "nextCurrentOrgObjSelect"
11042
+ )
11043
+ },
11044
+ },
11045
+ model: {
11046
+ value: _vm.nextCurrentOrgObjSelect,
11047
+ callback: function ($$v) {
11048
+ _vm.nextCurrentOrgObjSelect = $$v
11049
+ },
11050
+ expression:
11051
+ "nextCurrentOrgObjSelect",
11052
+ },
11053
+ }),
11054
+ ],
11055
+ 1
11056
+ )
11057
+ : _vm._e(),
11058
+ _vm.isHideOtherOrg
11059
+ ? _c(
11060
+ "div",
11061
+ { staticClass: "item" },
11062
+ [
11063
+ _c("em-selector", {
11064
+ attrs: {
11065
+ multiple: "",
11066
+ objType: "enterprise",
11067
+ param: {
11068
+ pid: _vm.pid,
11069
+ filid: _vm.userInfo.orgId,
11070
+ },
11071
+ tabs: "department",
11072
+ isOtherUnit: true,
11073
+ label: _vm.otherOrgName
11074
+ ? _vm.otherOrgName
11075
+ : "外单位",
11076
+ },
11077
+ on: {
11078
+ change: function ($event) {
11079
+ _vm.disposeAppUnit(
11080
+ $event,
11081
+ "nextOtherOrgObjSelect"
11082
+ )
11083
+ },
11084
+ },
11085
+ model: {
11086
+ value: _vm.nextOtherOrgObjSelect,
11087
+ callback: function ($$v) {
11088
+ _vm.nextOtherOrgObjSelect = $$v
11089
+ },
11090
+ expression: "nextOtherOrgObjSelect",
11091
+ },
11092
+ }),
11093
+ ],
11094
+ 1
11095
+ )
11096
+ : _vm._e(),
11097
+ _vm.isMainSubProcess
11098
+ ? _c(
11099
+ "div",
11100
+ { staticClass: "item" },
11101
+ [
11102
+ _c("van-field", {
11103
+ attrs: {
11104
+ value: "主办",
11105
+ label: "主办",
11106
+ disabled: true,
11107
+ placeholder: "请选择",
11108
+ },
11109
+ }),
11110
+ ],
11111
+ 1
11112
+ )
11113
+ : _vm._e(),
11114
+ _vm.isHandleExplain
11115
+ ? _c(
11116
+ "div",
11117
+ { staticClass: "item" },
11118
+ [
11119
+ _c("van-field", {
11120
+ attrs: {
11121
+ value: "办理说明",
11122
+ label: "办理说明",
11123
+ disabled: true,
11124
+ placeholder: "请选择",
11125
+ },
11126
+ }),
11127
+ ],
11128
+ 1
11129
+ )
11130
+ : _vm._e(),
11131
+ ])
11132
+ : _vm._e(),
11133
+ _vm.form.isRemoveSign !== "1" &&
11134
+ _vm.form.isAddSign !== "1" &&
11135
+ _vm.isTaskread
11136
+ ? _c("div", { staticClass: "item" }, [
11137
+ _c(
11138
+ "div",
11139
+ { staticClass: "item item-user" },
11140
+ [
11141
+ _c("em-selector", {
11142
+ attrs: {
11143
+ multiple: "",
11144
+ objType: _vm.objType,
11145
+ required: "",
11146
+ param: {
11147
+ pid: _vm.pid,
11148
+ },
11149
+ label: "分阅用户",
11150
+ },
11151
+ on: {
11152
+ change: function ($event) {
11153
+ _vm.disposeAppUser(
11154
+ $event,
11155
+ "nextReadUserSelectList"
11156
+ )
11157
+ },
11158
+ },
11159
+ model: {
11160
+ value: _vm.nextReadUserSelectList,
11161
+ callback: function ($$v) {
11162
+ _vm.nextReadUserSelectList = $$v
11163
+ },
11164
+ expression: "nextReadUserSelectList",
11165
+ },
11166
+ }),
11201
11167
  ],
11202
- 2
11168
+ 1
11203
11169
  ),
11204
- ],
11205
- 1
11206
- )
11207
- : _vm._e(),
11208
- _vm.form.isLimitedTime === "1"
11209
- ? _c(
11210
- "div",
11211
- { staticClass: "item item-limited-time" },
11212
- [
11213
- _c(
11214
- "em-input",
11215
- {
11216
- attrs: {
11217
- name: "radio",
11218
- label: "限时办理时间",
11219
- required: true,
11170
+ ])
11171
+ : _vm._e(),
11172
+ _vm.isLimitedTimeHandling
11173
+ ? _c(
11174
+ "div",
11175
+ { staticClass: "item" },
11176
+ [
11177
+ _c(
11178
+ "em-input",
11179
+ {
11180
+ attrs: {
11181
+ name: "radio",
11182
+ label: "是否限时办理",
11183
+ required: true,
11184
+ },
11220
11185
  },
11221
- },
11222
- [
11223
- _c("template", { slot: "input" }, [
11186
+ [
11224
11187
  _c(
11225
- "div",
11226
- {
11227
- staticClass:
11228
- "item-limited-time-content",
11229
- },
11188
+ "template",
11189
+ { slot: "input" },
11230
11190
  [
11231
- _c(
11232
- "div",
11233
- [
11234
- _c("em-input", {
11235
- attrs: {
11236
- placeholder: "请输入天数",
11237
- type: "digit",
11238
- },
11239
- model: {
11240
- value:
11241
- _vm.form.limitedTimeDay,
11242
- callback: function ($$v) {
11243
- _vm.$set(
11244
- _vm.form,
11245
- "limitedTimeDay",
11246
- $$v
11247
- )
11191
+ _c("em-radio-group", {
11192
+ attrs: {
11193
+ data: _vm.isAddSignList,
11194
+ direction: "horizontal",
11195
+ },
11196
+ model: {
11197
+ value: _vm.form.isLimitedTime,
11198
+ callback: function ($$v) {
11199
+ _vm.$set(
11200
+ _vm.form,
11201
+ "isLimitedTime",
11202
+ $$v
11203
+ )
11204
+ },
11205
+ expression: "form.isLimitedTime",
11206
+ },
11207
+ }),
11208
+ ],
11209
+ 1
11210
+ ),
11211
+ ],
11212
+ 2
11213
+ ),
11214
+ ],
11215
+ 1
11216
+ )
11217
+ : _vm._e(),
11218
+ _vm.form.isLimitedTime === "1"
11219
+ ? _c(
11220
+ "div",
11221
+ { staticClass: "item item-limited-time" },
11222
+ [
11223
+ _c(
11224
+ "em-input",
11225
+ {
11226
+ attrs: {
11227
+ name: "radio",
11228
+ label: "限时办理时间",
11229
+ required: true,
11230
+ },
11231
+ },
11232
+ [
11233
+ _c("template", { slot: "input" }, [
11234
+ _c(
11235
+ "div",
11236
+ {
11237
+ staticClass:
11238
+ "item-limited-time-content",
11239
+ },
11240
+ [
11241
+ _c(
11242
+ "div",
11243
+ [
11244
+ _c("em-input", {
11245
+ attrs: {
11246
+ placeholder: "请输入天数",
11247
+ type: "digit",
11248
11248
  },
11249
- expression:
11250
- "form.limitedTimeDay",
11251
- },
11252
- }),
11253
- ],
11254
- 1
11255
- ),
11256
- _c(
11257
- "div",
11258
- { staticClass: "day-text" },
11259
- [_vm._v("天")]
11260
- ),
11261
- _c(
11262
- "div",
11263
- [
11264
- _c("em-input", {
11265
- attrs: {
11266
- value:
11267
- _vm.form.limitedTimeHour,
11268
- clickable: "",
11269
- readonly: "",
11270
- placeholder: "请选择小时",
11271
- },
11272
- on: {
11273
- click: function ($event) {
11274
- _vm.openTimeList(
11275
- "limitedTimeHour"
11276
- )
11249
+ model: {
11250
+ value:
11251
+ _vm.form.limitedTimeDay,
11252
+ callback: function ($$v) {
11253
+ _vm.$set(
11254
+ _vm.form,
11255
+ "limitedTimeDay",
11256
+ $$v
11257
+ )
11258
+ },
11259
+ expression:
11260
+ "form.limitedTimeDay",
11277
11261
  },
11278
- },
11279
- }),
11280
- ],
11281
- 1
11282
- ),
11283
- _c(
11284
- "div",
11285
- { staticClass: "day-text" },
11286
- [_vm._v("时")]
11287
- ),
11288
- ]
11289
- ),
11290
- ]),
11291
- ],
11292
- 2
11293
- ),
11294
- ],
11295
- 1
11296
- )
11297
- : _vm._e(),
11298
- _vm.form.isLimitedTime === "1"
11299
- ? _c(
11300
- "div",
11301
- { staticClass: "item item-limited-time" },
11302
- [
11303
- _c(
11304
- "em-input",
11305
- {
11306
- attrs: {
11307
- name: "radio",
11308
- label: "提前通知时间",
11309
- required: true,
11262
+ }),
11263
+ ],
11264
+ 1
11265
+ ),
11266
+ _c(
11267
+ "div",
11268
+ { staticClass: "day-text" },
11269
+ [_vm._v("")]
11270
+ ),
11271
+ _c(
11272
+ "div",
11273
+ [
11274
+ _c("em-input", {
11275
+ attrs: {
11276
+ value:
11277
+ _vm.form.limitedTimeHour,
11278
+ clickable: "",
11279
+ readonly: "",
11280
+ placeholder: "请选择小时",
11281
+ },
11282
+ on: {
11283
+ click: function ($event) {
11284
+ _vm.openTimeList(
11285
+ "limitedTimeHour"
11286
+ )
11287
+ },
11288
+ },
11289
+ }),
11290
+ ],
11291
+ 1
11292
+ ),
11293
+ _c(
11294
+ "div",
11295
+ { staticClass: "day-text" },
11296
+ [_vm._v("时")]
11297
+ ),
11298
+ ]
11299
+ ),
11300
+ ]),
11301
+ ],
11302
+ 2
11303
+ ),
11304
+ ],
11305
+ 1
11306
+ )
11307
+ : _vm._e(),
11308
+ _vm.form.isLimitedTime === "1"
11309
+ ? _c(
11310
+ "div",
11311
+ { staticClass: "item item-limited-time" },
11312
+ [
11313
+ _c(
11314
+ "em-input",
11315
+ {
11316
+ attrs: {
11317
+ name: "radio",
11318
+ label: "提前通知时间",
11319
+ required: true,
11320
+ },
11310
11321
  },
11311
- },
11312
- [
11313
- _c("template", { slot: "input" }, [
11314
- _c(
11315
- "div",
11316
- {
11317
- staticClass:
11318
- "item-limited-time-content",
11319
- },
11320
- [
11321
- _c(
11322
- "div",
11323
- [
11324
- _c("em-input", {
11325
- attrs: {
11326
- placeholder: "请输入天数",
11327
- type: "digit",
11328
- },
11329
- model: {
11330
- value:
11331
- _vm.form.advanceNoticeDay,
11332
- callback: function ($$v) {
11333
- _vm.$set(
11334
- _vm.form,
11335
- "advanceNoticeDay",
11336
- $$v
11337
- )
11322
+ [
11323
+ _c("template", { slot: "input" }, [
11324
+ _c(
11325
+ "div",
11326
+ {
11327
+ staticClass:
11328
+ "item-limited-time-content",
11329
+ },
11330
+ [
11331
+ _c(
11332
+ "div",
11333
+ [
11334
+ _c("em-input", {
11335
+ attrs: {
11336
+ placeholder: "请输入天数",
11337
+ type: "digit",
11338
11338
  },
11339
- expression:
11340
- "form.advanceNoticeDay",
11341
- },
11342
- }),
11343
- ],
11344
- 1
11345
- ),
11346
- _c(
11347
- "div",
11348
- { staticClass: "day-text" },
11349
- [_vm._v("天")]
11350
- ),
11351
- _c(
11352
- "div",
11353
- [
11354
- _c("em-input", {
11355
- attrs: {
11356
- value:
11357
- _vm.form.advanceNoticeHour,
11358
- clickable: "",
11359
- placeholder: "请选择小时",
11360
- readonly: "",
11361
- },
11362
- on: {
11363
- click: function ($event) {
11364
- _vm.openTimeList(
11365
- "advanceNoticeHour"
11366
- )
11339
+ model: {
11340
+ value:
11341
+ _vm.form.advanceNoticeDay,
11342
+ callback: function ($$v) {
11343
+ _vm.$set(
11344
+ _vm.form,
11345
+ "advanceNoticeDay",
11346
+ $$v
11347
+ )
11348
+ },
11349
+ expression:
11350
+ "form.advanceNoticeDay",
11367
11351
  },
11368
- },
11369
- }),
11370
- ],
11371
- 1
11372
- ),
11373
- _c(
11374
- "div",
11375
- { staticClass: "day-text" },
11376
- [_vm._v("时")]
11377
- ),
11378
- ]
11379
- ),
11380
- ]),
11381
- ],
11382
- 2
11383
- ),
11384
- ],
11385
- 1
11386
- )
11387
- : _vm._e(),
11388
- _c(
11389
- "van-popup",
11390
- {
11391
- attrs: { round: "", position: "bottom" },
11392
- model: {
11393
- value: _vm.showTimeList,
11394
- callback: function ($$v) {
11395
- _vm.showTimeList = $$v
11352
+ }),
11353
+ ],
11354
+ 1
11355
+ ),
11356
+ _c(
11357
+ "div",
11358
+ { staticClass: "day-text" },
11359
+ [_vm._v("")]
11360
+ ),
11361
+ _c(
11362
+ "div",
11363
+ [
11364
+ _c("em-input", {
11365
+ attrs: {
11366
+ value:
11367
+ _vm.form
11368
+ .advanceNoticeHour,
11369
+ clickable: "",
11370
+ placeholder: "请选择小时",
11371
+ readonly: "",
11372
+ },
11373
+ on: {
11374
+ click: function ($event) {
11375
+ _vm.openTimeList(
11376
+ "advanceNoticeHour"
11377
+ )
11378
+ },
11379
+ },
11380
+ }),
11381
+ ],
11382
+ 1
11383
+ ),
11384
+ _c(
11385
+ "div",
11386
+ { staticClass: "day-text" },
11387
+ [_vm._v("时")]
11388
+ ),
11389
+ ]
11390
+ ),
11391
+ ]),
11392
+ ],
11393
+ 2
11394
+ ),
11395
+ ],
11396
+ 1
11397
+ )
11398
+ : _vm._e(),
11399
+ _c(
11400
+ "van-popup",
11401
+ {
11402
+ attrs: { round: "", position: "bottom" },
11403
+ model: {
11404
+ value: _vm.showTimeList,
11405
+ callback: function ($$v) {
11406
+ _vm.showTimeList = $$v
11407
+ },
11408
+ expression: "showTimeList",
11396
11409
  },
11397
- expression: "showTimeList",
11398
11410
  },
11399
- },
11400
- [
11401
- _c("van-picker", {
11402
- attrs: {
11403
- "show-toolbar": "",
11404
- columns: _vm.timeList,
11405
- },
11406
- on: {
11407
- cancel: function ($event) {
11408
- _vm.showTimeList = false
11411
+ [
11412
+ _c("van-picker", {
11413
+ attrs: {
11414
+ "show-toolbar": "",
11415
+ columns: _vm.timeList,
11409
11416
  },
11410
- confirm: _vm.onConfirmTimeList,
11411
- },
11412
- }),
11413
- ],
11414
- 1
11415
- ),
11416
- _vm.isLimitedTimeHandling
11417
- ? _c(
11418
- "div",
11419
- { staticClass: "item-msg item-msg1" },
11420
- [
11421
- _c("Message", {
11422
- ref: "message",
11423
- attrs: {
11424
- label: "催办通知方式",
11425
- code: "notification_type",
11426
- required: true,
11417
+ on: {
11418
+ cancel: function ($event) {
11419
+ _vm.showTimeList = false
11427
11420
  },
11428
- on: { onInputMsg: _vm.onInputMsgUrge },
11429
- }),
11430
- ],
11431
- 1
11432
- )
11433
- : _vm._e(),
11434
- _c(
11435
- "div",
11436
- { staticClass: "item-msg item-msg2" },
11437
- [
11438
- _c("Message", {
11439
- ref: "message",
11440
- attrs: {
11441
- code: "notification_type",
11442
- defaultNotificationType:
11443
- _vm.defaultNotificationType,
11444
- defaultNotificationMsg:
11445
- _vm.form.notificationMsg,
11446
- },
11447
- on: { onInputMsg: _vm.onInputMsg },
11448
- }),
11449
- ],
11450
- 1
11451
- ),
11452
- ],
11453
- 1
11454
- )
11455
- : _vm._e(),
11456
- ],
11457
- 1
11458
- ),
11459
- _vm.isSubmitButtonShowAgreeAndDisagree
11460
- ? _c("div", { staticClass: "btn-list" }, [
11461
- _c(
11462
- "div",
11463
- {
11464
- staticClass: "btn",
11465
- on: {
11466
- click: function ($event) {
11467
- _vm.handleFlow = false
11421
+ confirm: _vm.onConfirmTimeList,
11422
+ },
11423
+ }),
11424
+ ],
11425
+ 1
11426
+ ),
11427
+ _vm.isLimitedTimeHandling
11428
+ ? _c(
11429
+ "div",
11430
+ { staticClass: "item-msg item-msg1" },
11431
+ [
11432
+ _c("Message", {
11433
+ ref: "message",
11434
+ attrs: {
11435
+ label: "催办通知方式",
11436
+ code: "notification_type",
11437
+ required: true,
11438
+ },
11439
+ on: { onInputMsg: _vm.onInputMsgUrge },
11440
+ }),
11441
+ ],
11442
+ 1
11443
+ )
11444
+ : _vm._e(),
11445
+ _c(
11446
+ "div",
11447
+ { staticClass: "item-msg item-msg2" },
11448
+ [
11449
+ _c("Message", {
11450
+ ref: "message",
11451
+ attrs: {
11452
+ code: "notification_type",
11453
+ defaultNotificationType:
11454
+ _vm.defaultNotificationType,
11455
+ defaultNotificationMsg:
11456
+ _vm.form.notificationMsg,
11457
+ },
11458
+ on: { onInputMsg: _vm.onInputMsg },
11459
+ }),
11460
+ ],
11461
+ 1
11462
+ ),
11463
+ ],
11464
+ 1
11465
+ )
11466
+ : _vm._e(),
11467
+ ],
11468
+ 1
11469
+ ),
11470
+ _vm.isSubmitButtonShowAgreeAndDisagree
11471
+ ? _c("div", { staticClass: "btn-list" }, [
11472
+ _c(
11473
+ "div",
11474
+ {
11475
+ staticClass: "btn",
11476
+ on: {
11477
+ click: function ($event) {
11478
+ _vm.handleFlow = false
11479
+ },
11468
11480
  },
11469
11481
  },
11470
- },
11471
- [_vm._v("不同意")]
11472
- ),
11473
- _c(
11474
- "div",
11475
- {
11476
- staticClass: "btn",
11477
- on: {
11478
- click: function ($event) {
11479
- _vm.onSubmit()
11482
+ [_vm._v("不同意")]
11483
+ ),
11484
+ _c(
11485
+ "div",
11486
+ {
11487
+ staticClass: "btn",
11488
+ on: {
11489
+ click: function ($event) {
11490
+ _vm.onSubmit()
11491
+ },
11480
11492
  },
11481
11493
  },
11482
- },
11483
- [_vm._v("同意")]
11484
- ),
11485
- ])
11486
- : _c("div", { staticClass: "btn-list" }, [
11487
- _c(
11488
- "div",
11489
- { staticClass: "btn", on: { click: _vm.navigateBack } },
11490
- [_vm._v("取消")]
11491
- ),
11492
- _c(
11493
- "div",
11494
- {
11495
- staticClass: "btn",
11496
- on: {
11497
- click: function ($event) {
11498
- _vm.onSubmit()
11494
+ [_vm._v("同意")]
11495
+ ),
11496
+ ])
11497
+ : _c("div", { staticClass: "btn-list" }, [
11498
+ _c(
11499
+ "div",
11500
+ { staticClass: "btn", on: { click: _vm.navigateBack } },
11501
+ [_vm._v("取消")]
11502
+ ),
11503
+ _c(
11504
+ "div",
11505
+ {
11506
+ staticClass: "btn",
11507
+ on: {
11508
+ click: function ($event) {
11509
+ _vm.onSubmit()
11510
+ },
11499
11511
  },
11500
11512
  },
11501
- },
11502
- [_vm._v("确定")]
11503
- ),
11504
- ]),
11505
- ])
11513
+ [_vm._v("确定")]
11514
+ ),
11515
+ ]),
11516
+ ]
11517
+ )
11506
11518
  : _c("Reject", {
11507
11519
  attrs: {
11508
11520
  pendingId: _vm.pendingId,
@@ -11518,11 +11530,11 @@ var Handlevue_type_template_id_45be8739_render = function () {
11518
11530
  1
11519
11531
  )
11520
11532
  }
11521
- var Handlevue_type_template_id_45be8739_staticRenderFns = []
11522
- Handlevue_type_template_id_45be8739_render._withStripped = true
11533
+ var Handlevue_type_template_id_69e6c2b8_staticRenderFns = []
11534
+ Handlevue_type_template_id_69e6c2b8_render._withStripped = true
11523
11535
 
11524
11536
 
11525
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=45be8739&
11537
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=69e6c2b8&
11526
11538
 
11527
11539
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=04b5d77e&
11528
11540
  var Rejectvue_type_template_id_04b5d77e_render = function () {
@@ -12485,6 +12497,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
12485
12497
  //
12486
12498
  //
12487
12499
  //
12500
+ //
12501
+ //
12502
+ //
12503
+ //
12504
+ //
12488
12505
 
12489
12506
 
12490
12507
 
@@ -12627,6 +12644,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
12627
12644
  isCustomUser: 0, //是否可选中办理人
12628
12645
  choiceOrgId: '',
12629
12646
  choiceDeptId: '',
12647
+ taskExamineInfo: {},
12630
12648
  pOrgId: ''
12631
12649
  };
12632
12650
  },
@@ -12759,6 +12777,22 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
12759
12777
  duration: 0
12760
12778
  });
12761
12779
  var _that = this;
12780
+ var isEndUserTask = this.isEndUserTask,
12781
+ choiceOrgId = this.choiceOrgId,
12782
+ choiceDeptId = this.choiceDeptId,
12783
+ pOrgId = this.pOrgId,
12784
+ taskExamineInfo = this.taskExamineInfo;
12785
+
12786
+ _that.form.isEndUserTask = isEndUserTask;
12787
+ _that.form.choiceOrgId = choiceOrgId;
12788
+ _that.form.choiceDeptId = choiceDeptId;
12789
+ _that.form.pOrgId = pOrgId;
12790
+ _that.form.processType = taskExamineInfo.processType;
12791
+ _that.form.businessId = taskExamineInfo.businessId;
12792
+ _that.form.appId = taskExamineInfo.appId;
12793
+ _that.form.processDefinitionId = taskExamineInfo.processDefinitionId;
12794
+ _that.form.isSubFlow = taskExamineInfo.isSubFlow;
12795
+ _that.form.nodeId = taskExamineInfo.nodeId;
12762
12796
  utils_http({
12763
12797
  url: _that.baseUrl ? _that.baseUrl + taskHandleHtml : taskHandleHtml,
12764
12798
  params: Handlevue_type_script_lang_js_extends({
@@ -12890,7 +12924,6 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
12890
12924
  // 获取发起流程信息
12891
12925
  getProcessObjNew: function getProcessObjNew() {
12892
12926
  var that = this;
12893
- console.log('获取流程');
12894
12927
  return new Promise(function (resolve, reiect) {
12895
12928
  utils_http({
12896
12929
  url: that.baseUrl ? that.baseUrl + api_getHandleInfoHtml : api_getHandleInfoHtml,
@@ -12904,13 +12937,14 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
12904
12937
  nodeInfoMap = _res$data.nodeInfoMap,
12905
12938
  choiceOrgId = _res$data.choiceOrgId,
12906
12939
  choiceDeptId = _res$data.choiceDeptId,
12940
+ isEndUserTask = _res$data.isEndUserTask,
12907
12941
  pOrgId = _res$data.pOrgId,
12942
+ taskExamine = _res$data.taskExamine,
12908
12943
  defaultNotificationMessage = _res$data.defaultNotificationMessage,
12909
12944
  defaultNotificationType = _res$data.defaultNotificationType;
12910
12945
 
12911
12946
  if (status == 'success') {
12912
- console.log(res.data, 'aaa');
12913
-
12947
+ that.taskExamineInfo = taskExamine;
12914
12948
  that.form.notificationMsg = defaultNotificationMessage;
12915
12949
  that.defaultNotificationType = defaultNotificationType.split(',');
12916
12950
  that.isCanAddSign = res.data.isCanAddSign;
@@ -12997,11 +13031,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
12997
13031
  that.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
12998
13032
  that.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
12999
13033
  that.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
13000
- that.choiceOrgId = choiceOrgId;
13001
- that.choiceDeptId = choiceDeptId;
13002
- that.pOrgId = pOrgId;
13003
13034
  }
13004
-
13035
+ that.choiceOrgId = choiceOrgId;
13036
+ that.choiceDeptId = choiceDeptId;
13037
+ that.pOrgId = pOrgId;
13038
+ that.isEndUserTask = isEndUserTask;
13005
13039
  if (!that.isOpinionRequired) {
13006
13040
  that.isOpinionRequired = 0;
13007
13041
  }
@@ -13182,8 +13216,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
13182
13216
 
13183
13217
  var Handle_component = normalizeComponent(
13184
13218
  components_Handlevue_type_script_lang_js_,
13185
- Handlevue_type_template_id_45be8739_render,
13186
- Handlevue_type_template_id_45be8739_staticRenderFns,
13219
+ Handlevue_type_template_id_69e6c2b8_render,
13220
+ Handlevue_type_template_id_69e6c2b8_staticRenderFns,
13187
13221
  false,
13188
13222
  null,
13189
13223
  null,
@@ -15793,7 +15827,7 @@ if (typeof window !== 'undefined' && window.Vue) {
15793
15827
  }
15794
15828
 
15795
15829
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
15796
- version: '0.1.17',
15830
+ version: '0.1.19',
15797
15831
  install: install,
15798
15832
  Button: packages_button,
15799
15833
  ButtonGroup: button_group,