eoss-ui 0.8.42 → 0.8.44
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 +195 -161
- package/lib/flow.js +164 -142
- package/lib/index.js +1 -1
- package/lib/main.js +5 -5
- package/lib/upload.js +18 -6
- package/package.json +2 -2
- 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/CustomPreset.vue +326 -326
- 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/flow.vue +4 -4
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2902 -2902
- package/packages/flow/src/main.vue +6 -5
- package/packages/flow/src/processForm.vue +2032 -2032
- package/packages/flow/src/processReject.vue +323 -323
- package/packages/flow/src/table.vue +58 -58
- 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-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/src/data-table.scss +297 -297
- 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/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/src/main.vue +13 -1
- package/packages/wujie/src/main.vue +146 -146
- package/src/index.js +166 -166
- 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
|
@@ -265,7 +265,7 @@ module.exports = require("lodash");
|
|
|
265
265
|
|
|
266
266
|
exports = module.exports = __webpack_require__(26)(false);
|
|
267
267
|
// Module
|
|
268
|
-
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", ""]);
|
|
268
|
+
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", ""]);
|
|
269
269
|
|
|
270
270
|
|
|
271
271
|
|
|
@@ -29337,8 +29337,8 @@ form_src_main.install = function (Vue) {
|
|
|
29337
29337
|
};
|
|
29338
29338
|
|
|
29339
29339
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
29340
|
-
// 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=
|
|
29341
|
-
var
|
|
29340
|
+
// 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=c50bb6f0&
|
|
29341
|
+
var mainvue_type_template_id_c50bb6f0_render = function () {
|
|
29342
29342
|
var _vm = this
|
|
29343
29343
|
var _h = _vm.$createElement
|
|
29344
29344
|
var _c = _vm._self._c || _h
|
|
@@ -31631,7 +31631,9 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
31631
31631
|
[
|
|
31632
31632
|
_vm._l(
|
|
31633
31633
|
_vm.hideBtn || _vm.isHideTemporarySave
|
|
31634
|
-
? _vm.btnList.
|
|
31634
|
+
? _vm.btnList.filter(function (item) {
|
|
31635
|
+
return item.event !== "save"
|
|
31636
|
+
})
|
|
31635
31637
|
: _vm.btnList,
|
|
31636
31638
|
function (item) {
|
|
31637
31639
|
return _c(
|
|
@@ -31667,7 +31669,7 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
31667
31669
|
? _vm.saveButtonName
|
|
31668
31670
|
: item.text
|
|
31669
31671
|
) +
|
|
31670
|
-
"\n "
|
|
31672
|
+
"222\n "
|
|
31671
31673
|
),
|
|
31672
31674
|
]
|
|
31673
31675
|
)
|
|
@@ -31784,7 +31786,13 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
31784
31786
|
},
|
|
31785
31787
|
[
|
|
31786
31788
|
_vm._l(
|
|
31787
|
-
_vm.btnList.
|
|
31789
|
+
_vm.btnList.filter(
|
|
31790
|
+
function (item) {
|
|
31791
|
+
return (
|
|
31792
|
+
item.event !== "save"
|
|
31793
|
+
)
|
|
31794
|
+
}
|
|
31795
|
+
),
|
|
31788
31796
|
function (item) {
|
|
31789
31797
|
return _c(
|
|
31790
31798
|
"el-button",
|
|
@@ -32274,6 +32282,7 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
32274
32282
|
opinion: _vm.value,
|
|
32275
32283
|
businessName: _vm.businessName,
|
|
32276
32284
|
type: _vm.taskReadType,
|
|
32285
|
+
resetAppId: _vm.resetAppId,
|
|
32277
32286
|
showTooltip: _vm.showTooltip,
|
|
32278
32287
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
32279
32288
|
hideMessage: _vm.hideMessage,
|
|
@@ -32505,11 +32514,11 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
32505
32514
|
)
|
|
32506
32515
|
: _vm._e()
|
|
32507
32516
|
}
|
|
32508
|
-
var
|
|
32509
|
-
|
|
32517
|
+
var mainvue_type_template_id_c50bb6f0_staticRenderFns = []
|
|
32518
|
+
mainvue_type_template_id_c50bb6f0_render._withStripped = true
|
|
32510
32519
|
|
|
32511
32520
|
|
|
32512
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32521
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=c50bb6f0&
|
|
32513
32522
|
|
|
32514
32523
|
// 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=8458f882&
|
|
32515
32524
|
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
@@ -33560,8 +33569,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33560
33569
|
)
|
|
33561
33570
|
|
|
33562
33571
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
33563
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=
|
|
33564
|
-
var
|
|
33572
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=4d52cf26&
|
|
33573
|
+
var flowvue_type_template_id_4d52cf26_render = function () {
|
|
33565
33574
|
var _vm = this
|
|
33566
33575
|
var _h = _vm.$createElement
|
|
33567
33576
|
var _c = _vm._self._c || _h
|
|
@@ -35790,7 +35799,17 @@ var flowvue_type_template_id_7261bf44_render = function () {
|
|
|
35790
35799
|
: _vm._e(),
|
|
35791
35800
|
_c(
|
|
35792
35801
|
"div",
|
|
35793
|
-
{
|
|
35802
|
+
{
|
|
35803
|
+
directives: [
|
|
35804
|
+
{
|
|
35805
|
+
name: "show",
|
|
35806
|
+
rawName: "v-show",
|
|
35807
|
+
value: _vm.btnType != "default",
|
|
35808
|
+
expression: "btnType != 'default'",
|
|
35809
|
+
},
|
|
35810
|
+
],
|
|
35811
|
+
staticClass: "es-info",
|
|
35812
|
+
},
|
|
35794
35813
|
[
|
|
35795
35814
|
_vm.btnType === "reject"
|
|
35796
35815
|
? _c("ProcessReject", {
|
|
@@ -35938,7 +35957,9 @@ var flowvue_type_template_id_7261bf44_render = function () {
|
|
|
35938
35957
|
[
|
|
35939
35958
|
_vm._l(
|
|
35940
35959
|
_vm.hideBtn || _vm.isHideTemporarySave
|
|
35941
|
-
? _vm.btnList.
|
|
35960
|
+
? _vm.btnList.filter(function (item) {
|
|
35961
|
+
return item.event !== "save"
|
|
35962
|
+
})
|
|
35942
35963
|
: _vm.btnList,
|
|
35943
35964
|
function (item) {
|
|
35944
35965
|
return _c(
|
|
@@ -36505,11 +36526,11 @@ var flowvue_type_template_id_7261bf44_render = function () {
|
|
|
36505
36526
|
)
|
|
36506
36527
|
: _vm._e()
|
|
36507
36528
|
}
|
|
36508
|
-
var
|
|
36509
|
-
|
|
36529
|
+
var flowvue_type_template_id_4d52cf26_staticRenderFns = []
|
|
36530
|
+
flowvue_type_template_id_4d52cf26_render._withStripped = true
|
|
36510
36531
|
|
|
36511
36532
|
|
|
36512
|
-
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=
|
|
36533
|
+
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=4d52cf26&
|
|
36513
36534
|
|
|
36514
36535
|
// 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/Opinions.vue?vue&type=template&id=5f07a050&
|
|
36515
36536
|
var Opinionsvue_type_template_id_5f07a050_render = function () {
|
|
@@ -40535,11 +40556,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40535
40556
|
},
|
|
40536
40557
|
|
|
40537
40558
|
methods: {
|
|
40538
|
-
/**
|
|
40539
|
-
* getProcess
|
|
40540
|
-
* @desc:获取选择流程
|
|
40541
|
-
* @author liufan
|
|
40542
|
-
* @date 2022年5月25日
|
|
40559
|
+
/**
|
|
40560
|
+
* getProcess
|
|
40561
|
+
* @desc:获取选择流程
|
|
40562
|
+
* @author liufan
|
|
40563
|
+
* @date 2022年5月25日
|
|
40543
40564
|
**/
|
|
40544
40565
|
getProcess: function getProcess(val) {
|
|
40545
40566
|
var _this2 = this;
|
|
@@ -41362,11 +41383,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41362
41383
|
});
|
|
41363
41384
|
},
|
|
41364
41385
|
|
|
41365
|
-
/**
|
|
41366
|
-
* isMultiple
|
|
41367
|
-
* @desc:是否多选
|
|
41368
|
-
* @author liufan
|
|
41369
|
-
* @date 2022年9月13日
|
|
41386
|
+
/**
|
|
41387
|
+
* isMultiple
|
|
41388
|
+
* @desc:是否多选
|
|
41389
|
+
* @author liufan
|
|
41390
|
+
* @date 2022年9月13日
|
|
41370
41391
|
**/
|
|
41371
41392
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
41372
41393
|
var multiple = false;
|
|
@@ -50386,11 +50407,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50386
50407
|
});
|
|
50387
50408
|
},
|
|
50388
50409
|
|
|
50389
|
-
/**
|
|
50390
|
-
* saveInfo
|
|
50391
|
-
* @desc:暂存
|
|
50392
|
-
* @author liufan
|
|
50393
|
-
* @date 2022年9月9日
|
|
50410
|
+
/**
|
|
50411
|
+
* saveInfo
|
|
50412
|
+
* @desc:暂存
|
|
50413
|
+
* @author liufan
|
|
50414
|
+
* @date 2022年9月9日
|
|
50394
50415
|
**/
|
|
50395
50416
|
saveInfo: function saveInfo(type, btn) {
|
|
50396
50417
|
var _this6 = this;
|
|
@@ -50452,11 +50473,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50452
50473
|
});
|
|
50453
50474
|
},
|
|
50454
50475
|
|
|
50455
|
-
/**
|
|
50456
|
-
* rejectBtn
|
|
50457
|
-
* @desc:点击驳回
|
|
50458
|
-
* @author liufan
|
|
50459
|
-
* @date 2022年5月25日
|
|
50476
|
+
/**
|
|
50477
|
+
* rejectBtn
|
|
50478
|
+
* @desc:点击驳回
|
|
50479
|
+
* @author liufan
|
|
50480
|
+
* @date 2022年5月25日
|
|
50460
50481
|
**/
|
|
50461
50482
|
rejectBtn: function rejectBtn() {
|
|
50462
50483
|
var _this8 = this;
|
|
@@ -50474,11 +50495,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50474
50495
|
}
|
|
50475
50496
|
},
|
|
50476
50497
|
|
|
50477
|
-
/**
|
|
50478
|
-
* taskReadBtn
|
|
50479
|
-
* @desc:点击分阅
|
|
50480
|
-
* @author liufan
|
|
50481
|
-
* @date 2022年5月25日
|
|
50498
|
+
/**
|
|
50499
|
+
* taskReadBtn
|
|
50500
|
+
* @desc:点击分阅
|
|
50501
|
+
* @author liufan
|
|
50502
|
+
* @date 2022年5月25日
|
|
50482
50503
|
**/
|
|
50483
50504
|
taskReadBtn: function taskReadBtn() {
|
|
50484
50505
|
var _this9 = this;
|
|
@@ -50497,11 +50518,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50497
50518
|
}
|
|
50498
50519
|
},
|
|
50499
50520
|
|
|
50500
|
-
/**
|
|
50501
|
-
* getFind
|
|
50502
|
-
* @desc:获取通知方式
|
|
50503
|
-
* @author liufan
|
|
50504
|
-
* @date 2022年5月25日
|
|
50521
|
+
/**
|
|
50522
|
+
* getFind
|
|
50523
|
+
* @desc:获取通知方式
|
|
50524
|
+
* @author liufan
|
|
50525
|
+
* @date 2022年5月25日
|
|
50505
50526
|
**/
|
|
50506
50527
|
getFind: function getFind() {
|
|
50507
50528
|
var _this10 = this;
|
|
@@ -50557,12 +50578,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50557
50578
|
});
|
|
50558
50579
|
},
|
|
50559
50580
|
|
|
50560
|
-
/**
|
|
50561
|
-
* endFlows
|
|
50562
|
-
* @desc:直接办结
|
|
50563
|
-
* @author liufan
|
|
50564
|
-
* @param {Object} res 直接办结数据
|
|
50565
|
-
* @date 2022年5月25日
|
|
50581
|
+
/**
|
|
50582
|
+
* endFlows
|
|
50583
|
+
* @desc:直接办结
|
|
50584
|
+
* @author liufan
|
|
50585
|
+
* @param {Object} res 直接办结数据
|
|
50586
|
+
* @date 2022年5月25日
|
|
50566
50587
|
**/
|
|
50567
50588
|
endFlows: function endFlows(res) {
|
|
50568
50589
|
var _this12 = this;
|
|
@@ -50616,12 +50637,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50616
50637
|
}).catch(function (e) {});
|
|
50617
50638
|
},
|
|
50618
50639
|
|
|
50619
|
-
/**
|
|
50620
|
-
* goView
|
|
50621
|
-
* @desc:更多流程按钮操作
|
|
50622
|
-
* @author liufan
|
|
50623
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
50624
|
-
* @date 2022年5月25日
|
|
50640
|
+
/**
|
|
50641
|
+
* goView
|
|
50642
|
+
* @desc:更多流程按钮操作
|
|
50643
|
+
* @author liufan
|
|
50644
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
50645
|
+
* @date 2022年5月25日
|
|
50625
50646
|
**/
|
|
50626
50647
|
goView: function goView(res) {
|
|
50627
50648
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -50706,11 +50727,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50706
50727
|
// isCanStartSubFlow
|
|
50707
50728
|
},
|
|
50708
50729
|
|
|
50709
|
-
/**
|
|
50710
|
-
* toTakeAdvice
|
|
50711
|
-
* @desc:征求意见
|
|
50712
|
-
* @author liufan
|
|
50713
|
-
* @date 2022年9月29日
|
|
50730
|
+
/**
|
|
50731
|
+
* toTakeAdvice
|
|
50732
|
+
* @desc:征求意见
|
|
50733
|
+
* @author liufan
|
|
50734
|
+
* @date 2022年9月29日
|
|
50714
50735
|
**/
|
|
50715
50736
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
50716
50737
|
var _this14 = this;
|
|
@@ -50754,11 +50775,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50754
50775
|
});
|
|
50755
50776
|
},
|
|
50756
50777
|
|
|
50757
|
-
/**
|
|
50758
|
-
* toStartDraf
|
|
50759
|
-
* @desc: 稿件递送、联合审核、复核
|
|
50760
|
-
* @author liufan
|
|
50761
|
-
* @date 2022年9月29日
|
|
50778
|
+
/**
|
|
50779
|
+
* toStartDraf
|
|
50780
|
+
* @desc: 稿件递送、联合审核、复核
|
|
50781
|
+
* @author liufan
|
|
50782
|
+
* @date 2022年9月29日
|
|
50762
50783
|
**/
|
|
50763
50784
|
toStartDraf: function toStartDraf(res) {
|
|
50764
50785
|
var _this16 = this;
|
|
@@ -50772,11 +50793,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50772
50793
|
}
|
|
50773
50794
|
},
|
|
50774
50795
|
|
|
50775
|
-
/**
|
|
50776
|
-
* toSendMsg
|
|
50777
|
-
* @desc:核稿通知
|
|
50778
|
-
* @author liufan
|
|
50779
|
-
* @date 2022年9月29日
|
|
50796
|
+
/**
|
|
50797
|
+
* toSendMsg
|
|
50798
|
+
* @desc:核稿通知
|
|
50799
|
+
* @author liufan
|
|
50800
|
+
* @date 2022年9月29日
|
|
50780
50801
|
**/
|
|
50781
50802
|
toSendMsg: function toSendMsg(res) {
|
|
50782
50803
|
var _this17 = this;
|
|
@@ -50790,11 +50811,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50790
50811
|
}
|
|
50791
50812
|
},
|
|
50792
50813
|
|
|
50793
|
-
/**
|
|
50794
|
-
* toTaskReadAndEnd
|
|
50795
|
-
* @desc:分阅并办结
|
|
50796
|
-
* @author liufan
|
|
50797
|
-
* @date 2022年9月29日
|
|
50814
|
+
/**
|
|
50815
|
+
* toTaskReadAndEnd
|
|
50816
|
+
* @desc:分阅并办结
|
|
50817
|
+
* @author liufan
|
|
50818
|
+
* @date 2022年9月29日
|
|
50798
50819
|
**/
|
|
50799
50820
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
50800
50821
|
var _this18 = this;
|
|
@@ -50812,11 +50833,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50812
50833
|
}
|
|
50813
50834
|
},
|
|
50814
50835
|
|
|
50815
|
-
/**
|
|
50816
|
-
* rejectAndEnd
|
|
50817
|
-
* @desc:驳回并办结
|
|
50818
|
-
* @author liufan
|
|
50819
|
-
* @date 2022年9月29日
|
|
50836
|
+
/**
|
|
50837
|
+
* rejectAndEnd
|
|
50838
|
+
* @desc:驳回并办结
|
|
50839
|
+
* @author liufan
|
|
50840
|
+
* @date 2022年9月29日
|
|
50820
50841
|
**/
|
|
50821
50842
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
50822
50843
|
var _this19 = this;
|
|
@@ -50871,11 +50892,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50871
50892
|
});
|
|
50872
50893
|
},
|
|
50873
50894
|
|
|
50874
|
-
/**
|
|
50875
|
-
* toTransfer
|
|
50876
|
-
* @desc:转办
|
|
50877
|
-
* @author liufan
|
|
50878
|
-
* @date 2022年9月29日
|
|
50895
|
+
/**
|
|
50896
|
+
* toTransfer
|
|
50897
|
+
* @desc:转办
|
|
50898
|
+
* @author liufan
|
|
50899
|
+
* @date 2022年9月29日
|
|
50879
50900
|
**/
|
|
50880
50901
|
toTransfer: function toTransfer(res) {
|
|
50881
50902
|
var _this21 = this;
|
|
@@ -50891,11 +50912,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50891
50912
|
}
|
|
50892
50913
|
},
|
|
50893
50914
|
|
|
50894
|
-
/**
|
|
50895
|
-
* getNodeInfo
|
|
50896
|
-
* @desc:获取节点信息
|
|
50897
|
-
* @author liufan
|
|
50898
|
-
* @date 2022年5月25日
|
|
50915
|
+
/**
|
|
50916
|
+
* getNodeInfo
|
|
50917
|
+
* @desc:获取节点信息
|
|
50918
|
+
* @author liufan
|
|
50919
|
+
* @date 2022年5月25日
|
|
50899
50920
|
**/
|
|
50900
50921
|
getNodeInfo: function getNodeInfo() {
|
|
50901
50922
|
var _this22 = this;
|
|
@@ -50998,12 +51019,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50998
51019
|
});
|
|
50999
51020
|
},
|
|
51000
51021
|
|
|
51001
|
-
/**
|
|
51002
|
-
* selecNext
|
|
51003
|
-
* @desc:下步节点变化时更新数据
|
|
51004
|
-
* @author liufan
|
|
51005
|
-
* @param {String} val 当前选中值
|
|
51006
|
-
* @date 2022年5月25日
|
|
51022
|
+
/**
|
|
51023
|
+
* selecNext
|
|
51024
|
+
* @desc:下步节点变化时更新数据
|
|
51025
|
+
* @author liufan
|
|
51026
|
+
* @param {String} val 当前选中值
|
|
51027
|
+
* @date 2022年5月25日
|
|
51007
51028
|
**/
|
|
51008
51029
|
selecNext: function selecNext(val, type, isDef) {
|
|
51009
51030
|
var _this23 = this;
|
|
@@ -51112,11 +51133,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51112
51133
|
if (isDef !== true) this.getNodeInfo();
|
|
51113
51134
|
},
|
|
51114
51135
|
|
|
51115
|
-
/**
|
|
51116
|
-
* isMultiple
|
|
51117
|
-
* @desc:是否多选
|
|
51118
|
-
* @author liufan
|
|
51119
|
-
* @date 2022年9月13日
|
|
51136
|
+
/**
|
|
51137
|
+
* isMultiple
|
|
51138
|
+
* @desc:是否多选
|
|
51139
|
+
* @author liufan
|
|
51140
|
+
* @date 2022年9月13日
|
|
51120
51141
|
**/
|
|
51121
51142
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
51122
51143
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -51148,11 +51169,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51148
51169
|
}
|
|
51149
51170
|
},
|
|
51150
51171
|
|
|
51151
|
-
/**
|
|
51152
|
-
* getHedInfo
|
|
51153
|
-
* @desc:获取审核页面数据
|
|
51154
|
-
* @author liufan
|
|
51155
|
-
* @date 2022年5月25日
|
|
51172
|
+
/**
|
|
51173
|
+
* getHedInfo
|
|
51174
|
+
* @desc:获取审核页面数据
|
|
51175
|
+
* @author liufan
|
|
51176
|
+
* @date 2022年5月25日
|
|
51156
51177
|
**/
|
|
51157
51178
|
getHedInfo: function getHedInfo() {
|
|
51158
51179
|
var _this24 = this;
|
|
@@ -51388,13 +51409,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51388
51409
|
});
|
|
51389
51410
|
},
|
|
51390
51411
|
|
|
51391
|
-
/**
|
|
51392
|
-
* closeProcess
|
|
51393
|
-
* @desc:关闭弹窗
|
|
51394
|
-
* @author liufan
|
|
51395
|
-
* @param {boolean} val 当前是否办理流程
|
|
51396
|
-
* @param {String} type 当前点击的弹窗类型
|
|
51397
|
-
* @date 2022年5月25日
|
|
51412
|
+
/**
|
|
51413
|
+
* closeProcess
|
|
51414
|
+
* @desc:关闭弹窗
|
|
51415
|
+
* @author liufan
|
|
51416
|
+
* @param {boolean} val 当前是否办理流程
|
|
51417
|
+
* @param {String} type 当前点击的弹窗类型
|
|
51418
|
+
* @date 2022年5月25日
|
|
51398
51419
|
**/
|
|
51399
51420
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
51400
51421
|
if (closeParent) {
|
|
@@ -51411,23 +51432,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51411
51432
|
}
|
|
51412
51433
|
},
|
|
51413
51434
|
|
|
51414
|
-
/**
|
|
51415
|
-
* selectChange
|
|
51416
|
-
* @desc:常用语选择
|
|
51417
|
-
* @author liufan
|
|
51418
|
-
* @param {String} val 选中值
|
|
51419
|
-
* @date 2022年5月25日
|
|
51435
|
+
/**
|
|
51436
|
+
* selectChange
|
|
51437
|
+
* @desc:常用语选择
|
|
51438
|
+
* @author liufan
|
|
51439
|
+
* @param {String} val 选中值
|
|
51440
|
+
* @date 2022年5月25日
|
|
51420
51441
|
**/
|
|
51421
51442
|
selectChange: function selectChange(val) {
|
|
51422
51443
|
this.value = val;
|
|
51423
51444
|
},
|
|
51424
51445
|
|
|
51425
|
-
/**
|
|
51426
|
-
* upDate
|
|
51427
|
-
* @desc:修改常用语
|
|
51428
|
-
* @author liufan
|
|
51429
|
-
* @param {Object} val 修改值
|
|
51430
|
-
* @date 2022年5月25日
|
|
51446
|
+
/**
|
|
51447
|
+
* upDate
|
|
51448
|
+
* @desc:修改常用语
|
|
51449
|
+
* @author liufan
|
|
51450
|
+
* @param {Object} val 修改值
|
|
51451
|
+
* @date 2022年5月25日
|
|
51431
51452
|
**/
|
|
51432
51453
|
upDate: function upDate(val) {
|
|
51433
51454
|
this.FormData.id = val.id;
|
|
@@ -51435,11 +51456,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51435
51456
|
},
|
|
51436
51457
|
|
|
51437
51458
|
|
|
51438
|
-
/**
|
|
51439
|
-
* getProcess
|
|
51440
|
-
* @desc:获取选择流程
|
|
51441
|
-
* @author liufan
|
|
51442
|
-
* @date 2022年5月25日
|
|
51459
|
+
/**
|
|
51460
|
+
* getProcess
|
|
51461
|
+
* @desc:获取选择流程
|
|
51462
|
+
* @author liufan
|
|
51463
|
+
* @date 2022年5月25日
|
|
51443
51464
|
**/
|
|
51444
51465
|
getProcess: function getProcess() {
|
|
51445
51466
|
var _this25 = this;
|
|
@@ -51493,11 +51514,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51493
51514
|
});
|
|
51494
51515
|
},
|
|
51495
51516
|
|
|
51496
|
-
/**
|
|
51497
|
-
* getPendedhistoryList
|
|
51498
|
-
* @desc:获取流程列表
|
|
51499
|
-
* @author liufan
|
|
51500
|
-
* @date 2022年5月25日
|
|
51517
|
+
/**
|
|
51518
|
+
* getPendedhistoryList
|
|
51519
|
+
* @desc:获取流程列表
|
|
51520
|
+
* @author liufan
|
|
51521
|
+
* @date 2022年5月25日
|
|
51501
51522
|
**/
|
|
51502
51523
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
51503
51524
|
var _this26 = this;
|
|
@@ -51529,12 +51550,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51529
51550
|
},
|
|
51530
51551
|
|
|
51531
51552
|
// 提交流程
|
|
51532
|
-
/**
|
|
51533
|
-
* subProcess
|
|
51534
|
-
* @desc:提交流程
|
|
51535
|
-
* @author liufan
|
|
51536
|
-
* @param {String} formName 当前form表单ref值
|
|
51537
|
-
* @date 2022年5月25日
|
|
51553
|
+
/**
|
|
51554
|
+
* subProcess
|
|
51555
|
+
* @desc:提交流程
|
|
51556
|
+
* @author liufan
|
|
51557
|
+
* @param {String} formName 当前form表单ref值
|
|
51558
|
+
* @date 2022年5月25日
|
|
51538
51559
|
**/
|
|
51539
51560
|
subProcess: function subProcess(val) {
|
|
51540
51561
|
var _this27 = this;
|
|
@@ -57673,8 +57694,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57673
57694
|
|
|
57674
57695
|
var flow_component = normalizeComponent(
|
|
57675
57696
|
src_flowvue_type_script_lang_js_,
|
|
57676
|
-
|
|
57677
|
-
|
|
57697
|
+
flowvue_type_template_id_4d52cf26_render,
|
|
57698
|
+
flowvue_type_template_id_4d52cf26_staticRenderFns,
|
|
57678
57699
|
false,
|
|
57679
57700
|
null,
|
|
57680
57701
|
null,
|
|
@@ -58992,6 +59013,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58992
59013
|
//
|
|
58993
59014
|
//
|
|
58994
59015
|
//
|
|
59016
|
+
//
|
|
58995
59017
|
|
|
58996
59018
|
|
|
58997
59019
|
|
|
@@ -61828,8 +61850,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61828
61850
|
|
|
61829
61851
|
var flow_src_main_component = normalizeComponent(
|
|
61830
61852
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61831
|
-
|
|
61832
|
-
|
|
61853
|
+
mainvue_type_template_id_c50bb6f0_render,
|
|
61854
|
+
mainvue_type_template_id_c50bb6f0_staticRenderFns,
|
|
61833
61855
|
false,
|
|
61834
61856
|
null,
|
|
61835
61857
|
null,
|
|
@@ -76045,10 +76067,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
76045
76067
|
this.$emit('click', res);
|
|
76046
76068
|
},
|
|
76047
76069
|
|
|
76048
|
-
/**
|
|
76049
|
-
* @desc:获取气泡提醒
|
|
76050
|
-
* @author huangbo
|
|
76051
|
-
* @date 2024年9月7日
|
|
76070
|
+
/**
|
|
76071
|
+
* @desc:获取气泡提醒
|
|
76072
|
+
* @author huangbo
|
|
76073
|
+
* @date 2024年9月7日
|
|
76052
76074
|
**/
|
|
76053
76075
|
getBadge: function getBadge(res) {
|
|
76054
76076
|
var num = res.tips || 0;
|
|
@@ -110440,8 +110462,8 @@ form_src_table.install = function (Vue) {
|
|
|
110440
110462
|
};
|
|
110441
110463
|
|
|
110442
110464
|
/* harmony default export */ var table_form = (form_src_table);
|
|
110443
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
110444
|
-
var
|
|
110465
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=7388a79d&
|
|
110466
|
+
var mainvue_type_template_id_7388a79d_render = function () {
|
|
110445
110467
|
var _vm = this
|
|
110446
110468
|
var _h = _vm.$createElement
|
|
110447
110469
|
var _c = _vm._self._c || _h
|
|
@@ -110824,11 +110846,11 @@ var mainvue_type_template_id_2e5de86a_render = function () {
|
|
|
110824
110846
|
)
|
|
110825
110847
|
: _vm._e()
|
|
110826
110848
|
}
|
|
110827
|
-
var
|
|
110828
|
-
|
|
110849
|
+
var mainvue_type_template_id_7388a79d_staticRenderFns = []
|
|
110850
|
+
mainvue_type_template_id_7388a79d_render._withStripped = true
|
|
110829
110851
|
|
|
110830
110852
|
|
|
110831
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
110853
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=7388a79d&
|
|
110832
110854
|
|
|
110833
110855
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
110834
110856
|
/* harmony default export */ var picture = ({
|
|
@@ -112002,6 +112024,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
112002
112024
|
handleSort: function handleSort(files) {
|
|
112003
112025
|
var _this10 = this;
|
|
112004
112026
|
|
|
112027
|
+
console.log('files', files);
|
|
112005
112028
|
if (this.isSort) {
|
|
112006
112029
|
if (this.onSort) {
|
|
112007
112030
|
this.onSort(files);
|
|
@@ -112095,7 +112118,18 @@ var mainvue_type_script_lang_js_props;
|
|
|
112095
112118
|
this.onRemove && this.onRemove(file, fileList);
|
|
112096
112119
|
},
|
|
112097
112120
|
handleError: function handleError(err, file, fileList) {
|
|
112098
|
-
|
|
112121
|
+
console.log('err', err);
|
|
112122
|
+
console.log('type', typeof err === 'undefined' ? 'undefined' : upload_src_mainvue_type_script_lang_js_typeof(err));
|
|
112123
|
+
var errorMsg = '';
|
|
112124
|
+
try {
|
|
112125
|
+
var raw = err.message || '';
|
|
112126
|
+
var jsonStr = raw.replace(/^Error:\s*/, '');
|
|
112127
|
+
var parsed = JSON.parse(jsonStr);
|
|
112128
|
+
errorMsg = parsed.msg || parsed.message || '';
|
|
112129
|
+
} catch (e) {
|
|
112130
|
+
errorMsg = err.message || err.msg || '上传失败:请联系管理员';
|
|
112131
|
+
}
|
|
112132
|
+
errorMsg = errorMsg || err.msg || err.message || '上传失败:请联系管理员';
|
|
112099
112133
|
if (this.showMessage.error) {
|
|
112100
112134
|
if (this.dangerouslyUseHTMLString) {
|
|
112101
112135
|
this.$alert(errorMsg ? errorMsg : err.msg ? err.msg : '上传失败:请联系管理员', '提示', {
|
|
@@ -112445,8 +112479,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
112445
112479
|
|
|
112446
112480
|
var upload_src_main_component = normalizeComponent(
|
|
112447
112481
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
112448
|
-
|
|
112449
|
-
|
|
112482
|
+
mainvue_type_template_id_7388a79d_render,
|
|
112483
|
+
mainvue_type_template_id_7388a79d_staticRenderFns,
|
|
112450
112484
|
false,
|
|
112451
112485
|
null,
|
|
112452
112486
|
null,
|
|
@@ -112949,7 +112983,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112949
112983
|
}
|
|
112950
112984
|
|
|
112951
112985
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112952
|
-
version: '0.8.
|
|
112986
|
+
version: '0.8.44',
|
|
112953
112987
|
install: install,
|
|
112954
112988
|
Archives: archives,
|
|
112955
112989
|
Button: packages_button,
|