eoss-mobiles 0.2.64 → 0.2.65
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/eoss-mobile.common.js +13 -18
- package/lib/flow.js +12 -17
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/StartFlow.vue +5 -10
- package/src/index.js +1 -1
|
@@ -12295,8 +12295,8 @@ mainvue_type_template_id_7b5917b8_render._withStripped = true
|
|
|
12295
12295
|
|
|
12296
12296
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7b5917b8&
|
|
12297
12297
|
|
|
12298
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
12299
|
-
var
|
|
12298
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=13c48e44&
|
|
12299
|
+
var StartFlowvue_type_template_id_13c48e44_render = function () {
|
|
12300
12300
|
var _vm = this
|
|
12301
12301
|
var _h = _vm.$createElement
|
|
12302
12302
|
var _c = _vm._self._c || _h
|
|
@@ -12482,11 +12482,11 @@ var StartFlowvue_type_template_id_58d96e43_render = function () {
|
|
|
12482
12482
|
]),
|
|
12483
12483
|
])
|
|
12484
12484
|
}
|
|
12485
|
-
var
|
|
12486
|
-
|
|
12485
|
+
var StartFlowvue_type_template_id_13c48e44_staticRenderFns = []
|
|
12486
|
+
StartFlowvue_type_template_id_13c48e44_render._withStripped = true
|
|
12487
12487
|
|
|
12488
12488
|
|
|
12489
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
12489
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=13c48e44&
|
|
12490
12490
|
|
|
12491
12491
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Opinion.vue?vue&type=template&id=010d7d30&
|
|
12492
12492
|
var Opinionvue_type_template_id_010d7d30_render = function () {
|
|
@@ -13709,28 +13709,23 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
13709
13709
|
_this3.peopleObj = res.results.nodeExtr;
|
|
13710
13710
|
if (res.results.nodeExtr.userSelectionType) {
|
|
13711
13711
|
_this3.treeType = res.results.nodeExtr.userSelectionType;
|
|
13712
|
-
var list = res.results.transactorInfos;
|
|
13713
|
-
var idStr = '';
|
|
13714
|
-
list.map(function (r, i) {
|
|
13715
|
-
r.showid = r.userId;
|
|
13716
|
-
r.showname = r.userName;
|
|
13717
|
-
if (r.userId || r.userName) {
|
|
13718
|
-
idStr = idStr + r.showid + (i === list.length - 1 ? '' : ',');
|
|
13719
|
-
}
|
|
13720
|
-
});
|
|
13721
|
-
_this3.form.nextUserId = idStr;
|
|
13722
13712
|
if (res.results.nodeExtr) {
|
|
13713
|
+
var idStr = '';
|
|
13723
13714
|
if (res.results.nodeExtr.isDefSelectedObj == 1 && _this3.nextUserList.length > 0) {
|
|
13724
13715
|
_this3.nextUserList[0].checked = true;
|
|
13725
13716
|
_this3.nextUserSelectList = [_this3.nextUserList[0]];
|
|
13717
|
+
idStr = _this3.nextUserSelectList[0].showid;
|
|
13726
13718
|
}
|
|
13727
13719
|
if (res.results.nodeExtr.isSelectedAllObj == 1 && _this3.nextUserList.length > 0) {
|
|
13728
13720
|
_this3.nextUserSelectList = [];
|
|
13721
|
+
idStr = '';
|
|
13729
13722
|
_this3.nextUserList.map(function (x) {
|
|
13730
13723
|
x.checked = true;
|
|
13731
13724
|
_this3.nextUserSelectList.push(x);
|
|
13725
|
+
idStr = idStr ? idStr + ',' + x.showid : idStr;
|
|
13732
13726
|
});
|
|
13733
13727
|
}
|
|
13728
|
+
_this3.form.nextUserId = idStr;
|
|
13734
13729
|
}
|
|
13735
13730
|
// this.nextUserSelectList = list.filter(x => x.showname && x.showid);
|
|
13736
13731
|
_this3.getTreeChangeType();
|
|
@@ -13754,8 +13749,8 @@ var StartFlowvue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
13754
13749
|
|
|
13755
13750
|
var StartFlow_component = normalizeComponent(
|
|
13756
13751
|
components_StartFlowvue_type_script_lang_js_,
|
|
13757
|
-
|
|
13758
|
-
|
|
13752
|
+
StartFlowvue_type_template_id_13c48e44_render,
|
|
13753
|
+
StartFlowvue_type_template_id_13c48e44_staticRenderFns,
|
|
13759
13754
|
false,
|
|
13760
13755
|
null,
|
|
13761
13756
|
null,
|
|
@@ -22942,7 +22937,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
22942
22937
|
}
|
|
22943
22938
|
|
|
22944
22939
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
22945
|
-
version: '0.2.
|
|
22940
|
+
version: '0.2.65',
|
|
22946
22941
|
install: install,
|
|
22947
22942
|
Button: packages_button,
|
|
22948
22943
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -2137,8 +2137,8 @@ render._withStripped = true
|
|
|
2137
2137
|
|
|
2138
2138
|
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=7b5917b8&
|
|
2139
2139
|
|
|
2140
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2141
|
-
var
|
|
2140
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/StartFlow.vue?vue&type=template&id=13c48e44&
|
|
2141
|
+
var StartFlowvue_type_template_id_13c48e44_render = function () {
|
|
2142
2142
|
var _vm = this
|
|
2143
2143
|
var _h = _vm.$createElement
|
|
2144
2144
|
var _c = _vm._self._c || _h
|
|
@@ -2324,11 +2324,11 @@ var StartFlowvue_type_template_id_58d96e43_render = function () {
|
|
|
2324
2324
|
]),
|
|
2325
2325
|
])
|
|
2326
2326
|
}
|
|
2327
|
-
var
|
|
2328
|
-
|
|
2327
|
+
var StartFlowvue_type_template_id_13c48e44_staticRenderFns = []
|
|
2328
|
+
StartFlowvue_type_template_id_13c48e44_render._withStripped = true
|
|
2329
2329
|
|
|
2330
2330
|
|
|
2331
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=
|
|
2331
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/StartFlow.vue?vue&type=template&id=13c48e44&
|
|
2332
2332
|
|
|
2333
2333
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
2334
2334
|
var api = __webpack_require__(2);
|
|
@@ -3566,28 +3566,23 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3566
3566
|
_this3.peopleObj = res.results.nodeExtr;
|
|
3567
3567
|
if (res.results.nodeExtr.userSelectionType) {
|
|
3568
3568
|
_this3.treeType = res.results.nodeExtr.userSelectionType;
|
|
3569
|
-
var list = res.results.transactorInfos;
|
|
3570
|
-
var idStr = '';
|
|
3571
|
-
list.map(function (r, i) {
|
|
3572
|
-
r.showid = r.userId;
|
|
3573
|
-
r.showname = r.userName;
|
|
3574
|
-
if (r.userId || r.userName) {
|
|
3575
|
-
idStr = idStr + r.showid + (i === list.length - 1 ? '' : ',');
|
|
3576
|
-
}
|
|
3577
|
-
});
|
|
3578
|
-
_this3.form.nextUserId = idStr;
|
|
3579
3569
|
if (res.results.nodeExtr) {
|
|
3570
|
+
var idStr = '';
|
|
3580
3571
|
if (res.results.nodeExtr.isDefSelectedObj == 1 && _this3.nextUserList.length > 0) {
|
|
3581
3572
|
_this3.nextUserList[0].checked = true;
|
|
3582
3573
|
_this3.nextUserSelectList = [_this3.nextUserList[0]];
|
|
3574
|
+
idStr = _this3.nextUserSelectList[0].showid;
|
|
3583
3575
|
}
|
|
3584
3576
|
if (res.results.nodeExtr.isSelectedAllObj == 1 && _this3.nextUserList.length > 0) {
|
|
3585
3577
|
_this3.nextUserSelectList = [];
|
|
3578
|
+
idStr = '';
|
|
3586
3579
|
_this3.nextUserList.map(function (x) {
|
|
3587
3580
|
x.checked = true;
|
|
3588
3581
|
_this3.nextUserSelectList.push(x);
|
|
3582
|
+
idStr = idStr ? idStr + ',' + x.showid : idStr;
|
|
3589
3583
|
});
|
|
3590
3584
|
}
|
|
3585
|
+
_this3.form.nextUserId = idStr;
|
|
3591
3586
|
}
|
|
3592
3587
|
// this.nextUserSelectList = list.filter(x => x.showname && x.showid);
|
|
3593
3588
|
_this3.getTreeChangeType();
|
|
@@ -3611,8 +3606,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3611
3606
|
|
|
3612
3607
|
var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
3613
3608
|
components_StartFlowvue_type_script_lang_js_,
|
|
3614
|
-
|
|
3615
|
-
|
|
3609
|
+
StartFlowvue_type_template_id_13c48e44_render,
|
|
3610
|
+
StartFlowvue_type_template_id_13c48e44_staticRenderFns,
|
|
3616
3611
|
false,
|
|
3617
3612
|
null,
|
|
3618
3613
|
null,
|