eoss-mobiles 0.3.45 → 0.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/checkbox.js +1 -1
- package/lib/config/api.js +1 -1
- package/lib/eoss-mobile.common.js +96 -63
- package/lib/flow-btn.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +88 -54
- package/lib/index.js +1 -1
- package/lib/picker.js +1 -1
- package/lib/radio.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/selector.js +8 -9
- package/lib/table-column.js +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Message.vue +1 -0
- package/packages/flow/src/components/Reject.vue +5 -3
- package/packages/flow/src/components/taskUnionExamine.vue +19 -10
- package/packages/selector/src/selector-tree.vue +0 -1
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +3 -0
- package/src/config/api.js +1 -2
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -1743,7 +1743,7 @@ var toTaskStartDraft = activiti + mecp + '/bpmBackend/totaskStartDraft';
|
|
|
1743
1743
|
|
|
1744
1744
|
// 稿件递送提交接口
|
|
1745
1745
|
// export const taskStartDraft = '/oa/task/taskHandle/taskStartDraft.dhtml';
|
|
1746
|
-
var taskStartDraft = '/
|
|
1746
|
+
var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
|
|
1747
1747
|
// 联合用印
|
|
1748
1748
|
var toTaskUnionSeal = activiti + mecp + '/bpmBackend/toTaskUnionSeal';
|
|
1749
1749
|
// 联合用印提交
|
|
@@ -3174,8 +3174,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
3174
3174
|
)
|
|
3175
3175
|
|
|
3176
3176
|
/* harmony default export */ var Opinion = (component.exports);
|
|
3177
|
-
// 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/Message.vue?vue&type=template&id=
|
|
3178
|
-
var
|
|
3177
|
+
// 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/Message.vue?vue&type=template&id=71bbfff1
|
|
3178
|
+
var Messagevue_type_template_id_71bbfff1_render = function () {
|
|
3179
3179
|
var _vm = this
|
|
3180
3180
|
var _h = _vm.$createElement
|
|
3181
3181
|
var _c = _vm._self._c || _h
|
|
@@ -3273,11 +3273,11 @@ var Messagevue_type_template_id_587552f7_render = function () {
|
|
|
3273
3273
|
1
|
|
3274
3274
|
)
|
|
3275
3275
|
}
|
|
3276
|
-
var
|
|
3277
|
-
|
|
3276
|
+
var Messagevue_type_template_id_71bbfff1_staticRenderFns = []
|
|
3277
|
+
Messagevue_type_template_id_71bbfff1_render._withStripped = true
|
|
3278
3278
|
|
|
3279
3279
|
|
|
3280
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=
|
|
3280
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Message.vue?vue&type=template&id=71bbfff1
|
|
3281
3281
|
|
|
3282
3282
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Message.vue?vue&type=script&lang=js
|
|
3283
3283
|
//
|
|
@@ -3407,6 +3407,7 @@ Messagevue_type_template_id_587552f7_render._withStripped = true
|
|
|
3407
3407
|
},
|
|
3408
3408
|
// 监听默认消息类型
|
|
3409
3409
|
defaultNotificationType: function defaultNotificationType(val) {
|
|
3410
|
+
console.log('监听了', val);
|
|
3410
3411
|
if (val) {
|
|
3411
3412
|
var arr = [];
|
|
3412
3413
|
this.newList.map(function (item) {
|
|
@@ -3507,8 +3508,8 @@ Messagevue_type_template_id_587552f7_render._withStripped = true
|
|
|
3507
3508
|
|
|
3508
3509
|
var Message_component = Object(componentNormalizer["a" /* default */])(
|
|
3509
3510
|
components_Messagevue_type_script_lang_js,
|
|
3510
|
-
|
|
3511
|
-
|
|
3511
|
+
Messagevue_type_template_id_71bbfff1_render,
|
|
3512
|
+
Messagevue_type_template_id_71bbfff1_staticRenderFns,
|
|
3512
3513
|
false,
|
|
3513
3514
|
null,
|
|
3514
3515
|
null,
|
|
@@ -6197,8 +6198,8 @@ Handlevue_type_template_id_4ec2a437_render._withStripped = true
|
|
|
6197
6198
|
|
|
6198
6199
|
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4ec2a437
|
|
6199
6200
|
|
|
6200
|
-
// 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=
|
|
6201
|
-
var
|
|
6201
|
+
// 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=4dfae864
|
|
6202
|
+
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
6202
6203
|
var _vm = this
|
|
6203
6204
|
var _h = _vm.$createElement
|
|
6204
6205
|
var _c = _vm._self._c || _h
|
|
@@ -6242,16 +6243,18 @@ var Rejectvue_type_template_id_db352326_render = function () {
|
|
|
6242
6243
|
"template",
|
|
6243
6244
|
{ slot: "input" },
|
|
6244
6245
|
[
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6254
|
-
|
|
6246
|
+
_vm.rejectObj && _vm.rejectObj.length > 0
|
|
6247
|
+
? _c("em-radio-group", {
|
|
6248
|
+
attrs: { data: _vm.rejectObj },
|
|
6249
|
+
model: {
|
|
6250
|
+
value: _vm.form.nextNodeId,
|
|
6251
|
+
callback: function ($$v) {
|
|
6252
|
+
_vm.$set(_vm.form, "nextNodeId", $$v)
|
|
6253
|
+
},
|
|
6254
|
+
expression: "form.nextNodeId",
|
|
6255
|
+
},
|
|
6256
|
+
})
|
|
6257
|
+
: _c("span", [_vm._v("暂无可驳回节点及对象")]),
|
|
6255
6258
|
],
|
|
6256
6259
|
1
|
|
6257
6260
|
),
|
|
@@ -6261,20 +6264,23 @@ var Rejectvue_type_template_id_db352326_render = function () {
|
|
|
6261
6264
|
],
|
|
6262
6265
|
1
|
|
6263
6266
|
),
|
|
6264
|
-
|
|
6265
|
-
|
|
6266
|
-
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
|
|
6273
|
-
|
|
6274
|
-
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6267
|
+
_vm.rejectObj && _vm.rejectObj.length != 0
|
|
6268
|
+
? _c("Message", {
|
|
6269
|
+
ref: "message",
|
|
6270
|
+
attrs: {
|
|
6271
|
+
code: "notification_type",
|
|
6272
|
+
baseUrl: _vm.baseUrl,
|
|
6273
|
+
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
6274
|
+
notificationMessageReadOnly:
|
|
6275
|
+
_vm.notificationMessageReadOnly,
|
|
6276
|
+
defaultNotificationType: _vm.defaultNotificationType,
|
|
6277
|
+
defaultNotificationMsg: _vm.form.notificationMsg,
|
|
6278
|
+
pendingId: _vm.pendingId,
|
|
6279
|
+
type: _vm.type,
|
|
6280
|
+
},
|
|
6281
|
+
on: { onInputMsg: _vm.onInputMsg },
|
|
6282
|
+
})
|
|
6283
|
+
: _vm._e(),
|
|
6278
6284
|
],
|
|
6279
6285
|
1
|
|
6280
6286
|
),
|
|
@@ -6282,12 +6288,27 @@ var Rejectvue_type_template_id_db352326_render = function () {
|
|
|
6282
6288
|
1
|
|
6283
6289
|
),
|
|
6284
6290
|
_c("div", { staticClass: "btn-list" }, [
|
|
6285
|
-
_c("div", { staticClass: "btn", on: { click: _vm.goBack } }, [
|
|
6286
|
-
_vm._v("取消"),
|
|
6287
|
-
]),
|
|
6288
6291
|
_c(
|
|
6289
6292
|
"div",
|
|
6290
6293
|
{
|
|
6294
|
+
class:
|
|
6295
|
+
"btn " +
|
|
6296
|
+
(_vm.rejectObj && _vm.rejectObj.length == 0 ? "btn-cancel" : ""),
|
|
6297
|
+
on: { click: _vm.goBack },
|
|
6298
|
+
},
|
|
6299
|
+
[_vm._v("取消")]
|
|
6300
|
+
),
|
|
6301
|
+
_c(
|
|
6302
|
+
"div",
|
|
6303
|
+
{
|
|
6304
|
+
directives: [
|
|
6305
|
+
{
|
|
6306
|
+
name: "show",
|
|
6307
|
+
rawName: "v-show",
|
|
6308
|
+
value: _vm.rejectObj && _vm.rejectObj.length != 0,
|
|
6309
|
+
expression: "rejectObj && rejectObj.length != 0",
|
|
6310
|
+
},
|
|
6311
|
+
],
|
|
6291
6312
|
staticClass: "btn",
|
|
6292
6313
|
on: {
|
|
6293
6314
|
click: function ($event) {
|
|
@@ -6300,11 +6321,11 @@ var Rejectvue_type_template_id_db352326_render = function () {
|
|
|
6300
6321
|
]),
|
|
6301
6322
|
])
|
|
6302
6323
|
}
|
|
6303
|
-
var
|
|
6304
|
-
|
|
6324
|
+
var Rejectvue_type_template_id_4dfae864_staticRenderFns = []
|
|
6325
|
+
Rejectvue_type_template_id_4dfae864_render._withStripped = true
|
|
6305
6326
|
|
|
6306
6327
|
|
|
6307
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=
|
|
6328
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Reject.vue?vue&type=template&id=4dfae864
|
|
6308
6329
|
|
|
6309
6330
|
// 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
|
|
6310
6331
|
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; };
|
|
@@ -6356,6 +6377,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6356
6377
|
//
|
|
6357
6378
|
//
|
|
6358
6379
|
//
|
|
6380
|
+
//
|
|
6381
|
+
//
|
|
6359
6382
|
|
|
6360
6383
|
|
|
6361
6384
|
|
|
@@ -6586,8 +6609,8 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6586
6609
|
|
|
6587
6610
|
var Reject_component = Object(componentNormalizer["a" /* default */])(
|
|
6588
6611
|
components_Rejectvue_type_script_lang_js,
|
|
6589
|
-
|
|
6590
|
-
|
|
6612
|
+
Rejectvue_type_template_id_4dfae864_render,
|
|
6613
|
+
Rejectvue_type_template_id_4dfae864_staticRenderFns,
|
|
6591
6614
|
false,
|
|
6592
6615
|
null,
|
|
6593
6616
|
null,
|
|
@@ -10336,8 +10359,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10336
10359
|
)
|
|
10337
10360
|
|
|
10338
10361
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10339
|
-
// 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=
|
|
10340
|
-
var
|
|
10362
|
+
// 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=4d677906
|
|
10363
|
+
var taskUnionExaminevue_type_template_id_4d677906_render = function () {
|
|
10341
10364
|
var _vm = this
|
|
10342
10365
|
var _h = _vm.$createElement
|
|
10343
10366
|
var _c = _vm._self._c || _h
|
|
@@ -10466,9 +10489,9 @@ var taskUnionExaminevue_type_template_id_43bad746_render = function () {
|
|
|
10466
10489
|
readOnlyNotificationType: _vm.readOnlyNotificationType,
|
|
10467
10490
|
notificationMessageReadOnly:
|
|
10468
10491
|
_vm.notificationMessageReadOnly,
|
|
10469
|
-
defaultNotificationType: _vm.infoList.noticeType,
|
|
10470
10492
|
defaultNotificationMsg: _vm.infoList.noticeInfo,
|
|
10471
10493
|
pendingId: _vm.pendingId,
|
|
10494
|
+
defaultNotificationType: _vm.infoList.noticeType,
|
|
10472
10495
|
},
|
|
10473
10496
|
on: { onInputMsg: _vm.onInputMsg },
|
|
10474
10497
|
})
|
|
@@ -10498,13 +10521,16 @@ var taskUnionExaminevue_type_template_id_43bad746_render = function () {
|
|
|
10498
10521
|
]),
|
|
10499
10522
|
])
|
|
10500
10523
|
}
|
|
10501
|
-
var
|
|
10502
|
-
|
|
10524
|
+
var taskUnionExaminevue_type_template_id_4d677906_staticRenderFns = []
|
|
10525
|
+
taskUnionExaminevue_type_template_id_4d677906_render._withStripped = true
|
|
10503
10526
|
|
|
10504
10527
|
|
|
10505
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10528
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=4d677906
|
|
10506
10529
|
|
|
10507
10530
|
// 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
|
|
10531
|
+
var taskUnionExaminevue_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; };
|
|
10532
|
+
|
|
10533
|
+
//
|
|
10508
10534
|
//
|
|
10509
10535
|
//
|
|
10510
10536
|
//
|
|
@@ -10620,6 +10646,7 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
10620
10646
|
appId: { type: String, default: '' },
|
|
10621
10647
|
defaultOpinion: { type: String, default: '' },
|
|
10622
10648
|
userId: { type: String, default: '' },
|
|
10649
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
10623
10650
|
// disabled: { type: Boolean, default: false },
|
|
10624
10651
|
// multiple: { type: Boolean, default: true },
|
|
10625
10652
|
baseUrl: { type: String, default: '' },
|
|
@@ -10652,7 +10679,8 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
10652
10679
|
infoList: {
|
|
10653
10680
|
nextOtherOrgObj: [],
|
|
10654
10681
|
nextCurrentOrgObj: [],
|
|
10655
|
-
noticeType:
|
|
10682
|
+
noticeType: [],
|
|
10683
|
+
newNoticeType: [],
|
|
10656
10684
|
noticeInfo: '',
|
|
10657
10685
|
opinion: ''
|
|
10658
10686
|
},
|
|
@@ -10683,6 +10711,10 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
10683
10711
|
this.style = {
|
|
10684
10712
|
'padding-top': sessionStorage.getItem('pt') ? sessionStorage.getItem('pt') + 'px' : '30px'
|
|
10685
10713
|
};
|
|
10714
|
+
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
10715
|
+
this.params.nofilid = this.otherParams.nofilid = this.orgId || JOSN.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10716
|
+
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
10717
|
+
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
10686
10718
|
// this.newMultiple = this.multiple;
|
|
10687
10719
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
10688
10720
|
if (this.type === 'takeAdvice') return this.getIsCanStartSubFlow();
|
|
@@ -10777,6 +10809,7 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
10777
10809
|
_this3.$toast.clear();
|
|
10778
10810
|
if (status === 'success') {
|
|
10779
10811
|
_this3.infoList.noticeType = message.split(',');
|
|
10812
|
+
console.log(_this3.infoList.noticeType, ' this.infoList.noticeType');
|
|
10780
10813
|
} else {
|
|
10781
10814
|
_this3.$toast(message || '系统错误,请联系管理员!');
|
|
10782
10815
|
}
|
|
@@ -10959,7 +10992,7 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
10959
10992
|
|
|
10960
10993
|
// 通知消息回调
|
|
10961
10994
|
onInputMsg: function onInputMsg(obj) {
|
|
10962
|
-
this.infoList.
|
|
10995
|
+
this.infoList.newNoticeType = JSON.parse(JSON.stringify(obj.notificationType));
|
|
10963
10996
|
this.infoList.noticeInfo = obj.notificationMsg;
|
|
10964
10997
|
},
|
|
10965
10998
|
goBack: function goBack() {
|
|
@@ -10980,8 +11013,8 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
10980
11013
|
var _infoList = this.infoList,
|
|
10981
11014
|
nextCurrentOrgObj = _infoList.nextCurrentOrgObj,
|
|
10982
11015
|
nextOtherOrgObj = _infoList.nextOtherOrgObj,
|
|
10983
|
-
noticeType = _infoList.noticeType,
|
|
10984
11016
|
noticeInfo = _infoList.noticeInfo,
|
|
11017
|
+
newNoticeType = _infoList.newNoticeType,
|
|
10985
11018
|
isImageOpinion = this.isImageOpinion,
|
|
10986
11019
|
file = this.file,
|
|
10987
11020
|
isOpinionRequired = this.isOpinionRequired,
|
|
@@ -11012,11 +11045,12 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
11012
11045
|
nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
|
|
11013
11046
|
nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
|
|
11014
11047
|
notificationMsg: noticeInfo,
|
|
11015
|
-
notificationType:
|
|
11048
|
+
notificationType: newNoticeType.join(','),
|
|
11016
11049
|
choiceDeptId: choiceDeptId,
|
|
11017
11050
|
isSubFlow: isSubFlow,
|
|
11018
11051
|
choiceOrgId: choiceOrgId,
|
|
11019
11052
|
userId: this.userId || util["a" /* default */].getStorage('userId'),
|
|
11053
|
+
loginType: 2, //登录方式
|
|
11020
11054
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
11021
11055
|
};
|
|
11022
11056
|
var formData = new FormData();
|
|
@@ -11140,8 +11174,8 @@ taskUnionExaminevue_type_template_id_43bad746_render._withStripped = true
|
|
|
11140
11174
|
|
|
11141
11175
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11142
11176
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11143
|
-
|
|
11144
|
-
|
|
11177
|
+
taskUnionExaminevue_type_template_id_4d677906_render,
|
|
11178
|
+
taskUnionExaminevue_type_template_id_4d677906_staticRenderFns,
|
|
11145
11179
|
false,
|
|
11146
11180
|
null,
|
|
11147
11181
|
null,
|