eoss-mobiles 0.2.29 → 0.2.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/lib/action-sheet.js +2 -2
  2. package/lib/calendar.js +2 -2
  3. package/lib/cascader.js +2 -2
  4. package/lib/checkbox.js +57 -32
  5. package/lib/config/api.js +8 -2
  6. package/lib/count-down.js +2 -2
  7. package/lib/eoss-mobile.common.js +1414 -158
  8. package/lib/esign.js +2 -2
  9. package/lib/flow-btn.js +2702 -0
  10. package/lib/flow-list.js +2613 -0
  11. package/lib/flow.js +62 -52
  12. package/lib/form.js +2 -2
  13. package/lib/image-preview.js +2 -2
  14. package/lib/image.js +2 -2
  15. package/lib/index.js +1 -1
  16. package/lib/notice-bar.js +2 -2
  17. package/lib/pagination.js +2 -2
  18. package/lib/picker.js +94 -67
  19. package/lib/popover.js +2 -2
  20. package/lib/popup.js +2 -2
  21. package/lib/pull-refresh.js +2 -2
  22. package/lib/radio.js +58 -35
  23. package/lib/rate.js +2 -2
  24. package/lib/retrial-auth.js +41 -31
  25. package/lib/selector.js +56 -46
  26. package/lib/skeleton.js +2 -2
  27. package/lib/stepper.js +2 -2
  28. package/lib/swipe.js +2 -2
  29. package/lib/table-column.js +37 -27
  30. package/lib/table.js +3 -2
  31. package/lib/theme-chalk/flow-btn.css +1 -0
  32. package/lib/theme-chalk/flow-list.css +1 -0
  33. package/lib/theme-chalk/index.css +1 -1
  34. package/lib/utils/util.js +1 -0
  35. package/package.json +1 -1
  36. package/packages/checkbox/src/main.vue +8 -1
  37. package/packages/flow-btn/index.js +5 -0
  38. package/packages/flow-btn/src/main.vue +475 -0
  39. package/packages/flow-list/index.js +5 -0
  40. package/packages/flow-list/src/main.vue +225 -0
  41. package/packages/picker/src/main.vue +20 -2
  42. package/packages/radio/src/main.vue +7 -5
  43. package/packages/theme-chalk/lib/flow-btn.css +1 -0
  44. package/packages/theme-chalk/lib/flow-list.css +1 -0
  45. package/packages/theme-chalk/lib/index.css +1 -1
  46. package/packages/theme-chalk/src/flow-btn.scss +94 -0
  47. package/packages/theme-chalk/src/flow-list.scss +122 -0
  48. package/packages/theme-chalk/src/index.scss +2 -0
  49. package/src/config/api.js +10 -2
  50. package/src/index.js +7 -1
  51. package/src/utils/util.js +1 -0
@@ -2080,6 +2080,7 @@ var util_formatDate = function formatDate(date, fmt) {
2080
2080
  'q+': quarter[Math.ceil((obj.getMonth() + 1) / 3) - 1], // 季度
2081
2081
  S: obj.getMilliseconds() // 毫秒
2082
2082
  };
2083
+ console.log(o, 'o');
2083
2084
  if (/(y+)/.test(fmt)) {
2084
2085
  fmt = fmt.replace(RegExp.$1, (obj.getFullYear() + '').substr(4 - RegExp.$1.length));
2085
2086
  }
@@ -2975,6 +2976,12 @@ var api_toTwoOfficesDispatch = activiti + mecp + '/bpmBackend/toTwoOfficesDispat
2975
2976
  var api_twoOfficesDispatch = activiti + '/task/taskHandle/twoOfficesDispatch.dhtml';
2976
2977
  // 是否允许启动子流程(必经节点)
2977
2978
  var isCanStartSubFlow = activiti + '/task/taskHandle/isCanStartSubFlow.dhtml';
2979
+ // 流程列表
2980
+ var pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
2981
+ // 获取流程按钮
2982
+ var getHandleButtonHtml = '/api/mecp/v1/mecpItask/getHandleButtonHtml.json';
2983
+ // 获取系统参数
2984
+ var getSysParam = '/api/v1/mecpSys/getSysParam.json';
2978
2985
  // EXTERNAL MODULE: external "axios"
2979
2986
  var external_axios_ = __webpack_require__(3);
2980
2987
  var external_axios_default = /*#__PURE__*/__webpack_require__.n(external_axios_);
@@ -5208,8 +5215,8 @@ field_src_main.install = function (Vue) {
5208
5215
  };
5209
5216
 
5210
5217
  /* harmony default export */ var packages_field = (field_src_main);
5211
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/main.vue?vue&type=template&id=2145df10&
5212
- var mainvue_type_template_id_2145df10_render = function () {
5218
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/main.vue?vue&type=template&id=6780641d&
5219
+ var mainvue_type_template_id_6780641d_render = function () {
5213
5220
  var _vm = this
5214
5221
  var _h = _vm.$createElement
5215
5222
  var _c = _vm._self._c || _h
@@ -5243,10 +5250,14 @@ var mainvue_type_template_id_2145df10_render = function () {
5243
5250
  _vm._b(
5244
5251
  {
5245
5252
  key: item[_vm.valueKey],
5246
- attrs: { disabled: item.disabled, name: item[_vm.valueKey] },
5253
+ attrs: {
5254
+ disabled: item.disabled,
5255
+ "checked-color": _vm.checkedColor || item.checkedColor,
5256
+ name: item[_vm.valueKey],
5257
+ },
5247
5258
  },
5248
5259
  "van-radio",
5249
- item,
5260
+ _vm.exclAttribute({ data: item, attrs: "checkedColor" }),
5250
5261
  false
5251
5262
  ),
5252
5263
  [
@@ -5267,11 +5278,11 @@ var mainvue_type_template_id_2145df10_render = function () {
5267
5278
  1
5268
5279
  )
5269
5280
  }
5270
- var mainvue_type_template_id_2145df10_staticRenderFns = []
5271
- mainvue_type_template_id_2145df10_render._withStripped = true
5281
+ var mainvue_type_template_id_6780641d_staticRenderFns = []
5282
+ mainvue_type_template_id_6780641d_render._withStripped = true
5272
5283
 
5273
5284
 
5274
- // CONCATENATED MODULE: ./packages/radio/src/main.vue?vue&type=template&id=2145df10&
5285
+ // CONCATENATED MODULE: ./packages/radio/src/main.vue?vue&type=template&id=6780641d&
5275
5286
 
5276
5287
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/main.vue?vue&type=script&lang=js&
5277
5288
  var mainvue_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; };
@@ -5297,6 +5308,8 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5297
5308
  //
5298
5309
  //
5299
5310
  //
5311
+ //
5312
+
5300
5313
 
5301
5314
 
5302
5315
 
@@ -5319,10 +5332,7 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5319
5332
  }
5320
5333
  },
5321
5334
  //所有单选框的选中状态颜色
5322
- groupCheckedColor: {
5323
- type: String,
5324
- default: '#1989fa'
5325
- },
5335
+ checkedColor: String,
5326
5336
  //所有单选框的图标大小,默认单位为px
5327
5337
  groupIconSize: {
5328
5338
  type: [String, Number],
@@ -5407,6 +5417,13 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5407
5417
  },
5408
5418
 
5409
5419
  methods: {
5420
+ exclAttribute: function exclAttribute(_ref) {
5421
+ var data = _ref.data,
5422
+ attrs = _ref.attrs;
5423
+
5424
+ return util.exclAttribute({ data: data, attrs: attrs });
5425
+ },
5426
+
5410
5427
  /**
5411
5428
  * handleChange
5412
5429
  * @desc:当绑定值变化时触发的事件
@@ -5465,8 +5482,8 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5465
5482
 
5466
5483
  var radio_src_main_component = normalizeComponent(
5467
5484
  packages_radio_src_mainvue_type_script_lang_js_,
5468
- mainvue_type_template_id_2145df10_render,
5469
- mainvue_type_template_id_2145df10_staticRenderFns,
5485
+ mainvue_type_template_id_6780641d_render,
5486
+ mainvue_type_template_id_6780641d_staticRenderFns,
5470
5487
  false,
5471
5488
  null,
5472
5489
  null,
@@ -5483,8 +5500,8 @@ radio_src_main.install = function (Vue) {
5483
5500
  };
5484
5501
 
5485
5502
  /* harmony default export */ var packages_radio = (radio_src_main);
5486
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=f54ad734&
5487
- var mainvue_type_template_id_f54ad734_render = function () {
5503
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=6f8d4ed8&
5504
+ var mainvue_type_template_id_6f8d4ed8_render = function () {
5488
5505
  var _vm = this
5489
5506
  var _h = _vm.$createElement
5490
5507
  var _c = _vm._self._c || _h
@@ -5751,11 +5768,11 @@ var mainvue_type_template_id_f54ad734_render = function () {
5751
5768
  1
5752
5769
  )
5753
5770
  }
5754
- var mainvue_type_template_id_f54ad734_staticRenderFns = []
5755
- mainvue_type_template_id_f54ad734_render._withStripped = true
5771
+ var mainvue_type_template_id_6f8d4ed8_staticRenderFns = []
5772
+ mainvue_type_template_id_6f8d4ed8_render._withStripped = true
5756
5773
 
5757
5774
 
5758
- // CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=f54ad734&
5775
+ // CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=6f8d4ed8&
5759
5776
 
5760
5777
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=script&lang=js&
5761
5778
  var src_mainvue_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; };
@@ -5963,6 +5980,10 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
5963
5980
  type: String,
5964
5981
  default: 'name'
5965
5982
  },
5983
+ objectType: {
5984
+ type: Boolean,
5985
+ default: true
5986
+ },
5966
5987
  sysAppCode: {
5967
5988
  type: String,
5968
5989
  default: ''
@@ -6011,7 +6032,20 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6011
6032
  return this.getValue();
6012
6033
  },
6013
6034
  set: function set(val) {
6014
- this.$emit('input', val);
6035
+ var _this = this;
6036
+
6037
+ if (!this.objectType && val.length === undefined) {
6038
+ this.$emit('input', val[this.sysAppCode ? 'cciValue' : this.valueKey]);
6039
+ } else if (!this.objectType && val.length != undefined) {
6040
+ val.map(function (x) {
6041
+ if ((typeof x === 'undefined' ? 'undefined' : mainvue_type_script_lang_js_typeof(x)) === 'object') {
6042
+ x = x[_this.sysAppCode ? 'cciValue' : _this.valueKey];
6043
+ }
6044
+ });
6045
+ this.$emit('input', val);
6046
+ } else {
6047
+ this.$emit('input', val);
6048
+ }
6015
6049
  }
6016
6050
  }
6017
6051
  },
@@ -6059,7 +6093,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6059
6093
  }
6060
6094
  },
6061
6095
  mounted: function mounted() {
6062
- var _this = this;
6096
+ var _this2 = this;
6063
6097
 
6064
6098
  if ((this.sysAppCode || this.url) && this.newColumns.length == 0 && !this.isCheck) {
6065
6099
  this.getSysCode();
@@ -6074,7 +6108,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6074
6108
  } else if (this.isCheck) {
6075
6109
  var _data = this.value;
6076
6110
  _data.map(function (item) {
6077
- _this.checkList.push(item[_this.valueKey] || item.value || item);
6111
+ _this2.checkList.push(item[_this2.valueKey] || item.value || item);
6078
6112
  });
6079
6113
  }
6080
6114
  },
@@ -6115,13 +6149,13 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6115
6149
  this.$refs.checkboxes[index].toggle();
6116
6150
  },
6117
6151
  onConfirm: function onConfirm(value, isConfirm) {
6118
- var _this2 = this;
6152
+ var _this3 = this;
6119
6153
 
6120
6154
  if (isConfirm) {
6121
6155
  if (this.isCheck) {
6122
6156
  var data = [];
6123
6157
  this.newColumns.filter(function (x) {
6124
- _this2.checkList.find(function (y) {
6158
+ _this3.checkList.find(function (y) {
6125
6159
  if (x.value === y) {
6126
6160
  data.push(x);
6127
6161
  }
@@ -6135,7 +6169,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6135
6169
  if (this.isCheck) {
6136
6170
  this.checkList = [];
6137
6171
  this.pickerValue.map(function (x) {
6138
- _this2.checkList.push(x.value);
6172
+ _this3.checkList.push(x.value);
6139
6173
  });
6140
6174
  }
6141
6175
  }
@@ -6143,15 +6177,15 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6143
6177
  this.showPicker = false;
6144
6178
  },
6145
6179
  getValue: function getValue() {
6146
- var _this3 = this;
6180
+ var _this4 = this;
6147
6181
 
6148
6182
  var value = '';
6149
6183
  if (this.isCheck) {
6150
6184
  var val = [];
6151
6185
  if (this.newColumns && this.newColumns.length > 0) {
6152
6186
  this.newColumns.filter(function (x) {
6153
- _this3.value.find(function (y) {
6154
- if (x[_this3.valueKey] == y || x[_this3.valueKey] == y.value) {
6187
+ _this4.value.find(function (y) {
6188
+ if (x[_this4.valueKey] == y || x[_this4.valueKey] == y.value) {
6155
6189
  val.push(x);
6156
6190
  }
6157
6191
  });
@@ -6169,7 +6203,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6169
6203
  this.newColumns.map(function (x, i) {
6170
6204
  if (typeof x === 'string' && value.indexOf(x) != -1) {
6171
6205
  index = i;
6172
- } else if (x[_this3.newValueKey] == value || x[_this3.newValueKey].indexOf(value) != -1) {
6206
+ } else if (x[_this4.newValueKey] == value || x[_this4.newValueKey].indexOf(value) != -1) {
6173
6207
  index = i;
6174
6208
  }
6175
6209
  });
@@ -6177,8 +6211,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6177
6211
  } else {
6178
6212
  var list = [];
6179
6213
  this.value.map(function (item) {
6180
- if (item[_this3.labelKey] || item[_this3.newValueKey]) {
6181
- list.push(item[_this3.labelKey] || item[_this3.newValueKey]);
6214
+ if (item[_this4.labelKey] || item[_this4.newValueKey]) {
6215
+ list.push(item[_this4.labelKey] || item[_this4.newValueKey]);
6182
6216
  } else if (typeof item === 'string') {
6183
6217
  list.push(item);
6184
6218
  }
@@ -6188,7 +6222,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6188
6222
  this.newColumns.map(function (x, i) {
6189
6223
  if (typeof x === 'string' && value.indexOf(x) != -1) {
6190
6224
  _index = i;
6191
- } else if (x[_this3.newValueKey] === value) {
6225
+ } else if (x[_this4.newValueKey] === value) {
6192
6226
  _index = i;
6193
6227
  }
6194
6228
  });
@@ -6201,9 +6235,9 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6201
6235
  if (typeof x === 'string' && value.indexOf(x) != -1) {
6202
6236
  _index2 = i;
6203
6237
  value = x;
6204
- } else if (x[_this3.newValueKey] === value) {
6238
+ } else if (x[_this4.newValueKey] === value) {
6205
6239
  _index2 = i;
6206
- value = x[_this3.labelKey] || x[_this3.newValueKey];
6240
+ value = x[_this4.labelKey] || x[_this4.newValueKey];
6207
6241
  }
6208
6242
  });
6209
6243
  this.newDefaultIndex = _index2;
@@ -6213,7 +6247,7 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6213
6247
  return value;
6214
6248
  },
6215
6249
  getSysCode: function getSysCode() {
6216
- var _this4 = this;
6250
+ var _this5 = this;
6217
6251
 
6218
6252
  var url = this.url,
6219
6253
  method = this.method,
@@ -6236,45 +6270,45 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6236
6270
  rCode = res.rCode,
6237
6271
  results = res.results;
6238
6272
 
6239
- _this4.listLoading = false;
6273
+ _this5.listLoading = false;
6240
6274
  if (status == 'success' || rCode === 0 || status === true) {
6241
- var info = _this4.resultsName ? data ? data[_this4.resultsName] : results[_this4.resultsName] : data ? data : results;
6275
+ var info = _this5.resultsName ? data ? data[_this5.resultsName] : results[_this5.resultsName] : data ? data : results;
6242
6276
  info.map(function (x) {
6243
- if (_this4.isCheck) {
6244
- x.name = x[sysAppCode ? 'shortName' : _this4.labelKey] && x[sysAppCode ? 'shortName' : _this4.labelKey].replace(/<[^>]+>/g, '');
6277
+ if (_this5.isCheck) {
6278
+ x.name = x[sysAppCode ? 'shortName' : _this5.labelKey] && x[sysAppCode ? 'shortName' : _this5.labelKey].replace(/<[^>]+>/g, '');
6245
6279
  } else {
6246
- x.name = x[sysAppCode ? 'shortName' : _this4.labelKey];
6280
+ x.name = x[sysAppCode ? 'shortName' : _this5.labelKey];
6247
6281
  }
6248
- x.value = x[sysAppCode ? 'cciValue' : _this4.valueKey];
6282
+ x.value = x[sysAppCode ? 'cciValue' : _this5.valueKey];
6249
6283
  });
6250
6284
  if (data && data.totalCount) {
6251
- _this4.total = data.totalCount;
6252
- if (data.totalCount === _this4.newColumns.length) {
6253
- _this4.listFinished = true;
6285
+ _this5.total = data.totalCount;
6286
+ if (data.totalCount === _this5.newColumns.length) {
6287
+ _this5.listFinished = true;
6254
6288
  } else {
6255
- if (_this4.newColumns.length != 0) {
6256
- _this4.newColumns.push.apply(_this4.newColumns, info);
6289
+ if (_this5.newColumns.length != 0) {
6290
+ _this5.newColumns.push.apply(_this5.newColumns, info);
6257
6291
  } else {
6258
- _this4.newColumns = info;
6292
+ _this5.newColumns = info;
6259
6293
  }
6260
- _this4.pageIndex = res.data.nextPageNo;
6294
+ _this5.pageIndex = res.data.nextPageNo;
6261
6295
  }
6262
6296
  } else {
6263
- _this4.listFinished = true;
6264
- _this4.newColumns = info;
6297
+ _this5.listFinished = true;
6298
+ _this5.newColumns = info;
6265
6299
  }
6266
- if (_this4.beforResponse) {
6267
- _this4.newColumns = _this4.beforResponse(_this4.newColumns);
6268
- _this4.getValue();
6300
+ if (_this5.beforResponse) {
6301
+ _this5.newColumns = _this5.beforResponse(_this5.newColumns);
6302
+ _this5.getValue();
6269
6303
  } else {
6270
- _this4.getValue();
6304
+ _this5.getValue();
6271
6305
  }
6272
6306
  } else {
6273
- _this4.$toast(message);
6307
+ _this5.$toast(message);
6274
6308
  }
6275
- _this4.newLoading = false;
6309
+ _this5.newLoading = false;
6276
6310
  }).catch(function (err) {
6277
- _this4.$toast(err.message);
6311
+ _this5.$toast(err.message);
6278
6312
  });
6279
6313
  },
6280
6314
  handlePicker: function handlePicker() {
@@ -6296,8 +6330,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
6296
6330
 
6297
6331
  var picker_src_main_component = normalizeComponent(
6298
6332
  packages_picker_src_mainvue_type_script_lang_js_,
6299
- mainvue_type_template_id_f54ad734_render,
6300
- mainvue_type_template_id_f54ad734_staticRenderFns,
6333
+ mainvue_type_template_id_6f8d4ed8_render,
6334
+ mainvue_type_template_id_6f8d4ed8_staticRenderFns,
6301
6335
  false,
6302
6336
  null,
6303
6337
  null,
@@ -17189,45 +17223,301 @@ flow_src_main.install = function (Vue) {
17189
17223
  };
17190
17224
 
17191
17225
  /* harmony default export */ var flow = (flow_src_main);
17192
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/popover/src/main.vue?vue&type=template&id=2eeea6e1&
17193
- var mainvue_type_template_id_2eeea6e1_render = function () {
17226
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=ac26862c&
17227
+ var mainvue_type_template_id_ac26862c_render = function () {
17194
17228
  var _vm = this
17195
17229
  var _h = _vm.$createElement
17196
17230
  var _c = _vm._self._c || _h
17197
17231
  return _c(
17198
- "van-popover",
17199
- _vm._g(
17200
- _vm._b(
17201
- {
17202
- model: {
17203
- value: _vm.newValue,
17204
- callback: function ($$v) {
17205
- _vm.newValue = $$v
17206
- },
17207
- expression: "newValue",
17208
- },
17209
- },
17210
- "van-popover",
17211
- _vm.$attrs,
17212
- false
17213
- ),
17214
- _vm.$listeners
17215
- ),
17232
+ "div",
17233
+ { staticClass: "em-flow-list" },
17216
17234
  [
17217
- _vm._l(_vm.$slots, function (index, name) {
17218
- return _c("template", { slot: name }, [_vm._t(name)], 2)
17219
- }),
17235
+ _vm.isgw && _vm.processList.length > 0
17236
+ ? _c(
17237
+ "div",
17238
+ { staticClass: "list" },
17239
+ _vm._l(_vm.processList, function (item, index) {
17240
+ return _c(
17241
+ "div",
17242
+ {
17243
+ key: index,
17244
+ staticClass: "item",
17245
+ class: { "success-icon": item.flowList.length > 0 },
17246
+ },
17247
+ [
17248
+ item.flowList.length > 0
17249
+ ? _c("i", { staticClass: "iconfont icon-gou" })
17250
+ : _c("div", { staticClass: "process-pending" }, [
17251
+ _c("i", { staticClass: "process-pending-yuan" }),
17252
+ ]),
17253
+ _c(
17254
+ "div",
17255
+ { staticClass: "item-box" },
17256
+ [
17257
+ _c("div", { staticClass: "one" }, [
17258
+ _c("div", { staticClass: "label" }, [
17259
+ _vm._v(
17260
+ "\n " +
17261
+ _vm._s(item.shortName) +
17262
+ "\n "
17263
+ ),
17264
+ ]),
17265
+ ]),
17266
+ _vm._l(
17267
+ item.showMore
17268
+ ? item.flowList
17269
+ : item.flowList.slice(0, 2),
17270
+ function (x) {
17271
+ return _c("div", { key: x.id }, [
17272
+ _c("div", { staticClass: "two" }, [
17273
+ x.doresult && x.doresult.startsWith("http")
17274
+ ? _c("img", {
17275
+ staticStyle: {
17276
+ width: "100px",
17277
+ height: "100px",
17278
+ },
17279
+ attrs: { src: x.doresult, alt: "" },
17280
+ })
17281
+ : _c("span", [_vm._v(_vm._s(x.doresult))]),
17282
+ x.handleInfo
17283
+ ? _c(
17284
+ "span",
17285
+ { staticStyle: { color: "#ADADA5" } },
17286
+ [
17287
+ _vm._v(
17288
+ _vm._s(
17289
+ (x.doresult ? "&" : "") + x.handleInfo
17290
+ )
17291
+ ),
17292
+ ]
17293
+ )
17294
+ : _vm._e(),
17295
+ ]),
17296
+ _c(
17297
+ "div",
17298
+ { staticClass: "tree" },
17299
+ [
17300
+ _c(
17301
+ "div",
17302
+ {
17303
+ staticStyle: {
17304
+ display: "flex",
17305
+ "align-items": "center",
17306
+ },
17307
+ },
17308
+ [
17309
+ _c("span", [_vm._v(_vm._s(x.userName))]),
17310
+ _c(
17311
+ "span",
17312
+ {
17313
+ staticStyle: { "margin-left": "10px" },
17314
+ },
17315
+ [
17316
+ _vm._v(
17317
+ _vm._s(
17318
+ _vm._f("transformTimestamp")(
17319
+ x.createtime
17320
+ )
17321
+ )
17322
+ ),
17323
+ ]
17324
+ ),
17325
+ ]
17326
+ ),
17327
+ _c(
17328
+ "em-tag",
17329
+ {
17330
+ attrs: {
17331
+ type: "primary",
17332
+ color:
17333
+ x.pendstate != 2 && x.pendstate != 6
17334
+ ? "#FEF6EB"
17335
+ : "#F2F8EC",
17336
+ "text-color":
17337
+ x.pendstate != 2 && x.pendstate != 6
17338
+ ? "#EB9A3D"
17339
+ : "#82B656",
17340
+ size: "medium",
17341
+ },
17342
+ },
17343
+ [
17344
+ _vm._v(
17345
+ _vm._s(
17346
+ x.pendstate == 2 || x.pendstate == 6
17347
+ ? "已办理"
17348
+ : "办理中"
17349
+ )
17350
+ ),
17351
+ ]
17352
+ ),
17353
+ ],
17354
+ 1
17355
+ ),
17356
+ ])
17357
+ }
17358
+ ),
17359
+ item.flowList.length > 2
17360
+ ? _c(
17361
+ "span",
17362
+ {
17363
+ staticClass: "more",
17364
+ staticStyle: {
17365
+ display: "inline-block",
17366
+ width: "100%",
17367
+ "text-align": "center",
17368
+ },
17369
+ on: {
17370
+ click: function ($event) {
17371
+ _vm.changeMore(index)
17372
+ },
17373
+ },
17374
+ },
17375
+ [
17376
+ _vm._v(
17377
+ _vm._s(item.showMore ? "收起" : "展示更多")
17378
+ ),
17379
+ ]
17380
+ )
17381
+ : _vm._e(),
17382
+ ],
17383
+ 2
17384
+ ),
17385
+ ]
17386
+ )
17387
+ }),
17388
+ 0
17389
+ )
17390
+ : _vm.processList.length > 0
17391
+ ? _c(
17392
+ "div",
17393
+ { staticClass: "list" },
17394
+ _vm._l(_vm.processList, function (item, index) {
17395
+ return _c(
17396
+ "div",
17397
+ {
17398
+ key: index,
17399
+ staticClass: "item",
17400
+ class: {
17401
+ "success-icon": item.pendstate == 2 || item.pendstate == 6,
17402
+ },
17403
+ },
17404
+ [
17405
+ item.pendstate == 2 || item.pendstate == 6
17406
+ ? _c("i", { staticClass: "iconfont icon-gou" })
17407
+ : _c("div", { staticClass: "process-pending" }, [
17408
+ _c("i", { staticClass: "process-pending-yuan" }),
17409
+ ]),
17410
+ _c("div", { staticClass: "item-box" }, [
17411
+ _c("div", { staticClass: "one" }, [
17412
+ _c("div", { staticClass: "label" }, [
17413
+ _vm._v(
17414
+ "\n " +
17415
+ _vm._s(item.itemname) +
17416
+ "\n "
17417
+ ),
17418
+ ]),
17419
+ ]),
17420
+ _c("div", { staticClass: "two" }, [
17421
+ item.isImageOpinion == 1
17422
+ ? _c("img", {
17423
+ staticStyle: { width: "100px", height: "100px" },
17424
+ attrs: { src: item.doresult, alt: "" },
17425
+ })
17426
+ : _c("span", [_vm._v(_vm._s(item.doresult))]),
17427
+ item.handleInfo
17428
+ ? _c("span", { staticStyle: { color: "#ADADA5" } }, [
17429
+ _vm._v(
17430
+ _vm._s(
17431
+ (item.doresult ? "&" : "") + item.handleInfo
17432
+ )
17433
+ ),
17434
+ ])
17435
+ : _vm._e(),
17436
+ ]),
17437
+ _c(
17438
+ "div",
17439
+ { staticClass: "tree" },
17440
+ [
17441
+ _c(
17442
+ "div",
17443
+ {
17444
+ staticStyle: {
17445
+ display: "flex",
17446
+ "align-items": "center",
17447
+ },
17448
+ },
17449
+ [
17450
+ _c("span", [_vm._v(_vm._s(item.userid))]),
17451
+ _c(
17452
+ "span",
17453
+ { staticStyle: { "margin-left": "10px" } },
17454
+ [
17455
+ _vm._v(
17456
+ _vm._s(
17457
+ _vm._f("transformTimestamp")(
17458
+ item.createTime
17459
+ )
17460
+ )
17461
+ ),
17462
+ ]
17463
+ ),
17464
+ ]
17465
+ ),
17466
+ _c(
17467
+ "em-tag",
17468
+ {
17469
+ attrs: {
17470
+ type: "primary",
17471
+ color:
17472
+ item.pendstate != 2 && item.pendstate != 6
17473
+ ? "#FEF6EB"
17474
+ : "#F2F8EC",
17475
+ "text-color":
17476
+ item.pendstate != 2 && item.pendstate != 6
17477
+ ? "#EB9A3D"
17478
+ : "#82B656",
17479
+ size: "medium",
17480
+ },
17481
+ },
17482
+ [
17483
+ _vm._v(
17484
+ _vm._s(
17485
+ item.pendstate == 2 || item.pendstate == 6
17486
+ ? "已办理"
17487
+ : "办理中"
17488
+ )
17489
+ ),
17490
+ ]
17491
+ ),
17492
+ ],
17493
+ 1
17494
+ ),
17495
+ ]),
17496
+ ]
17497
+ )
17498
+ }),
17499
+ 0
17500
+ )
17501
+ : _c("em-empty", {
17502
+ staticClass: "custom-image",
17503
+ attrs: {
17504
+ image: "https://img01.yzcdn.cn/vant/custom-empty-image.png",
17505
+ description: "暂无数据",
17506
+ },
17507
+ }),
17220
17508
  ],
17221
- 2
17509
+ 1
17222
17510
  )
17223
17511
  }
17224
- var mainvue_type_template_id_2eeea6e1_staticRenderFns = []
17225
- mainvue_type_template_id_2eeea6e1_render._withStripped = true
17512
+ var mainvue_type_template_id_ac26862c_staticRenderFns = []
17513
+ mainvue_type_template_id_ac26862c_render._withStripped = true
17226
17514
 
17227
17515
 
17228
- // CONCATENATED MODULE: ./packages/popover/src/main.vue?vue&type=template&id=2eeea6e1&
17516
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=ac26862c&
17517
+
17518
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
17519
+ var _name$props$filters$d;
17229
17520
 
17230
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/popover/src/main.vue?vue&type=script&lang=js&
17231
17521
  //
17232
17522
  //
17233
17523
  //
@@ -17240,70 +17530,1020 @@ mainvue_type_template_id_2eeea6e1_render._withStripped = true
17240
17530
  //
17241
17531
  //
17242
17532
  //
17243
-
17244
- /* harmony default export */ var popover_src_mainvue_type_script_lang_js_ = ({
17245
- name: 'EmPopover',
17246
- props: {
17247
- value: Boolean
17248
- },
17249
- computed: {
17250
- newValue: {
17251
- get: function get() {
17252
- return this.value;
17253
- },
17254
- set: function set(val) {
17255
- return val;
17256
- }
17257
- }
17258
- }
17259
- });
17260
- // CONCATENATED MODULE: ./packages/popover/src/main.vue?vue&type=script&lang=js&
17261
- /* harmony default export */ var packages_popover_src_mainvue_type_script_lang_js_ = (popover_src_mainvue_type_script_lang_js_);
17262
- // CONCATENATED MODULE: ./packages/popover/src/main.vue
17263
-
17264
-
17265
-
17266
-
17267
-
17268
- /* normalize component */
17269
-
17270
- var popover_src_main_component = normalizeComponent(
17271
- packages_popover_src_mainvue_type_script_lang_js_,
17272
- mainvue_type_template_id_2eeea6e1_render,
17273
- mainvue_type_template_id_2eeea6e1_staticRenderFns,
17274
- false,
17275
- null,
17276
- null,
17277
- null
17278
-
17279
- )
17280
-
17281
- /* harmony default export */ var popover_src_main = (popover_src_main_component.exports);
17282
- // CONCATENATED MODULE: ./packages/popover/index.js
17283
-
17284
-
17285
- popover_src_main.install = function (Vue) {
17286
- return Vue.component(popover_src_main.name, popover_src_main);
17287
- };
17288
-
17289
- /* harmony default export */ var popover = (popover_src_main);
17290
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox/src/main.vue?vue&type=template&id=1bdce17e&
17291
- var mainvue_type_template_id_1bdce17e_render = function () {
17292
- var _vm = this
17293
- var _h = _vm.$createElement
17294
- var _c = _vm._self._c || _h
17295
- return _c(
17296
- "div",
17297
- { staticClass: "em-checkbox-group" },
17298
- [
17299
- _vm.isGroup
17300
- ? _c(
17301
- "van-checkbox-group",
17302
- _vm._b(
17303
- {
17304
- ref: "checkboxGroup",
17305
- attrs: { disabled: _vm.disabled },
17306
- on: { change: _vm.handleChange },
17533
+ //
17534
+ //
17535
+ //
17536
+ //
17537
+ //
17538
+ //
17539
+ //
17540
+ //
17541
+ //
17542
+ //
17543
+ //
17544
+ //
17545
+ //
17546
+ //
17547
+ //
17548
+ //
17549
+ //
17550
+ //
17551
+ //
17552
+ //
17553
+ //
17554
+ //
17555
+ //
17556
+ //
17557
+ //
17558
+ //
17559
+ //
17560
+ //
17561
+ //
17562
+ //
17563
+ //
17564
+ //
17565
+ //
17566
+ //
17567
+ //
17568
+ //
17569
+ //
17570
+ //
17571
+ //
17572
+ //
17573
+ //
17574
+ //
17575
+ //
17576
+ //
17577
+ //
17578
+ //
17579
+ //
17580
+ //
17581
+ //
17582
+ //
17583
+ //
17584
+ //
17585
+ //
17586
+ //
17587
+ //
17588
+ //
17589
+ //
17590
+ //
17591
+ //
17592
+ //
17593
+ //
17594
+ //
17595
+ //
17596
+ //
17597
+ //
17598
+ //
17599
+ //
17600
+ //
17601
+ //
17602
+ //
17603
+ //
17604
+ //
17605
+ //
17606
+ //
17607
+ //
17608
+ //
17609
+ //
17610
+ //
17611
+ //
17612
+ //
17613
+ //
17614
+ //
17615
+ //
17616
+ //
17617
+ //
17618
+ //
17619
+ //
17620
+ //
17621
+ //
17622
+ //
17623
+ //
17624
+ //
17625
+ //
17626
+ //
17627
+ //
17628
+ //
17629
+ //
17630
+ //
17631
+ //
17632
+ //
17633
+ //
17634
+ //
17635
+ //
17636
+ //
17637
+ //
17638
+ //
17639
+ //
17640
+ //
17641
+ //
17642
+ //
17643
+ //
17644
+ //
17645
+ //
17646
+ //
17647
+ //
17648
+ //
17649
+ //
17650
+ //
17651
+ //
17652
+ //
17653
+ //
17654
+ //
17655
+ //
17656
+ //
17657
+ //
17658
+ //
17659
+ //
17660
+ //
17661
+ //
17662
+ //
17663
+ //
17664
+ //
17665
+ //
17666
+ //
17667
+ //
17668
+ //
17669
+ //
17670
+ //
17671
+ //
17672
+ //
17673
+ //
17674
+
17675
+
17676
+
17677
+
17678
+ /* harmony default export */ var flow_list_src_mainvue_type_script_lang_js_ = (_name$props$filters$d = {
17679
+ name: 'EmFlowList',
17680
+ props: {
17681
+ businessId: {
17682
+ type: String,
17683
+ default: ''
17684
+ },
17685
+ type: {
17686
+ type: String,
17687
+ default: '0'
17688
+ },
17689
+ data: {
17690
+ type: Array,
17691
+ default: function _default() {
17692
+ return [];
17693
+ }
17694
+ },
17695
+ isgw: {
17696
+ type: Boolean,
17697
+ default: false
17698
+ }
17699
+ },
17700
+ filters: {
17701
+ transformTimestamp: function transformTimestamp(val) {
17702
+ return util.formatDate(Number(val), 'yyyy-MM-dd');
17703
+ }
17704
+ },
17705
+ data: function data() {
17706
+ return {
17707
+ processList: []
17708
+ };
17709
+ },
17710
+
17711
+ watch: {
17712
+ businessId: {
17713
+ handler: function handler(val) {
17714
+ if (val && this.data.length === 0) {
17715
+ this.getFlowList(val);
17716
+ } else {
17717
+ this.processList = this.data;
17718
+ }
17719
+ },
17720
+
17721
+ deep: true,
17722
+ immediate: true
17723
+ }
17724
+ },
17725
+ methods: {}
17726
+ }, _name$props$filters$d['methods'] = {
17727
+ getFlowList: function getFlowList(apprecordId) {
17728
+ var _this = this;
17729
+
17730
+ utils_http({
17731
+ url: pendedhistoryList,
17732
+ type: 'post',
17733
+ params: {
17734
+ type: this.type,
17735
+ apprecordId: apprecordId
17736
+ }
17737
+ }).then(function (res) {
17738
+ var rCode = res.rCode,
17739
+ msg = res.msg,
17740
+ results = res.results;
17741
+
17742
+ if (rCode === 0) {
17743
+ _this.processList = results;
17744
+ } else {
17745
+ _this.$toast(msg);
17746
+ }
17747
+ });
17748
+ },
17749
+ changeMore: function changeMore(i) {
17750
+ this.$emit('changeMore', i);
17751
+ }
17752
+ }, _name$props$filters$d);
17753
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=script&lang=js&
17754
+ /* harmony default export */ var packages_flow_list_src_mainvue_type_script_lang_js_ = (flow_list_src_mainvue_type_script_lang_js_);
17755
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue
17756
+
17757
+
17758
+
17759
+
17760
+
17761
+ /* normalize component */
17762
+
17763
+ var flow_list_src_main_component = normalizeComponent(
17764
+ packages_flow_list_src_mainvue_type_script_lang_js_,
17765
+ mainvue_type_template_id_ac26862c_render,
17766
+ mainvue_type_template_id_ac26862c_staticRenderFns,
17767
+ false,
17768
+ null,
17769
+ null,
17770
+ null
17771
+
17772
+ )
17773
+
17774
+ /* harmony default export */ var flow_list_src_main = (flow_list_src_main_component.exports);
17775
+ // CONCATENATED MODULE: ./packages/flow-list/index.js
17776
+
17777
+
17778
+ flow_list_src_main.install = function (Vue) {
17779
+ return Vue.component(flow_list_src_main.name, flow_list_src_main);
17780
+ };
17781
+
17782
+ /* harmony default export */ var flow_list = (flow_list_src_main);
17783
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=template&id=67986864&
17784
+ var mainvue_type_template_id_67986864_render = function () {
17785
+ var _vm = this
17786
+ var _h = _vm.$createElement
17787
+ var _c = _vm._self._c || _h
17788
+ return _vm.isShowBtnList
17789
+ ? _c("div", { staticClass: "em-flow-btn" }, [
17790
+ _vm.type === "fenyue"
17791
+ ? _c("div", { staticClass: "btn-list btn-list-1" }, [
17792
+ !_vm.rejectObj.fun
17793
+ ? _c(
17794
+ "div",
17795
+ { staticClass: "right-one", on: { click: _vm.toRead } },
17796
+ [_c("div", { staticClass: "audit" }, [_vm._v("阅结")])]
17797
+ )
17798
+ : _vm._e(),
17799
+ ])
17800
+ : _c("div", { staticClass: "btn-list" }, [
17801
+ _c("div", { staticClass: "left" }, [
17802
+ _vm.pointsReadingObj.fun
17803
+ ? _c(
17804
+ "div",
17805
+ {
17806
+ staticClass: "item",
17807
+ on: {
17808
+ click: function ($event) {
17809
+ _vm.toStartTaskRead(_vm.pointsReadingObj)
17810
+ },
17811
+ },
17812
+ },
17813
+ [
17814
+ _c("img", {
17815
+ staticClass: "icon",
17816
+ attrs: {
17817
+ src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAjCAYAAAD8BaggAAAAAXNSR0IArs4c6QAABNBJREFUWEftmE9oXFUUxr/z3vxNbKpUitpaEbGghbYbK11IN5a2JI2VNFELiU2cdzObbhR1YQtdKS6Ki4AhL/Mmo5WmOiAK0kVdmKQ0UouIVLS10FKotUIkUcdM83LvPXLDi7xMpp036Sx7IQTmnnvP753zvXvPeYTbD8pmszu01h3MvI2IngYQu4N9XVPMrIjoCoDzWuuTc3Nzk8ePH/+Xqu2SzWbXKqXeBtAN4EEiKgO4CWC+Lq9VjJmZAbQAeJiIZgGkmflvIvp0fn7+SDUgEkK8CeBdADe01gVjbNv2jNZaSymrPkRUUCKK27Z9DEArM2csy1rNzG8A2MDMJ5Zt7jjODgAniChBRB1DQ0MTUZ1FsRNCNAHIA3iBmXcPDw+PCyFaAXwGYGoZkBDifQBvEdHApUuXXh8bG5NRHEW16e7ubk6lUnkialdK7fI8b6Kvr+8R27YniGjdMqD+/v7PmdkYv+J5XjGqo6h2FUBdSqkzAB5KJBJfAHisWspMirYC2GvCGdVRVLsQ0H4AlwNBx5h5IxHFqkVoQmu9WWvdbsIZdiSEiJfL5URU5+l0ml3XNW/S/yME1MXMt4hIMrPhMH9XqwIx82aT47CgHcfZSkSHAayKChS84uPDw8NGl9qsCwHtU0odsSzrR/O71tqwXK8H6EUi+hCAFRUosDvn+35XoVC4VQG0Vym10/O8s+H9IgMdOHDggebm5qeY2bYsyxxuNYd5ainlzUKhcHnROCxqrfWeXC43tiKgmt4jGtwDqhWohkVICLEBQDszp4goqoYQj8d/npqaOl0sFlWFqNvvSkOO43QFd5xdKwrheWaenJmZeb5YLJqKIfza3x3QwYMH708mkx1aa1OOLJwptYY5h6SUZ0ZGRr4DsBDVhqWslvOo8/eAakWqYREyG6XT6Z1a6zW2bUfSkNbayOhcLpe72HANZTKZ/UT0ERHV+5adJ6I213X/aqioe3t7H7VtuwfA6qjnUJC+X1Kp1OjAwMBcQ4GCzamzs9PatGlTpIPRrDl69OiS9DZMQ7XEGnW+biAhxDgzb9Fat1bWKlGd3smuJlAmk1kPwFSISinFsVjsGDM/bqItpbwQi9XfrFqWtUpKedHzvJ8q4WoCCSEmmdkU9SbXTESmk7SI6JZpd4Nat67gEFEKwLdSypfy+fyN8OLg+PBMX1b1chVCGMeSiH4N/q+4Mw1q6CQRbQRwRWvdlsvlrlYCJZPJEcuy2ph5T2VnY9pmcwtf831/n+/7f6TT6RUDlctlTiQS6+Px+JdEVFJK7fU871oYKCiFvwKwhYi2u657YUkJ6ziOAbqulNpRGd668hQYG00S0Tcm5Uqptkqg/v7+7cx8iplLRLTNdd3fK4F+APAkM3flcrlTK4EIr+np6VmTSqVMN7rWtu1dg4OD3y/OB4I+aU5uAJ9MT0+LxTpp0YYcxzkc9Fu/AfhASvl1IpEorfRLx+zsLFpaWkYBPMfMRWY2e/6ZTCaf0FpniWi3aQillC/n8/mFnmxJhAx1U1PTO8z8mvkWBOAfANMAFo76FQyj7fsArDNricjsY7pT8zWFmPksEb3nuu7pansvCPjQoUNJ3/efZeZXATxjmn4AkVvm20AvuV6Y2TzksVKp9PHo6OjU7R70P943RUDEn1FvAAAAAElFTkSuQmCC",
17818
+ },
17819
+ }),
17820
+ _c("div", { staticClass: "label" }, [
17821
+ _vm._v(_vm._s(_vm.pointsReadingObj.value)),
17822
+ ]),
17823
+ ]
17824
+ )
17825
+ : _vm._e(),
17826
+ _vm.moreList.length > 0
17827
+ ? _c(
17828
+ "div",
17829
+ {
17830
+ staticClass: "item",
17831
+ on: {
17832
+ click: function ($event) {
17833
+ _vm.isShowMore = !_vm.isShowMore
17834
+ },
17835
+ },
17836
+ },
17837
+ [
17838
+ _c("img", {
17839
+ staticClass: "icon",
17840
+ attrs: {
17841
+ src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAAXNSR0IArs4c6QAABjVJREFUWEftWG2MXFUZft5z794VdrPMbmkRulHiD2oiHwohUELjF9EYERQcCG1qprP33tldbAGTohXUQUwr1q9km92ZO5PdiaFV2JoGmroGYiLyQxJJJIoGogRad0n4WKfVLilzZ85D3nWmmd3O7FYZf5h4/uzHPffc57zneZ/3eY/gX0PS6XSv4zgXWmsTxhjW/7/4w1orIlJbu3btsfn5+eNRFMXNz9v8LmEYbgDgk7wWwFsi8jiAn0VR9Gard2T79u3dp06d+jSAewBcIiJum8UpIv8g+SiAH7dbsPFuJpPZSHIfgMsBnABgAHSTfEpEtkdR9NLy74jv+3cYY6b0AckXAbyuYWieSFKBCMkNInIRgAkA90ZR9FYr4EEQXCciOd0cyYMAfm6Mcay1GQAfF5EnrbWjxWLx5eb3JQiCpwFcAeB7AB6N4/j1SqWyBIzneVxYWDCJROI6AHtF5AKSXygUCk8tB1OPiIL9IMlcHMfZUql0XOcNDQ293xiTF5EbADwBYEmE9FxnSb5K8pZisTi7Ehey2ayZm5vbLSJfBbCrXC7vnZ6erjV4FwTBRo2aiGyw1uattfdPTk7+s3nNkZERfZaz1m4SkSNxHH95amrqb4vEDcPwNZJ/iOM42djBSoCCIBgWkQmSD4nINxpkDsPwSpJTCgRAvlqtngGksW4YhpeRjETkagAPVyqVu/Xbi2AA/PHkyZPJAwcOlFfLkjAMRwCMN4PZsmVLX09PzwEAN+jRiMi3oihS0rYdQRAokKKIXALgoXK5vLsjYHzfv8oY8wsArwK4OYqiY6ttSp+HYbgDwB4Reb5Wq93UETBBEHxGRPaT/O3s7OwtMzMzb58NGN/3P2aM+SnJOWvtrR0B4/v+oDFmBsBAPWVV3JYI53JwYRieW8/gjIgc9jwv9W8TOJPJDJNcQuBkMun09/fvBPAdAH8FsCOKoifbAUomk+cMDAzsILmL5HFjzJfy+fzTDTDPLywsfPEsCXwngH3W2u8aY77ZyCbf9y8wxvwQwG0kXyF51+Dg4C+z2axtjooCSSQSO0TkPgBvk9y5fv36n+g8GR4efqFWq/WQzAwODj6RzWar7c57eHj44lqtptnySZJbC4XCI827D8PwQgDfB5AEoJr1lXK5fLihRalU6j2e592tGkXSGmPuI1lobEgymcxua+0uEXmB5GMicrQVGJJas64H8CkAf3Ic5/ZcLje3fG4qlXqv53k/AHA7ACVm1hhz2FrrOI4TaCRU3wA80N3dvW9sbOw02fWYzgegIUuRPG95XVr2MY3an621dxWLxV+3i6BGiKSWjTtIqgI/B8AVkY/UgeypVCp7S6XSqSW1Sf/Qc+zr67taRLTAJdp8xFprfy8iz544ceJYUxloOT2dTl/kuu5OkreJyACAKsmXSU56nlccHx8/eUbVXkYuzQot9S3HWfqY0+8qRxzHUUHcKCLHrbW/WmkjS6rz2QjVf3POEjB1vehEZJSL7UwayuWybXXMi2A6yRlVYxG5nuQV7ZJBROattc9Ya59rthgdyyaN6po1azZZax8EcA2ArnZHWneOCyLyCMmvNSxsx3QmlUpd7Hne4yTfB+AZADMiUmkDaB2AzwP4MIBsuVzeMz09XemYAg8NDSUdx1FPc8gYc28ul3tlBbIb3/c/Z4xRPzPved6msbGxNzpSm8Iw7BKRB+qF785CoTC+WtZt3ry5v6en56CIXFqtVj87OTn5bEeqtoIh+aB6YxEZyefz2hmsOFKpVKKrq2taRC4neWOhUPhdR/xMMxgAo1EUaXew4tDI9Pb2TgNQP/x/MKej9b8RmXfbN/2nBHZd96Ax5rJKpXJjqVRaJPC77ihVfQcGBu5RD6MiFkXRt1cz5Ol0+gOu6x4ieb7rup+YmJh4sWO99rZt2z7a1dV1hORfVHNqtdpvarWabdW3O45znjFmq4h8XdXadd2b1N907BZidHS011qrRn0rgL/r0evVTqsbDQB9AD6k1y8ktxQKhUOLczt5P1O3sNr+biXZt4KFjbWDAPCjOI6PNOxnw88s3lzpVYeIaHN1xlA3v27dutdWu7nKZrPu0aNH+40xulZLbxTH8UK1Wn1j//796o9PN3vvAJM7pkb7KNEiAAAAAElFTkSuQmCC",
17842
+ },
17843
+ }),
17844
+ _c("div", { staticClass: "label" }, [_vm._v("更多")]),
17845
+ ]
17846
+ )
17847
+ : _vm._e(),
17848
+ ]),
17849
+ !_vm.rejectObj.fun
17850
+ ? _c(
17851
+ "div",
17852
+ { staticClass: "right-one", on: { click: _vm.toAudit } },
17853
+ [
17854
+ _c("div", { staticClass: "audit" }, [
17855
+ _vm._v(
17856
+ "\n " +
17857
+ _vm._s(
17858
+ (_vm.currentNodeAttr &&
17859
+ _vm.currentNodeAttr.submitButtonText) ||
17860
+ "审核"
17861
+ ) +
17862
+ "\n "
17863
+ ),
17864
+ ]),
17865
+ ]
17866
+ )
17867
+ : _c("div", { staticClass: "right-two" }, [
17868
+ _c(
17869
+ "div",
17870
+ {
17871
+ staticClass: "reject",
17872
+ on: {
17873
+ click: function ($event) {
17874
+ _vm.reject(_vm.rejectObj)
17875
+ },
17876
+ },
17877
+ },
17878
+ [
17879
+ _vm._v(
17880
+ "\n " +
17881
+ _vm._s(_vm.rejectObj.value) +
17882
+ "\n "
17883
+ ),
17884
+ ]
17885
+ ),
17886
+ _c(
17887
+ "div",
17888
+ { staticClass: "audit", on: { click: _vm.toAudit } },
17889
+ [
17890
+ _vm._v(
17891
+ "\n " +
17892
+ _vm._s(
17893
+ (_vm.currentNodeAttr &&
17894
+ _vm.currentNodeAttr.submitButtonText) ||
17895
+ "审核"
17896
+ ) +
17897
+ "\n "
17898
+ ),
17899
+ ]
17900
+ ),
17901
+ ]),
17902
+ ]),
17903
+ _vm.isShowMore && _vm.moreList.length > 0
17904
+ ? _c(
17905
+ "div",
17906
+ { staticClass: "more-list" },
17907
+ _vm._l(_vm.moreList, function (res, index) {
17908
+ return _c(
17909
+ "div",
17910
+ {
17911
+ key: index,
17912
+ staticClass: "item",
17913
+ on: {
17914
+ click: function ($event) {
17915
+ _vm.toView(res)
17916
+ },
17917
+ },
17918
+ },
17919
+ [_vm._v("\n " + _vm._s(res.value) + "\n ")]
17920
+ )
17921
+ }),
17922
+ 0
17923
+ )
17924
+ : _vm._e(),
17925
+ ])
17926
+ : _vm._e()
17927
+ }
17928
+ var mainvue_type_template_id_67986864_staticRenderFns = []
17929
+ mainvue_type_template_id_67986864_render._withStripped = true
17930
+
17931
+
17932
+ // CONCATENATED MODULE: ./packages/flow-btn/src/main.vue?vue&type=template&id=67986864&
17933
+
17934
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-btn/src/main.vue?vue&type=script&lang=js&
17935
+ //
17936
+ //
17937
+ //
17938
+ //
17939
+ //
17940
+ //
17941
+ //
17942
+ //
17943
+ //
17944
+ //
17945
+ //
17946
+ //
17947
+ //
17948
+ //
17949
+ //
17950
+ //
17951
+ //
17952
+ //
17953
+ //
17954
+ //
17955
+ //
17956
+ //
17957
+ //
17958
+ //
17959
+ //
17960
+ //
17961
+ //
17962
+ //
17963
+ //
17964
+ //
17965
+ //
17966
+ //
17967
+ //
17968
+ //
17969
+ //
17970
+ //
17971
+ //
17972
+ //
17973
+ //
17974
+ //
17975
+ //
17976
+ //
17977
+ //
17978
+ //
17979
+ //
17980
+ //
17981
+ //
17982
+ //
17983
+ //
17984
+ //
17985
+ //
17986
+ //
17987
+ //
17988
+
17989
+
17990
+
17991
+ // import {
17992
+ // getHandleButtonHtml,
17993
+ // endFlowHtml,
17994
+ // rejectAndEndHtml,
17995
+ // getSysParam,
17996
+ // } from "@/http/http.js";
17997
+
17998
+ /* harmony default export */ var flow_btn_src_mainvue_type_script_lang_js_ = ({
17999
+ name: 'EmFlowBtn',
18000
+ props: {
18001
+ pendingId: String, //待办id 必传
18002
+ appid: String, //业务id
18003
+ type: {
18004
+ type: String,
18005
+ default: ''
18006
+ }, // 按钮类型是抄送我 还是待处理
18007
+ save: Function,
18008
+ businessId: String //
18009
+ },
18010
+ data: function data() {
18011
+ return {
18012
+ moreList: [], //更多数组
18013
+ pointsReadingObj: {
18014
+ value: '分阅',
18015
+ fun: undefined
18016
+ }, // 分阅
18017
+ rejectObj: {
18018
+ value: '驳回',
18019
+ fun: undefined
18020
+ },
18021
+ noNodeList: [], // 不能手机端办理节点数组
18022
+ isShowMore: false, //用来判断是否展示更多数组
18023
+ isShowBtnList: false, // 用来判断是否显示审核按钮
18024
+ currentNodeAttr: {}
18025
+ };
18026
+ },
18027
+
18028
+ watch: {
18029
+ pendingId: {
18030
+ handler: function handler(val) {
18031
+ var _this = this;
18032
+
18033
+ if (this.type !== 'fenyue' && val) {
18034
+ Promise.all([this.getBtnList(), this.getNoNode()]).then(function () {
18035
+ var name = _this.$route.query.itemname;
18036
+ var is = _this.noNodeList.includes(name);
18037
+ _this.isShowBtnList = !is ? true : false;
18038
+ if (is) {
18039
+ _this.$toast('当前节点不支持app办理,请去pc端办理');
18040
+ }
18041
+ });
18042
+ } else {
18043
+ this.isShowBtnList = true;
18044
+ }
18045
+ },
18046
+
18047
+ deep: true,
18048
+ immediate: true
18049
+ }
18050
+ },
18051
+ created: function created() {},
18052
+
18053
+ methods: {
18054
+ // 获取不可办理节点
18055
+ getNoNode: function getNoNode() {
18056
+ var _this2 = this;
18057
+
18058
+ return new Promise(function (resolve, reject) {
18059
+ utils_http({
18060
+ url: getSysParam,
18061
+ params: {
18062
+ name: 'app_MECP_appNonSupportNode'
18063
+ }
18064
+ }).then(function (res) {
18065
+ if (res.rCode == 0) {
18066
+ _this2.noNodeList = res.results.split(',');
18067
+ resolve();
18068
+ } else {
18069
+ _this2.$toast(res.msg);
18070
+ reject();
18071
+ }
18072
+ });
18073
+ });
18074
+ },
18075
+ toRead: function toRead() {
18076
+ this.$emit('click', {
18077
+ name: 'newProcessAudit',
18078
+ type: 'handle',
18079
+ typeCode: 'fenyue',
18080
+ h5HeadTitle: '阅结',
18081
+ pendingId: this.pendingId,
18082
+ businessId: this.businessId
18083
+ });
18084
+ // this.$router.push({
18085
+ // name: "newProcessAudit",
18086
+ // query: {
18087
+ // h5HeadTitle: "阅结",
18088
+ // pendingId: this.pendingId,
18089
+ // businessId: this.businessId,
18090
+ // typeCode: "fenyue",
18091
+ // },
18092
+ // });
18093
+ },
18094
+
18095
+ // 获取审核按钮
18096
+ getBtnList: function getBtnList() {
18097
+ var _this3 = this;
18098
+
18099
+ return new Promise(function (resolve, reject) {
18100
+ utils_http({
18101
+ url: getHandleButtonHtml,
18102
+ params: {
18103
+ pendingId: _this3.pendingId
18104
+ }
18105
+ }).then(function (res) {
18106
+ if (res.rCode == 0) {
18107
+ var data = res.results.taskButtonList;
18108
+ _this3.moreList = [];
18109
+ if (data) {
18110
+ for (var i = 0; i < data.length; i++) {
18111
+ if (data[i].fun === 'reject()') {
18112
+ _this3.rejectObj = data[i];
18113
+ } else if (data[i].fun === 'toStartTaskRead()') {
18114
+ _this3.pointsReadingObj = data[i];
18115
+ } else if (data[i].fun === 'toSendMsg()') {
18116
+ // return
18117
+ } else {
18118
+ _this3.moreList.push(data[i]);
18119
+ }
18120
+ }
18121
+ _this3.currentNodeAttr = res.results.currentNodeAttr;
18122
+ }
18123
+ resolve();
18124
+ } else {
18125
+ _this3.$toast(res.msg);
18126
+ reject();
18127
+ }
18128
+ });
18129
+ });
18130
+ },
18131
+ toView: function toView(res) {
18132
+ // 驳回并办结:rejectAndEndHtml
18133
+ // 获取转办页面:toTaskTransferHtml
18134
+ // 转办:taskTransferHtml
18135
+ // 获取分阅页面信息:toStartTaskReadHtml
18136
+ // 分阅:taskReadHtml
18137
+ // 获取驳回页面信息:toTaskRejectHtml(注释有误:appId改为pendingId)
18138
+ // 驳回:taskRejectHtml
18139
+ // 直接办结:endFlowHtml
18140
+ if (res.fun === 'toStartTaskRead()') {
18141
+ // 分阅
18142
+ this.toStartTaskRead(res);
18143
+ } else if (res.fun === 'reject()') {
18144
+ // 驳回
18145
+ this.reject(res);
18146
+ } else if (res.fun === 'endFlow()') {
18147
+ // 直接办结
18148
+ this.endFlow(res);
18149
+ } else if (res.fun === 'rejectAndEnd()') {
18150
+ // 驳回并办结
18151
+ this.rejectAndEnd(res);
18152
+ } else if (res.fun === 'toTransfer()') {
18153
+ // 转办
18154
+ this.toTransfer(res);
18155
+ } else if (res.fun === 'toTaskReadAndEnd()') {
18156
+ this.toTaskReadAndEnd(res);
18157
+ } else if (res.fun === 'toSendMsg()') {
18158
+ this.toSendMsg(res);
18159
+ } else if (res.fun === 'toUnionExamine()' || res.fun === 'toTakeAdvice()' || res.fun === 'toStartDraf()') {
18160
+ var _$emit;
18161
+
18162
+ var _$route$query = this.$route.query,
18163
+ itemname = _$route$query.itemname,
18164
+ appid = _$route$query.appid;
18165
+
18166
+ this.$emit('click', (_$emit = {
18167
+ name: 'newProcessAudit',
18168
+ type: res.fun == 'toUnionExamine()' ? 'unionExamine' : res.fun == 'toTakeAdvice()' ? 'takeAdvice' : res.fun === 'toStartDraf()' ? 'startDraf' : '',
18169
+ h5HeadTitle: '阅结'
18170
+ }, _$emit['h5HeadTitle'] = res.value, _$emit.pendingId = this.pendingId, _$emit.businessId = this.businessId, _$emit.itemname = itemname, _$emit));
18171
+ // this.$router.push({
18172
+ // name: "newProcessAudit",
18173
+ // query: {
18174
+ // h5HeadTitle: res.value,
18175
+ // pendingId: this.pendingId,
18176
+ // itemname,
18177
+ // type:
18178
+ // res.fun == "toUnionExamine()"
18179
+ // ? "unionExamine"
18180
+ // : res.fun == "toTakeAdvice()"
18181
+ // ? "takeAdvice"
18182
+ // : res.fun === "toStartDraf()"
18183
+ // ? "startDraf"
18184
+ // : "",
18185
+ // appid:this.businessId,
18186
+ // userId: localStorage.getItem("userId"),
18187
+ // },
18188
+ // });
18189
+ }
18190
+ },
18191
+ toAudit: function toAudit() {
18192
+ var _this4 = this;
18193
+
18194
+ if (this.$route.query.bcode && this.$route.query.bcode.indexOf('form_') != -1) {
18195
+ this.save().then(function (res) {
18196
+ _this4.$emit('click', {
18197
+ name: 'newProcessAudit',
18198
+ h5HeadTitle: '审核',
18199
+ type: 'handle',
18200
+ pendingId: _this4.pendingId,
18201
+ taskRead: _this4.$route.query.taskRead,
18202
+ taskReadName: _this4.$route.query.taskReadName,
18203
+ businessId: _this4.businessId
18204
+ });
18205
+ // this.$router.push({
18206
+ // name: "newProcessAudit",
18207
+ // query: {
18208
+ // h5HeadTitle: "审核",
18209
+ // pendingId: this.pendingId,
18210
+ // taskRead: this.$route.query.taskRead,
18211
+ // taskReadName: this.$route.query.taskReadName,
18212
+ // businessId: this.$route.query.apprecordid,
18213
+ // },
18214
+ // });
18215
+ }).catch(function (err) {
18216
+ console.log('失败');
18217
+ }).finally(function () {
18218
+ console.log(333);
18219
+ });
18220
+ } else {
18221
+ this.$emit('click', {
18222
+ name: 'newProcessAudit',
18223
+ h5HeadTitle: '审核',
18224
+ type: 'handle',
18225
+ pendingId: this.pendingId,
18226
+ businessId: this.businessId
18227
+ });
18228
+ // this.$router.push({
18229
+ // name: "newProcessAudit",
18230
+ // query: {
18231
+ // h5HeadTitle: "审核",
18232
+ // pendingId: this.pendingId,
18233
+ // businessId: this.$route.query.apprecordid,
18234
+ // },
18235
+ // });
18236
+ }
18237
+ },
18238
+ toStartDraf: function toStartDraf(res) {
18239
+ this.$emit('click', {
18240
+ name: 'ProcessStartDraf',
18241
+ type: 'startDraf',
18242
+ h5HeadTitle: res.value,
18243
+ pendingId: this.pendingId,
18244
+ businessId: this.businessId
18245
+ // appid: this.businessId
18246
+ });
18247
+ // this.$router.push({
18248
+ // name: 'ProcessStartDraf',
18249
+ // query: {
18250
+ // h5HeadTitle: res.value,
18251
+ // pendingId: this.pendingId,
18252
+ // appid: this.businessId
18253
+ // }
18254
+ // });
18255
+ },
18256
+ reject: function reject(res) {
18257
+ this.$emit('click', {
18258
+ name: 'ProcessReject',
18259
+ type: 'reject',
18260
+ h5HeadTitle: res.value,
18261
+ pendingId: this.pendingId,
18262
+ businessId: this.businessId
18263
+ // appid: this.businessId
18264
+ });
18265
+ // this.$router.push({
18266
+ // name: 'ProcessReject',
18267
+ // query: {
18268
+ // h5HeadTitle: res.value,
18269
+ // pendingId: this.pendingId,
18270
+ // appid: this.businessId
18271
+ // }
18272
+ // });
18273
+ },
18274
+ toStartTaskRead: function toStartTaskRead(res) {
18275
+ this.$emit('click', {
18276
+ name: 'ProcessTaskRead',
18277
+ type: 'taskRead',
18278
+ h5HeadTitle: res.value,
18279
+ pendingId: this.pendingId,
18280
+ businessId: this.businessId
18281
+ // appid: this.businessId
18282
+ });
18283
+ // this.$router.push({
18284
+ // name: "ProcessTaskRead",
18285
+ // query: {
18286
+ // h5HeadTitle: res.value,
18287
+ // pendingId: this.pendingId,
18288
+ // appid: this.businessId,
18289
+ // },
18290
+ // });
18291
+ },
18292
+ endFlow: function endFlow(res) {
18293
+ var _this5 = this;
18294
+
18295
+ this.$dialog.confirm({
18296
+ title: '标题',
18297
+ message: '确认' + res.value + '?'
18298
+ }).then(function () {
18299
+ _this5.$toast.loading({
18300
+ message: '加载中...',
18301
+ forbidClick: true,
18302
+ loadingType: 'spinner',
18303
+ overlay: true,
18304
+ duration: 0
18305
+ });
18306
+ utils_http({
18307
+ url: endFlowHtml,
18308
+ params: {
18309
+ pendingId: _this5.pendingId
18310
+ }
18311
+ }).then(function (res) {
18312
+ if (res.rCode == 0) {
18313
+ _this5.$toast(res.msg);
18314
+ localStorage.setItem('taskEndFlow', true);
18315
+ _this5.$router.go(-1);
18316
+ } else {
18317
+ _this5.$toast(res.msg);
18318
+ }
18319
+ });
18320
+ }).catch(function () {
18321
+ // on cancel
18322
+ });
18323
+ },
18324
+ rejectAndEnd: function rejectAndEnd(res) {
18325
+ var _this6 = this;
18326
+
18327
+ this.$dialog.confirm({
18328
+ title: '标题',
18329
+ message: '确认' + res.value + '?'
18330
+ }).then(function () {
18331
+ utils_http({
18332
+ url: rejectAndEndHtml,
18333
+ params: {
18334
+ pendingId: _this6.pendingId
18335
+ }
18336
+ }).then(function (res) {
18337
+ if (res.rCode == 0) {
18338
+ _this6.$toast(res.msg);
18339
+ localStorage.setItem('taskEndFlow', true);
18340
+ _this6.$router.go(-1);
18341
+ } else {
18342
+ _this6.$toast(res.msg);
18343
+ }
18344
+ });
18345
+ }).catch(function () {
18346
+ // on cancel
18347
+ });
18348
+ },
18349
+ toTransfer: function toTransfer(res) {
18350
+ this.$emit('click', {
18351
+ name: 'ProcessTransfer',
18352
+ type: 'transfer',
18353
+ h5HeadTitle: res.value,
18354
+ pendingId: this.pendingId
18355
+ });
18356
+ // this.$router.push({
18357
+ // name: 'ProcessTransfer',
18358
+ // query: {
18359
+ // h5HeadTitle: res.btnName,
18360
+ // pendingId: this.pendingId
18361
+ // }
18362
+ // });
18363
+ },
18364
+ toTaskReadAndEnd: function toTaskReadAndEnd(res) {
18365
+ this.$emit('click', {
18366
+ name: 'ProcessTaskRead',
18367
+ type: 'taskRead',
18368
+ h5HeadTitle: res.value,
18369
+ businessId: this.businessId,
18370
+ // appid: this.businessId,
18371
+ pendingId: this.pendingId,
18372
+ taskAction: 'taskAction'
18373
+ });
18374
+ // this.$router.push({
18375
+ // name: 'ProcessTaskRead',
18376
+ // query: {
18377
+ // h5HeadTitle: res.value,
18378
+ // businessId: this.businessId,
18379
+ // // appid: this.businessId,
18380
+ // pendingId: this.pendingId,
18381
+ // taskAction: 'taskAction'
18382
+ // }
18383
+ // });
18384
+ },
18385
+ toSendMsg: function toSendMsg(res) {
18386
+ this.$emit('click', {
18387
+ name: 'ProcessSendMsg',
18388
+ type: 'sendMsg',
18389
+ h5HeadTitle: res.value,
18390
+ title: '测试表单'
18391
+ });
18392
+ // this.$router.push({
18393
+ // name: 'ProcessSendMsg',
18394
+ // query: {
18395
+ // h5HeadTitle: res.value,
18396
+ // title: '测试表单'
18397
+ // }
18398
+ // });
18399
+ }
18400
+ }
18401
+ });
18402
+ // CONCATENATED MODULE: ./packages/flow-btn/src/main.vue?vue&type=script&lang=js&
18403
+ /* harmony default export */ var packages_flow_btn_src_mainvue_type_script_lang_js_ = (flow_btn_src_mainvue_type_script_lang_js_);
18404
+ // CONCATENATED MODULE: ./packages/flow-btn/src/main.vue
18405
+
18406
+
18407
+
18408
+
18409
+
18410
+ /* normalize component */
18411
+
18412
+ var flow_btn_src_main_component = normalizeComponent(
18413
+ packages_flow_btn_src_mainvue_type_script_lang_js_,
18414
+ mainvue_type_template_id_67986864_render,
18415
+ mainvue_type_template_id_67986864_staticRenderFns,
18416
+ false,
18417
+ null,
18418
+ null,
18419
+ null
18420
+
18421
+ )
18422
+
18423
+ /* harmony default export */ var flow_btn_src_main = (flow_btn_src_main_component.exports);
18424
+ // CONCATENATED MODULE: ./packages/flow-btn/index.js
18425
+
18426
+
18427
+ flow_btn_src_main.install = function (Vue) {
18428
+ return Vue.component(flow_btn_src_main.name, flow_btn_src_main);
18429
+ };
18430
+
18431
+ /* harmony default export */ var flow_btn = (flow_btn_src_main);
18432
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/popover/src/main.vue?vue&type=template&id=2eeea6e1&
18433
+ var mainvue_type_template_id_2eeea6e1_render = function () {
18434
+ var _vm = this
18435
+ var _h = _vm.$createElement
18436
+ var _c = _vm._self._c || _h
18437
+ return _c(
18438
+ "van-popover",
18439
+ _vm._g(
18440
+ _vm._b(
18441
+ {
18442
+ model: {
18443
+ value: _vm.newValue,
18444
+ callback: function ($$v) {
18445
+ _vm.newValue = $$v
18446
+ },
18447
+ expression: "newValue",
18448
+ },
18449
+ },
18450
+ "van-popover",
18451
+ _vm.$attrs,
18452
+ false
18453
+ ),
18454
+ _vm.$listeners
18455
+ ),
18456
+ [
18457
+ _vm._l(_vm.$slots, function (index, name) {
18458
+ return _c("template", { slot: name }, [_vm._t(name)], 2)
18459
+ }),
18460
+ ],
18461
+ 2
18462
+ )
18463
+ }
18464
+ var mainvue_type_template_id_2eeea6e1_staticRenderFns = []
18465
+ mainvue_type_template_id_2eeea6e1_render._withStripped = true
18466
+
18467
+
18468
+ // CONCATENATED MODULE: ./packages/popover/src/main.vue?vue&type=template&id=2eeea6e1&
18469
+
18470
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/popover/src/main.vue?vue&type=script&lang=js&
18471
+ //
18472
+ //
18473
+ //
18474
+ //
18475
+ //
18476
+ //
18477
+ //
18478
+ //
18479
+ //
18480
+ //
18481
+ //
18482
+ //
18483
+
18484
+ /* harmony default export */ var popover_src_mainvue_type_script_lang_js_ = ({
18485
+ name: 'EmPopover',
18486
+ props: {
18487
+ value: Boolean
18488
+ },
18489
+ computed: {
18490
+ newValue: {
18491
+ get: function get() {
18492
+ return this.value;
18493
+ },
18494
+ set: function set(val) {
18495
+ return val;
18496
+ }
18497
+ }
18498
+ }
18499
+ });
18500
+ // CONCATENATED MODULE: ./packages/popover/src/main.vue?vue&type=script&lang=js&
18501
+ /* harmony default export */ var packages_popover_src_mainvue_type_script_lang_js_ = (popover_src_mainvue_type_script_lang_js_);
18502
+ // CONCATENATED MODULE: ./packages/popover/src/main.vue
18503
+
18504
+
18505
+
18506
+
18507
+
18508
+ /* normalize component */
18509
+
18510
+ var popover_src_main_component = normalizeComponent(
18511
+ packages_popover_src_mainvue_type_script_lang_js_,
18512
+ mainvue_type_template_id_2eeea6e1_render,
18513
+ mainvue_type_template_id_2eeea6e1_staticRenderFns,
18514
+ false,
18515
+ null,
18516
+ null,
18517
+ null
18518
+
18519
+ )
18520
+
18521
+ /* harmony default export */ var popover_src_main = (popover_src_main_component.exports);
18522
+ // CONCATENATED MODULE: ./packages/popover/index.js
18523
+
18524
+
18525
+ popover_src_main.install = function (Vue) {
18526
+ return Vue.component(popover_src_main.name, popover_src_main);
18527
+ };
18528
+
18529
+ /* harmony default export */ var popover = (popover_src_main);
18530
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox/src/main.vue?vue&type=template&id=21870ed8&
18531
+ var mainvue_type_template_id_21870ed8_render = function () {
18532
+ var _vm = this
18533
+ var _h = _vm.$createElement
18534
+ var _c = _vm._self._c || _h
18535
+ return _c(
18536
+ "div",
18537
+ { staticClass: "em-checkbox-group" },
18538
+ [
18539
+ _vm.isGroup
18540
+ ? _c(
18541
+ "van-checkbox-group",
18542
+ _vm._b(
18543
+ {
18544
+ ref: "checkboxGroup",
18545
+ attrs: { disabled: _vm.disabled },
18546
+ on: { change: _vm.handleChange },
17307
18547
  model: {
17308
18548
  value: _vm.newValue,
17309
18549
  callback: function ($$v) {
@@ -17326,11 +18566,12 @@ var mainvue_type_template_id_1bdce17e_render = function () {
17326
18566
  staticClass: "em-checkbox",
17327
18567
  attrs: {
17328
18568
  disabled: item.disabled,
18569
+ "checked-color": _vm.checkedColor || item.checkedColor,
17329
18570
  name: item[_vm.valueKey],
17330
18571
  },
17331
18572
  },
17332
18573
  "van-checkbox",
17333
- item,
18574
+ _vm.exclAttribute({ data: item, attrs: "checkedColor" }),
17334
18575
  false
17335
18576
  ),
17336
18577
  _vm.$listeners
@@ -17356,6 +18597,7 @@ var mainvue_type_template_id_1bdce17e_render = function () {
17356
18597
  {
17357
18598
  staticClass: "em-checkbox",
17358
18599
  attrs: {
18600
+ "checked-color": _vm.checkedColor,
17359
18601
  disabled: _vm.item.disabled,
17360
18602
  name: _vm.$attrs[_vm.valueKey],
17361
18603
  },
@@ -17379,11 +18621,11 @@ var mainvue_type_template_id_1bdce17e_render = function () {
17379
18621
  1
17380
18622
  )
17381
18623
  }
17382
- var mainvue_type_template_id_1bdce17e_staticRenderFns = []
17383
- mainvue_type_template_id_1bdce17e_render._withStripped = true
18624
+ var mainvue_type_template_id_21870ed8_staticRenderFns = []
18625
+ mainvue_type_template_id_21870ed8_render._withStripped = true
17384
18626
 
17385
18627
 
17386
- // CONCATENATED MODULE: ./packages/checkbox/src/main.vue?vue&type=template&id=1bdce17e&
18628
+ // CONCATENATED MODULE: ./packages/checkbox/src/main.vue?vue&type=template&id=21870ed8&
17387
18629
 
17388
18630
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox/src/main.vue?vue&type=script&lang=js&
17389
18631
  var checkbox_src_mainvue_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; };
@@ -17427,6 +18669,9 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
17427
18669
  //
17428
18670
  //
17429
18671
  //
18672
+ //
18673
+ //
18674
+
17430
18675
 
17431
18676
 
17432
18677
 
@@ -17440,6 +18685,7 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
17440
18685
  },
17441
18686
 
17442
18687
  props: {
18688
+ checkedColor: String,
17443
18689
  disabled: {
17444
18690
  type: Boolean,
17445
18691
  default: false
@@ -17526,6 +18772,12 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
17526
18772
  },
17527
18773
 
17528
18774
  methods: {
18775
+ exclAttribute: function exclAttribute(_ref) {
18776
+ var data = _ref.data,
18777
+ attrs = _ref.attrs;
18778
+
18779
+ return util.exclAttribute({ data: data, attrs: attrs });
18780
+ },
17529
18781
  handleChange: function handleChange() {
17530
18782
  this.$emit('change', this.value);
17531
18783
  },
@@ -17581,8 +18833,8 @@ var checkbox_src_mainvue_type_script_lang_js_extends = Object.assign || function
17581
18833
 
17582
18834
  var checkbox_src_main_component = normalizeComponent(
17583
18835
  packages_checkbox_src_mainvue_type_script_lang_js_,
17584
- mainvue_type_template_id_1bdce17e_render,
17585
- mainvue_type_template_id_1bdce17e_staticRenderFns,
18836
+ mainvue_type_template_id_21870ed8_render,
18837
+ mainvue_type_template_id_21870ed8_staticRenderFns,
17586
18838
  false,
17587
18839
  null,
17588
18840
  null,
@@ -20519,7 +21771,9 @@ notice_bar_src_main.install = function (Vue) {
20519
21771
 
20520
21772
 
20521
21773
 
20522
- var components = [loading, packages_button, button_group, selector, packages_field, packages_radio, picker, cell, circle, packages_switch, uploader, grid, grid_item, empty, packages_date, search, packages_tabs, tab, table, table_column, packages_tag, nav_bar, list, flow, popover, packages_checkbox, calendar, count_down, packages_form, skeleton, cascader, packages_image, image_preview, rate, action_sheet, popup, stepper, esign, pagination, swipe, retrial_auth, pull_refresh, notice_bar];
21774
+
21775
+
21776
+ var components = [loading, packages_button, button_group, selector, packages_field, packages_radio, picker, cell, circle, packages_switch, uploader, grid, grid_item, empty, packages_date, search, packages_tabs, tab, table, table_column, packages_tag, nav_bar, list, flow, flow_list, flow_btn, popover, packages_checkbox, calendar, count_down, packages_form, skeleton, cascader, packages_image, image_preview, rate, action_sheet, popup, stepper, esign, pagination, swipe, retrial_auth, pull_refresh, notice_bar];
20523
21777
 
20524
21778
  var install = function install(Vue) {
20525
21779
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -20534,7 +21788,7 @@ if (typeof window !== 'undefined' && window.Vue) {
20534
21788
  }
20535
21789
 
20536
21790
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
20537
- version: '0.2.29',
21791
+ version: '0.2.31',
20538
21792
  install: install,
20539
21793
  Button: packages_button,
20540
21794
  ButtonGroup: button_group,
@@ -20559,6 +21813,8 @@ if (typeof window !== 'undefined' && window.Vue) {
20559
21813
  NavBar: nav_bar,
20560
21814
  List: list,
20561
21815
  Flow: flow,
21816
+ FlowList: flow_list,
21817
+ FlowBtn: flow_btn,
20562
21818
  Popover: popover,
20563
21819
  Checkbox: packages_checkbox,
20564
21820
  Calendar: calendar,