eoss-ui 0.8.26 → 0.8.28
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-ui.common.js +162 -155
- package/lib/flow-list.js +96 -96
- package/lib/flow.js +44 -44
- package/lib/index.js +1 -1
- package/lib/login.js +11 -4
- package/lib/main.js +5 -5
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/processForm.vue +3 -3
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/src/main.vue +2337 -2337
- package/packages/form/.DS_Store +0 -0
- package/packages/form/src/table.vue +1512 -1512
- package/packages/icon/.DS_Store +0 -0
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +7 -2
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/menu/.DS_Store +0 -0
- package/packages/nav/src/main.vue +351 -351
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/flow-list.scss +55 -55
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/upload/.DS_Store +0 -0
- package/packages/wujie/src/main.vue +146 -146
- package/src/.DS_Store +0 -0
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/rules.js +18 -18
- package/packages/form/src/1.json +0 -17
package/lib/eoss-ui.common.js
CHANGED
|
@@ -259,7 +259,7 @@ module.exports = require("lodash");
|
|
|
259
259
|
|
|
260
260
|
exports = module.exports = __webpack_require__(25)(false);
|
|
261
261
|
// Module
|
|
262
|
-
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\
|
|
262
|
+
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
|
|
@@ -32824,21 +32824,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32824
32824
|
return validSate;
|
|
32825
32825
|
},
|
|
32826
32826
|
|
|
32827
|
-
/**
|
|
32828
|
-
* changeOpinion
|
|
32829
|
-
* @desc:监听意见变化
|
|
32830
|
-
* @author liufan
|
|
32831
|
-
* @date 2022年10月28日
|
|
32827
|
+
/**
|
|
32828
|
+
* changeOpinion
|
|
32829
|
+
* @desc:监听意见变化
|
|
32830
|
+
* @author liufan
|
|
32831
|
+
* @date 2022年10月28日
|
|
32832
32832
|
**/
|
|
32833
32833
|
changeOpinion: function changeOpinion() {
|
|
32834
32834
|
this.$emit('change', this.form.value);
|
|
32835
32835
|
},
|
|
32836
32836
|
|
|
32837
|
-
/**
|
|
32838
|
-
* getCommonOpion
|
|
32839
|
-
* @desc:获取意见
|
|
32840
|
-
* @author liufan
|
|
32841
|
-
* @date 2022年5月25日
|
|
32837
|
+
/**
|
|
32838
|
+
* getCommonOpion
|
|
32839
|
+
* @desc:获取意见
|
|
32840
|
+
* @author liufan
|
|
32841
|
+
* @date 2022年5月25日
|
|
32842
32842
|
**/
|
|
32843
32843
|
getCommonOpion: function getCommonOpion() {
|
|
32844
32844
|
var _this = this;
|
|
@@ -32867,24 +32867,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32867
32867
|
});
|
|
32868
32868
|
},
|
|
32869
32869
|
|
|
32870
|
-
/**
|
|
32871
|
-
* upDate
|
|
32872
|
-
* @desc:修改常用语
|
|
32873
|
-
* @author liufan
|
|
32874
|
-
* @param {Object} val 修改值
|
|
32875
|
-
* @date 2022年5月25日
|
|
32870
|
+
/**
|
|
32871
|
+
* upDate
|
|
32872
|
+
* @desc:修改常用语
|
|
32873
|
+
* @author liufan
|
|
32874
|
+
* @param {Object} val 修改值
|
|
32875
|
+
* @date 2022年5月25日
|
|
32876
32876
|
**/
|
|
32877
32877
|
upDate: function upDate(val) {
|
|
32878
32878
|
this.FormData.id = val.id;
|
|
32879
32879
|
this.addVisible = true;
|
|
32880
32880
|
},
|
|
32881
32881
|
|
|
32882
|
-
/**
|
|
32883
|
-
* selectChange
|
|
32884
|
-
* @desc:常用语选择
|
|
32885
|
-
* @author liufan
|
|
32886
|
-
* @param {String} val 选中值
|
|
32887
|
-
* @date 2022年5月25日
|
|
32882
|
+
/**
|
|
32883
|
+
* selectChange
|
|
32884
|
+
* @desc:常用语选择
|
|
32885
|
+
* @author liufan
|
|
32886
|
+
* @param {String} val 选中值
|
|
32887
|
+
* @date 2022年5月25日
|
|
32888
32888
|
**/
|
|
32889
32889
|
selectChange: function selectChange(val) {
|
|
32890
32890
|
var _this2 = this;
|
|
@@ -32903,12 +32903,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32903
32903
|
});
|
|
32904
32904
|
},
|
|
32905
32905
|
|
|
32906
|
-
/**
|
|
32907
|
-
* del
|
|
32908
|
-
* @desc:删除常用语
|
|
32909
|
-
* @author liufan
|
|
32910
|
-
* @param {Object} val 删除的数据
|
|
32911
|
-
* @date 2022年5月25日
|
|
32906
|
+
/**
|
|
32907
|
+
* del
|
|
32908
|
+
* @desc:删除常用语
|
|
32909
|
+
* @author liufan
|
|
32910
|
+
* @param {Object} val 删除的数据
|
|
32911
|
+
* @date 2022年5月25日
|
|
32912
32912
|
**/
|
|
32913
32913
|
del: function del(val) {
|
|
32914
32914
|
var _this3 = this;
|
|
@@ -32950,12 +32950,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32950
32950
|
}).catch(function (e) {});
|
|
32951
32951
|
},
|
|
32952
32952
|
|
|
32953
|
-
/**
|
|
32954
|
-
* submit
|
|
32955
|
-
* @desc:新增/编辑意见保存
|
|
32956
|
-
* @author liufan
|
|
32957
|
-
* @param {Object} val 保存数据
|
|
32958
|
-
* @date 2022年5月25日
|
|
32953
|
+
/**
|
|
32954
|
+
* submit
|
|
32955
|
+
* @desc:新增/编辑意见保存
|
|
32956
|
+
* @author liufan
|
|
32957
|
+
* @param {Object} val 保存数据
|
|
32958
|
+
* @date 2022年5月25日
|
|
32959
32959
|
**/
|
|
32960
32960
|
submit: function submit(val) {
|
|
32961
32961
|
var _this4 = this;
|
|
@@ -33020,8 +33020,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33020
33020
|
)
|
|
33021
33021
|
|
|
33022
33022
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
33023
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
33024
|
-
var
|
|
33023
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=69688141&
|
|
33024
|
+
var processFormvue_type_template_id_69688141_render = function () {
|
|
33025
33025
|
var _vm = this
|
|
33026
33026
|
var _h = _vm.$createElement
|
|
33027
33027
|
var _c = _vm._self._c || _h
|
|
@@ -33856,11 +33856,11 @@ var processFormvue_type_template_id_ac123c98_render = function () {
|
|
|
33856
33856
|
1
|
|
33857
33857
|
)
|
|
33858
33858
|
}
|
|
33859
|
-
var
|
|
33860
|
-
|
|
33859
|
+
var processFormvue_type_template_id_69688141_staticRenderFns = []
|
|
33860
|
+
processFormvue_type_template_id_69688141_render._withStripped = true
|
|
33861
33861
|
|
|
33862
33862
|
|
|
33863
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
33863
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=69688141&
|
|
33864
33864
|
|
|
33865
33865
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=e270ebde&
|
|
33866
33866
|
var selectUservue_type_template_id_e270ebde_render = function () {
|
|
@@ -35932,7 +35932,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
35932
35932
|
radioList: [],
|
|
35933
35933
|
nextCurrentOrgselectUserList: [],
|
|
35934
35934
|
showCustomLimitTimeText: false,
|
|
35935
|
-
activeNames: '',
|
|
35935
|
+
activeNames: '1',
|
|
35936
35936
|
selectUserList: [],
|
|
35937
35937
|
defaultNextNode: '',
|
|
35938
35938
|
presetUserJson: [],
|
|
@@ -36474,7 +36474,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
36474
36474
|
if (_this6.isHideOtherOrg) {
|
|
36475
36475
|
params.nextOtherOrgObj = nextOtherOrgObj;
|
|
36476
36476
|
}
|
|
36477
|
-
if (_this6.activeNames != '1') delete params.customPresetUserJson;
|
|
36477
|
+
if (_this6.activeNames != '1' || !_this6.isCustomPreset) delete params.customPresetUserJson;
|
|
36478
36478
|
if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
|
|
36479
36479
|
var newParm = {};
|
|
36480
36480
|
newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
|
|
@@ -36585,7 +36585,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
36585
36585
|
if (_this6.isHideOtherOrg) {
|
|
36586
36586
|
params.nextOtherOrgObj = nextOtherOrgObj;
|
|
36587
36587
|
}
|
|
36588
|
-
if (_this6.activeNames != '1') delete params.customPresetUserJson;
|
|
36588
|
+
if (_this6.activeNames != '1' || !_this6.isCustomPreset) delete params.customPresetUserJson;
|
|
36589
36589
|
if (_this6.isFreeStartFlow || _this6.formType === 'readTransfer') {
|
|
36590
36590
|
var newParm = {};
|
|
36591
36591
|
newParm.copyHistory = _this6.copyHistory === 'needCopyPendedHistory';
|
|
@@ -37027,8 +37027,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
37027
37027
|
|
|
37028
37028
|
var processForm_component = normalizeComponent(
|
|
37029
37029
|
src_processFormvue_type_script_lang_js_,
|
|
37030
|
-
|
|
37031
|
-
|
|
37030
|
+
processFormvue_type_template_id_69688141_render,
|
|
37031
|
+
processFormvue_type_template_id_69688141_staticRenderFns,
|
|
37032
37032
|
false,
|
|
37033
37033
|
null,
|
|
37034
37034
|
null,
|
|
@@ -56532,11 +56532,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56532
56532
|
|
|
56533
56533
|
|
|
56534
56534
|
methods: {
|
|
56535
|
-
/**
|
|
56536
|
-
* handleBatchDelete
|
|
56537
|
-
* @desc:批量删除
|
|
56538
|
-
* @author liufan
|
|
56539
|
-
* @date 2025年12月31日
|
|
56535
|
+
/**
|
|
56536
|
+
* handleBatchDelete
|
|
56537
|
+
* @desc:批量删除
|
|
56538
|
+
* @author liufan
|
|
56539
|
+
* @date 2025年12月31日
|
|
56540
56540
|
**/
|
|
56541
56541
|
handleBatchDelete: function handleBatchDelete() {
|
|
56542
56542
|
var _this6 = this;
|
|
@@ -56833,12 +56833,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56833
56833
|
}
|
|
56834
56834
|
},
|
|
56835
56835
|
|
|
56836
|
-
/**
|
|
56837
|
-
* handleFormSubmit
|
|
56838
|
-
* @desc:删除节点点击事件
|
|
56839
|
-
* @param {Object} formData 点击删除的form数据
|
|
56840
|
-
* @author liufan
|
|
56841
|
-
* @date 2022年11月29日
|
|
56836
|
+
/**
|
|
56837
|
+
* handleFormSubmit
|
|
56838
|
+
* @desc:删除节点点击事件
|
|
56839
|
+
* @param {Object} formData 点击删除的form数据
|
|
56840
|
+
* @author liufan
|
|
56841
|
+
* @date 2022年11月29日
|
|
56842
56842
|
**/
|
|
56843
56843
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
56844
56844
|
var _this12 = this;
|
|
@@ -56874,12 +56874,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56874
56874
|
});
|
|
56875
56875
|
},
|
|
56876
56876
|
|
|
56877
|
-
/**
|
|
56878
|
-
* del
|
|
56879
|
-
* @desc:展示删除弹窗
|
|
56880
|
-
* @param {String} id 当前点击数据id
|
|
56881
|
-
* @author liufan
|
|
56882
|
-
* @date 2022年11月29日
|
|
56877
|
+
/**
|
|
56878
|
+
* del
|
|
56879
|
+
* @desc:展示删除弹窗
|
|
56880
|
+
* @param {String} id 当前点击数据id
|
|
56881
|
+
* @author liufan
|
|
56882
|
+
* @date 2022年11月29日
|
|
56883
56883
|
**/
|
|
56884
56884
|
del: function del(id, type) {
|
|
56885
56885
|
this.modalType = type;
|
|
@@ -56887,12 +56887,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56887
56887
|
this.showDel = true;
|
|
56888
56888
|
},
|
|
56889
56889
|
|
|
56890
|
-
/**
|
|
56891
|
-
* handleCurrentChange
|
|
56892
|
-
* @desc:监听页码变化
|
|
56893
|
-
* @param {String} val 当前页
|
|
56894
|
-
* @author liufan
|
|
56895
|
-
* @date 2022年11月29日
|
|
56890
|
+
/**
|
|
56891
|
+
* handleCurrentChange
|
|
56892
|
+
* @desc:监听页码变化
|
|
56893
|
+
* @param {String} val 当前页
|
|
56894
|
+
* @author liufan
|
|
56895
|
+
* @date 2022年11月29日
|
|
56896
56896
|
**/
|
|
56897
56897
|
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
56898
56898
|
this.currentPage = val;
|
|
@@ -56901,12 +56901,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56901
56901
|
}
|
|
56902
56902
|
},
|
|
56903
56903
|
|
|
56904
|
-
/**
|
|
56905
|
-
* handleSizeChange
|
|
56906
|
-
* @desc:监听每页数据显示数量变化
|
|
56907
|
-
* @param {String} val 每页展示数量
|
|
56908
|
-
* @author liufan
|
|
56909
|
-
* @date 2022年11月29日
|
|
56904
|
+
/**
|
|
56905
|
+
* handleSizeChange
|
|
56906
|
+
* @desc:监听每页数据显示数量变化
|
|
56907
|
+
* @param {String} val 每页展示数量
|
|
56908
|
+
* @author liufan
|
|
56909
|
+
* @date 2022年11月29日
|
|
56910
56910
|
**/
|
|
56911
56911
|
handleSizeChange: function handleSizeChange(val) {
|
|
56912
56912
|
this.pageSize = val;
|
|
@@ -56915,12 +56915,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56915
56915
|
}
|
|
56916
56916
|
},
|
|
56917
56917
|
|
|
56918
|
-
/**
|
|
56919
|
-
* sortChange
|
|
56920
|
-
* @desc:监听排序变化
|
|
56921
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
56922
|
-
* @author liufan
|
|
56923
|
-
* @date 2022年11月29日
|
|
56918
|
+
/**
|
|
56919
|
+
* sortChange
|
|
56920
|
+
* @desc:监听排序变化
|
|
56921
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
56922
|
+
* @author liufan
|
|
56923
|
+
* @date 2022年11月29日
|
|
56924
56924
|
**/
|
|
56925
56925
|
sortChange: function sortChange(info, type) {
|
|
56926
56926
|
var prop = info.prop;
|
|
@@ -56936,11 +56936,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56936
56936
|
}
|
|
56937
56937
|
},
|
|
56938
56938
|
|
|
56939
|
-
/**
|
|
56940
|
-
* getDeletList
|
|
56941
|
-
* @desc:删除列表数据
|
|
56942
|
-
* @author liufan
|
|
56943
|
-
* @date 2025年12月30日
|
|
56939
|
+
/**
|
|
56940
|
+
* getDeletList
|
|
56941
|
+
* @desc:删除列表数据
|
|
56942
|
+
* @author liufan
|
|
56943
|
+
* @date 2025年12月30日
|
|
56944
56944
|
**/
|
|
56945
56945
|
getDeletList: function getDeletList() {
|
|
56946
56946
|
var _this13 = this;
|
|
@@ -56969,11 +56969,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56969
56969
|
});
|
|
56970
56970
|
},
|
|
56971
56971
|
|
|
56972
|
-
/**
|
|
56973
|
-
* getResetList
|
|
56974
|
-
* @desc:重设列表数据
|
|
56975
|
-
* @author liufan
|
|
56976
|
-
* @date 2025年12月30日
|
|
56972
|
+
/**
|
|
56973
|
+
* getResetList
|
|
56974
|
+
* @desc:重设列表数据
|
|
56975
|
+
* @author liufan
|
|
56976
|
+
* @date 2025年12月30日
|
|
56977
56977
|
**/
|
|
56978
56978
|
getResetList: function getResetList() {
|
|
56979
56979
|
var _this14 = this;
|
|
@@ -57003,11 +57003,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57003
57003
|
});
|
|
57004
57004
|
},
|
|
57005
57005
|
|
|
57006
|
-
/**
|
|
57007
|
-
* getPressList
|
|
57008
|
-
* @desc:催办列表数据
|
|
57009
|
-
* @author liufan
|
|
57010
|
-
* @date 2022年11月29日
|
|
57006
|
+
/**
|
|
57007
|
+
* getPressList
|
|
57008
|
+
* @desc:催办列表数据
|
|
57009
|
+
* @author liufan
|
|
57010
|
+
* @date 2022年11月29日
|
|
57011
57011
|
**/
|
|
57012
57012
|
getPressList: function getPressList() {
|
|
57013
57013
|
var _this15 = this;
|
|
@@ -57037,12 +57037,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57037
57037
|
});
|
|
57038
57038
|
},
|
|
57039
57039
|
|
|
57040
|
-
/**
|
|
57041
|
-
* goPress
|
|
57042
|
-
* @desc:催办列表查看
|
|
57043
|
-
* @param {String} id 催办列表id
|
|
57044
|
-
* @author liufan
|
|
57045
|
-
* @date 2022年11月29日
|
|
57040
|
+
/**
|
|
57041
|
+
* goPress
|
|
57042
|
+
* @desc:催办列表查看
|
|
57043
|
+
* @param {String} id 催办列表id
|
|
57044
|
+
* @author liufan
|
|
57045
|
+
* @date 2022年11月29日
|
|
57046
57046
|
**/
|
|
57047
57047
|
goPress: function goPress(id) {
|
|
57048
57048
|
this.historyId = id;
|
|
@@ -57050,23 +57050,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57050
57050
|
this.getPressList();
|
|
57051
57051
|
},
|
|
57052
57052
|
|
|
57053
|
-
/**
|
|
57054
|
-
* showFile
|
|
57055
|
-
* @desc:附件查看
|
|
57056
|
-
* @param {String} ownId 附件id
|
|
57057
|
-
* @author liufan
|
|
57058
|
-
* @date 2022年11月29日
|
|
57053
|
+
/**
|
|
57054
|
+
* showFile
|
|
57055
|
+
* @desc:附件查看
|
|
57056
|
+
* @param {String} ownId 附件id
|
|
57057
|
+
* @author liufan
|
|
57058
|
+
* @date 2022年11月29日
|
|
57059
57059
|
**/
|
|
57060
57060
|
showFile: function showFile(ownId) {
|
|
57061
57061
|
this.wfpendingid = ownId;
|
|
57062
57062
|
this.showFileList = true;
|
|
57063
57063
|
},
|
|
57064
57064
|
|
|
57065
|
-
/**
|
|
57066
|
-
* handleChange
|
|
57067
|
-
* @desc:切换排序方式
|
|
57068
|
-
* @author liufan
|
|
57069
|
-
* @date 2022年11月22日
|
|
57065
|
+
/**
|
|
57066
|
+
* handleChange
|
|
57067
|
+
* @desc:切换排序方式
|
|
57068
|
+
* @author liufan
|
|
57069
|
+
* @date 2022年11月22日
|
|
57070
57070
|
**/
|
|
57071
57071
|
handleChange: function handleChange(key, value) {
|
|
57072
57072
|
if (value) {
|
|
@@ -57116,11 +57116,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57116
57116
|
}))();
|
|
57117
57117
|
},
|
|
57118
57118
|
|
|
57119
|
-
/**
|
|
57120
|
-
* getFlowList
|
|
57121
|
-
* @desc:获取流程列表
|
|
57122
|
-
* @author liufan
|
|
57123
|
-
* @date 2022年11月22日
|
|
57119
|
+
/**
|
|
57120
|
+
* getFlowList
|
|
57121
|
+
* @desc:获取流程列表
|
|
57122
|
+
* @author liufan
|
|
57123
|
+
* @date 2022年11月22日
|
|
57124
57124
|
**/
|
|
57125
57125
|
getFlowList: function getFlowList(type) {
|
|
57126
57126
|
var _this17 = this;
|
|
@@ -57200,12 +57200,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57200
57200
|
});
|
|
57201
57201
|
},
|
|
57202
57202
|
|
|
57203
|
-
/**
|
|
57204
|
-
* handleClick
|
|
57205
|
-
* @desc:表单点击事件
|
|
57206
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
57207
|
-
* @author liufan
|
|
57208
|
-
* @date 2022年11月10日
|
|
57203
|
+
/**
|
|
57204
|
+
* handleClick
|
|
57205
|
+
* @desc:表单点击事件
|
|
57206
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
57207
|
+
* @author liufan
|
|
57208
|
+
* @date 2022年11月10日
|
|
57209
57209
|
**/
|
|
57210
57210
|
handleClick: function handleClick(val) {
|
|
57211
57211
|
var _this18 = this;
|
|
@@ -57251,13 +57251,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57251
57251
|
}
|
|
57252
57252
|
},
|
|
57253
57253
|
|
|
57254
|
-
/**
|
|
57255
|
-
* getCodeValue
|
|
57256
|
-
* @desc:获取代码表过滤后的值
|
|
57257
|
-
* @param {String} value 展示数据的代码值
|
|
57258
|
-
* @param {String} type 代码表类型
|
|
57259
|
-
* @author liufan
|
|
57260
|
-
* @date 2022年11月10日
|
|
57254
|
+
/**
|
|
57255
|
+
* getCodeValue
|
|
57256
|
+
* @desc:获取代码表过滤后的值
|
|
57257
|
+
* @param {String} value 展示数据的代码值
|
|
57258
|
+
* @param {String} type 代码表类型
|
|
57259
|
+
* @author liufan
|
|
57260
|
+
* @date 2022年11月10日
|
|
57261
57261
|
**/
|
|
57262
57262
|
getCodeValue: function getCodeValue(value, type) {
|
|
57263
57263
|
var val = this[type].filter(function (item) {
|
|
@@ -57266,12 +57266,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57266
57266
|
return val[0].shortName;
|
|
57267
57267
|
},
|
|
57268
57268
|
|
|
57269
|
-
/**
|
|
57270
|
-
* getSysInfo
|
|
57271
|
-
* @desc:获取代码表
|
|
57272
|
-
* @param {String} code 编码code值
|
|
57273
|
-
* @author liufan
|
|
57274
|
-
* @date 2022年11月10日
|
|
57269
|
+
/**
|
|
57270
|
+
* getSysInfo
|
|
57271
|
+
* @desc:获取代码表
|
|
57272
|
+
* @param {String} code 编码code值
|
|
57273
|
+
* @author liufan
|
|
57274
|
+
* @date 2022年11月10日
|
|
57275
57275
|
**/
|
|
57276
57276
|
getSysInfo: function getSysInfo(code) {
|
|
57277
57277
|
var _this19 = this;
|
|
@@ -57293,11 +57293,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
57293
57293
|
}).catch(function (e) {});
|
|
57294
57294
|
},
|
|
57295
57295
|
|
|
57296
|
-
/**
|
|
57297
|
-
* getListInfo
|
|
57298
|
-
* @desc:获取预设列表数据
|
|
57299
|
-
* @author liufan
|
|
57300
|
-
* @date 2022年11月10日
|
|
57296
|
+
/**
|
|
57297
|
+
* getListInfo
|
|
57298
|
+
* @desc:获取预设列表数据
|
|
57299
|
+
* @author liufan
|
|
57300
|
+
* @date 2022年11月10日
|
|
57301
57301
|
**/
|
|
57302
57302
|
getListInfo: function getListInfo() {
|
|
57303
57303
|
var _this20 = this;
|
|
@@ -59908,8 +59908,8 @@ layout_src_main.install = function (Vue) {
|
|
|
59908
59908
|
};
|
|
59909
59909
|
|
|
59910
59910
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
59911
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=
|
|
59912
|
-
var
|
|
59911
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=63709142&
|
|
59912
|
+
var mainvue_type_template_id_63709142_render = function () {
|
|
59913
59913
|
var _vm = this
|
|
59914
59914
|
var _h = _vm.$createElement
|
|
59915
59915
|
var _c = _vm._self._c || _h
|
|
@@ -61158,7 +61158,9 @@ var mainvue_type_template_id_0256ead2_render = function () {
|
|
|
61158
61158
|
{ staticClass: "es-launch-text es-launch-system-name" },
|
|
61159
61159
|
[
|
|
61160
61160
|
_vm._v(
|
|
61161
|
-
"\n 欢迎进入" +
|
|
61161
|
+
"\n 欢迎进入" +
|
|
61162
|
+
_vm._s(_vm.welcome || _vm.sysName) +
|
|
61163
|
+
"\n "
|
|
61162
61164
|
),
|
|
61163
61165
|
]
|
|
61164
61166
|
),
|
|
@@ -61183,7 +61185,7 @@ var mainvue_type_template_id_0256ead2_render = function () {
|
|
|
61183
61185
|
)
|
|
61184
61186
|
: _vm._e()
|
|
61185
61187
|
}
|
|
61186
|
-
var
|
|
61188
|
+
var mainvue_type_template_id_63709142_staticRenderFns = [
|
|
61187
61189
|
function () {
|
|
61188
61190
|
var _vm = this
|
|
61189
61191
|
var _h = _vm.$createElement
|
|
@@ -61198,10 +61200,10 @@ var mainvue_type_template_id_0256ead2_staticRenderFns = [
|
|
|
61198
61200
|
])
|
|
61199
61201
|
},
|
|
61200
61202
|
]
|
|
61201
|
-
|
|
61203
|
+
mainvue_type_template_id_63709142_render._withStripped = true
|
|
61202
61204
|
|
|
61203
61205
|
|
|
61204
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
61206
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=63709142&
|
|
61205
61207
|
|
|
61206
61208
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
61207
61209
|
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
@@ -62784,7 +62786,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
62784
62786
|
switchActive: this.switchsActive,
|
|
62785
62787
|
loginDownloadApp: this.loginDownloadApps,
|
|
62786
62788
|
installPath: this.caInstallPath,
|
|
62787
|
-
storageType: this.storage
|
|
62789
|
+
storageType: this.storage,
|
|
62790
|
+
welcome: ''
|
|
62788
62791
|
};
|
|
62789
62792
|
},
|
|
62790
62793
|
beforeCreate: function beforeCreate() {
|
|
@@ -63125,6 +63128,10 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
63125
63128
|
}
|
|
63126
63129
|
res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
|
|
63127
63130
|
if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
|
|
63131
|
+
this.welcome = res.subsystemExtend.welcome || '';
|
|
63132
|
+
if (res.subsystemExtend.appName) {
|
|
63133
|
+
this.app = res.subsystemExtend.appName;
|
|
63134
|
+
}
|
|
63128
63135
|
if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
|
|
63129
63136
|
this.copyright = JSON.parse(res.subsystemExtend.copyright);
|
|
63130
63137
|
}
|
|
@@ -63811,8 +63818,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
63811
63818
|
|
|
63812
63819
|
var login_src_main_component = normalizeComponent(
|
|
63813
63820
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
63814
|
-
|
|
63815
|
-
|
|
63821
|
+
mainvue_type_template_id_63709142_render,
|
|
63822
|
+
mainvue_type_template_id_63709142_staticRenderFns,
|
|
63816
63823
|
false,
|
|
63817
63824
|
null,
|
|
63818
63825
|
null,
|
|
@@ -66811,10 +66818,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
66811
66818
|
this.$emit('click', res);
|
|
66812
66819
|
},
|
|
66813
66820
|
|
|
66814
|
-
/**
|
|
66815
|
-
* @desc:获取气泡提醒
|
|
66816
|
-
* @author huangbo
|
|
66817
|
-
* @date 2024年9月7日
|
|
66821
|
+
/**
|
|
66822
|
+
* @desc:获取气泡提醒
|
|
66823
|
+
* @author huangbo
|
|
66824
|
+
* @date 2024年9月7日
|
|
66818
66825
|
**/
|
|
66819
66826
|
getBadge: function getBadge(res) {
|
|
66820
66827
|
var num = res.tips || 0;
|
|
@@ -104142,7 +104149,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
104142
104149
|
}
|
|
104143
104150
|
|
|
104144
104151
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
104145
|
-
version: '0.8.
|
|
104152
|
+
version: '0.8.28',
|
|
104146
104153
|
install: install,
|
|
104147
104154
|
Button: packages_button,
|
|
104148
104155
|
ButtonGroup: button_group,
|