eoss-ui 0.8.42 → 0.8.43
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 +163 -149
- package/lib/flow.js +132 -130
- 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/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2902 -2902
- package/packages/flow/src/main.vue +1 -0
- 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=e87f2d9a&
|
|
29341
|
+
var mainvue_type_template_id_e87f2d9a_render = function () {
|
|
29342
29342
|
var _vm = this
|
|
29343
29343
|
var _h = _vm.$createElement
|
|
29344
29344
|
var _c = _vm._self._c || _h
|
|
@@ -32274,6 +32274,7 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
32274
32274
|
opinion: _vm.value,
|
|
32275
32275
|
businessName: _vm.businessName,
|
|
32276
32276
|
type: _vm.taskReadType,
|
|
32277
|
+
resetAppId: _vm.resetAppId,
|
|
32277
32278
|
showTooltip: _vm.showTooltip,
|
|
32278
32279
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
32279
32280
|
hideMessage: _vm.hideMessage,
|
|
@@ -32505,11 +32506,11 @@ var mainvue_type_template_id_64fec1bc_render = function () {
|
|
|
32505
32506
|
)
|
|
32506
32507
|
: _vm._e()
|
|
32507
32508
|
}
|
|
32508
|
-
var
|
|
32509
|
-
|
|
32509
|
+
var mainvue_type_template_id_e87f2d9a_staticRenderFns = []
|
|
32510
|
+
mainvue_type_template_id_e87f2d9a_render._withStripped = true
|
|
32510
32511
|
|
|
32511
32512
|
|
|
32512
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32513
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=e87f2d9a&
|
|
32513
32514
|
|
|
32514
32515
|
// 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
32516
|
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
@@ -40535,11 +40536,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40535
40536
|
},
|
|
40536
40537
|
|
|
40537
40538
|
methods: {
|
|
40538
|
-
/**
|
|
40539
|
-
* getProcess
|
|
40540
|
-
* @desc:获取选择流程
|
|
40541
|
-
* @author liufan
|
|
40542
|
-
* @date 2022年5月25日
|
|
40539
|
+
/**
|
|
40540
|
+
* getProcess
|
|
40541
|
+
* @desc:获取选择流程
|
|
40542
|
+
* @author liufan
|
|
40543
|
+
* @date 2022年5月25日
|
|
40543
40544
|
**/
|
|
40544
40545
|
getProcess: function getProcess(val) {
|
|
40545
40546
|
var _this2 = this;
|
|
@@ -41362,11 +41363,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41362
41363
|
});
|
|
41363
41364
|
},
|
|
41364
41365
|
|
|
41365
|
-
/**
|
|
41366
|
-
* isMultiple
|
|
41367
|
-
* @desc:是否多选
|
|
41368
|
-
* @author liufan
|
|
41369
|
-
* @date 2022年9月13日
|
|
41366
|
+
/**
|
|
41367
|
+
* isMultiple
|
|
41368
|
+
* @desc:是否多选
|
|
41369
|
+
* @author liufan
|
|
41370
|
+
* @date 2022年9月13日
|
|
41370
41371
|
**/
|
|
41371
41372
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
41372
41373
|
var multiple = false;
|
|
@@ -50386,11 +50387,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50386
50387
|
});
|
|
50387
50388
|
},
|
|
50388
50389
|
|
|
50389
|
-
/**
|
|
50390
|
-
* saveInfo
|
|
50391
|
-
* @desc:暂存
|
|
50392
|
-
* @author liufan
|
|
50393
|
-
* @date 2022年9月9日
|
|
50390
|
+
/**
|
|
50391
|
+
* saveInfo
|
|
50392
|
+
* @desc:暂存
|
|
50393
|
+
* @author liufan
|
|
50394
|
+
* @date 2022年9月9日
|
|
50394
50395
|
**/
|
|
50395
50396
|
saveInfo: function saveInfo(type, btn) {
|
|
50396
50397
|
var _this6 = this;
|
|
@@ -50452,11 +50453,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50452
50453
|
});
|
|
50453
50454
|
},
|
|
50454
50455
|
|
|
50455
|
-
/**
|
|
50456
|
-
* rejectBtn
|
|
50457
|
-
* @desc:点击驳回
|
|
50458
|
-
* @author liufan
|
|
50459
|
-
* @date 2022年5月25日
|
|
50456
|
+
/**
|
|
50457
|
+
* rejectBtn
|
|
50458
|
+
* @desc:点击驳回
|
|
50459
|
+
* @author liufan
|
|
50460
|
+
* @date 2022年5月25日
|
|
50460
50461
|
**/
|
|
50461
50462
|
rejectBtn: function rejectBtn() {
|
|
50462
50463
|
var _this8 = this;
|
|
@@ -50474,11 +50475,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50474
50475
|
}
|
|
50475
50476
|
},
|
|
50476
50477
|
|
|
50477
|
-
/**
|
|
50478
|
-
* taskReadBtn
|
|
50479
|
-
* @desc:点击分阅
|
|
50480
|
-
* @author liufan
|
|
50481
|
-
* @date 2022年5月25日
|
|
50478
|
+
/**
|
|
50479
|
+
* taskReadBtn
|
|
50480
|
+
* @desc:点击分阅
|
|
50481
|
+
* @author liufan
|
|
50482
|
+
* @date 2022年5月25日
|
|
50482
50483
|
**/
|
|
50483
50484
|
taskReadBtn: function taskReadBtn() {
|
|
50484
50485
|
var _this9 = this;
|
|
@@ -50497,11 +50498,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50497
50498
|
}
|
|
50498
50499
|
},
|
|
50499
50500
|
|
|
50500
|
-
/**
|
|
50501
|
-
* getFind
|
|
50502
|
-
* @desc:获取通知方式
|
|
50503
|
-
* @author liufan
|
|
50504
|
-
* @date 2022年5月25日
|
|
50501
|
+
/**
|
|
50502
|
+
* getFind
|
|
50503
|
+
* @desc:获取通知方式
|
|
50504
|
+
* @author liufan
|
|
50505
|
+
* @date 2022年5月25日
|
|
50505
50506
|
**/
|
|
50506
50507
|
getFind: function getFind() {
|
|
50507
50508
|
var _this10 = this;
|
|
@@ -50557,12 +50558,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50557
50558
|
});
|
|
50558
50559
|
},
|
|
50559
50560
|
|
|
50560
|
-
/**
|
|
50561
|
-
* endFlows
|
|
50562
|
-
* @desc:直接办结
|
|
50563
|
-
* @author liufan
|
|
50564
|
-
* @param {Object} res 直接办结数据
|
|
50565
|
-
* @date 2022年5月25日
|
|
50561
|
+
/**
|
|
50562
|
+
* endFlows
|
|
50563
|
+
* @desc:直接办结
|
|
50564
|
+
* @author liufan
|
|
50565
|
+
* @param {Object} res 直接办结数据
|
|
50566
|
+
* @date 2022年5月25日
|
|
50566
50567
|
**/
|
|
50567
50568
|
endFlows: function endFlows(res) {
|
|
50568
50569
|
var _this12 = this;
|
|
@@ -50616,12 +50617,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50616
50617
|
}).catch(function (e) {});
|
|
50617
50618
|
},
|
|
50618
50619
|
|
|
50619
|
-
/**
|
|
50620
|
-
* goView
|
|
50621
|
-
* @desc:更多流程按钮操作
|
|
50622
|
-
* @author liufan
|
|
50623
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
50624
|
-
* @date 2022年5月25日
|
|
50620
|
+
/**
|
|
50621
|
+
* goView
|
|
50622
|
+
* @desc:更多流程按钮操作
|
|
50623
|
+
* @author liufan
|
|
50624
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
50625
|
+
* @date 2022年5月25日
|
|
50625
50626
|
**/
|
|
50626
50627
|
goView: function goView(res) {
|
|
50627
50628
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -50706,11 +50707,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50706
50707
|
// isCanStartSubFlow
|
|
50707
50708
|
},
|
|
50708
50709
|
|
|
50709
|
-
/**
|
|
50710
|
-
* toTakeAdvice
|
|
50711
|
-
* @desc:征求意见
|
|
50712
|
-
* @author liufan
|
|
50713
|
-
* @date 2022年9月29日
|
|
50710
|
+
/**
|
|
50711
|
+
* toTakeAdvice
|
|
50712
|
+
* @desc:征求意见
|
|
50713
|
+
* @author liufan
|
|
50714
|
+
* @date 2022年9月29日
|
|
50714
50715
|
**/
|
|
50715
50716
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
50716
50717
|
var _this14 = this;
|
|
@@ -50754,11 +50755,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50754
50755
|
});
|
|
50755
50756
|
},
|
|
50756
50757
|
|
|
50757
|
-
/**
|
|
50758
|
-
* toStartDraf
|
|
50759
|
-
* @desc: 稿件递送、联合审核、复核
|
|
50760
|
-
* @author liufan
|
|
50761
|
-
* @date 2022年9月29日
|
|
50758
|
+
/**
|
|
50759
|
+
* toStartDraf
|
|
50760
|
+
* @desc: 稿件递送、联合审核、复核
|
|
50761
|
+
* @author liufan
|
|
50762
|
+
* @date 2022年9月29日
|
|
50762
50763
|
**/
|
|
50763
50764
|
toStartDraf: function toStartDraf(res) {
|
|
50764
50765
|
var _this16 = this;
|
|
@@ -50772,11 +50773,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50772
50773
|
}
|
|
50773
50774
|
},
|
|
50774
50775
|
|
|
50775
|
-
/**
|
|
50776
|
-
* toSendMsg
|
|
50777
|
-
* @desc:核稿通知
|
|
50778
|
-
* @author liufan
|
|
50779
|
-
* @date 2022年9月29日
|
|
50776
|
+
/**
|
|
50777
|
+
* toSendMsg
|
|
50778
|
+
* @desc:核稿通知
|
|
50779
|
+
* @author liufan
|
|
50780
|
+
* @date 2022年9月29日
|
|
50780
50781
|
**/
|
|
50781
50782
|
toSendMsg: function toSendMsg(res) {
|
|
50782
50783
|
var _this17 = this;
|
|
@@ -50790,11 +50791,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50790
50791
|
}
|
|
50791
50792
|
},
|
|
50792
50793
|
|
|
50793
|
-
/**
|
|
50794
|
-
* toTaskReadAndEnd
|
|
50795
|
-
* @desc:分阅并办结
|
|
50796
|
-
* @author liufan
|
|
50797
|
-
* @date 2022年9月29日
|
|
50794
|
+
/**
|
|
50795
|
+
* toTaskReadAndEnd
|
|
50796
|
+
* @desc:分阅并办结
|
|
50797
|
+
* @author liufan
|
|
50798
|
+
* @date 2022年9月29日
|
|
50798
50799
|
**/
|
|
50799
50800
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
50800
50801
|
var _this18 = this;
|
|
@@ -50812,11 +50813,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50812
50813
|
}
|
|
50813
50814
|
},
|
|
50814
50815
|
|
|
50815
|
-
/**
|
|
50816
|
-
* rejectAndEnd
|
|
50817
|
-
* @desc:驳回并办结
|
|
50818
|
-
* @author liufan
|
|
50819
|
-
* @date 2022年9月29日
|
|
50816
|
+
/**
|
|
50817
|
+
* rejectAndEnd
|
|
50818
|
+
* @desc:驳回并办结
|
|
50819
|
+
* @author liufan
|
|
50820
|
+
* @date 2022年9月29日
|
|
50820
50821
|
**/
|
|
50821
50822
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
50822
50823
|
var _this19 = this;
|
|
@@ -50871,11 +50872,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50871
50872
|
});
|
|
50872
50873
|
},
|
|
50873
50874
|
|
|
50874
|
-
/**
|
|
50875
|
-
* toTransfer
|
|
50876
|
-
* @desc:转办
|
|
50877
|
-
* @author liufan
|
|
50878
|
-
* @date 2022年9月29日
|
|
50875
|
+
/**
|
|
50876
|
+
* toTransfer
|
|
50877
|
+
* @desc:转办
|
|
50878
|
+
* @author liufan
|
|
50879
|
+
* @date 2022年9月29日
|
|
50879
50880
|
**/
|
|
50880
50881
|
toTransfer: function toTransfer(res) {
|
|
50881
50882
|
var _this21 = this;
|
|
@@ -50891,11 +50892,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50891
50892
|
}
|
|
50892
50893
|
},
|
|
50893
50894
|
|
|
50894
|
-
/**
|
|
50895
|
-
* getNodeInfo
|
|
50896
|
-
* @desc:获取节点信息
|
|
50897
|
-
* @author liufan
|
|
50898
|
-
* @date 2022年5月25日
|
|
50895
|
+
/**
|
|
50896
|
+
* getNodeInfo
|
|
50897
|
+
* @desc:获取节点信息
|
|
50898
|
+
* @author liufan
|
|
50899
|
+
* @date 2022年5月25日
|
|
50899
50900
|
**/
|
|
50900
50901
|
getNodeInfo: function getNodeInfo() {
|
|
50901
50902
|
var _this22 = this;
|
|
@@ -50998,12 +50999,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50998
50999
|
});
|
|
50999
51000
|
},
|
|
51000
51001
|
|
|
51001
|
-
/**
|
|
51002
|
-
* selecNext
|
|
51003
|
-
* @desc:下步节点变化时更新数据
|
|
51004
|
-
* @author liufan
|
|
51005
|
-
* @param {String} val 当前选中值
|
|
51006
|
-
* @date 2022年5月25日
|
|
51002
|
+
/**
|
|
51003
|
+
* selecNext
|
|
51004
|
+
* @desc:下步节点变化时更新数据
|
|
51005
|
+
* @author liufan
|
|
51006
|
+
* @param {String} val 当前选中值
|
|
51007
|
+
* @date 2022年5月25日
|
|
51007
51008
|
**/
|
|
51008
51009
|
selecNext: function selecNext(val, type, isDef) {
|
|
51009
51010
|
var _this23 = this;
|
|
@@ -51112,11 +51113,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51112
51113
|
if (isDef !== true) this.getNodeInfo();
|
|
51113
51114
|
},
|
|
51114
51115
|
|
|
51115
|
-
/**
|
|
51116
|
-
* isMultiple
|
|
51117
|
-
* @desc:是否多选
|
|
51118
|
-
* @author liufan
|
|
51119
|
-
* @date 2022年9月13日
|
|
51116
|
+
/**
|
|
51117
|
+
* isMultiple
|
|
51118
|
+
* @desc:是否多选
|
|
51119
|
+
* @author liufan
|
|
51120
|
+
* @date 2022年9月13日
|
|
51120
51121
|
**/
|
|
51121
51122
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
51122
51123
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -51148,11 +51149,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51148
51149
|
}
|
|
51149
51150
|
},
|
|
51150
51151
|
|
|
51151
|
-
/**
|
|
51152
|
-
* getHedInfo
|
|
51153
|
-
* @desc:获取审核页面数据
|
|
51154
|
-
* @author liufan
|
|
51155
|
-
* @date 2022年5月25日
|
|
51152
|
+
/**
|
|
51153
|
+
* getHedInfo
|
|
51154
|
+
* @desc:获取审核页面数据
|
|
51155
|
+
* @author liufan
|
|
51156
|
+
* @date 2022年5月25日
|
|
51156
51157
|
**/
|
|
51157
51158
|
getHedInfo: function getHedInfo() {
|
|
51158
51159
|
var _this24 = this;
|
|
@@ -51388,13 +51389,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51388
51389
|
});
|
|
51389
51390
|
},
|
|
51390
51391
|
|
|
51391
|
-
/**
|
|
51392
|
-
* closeProcess
|
|
51393
|
-
* @desc:关闭弹窗
|
|
51394
|
-
* @author liufan
|
|
51395
|
-
* @param {boolean} val 当前是否办理流程
|
|
51396
|
-
* @param {String} type 当前点击的弹窗类型
|
|
51397
|
-
* @date 2022年5月25日
|
|
51392
|
+
/**
|
|
51393
|
+
* closeProcess
|
|
51394
|
+
* @desc:关闭弹窗
|
|
51395
|
+
* @author liufan
|
|
51396
|
+
* @param {boolean} val 当前是否办理流程
|
|
51397
|
+
* @param {String} type 当前点击的弹窗类型
|
|
51398
|
+
* @date 2022年5月25日
|
|
51398
51399
|
**/
|
|
51399
51400
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
51400
51401
|
if (closeParent) {
|
|
@@ -51411,23 +51412,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51411
51412
|
}
|
|
51412
51413
|
},
|
|
51413
51414
|
|
|
51414
|
-
/**
|
|
51415
|
-
* selectChange
|
|
51416
|
-
* @desc:常用语选择
|
|
51417
|
-
* @author liufan
|
|
51418
|
-
* @param {String} val 选中值
|
|
51419
|
-
* @date 2022年5月25日
|
|
51415
|
+
/**
|
|
51416
|
+
* selectChange
|
|
51417
|
+
* @desc:常用语选择
|
|
51418
|
+
* @author liufan
|
|
51419
|
+
* @param {String} val 选中值
|
|
51420
|
+
* @date 2022年5月25日
|
|
51420
51421
|
**/
|
|
51421
51422
|
selectChange: function selectChange(val) {
|
|
51422
51423
|
this.value = val;
|
|
51423
51424
|
},
|
|
51424
51425
|
|
|
51425
|
-
/**
|
|
51426
|
-
* upDate
|
|
51427
|
-
* @desc:修改常用语
|
|
51428
|
-
* @author liufan
|
|
51429
|
-
* @param {Object} val 修改值
|
|
51430
|
-
* @date 2022年5月25日
|
|
51426
|
+
/**
|
|
51427
|
+
* upDate
|
|
51428
|
+
* @desc:修改常用语
|
|
51429
|
+
* @author liufan
|
|
51430
|
+
* @param {Object} val 修改值
|
|
51431
|
+
* @date 2022年5月25日
|
|
51431
51432
|
**/
|
|
51432
51433
|
upDate: function upDate(val) {
|
|
51433
51434
|
this.FormData.id = val.id;
|
|
@@ -51435,11 +51436,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51435
51436
|
},
|
|
51436
51437
|
|
|
51437
51438
|
|
|
51438
|
-
/**
|
|
51439
|
-
* getProcess
|
|
51440
|
-
* @desc:获取选择流程
|
|
51441
|
-
* @author liufan
|
|
51442
|
-
* @date 2022年5月25日
|
|
51439
|
+
/**
|
|
51440
|
+
* getProcess
|
|
51441
|
+
* @desc:获取选择流程
|
|
51442
|
+
* @author liufan
|
|
51443
|
+
* @date 2022年5月25日
|
|
51443
51444
|
**/
|
|
51444
51445
|
getProcess: function getProcess() {
|
|
51445
51446
|
var _this25 = this;
|
|
@@ -51493,11 +51494,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51493
51494
|
});
|
|
51494
51495
|
},
|
|
51495
51496
|
|
|
51496
|
-
/**
|
|
51497
|
-
* getPendedhistoryList
|
|
51498
|
-
* @desc:获取流程列表
|
|
51499
|
-
* @author liufan
|
|
51500
|
-
* @date 2022年5月25日
|
|
51497
|
+
/**
|
|
51498
|
+
* getPendedhistoryList
|
|
51499
|
+
* @desc:获取流程列表
|
|
51500
|
+
* @author liufan
|
|
51501
|
+
* @date 2022年5月25日
|
|
51501
51502
|
**/
|
|
51502
51503
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
51503
51504
|
var _this26 = this;
|
|
@@ -51529,12 +51530,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51529
51530
|
},
|
|
51530
51531
|
|
|
51531
51532
|
// 提交流程
|
|
51532
|
-
/**
|
|
51533
|
-
* subProcess
|
|
51534
|
-
* @desc:提交流程
|
|
51535
|
-
* @author liufan
|
|
51536
|
-
* @param {String} formName 当前form表单ref值
|
|
51537
|
-
* @date 2022年5月25日
|
|
51533
|
+
/**
|
|
51534
|
+
* subProcess
|
|
51535
|
+
* @desc:提交流程
|
|
51536
|
+
* @author liufan
|
|
51537
|
+
* @param {String} formName 当前form表单ref值
|
|
51538
|
+
* @date 2022年5月25日
|
|
51538
51539
|
**/
|
|
51539
51540
|
subProcess: function subProcess(val) {
|
|
51540
51541
|
var _this27 = this;
|
|
@@ -58992,6 +58993,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58992
58993
|
//
|
|
58993
58994
|
//
|
|
58994
58995
|
//
|
|
58996
|
+
//
|
|
58995
58997
|
|
|
58996
58998
|
|
|
58997
58999
|
|
|
@@ -61828,8 +61830,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61828
61830
|
|
|
61829
61831
|
var flow_src_main_component = normalizeComponent(
|
|
61830
61832
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61831
|
-
|
|
61832
|
-
|
|
61833
|
+
mainvue_type_template_id_e87f2d9a_render,
|
|
61834
|
+
mainvue_type_template_id_e87f2d9a_staticRenderFns,
|
|
61833
61835
|
false,
|
|
61834
61836
|
null,
|
|
61835
61837
|
null,
|
|
@@ -76045,10 +76047,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
76045
76047
|
this.$emit('click', res);
|
|
76046
76048
|
},
|
|
76047
76049
|
|
|
76048
|
-
/**
|
|
76049
|
-
* @desc:获取气泡提醒
|
|
76050
|
-
* @author huangbo
|
|
76051
|
-
* @date 2024年9月7日
|
|
76050
|
+
/**
|
|
76051
|
+
* @desc:获取气泡提醒
|
|
76052
|
+
* @author huangbo
|
|
76053
|
+
* @date 2024年9月7日
|
|
76052
76054
|
**/
|
|
76053
76055
|
getBadge: function getBadge(res) {
|
|
76054
76056
|
var num = res.tips || 0;
|
|
@@ -110440,8 +110442,8 @@ form_src_table.install = function (Vue) {
|
|
|
110440
110442
|
};
|
|
110441
110443
|
|
|
110442
110444
|
/* 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
|
|
110445
|
+
// 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&
|
|
110446
|
+
var mainvue_type_template_id_7388a79d_render = function () {
|
|
110445
110447
|
var _vm = this
|
|
110446
110448
|
var _h = _vm.$createElement
|
|
110447
110449
|
var _c = _vm._self._c || _h
|
|
@@ -110824,11 +110826,11 @@ var mainvue_type_template_id_2e5de86a_render = function () {
|
|
|
110824
110826
|
)
|
|
110825
110827
|
: _vm._e()
|
|
110826
110828
|
}
|
|
110827
|
-
var
|
|
110828
|
-
|
|
110829
|
+
var mainvue_type_template_id_7388a79d_staticRenderFns = []
|
|
110830
|
+
mainvue_type_template_id_7388a79d_render._withStripped = true
|
|
110829
110831
|
|
|
110830
110832
|
|
|
110831
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
110833
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=7388a79d&
|
|
110832
110834
|
|
|
110833
110835
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
110834
110836
|
/* harmony default export */ var picture = ({
|
|
@@ -112002,6 +112004,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
112002
112004
|
handleSort: function handleSort(files) {
|
|
112003
112005
|
var _this10 = this;
|
|
112004
112006
|
|
|
112007
|
+
console.log('files', files);
|
|
112005
112008
|
if (this.isSort) {
|
|
112006
112009
|
if (this.onSort) {
|
|
112007
112010
|
this.onSort(files);
|
|
@@ -112095,7 +112098,18 @@ var mainvue_type_script_lang_js_props;
|
|
|
112095
112098
|
this.onRemove && this.onRemove(file, fileList);
|
|
112096
112099
|
},
|
|
112097
112100
|
handleError: function handleError(err, file, fileList) {
|
|
112098
|
-
|
|
112101
|
+
console.log('err', err);
|
|
112102
|
+
console.log('type', typeof err === 'undefined' ? 'undefined' : upload_src_mainvue_type_script_lang_js_typeof(err));
|
|
112103
|
+
var errorMsg = '';
|
|
112104
|
+
try {
|
|
112105
|
+
var raw = err.message || '';
|
|
112106
|
+
var jsonStr = raw.replace(/^Error:\s*/, '');
|
|
112107
|
+
var parsed = JSON.parse(jsonStr);
|
|
112108
|
+
errorMsg = parsed.msg || parsed.message || '';
|
|
112109
|
+
} catch (e) {
|
|
112110
|
+
errorMsg = err.message || err.msg || '上传失败:请联系管理员';
|
|
112111
|
+
}
|
|
112112
|
+
errorMsg = errorMsg || err.msg || err.message || '上传失败:请联系管理员';
|
|
112099
112113
|
if (this.showMessage.error) {
|
|
112100
112114
|
if (this.dangerouslyUseHTMLString) {
|
|
112101
112115
|
this.$alert(errorMsg ? errorMsg : err.msg ? err.msg : '上传失败:请联系管理员', '提示', {
|
|
@@ -112445,8 +112459,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
112445
112459
|
|
|
112446
112460
|
var upload_src_main_component = normalizeComponent(
|
|
112447
112461
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
112448
|
-
|
|
112449
|
-
|
|
112462
|
+
mainvue_type_template_id_7388a79d_render,
|
|
112463
|
+
mainvue_type_template_id_7388a79d_staticRenderFns,
|
|
112450
112464
|
false,
|
|
112451
112465
|
null,
|
|
112452
112466
|
null,
|
|
@@ -112949,7 +112963,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112949
112963
|
}
|
|
112950
112964
|
|
|
112951
112965
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112952
|
-
version: '0.8.
|
|
112966
|
+
version: '0.8.43',
|
|
112953
112967
|
install: install,
|
|
112954
112968
|
Archives: archives,
|
|
112955
112969
|
Button: packages_button,
|