eoss-ui 0.7.95 → 0.7.96
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/cascader.js +1 -1
- package/lib/data-table-form.js +8 -8
- package/lib/data-table.js +8 -7
- package/lib/eoss-ui.common.js +282 -281
- package/lib/flow-list.js +96 -96
- package/lib/flow.js +162 -162
- package/lib/index.js +1 -1
- package/lib/main.js +5 -5
- package/lib/select.js +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/package.json +1 -1
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/src/main.vue +412 -412
- package/packages/cascader/src/main.vue +1 -1
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/src/column.vue +1 -0
- package/packages/data-table-form/src/tbody.vue +1 -1
- package/packages/flow/src/component/Circulate.vue +417 -417
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +244 -244
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/component/taskUnionExamine.vue +761 -761
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2855 -2855
- package/packages/flow/src/processForm.vue +1680 -1680
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +946 -946
- package/packages/flow/src/startTaskRead.vue +695 -695
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/src/main.vue +2337 -2337
- package/packages/form/src/main.vue +3901 -3901
- 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/menu/src/main.vue +595 -595
- package/packages/nav/src/main.vue +351 -351
- package/packages/select/src/main.vue +1 -1
- 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/gulpfile.js +25 -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/flow.scss +373 -373
- package/packages/theme-chalk/src/form.scss +501 -501
- 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/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/wujie/src/main.vue +146 -146
- package/src/config/api.js +348 -348
- package/src/index.js +163 -163
- package/src/utils/rules.js +18 -18
- 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 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.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/enable-drag.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/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 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.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
|
@@ -253,7 +253,7 @@ module.exports = require("lodash");
|
|
|
253
253
|
|
|
254
254
|
exports = module.exports = __webpack_require__(24)(false);
|
|
255
255
|
// Module
|
|
256
|
-
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\
|
|
256
|
+
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", ""]);
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
|
|
@@ -8852,7 +8852,7 @@ var cascader_src_mainvue_type_script_lang_js_extends = Object.assign || function
|
|
|
8852
8852
|
}
|
|
8853
8853
|
}
|
|
8854
8854
|
}
|
|
8855
|
-
return label;
|
|
8855
|
+
return label || val;
|
|
8856
8856
|
}
|
|
8857
8857
|
},
|
|
8858
8858
|
render: function render(h) {
|
|
@@ -10263,8 +10263,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
|
|
|
10263
10263
|
|
|
10264
10264
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
10265
10265
|
|
|
10266
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
10267
|
-
var
|
|
10266
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=3d053397&
|
|
10267
|
+
var columnvue_type_template_id_3d053397_render = function () {
|
|
10268
10268
|
var _vm = this
|
|
10269
10269
|
var _h = _vm.$createElement
|
|
10270
10270
|
var _c = _vm._self._c || _h
|
|
@@ -11074,11 +11074,11 @@ var columnvue_type_template_id_6d109077_render = function () {
|
|
|
11074
11074
|
2
|
|
11075
11075
|
)
|
|
11076
11076
|
}
|
|
11077
|
-
var
|
|
11078
|
-
|
|
11077
|
+
var columnvue_type_template_id_3d053397_staticRenderFns = []
|
|
11078
|
+
columnvue_type_template_id_3d053397_render._withStripped = true
|
|
11079
11079
|
|
|
11080
11080
|
|
|
11081
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
11081
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=3d053397&
|
|
11082
11082
|
|
|
11083
11083
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
|
|
11084
11084
|
|
|
@@ -11920,6 +11920,7 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
|
|
|
11920
11920
|
} else if (item.children && item.children.length) {
|
|
11921
11921
|
return this.getLabel(item.children, val);
|
|
11922
11922
|
}
|
|
11923
|
+
return val;
|
|
11923
11924
|
}
|
|
11924
11925
|
},
|
|
11925
11926
|
isReadOnly: function isReadOnly(scope) {
|
|
@@ -12022,8 +12023,8 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
|
|
|
12022
12023
|
|
|
12023
12024
|
var column_component = normalizeComponent(
|
|
12024
12025
|
src_columnvue_type_script_lang_js_,
|
|
12025
|
-
|
|
12026
|
-
|
|
12026
|
+
columnvue_type_template_id_3d053397_render,
|
|
12027
|
+
columnvue_type_template_id_3d053397_staticRenderFns,
|
|
12027
12028
|
false,
|
|
12028
12029
|
null,
|
|
12029
12030
|
null,
|
|
@@ -14514,8 +14515,8 @@ var thead_component = normalizeComponent(
|
|
|
14514
14515
|
)
|
|
14515
14516
|
|
|
14516
14517
|
/* harmony default export */ var src_thead = (thead_component.exports);
|
|
14517
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=template&id=
|
|
14518
|
-
var
|
|
14518
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/tbody.vue?vue&type=template&id=73c95f10&
|
|
14519
|
+
var tbodyvue_type_template_id_73c95f10_render = function () {
|
|
14519
14520
|
var _vm = this
|
|
14520
14521
|
var _h = _vm.$createElement
|
|
14521
14522
|
var _c = _vm._self._c || _h
|
|
@@ -14915,11 +14916,11 @@ var tbodyvue_type_template_id_810ed4be_render = function () {
|
|
|
14915
14916
|
0
|
|
14916
14917
|
)
|
|
14917
14918
|
}
|
|
14918
|
-
var
|
|
14919
|
-
|
|
14919
|
+
var tbodyvue_type_template_id_73c95f10_staticRenderFns = []
|
|
14920
|
+
tbodyvue_type_template_id_73c95f10_render._withStripped = true
|
|
14920
14921
|
|
|
14921
14922
|
|
|
14922
|
-
// CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=
|
|
14923
|
+
// CONCATENATED MODULE: ./packages/data-table-form/src/tbody.vue?vue&type=template&id=73c95f10&
|
|
14923
14924
|
|
|
14924
14925
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table-form/src/radio.vue?vue&type=template&id=3c835729&
|
|
14925
14926
|
var radiovue_type_template_id_3c835729_render = function () {
|
|
@@ -15502,7 +15503,7 @@ var _components;
|
|
|
15502
15503
|
return item[col.labelKey] || item.name || item.label || item.showname;
|
|
15503
15504
|
}
|
|
15504
15505
|
}
|
|
15505
|
-
return
|
|
15506
|
+
return value;
|
|
15506
15507
|
},
|
|
15507
15508
|
showLabel: function showLabel(res, labelKey) {
|
|
15508
15509
|
return typeof res === 'string' ? res : res[labelKey] || res.name || res.label || res.showname;
|
|
@@ -15530,8 +15531,8 @@ var _components;
|
|
|
15530
15531
|
|
|
15531
15532
|
var tbody_component = normalizeComponent(
|
|
15532
15533
|
src_tbodyvue_type_script_lang_js_,
|
|
15533
|
-
|
|
15534
|
-
|
|
15534
|
+
tbodyvue_type_template_id_73c95f10_render,
|
|
15535
|
+
tbodyvue_type_template_id_73c95f10_staticRenderFns,
|
|
15535
15536
|
false,
|
|
15536
15537
|
null,
|
|
15537
15538
|
null,
|
|
@@ -32218,21 +32219,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32218
32219
|
return validSate;
|
|
32219
32220
|
},
|
|
32220
32221
|
|
|
32221
|
-
/**
|
|
32222
|
-
* changeOpinion
|
|
32223
|
-
* @desc:监听意见变化
|
|
32224
|
-
* @author liufan
|
|
32225
|
-
* @date 2022年10月28日
|
|
32222
|
+
/**
|
|
32223
|
+
* changeOpinion
|
|
32224
|
+
* @desc:监听意见变化
|
|
32225
|
+
* @author liufan
|
|
32226
|
+
* @date 2022年10月28日
|
|
32226
32227
|
**/
|
|
32227
32228
|
changeOpinion: function changeOpinion() {
|
|
32228
32229
|
this.$emit('change', this.form.value);
|
|
32229
32230
|
},
|
|
32230
32231
|
|
|
32231
|
-
/**
|
|
32232
|
-
* getCommonOpion
|
|
32233
|
-
* @desc:获取意见
|
|
32234
|
-
* @author liufan
|
|
32235
|
-
* @date 2022年5月25日
|
|
32232
|
+
/**
|
|
32233
|
+
* getCommonOpion
|
|
32234
|
+
* @desc:获取意见
|
|
32235
|
+
* @author liufan
|
|
32236
|
+
* @date 2022年5月25日
|
|
32236
32237
|
**/
|
|
32237
32238
|
getCommonOpion: function getCommonOpion() {
|
|
32238
32239
|
var _this = this;
|
|
@@ -32261,24 +32262,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32261
32262
|
});
|
|
32262
32263
|
},
|
|
32263
32264
|
|
|
32264
|
-
/**
|
|
32265
|
-
* upDate
|
|
32266
|
-
* @desc:修改常用语
|
|
32267
|
-
* @author liufan
|
|
32268
|
-
* @param {Object} val 修改值
|
|
32269
|
-
* @date 2022年5月25日
|
|
32265
|
+
/**
|
|
32266
|
+
* upDate
|
|
32267
|
+
* @desc:修改常用语
|
|
32268
|
+
* @author liufan
|
|
32269
|
+
* @param {Object} val 修改值
|
|
32270
|
+
* @date 2022年5月25日
|
|
32270
32271
|
**/
|
|
32271
32272
|
upDate: function upDate(val) {
|
|
32272
32273
|
this.FormData.id = val.id;
|
|
32273
32274
|
this.addVisible = true;
|
|
32274
32275
|
},
|
|
32275
32276
|
|
|
32276
|
-
/**
|
|
32277
|
-
* selectChange
|
|
32278
|
-
* @desc:常用语选择
|
|
32279
|
-
* @author liufan
|
|
32280
|
-
* @param {String} val 选中值
|
|
32281
|
-
* @date 2022年5月25日
|
|
32277
|
+
/**
|
|
32278
|
+
* selectChange
|
|
32279
|
+
* @desc:常用语选择
|
|
32280
|
+
* @author liufan
|
|
32281
|
+
* @param {String} val 选中值
|
|
32282
|
+
* @date 2022年5月25日
|
|
32282
32283
|
**/
|
|
32283
32284
|
selectChange: function selectChange(val) {
|
|
32284
32285
|
var _this2 = this;
|
|
@@ -32297,12 +32298,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32297
32298
|
});
|
|
32298
32299
|
},
|
|
32299
32300
|
|
|
32300
|
-
/**
|
|
32301
|
-
* del
|
|
32302
|
-
* @desc:删除常用语
|
|
32303
|
-
* @author liufan
|
|
32304
|
-
* @param {Object} val 删除的数据
|
|
32305
|
-
* @date 2022年5月25日
|
|
32301
|
+
/**
|
|
32302
|
+
* del
|
|
32303
|
+
* @desc:删除常用语
|
|
32304
|
+
* @author liufan
|
|
32305
|
+
* @param {Object} val 删除的数据
|
|
32306
|
+
* @date 2022年5月25日
|
|
32306
32307
|
**/
|
|
32307
32308
|
del: function del(val) {
|
|
32308
32309
|
var _this3 = this;
|
|
@@ -32344,12 +32345,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32344
32345
|
}).catch(function (e) {});
|
|
32345
32346
|
},
|
|
32346
32347
|
|
|
32347
|
-
/**
|
|
32348
|
-
* submit
|
|
32349
|
-
* @desc:新增/编辑意见保存
|
|
32350
|
-
* @author liufan
|
|
32351
|
-
* @param {Object} val 保存数据
|
|
32352
|
-
* @date 2022年5月25日
|
|
32348
|
+
/**
|
|
32349
|
+
* submit
|
|
32350
|
+
* @desc:新增/编辑意见保存
|
|
32351
|
+
* @author liufan
|
|
32352
|
+
* @param {Object} val 保存数据
|
|
32353
|
+
* @date 2022年5月25日
|
|
32353
32354
|
**/
|
|
32354
32355
|
submit: function submit(val) {
|
|
32355
32356
|
var _this4 = this;
|
|
@@ -36165,11 +36166,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
36165
36166
|
});
|
|
36166
36167
|
},
|
|
36167
36168
|
|
|
36168
|
-
/**
|
|
36169
|
-
* isMultiple
|
|
36170
|
-
* @desc:是否多选
|
|
36171
|
-
* @author liufan
|
|
36172
|
-
* @date 2022年9月13日
|
|
36169
|
+
/**
|
|
36170
|
+
* isMultiple
|
|
36171
|
+
* @desc:是否多选
|
|
36172
|
+
* @author liufan
|
|
36173
|
+
* @date 2022年9月13日
|
|
36173
36174
|
**/
|
|
36174
36175
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
36175
36176
|
var multiple = false;
|
|
@@ -40382,11 +40383,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
40382
40383
|
});
|
|
40383
40384
|
},
|
|
40384
40385
|
|
|
40385
|
-
/**
|
|
40386
|
-
* isMultiple
|
|
40387
|
-
* @desc:是否多选
|
|
40388
|
-
* @author liufan
|
|
40389
|
-
* @date 2022年9月13日
|
|
40386
|
+
/**
|
|
40387
|
+
* isMultiple
|
|
40388
|
+
* @desc:是否多选
|
|
40389
|
+
* @author liufan
|
|
40390
|
+
* @date 2022年9月13日
|
|
40390
40391
|
**/
|
|
40391
40392
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
40392
40393
|
var multiple = false;
|
|
@@ -44975,11 +44976,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44975
44976
|
});
|
|
44976
44977
|
},
|
|
44977
44978
|
|
|
44978
|
-
/**
|
|
44979
|
-
* saveInfo
|
|
44980
|
-
* @desc:暂存
|
|
44981
|
-
* @author liufan
|
|
44982
|
-
* @date 2022年9月9日
|
|
44979
|
+
/**
|
|
44980
|
+
* saveInfo
|
|
44981
|
+
* @desc:暂存
|
|
44982
|
+
* @author liufan
|
|
44983
|
+
* @date 2022年9月9日
|
|
44983
44984
|
**/
|
|
44984
44985
|
saveInfo: function saveInfo(type, btn) {
|
|
44985
44986
|
var _this6 = this;
|
|
@@ -45041,11 +45042,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45041
45042
|
});
|
|
45042
45043
|
},
|
|
45043
45044
|
|
|
45044
|
-
/**
|
|
45045
|
-
* rejectBtn
|
|
45046
|
-
* @desc:点击驳回
|
|
45047
|
-
* @author liufan
|
|
45048
|
-
* @date 2022年5月25日
|
|
45045
|
+
/**
|
|
45046
|
+
* rejectBtn
|
|
45047
|
+
* @desc:点击驳回
|
|
45048
|
+
* @author liufan
|
|
45049
|
+
* @date 2022年5月25日
|
|
45049
45050
|
**/
|
|
45050
45051
|
rejectBtn: function rejectBtn() {
|
|
45051
45052
|
var _this8 = this;
|
|
@@ -45063,11 +45064,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45063
45064
|
}
|
|
45064
45065
|
},
|
|
45065
45066
|
|
|
45066
|
-
/**
|
|
45067
|
-
* taskReadBtn
|
|
45068
|
-
* @desc:点击分阅
|
|
45069
|
-
* @author liufan
|
|
45070
|
-
* @date 2022年5月25日
|
|
45067
|
+
/**
|
|
45068
|
+
* taskReadBtn
|
|
45069
|
+
* @desc:点击分阅
|
|
45070
|
+
* @author liufan
|
|
45071
|
+
* @date 2022年5月25日
|
|
45071
45072
|
**/
|
|
45072
45073
|
taskReadBtn: function taskReadBtn() {
|
|
45073
45074
|
var _this9 = this;
|
|
@@ -45086,11 +45087,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45086
45087
|
}
|
|
45087
45088
|
},
|
|
45088
45089
|
|
|
45089
|
-
/**
|
|
45090
|
-
* getFind
|
|
45091
|
-
* @desc:获取通知方式
|
|
45092
|
-
* @author liufan
|
|
45093
|
-
* @date 2022年5月25日
|
|
45090
|
+
/**
|
|
45091
|
+
* getFind
|
|
45092
|
+
* @desc:获取通知方式
|
|
45093
|
+
* @author liufan
|
|
45094
|
+
* @date 2022年5月25日
|
|
45094
45095
|
**/
|
|
45095
45096
|
getFind: function getFind() {
|
|
45096
45097
|
var _this10 = this;
|
|
@@ -45145,12 +45146,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45145
45146
|
});
|
|
45146
45147
|
},
|
|
45147
45148
|
|
|
45148
|
-
/**
|
|
45149
|
-
* endFlows
|
|
45150
|
-
* @desc:直接办结
|
|
45151
|
-
* @author liufan
|
|
45152
|
-
* @param {Object} res 直接办结数据
|
|
45153
|
-
* @date 2022年5月25日
|
|
45149
|
+
/**
|
|
45150
|
+
* endFlows
|
|
45151
|
+
* @desc:直接办结
|
|
45152
|
+
* @author liufan
|
|
45153
|
+
* @param {Object} res 直接办结数据
|
|
45154
|
+
* @date 2022年5月25日
|
|
45154
45155
|
**/
|
|
45155
45156
|
endFlows: function endFlows(res) {
|
|
45156
45157
|
var _this12 = this;
|
|
@@ -45204,12 +45205,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45204
45205
|
}).catch(function (e) {});
|
|
45205
45206
|
},
|
|
45206
45207
|
|
|
45207
|
-
/**
|
|
45208
|
-
* goView
|
|
45209
|
-
* @desc:更多流程按钮操作
|
|
45210
|
-
* @author liufan
|
|
45211
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
45212
|
-
* @date 2022年5月25日
|
|
45208
|
+
/**
|
|
45209
|
+
* goView
|
|
45210
|
+
* @desc:更多流程按钮操作
|
|
45211
|
+
* @author liufan
|
|
45212
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
45213
|
+
* @date 2022年5月25日
|
|
45213
45214
|
**/
|
|
45214
45215
|
goView: function goView(res) {
|
|
45215
45216
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -45294,11 +45295,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45294
45295
|
// isCanStartSubFlow
|
|
45295
45296
|
},
|
|
45296
45297
|
|
|
45297
|
-
/**
|
|
45298
|
-
* toTakeAdvice
|
|
45299
|
-
* @desc:征求意见
|
|
45300
|
-
* @author liufan
|
|
45301
|
-
* @date 2022年9月29日
|
|
45298
|
+
/**
|
|
45299
|
+
* toTakeAdvice
|
|
45300
|
+
* @desc:征求意见
|
|
45301
|
+
* @author liufan
|
|
45302
|
+
* @date 2022年9月29日
|
|
45302
45303
|
**/
|
|
45303
45304
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
45304
45305
|
var _this14 = this;
|
|
@@ -45342,11 +45343,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45342
45343
|
});
|
|
45343
45344
|
},
|
|
45344
45345
|
|
|
45345
|
-
/**
|
|
45346
|
-
* toStartDraf
|
|
45347
|
-
* @desc: 稿件递送、联合审核、复核
|
|
45348
|
-
* @author liufan
|
|
45349
|
-
* @date 2022年9月29日
|
|
45346
|
+
/**
|
|
45347
|
+
* toStartDraf
|
|
45348
|
+
* @desc: 稿件递送、联合审核、复核
|
|
45349
|
+
* @author liufan
|
|
45350
|
+
* @date 2022年9月29日
|
|
45350
45351
|
**/
|
|
45351
45352
|
toStartDraf: function toStartDraf(res) {
|
|
45352
45353
|
var _this16 = this;
|
|
@@ -45360,11 +45361,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45360
45361
|
}
|
|
45361
45362
|
},
|
|
45362
45363
|
|
|
45363
|
-
/**
|
|
45364
|
-
* toSendMsg
|
|
45365
|
-
* @desc:核稿通知
|
|
45366
|
-
* @author liufan
|
|
45367
|
-
* @date 2022年9月29日
|
|
45364
|
+
/**
|
|
45365
|
+
* toSendMsg
|
|
45366
|
+
* @desc:核稿通知
|
|
45367
|
+
* @author liufan
|
|
45368
|
+
* @date 2022年9月29日
|
|
45368
45369
|
**/
|
|
45369
45370
|
toSendMsg: function toSendMsg(res) {
|
|
45370
45371
|
var _this17 = this;
|
|
@@ -45378,11 +45379,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45378
45379
|
}
|
|
45379
45380
|
},
|
|
45380
45381
|
|
|
45381
|
-
/**
|
|
45382
|
-
* toTaskReadAndEnd
|
|
45383
|
-
* @desc:分阅并办结
|
|
45384
|
-
* @author liufan
|
|
45385
|
-
* @date 2022年9月29日
|
|
45382
|
+
/**
|
|
45383
|
+
* toTaskReadAndEnd
|
|
45384
|
+
* @desc:分阅并办结
|
|
45385
|
+
* @author liufan
|
|
45386
|
+
* @date 2022年9月29日
|
|
45386
45387
|
**/
|
|
45387
45388
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
45388
45389
|
var _this18 = this;
|
|
@@ -45400,11 +45401,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45400
45401
|
}
|
|
45401
45402
|
},
|
|
45402
45403
|
|
|
45403
|
-
/**
|
|
45404
|
-
* rejectAndEnd
|
|
45405
|
-
* @desc:驳回并办结
|
|
45406
|
-
* @author liufan
|
|
45407
|
-
* @date 2022年9月29日
|
|
45404
|
+
/**
|
|
45405
|
+
* rejectAndEnd
|
|
45406
|
+
* @desc:驳回并办结
|
|
45407
|
+
* @author liufan
|
|
45408
|
+
* @date 2022年9月29日
|
|
45408
45409
|
**/
|
|
45409
45410
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
45410
45411
|
var _this19 = this;
|
|
@@ -45459,11 +45460,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45459
45460
|
});
|
|
45460
45461
|
},
|
|
45461
45462
|
|
|
45462
|
-
/**
|
|
45463
|
-
* toTransfer
|
|
45464
|
-
* @desc:转办
|
|
45465
|
-
* @author liufan
|
|
45466
|
-
* @date 2022年9月29日
|
|
45463
|
+
/**
|
|
45464
|
+
* toTransfer
|
|
45465
|
+
* @desc:转办
|
|
45466
|
+
* @author liufan
|
|
45467
|
+
* @date 2022年9月29日
|
|
45467
45468
|
**/
|
|
45468
45469
|
toTransfer: function toTransfer(res) {
|
|
45469
45470
|
var _this21 = this;
|
|
@@ -45479,11 +45480,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45479
45480
|
}
|
|
45480
45481
|
},
|
|
45481
45482
|
|
|
45482
|
-
/**
|
|
45483
|
-
* getNodeInfo
|
|
45484
|
-
* @desc:获取节点信息
|
|
45485
|
-
* @author liufan
|
|
45486
|
-
* @date 2022年5月25日
|
|
45483
|
+
/**
|
|
45484
|
+
* getNodeInfo
|
|
45485
|
+
* @desc:获取节点信息
|
|
45486
|
+
* @author liufan
|
|
45487
|
+
* @date 2022年5月25日
|
|
45487
45488
|
**/
|
|
45488
45489
|
getNodeInfo: function getNodeInfo() {
|
|
45489
45490
|
var _this22 = this;
|
|
@@ -45582,12 +45583,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45582
45583
|
});
|
|
45583
45584
|
},
|
|
45584
45585
|
|
|
45585
|
-
/**
|
|
45586
|
-
* selecNext
|
|
45587
|
-
* @desc:下步节点变化时更新数据
|
|
45588
|
-
* @author liufan
|
|
45589
|
-
* @param {String} val 当前选中值
|
|
45590
|
-
* @date 2022年5月25日
|
|
45586
|
+
/**
|
|
45587
|
+
* selecNext
|
|
45588
|
+
* @desc:下步节点变化时更新数据
|
|
45589
|
+
* @author liufan
|
|
45590
|
+
* @param {String} val 当前选中值
|
|
45591
|
+
* @date 2022年5月25日
|
|
45591
45592
|
**/
|
|
45592
45593
|
selecNext: function selecNext(val, type, isDef) {
|
|
45593
45594
|
var _this23 = this;
|
|
@@ -45696,11 +45697,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45696
45697
|
if (isDef !== true) this.getNodeInfo();
|
|
45697
45698
|
},
|
|
45698
45699
|
|
|
45699
|
-
/**
|
|
45700
|
-
* isMultiple
|
|
45701
|
-
* @desc:是否多选
|
|
45702
|
-
* @author liufan
|
|
45703
|
-
* @date 2022年9月13日
|
|
45700
|
+
/**
|
|
45701
|
+
* isMultiple
|
|
45702
|
+
* @desc:是否多选
|
|
45703
|
+
* @author liufan
|
|
45704
|
+
* @date 2022年9月13日
|
|
45704
45705
|
**/
|
|
45705
45706
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
45706
45707
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -45732,11 +45733,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45732
45733
|
}
|
|
45733
45734
|
},
|
|
45734
45735
|
|
|
45735
|
-
/**
|
|
45736
|
-
* getHedInfo
|
|
45737
|
-
* @desc:获取审核页面数据
|
|
45738
|
-
* @author liufan
|
|
45739
|
-
* @date 2022年5月25日
|
|
45736
|
+
/**
|
|
45737
|
+
* getHedInfo
|
|
45738
|
+
* @desc:获取审核页面数据
|
|
45739
|
+
* @author liufan
|
|
45740
|
+
* @date 2022年5月25日
|
|
45740
45741
|
**/
|
|
45741
45742
|
getHedInfo: function getHedInfo() {
|
|
45742
45743
|
var _this24 = this;
|
|
@@ -45972,13 +45973,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45972
45973
|
});
|
|
45973
45974
|
},
|
|
45974
45975
|
|
|
45975
|
-
/**
|
|
45976
|
-
* closeProcess
|
|
45977
|
-
* @desc:关闭弹窗
|
|
45978
|
-
* @author liufan
|
|
45979
|
-
* @param {boolean} val 当前是否办理流程
|
|
45980
|
-
* @param {String} type 当前点击的弹窗类型
|
|
45981
|
-
* @date 2022年5月25日
|
|
45976
|
+
/**
|
|
45977
|
+
* closeProcess
|
|
45978
|
+
* @desc:关闭弹窗
|
|
45979
|
+
* @author liufan
|
|
45980
|
+
* @param {boolean} val 当前是否办理流程
|
|
45981
|
+
* @param {String} type 当前点击的弹窗类型
|
|
45982
|
+
* @date 2022年5月25日
|
|
45982
45983
|
**/
|
|
45983
45984
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
45984
45985
|
if (closeParent) {
|
|
@@ -45995,23 +45996,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45995
45996
|
}
|
|
45996
45997
|
},
|
|
45997
45998
|
|
|
45998
|
-
/**
|
|
45999
|
-
* selectChange
|
|
46000
|
-
* @desc:常用语选择
|
|
46001
|
-
* @author liufan
|
|
46002
|
-
* @param {String} val 选中值
|
|
46003
|
-
* @date 2022年5月25日
|
|
45999
|
+
/**
|
|
46000
|
+
* selectChange
|
|
46001
|
+
* @desc:常用语选择
|
|
46002
|
+
* @author liufan
|
|
46003
|
+
* @param {String} val 选中值
|
|
46004
|
+
* @date 2022年5月25日
|
|
46004
46005
|
**/
|
|
46005
46006
|
selectChange: function selectChange(val) {
|
|
46006
46007
|
this.value = val;
|
|
46007
46008
|
},
|
|
46008
46009
|
|
|
46009
|
-
/**
|
|
46010
|
-
* upDate
|
|
46011
|
-
* @desc:修改常用语
|
|
46012
|
-
* @author liufan
|
|
46013
|
-
* @param {Object} val 修改值
|
|
46014
|
-
* @date 2022年5月25日
|
|
46010
|
+
/**
|
|
46011
|
+
* upDate
|
|
46012
|
+
* @desc:修改常用语
|
|
46013
|
+
* @author liufan
|
|
46014
|
+
* @param {Object} val 修改值
|
|
46015
|
+
* @date 2022年5月25日
|
|
46015
46016
|
**/
|
|
46016
46017
|
upDate: function upDate(val) {
|
|
46017
46018
|
this.FormData.id = val.id;
|
|
@@ -46019,11 +46020,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46019
46020
|
},
|
|
46020
46021
|
|
|
46021
46022
|
|
|
46022
|
-
/**
|
|
46023
|
-
* getProcess
|
|
46024
|
-
* @desc:获取选择流程
|
|
46025
|
-
* @author liufan
|
|
46026
|
-
* @date 2022年5月25日
|
|
46023
|
+
/**
|
|
46024
|
+
* getProcess
|
|
46025
|
+
* @desc:获取选择流程
|
|
46026
|
+
* @author liufan
|
|
46027
|
+
* @date 2022年5月25日
|
|
46027
46028
|
**/
|
|
46028
46029
|
getProcess: function getProcess() {
|
|
46029
46030
|
var _this25 = this;
|
|
@@ -46077,11 +46078,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46077
46078
|
});
|
|
46078
46079
|
},
|
|
46079
46080
|
|
|
46080
|
-
/**
|
|
46081
|
-
* getPendedhistoryList
|
|
46082
|
-
* @desc:获取流程列表
|
|
46083
|
-
* @author liufan
|
|
46084
|
-
* @date 2022年5月25日
|
|
46081
|
+
/**
|
|
46082
|
+
* getPendedhistoryList
|
|
46083
|
+
* @desc:获取流程列表
|
|
46084
|
+
* @author liufan
|
|
46085
|
+
* @date 2022年5月25日
|
|
46085
46086
|
**/
|
|
46086
46087
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
46087
46088
|
var _this26 = this;
|
|
@@ -46113,12 +46114,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46113
46114
|
},
|
|
46114
46115
|
|
|
46115
46116
|
// 提交流程
|
|
46116
|
-
/**
|
|
46117
|
-
* subProcess
|
|
46118
|
-
* @desc:提交流程
|
|
46119
|
-
* @author liufan
|
|
46120
|
-
* @param {String} formName 当前form表单ref值
|
|
46121
|
-
* @date 2022年5月25日
|
|
46117
|
+
/**
|
|
46118
|
+
* subProcess
|
|
46119
|
+
* @desc:提交流程
|
|
46120
|
+
* @author liufan
|
|
46121
|
+
* @param {String} formName 当前form表单ref值
|
|
46122
|
+
* @date 2022年5月25日
|
|
46122
46123
|
**/
|
|
46123
46124
|
subProcess: function subProcess(val) {
|
|
46124
46125
|
var _this27 = this;
|
|
@@ -55655,11 +55656,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55655
55656
|
|
|
55656
55657
|
|
|
55657
55658
|
methods: {
|
|
55658
|
-
/**
|
|
55659
|
-
* handleBatchDelete
|
|
55660
|
-
* @desc:批量删除
|
|
55661
|
-
* @author liufan
|
|
55662
|
-
* @date 2025年12月31日
|
|
55659
|
+
/**
|
|
55660
|
+
* handleBatchDelete
|
|
55661
|
+
* @desc:批量删除
|
|
55662
|
+
* @author liufan
|
|
55663
|
+
* @date 2025年12月31日
|
|
55663
55664
|
**/
|
|
55664
55665
|
handleBatchDelete: function handleBatchDelete() {
|
|
55665
55666
|
var _this6 = this;
|
|
@@ -55956,12 +55957,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55956
55957
|
}
|
|
55957
55958
|
},
|
|
55958
55959
|
|
|
55959
|
-
/**
|
|
55960
|
-
* handleFormSubmit
|
|
55961
|
-
* @desc:删除节点点击事件
|
|
55962
|
-
* @param {Object} formData 点击删除的form数据
|
|
55963
|
-
* @author liufan
|
|
55964
|
-
* @date 2022年11月29日
|
|
55960
|
+
/**
|
|
55961
|
+
* handleFormSubmit
|
|
55962
|
+
* @desc:删除节点点击事件
|
|
55963
|
+
* @param {Object} formData 点击删除的form数据
|
|
55964
|
+
* @author liufan
|
|
55965
|
+
* @date 2022年11月29日
|
|
55965
55966
|
**/
|
|
55966
55967
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
55967
55968
|
var _this12 = this;
|
|
@@ -55997,12 +55998,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55997
55998
|
});
|
|
55998
55999
|
},
|
|
55999
56000
|
|
|
56000
|
-
/**
|
|
56001
|
-
* del
|
|
56002
|
-
* @desc:展示删除弹窗
|
|
56003
|
-
* @param {String} id 当前点击数据id
|
|
56004
|
-
* @author liufan
|
|
56005
|
-
* @date 2022年11月29日
|
|
56001
|
+
/**
|
|
56002
|
+
* del
|
|
56003
|
+
* @desc:展示删除弹窗
|
|
56004
|
+
* @param {String} id 当前点击数据id
|
|
56005
|
+
* @author liufan
|
|
56006
|
+
* @date 2022年11月29日
|
|
56006
56007
|
**/
|
|
56007
56008
|
del: function del(id, type) {
|
|
56008
56009
|
this.modalType = type;
|
|
@@ -56010,12 +56011,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56010
56011
|
this.showDel = true;
|
|
56011
56012
|
},
|
|
56012
56013
|
|
|
56013
|
-
/**
|
|
56014
|
-
* handleCurrentChange
|
|
56015
|
-
* @desc:监听页码变化
|
|
56016
|
-
* @param {String} val 当前页
|
|
56017
|
-
* @author liufan
|
|
56018
|
-
* @date 2022年11月29日
|
|
56014
|
+
/**
|
|
56015
|
+
* handleCurrentChange
|
|
56016
|
+
* @desc:监听页码变化
|
|
56017
|
+
* @param {String} val 当前页
|
|
56018
|
+
* @author liufan
|
|
56019
|
+
* @date 2022年11月29日
|
|
56019
56020
|
**/
|
|
56020
56021
|
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
56021
56022
|
this.currentPage = val;
|
|
@@ -56024,12 +56025,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56024
56025
|
}
|
|
56025
56026
|
},
|
|
56026
56027
|
|
|
56027
|
-
/**
|
|
56028
|
-
* handleSizeChange
|
|
56029
|
-
* @desc:监听每页数据显示数量变化
|
|
56030
|
-
* @param {String} val 每页展示数量
|
|
56031
|
-
* @author liufan
|
|
56032
|
-
* @date 2022年11月29日
|
|
56028
|
+
/**
|
|
56029
|
+
* handleSizeChange
|
|
56030
|
+
* @desc:监听每页数据显示数量变化
|
|
56031
|
+
* @param {String} val 每页展示数量
|
|
56032
|
+
* @author liufan
|
|
56033
|
+
* @date 2022年11月29日
|
|
56033
56034
|
**/
|
|
56034
56035
|
handleSizeChange: function handleSizeChange(val) {
|
|
56035
56036
|
this.pageSize = val;
|
|
@@ -56038,12 +56039,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56038
56039
|
}
|
|
56039
56040
|
},
|
|
56040
56041
|
|
|
56041
|
-
/**
|
|
56042
|
-
* sortChange
|
|
56043
|
-
* @desc:监听排序变化
|
|
56044
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
56045
|
-
* @author liufan
|
|
56046
|
-
* @date 2022年11月29日
|
|
56042
|
+
/**
|
|
56043
|
+
* sortChange
|
|
56044
|
+
* @desc:监听排序变化
|
|
56045
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
56046
|
+
* @author liufan
|
|
56047
|
+
* @date 2022年11月29日
|
|
56047
56048
|
**/
|
|
56048
56049
|
sortChange: function sortChange(info, type) {
|
|
56049
56050
|
var prop = info.prop;
|
|
@@ -56059,11 +56060,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56059
56060
|
}
|
|
56060
56061
|
},
|
|
56061
56062
|
|
|
56062
|
-
/**
|
|
56063
|
-
* getDeletList
|
|
56064
|
-
* @desc:删除列表数据
|
|
56065
|
-
* @author liufan
|
|
56066
|
-
* @date 2025年12月30日
|
|
56063
|
+
/**
|
|
56064
|
+
* getDeletList
|
|
56065
|
+
* @desc:删除列表数据
|
|
56066
|
+
* @author liufan
|
|
56067
|
+
* @date 2025年12月30日
|
|
56067
56068
|
**/
|
|
56068
56069
|
getDeletList: function getDeletList() {
|
|
56069
56070
|
var _this13 = this;
|
|
@@ -56092,11 +56093,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56092
56093
|
});
|
|
56093
56094
|
},
|
|
56094
56095
|
|
|
56095
|
-
/**
|
|
56096
|
-
* getResetList
|
|
56097
|
-
* @desc:重设列表数据
|
|
56098
|
-
* @author liufan
|
|
56099
|
-
* @date 2025年12月30日
|
|
56096
|
+
/**
|
|
56097
|
+
* getResetList
|
|
56098
|
+
* @desc:重设列表数据
|
|
56099
|
+
* @author liufan
|
|
56100
|
+
* @date 2025年12月30日
|
|
56100
56101
|
**/
|
|
56101
56102
|
getResetList: function getResetList() {
|
|
56102
56103
|
var _this14 = this;
|
|
@@ -56126,11 +56127,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56126
56127
|
});
|
|
56127
56128
|
},
|
|
56128
56129
|
|
|
56129
|
-
/**
|
|
56130
|
-
* getPressList
|
|
56131
|
-
* @desc:催办列表数据
|
|
56132
|
-
* @author liufan
|
|
56133
|
-
* @date 2022年11月29日
|
|
56130
|
+
/**
|
|
56131
|
+
* getPressList
|
|
56132
|
+
* @desc:催办列表数据
|
|
56133
|
+
* @author liufan
|
|
56134
|
+
* @date 2022年11月29日
|
|
56134
56135
|
**/
|
|
56135
56136
|
getPressList: function getPressList() {
|
|
56136
56137
|
var _this15 = this;
|
|
@@ -56160,12 +56161,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56160
56161
|
});
|
|
56161
56162
|
},
|
|
56162
56163
|
|
|
56163
|
-
/**
|
|
56164
|
-
* goPress
|
|
56165
|
-
* @desc:催办列表查看
|
|
56166
|
-
* @param {String} id 催办列表id
|
|
56167
|
-
* @author liufan
|
|
56168
|
-
* @date 2022年11月29日
|
|
56164
|
+
/**
|
|
56165
|
+
* goPress
|
|
56166
|
+
* @desc:催办列表查看
|
|
56167
|
+
* @param {String} id 催办列表id
|
|
56168
|
+
* @author liufan
|
|
56169
|
+
* @date 2022年11月29日
|
|
56169
56170
|
**/
|
|
56170
56171
|
goPress: function goPress(id) {
|
|
56171
56172
|
this.historyId = id;
|
|
@@ -56173,23 +56174,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56173
56174
|
this.getPressList();
|
|
56174
56175
|
},
|
|
56175
56176
|
|
|
56176
|
-
/**
|
|
56177
|
-
* showFile
|
|
56178
|
-
* @desc:附件查看
|
|
56179
|
-
* @param {String} ownId 附件id
|
|
56180
|
-
* @author liufan
|
|
56181
|
-
* @date 2022年11月29日
|
|
56177
|
+
/**
|
|
56178
|
+
* showFile
|
|
56179
|
+
* @desc:附件查看
|
|
56180
|
+
* @param {String} ownId 附件id
|
|
56181
|
+
* @author liufan
|
|
56182
|
+
* @date 2022年11月29日
|
|
56182
56183
|
**/
|
|
56183
56184
|
showFile: function showFile(ownId) {
|
|
56184
56185
|
this.wfpendingid = ownId;
|
|
56185
56186
|
this.showFileList = true;
|
|
56186
56187
|
},
|
|
56187
56188
|
|
|
56188
|
-
/**
|
|
56189
|
-
* handleChange
|
|
56190
|
-
* @desc:切换排序方式
|
|
56191
|
-
* @author liufan
|
|
56192
|
-
* @date 2022年11月22日
|
|
56189
|
+
/**
|
|
56190
|
+
* handleChange
|
|
56191
|
+
* @desc:切换排序方式
|
|
56192
|
+
* @author liufan
|
|
56193
|
+
* @date 2022年11月22日
|
|
56193
56194
|
**/
|
|
56194
56195
|
handleChange: function handleChange(key, value) {
|
|
56195
56196
|
if (value) {
|
|
@@ -56239,11 +56240,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56239
56240
|
}))();
|
|
56240
56241
|
},
|
|
56241
56242
|
|
|
56242
|
-
/**
|
|
56243
|
-
* getFlowList
|
|
56244
|
-
* @desc:获取流程列表
|
|
56245
|
-
* @author liufan
|
|
56246
|
-
* @date 2022年11月22日
|
|
56243
|
+
/**
|
|
56244
|
+
* getFlowList
|
|
56245
|
+
* @desc:获取流程列表
|
|
56246
|
+
* @author liufan
|
|
56247
|
+
* @date 2022年11月22日
|
|
56247
56248
|
**/
|
|
56248
56249
|
getFlowList: function getFlowList(type) {
|
|
56249
56250
|
var _this17 = this;
|
|
@@ -56323,12 +56324,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56323
56324
|
});
|
|
56324
56325
|
},
|
|
56325
56326
|
|
|
56326
|
-
/**
|
|
56327
|
-
* handleClick
|
|
56328
|
-
* @desc:表单点击事件
|
|
56329
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
56330
|
-
* @author liufan
|
|
56331
|
-
* @date 2022年11月10日
|
|
56327
|
+
/**
|
|
56328
|
+
* handleClick
|
|
56329
|
+
* @desc:表单点击事件
|
|
56330
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
56331
|
+
* @author liufan
|
|
56332
|
+
* @date 2022年11月10日
|
|
56332
56333
|
**/
|
|
56333
56334
|
handleClick: function handleClick(val) {
|
|
56334
56335
|
var _this18 = this;
|
|
@@ -56374,13 +56375,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56374
56375
|
}
|
|
56375
56376
|
},
|
|
56376
56377
|
|
|
56377
|
-
/**
|
|
56378
|
-
* getCodeValue
|
|
56379
|
-
* @desc:获取代码表过滤后的值
|
|
56380
|
-
* @param {String} value 展示数据的代码值
|
|
56381
|
-
* @param {String} type 代码表类型
|
|
56382
|
-
* @author liufan
|
|
56383
|
-
* @date 2022年11月10日
|
|
56378
|
+
/**
|
|
56379
|
+
* getCodeValue
|
|
56380
|
+
* @desc:获取代码表过滤后的值
|
|
56381
|
+
* @param {String} value 展示数据的代码值
|
|
56382
|
+
* @param {String} type 代码表类型
|
|
56383
|
+
* @author liufan
|
|
56384
|
+
* @date 2022年11月10日
|
|
56384
56385
|
**/
|
|
56385
56386
|
getCodeValue: function getCodeValue(value, type) {
|
|
56386
56387
|
var val = this[type].filter(function (item) {
|
|
@@ -56389,12 +56390,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56389
56390
|
return val[0].shortName;
|
|
56390
56391
|
},
|
|
56391
56392
|
|
|
56392
|
-
/**
|
|
56393
|
-
* getSysInfo
|
|
56394
|
-
* @desc:获取代码表
|
|
56395
|
-
* @param {String} code 编码code值
|
|
56396
|
-
* @author liufan
|
|
56397
|
-
* @date 2022年11月10日
|
|
56393
|
+
/**
|
|
56394
|
+
* getSysInfo
|
|
56395
|
+
* @desc:获取代码表
|
|
56396
|
+
* @param {String} code 编码code值
|
|
56397
|
+
* @author liufan
|
|
56398
|
+
* @date 2022年11月10日
|
|
56398
56399
|
**/
|
|
56399
56400
|
getSysInfo: function getSysInfo(code) {
|
|
56400
56401
|
var _this19 = this;
|
|
@@ -56416,11 +56417,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56416
56417
|
}).catch(function (e) {});
|
|
56417
56418
|
},
|
|
56418
56419
|
|
|
56419
|
-
/**
|
|
56420
|
-
* getListInfo
|
|
56421
|
-
* @desc:获取预设列表数据
|
|
56422
|
-
* @author liufan
|
|
56423
|
-
* @date 2022年11月10日
|
|
56420
|
+
/**
|
|
56421
|
+
* getListInfo
|
|
56422
|
+
* @desc:获取预设列表数据
|
|
56423
|
+
* @author liufan
|
|
56424
|
+
* @date 2022年11月10日
|
|
56424
56425
|
**/
|
|
56425
56426
|
getListInfo: function getListInfo() {
|
|
56426
56427
|
var _this20 = this;
|
|
@@ -65934,10 +65935,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
65934
65935
|
this.$emit('click', res);
|
|
65935
65936
|
},
|
|
65936
65937
|
|
|
65937
|
-
/**
|
|
65938
|
-
* @desc:获取气泡提醒
|
|
65939
|
-
* @author huangbo
|
|
65940
|
-
* @date 2024年9月7日
|
|
65938
|
+
/**
|
|
65939
|
+
* @desc:获取气泡提醒
|
|
65940
|
+
* @author huangbo
|
|
65941
|
+
* @date 2024年9月7日
|
|
65941
65942
|
**/
|
|
65942
65943
|
getBadge: function getBadge(res) {
|
|
65943
65944
|
var num = res.tips || 0;
|
|
@@ -85912,7 +85913,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
|
|
|
85912
85913
|
}
|
|
85913
85914
|
}
|
|
85914
85915
|
}
|
|
85915
|
-
return
|
|
85916
|
+
return value;
|
|
85916
85917
|
},
|
|
85917
85918
|
reload: function reload() {
|
|
85918
85919
|
this.getData.apply(this, arguments);
|
|
@@ -102581,7 +102582,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
102581
102582
|
}
|
|
102582
102583
|
|
|
102583
102584
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
102584
|
-
version: '0.7.
|
|
102585
|
+
version: '0.7.96',
|
|
102585
102586
|
install: install,
|
|
102586
102587
|
Button: packages_button,
|
|
102587
102588
|
ButtonGroup: button_group,
|