eoss-mobiles 0.2.67 → 0.2.68

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.
@@ -12295,8 +12295,8 @@ mainvue_type_template_id_7b5917b8_render._withStripped = true
12295
12295
 
12296
12296
  // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7b5917b8&
12297
12297
 
12298
- // 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/StartFlow.vue?vue&type=template&id=13c48e44&
12299
- var StartFlowvue_type_template_id_13c48e44_render = function () {
12298
+ // 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/StartFlow.vue?vue&type=template&id=84b7e9d0&
12299
+ var StartFlowvue_type_template_id_84b7e9d0_render = function () {
12300
12300
  var _vm = this
12301
12301
  var _h = _vm.$createElement
12302
12302
  var _c = _vm._self._c || _h
@@ -12482,11 +12482,11 @@ var StartFlowvue_type_template_id_13c48e44_render = function () {
12482
12482
  ]),
12483
12483
  ])
12484
12484
  }
12485
- var StartFlowvue_type_template_id_13c48e44_staticRenderFns = []
12486
- StartFlowvue_type_template_id_13c48e44_render._withStripped = true
12485
+ var StartFlowvue_type_template_id_84b7e9d0_staticRenderFns = []
12486
+ StartFlowvue_type_template_id_84b7e9d0_render._withStripped = true
12487
12487
 
12488
12488
 
12489
- // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=13c48e44&
12489
+ // CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=84b7e9d0&
12490
12490
 
12491
12491
  // 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/Opinion.vue?vue&type=template&id=010d7d30&
12492
12492
  var Opinionvue_type_template_id_010d7d30_render = function () {
@@ -13504,7 +13504,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
13504
13504
  notificationMsg: this.form.notificationMsg,
13505
13505
  loginType: 2, //登录方式
13506
13506
  isImageOpinion: this.form.isImageOpinion,
13507
- userId: this.userId || util.getStorage('userId')
13507
+ userId: this.userId || util.getStorage('userId'),
13508
+ mobileKey: util.getStorage('deviceId') || '123'
13508
13509
  };
13509
13510
  if (this.beforeSubmit) {
13510
13511
  this.beforeSubmit(info);
@@ -13749,8 +13750,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
13749
13750
 
13750
13751
  var StartFlow_component = normalizeComponent(
13751
13752
  components_StartFlowvue_type_script_lang_js_,
13752
- StartFlowvue_type_template_id_13c48e44_render,
13753
- StartFlowvue_type_template_id_13c48e44_staticRenderFns,
13753
+ StartFlowvue_type_template_id_84b7e9d0_render,
13754
+ StartFlowvue_type_template_id_84b7e9d0_staticRenderFns,
13754
13755
  false,
13755
13756
  null,
13756
13757
  null,
@@ -13759,8 +13760,8 @@ var StartFlow_component = normalizeComponent(
13759
13760
  )
13760
13761
 
13761
13762
  /* harmony default export */ var StartFlow = (StartFlow_component.exports);
13762
- // 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=81306d14&
13763
- var Handlevue_type_template_id_81306d14_render = function () {
13763
+ // 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=9ec6dd58&
13764
+ var Handlevue_type_template_id_9ec6dd58_render = function () {
13764
13765
  var _vm = this
13765
13766
  var _h = _vm.$createElement
13766
13767
  var _c = _vm._self._c || _h
@@ -13808,891 +13809,936 @@ var Handlevue_type_template_id_81306d14_render = function () {
13808
13809
  },
13809
13810
  on: { onInputOpintion: _vm.onInputOpintion },
13810
13811
  }),
13811
- _vm.isSpecial && _vm.typeCode != "fenyue"
13812
- ? _c(
13813
- "div",
13814
- { staticClass: "special-box input-box" },
13815
- [
13816
- _vm.isCanAddSign
13817
- ? _c(
13818
- "div",
13819
- {
13820
- staticClass: "item",
13821
- class: {
13822
- itemRadio: _vm.form.isAddSign === "1",
13823
- },
13824
- },
13825
- [
13826
- _c(
13827
- "em-input",
13828
- {
13829
- attrs: {
13830
- name: "radio",
13831
- label: "是否增加本环节办理人",
13832
- required: true,
13833
- },
13834
- },
13835
- [
13836
- _c(
13837
- "template",
13838
- { slot: "input" },
13839
- [
13840
- _c("em-radio-group", {
13841
- attrs: {
13842
- data: _vm.isAddSignList,
13843
- direction: "horizontal",
13844
- },
13845
- model: {
13846
- value: _vm.form.isAddSign,
13847
- callback: function ($$v) {
13848
- _vm.$set(
13849
- _vm.form,
13850
- "isAddSign",
13851
- $$v
13852
- )
13853
- },
13854
- expression: "form.isAddSign",
13855
- },
13856
- }),
13857
- ],
13858
- 1
13859
- ),
13860
- ],
13861
- 2
13862
- ),
13863
- ],
13864
- 1
13865
- )
13866
- : _vm._e(),
13867
- _vm.form.isAddSign === "1"
13868
- ? _c(
13869
- "div",
13870
- {
13871
- staticClass: "item item-user",
13872
- attrs: { label: "增加办理人" },
13873
- },
13874
- [
13875
- _c("em-selector", {
13876
- attrs: {
13877
- label: "增加办理人",
13878
- required: "",
13879
- multiple: "",
13880
- isAllCheck: _vm.isAllCheck,
13881
- baseUrl: _vm.apiBaseUrl,
13882
- paddingTop: _vm.paddingTop,
13883
- objType: _vm.objType,
13884
- },
13885
- on: {
13886
- change: function ($event) {
13887
- _vm.disposeAppUser(
13888
- $event,
13889
- "addSignUserSelectList"
13890
- )
13891
- },
13892
- },
13893
- model: {
13894
- value: _vm.addSignUserSelectList,
13895
- callback: function ($$v) {
13896
- _vm.addSignUserSelectList = $$v
13897
- },
13898
- expression: "addSignUserSelectList",
13899
- },
13900
- }),
13901
- ],
13902
- 1
13903
- )
13904
- : _vm._e(),
13905
- _vm.isCanRemoveSign
13906
- ? _c(
13907
- "div",
13908
- {
13909
- staticClass: "item",
13910
- class: {
13911
- itemRadio: _vm.form.isRemoveSign === "1",
13912
- },
13913
- },
13914
- [
13915
- _c(
13916
- "em-input",
13917
- {
13918
- attrs: {
13919
- name: "radio",
13920
- label: "是否减签",
13921
- required: true,
13922
- },
13923
- },
13924
- [
13925
- _c(
13926
- "template",
13927
- { slot: "input" },
13928
- [
13929
- _c("em-radio-group", {
13930
- attrs: {
13931
- data: _vm.isAddSignList,
13932
- direction: "horizontal",
13933
- },
13934
- model: {
13935
- value: _vm.form.isRemoveSign,
13936
- callback: function ($$v) {
13937
- _vm.$set(
13938
- _vm.form,
13939
- "isRemoveSign",
13940
- $$v
13941
- )
13942
- },
13943
- expression: "form.isRemoveSign",
13944
- },
13945
- }),
13946
- ],
13947
- 1
13948
- ),
13949
- ],
13950
- 2
13951
- ),
13952
- ],
13953
- 1
13954
- )
13955
- : _vm._e(),
13956
- _vm.form.isRemoveSign === "1"
13957
- ? _c(
13958
- "div",
13959
- {
13960
- staticClass: "item item-user",
13961
- attrs: { label: "减少办理人" },
13812
+ _vm.typeCode != "fenyue"
13813
+ ? _c("div", { staticClass: "special-box input-box" }, [
13814
+ _vm.isCanAddSign
13815
+ ? _c(
13816
+ "div",
13817
+ {
13818
+ staticClass: "item",
13819
+ class: {
13820
+ itemRadio: _vm.form.isAddSign === "1",
13962
13821
  },
13963
- [
13964
- _c("em-selector", {
13965
- attrs: {
13966
- label: "减少办理人",
13967
- isAllCheck: _vm.isAllCheck,
13968
- required: "",
13969
- paddingTop: _vm.paddingTop,
13970
- multiple: "",
13971
- baseUrl: _vm.apiBaseUrl,
13972
- objType: _vm.objType,
13973
- },
13974
- on: {
13975
- change: function ($event) {
13976
- _vm.disposeAppUser(
13977
- $event,
13978
- "removeSignUserSelectList"
13979
- )
13980
- },
13981
- },
13982
- model: {
13983
- value: _vm.removeSignUserSelectList,
13984
- callback: function ($$v) {
13985
- _vm.removeSignUserSelectList = $$v
13986
- },
13987
- expression: "removeSignUserSelectList",
13988
- },
13989
- }),
13990
- ],
13991
- 1
13992
- )
13993
- : _vm._e(),
13994
- _vm.form.isRemoveSign !== "1" &&
13995
- _vm.form.isAddSign !== "1" &&
13996
- !_vm.isHiddenNextStepInfo
13997
- ? _c("div", [
13822
+ },
13823
+ [
13998
13824
  _c(
13999
- "div",
13825
+ "em-input",
14000
13826
  {
14001
- directives: [
14002
- {
14003
- name: "show",
14004
- rawName: "v-show",
14005
- value: _vm.isNextBox || _vm.isReject,
14006
- expression: "isNextBox || isReject",
14007
- },
14008
- ],
14009
- staticClass: "next-box",
13827
+ attrs: {
13828
+ name: "radio",
13829
+ label: "是否增加本环节办理人",
13830
+ required: true,
13831
+ },
14010
13832
  },
14011
13833
  [
14012
- !_vm.isHiddenNextStepInfo &&
14013
- _vm.isChooseNextNode == 1
14014
- ? _c(
14015
- "div",
14016
- { staticClass: "item next-step" },
14017
- [
14018
- _c(
14019
- "em-input",
14020
- {
14021
- staticClass:
14022
- "em-flow-next-steps",
14023
- attrs: {
14024
- value: "下步操作",
14025
- label: "下步操作",
14026
- required: "",
14027
- disabled: true,
14028
- "label-position": "top",
14029
- },
14030
- },
14031
- [
14032
- _c(
14033
- "template",
14034
- { slot: "input" },
14035
- _vm._l(
14036
- _vm.taskOperations,
14037
- function (item) {
14038
- return _c(
14039
- "span",
14040
- {
14041
- key: item.key,
14042
- staticClass:
14043
- "em-flow-tag",
14044
- class: {
14045
- "em-flow-tag-active":
14046
- _vm.tagKey ===
14047
- item.key,
14048
- },
14049
- on: {
14050
- click: function (
14051
- $event
14052
- ) {
14053
- _vm.changeNextOperate(
14054
- item
14055
- )
14056
- },
14057
- },
14058
- },
14059
- [
14060
- _vm._v(
14061
- "\n " +
14062
- _vm._s(
14063
- item.value
14064
- ) +
14065
- "\n "
14066
- ),
14067
- ]
14068
- )
14069
- }
14070
- ),
14071
- 0
14072
- ),
14073
- ],
14074
- 2
14075
- ),
14076
- ],
14077
- 1
14078
- )
14079
- : _vm._e(),
14080
- _vm.nodeList &&
14081
- _vm.nodeList.length > 0 &&
14082
- !_vm.isReject &&
14083
- _vm.isShowNode
14084
- ? _c(
14085
- "div",
14086
- { staticClass: "item" },
14087
- [
14088
- _c("em-picker", {
14089
- attrs: {
14090
- title: "下步节点",
14091
- label: "下步节点",
14092
- required: "",
14093
- "show-toolbar": "",
14094
- "label-width": "100%",
14095
- columns: _vm.nodeList,
14096
- "value-key": "nodeId",
14097
- "label-key": "nodeName",
14098
- },
14099
- on: {
14100
- confirm: _vm.onConfirmNextNode,
14101
- },
14102
- model: {
14103
- value: _vm.form.nextNodeName,
14104
- callback: function ($$v) {
14105
- _vm.$set(
14106
- _vm.form,
14107
- "nextNodeName",
14108
- $$v
14109
- )
14110
- },
14111
- expression: "form.nextNodeName",
14112
- },
14113
- }),
14114
- ],
14115
- 1
14116
- )
14117
- : _vm._e(),
14118
- ]
14119
- ),
14120
- _vm.countersignaturetypeCode
14121
- ? _c(
14122
- "div",
14123
- { staticClass: "item" },
13834
+ _c(
13835
+ "template",
13836
+ { slot: "input" },
14124
13837
  [
14125
- _c("van-field", {
13838
+ _c("em-radio-group", {
14126
13839
  attrs: {
14127
- label: "处理方式",
14128
- disabled: true,
13840
+ data: _vm.isAddSignList,
13841
+ direction: "horizontal",
14129
13842
  },
14130
13843
  model: {
14131
- value: _vm.countersignaturetypeText,
13844
+ value: _vm.form.isAddSign,
14132
13845
  callback: function ($$v) {
14133
- _vm.countersignaturetypeText = $$v
13846
+ _vm.$set(
13847
+ _vm.form,
13848
+ "isAddSign",
13849
+ $$v
13850
+ )
14134
13851
  },
14135
- expression:
14136
- "countersignaturetypeText",
13852
+ expression: "form.isAddSign",
14137
13853
  },
14138
13854
  }),
14139
13855
  ],
14140
13856
  1
14141
- )
14142
- : _vm._e(),
14143
- _vm.isNextUser
14144
- ? _c(
14145
- "div",
14146
- { staticClass: "item item-user" },
13857
+ ),
13858
+ ],
13859
+ 2
13860
+ ),
13861
+ ],
13862
+ 1
13863
+ )
13864
+ : _vm._e(),
13865
+ _vm.form.isAddSign === "1"
13866
+ ? _c(
13867
+ "div",
13868
+ {
13869
+ staticClass: "item item-user",
13870
+ attrs: { label: "增加办理人" },
13871
+ },
13872
+ [
13873
+ _c("em-selector", {
13874
+ attrs: {
13875
+ label: "增加办理人",
13876
+ required: "",
13877
+ multiple: "",
13878
+ isAllCheck: _vm.isAllCheck,
13879
+ baseUrl: _vm.apiBaseUrl,
13880
+ paddingTop: _vm.paddingTop,
13881
+ objType: _vm.objType,
13882
+ },
13883
+ on: {
13884
+ change: function ($event) {
13885
+ _vm.disposeAppUser(
13886
+ $event,
13887
+ "addSignUserSelectList"
13888
+ )
13889
+ },
13890
+ },
13891
+ model: {
13892
+ value: _vm.addSignUserSelectList,
13893
+ callback: function ($$v) {
13894
+ _vm.addSignUserSelectList = $$v
13895
+ },
13896
+ expression: "addSignUserSelectList",
13897
+ },
13898
+ }),
13899
+ ],
13900
+ 1
13901
+ )
13902
+ : _vm._e(),
13903
+ _vm.isCanRemoveSign
13904
+ ? _c(
13905
+ "div",
13906
+ {
13907
+ staticClass: "item",
13908
+ class: {
13909
+ itemRadio: _vm.form.isRemoveSign === "1",
13910
+ },
13911
+ },
13912
+ [
13913
+ _c(
13914
+ "em-input",
13915
+ {
13916
+ attrs: {
13917
+ name: "radio",
13918
+ label: "是否减签",
13919
+ required: true,
13920
+ },
13921
+ },
13922
+ [
13923
+ _c(
13924
+ "template",
13925
+ { slot: "input" },
14147
13926
  [
14148
- _c("em-selector", {
13927
+ _c("em-radio-group", {
14149
13928
  attrs: {
14150
- multiple: !_vm.isRadio,
14151
- objType: _vm.objType,
14152
- isAllCheck: _vm.isAllCheck,
14153
- required: "",
14154
- paddingTop: _vm.paddingTop,
14155
- nextUserList: _vm.nextUserList,
14156
- baseUrl: _vm.apiBaseUrl,
14157
- tabs: "employee,persongroup",
14158
- disabled:
14159
- !_vm.isCustomUser ||
14160
- _vm.isCurrentNodeForbiddenChangeCandidate ==
14161
- 1,
14162
- selectDisabled:
14163
- _vm.isCurrentNodeForbiddenChangeCandidate ==
14164
- 1,
14165
- placeholder: "请选择下步办理人",
14166
- param: {
14167
- pid: _vm.pid,
14168
- },
14169
- label: "下步办理人",
14170
- },
14171
- on: {
14172
- change: function ($event) {
14173
- _vm.disposeAppUser(
14174
- $event,
14175
- "nextUserSelectList"
14176
- )
14177
- },
13929
+ data: _vm.isAddSignList,
13930
+ direction: "horizontal",
14178
13931
  },
14179
13932
  model: {
14180
- value: _vm.nextUserSelectList,
13933
+ value: _vm.form.isRemoveSign,
14181
13934
  callback: function ($$v) {
14182
- _vm.nextUserSelectList = $$v
13935
+ _vm.$set(
13936
+ _vm.form,
13937
+ "isRemoveSign",
13938
+ $$v
13939
+ )
14183
13940
  },
14184
- expression: "nextUserSelectList",
14185
- },
14186
- }),
14187
- ],
14188
- 1
14189
- )
14190
- : _vm._e(),
14191
- _vm.isDealRole
14192
- ? _c(
14193
- "div",
14194
- { staticClass: "item" },
14195
- [
14196
- _c("em-input", {
14197
- attrs: {
14198
- value: "办理角色",
14199
- label: "办理角色",
14200
- disabled: true,
14201
- placeholder: "请选择",
14202
- },
14203
- }),
14204
- ],
14205
- 1
14206
- )
14207
- : _vm._e(),
14208
- _vm.isDealObject
14209
- ? _c(
14210
- "div",
14211
- { staticClass: "item" },
14212
- [
14213
- _c("em-input", {
14214
- attrs: {
14215
- value: "办理对象",
14216
- label: "办理对象",
14217
- disabled: true,
14218
- placeholder: "请选择",
13941
+ expression: "form.isRemoveSign",
14219
13942
  },
14220
13943
  }),
14221
13944
  ],
14222
13945
  1
14223
- )
14224
- : _vm._e(),
14225
- _vm.isHideCurrentOrg
13946
+ ),
13947
+ ],
13948
+ 2
13949
+ ),
13950
+ ],
13951
+ 1
13952
+ )
13953
+ : _vm._e(),
13954
+ _vm.isSpecial && _vm.typeCode != "fenyue"
13955
+ ? _c(
13956
+ "div",
13957
+ [
13958
+ _vm.form.isRemoveSign === "1"
14226
13959
  ? _c(
14227
13960
  "div",
14228
- { staticClass: "item" },
13961
+ {
13962
+ staticClass: "item item-user",
13963
+ attrs: { label: "减少办理人" },
13964
+ },
14229
13965
  [
14230
13966
  _c("em-selector", {
14231
13967
  attrs: {
14232
- multiple: "",
13968
+ label: "减少办理人",
14233
13969
  isAllCheck: _vm.isAllCheck,
13970
+ required: "",
14234
13971
  paddingTop: _vm.paddingTop,
14235
- objType: "enterprise",
14236
- tabs: "department,myemployee",
14237
- param: {
14238
- pid: _vm.orgId,
14239
- },
13972
+ multiple: "",
14240
13973
  baseUrl: _vm.apiBaseUrl,
14241
- isOtherUnit: false,
14242
- label: _vm.currentOrgName
14243
- ? _vm.currentOrgName
14244
- : "本单位",
13974
+ objType: _vm.objType,
14245
13975
  },
14246
13976
  on: {
14247
13977
  change: function ($event) {
14248
- _vm.disposeAppUnit(
13978
+ _vm.disposeAppUser(
14249
13979
  $event,
14250
- "nextCurrentOrgObjSelect"
13980
+ "removeSignUserSelectList"
14251
13981
  )
14252
13982
  },
14253
13983
  },
14254
13984
  model: {
14255
- value: _vm.nextCurrentOrgObjSelect,
13985
+ value: _vm.removeSignUserSelectList,
14256
13986
  callback: function ($$v) {
14257
- _vm.nextCurrentOrgObjSelect = $$v
13987
+ _vm.removeSignUserSelectList = $$v
14258
13988
  },
14259
13989
  expression:
14260
- "nextCurrentOrgObjSelect",
13990
+ "removeSignUserSelectList",
14261
13991
  },
14262
13992
  }),
14263
13993
  ],
14264
13994
  1
14265
13995
  )
14266
13996
  : _vm._e(),
14267
- _vm.isHideOtherOrg
14268
- ? _c(
14269
- "div",
14270
- { staticClass: "item" },
14271
- [
14272
- _c("em-selector", {
14273
- attrs: {
14274
- multiple: "",
14275
- isAllCheck: _vm.isAllCheck,
14276
- paddingTop: _vm.paddingTop,
14277
- objType: "enterprise",
14278
- param: {
14279
- pid: "root",
13997
+ _vm.form.isRemoveSign !== "1" &&
13998
+ _vm.form.isAddSign !== "1" &&
13999
+ !_vm.isHiddenNextStepInfo
14000
+ ? _c("div", [
14001
+ _c(
14002
+ "div",
14003
+ {
14004
+ directives: [
14005
+ {
14006
+ name: "show",
14007
+ rawName: "v-show",
14008
+ value:
14009
+ _vm.isNextBox || _vm.isReject,
14010
+ expression:
14011
+ "isNextBox || isReject",
14280
14012
  },
14281
- tabs: "enterprise",
14282
- baseUrl: _vm.apiBaseUrl,
14283
- isOtherUnit: true,
14284
- label: _vm.otherOrgName
14285
- ? _vm.otherOrgName
14286
- : "外单位",
14287
- },
14288
- on: {
14289
- change: function ($event) {
14290
- _vm.disposeAppUnit(
14291
- $event,
14292
- "nextOtherOrgObjSelect"
14013
+ ],
14014
+ staticClass: "next-box",
14015
+ },
14016
+ [
14017
+ !_vm.isHiddenNextStepInfo &&
14018
+ _vm.isChooseNextNode == 1
14019
+ ? _c(
14020
+ "div",
14021
+ {
14022
+ staticClass: "item next-step",
14023
+ },
14024
+ [
14025
+ _c(
14026
+ "em-input",
14027
+ {
14028
+ staticClass:
14029
+ "em-flow-next-steps",
14030
+ attrs: {
14031
+ value: "下步操作",
14032
+ label: "下步操作",
14033
+ required: "",
14034
+ disabled: true,
14035
+ "label-position": "top",
14036
+ },
14037
+ },
14038
+ [
14039
+ _c(
14040
+ "template",
14041
+ { slot: "input" },
14042
+ _vm._l(
14043
+ _vm.taskOperations,
14044
+ function (item) {
14045
+ return _c(
14046
+ "span",
14047
+ {
14048
+ key: item.key,
14049
+ staticClass:
14050
+ "em-flow-tag",
14051
+ class: {
14052
+ "em-flow-tag-active":
14053
+ _vm.tagKey ===
14054
+ item.key,
14055
+ },
14056
+ on: {
14057
+ click:
14058
+ function (
14059
+ $event
14060
+ ) {
14061
+ _vm.changeNextOperate(
14062
+ item
14063
+ )
14064
+ },
14065
+ },
14066
+ },
14067
+ [
14068
+ _vm._v(
14069
+ "\n " +
14070
+ _vm._s(
14071
+ item.value
14072
+ ) +
14073
+ "\n "
14074
+ ),
14075
+ ]
14076
+ )
14077
+ }
14078
+ ),
14079
+ 0
14080
+ ),
14081
+ ],
14082
+ 2
14083
+ ),
14084
+ ],
14085
+ 1
14293
14086
  )
14294
- },
14295
- },
14296
- model: {
14297
- value: _vm.nextOtherOrgObjSelect,
14298
- callback: function ($$v) {
14299
- _vm.nextOtherOrgObjSelect = $$v
14300
- },
14301
- expression: "nextOtherOrgObjSelect",
14302
- },
14303
- }),
14304
- ],
14305
- 1
14306
- )
14307
- : _vm._e(),
14308
- _vm.isMainSubProcess && _vm.isNodeShowProcess
14309
- ? _c(
14310
- "div",
14311
- { staticClass: "item" },
14312
- [
14313
- _c("em-picker", {
14314
- attrs: {
14315
- label: "主办",
14316
- title: "主办",
14317
- placeholder: "请选择主办",
14318
- "show-toolbar": "",
14319
- disabled:
14320
- _vm.subProcessColumns.length == 0,
14321
- columns: _vm.subProcessColumns,
14322
- },
14323
- model: {
14324
- value: _vm.form.mainSubId,
14325
- callback: function ($$v) {
14326
- _vm.$set(
14327
- _vm.form,
14328
- "mainSubId",
14329
- $$v
14087
+ : _vm._e(),
14088
+ _vm.nodeList &&
14089
+ _vm.nodeList.length > 0 &&
14090
+ !_vm.isReject &&
14091
+ _vm.isShowNode
14092
+ ? _c(
14093
+ "div",
14094
+ { staticClass: "item" },
14095
+ [
14096
+ _c("em-picker", {
14097
+ attrs: {
14098
+ title: "下步节点",
14099
+ label: "下步节点",
14100
+ required: "",
14101
+ "show-toolbar": "",
14102
+ "label-width": "100%",
14103
+ columns: _vm.nodeList,
14104
+ "value-key": "nodeId",
14105
+ "label-key": "nodeName",
14106
+ },
14107
+ on: {
14108
+ confirm:
14109
+ _vm.onConfirmNextNode,
14110
+ },
14111
+ model: {
14112
+ value:
14113
+ _vm.form.nextNodeName,
14114
+ callback: function ($$v) {
14115
+ _vm.$set(
14116
+ _vm.form,
14117
+ "nextNodeName",
14118
+ $$v
14119
+ )
14120
+ },
14121
+ expression:
14122
+ "form.nextNodeName",
14123
+ },
14124
+ }),
14125
+ ],
14126
+ 1
14330
14127
  )
14331
- },
14332
- expression: "form.mainSubId",
14333
- },
14334
- }),
14335
- ],
14336
- 1
14337
- )
14338
- : _vm._e(),
14339
- _vm.isHandleExplain
14340
- ? _c(
14341
- "div",
14342
- { staticClass: "item" },
14343
- [
14344
- _c("van-field", {
14345
- attrs: {
14346
- value: "办理说明",
14347
- label: "办理说明",
14348
- disabled: true,
14349
- placeholder: "请选择",
14350
- },
14351
- }),
14352
- ],
14353
- 1
14354
- )
14355
- : _vm._e(),
14356
- ])
14357
- : _vm._e(),
14358
- _vm.form.isRemoveSign !== "1" &&
14359
- _vm.form.isAddSign !== "1" &&
14360
- _vm.isTaskread
14361
- ? _c("div", { staticClass: "item" }, [
14362
- _c(
14363
- "div",
14364
- { staticClass: "item item-user" },
14365
- [
14366
- _c("em-selector", {
14367
- attrs: {
14368
- multiple: "",
14369
- isAllCheck: _vm.isAllCheck,
14370
- objType: _vm.objType,
14371
- param: {
14372
- pid: _vm.pid,
14373
- },
14374
- paddingTop: _vm.paddingTop,
14375
- baseUrl: _vm.apiBaseUrl,
14376
- tabs: "employee,persongroup",
14377
- label: "分阅用户",
14378
- },
14379
- on: {
14380
- change: function ($event) {
14381
- _vm.disposeAppUser(
14382
- $event,
14383
- "nextReadUserSelectList"
14128
+ : _vm._e(),
14129
+ ]
14130
+ ),
14131
+ _vm.countersignaturetypeCode
14132
+ ? _c(
14133
+ "div",
14134
+ { staticClass: "item" },
14135
+ [
14136
+ _c("van-field", {
14137
+ attrs: {
14138
+ label: "处理方式",
14139
+ disabled: true,
14140
+ },
14141
+ model: {
14142
+ value:
14143
+ _vm.countersignaturetypeText,
14144
+ callback: function ($$v) {
14145
+ _vm.countersignaturetypeText =
14146
+ $$v
14147
+ },
14148
+ expression:
14149
+ "countersignaturetypeText",
14150
+ },
14151
+ }),
14152
+ ],
14153
+ 1
14384
14154
  )
14385
- },
14386
- },
14387
- model: {
14388
- value: _vm.nextReadUserSelectList,
14389
- callback: function ($$v) {
14390
- _vm.nextReadUserSelectList = $$v
14391
- },
14392
- expression: "nextReadUserSelectList",
14393
- },
14394
- }),
14395
- ],
14396
- 1
14397
- ),
14398
- ])
14399
- : _vm._e(),
14400
- _vm.isLimitedTimeHandling
14401
- ? _c(
14402
- "div",
14403
- { staticClass: "item" },
14404
- [
14405
- _c(
14406
- "em-input",
14407
- {
14408
- attrs: {
14409
- name: "radio",
14410
- label: "是否限时办理",
14411
- required: true,
14412
- },
14413
- },
14414
- [
14155
+ : _vm._e(),
14156
+ _vm.isNextUser
14157
+ ? _c(
14158
+ "div",
14159
+ { staticClass: "item item-user" },
14160
+ [
14161
+ _c("em-selector", {
14162
+ attrs: {
14163
+ multiple: !_vm.isRadio,
14164
+ objType: _vm.objType,
14165
+ isAllCheck: _vm.isAllCheck,
14166
+ required: "",
14167
+ paddingTop: _vm.paddingTop,
14168
+ nextUserList:
14169
+ _vm.nextUserList,
14170
+ baseUrl: _vm.apiBaseUrl,
14171
+ tabs: "employee,persongroup",
14172
+ disabled:
14173
+ !_vm.isCustomUser ||
14174
+ _vm.isCurrentNodeForbiddenChangeCandidate ==
14175
+ 1,
14176
+ selectDisabled:
14177
+ _vm.isCurrentNodeForbiddenChangeCandidate ==
14178
+ 1,
14179
+ placeholder:
14180
+ "请选择下步办理人",
14181
+ param: {
14182
+ pid: _vm.pid,
14183
+ },
14184
+ label: "下步办理人",
14185
+ },
14186
+ on: {
14187
+ change: function ($event) {
14188
+ _vm.disposeAppUser(
14189
+ $event,
14190
+ "nextUserSelectList"
14191
+ )
14192
+ },
14193
+ },
14194
+ model: {
14195
+ value: _vm.nextUserSelectList,
14196
+ callback: function ($$v) {
14197
+ _vm.nextUserSelectList = $$v
14198
+ },
14199
+ expression:
14200
+ "nextUserSelectList",
14201
+ },
14202
+ }),
14203
+ ],
14204
+ 1
14205
+ )
14206
+ : _vm._e(),
14207
+ _vm.isDealRole
14208
+ ? _c(
14209
+ "div",
14210
+ { staticClass: "item" },
14211
+ [
14212
+ _c("em-input", {
14213
+ attrs: {
14214
+ value: "办理角色",
14215
+ label: "办理角色",
14216
+ disabled: true,
14217
+ placeholder: "请选择",
14218
+ },
14219
+ }),
14220
+ ],
14221
+ 1
14222
+ )
14223
+ : _vm._e(),
14224
+ _vm.isDealObject
14225
+ ? _c(
14226
+ "div",
14227
+ { staticClass: "item" },
14228
+ [
14229
+ _c("em-input", {
14230
+ attrs: {
14231
+ value: "办理对象",
14232
+ label: "办理对象",
14233
+ disabled: true,
14234
+ placeholder: "请选择",
14235
+ },
14236
+ }),
14237
+ ],
14238
+ 1
14239
+ )
14240
+ : _vm._e(),
14241
+ _vm.isHideCurrentOrg
14242
+ ? _c(
14243
+ "div",
14244
+ { staticClass: "item" },
14245
+ [
14246
+ _c("em-selector", {
14247
+ attrs: {
14248
+ multiple: "",
14249
+ isAllCheck: _vm.isAllCheck,
14250
+ paddingTop: _vm.paddingTop,
14251
+ objType: "enterprise",
14252
+ tabs: "department,myemployee",
14253
+ param: {
14254
+ pid: _vm.orgId,
14255
+ },
14256
+ baseUrl: _vm.apiBaseUrl,
14257
+ isOtherUnit: false,
14258
+ label: _vm.currentOrgName
14259
+ ? _vm.currentOrgName
14260
+ : "本单位",
14261
+ },
14262
+ on: {
14263
+ change: function ($event) {
14264
+ _vm.disposeAppUnit(
14265
+ $event,
14266
+ "nextCurrentOrgObjSelect"
14267
+ )
14268
+ },
14269
+ },
14270
+ model: {
14271
+ value:
14272
+ _vm.nextCurrentOrgObjSelect,
14273
+ callback: function ($$v) {
14274
+ _vm.nextCurrentOrgObjSelect =
14275
+ $$v
14276
+ },
14277
+ expression:
14278
+ "nextCurrentOrgObjSelect",
14279
+ },
14280
+ }),
14281
+ ],
14282
+ 1
14283
+ )
14284
+ : _vm._e(),
14285
+ _vm.isHideOtherOrg
14286
+ ? _c(
14287
+ "div",
14288
+ { staticClass: "item" },
14289
+ [
14290
+ _c("em-selector", {
14291
+ attrs: {
14292
+ multiple: "",
14293
+ isAllCheck: _vm.isAllCheck,
14294
+ paddingTop: _vm.paddingTop,
14295
+ objType: "enterprise",
14296
+ param: {
14297
+ pid: "root",
14298
+ },
14299
+ tabs: "enterprise",
14300
+ baseUrl: _vm.apiBaseUrl,
14301
+ isOtherUnit: true,
14302
+ label: _vm.otherOrgName
14303
+ ? _vm.otherOrgName
14304
+ : "外单位",
14305
+ },
14306
+ on: {
14307
+ change: function ($event) {
14308
+ _vm.disposeAppUnit(
14309
+ $event,
14310
+ "nextOtherOrgObjSelect"
14311
+ )
14312
+ },
14313
+ },
14314
+ model: {
14315
+ value:
14316
+ _vm.nextOtherOrgObjSelect,
14317
+ callback: function ($$v) {
14318
+ _vm.nextOtherOrgObjSelect =
14319
+ $$v
14320
+ },
14321
+ expression:
14322
+ "nextOtherOrgObjSelect",
14323
+ },
14324
+ }),
14325
+ ],
14326
+ 1
14327
+ )
14328
+ : _vm._e(),
14329
+ _vm.isMainSubProcess &&
14330
+ _vm.isNodeShowProcess
14331
+ ? _c(
14332
+ "div",
14333
+ { staticClass: "item" },
14334
+ [
14335
+ _c("em-picker", {
14336
+ attrs: {
14337
+ label: "主办",
14338
+ title: "主办",
14339
+ placeholder: "请选择主办",
14340
+ "show-toolbar": "",
14341
+ disabled:
14342
+ _vm.subProcessColumns
14343
+ .length == 0,
14344
+ columns:
14345
+ _vm.subProcessColumns,
14346
+ },
14347
+ model: {
14348
+ value: _vm.form.mainSubId,
14349
+ callback: function ($$v) {
14350
+ _vm.$set(
14351
+ _vm.form,
14352
+ "mainSubId",
14353
+ $$v
14354
+ )
14355
+ },
14356
+ expression: "form.mainSubId",
14357
+ },
14358
+ }),
14359
+ ],
14360
+ 1
14361
+ )
14362
+ : _vm._e(),
14363
+ _vm.isHandleExplain
14364
+ ? _c(
14365
+ "div",
14366
+ { staticClass: "item" },
14367
+ [
14368
+ _c("van-field", {
14369
+ attrs: {
14370
+ value: "办理说明",
14371
+ label: "办理说明",
14372
+ disabled: true,
14373
+ placeholder: "请选择",
14374
+ },
14375
+ }),
14376
+ ],
14377
+ 1
14378
+ )
14379
+ : _vm._e(),
14380
+ ])
14381
+ : _vm._e(),
14382
+ _vm.form.isRemoveSign !== "1" &&
14383
+ _vm.form.isAddSign !== "1" &&
14384
+ _vm.isTaskread
14385
+ ? _c("div", { staticClass: "item" }, [
14415
14386
  _c(
14416
- "template",
14417
- { slot: "input" },
14387
+ "div",
14388
+ { staticClass: "item item-user" },
14418
14389
  [
14419
- _c("em-radio-group", {
14390
+ _c("em-selector", {
14420
14391
  attrs: {
14421
- data: _vm.isAddSignList,
14422
- direction: "horizontal",
14392
+ multiple: "",
14393
+ isAllCheck: _vm.isAllCheck,
14394
+ objType: _vm.objType,
14395
+ param: {
14396
+ pid: _vm.pid,
14397
+ },
14398
+ paddingTop: _vm.paddingTop,
14399
+ baseUrl: _vm.apiBaseUrl,
14400
+ tabs: "employee,persongroup",
14401
+ label: "分阅用户",
14402
+ },
14403
+ on: {
14404
+ change: function ($event) {
14405
+ _vm.disposeAppUser(
14406
+ $event,
14407
+ "nextReadUserSelectList"
14408
+ )
14409
+ },
14423
14410
  },
14424
14411
  model: {
14425
- value: _vm.form.isLimitedTime,
14412
+ value: _vm.nextReadUserSelectList,
14426
14413
  callback: function ($$v) {
14427
- _vm.$set(
14428
- _vm.form,
14429
- "isLimitedTime",
14430
- $$v
14431
- )
14414
+ _vm.nextReadUserSelectList = $$v
14432
14415
  },
14433
- expression: "form.isLimitedTime",
14416
+ expression:
14417
+ "nextReadUserSelectList",
14434
14418
  },
14435
14419
  }),
14436
14420
  ],
14437
14421
  1
14438
14422
  ),
14439
- ],
14440
- 2
14441
- ),
14442
- ],
14443
- 1
14444
- )
14445
- : _vm._e(),
14446
- _vm.form.isLimitedTime === "1"
14447
- ? _c(
14448
- "div",
14449
- { staticClass: "item item-limited-time" },
14450
- [
14451
- _c(
14452
- "em-input",
14453
- {
14454
- attrs: {
14455
- name: "radio",
14456
- label: "限时办理时间",
14457
- required: true,
14458
- },
14459
- },
14460
- [
14461
- _c("template", { slot: "input" }, [
14423
+ ])
14424
+ : _vm._e(),
14425
+ _vm.isLimitedTimeHandling
14426
+ ? _c(
14427
+ "div",
14428
+ { staticClass: "item" },
14429
+ [
14462
14430
  _c(
14463
- "div",
14431
+ "em-input",
14464
14432
  {
14465
- staticClass:
14466
- "item-limited-time-content",
14433
+ attrs: {
14434
+ name: "radio",
14435
+ label: "是否限时办理",
14436
+ required: true,
14437
+ },
14467
14438
  },
14468
14439
  [
14469
14440
  _c(
14470
- "div",
14441
+ "template",
14442
+ { slot: "input" },
14471
14443
  [
14472
- _c("em-input", {
14444
+ _c("em-radio-group", {
14473
14445
  attrs: {
14474
- placeholder: "请输入天数",
14475
- type: "digit",
14446
+ data: _vm.isAddSignList,
14447
+ direction: "horizontal",
14476
14448
  },
14477
14449
  model: {
14478
14450
  value:
14479
- _vm.form.limitedTimeDay,
14451
+ _vm.form.isLimitedTime,
14480
14452
  callback: function ($$v) {
14481
14453
  _vm.$set(
14482
14454
  _vm.form,
14483
- "limitedTimeDay",
14455
+ "isLimitedTime",
14484
14456
  $$v
14485
14457
  )
14486
14458
  },
14487
14459
  expression:
14488
- "form.limitedTimeDay",
14489
- },
14490
- }),
14491
- ],
14492
- 1
14493
- ),
14494
- _c(
14495
- "div",
14496
- { staticClass: "day-text" },
14497
- [_vm._v("天")]
14498
- ),
14499
- _c(
14500
- "div",
14501
- [
14502
- _c("em-input", {
14503
- attrs: {
14504
- value:
14505
- _vm.form.limitedTimeHour,
14506
- clickable: "",
14507
- readonly: "",
14508
- placeholder: "请选择小时",
14509
- },
14510
- on: {
14511
- click: function ($event) {
14512
- _vm.openTimeList(
14513
- "limitedTimeHour"
14514
- )
14515
- },
14460
+ "form.isLimitedTime",
14516
14461
  },
14517
14462
  }),
14518
14463
  ],
14519
14464
  1
14520
14465
  ),
14521
- _c(
14522
- "div",
14523
- { staticClass: "day-text" },
14524
- [_vm._v("时")]
14525
- ),
14526
- ]
14466
+ ],
14467
+ 2
14527
14468
  ),
14528
- ]),
14529
- ],
14530
- 2
14531
- ),
14532
- ],
14533
- 1
14534
- )
14535
- : _vm._e(),
14536
- _vm.form.isLimitedTime === "1"
14537
- ? _c(
14538
- "div",
14539
- { staticClass: "item item-limited-time" },
14540
- [
14541
- _c(
14542
- "em-input",
14543
- {
14544
- attrs: {
14545
- name: "radio",
14546
- label: "提前通知时间",
14547
- required: true,
14548
- },
14549
- },
14550
- [
14551
- _c("template", { slot: "input" }, [
14469
+ ],
14470
+ 1
14471
+ )
14472
+ : _vm._e(),
14473
+ _vm.form.isLimitedTime === "1"
14474
+ ? _c(
14475
+ "div",
14476
+ { staticClass: "item item-limited-time" },
14477
+ [
14552
14478
  _c(
14553
- "div",
14479
+ "em-input",
14554
14480
  {
14555
- staticClass:
14556
- "item-limited-time-content",
14481
+ attrs: {
14482
+ name: "radio",
14483
+ label: "限时办理时间",
14484
+ required: true,
14485
+ },
14557
14486
  },
14558
14487
  [
14559
- _c(
14560
- "div",
14561
- [
14562
- _c("em-input", {
14563
- attrs: {
14564
- placeholder: "请输入天数",
14565
- type: "digit",
14566
- },
14567
- model: {
14568
- value:
14569
- _vm.form.advanceNoticeDay,
14570
- callback: function ($$v) {
14571
- _vm.$set(
14572
- _vm.form,
14573
- "advanceNoticeDay",
14574
- $$v
14575
- )
14576
- },
14577
- expression:
14578
- "form.advanceNoticeDay",
14579
- },
14580
- }),
14581
- ],
14582
- 1
14583
- ),
14584
- _c(
14585
- "div",
14586
- { staticClass: "day-text" },
14587
- [_vm._v("天")]
14588
- ),
14589
- _c(
14590
- "div",
14591
- [
14592
- _c("em-input", {
14593
- attrs: {
14594
- value:
14595
- _vm.form
14596
- .advanceNoticeHour,
14597
- clickable: "",
14598
- placeholder: "请选择小时",
14599
- readonly: "",
14600
- },
14601
- on: {
14602
- click: function ($event) {
14603
- _vm.openTimeList(
14604
- "advanceNoticeHour"
14605
- )
14606
- },
14607
- },
14608
- }),
14609
- ],
14610
- 1
14611
- ),
14612
- _c(
14613
- "div",
14614
- { staticClass: "day-text" },
14615
- [_vm._v("时")]
14616
- ),
14617
- ]
14488
+ _c("template", { slot: "input" }, [
14489
+ _c(
14490
+ "div",
14491
+ {
14492
+ staticClass:
14493
+ "item-limited-time-content",
14494
+ },
14495
+ [
14496
+ _c(
14497
+ "div",
14498
+ [
14499
+ _c("em-input", {
14500
+ attrs: {
14501
+ placeholder:
14502
+ "请输入天数",
14503
+ type: "digit",
14504
+ },
14505
+ model: {
14506
+ value:
14507
+ _vm.form
14508
+ .limitedTimeDay,
14509
+ callback: function (
14510
+ $$v
14511
+ ) {
14512
+ _vm.$set(
14513
+ _vm.form,
14514
+ "limitedTimeDay",
14515
+ $$v
14516
+ )
14517
+ },
14518
+ expression:
14519
+ "form.limitedTimeDay",
14520
+ },
14521
+ }),
14522
+ ],
14523
+ 1
14524
+ ),
14525
+ _c(
14526
+ "div",
14527
+ { staticClass: "day-text" },
14528
+ [_vm._v("")]
14529
+ ),
14530
+ _c(
14531
+ "div",
14532
+ [
14533
+ _c("em-input", {
14534
+ attrs: {
14535
+ value:
14536
+ _vm.form
14537
+ .limitedTimeHour,
14538
+ clickable: "",
14539
+ readonly: "",
14540
+ placeholder:
14541
+ "请选择小时",
14542
+ },
14543
+ on: {
14544
+ click: function (
14545
+ $event
14546
+ ) {
14547
+ _vm.openTimeList(
14548
+ "limitedTimeHour"
14549
+ )
14550
+ },
14551
+ },
14552
+ }),
14553
+ ],
14554
+ 1
14555
+ ),
14556
+ _c(
14557
+ "div",
14558
+ { staticClass: "day-text" },
14559
+ [_vm._v("时")]
14560
+ ),
14561
+ ]
14562
+ ),
14563
+ ]),
14564
+ ],
14565
+ 2
14618
14566
  ),
14619
- ]),
14620
- ],
14621
- 2
14622
- ),
14623
- ],
14624
- 1
14625
- )
14626
- : _vm._e(),
14627
- _c(
14628
- "van-popup",
14629
- {
14630
- attrs: { round: "", position: "bottom" },
14631
- model: {
14632
- value: _vm.showTimeList,
14633
- callback: function ($$v) {
14634
- _vm.showTimeList = $$v
14635
- },
14636
- expression: "showTimeList",
14637
- },
14638
- },
14639
- [
14640
- _c("van-picker", {
14641
- attrs: {
14642
- "show-toolbar": "",
14643
- columns: _vm.timeList,
14644
- },
14645
- on: {
14646
- cancel: function ($event) {
14647
- _vm.showTimeList = false
14648
- },
14649
- confirm: _vm.onConfirmTimeList,
14650
- },
14651
- }),
14652
- ],
14653
- 1
14654
- ),
14655
- _vm.isLimitedTimeHandling
14656
- ? _c(
14657
- "div",
14658
- { staticClass: "item-msg item-msg1" },
14659
- [
14660
- _c("Message", {
14661
- ref: "message",
14662
- attrs: {
14663
- label: "催办通知方式",
14664
- code: "notification_type",
14665
- baseUrl: _vm.baseUrl,
14666
- required: true,
14567
+ ],
14568
+ 1
14569
+ )
14570
+ : _vm._e(),
14571
+ _vm.form.isLimitedTime === "1"
14572
+ ? _c(
14573
+ "div",
14574
+ { staticClass: "item item-limited-time" },
14575
+ [
14576
+ _c(
14577
+ "em-input",
14578
+ {
14579
+ attrs: {
14580
+ name: "radio",
14581
+ label: "提前通知时间",
14582
+ required: true,
14583
+ },
14584
+ },
14585
+ [
14586
+ _c("template", { slot: "input" }, [
14587
+ _c(
14588
+ "div",
14589
+ {
14590
+ staticClass:
14591
+ "item-limited-time-content",
14592
+ },
14593
+ [
14594
+ _c(
14595
+ "div",
14596
+ [
14597
+ _c("em-input", {
14598
+ attrs: {
14599
+ placeholder:
14600
+ "请输入天数",
14601
+ type: "digit",
14602
+ },
14603
+ model: {
14604
+ value:
14605
+ _vm.form
14606
+ .advanceNoticeDay,
14607
+ callback: function (
14608
+ $$v
14609
+ ) {
14610
+ _vm.$set(
14611
+ _vm.form,
14612
+ "advanceNoticeDay",
14613
+ $$v
14614
+ )
14615
+ },
14616
+ expression:
14617
+ "form.advanceNoticeDay",
14618
+ },
14619
+ }),
14620
+ ],
14621
+ 1
14622
+ ),
14623
+ _c(
14624
+ "div",
14625
+ { staticClass: "day-text" },
14626
+ [_vm._v("天")]
14627
+ ),
14628
+ _c(
14629
+ "div",
14630
+ [
14631
+ _c("em-input", {
14632
+ attrs: {
14633
+ value:
14634
+ _vm.form
14635
+ .advanceNoticeHour,
14636
+ clickable: "",
14637
+ placeholder:
14638
+ "请选择小时",
14639
+ readonly: "",
14640
+ },
14641
+ on: {
14642
+ click: function (
14643
+ $event
14644
+ ) {
14645
+ _vm.openTimeList(
14646
+ "advanceNoticeHour"
14647
+ )
14648
+ },
14649
+ },
14650
+ }),
14651
+ ],
14652
+ 1
14653
+ ),
14654
+ _c(
14655
+ "div",
14656
+ { staticClass: "day-text" },
14657
+ [_vm._v("时")]
14658
+ ),
14659
+ ]
14660
+ ),
14661
+ ]),
14662
+ ],
14663
+ 2
14664
+ ),
14665
+ ],
14666
+ 1
14667
+ )
14668
+ : _vm._e(),
14669
+ _c(
14670
+ "van-popup",
14671
+ {
14672
+ attrs: { round: "", position: "bottom" },
14673
+ model: {
14674
+ value: _vm.showTimeList,
14675
+ callback: function ($$v) {
14676
+ _vm.showTimeList = $$v
14677
+ },
14678
+ expression: "showTimeList",
14667
14679
  },
14668
- on: { onInputMsg: _vm.onInputMsgUrge },
14669
- }),
14670
- ],
14671
- 1
14672
- )
14673
- : _vm._e(),
14674
- _c(
14675
- "div",
14676
- { staticClass: "item-msg item-msg2" },
14677
- [
14678
- _c("Message", {
14679
- ref: "message",
14680
- attrs: {
14681
- code: "notification_type",
14682
- baseUrl: _vm.baseUrl,
14683
- defaultNotificationType:
14684
- _vm.defaultNotificationType,
14685
- defaultNotificationMsg:
14686
- _vm.form.notificationMsg,
14687
- },
14688
- on: { onInputMsg: _vm.onInputMsg },
14689
- }),
14690
- ],
14691
- 1
14692
- ),
14693
- ],
14694
- 1
14695
- )
14680
+ },
14681
+ [
14682
+ _c("van-picker", {
14683
+ attrs: {
14684
+ "show-toolbar": "",
14685
+ columns: _vm.timeList,
14686
+ },
14687
+ on: {
14688
+ cancel: function ($event) {
14689
+ _vm.showTimeList = false
14690
+ },
14691
+ confirm: _vm.onConfirmTimeList,
14692
+ },
14693
+ }),
14694
+ ],
14695
+ 1
14696
+ ),
14697
+ _vm.isLimitedTimeHandling
14698
+ ? _c(
14699
+ "div",
14700
+ { staticClass: "item-msg item-msg1" },
14701
+ [
14702
+ _c("Message", {
14703
+ ref: "message",
14704
+ attrs: {
14705
+ label: "催办通知方式",
14706
+ code: "notification_type",
14707
+ baseUrl: _vm.baseUrl,
14708
+ required: true,
14709
+ },
14710
+ on: {
14711
+ onInputMsg: _vm.onInputMsgUrge,
14712
+ },
14713
+ }),
14714
+ ],
14715
+ 1
14716
+ )
14717
+ : _vm._e(),
14718
+ _c(
14719
+ "div",
14720
+ { staticClass: "item-msg item-msg2" },
14721
+ [
14722
+ _c("Message", {
14723
+ ref: "message",
14724
+ attrs: {
14725
+ code: "notification_type",
14726
+ baseUrl: _vm.baseUrl,
14727
+ defaultNotificationType:
14728
+ _vm.defaultNotificationType,
14729
+ defaultNotificationMsg:
14730
+ _vm.form.notificationMsg,
14731
+ },
14732
+ on: { onInputMsg: _vm.onInputMsg },
14733
+ }),
14734
+ ],
14735
+ 1
14736
+ ),
14737
+ ],
14738
+ 1
14739
+ )
14740
+ : _vm._e(),
14741
+ ])
14696
14742
  : _vm._e(),
14697
14743
  ],
14698
14744
  1
@@ -14760,14 +14806,14 @@ var Handlevue_type_template_id_81306d14_render = function () {
14760
14806
  1
14761
14807
  )
14762
14808
  }
14763
- var Handlevue_type_template_id_81306d14_staticRenderFns = []
14764
- Handlevue_type_template_id_81306d14_render._withStripped = true
14809
+ var Handlevue_type_template_id_9ec6dd58_staticRenderFns = []
14810
+ Handlevue_type_template_id_9ec6dd58_render._withStripped = true
14765
14811
 
14766
14812
 
14767
- // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=81306d14&
14813
+ // CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=9ec6dd58&
14768
14814
 
14769
- // 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=508bd680&
14770
- var Rejectvue_type_template_id_508bd680_render = function () {
14815
+ // 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=285831ef&
14816
+ var Rejectvue_type_template_id_285831ef_render = function () {
14771
14817
  var _vm = this
14772
14818
  var _h = _vm.$createElement
14773
14819
  var _c = _vm._self._c || _h
@@ -14864,11 +14910,11 @@ var Rejectvue_type_template_id_508bd680_render = function () {
14864
14910
  ]),
14865
14911
  ])
14866
14912
  }
14867
- var Rejectvue_type_template_id_508bd680_staticRenderFns = []
14868
- Rejectvue_type_template_id_508bd680_render._withStripped = true
14913
+ var Rejectvue_type_template_id_285831ef_staticRenderFns = []
14914
+ Rejectvue_type_template_id_285831ef_render._withStripped = true
14869
14915
 
14870
14916
 
14871
- // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=508bd680&
14917
+ // CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=285831ef&
14872
14918
 
14873
14919
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=script&lang=js&
14874
14920
  var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -15014,6 +15060,7 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
15014
15060
  this.beforeSubmit(Rejectvue_type_script_lang_js_extends({ pendingId: this.pendingId }, this.form));
15015
15061
  return;
15016
15062
  }
15063
+ this.form.mobileKey = util.getStorage('deviceId') || '123';
15017
15064
  var formData = new FormData();
15018
15065
  if (this.form.isImageOpinion == 1) {
15019
15066
  formData.append('file', this.file);
@@ -15133,8 +15180,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
15133
15180
 
15134
15181
  var Reject_component = normalizeComponent(
15135
15182
  components_Rejectvue_type_script_lang_js_,
15136
- Rejectvue_type_template_id_508bd680_render,
15137
- Rejectvue_type_template_id_508bd680_staticRenderFns,
15183
+ Rejectvue_type_template_id_285831ef_render,
15184
+ Rejectvue_type_template_id_285831ef_staticRenderFns,
15138
15185
  false,
15139
15186
  null,
15140
15187
  null,
@@ -15844,6 +15891,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
15844
15891
  //
15845
15892
  //
15846
15893
  //
15894
+ //
15895
+ //
15847
15896
 
15848
15897
 
15849
15898
 
@@ -16208,6 +16257,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
16208
16257
  _that.form.isSubFlow = taskExamineInfo.isSubFlow;
16209
16258
  _that.form.nodeId = taskExamineInfo.nodeId;
16210
16259
  _that.form.userId = _that.userId || util.getStorage('userId');
16260
+ _that.form.mobileKey = util.getStorage('deviceId') || '123';
16211
16261
  _that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
16212
16262
  var formData = new FormData();
16213
16263
  if (_that.form.isImageOpinion == 1) {
@@ -16805,8 +16855,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
16805
16855
 
16806
16856
  var Handle_component = normalizeComponent(
16807
16857
  components_Handlevue_type_script_lang_js_,
16808
- Handlevue_type_template_id_81306d14_render,
16809
- Handlevue_type_template_id_81306d14_staticRenderFns,
16858
+ Handlevue_type_template_id_9ec6dd58_render,
16859
+ Handlevue_type_template_id_9ec6dd58_staticRenderFns,
16810
16860
  false,
16811
16861
  null,
16812
16862
  null,
@@ -16815,8 +16865,8 @@ var Handle_component = normalizeComponent(
16815
16865
  )
16816
16866
 
16817
16867
  /* harmony default export */ var Handle = (Handle_component.exports);
16818
- // 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/TaskRead.vue?vue&type=template&id=9c09a158&
16819
- var TaskReadvue_type_template_id_9c09a158_render = function () {
16868
+ // 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/TaskRead.vue?vue&type=template&id=2f61ff7c&
16869
+ var TaskReadvue_type_template_id_2f61ff7c_render = function () {
16820
16870
  var _vm = this
16821
16871
  var _h = _vm.$createElement
16822
16872
  var _c = _vm._self._c || _h
@@ -16988,11 +17038,11 @@ var TaskReadvue_type_template_id_9c09a158_render = function () {
16988
17038
  ]),
16989
17039
  ])
16990
17040
  }
16991
- var TaskReadvue_type_template_id_9c09a158_staticRenderFns = []
16992
- TaskReadvue_type_template_id_9c09a158_render._withStripped = true
17041
+ var TaskReadvue_type_template_id_2f61ff7c_staticRenderFns = []
17042
+ TaskReadvue_type_template_id_2f61ff7c_render._withStripped = true
16993
17043
 
16994
17044
 
16995
- // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=9c09a158&
17045
+ // CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=2f61ff7c&
16996
17046
 
16997
17047
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js&
16998
17048
  var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -17216,7 +17266,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
17216
17266
  pendingId: pendingId,
17217
17267
  isSubFlow: taskExamine.isSubFlow,
17218
17268
  isSinglePage: taskExamine.isSinglePage,
17219
- userId: this.userId
17269
+ userId: this.userId,
17270
+ mobileKey: util.getStorage('deviceId') || '123'
17220
17271
  }
17221
17272
  };
17222
17273
  utils_http(params).then(function (res) {
@@ -17281,7 +17332,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
17281
17332
  var params = {
17282
17333
  pendingId: this.pendingId,
17283
17334
  taskAction: _that.newType,
17284
- userId: _that.userId
17335
+ userId: _that.userId,
17336
+ mobileKey: util.getStorage('deviceId') || '123'
17285
17337
  };
17286
17338
  if (_that.newType != 'taskReadAndEnd') delete params.taskAction;
17287
17339
 
@@ -17338,7 +17390,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
17338
17390
  isImageOpinion: 0,
17339
17391
  loginType: 2,
17340
17392
  taskAction: this.type,
17341
- userId: _that.userId
17393
+ userId: _that.userId,
17394
+ mobileKey: util.getStorage('deviceId') || '123'
17342
17395
  }
17343
17396
  };
17344
17397
  if (this.beforeSubmit) {
@@ -17422,6 +17475,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
17422
17475
  choiceOrgId: choiceOrgId,
17423
17476
  businessName: businessName,
17424
17477
  processDefinitionId: processDefinitionId,
17478
+ mobileKey: util.getStorage('deviceId') || '123',
17425
17479
  bCode: bCode,
17426
17480
  bName: bName,
17427
17481
  loginType: 2,
@@ -17470,8 +17524,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
17470
17524
 
17471
17525
  var TaskRead_component = normalizeComponent(
17472
17526
  components_TaskReadvue_type_script_lang_js_,
17473
- TaskReadvue_type_template_id_9c09a158_render,
17474
- TaskReadvue_type_template_id_9c09a158_staticRenderFns,
17527
+ TaskReadvue_type_template_id_2f61ff7c_render,
17528
+ TaskReadvue_type_template_id_2f61ff7c_staticRenderFns,
17475
17529
  false,
17476
17530
  null,
17477
17531
  null,
@@ -17480,8 +17534,8 @@ var TaskRead_component = normalizeComponent(
17480
17534
  )
17481
17535
 
17482
17536
  /* harmony default export */ var TaskRead = (TaskRead_component.exports);
17483
- // 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/taskUnionExamine.vue?vue&type=template&id=79caae4c&
17484
- var taskUnionExaminevue_type_template_id_79caae4c_render = function () {
17537
+ // 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/taskUnionExamine.vue?vue&type=template&id=904dd126&
17538
+ var taskUnionExaminevue_type_template_id_904dd126_render = function () {
17485
17539
  var _vm = this
17486
17540
  var _h = _vm.$createElement
17487
17541
  var _c = _vm._self._c || _h
@@ -17624,11 +17678,11 @@ var taskUnionExaminevue_type_template_id_79caae4c_render = function () {
17624
17678
  ]),
17625
17679
  ])
17626
17680
  }
17627
- var taskUnionExaminevue_type_template_id_79caae4c_staticRenderFns = []
17628
- taskUnionExaminevue_type_template_id_79caae4c_render._withStripped = true
17681
+ var taskUnionExaminevue_type_template_id_904dd126_staticRenderFns = []
17682
+ taskUnionExaminevue_type_template_id_904dd126_render._withStripped = true
17629
17683
 
17630
17684
 
17631
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=79caae4c&
17685
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=904dd126&
17632
17686
 
17633
17687
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js&
17634
17688
  //
@@ -18074,7 +18128,8 @@ taskUnionExaminevue_type_template_id_79caae4c_render._withStripped = true
18074
18128
  choiceDeptId: choiceDeptId,
18075
18129
  isSubFlow: isSubFlow,
18076
18130
  choiceOrgId: choiceOrgId,
18077
- userId: this.userId || util.getStorage('userId')
18131
+ userId: this.userId || util.getStorage('userId'),
18132
+ mobileKey: util.getStorage('deviceId') || '123'
18078
18133
  };
18079
18134
  var formData = new FormData();
18080
18135
  if (isImageOpinion == 1) {
@@ -18094,7 +18149,6 @@ taskUnionExaminevue_type_template_id_79caae4c_render._withStripped = true
18094
18149
  headers: { Accept: 'application/json,text/plain' },
18095
18150
  type: 'post',
18096
18151
  format: false
18097
-
18098
18152
  };
18099
18153
  this.$toast.loading({
18100
18154
  message: '加载中...',
@@ -18198,8 +18252,8 @@ taskUnionExaminevue_type_template_id_79caae4c_render._withStripped = true
18198
18252
 
18199
18253
  var taskUnionExamine_component = normalizeComponent(
18200
18254
  components_taskUnionExaminevue_type_script_lang_js_,
18201
- taskUnionExaminevue_type_template_id_79caae4c_render,
18202
- taskUnionExaminevue_type_template_id_79caae4c_staticRenderFns,
18255
+ taskUnionExaminevue_type_template_id_904dd126_render,
18256
+ taskUnionExaminevue_type_template_id_904dd126_staticRenderFns,
18203
18257
  false,
18204
18258
  null,
18205
18259
  null,
@@ -22970,7 +23024,7 @@ if (typeof window !== 'undefined' && window.Vue) {
22970
23024
  }
22971
23025
 
22972
23026
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
22973
- version: '0.2.67',
23027
+ version: '0.2.68',
22974
23028
  install: install,
22975
23029
  Button: packages_button,
22976
23030
  ButtonGroup: button_group,