eoss-ui 0.8.28 → 0.8.29
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 +144 -144
- package/lib/flow-list.js +96 -96
- package/lib/flow.js +37 -37
- package/lib/index.js +1 -1
- 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 +3 -3
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- 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/main.vue +1 -1
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/src/main.vue +2337 -2337
- package/packages/form/src/table.vue +1512 -1512
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/src/resetPassword.vue +557 -557
- 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/nav/src/main.vue +351 -351
- package/packages/selector/src/main.vue +761 -761
- 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/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/wujie/src/main.vue +146 -146
- package/src/index.js +163 -163
- package/src/utils/rules.js +18 -18
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- 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-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
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 {\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", ""]);
|
|
262
|
+
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
|
|
@@ -28885,8 +28885,8 @@ form_src_main.install = function (Vue) {
|
|
|
28885
28885
|
};
|
|
28886
28886
|
|
|
28887
28887
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
28888
|
-
// 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=
|
|
28889
|
-
var
|
|
28888
|
+
// 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=23dcc7d8&
|
|
28889
|
+
var mainvue_type_template_id_23dcc7d8_render = function () {
|
|
28890
28890
|
var _vm = this
|
|
28891
28891
|
var _h = _vm.$createElement
|
|
28892
28892
|
var _c = _vm._self._c || _h
|
|
@@ -31965,11 +31965,11 @@ var mainvue_type_template_id_accd59de_render = function () {
|
|
|
31965
31965
|
)
|
|
31966
31966
|
: _vm._e()
|
|
31967
31967
|
}
|
|
31968
|
-
var
|
|
31969
|
-
|
|
31968
|
+
var mainvue_type_template_id_23dcc7d8_staticRenderFns = []
|
|
31969
|
+
mainvue_type_template_id_23dcc7d8_render._withStripped = true
|
|
31970
31970
|
|
|
31971
31971
|
|
|
31972
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
31972
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=23dcc7d8&
|
|
31973
31973
|
|
|
31974
31974
|
// 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=7b4f1542&
|
|
31975
31975
|
var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
|
|
@@ -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;
|
|
@@ -50109,7 +50109,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50109
50109
|
customPresetHintMessage: '', //流程预设标题
|
|
50110
50110
|
flowType: '',
|
|
50111
50111
|
flowDisabled: false,
|
|
50112
|
-
activeNames: '',
|
|
50112
|
+
activeNames: '1',
|
|
50113
50113
|
isEndUserTask: true,
|
|
50114
50114
|
enableCustomLimitTimeSetting: false, //是否开启限时办理
|
|
50115
50115
|
isForceDisplayDefaultOptionForPrefix: false,
|
|
@@ -52698,8 +52698,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
52698
52698
|
|
|
52699
52699
|
var flow_src_main_component = normalizeComponent(
|
|
52700
52700
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
52701
|
-
|
|
52702
|
-
|
|
52701
|
+
mainvue_type_template_id_23dcc7d8_render,
|
|
52702
|
+
mainvue_type_template_id_23dcc7d8_staticRenderFns,
|
|
52703
52703
|
false,
|
|
52704
52704
|
null,
|
|
52705
52705
|
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;
|
|
@@ -66818,10 +66818,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
66818
66818
|
this.$emit('click', res);
|
|
66819
66819
|
},
|
|
66820
66820
|
|
|
66821
|
-
/**
|
|
66822
|
-
* @desc:获取气泡提醒
|
|
66823
|
-
* @author huangbo
|
|
66824
|
-
* @date 2024年9月7日
|
|
66821
|
+
/**
|
|
66822
|
+
* @desc:获取气泡提醒
|
|
66823
|
+
* @author huangbo
|
|
66824
|
+
* @date 2024年9月7日
|
|
66825
66825
|
**/
|
|
66826
66826
|
getBadge: function getBadge(res) {
|
|
66827
66827
|
var num = res.tips || 0;
|
|
@@ -104149,7 +104149,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
104149
104149
|
}
|
|
104150
104150
|
|
|
104151
104151
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
104152
|
-
version: '0.8.
|
|
104152
|
+
version: '0.8.29',
|
|
104153
104153
|
install: install,
|
|
104154
104154
|
Button: packages_button,
|
|
104155
104155
|
ButtonGroup: button_group,
|