eoss-ui 0.4.97 → 0.4.99
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/button-group.js +17 -17
- package/lib/button.js +17 -17
- package/lib/checkbox-group.js +17 -17
- package/lib/data-table-form.js +17 -17
- package/lib/data-table.js +17 -17
- package/lib/date-picker.js +17 -17
- package/lib/dialog.js +17 -17
- package/lib/eoss-ui.common.js +92 -58
- package/lib/flow-group.js +17 -17
- package/lib/flow-list.js +17 -17
- package/lib/flow.js +42 -22
- package/lib/form.js +17 -17
- package/lib/handle-user.js +17 -17
- package/lib/handler.js +17 -17
- package/lib/index.js +1 -1
- package/lib/input-number.js +17 -17
- package/lib/input.js +17 -17
- package/lib/login.js +17 -17
- package/lib/main.js +36 -33
- package/lib/nav.js +17 -17
- package/lib/page.js +17 -17
- package/lib/player.js +17 -17
- package/lib/qr-code.js +17 -17
- package/lib/radio-group.js +17 -17
- package/lib/retrial-auth.js +17 -17
- package/lib/select-ganged.js +17 -17
- package/lib/select.js +17 -17
- package/lib/selector-panel.js +17 -17
- package/lib/selector.js +17 -17
- package/lib/sizer.js +17 -17
- package/lib/steps.js +17 -17
- package/lib/switch.js +17 -17
- package/lib/table-form.js +17 -17
- package/lib/tabs.js +17 -17
- package/lib/tips.js +17 -17
- package/lib/tree-group.js +17 -17
- package/lib/tree.js +17 -17
- package/lib/upload.js +35 -24
- package/lib/utils/util.js +17 -17
- package/lib/wujie.js +17 -17
- package/lib/wxlogin.js +17 -17
- package/package.json +1 -1
- package/packages/flow/src/main.vue +20 -3
- package/packages/main/src/main.vue +17 -6
- package/packages/theme-chalk/gulpfile.js +25 -0
- package/packages/upload/src/main.vue +16 -6
- package/src/index.js +1 -1
- package/src/utils/util.js +17 -17
- package/CHANGELOG.md +0 -929
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/mainComp.css +0 -0
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -0
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -1938,29 +1938,29 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1938
1938
|
loginPage = _ref8.loginPage,
|
|
1939
1939
|
redirect = _ref8.redirect;
|
|
1940
1940
|
|
|
1941
|
-
var logined = getStorage('logined');
|
|
1942
1941
|
if (cookie === undefined) {
|
|
1943
1942
|
cookie = getParams({ name: 'cookie' });
|
|
1944
1943
|
}
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
if (loginPage) {
|
|
1948
|
-
|
|
1949
|
-
if (
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
} else {
|
|
1957
|
-
loginPage = pathname + loginPage.replace('./', '');
|
|
1958
|
-
}
|
|
1944
|
+
if (loginPage) {
|
|
1945
|
+
sessionStorage.setItem('loginPage', loginPage);
|
|
1946
|
+
if (!startWith(loginPage, ['http', '/'], true)) {
|
|
1947
|
+
var pathname = win.top.location.pathname;
|
|
1948
|
+
if (pathname !== '/') {
|
|
1949
|
+
pathname = pathname.split('/');
|
|
1950
|
+
pathname.splice(pathname.length - 1);
|
|
1951
|
+
pathname = pathname.join('/');
|
|
1952
|
+
loginPage = pathname + '/' + loginPage.replace('./', '');
|
|
1953
|
+
} else {
|
|
1954
|
+
loginPage = pathname + loginPage.replace('./', '');
|
|
1959
1955
|
}
|
|
1960
1956
|
}
|
|
1961
|
-
|
|
1957
|
+
}
|
|
1958
|
+
var token = getStorage('token') || getStorage('Authorization');
|
|
1959
|
+
var logined = getStorage('logined');
|
|
1960
|
+
// eslint-disable-next-line eqeqeq
|
|
1961
|
+
if (token || logined || cookie == true || cookie == 1) {
|
|
1962
|
+
next && next();
|
|
1962
1963
|
} else {
|
|
1963
|
-
var token = getStorage('token') || getStorage('Authorization');
|
|
1964
1964
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1965
1965
|
ajax({
|
|
1966
1966
|
method: 'post',
|
|
@@ -28676,8 +28676,8 @@ form_src_main.install = function (Vue) {
|
|
|
28676
28676
|
};
|
|
28677
28677
|
|
|
28678
28678
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
28679
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
28680
|
-
var
|
|
28679
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fd749ad0&
|
|
28680
|
+
var mainvue_type_template_id_fd749ad0_render = function () {
|
|
28681
28681
|
var _vm = this
|
|
28682
28682
|
var _h = _vm.$createElement
|
|
28683
28683
|
var _c = _vm._self._c || _h
|
|
@@ -30004,7 +30004,16 @@ var mainvue_type_template_id_6538259e_render = function () {
|
|
|
30004
30004
|
_vm.rejectBtn,
|
|
30005
30005
|
},
|
|
30006
30006
|
},
|
|
30007
|
-
[
|
|
30007
|
+
[
|
|
30008
|
+
_vm._v(
|
|
30009
|
+
"\n " +
|
|
30010
|
+
_vm._s(
|
|
30011
|
+
_vm.rejectObj
|
|
30012
|
+
.value
|
|
30013
|
+
) +
|
|
30014
|
+
"\n "
|
|
30015
|
+
),
|
|
30016
|
+
]
|
|
30008
30017
|
),
|
|
30009
30018
|
])
|
|
30010
30019
|
: _vm._e(),
|
|
@@ -30298,11 +30307,11 @@ var mainvue_type_template_id_6538259e_render = function () {
|
|
|
30298
30307
|
)
|
|
30299
30308
|
: _vm._e()
|
|
30300
30309
|
}
|
|
30301
|
-
var
|
|
30302
|
-
|
|
30310
|
+
var mainvue_type_template_id_fd749ad0_staticRenderFns = []
|
|
30311
|
+
mainvue_type_template_id_fd749ad0_render._withStripped = true
|
|
30303
30312
|
|
|
30304
30313
|
|
|
30305
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30314
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fd749ad0&
|
|
30306
30315
|
|
|
30307
30316
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4e1f4030&
|
|
30308
30317
|
var CommonOpinionsvue_type_template_id_4e1f4030_render = function () {
|
|
@@ -37849,6 +37858,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
37849
37858
|
//
|
|
37850
37859
|
//
|
|
37851
37860
|
//
|
|
37861
|
+
//
|
|
37862
|
+
//
|
|
37852
37863
|
|
|
37853
37864
|
|
|
37854
37865
|
|
|
@@ -37910,6 +37921,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
37910
37921
|
flowDisabled: false,
|
|
37911
37922
|
activeNames: '',
|
|
37912
37923
|
isEndUserTask: true,
|
|
37924
|
+
isForceDisplayDefaultOptionForPrefix: false,
|
|
37913
37925
|
selectUserList: [],
|
|
37914
37926
|
selectNextCurrentOrgObjList: [],
|
|
37915
37927
|
flowMultiple: true,
|
|
@@ -39094,6 +39106,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39094
39106
|
} else if (_this14.nodeInfos.length > 0) {
|
|
39095
39107
|
_this14.nextNode.nextNodeId = _this14.nodeInfos[0].nodeId;
|
|
39096
39108
|
}
|
|
39109
|
+
_this14.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
|
|
39110
|
+
if (nodeInfoMap.nodeExtAttr.submitText) {
|
|
39111
|
+
_this14.btnList.map(function (x) {
|
|
39112
|
+
if (x.event === 'sub') {
|
|
39113
|
+
x.text = nodeInfoMap.nodeExtAttr.submitText;
|
|
39114
|
+
}
|
|
39115
|
+
});
|
|
39116
|
+
}
|
|
39097
39117
|
}
|
|
39098
39118
|
_this14.choiceOrgId = choiceOrgId;
|
|
39099
39119
|
_this14.choiceDeptId = choiceDeptId;
|
|
@@ -39154,7 +39174,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39154
39174
|
if (!_this14.isOpinionRequired) {
|
|
39155
39175
|
_this14.isOpinionRequired = 0;
|
|
39156
39176
|
}
|
|
39157
|
-
opinion && (
|
|
39177
|
+
// opinion && (this.value = opinion);
|
|
39158
39178
|
_this14.nextNode.notificationMsg = defaultNotificationMessage;
|
|
39159
39179
|
_this14.moreList = [];
|
|
39160
39180
|
if (taskButtonList && taskButtonList.length != 0) {
|
|
@@ -39458,7 +39478,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39458
39478
|
removeSignUserId = removeSignUserId.join(',');
|
|
39459
39479
|
params = flow_src_mainvue_type_script_lang_js_extends({}, _this18.nextNode, {
|
|
39460
39480
|
pendingId: _this18.pendingId,
|
|
39461
|
-
opinion: _this18.value,
|
|
39481
|
+
opinion: _this18.isForceDisplayDefaultOptionForPrefix && !_this18.value.startsWith(_this18.nodeDefaultSubmitOpinion) ? _this18.nodeDefaultSubmitOpinion + _this18.value : _this18.value,
|
|
39462
39482
|
userId: utils_util["a" /* default */].getStorage('userId'),
|
|
39463
39483
|
nextUserId: _this18.multiple ? nextUserId.join(',') : _this18.nextNode.nextUserId,
|
|
39464
39484
|
addSignUserId: addSignUserId,
|
|
@@ -39573,8 +39593,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39573
39593
|
|
|
39574
39594
|
var flow_src_main_component = normalizeComponent(
|
|
39575
39595
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
39576
|
-
|
|
39577
|
-
|
|
39596
|
+
mainvue_type_template_id_fd749ad0_render,
|
|
39597
|
+
mainvue_type_template_id_fd749ad0_staticRenderFns,
|
|
39578
39598
|
false,
|
|
39579
39599
|
null,
|
|
39580
39600
|
null,
|
|
@@ -47398,8 +47418,8 @@ login_src_main.install = function (Vue) {
|
|
|
47398
47418
|
};
|
|
47399
47419
|
|
|
47400
47420
|
/* harmony default export */ var login = (login_src_main);
|
|
47401
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
47402
|
-
var
|
|
47421
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=6d42b802&
|
|
47422
|
+
var mainvue_type_template_id_6d42b802_render = function () {
|
|
47403
47423
|
var _vm = this
|
|
47404
47424
|
var _h = _vm.$createElement
|
|
47405
47425
|
var _c = _vm._self._c || _h
|
|
@@ -47824,11 +47844,11 @@ var mainvue_type_template_id_67d8ca27_render = function () {
|
|
|
47824
47844
|
1
|
|
47825
47845
|
)
|
|
47826
47846
|
}
|
|
47827
|
-
var
|
|
47828
|
-
|
|
47847
|
+
var mainvue_type_template_id_6d42b802_staticRenderFns = []
|
|
47848
|
+
mainvue_type_template_id_6d42b802_render._withStripped = true
|
|
47829
47849
|
|
|
47830
47850
|
|
|
47831
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
47851
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6d42b802&
|
|
47832
47852
|
|
|
47833
47853
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=799780ee&
|
|
47834
47854
|
var userinfovue_type_template_id_799780ee_render = function () {
|
|
@@ -50237,11 +50257,15 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
50237
50257
|
};
|
|
50238
50258
|
},
|
|
50239
50259
|
created: function created() {
|
|
50260
|
+
var params = utils_util["a" /* default */].getParams() || {};
|
|
50261
|
+
if (Object.prototype.hasOwnProperty.call(params, 'history')) {
|
|
50262
|
+
this.history = params.history == true || params.history == 'true' || params.history == 1;
|
|
50263
|
+
}
|
|
50240
50264
|
this.homePage = typeof this.loadHomePage === 'string' ? this.loadHomePage : '';
|
|
50241
|
-
this.isHeader =
|
|
50265
|
+
this.isHeader = params.header;
|
|
50242
50266
|
var sysLogoIco = sessionStorage.getItem('sysLogoIco');
|
|
50243
50267
|
sysLogoIco && utils_util["a" /* default */].setFavicon(sysLogoIco);
|
|
50244
|
-
this.isLogin();
|
|
50268
|
+
this.isLogin(params);
|
|
50245
50269
|
},
|
|
50246
50270
|
mounted: function mounted() {
|
|
50247
50271
|
utils_util["a" /* default */].win.reLogin = this.handleReLogin;
|
|
@@ -50257,16 +50281,15 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
50257
50281
|
},
|
|
50258
50282
|
|
|
50259
50283
|
methods: {
|
|
50260
|
-
isLogin: function isLogin() {
|
|
50284
|
+
isLogin: function isLogin(query) {
|
|
50261
50285
|
var _this = this;
|
|
50262
50286
|
|
|
50263
50287
|
return main_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
|
|
50264
|
-
var
|
|
50288
|
+
var token, loginPage, pathname;
|
|
50265
50289
|
return regenerator_default.a.wrap(function _callee$(_context) {
|
|
50266
50290
|
while (1) {
|
|
50267
50291
|
switch (_context.prev = _context.next) {
|
|
50268
50292
|
case 0:
|
|
50269
|
-
query = utils_util["a" /* default */].getParams();
|
|
50270
50293
|
token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
|
|
50271
50294
|
loginPage = utils_util["a" /* default */].getStorage('login') || utils_util["a" /* default */].getStorage('loginPage');
|
|
50272
50295
|
|
|
@@ -50285,12 +50308,12 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
50285
50308
|
}
|
|
50286
50309
|
}
|
|
50287
50310
|
|
|
50288
|
-
if (!(!token && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType'))) {
|
|
50289
|
-
_context.next =
|
|
50311
|
+
if (!(!token && query && Object.prototype.hasOwnProperty.call(query, 'serverId') && Object.prototype.hasOwnProperty.call(query, 'authType'))) {
|
|
50312
|
+
_context.next = 8;
|
|
50290
50313
|
break;
|
|
50291
50314
|
}
|
|
50292
50315
|
|
|
50293
|
-
_context.next =
|
|
50316
|
+
_context.next = 6;
|
|
50294
50317
|
return utils_util["a" /* default */].ajax({
|
|
50295
50318
|
method: 'post',
|
|
50296
50319
|
url: api["b" /* authCenter */],
|
|
@@ -50393,14 +50416,14 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
50393
50416
|
}
|
|
50394
50417
|
}).catch(function (e) {});
|
|
50395
50418
|
|
|
50396
|
-
case
|
|
50397
|
-
_context.next =
|
|
50419
|
+
case 6:
|
|
50420
|
+
_context.next = 9;
|
|
50398
50421
|
break;
|
|
50399
50422
|
|
|
50400
|
-
case
|
|
50423
|
+
case 8:
|
|
50401
50424
|
_this.getConfig();
|
|
50402
50425
|
|
|
50403
|
-
case
|
|
50426
|
+
case 9:
|
|
50404
50427
|
case 'end':
|
|
50405
50428
|
return _context.stop();
|
|
50406
50429
|
}
|
|
@@ -50940,7 +50963,7 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
50940
50963
|
_this7.setTips(item);
|
|
50941
50964
|
});
|
|
50942
50965
|
} else {
|
|
50943
|
-
if (Object.prototype.hasOwnProperty.call(obj, 'tips') && obj.tips) {
|
|
50966
|
+
if (obj && Object.prototype.hasOwnProperty.call(obj, 'tips') && obj.tips) {
|
|
50944
50967
|
this.$set(obj, 'tips', false);
|
|
50945
50968
|
delete obj.tips;
|
|
50946
50969
|
}
|
|
@@ -51238,7 +51261,7 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
51238
51261
|
if (res.path !== '/' && pathname == _path) {
|
|
51239
51262
|
return pathname;
|
|
51240
51263
|
}
|
|
51241
|
-
if (Object.prototype.hasOwnProperty.call(res, 'children')) {
|
|
51264
|
+
if (res && Object.prototype.hasOwnProperty.call(res, 'children')) {
|
|
51242
51265
|
var _path2 = this.hasRouter(res.children, url);
|
|
51243
51266
|
if (_path2) {
|
|
51244
51267
|
return _path2;
|
|
@@ -51711,8 +51734,8 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
51711
51734
|
|
|
51712
51735
|
var main_src_main_component = normalizeComponent(
|
|
51713
51736
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
51714
|
-
|
|
51715
|
-
|
|
51737
|
+
mainvue_type_template_id_6d42b802_render,
|
|
51738
|
+
mainvue_type_template_id_6d42b802_staticRenderFns,
|
|
51716
51739
|
false,
|
|
51717
51740
|
null,
|
|
51718
51741
|
null,
|
|
@@ -69015,8 +69038,8 @@ form_src_table.install = function (Vue) {
|
|
|
69015
69038
|
};
|
|
69016
69039
|
|
|
69017
69040
|
/* harmony default export */ var table_form = (form_src_table);
|
|
69018
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
69019
|
-
var
|
|
69041
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=079ba0f8&
|
|
69042
|
+
var mainvue_type_template_id_079ba0f8_render = function () {
|
|
69020
69043
|
var _vm = this
|
|
69021
69044
|
var _h = _vm.$createElement
|
|
69022
69045
|
var _c = _vm._self._c || _h
|
|
@@ -69395,11 +69418,11 @@ var mainvue_type_template_id_74d3e866_render = function () {
|
|
|
69395
69418
|
)
|
|
69396
69419
|
: _vm._e()
|
|
69397
69420
|
}
|
|
69398
|
-
var
|
|
69399
|
-
|
|
69421
|
+
var mainvue_type_template_id_079ba0f8_staticRenderFns = []
|
|
69422
|
+
mainvue_type_template_id_079ba0f8_render._withStripped = true
|
|
69400
69423
|
|
|
69401
69424
|
|
|
69402
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
69425
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=079ba0f8&
|
|
69403
69426
|
|
|
69404
69427
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
69405
69428
|
/* harmony default export */ var picture = ({
|
|
@@ -70088,7 +70111,9 @@ var mainvue_type_script_lang_js_props;
|
|
|
70088
70111
|
return item;
|
|
70089
70112
|
}).join(',');
|
|
70090
70113
|
}
|
|
70091
|
-
|
|
70114
|
+
if (res.results.kkViewRootPath) {
|
|
70115
|
+
_this2.kkfileview = res.results.kkViewRootPath;
|
|
70116
|
+
}
|
|
70092
70117
|
_this2.fileSize = res.results.limitFileSize ? res.results.limitFileSize : 0;
|
|
70093
70118
|
_this2.fileTotalSize = res.results.limitTotalSize;
|
|
70094
70119
|
utils_store.set(_this2.code, {
|
|
@@ -70149,7 +70174,16 @@ var mainvue_type_script_lang_js_props;
|
|
|
70149
70174
|
this.$refs.upload.submit();
|
|
70150
70175
|
},
|
|
70151
70176
|
openKkfileview: function openKkfileview(file) {
|
|
70152
|
-
var
|
|
70177
|
+
var host = utils_util["a" /* default */].win.top.location.origin;
|
|
70178
|
+
if (this.host) {
|
|
70179
|
+
if (utils_util["a" /* default */].startWith(this.host, 'http')) {
|
|
70180
|
+
host = this.host;
|
|
70181
|
+
} else {
|
|
70182
|
+
host += this.host;
|
|
70183
|
+
}
|
|
70184
|
+
}
|
|
70185
|
+
console.log(host);
|
|
70186
|
+
var url = encodeURIComponent(external_js_base64_["Base64"].encode(host + (typeof this.download === 'string' ? this.download : api["q" /* downloadByAdjunctId */]) + ('?adjunctId=' + (file.adjunctId || file.response.adjunctId) + '&fullfilename=' + file.originalName)));
|
|
70153
70187
|
utils_util["a" /* default */].win.top.open(this.kkfileview + '?url=' + url);
|
|
70154
70188
|
},
|
|
70155
70189
|
handlePreview: function handlePreview(res) {
|
|
@@ -70475,8 +70509,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
70475
70509
|
|
|
70476
70510
|
var upload_src_main_component = normalizeComponent(
|
|
70477
70511
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
70478
|
-
|
|
70479
|
-
|
|
70512
|
+
mainvue_type_template_id_079ba0f8_render,
|
|
70513
|
+
mainvue_type_template_id_079ba0f8_staticRenderFns,
|
|
70480
70514
|
false,
|
|
70481
70515
|
null,
|
|
70482
70516
|
null,
|
|
@@ -70951,7 +70985,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
70951
70985
|
}
|
|
70952
70986
|
|
|
70953
70987
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
70954
|
-
version: '0.4.
|
|
70988
|
+
version: '0.4.99',
|
|
70955
70989
|
install: install,
|
|
70956
70990
|
Button: packages_button,
|
|
70957
70991
|
ButtonGroup: button_group,
|
package/lib/flow-group.js
CHANGED
|
@@ -1939,29 +1939,29 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1939
1939
|
loginPage = _ref8.loginPage,
|
|
1940
1940
|
redirect = _ref8.redirect;
|
|
1941
1941
|
|
|
1942
|
-
var logined = getStorage('logined');
|
|
1943
1942
|
if (cookie === undefined) {
|
|
1944
1943
|
cookie = getParams({ name: 'cookie' });
|
|
1945
1944
|
}
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
if (loginPage) {
|
|
1949
|
-
|
|
1950
|
-
if (
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
} else {
|
|
1958
|
-
loginPage = pathname + loginPage.replace('./', '');
|
|
1959
|
-
}
|
|
1945
|
+
if (loginPage) {
|
|
1946
|
+
sessionStorage.setItem('loginPage', loginPage);
|
|
1947
|
+
if (!startWith(loginPage, ['http', '/'], true)) {
|
|
1948
|
+
var pathname = win.top.location.pathname;
|
|
1949
|
+
if (pathname !== '/') {
|
|
1950
|
+
pathname = pathname.split('/');
|
|
1951
|
+
pathname.splice(pathname.length - 1);
|
|
1952
|
+
pathname = pathname.join('/');
|
|
1953
|
+
loginPage = pathname + '/' + loginPage.replace('./', '');
|
|
1954
|
+
} else {
|
|
1955
|
+
loginPage = pathname + loginPage.replace('./', '');
|
|
1960
1956
|
}
|
|
1961
1957
|
}
|
|
1962
|
-
|
|
1958
|
+
}
|
|
1959
|
+
var token = getStorage('token') || getStorage('Authorization');
|
|
1960
|
+
var logined = getStorage('logined');
|
|
1961
|
+
// eslint-disable-next-line eqeqeq
|
|
1962
|
+
if (token || logined || cookie == true || cookie == 1) {
|
|
1963
|
+
next && next();
|
|
1963
1964
|
} else {
|
|
1964
|
-
var token = getStorage('token') || getStorage('Authorization');
|
|
1965
1965
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1966
1966
|
ajax({
|
|
1967
1967
|
method: 'post',
|
package/lib/flow-list.js
CHANGED
|
@@ -1939,29 +1939,29 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1939
1939
|
loginPage = _ref8.loginPage,
|
|
1940
1940
|
redirect = _ref8.redirect;
|
|
1941
1941
|
|
|
1942
|
-
var logined = getStorage('logined');
|
|
1943
1942
|
if (cookie === undefined) {
|
|
1944
1943
|
cookie = getParams({ name: 'cookie' });
|
|
1945
1944
|
}
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
if (loginPage) {
|
|
1949
|
-
|
|
1950
|
-
if (
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
} else {
|
|
1958
|
-
loginPage = pathname + loginPage.replace('./', '');
|
|
1959
|
-
}
|
|
1945
|
+
if (loginPage) {
|
|
1946
|
+
sessionStorage.setItem('loginPage', loginPage);
|
|
1947
|
+
if (!startWith(loginPage, ['http', '/'], true)) {
|
|
1948
|
+
var pathname = win.top.location.pathname;
|
|
1949
|
+
if (pathname !== '/') {
|
|
1950
|
+
pathname = pathname.split('/');
|
|
1951
|
+
pathname.splice(pathname.length - 1);
|
|
1952
|
+
pathname = pathname.join('/');
|
|
1953
|
+
loginPage = pathname + '/' + loginPage.replace('./', '');
|
|
1954
|
+
} else {
|
|
1955
|
+
loginPage = pathname + loginPage.replace('./', '');
|
|
1960
1956
|
}
|
|
1961
1957
|
}
|
|
1962
|
-
|
|
1958
|
+
}
|
|
1959
|
+
var token = getStorage('token') || getStorage('Authorization');
|
|
1960
|
+
var logined = getStorage('logined');
|
|
1961
|
+
// eslint-disable-next-line eqeqeq
|
|
1962
|
+
if (token || logined || cookie == true || cookie == 1) {
|
|
1963
|
+
next && next();
|
|
1963
1964
|
} else {
|
|
1964
|
-
var token = getStorage('token') || getStorage('Authorization');
|
|
1965
1965
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1966
1966
|
ajax({
|
|
1967
1967
|
method: 'post',
|
package/lib/flow.js
CHANGED
|
@@ -1938,29 +1938,29 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1938
1938
|
loginPage = _ref8.loginPage,
|
|
1939
1939
|
redirect = _ref8.redirect;
|
|
1940
1940
|
|
|
1941
|
-
var logined = getStorage('logined');
|
|
1942
1941
|
if (cookie === undefined) {
|
|
1943
1942
|
cookie = getParams({ name: 'cookie' });
|
|
1944
1943
|
}
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
if (loginPage) {
|
|
1948
|
-
|
|
1949
|
-
if (
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
} else {
|
|
1957
|
-
loginPage = pathname + loginPage.replace('./', '');
|
|
1958
|
-
}
|
|
1944
|
+
if (loginPage) {
|
|
1945
|
+
sessionStorage.setItem('loginPage', loginPage);
|
|
1946
|
+
if (!startWith(loginPage, ['http', '/'], true)) {
|
|
1947
|
+
var pathname = win.top.location.pathname;
|
|
1948
|
+
if (pathname !== '/') {
|
|
1949
|
+
pathname = pathname.split('/');
|
|
1950
|
+
pathname.splice(pathname.length - 1);
|
|
1951
|
+
pathname = pathname.join('/');
|
|
1952
|
+
loginPage = pathname + '/' + loginPage.replace('./', '');
|
|
1953
|
+
} else {
|
|
1954
|
+
loginPage = pathname + loginPage.replace('./', '');
|
|
1959
1955
|
}
|
|
1960
1956
|
}
|
|
1961
|
-
|
|
1957
|
+
}
|
|
1958
|
+
var token = getStorage('token') || getStorage('Authorization');
|
|
1959
|
+
var logined = getStorage('logined');
|
|
1960
|
+
// eslint-disable-next-line eqeqeq
|
|
1961
|
+
if (token || logined || cookie == true || cookie == 1) {
|
|
1962
|
+
next && next();
|
|
1962
1963
|
} else {
|
|
1963
|
-
var token = getStorage('token') || getStorage('Authorization');
|
|
1964
1964
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1965
1965
|
ajax({
|
|
1966
1966
|
method: 'post',
|
|
@@ -3640,7 +3640,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
3640
3640
|
// ESM COMPAT FLAG
|
|
3641
3641
|
__webpack_require__.r(__webpack_exports__);
|
|
3642
3642
|
|
|
3643
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
3643
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fd749ad0&
|
|
3644
3644
|
var render = function () {
|
|
3645
3645
|
var _vm = this
|
|
3646
3646
|
var _h = _vm.$createElement
|
|
@@ -4968,7 +4968,16 @@ var render = function () {
|
|
|
4968
4968
|
_vm.rejectBtn,
|
|
4969
4969
|
},
|
|
4970
4970
|
},
|
|
4971
|
-
[
|
|
4971
|
+
[
|
|
4972
|
+
_vm._v(
|
|
4973
|
+
"\n " +
|
|
4974
|
+
_vm._s(
|
|
4975
|
+
_vm.rejectObj
|
|
4976
|
+
.value
|
|
4977
|
+
) +
|
|
4978
|
+
"\n "
|
|
4979
|
+
),
|
|
4980
|
+
]
|
|
4972
4981
|
),
|
|
4973
4982
|
])
|
|
4974
4983
|
: _vm._e(),
|
|
@@ -5266,7 +5275,7 @@ var staticRenderFns = []
|
|
|
5266
5275
|
render._withStripped = true
|
|
5267
5276
|
|
|
5268
5277
|
|
|
5269
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
5278
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fd749ad0&
|
|
5270
5279
|
|
|
5271
5280
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5272
5281
|
var regenerator_ = __webpack_require__(9);
|
|
@@ -12671,6 +12680,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12671
12680
|
//
|
|
12672
12681
|
//
|
|
12673
12682
|
//
|
|
12683
|
+
//
|
|
12684
|
+
//
|
|
12674
12685
|
|
|
12675
12686
|
|
|
12676
12687
|
|
|
@@ -12732,6 +12743,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12732
12743
|
flowDisabled: false,
|
|
12733
12744
|
activeNames: '',
|
|
12734
12745
|
isEndUserTask: true,
|
|
12746
|
+
isForceDisplayDefaultOptionForPrefix: false,
|
|
12735
12747
|
selectUserList: [],
|
|
12736
12748
|
selectNextCurrentOrgObjList: [],
|
|
12737
12749
|
flowMultiple: true,
|
|
@@ -13916,6 +13928,14 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13916
13928
|
} else if (_this14.nodeInfos.length > 0) {
|
|
13917
13929
|
_this14.nextNode.nextNodeId = _this14.nodeInfos[0].nodeId;
|
|
13918
13930
|
}
|
|
13931
|
+
_this14.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
|
|
13932
|
+
if (nodeInfoMap.nodeExtAttr.submitText) {
|
|
13933
|
+
_this14.btnList.map(function (x) {
|
|
13934
|
+
if (x.event === 'sub') {
|
|
13935
|
+
x.text = nodeInfoMap.nodeExtAttr.submitText;
|
|
13936
|
+
}
|
|
13937
|
+
});
|
|
13938
|
+
}
|
|
13919
13939
|
}
|
|
13920
13940
|
_this14.choiceOrgId = choiceOrgId;
|
|
13921
13941
|
_this14.choiceDeptId = choiceDeptId;
|
|
@@ -13976,7 +13996,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13976
13996
|
if (!_this14.isOpinionRequired) {
|
|
13977
13997
|
_this14.isOpinionRequired = 0;
|
|
13978
13998
|
}
|
|
13979
|
-
opinion && (
|
|
13999
|
+
// opinion && (this.value = opinion);
|
|
13980
14000
|
_this14.nextNode.notificationMsg = defaultNotificationMessage;
|
|
13981
14001
|
_this14.moreList = [];
|
|
13982
14002
|
if (taskButtonList && taskButtonList.length != 0) {
|
|
@@ -14280,7 +14300,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14280
14300
|
removeSignUserId = removeSignUserId.join(',');
|
|
14281
14301
|
params = mainvue_type_script_lang_js_extends({}, _this18.nextNode, {
|
|
14282
14302
|
pendingId: _this18.pendingId,
|
|
14283
|
-
opinion: _this18.value,
|
|
14303
|
+
opinion: _this18.isForceDisplayDefaultOptionForPrefix && !_this18.value.startsWith(_this18.nodeDefaultSubmitOpinion) ? _this18.nodeDefaultSubmitOpinion + _this18.value : _this18.value,
|
|
14284
14304
|
userId: util["a" /* default */].getStorage('userId'),
|
|
14285
14305
|
nextUserId: _this18.multiple ? nextUserId.join(',') : _this18.nextNode.nextUserId,
|
|
14286
14306
|
addSignUserId: addSignUserId,
|
package/lib/form.js
CHANGED
|
@@ -1939,29 +1939,29 @@ var isLogined = function isLogined(_ref8) {
|
|
|
1939
1939
|
loginPage = _ref8.loginPage,
|
|
1940
1940
|
redirect = _ref8.redirect;
|
|
1941
1941
|
|
|
1942
|
-
var logined = getStorage('logined');
|
|
1943
1942
|
if (cookie === undefined) {
|
|
1944
1943
|
cookie = getParams({ name: 'cookie' });
|
|
1945
1944
|
}
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
if (loginPage) {
|
|
1949
|
-
|
|
1950
|
-
if (
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
} else {
|
|
1958
|
-
loginPage = pathname + loginPage.replace('./', '');
|
|
1959
|
-
}
|
|
1945
|
+
if (loginPage) {
|
|
1946
|
+
sessionStorage.setItem('loginPage', loginPage);
|
|
1947
|
+
if (!startWith(loginPage, ['http', '/'], true)) {
|
|
1948
|
+
var pathname = win.top.location.pathname;
|
|
1949
|
+
if (pathname !== '/') {
|
|
1950
|
+
pathname = pathname.split('/');
|
|
1951
|
+
pathname.splice(pathname.length - 1);
|
|
1952
|
+
pathname = pathname.join('/');
|
|
1953
|
+
loginPage = pathname + '/' + loginPage.replace('./', '');
|
|
1954
|
+
} else {
|
|
1955
|
+
loginPage = pathname + loginPage.replace('./', '');
|
|
1960
1956
|
}
|
|
1961
1957
|
}
|
|
1962
|
-
|
|
1958
|
+
}
|
|
1959
|
+
var token = getStorage('token') || getStorage('Authorization');
|
|
1960
|
+
var logined = getStorage('logined');
|
|
1961
|
+
// eslint-disable-next-line eqeqeq
|
|
1962
|
+
if (token || logined || cookie == true || cookie == 1) {
|
|
1963
|
+
next && next();
|
|
1963
1964
|
} else {
|
|
1964
|
-
var token = getStorage('token') || getStorage('Authorization');
|
|
1965
1965
|
if (!token && Object.prototype.hasOwnProperty.call(to.query, 'serverId') && Object.prototype.hasOwnProperty.call(to.query, 'authType')) {
|
|
1966
1966
|
ajax({
|
|
1967
1967
|
method: 'post',
|