eoss-mobiles 0.3.50 → 0.3.52
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.
|
@@ -21117,8 +21117,8 @@ var TaskRead_component = normalizeComponent(
|
|
|
21117
21117
|
)
|
|
21118
21118
|
|
|
21119
21119
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
21120
|
-
// 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=
|
|
21121
|
-
var
|
|
21120
|
+
// 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=65b142be
|
|
21121
|
+
var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
21122
21122
|
var _vm = this
|
|
21123
21123
|
var _h = _vm.$createElement
|
|
21124
21124
|
var _c = _vm._self._c || _h
|
|
@@ -21280,11 +21280,11 @@ var taskUnionExaminevue_type_template_id_4a85c54a_render = function () {
|
|
|
21280
21280
|
]),
|
|
21281
21281
|
])
|
|
21282
21282
|
}
|
|
21283
|
-
var
|
|
21284
|
-
|
|
21283
|
+
var taskUnionExaminevue_type_template_id_65b142be_staticRenderFns = []
|
|
21284
|
+
taskUnionExaminevue_type_template_id_65b142be_render._withStripped = true
|
|
21285
21285
|
|
|
21286
21286
|
|
|
21287
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
21287
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=65b142be
|
|
21288
21288
|
|
|
21289
21289
|
// 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
|
|
21290
21290
|
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; };
|
|
@@ -21473,7 +21473,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21473
21473
|
'padding-top': sessionStorage.getItem('pt') ? sessionStorage.getItem('pt') + 'px' : '30px'
|
|
21474
21474
|
};
|
|
21475
21475
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
21476
|
-
this.params.nofilid = this.otherParams.nofilid = this.orgId ||
|
|
21476
|
+
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
21477
21477
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
21478
21478
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
21479
21479
|
// this.newMultiple = this.multiple;
|
|
@@ -21809,6 +21809,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21809
21809
|
choiceDeptId: choiceDeptId,
|
|
21810
21810
|
isSubFlow: isSubFlow,
|
|
21811
21811
|
choiceOrgId: choiceOrgId,
|
|
21812
|
+
isImageOpinion: isImageOpinion,
|
|
21812
21813
|
userId: this.userId || util["a" /* default */].getStorage('userId'),
|
|
21813
21814
|
loginType: 2, //登录方式
|
|
21814
21815
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
@@ -21817,7 +21818,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21817
21818
|
if (isImageOpinion == 1) {
|
|
21818
21819
|
formData.append('file', file);
|
|
21819
21820
|
}
|
|
21820
|
-
formData.append('pendingId', pendingId);
|
|
21821
|
+
// formData.append('pendingId', pendingId);
|
|
21821
21822
|
for (var key in info) {
|
|
21822
21823
|
if (info[key] !== '' && info[key] !== undefined) {
|
|
21823
21824
|
formData.append(key, info[key]);
|
|
@@ -21934,8 +21935,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
21934
21935
|
|
|
21935
21936
|
var taskUnionExamine_component = normalizeComponent(
|
|
21936
21937
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
21937
|
-
|
|
21938
|
-
|
|
21938
|
+
taskUnionExaminevue_type_template_id_65b142be_render,
|
|
21939
|
+
taskUnionExaminevue_type_template_id_65b142be_staticRenderFns,
|
|
21939
21940
|
false,
|
|
21940
21941
|
null,
|
|
21941
21942
|
null,
|
|
@@ -22158,8 +22159,8 @@ var supervise_component = normalizeComponent(
|
|
|
22158
22159
|
)
|
|
22159
22160
|
|
|
22160
22161
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22161
|
-
// 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/reset.vue?vue&type=template&id=
|
|
22162
|
-
var
|
|
22162
|
+
// 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/reset.vue?vue&type=template&id=6ee678a0
|
|
22163
|
+
var resetvue_type_template_id_6ee678a0_render = function () {
|
|
22163
22164
|
var _vm = this
|
|
22164
22165
|
var _h = _vm.$createElement
|
|
22165
22166
|
var _c = _vm._self._c || _h
|
|
@@ -22460,11 +22461,11 @@ var resetvue_type_template_id_f2a05600_render = function () {
|
|
|
22460
22461
|
]),
|
|
22461
22462
|
])
|
|
22462
22463
|
}
|
|
22463
|
-
var
|
|
22464
|
-
|
|
22464
|
+
var resetvue_type_template_id_6ee678a0_staticRenderFns = []
|
|
22465
|
+
resetvue_type_template_id_6ee678a0_render._withStripped = true
|
|
22465
22466
|
|
|
22466
22467
|
|
|
22467
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
22468
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=6ee678a0
|
|
22468
22469
|
|
|
22469
22470
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
22470
22471
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -23110,8 +23111,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23110
23111
|
businessId: this.processObj.businessId,
|
|
23111
23112
|
// taskId: this.processObj.taskId,
|
|
23112
23113
|
pendingId: this.processObj.pendingId,
|
|
23113
|
-
userId: _that.userId
|
|
23114
|
-
|
|
23114
|
+
userId: _that.userId,
|
|
23115
|
+
taskAction: _that.type == 'reset' ? 'resetProcess' : _that.type == 'continuation' ? 'continuation' : ''
|
|
23115
23116
|
}
|
|
23116
23117
|
}).then(function (res) {
|
|
23117
23118
|
_this5.$toast.clear();
|
|
@@ -23167,8 +23168,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
23167
23168
|
|
|
23168
23169
|
var reset_component = normalizeComponent(
|
|
23169
23170
|
components_resetvue_type_script_lang_js,
|
|
23170
|
-
|
|
23171
|
-
|
|
23171
|
+
resetvue_type_template_id_6ee678a0_render,
|
|
23172
|
+
resetvue_type_template_id_6ee678a0_staticRenderFns,
|
|
23172
23173
|
false,
|
|
23173
23174
|
null,
|
|
23174
23175
|
null,
|
|
@@ -29348,7 +29349,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29348
29349
|
}
|
|
29349
29350
|
|
|
29350
29351
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29351
|
-
version: '0.3.
|
|
29352
|
+
version: '0.3.52',
|
|
29352
29353
|
install: install,
|
|
29353
29354
|
Button: packages_button,
|
|
29354
29355
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -10362,8 +10362,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10362
10362
|
)
|
|
10363
10363
|
|
|
10364
10364
|
/* harmony default export */ var TaskRead = (TaskRead_component.exports);
|
|
10365
|
-
// 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=
|
|
10366
|
-
var
|
|
10365
|
+
// 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=65b142be
|
|
10366
|
+
var taskUnionExaminevue_type_template_id_65b142be_render = function () {
|
|
10367
10367
|
var _vm = this
|
|
10368
10368
|
var _h = _vm.$createElement
|
|
10369
10369
|
var _c = _vm._self._c || _h
|
|
@@ -10525,11 +10525,11 @@ var taskUnionExaminevue_type_template_id_4a85c54a_render = function () {
|
|
|
10525
10525
|
]),
|
|
10526
10526
|
])
|
|
10527
10527
|
}
|
|
10528
|
-
var
|
|
10529
|
-
|
|
10528
|
+
var taskUnionExaminevue_type_template_id_65b142be_staticRenderFns = []
|
|
10529
|
+
taskUnionExaminevue_type_template_id_65b142be_render._withStripped = true
|
|
10530
10530
|
|
|
10531
10531
|
|
|
10532
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=
|
|
10532
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=65b142be
|
|
10533
10533
|
|
|
10534
10534
|
// 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
|
|
10535
10535
|
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; };
|
|
@@ -10718,7 +10718,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10718
10718
|
'padding-top': sessionStorage.getItem('pt') ? sessionStorage.getItem('pt') + 'px' : '30px'
|
|
10719
10719
|
};
|
|
10720
10720
|
this.otherParams.myUserid = this.params.myUserid = util["a" /* default */].getStorage('userId') || this.userId || '';
|
|
10721
|
-
this.params.nofilid = this.otherParams.nofilid = this.orgId ||
|
|
10721
|
+
this.params.nofilid = this.otherParams.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId || this.userId || '';
|
|
10722
10722
|
this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
|
|
10723
10723
|
this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
|
|
10724
10724
|
// this.newMultiple = this.multiple;
|
|
@@ -11054,6 +11054,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11054
11054
|
choiceDeptId: choiceDeptId,
|
|
11055
11055
|
isSubFlow: isSubFlow,
|
|
11056
11056
|
choiceOrgId: choiceOrgId,
|
|
11057
|
+
isImageOpinion: isImageOpinion,
|
|
11057
11058
|
userId: this.userId || util["a" /* default */].getStorage('userId'),
|
|
11058
11059
|
loginType: 2, //登录方式
|
|
11059
11060
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
@@ -11062,7 +11063,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11062
11063
|
if (isImageOpinion == 1) {
|
|
11063
11064
|
formData.append('file', file);
|
|
11064
11065
|
}
|
|
11065
|
-
formData.append('pendingId', pendingId);
|
|
11066
|
+
// formData.append('pendingId', pendingId);
|
|
11066
11067
|
for (var key in info) {
|
|
11067
11068
|
if (info[key] !== '' && info[key] !== undefined) {
|
|
11068
11069
|
formData.append(key, info[key]);
|
|
@@ -11179,8 +11180,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11179
11180
|
|
|
11180
11181
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
11181
11182
|
components_taskUnionExaminevue_type_script_lang_js,
|
|
11182
|
-
|
|
11183
|
-
|
|
11183
|
+
taskUnionExaminevue_type_template_id_65b142be_render,
|
|
11184
|
+
taskUnionExaminevue_type_template_id_65b142be_staticRenderFns,
|
|
11184
11185
|
false,
|
|
11185
11186
|
null,
|
|
11186
11187
|
null,
|
|
@@ -11403,8 +11404,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
11403
11404
|
)
|
|
11404
11405
|
|
|
11405
11406
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
11406
|
-
// 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/reset.vue?vue&type=template&id=
|
|
11407
|
-
var
|
|
11407
|
+
// 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/reset.vue?vue&type=template&id=6ee678a0
|
|
11408
|
+
var resetvue_type_template_id_6ee678a0_render = function () {
|
|
11408
11409
|
var _vm = this
|
|
11409
11410
|
var _h = _vm.$createElement
|
|
11410
11411
|
var _c = _vm._self._c || _h
|
|
@@ -11705,11 +11706,11 @@ var resetvue_type_template_id_f2a05600_render = function () {
|
|
|
11705
11706
|
]),
|
|
11706
11707
|
])
|
|
11707
11708
|
}
|
|
11708
|
-
var
|
|
11709
|
-
|
|
11709
|
+
var resetvue_type_template_id_6ee678a0_staticRenderFns = []
|
|
11710
|
+
resetvue_type_template_id_6ee678a0_render._withStripped = true
|
|
11710
11711
|
|
|
11711
11712
|
|
|
11712
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=
|
|
11713
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/reset.vue?vue&type=template&id=6ee678a0
|
|
11713
11714
|
|
|
11714
11715
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/reset.vue?vue&type=script&lang=js
|
|
11715
11716
|
var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
@@ -12355,8 +12356,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12355
12356
|
businessId: this.processObj.businessId,
|
|
12356
12357
|
// taskId: this.processObj.taskId,
|
|
12357
12358
|
pendingId: this.processObj.pendingId,
|
|
12358
|
-
userId: _that.userId
|
|
12359
|
-
|
|
12359
|
+
userId: _that.userId,
|
|
12360
|
+
taskAction: _that.type == 'reset' ? 'resetProcess' : _that.type == 'continuation' ? 'continuation' : ''
|
|
12360
12361
|
}
|
|
12361
12362
|
}).then(function (res) {
|
|
12362
12363
|
_this5.$toast.clear();
|
|
@@ -12412,8 +12413,8 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12412
12413
|
|
|
12413
12414
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
12414
12415
|
components_resetvue_type_script_lang_js,
|
|
12415
|
-
|
|
12416
|
-
|
|
12416
|
+
resetvue_type_template_id_6ee678a0_render,
|
|
12417
|
+
resetvue_type_template_id_6ee678a0_staticRenderFns,
|
|
12417
12418
|
false,
|
|
12418
12419
|
null,
|
|
12419
12420
|
null,
|