eoss-ui 0.8.6 → 0.8.7
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 +273 -266
- package/lib/flow-list.js +96 -96
- package/lib/flow.js +157 -157
- package/lib/form.js +7 -2
- package/lib/index.js +1 -1
- package/lib/main.js +5 -5
- package/lib/select.js +2 -0
- 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/clients/src/main.vue +151 -151
- 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/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/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 +3906 -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 +2 -0
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/flow-list.scss +55 -55
- package/packages/theme-chalk/src/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/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/.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/flow.js
CHANGED
|
@@ -8725,21 +8725,21 @@ var _components;
|
|
|
8725
8725
|
return validSate;
|
|
8726
8726
|
},
|
|
8727
8727
|
|
|
8728
|
-
/**
|
|
8729
|
-
* changeOpinion
|
|
8730
|
-
* @desc:监听意见变化
|
|
8731
|
-
* @author liufan
|
|
8732
|
-
* @date 2022年10月28日
|
|
8728
|
+
/**
|
|
8729
|
+
* changeOpinion
|
|
8730
|
+
* @desc:监听意见变化
|
|
8731
|
+
* @author liufan
|
|
8732
|
+
* @date 2022年10月28日
|
|
8733
8733
|
**/
|
|
8734
8734
|
changeOpinion: function changeOpinion() {
|
|
8735
8735
|
this.$emit('change', this.form.value);
|
|
8736
8736
|
},
|
|
8737
8737
|
|
|
8738
|
-
/**
|
|
8739
|
-
* getCommonOpion
|
|
8740
|
-
* @desc:获取意见
|
|
8741
|
-
* @author liufan
|
|
8742
|
-
* @date 2022年5月25日
|
|
8738
|
+
/**
|
|
8739
|
+
* getCommonOpion
|
|
8740
|
+
* @desc:获取意见
|
|
8741
|
+
* @author liufan
|
|
8742
|
+
* @date 2022年5月25日
|
|
8743
8743
|
**/
|
|
8744
8744
|
getCommonOpion: function getCommonOpion() {
|
|
8745
8745
|
var _this = this;
|
|
@@ -8768,24 +8768,24 @@ var _components;
|
|
|
8768
8768
|
});
|
|
8769
8769
|
},
|
|
8770
8770
|
|
|
8771
|
-
/**
|
|
8772
|
-
* upDate
|
|
8773
|
-
* @desc:修改常用语
|
|
8774
|
-
* @author liufan
|
|
8775
|
-
* @param {Object} val 修改值
|
|
8776
|
-
* @date 2022年5月25日
|
|
8771
|
+
/**
|
|
8772
|
+
* upDate
|
|
8773
|
+
* @desc:修改常用语
|
|
8774
|
+
* @author liufan
|
|
8775
|
+
* @param {Object} val 修改值
|
|
8776
|
+
* @date 2022年5月25日
|
|
8777
8777
|
**/
|
|
8778
8778
|
upDate: function upDate(val) {
|
|
8779
8779
|
this.FormData.id = val.id;
|
|
8780
8780
|
this.addVisible = true;
|
|
8781
8781
|
},
|
|
8782
8782
|
|
|
8783
|
-
/**
|
|
8784
|
-
* selectChange
|
|
8785
|
-
* @desc:常用语选择
|
|
8786
|
-
* @author liufan
|
|
8787
|
-
* @param {String} val 选中值
|
|
8788
|
-
* @date 2022年5月25日
|
|
8783
|
+
/**
|
|
8784
|
+
* selectChange
|
|
8785
|
+
* @desc:常用语选择
|
|
8786
|
+
* @author liufan
|
|
8787
|
+
* @param {String} val 选中值
|
|
8788
|
+
* @date 2022年5月25日
|
|
8789
8789
|
**/
|
|
8790
8790
|
selectChange: function selectChange(val) {
|
|
8791
8791
|
var _this2 = this;
|
|
@@ -8804,12 +8804,12 @@ var _components;
|
|
|
8804
8804
|
});
|
|
8805
8805
|
},
|
|
8806
8806
|
|
|
8807
|
-
/**
|
|
8808
|
-
* del
|
|
8809
|
-
* @desc:删除常用语
|
|
8810
|
-
* @author liufan
|
|
8811
|
-
* @param {Object} val 删除的数据
|
|
8812
|
-
* @date 2022年5月25日
|
|
8807
|
+
/**
|
|
8808
|
+
* del
|
|
8809
|
+
* @desc:删除常用语
|
|
8810
|
+
* @author liufan
|
|
8811
|
+
* @param {Object} val 删除的数据
|
|
8812
|
+
* @date 2022年5月25日
|
|
8813
8813
|
**/
|
|
8814
8814
|
del: function del(val) {
|
|
8815
8815
|
var _this3 = this;
|
|
@@ -8851,12 +8851,12 @@ var _components;
|
|
|
8851
8851
|
}).catch(function (e) {});
|
|
8852
8852
|
},
|
|
8853
8853
|
|
|
8854
|
-
/**
|
|
8855
|
-
* submit
|
|
8856
|
-
* @desc:新增/编辑意见保存
|
|
8857
|
-
* @author liufan
|
|
8858
|
-
* @param {Object} val 保存数据
|
|
8859
|
-
* @date 2022年5月25日
|
|
8854
|
+
/**
|
|
8855
|
+
* submit
|
|
8856
|
+
* @desc:新增/编辑意见保存
|
|
8857
|
+
* @author liufan
|
|
8858
|
+
* @param {Object} val 保存数据
|
|
8859
|
+
* @date 2022年5月25日
|
|
8860
8860
|
**/
|
|
8861
8861
|
submit: function submit(val) {
|
|
8862
8862
|
var _this4 = this;
|
|
@@ -16748,11 +16748,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16748
16748
|
});
|
|
16749
16749
|
},
|
|
16750
16750
|
|
|
16751
|
-
/**
|
|
16752
|
-
* isMultiple
|
|
16753
|
-
* @desc:是否多选
|
|
16754
|
-
* @author liufan
|
|
16755
|
-
* @date 2022年9月13日
|
|
16751
|
+
/**
|
|
16752
|
+
* isMultiple
|
|
16753
|
+
* @desc:是否多选
|
|
16754
|
+
* @author liufan
|
|
16755
|
+
* @date 2022年9月13日
|
|
16756
16756
|
**/
|
|
16757
16757
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16758
16758
|
var multiple = false;
|
|
@@ -21341,11 +21341,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21341
21341
|
});
|
|
21342
21342
|
},
|
|
21343
21343
|
|
|
21344
|
-
/**
|
|
21345
|
-
* saveInfo
|
|
21346
|
-
* @desc:暂存
|
|
21347
|
-
* @author liufan
|
|
21348
|
-
* @date 2022年9月9日
|
|
21344
|
+
/**
|
|
21345
|
+
* saveInfo
|
|
21346
|
+
* @desc:暂存
|
|
21347
|
+
* @author liufan
|
|
21348
|
+
* @date 2022年9月9日
|
|
21349
21349
|
**/
|
|
21350
21350
|
saveInfo: function saveInfo(type, btn) {
|
|
21351
21351
|
var _this6 = this;
|
|
@@ -21407,11 +21407,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21407
21407
|
});
|
|
21408
21408
|
},
|
|
21409
21409
|
|
|
21410
|
-
/**
|
|
21411
|
-
* rejectBtn
|
|
21412
|
-
* @desc:点击驳回
|
|
21413
|
-
* @author liufan
|
|
21414
|
-
* @date 2022年5月25日
|
|
21410
|
+
/**
|
|
21411
|
+
* rejectBtn
|
|
21412
|
+
* @desc:点击驳回
|
|
21413
|
+
* @author liufan
|
|
21414
|
+
* @date 2022年5月25日
|
|
21415
21415
|
**/
|
|
21416
21416
|
rejectBtn: function rejectBtn() {
|
|
21417
21417
|
var _this8 = this;
|
|
@@ -21429,11 +21429,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21429
21429
|
}
|
|
21430
21430
|
},
|
|
21431
21431
|
|
|
21432
|
-
/**
|
|
21433
|
-
* taskReadBtn
|
|
21434
|
-
* @desc:点击分阅
|
|
21435
|
-
* @author liufan
|
|
21436
|
-
* @date 2022年5月25日
|
|
21432
|
+
/**
|
|
21433
|
+
* taskReadBtn
|
|
21434
|
+
* @desc:点击分阅
|
|
21435
|
+
* @author liufan
|
|
21436
|
+
* @date 2022年5月25日
|
|
21437
21437
|
**/
|
|
21438
21438
|
taskReadBtn: function taskReadBtn() {
|
|
21439
21439
|
var _this9 = this;
|
|
@@ -21452,11 +21452,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21452
21452
|
}
|
|
21453
21453
|
},
|
|
21454
21454
|
|
|
21455
|
-
/**
|
|
21456
|
-
* getFind
|
|
21457
|
-
* @desc:获取通知方式
|
|
21458
|
-
* @author liufan
|
|
21459
|
-
* @date 2022年5月25日
|
|
21455
|
+
/**
|
|
21456
|
+
* getFind
|
|
21457
|
+
* @desc:获取通知方式
|
|
21458
|
+
* @author liufan
|
|
21459
|
+
* @date 2022年5月25日
|
|
21460
21460
|
**/
|
|
21461
21461
|
getFind: function getFind() {
|
|
21462
21462
|
var _this10 = this;
|
|
@@ -21511,12 +21511,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21511
21511
|
});
|
|
21512
21512
|
},
|
|
21513
21513
|
|
|
21514
|
-
/**
|
|
21515
|
-
* endFlows
|
|
21516
|
-
* @desc:直接办结
|
|
21517
|
-
* @author liufan
|
|
21518
|
-
* @param {Object} res 直接办结数据
|
|
21519
|
-
* @date 2022年5月25日
|
|
21514
|
+
/**
|
|
21515
|
+
* endFlows
|
|
21516
|
+
* @desc:直接办结
|
|
21517
|
+
* @author liufan
|
|
21518
|
+
* @param {Object} res 直接办结数据
|
|
21519
|
+
* @date 2022年5月25日
|
|
21520
21520
|
**/
|
|
21521
21521
|
endFlows: function endFlows(res) {
|
|
21522
21522
|
var _this12 = this;
|
|
@@ -21570,12 +21570,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21570
21570
|
}).catch(function (e) {});
|
|
21571
21571
|
},
|
|
21572
21572
|
|
|
21573
|
-
/**
|
|
21574
|
-
* goView
|
|
21575
|
-
* @desc:更多流程按钮操作
|
|
21576
|
-
* @author liufan
|
|
21577
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
21578
|
-
* @date 2022年5月25日
|
|
21573
|
+
/**
|
|
21574
|
+
* goView
|
|
21575
|
+
* @desc:更多流程按钮操作
|
|
21576
|
+
* @author liufan
|
|
21577
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
21578
|
+
* @date 2022年5月25日
|
|
21579
21579
|
**/
|
|
21580
21580
|
goView: function goView(res) {
|
|
21581
21581
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -21660,11 +21660,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21660
21660
|
// isCanStartSubFlow
|
|
21661
21661
|
},
|
|
21662
21662
|
|
|
21663
|
-
/**
|
|
21664
|
-
* toTakeAdvice
|
|
21665
|
-
* @desc:征求意见
|
|
21666
|
-
* @author liufan
|
|
21667
|
-
* @date 2022年9月29日
|
|
21663
|
+
/**
|
|
21664
|
+
* toTakeAdvice
|
|
21665
|
+
* @desc:征求意见
|
|
21666
|
+
* @author liufan
|
|
21667
|
+
* @date 2022年9月29日
|
|
21668
21668
|
**/
|
|
21669
21669
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
21670
21670
|
var _this14 = this;
|
|
@@ -21708,11 +21708,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21708
21708
|
});
|
|
21709
21709
|
},
|
|
21710
21710
|
|
|
21711
|
-
/**
|
|
21712
|
-
* toStartDraf
|
|
21713
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21714
|
-
* @author liufan
|
|
21715
|
-
* @date 2022年9月29日
|
|
21711
|
+
/**
|
|
21712
|
+
* toStartDraf
|
|
21713
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21714
|
+
* @author liufan
|
|
21715
|
+
* @date 2022年9月29日
|
|
21716
21716
|
**/
|
|
21717
21717
|
toStartDraf: function toStartDraf(res) {
|
|
21718
21718
|
var _this16 = this;
|
|
@@ -21726,11 +21726,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21726
21726
|
}
|
|
21727
21727
|
},
|
|
21728
21728
|
|
|
21729
|
-
/**
|
|
21730
|
-
* toSendMsg
|
|
21731
|
-
* @desc:核稿通知
|
|
21732
|
-
* @author liufan
|
|
21733
|
-
* @date 2022年9月29日
|
|
21729
|
+
/**
|
|
21730
|
+
* toSendMsg
|
|
21731
|
+
* @desc:核稿通知
|
|
21732
|
+
* @author liufan
|
|
21733
|
+
* @date 2022年9月29日
|
|
21734
21734
|
**/
|
|
21735
21735
|
toSendMsg: function toSendMsg(res) {
|
|
21736
21736
|
var _this17 = this;
|
|
@@ -21744,11 +21744,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21744
21744
|
}
|
|
21745
21745
|
},
|
|
21746
21746
|
|
|
21747
|
-
/**
|
|
21748
|
-
* toTaskReadAndEnd
|
|
21749
|
-
* @desc:分阅并办结
|
|
21750
|
-
* @author liufan
|
|
21751
|
-
* @date 2022年9月29日
|
|
21747
|
+
/**
|
|
21748
|
+
* toTaskReadAndEnd
|
|
21749
|
+
* @desc:分阅并办结
|
|
21750
|
+
* @author liufan
|
|
21751
|
+
* @date 2022年9月29日
|
|
21752
21752
|
**/
|
|
21753
21753
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21754
21754
|
var _this18 = this;
|
|
@@ -21766,11 +21766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21766
21766
|
}
|
|
21767
21767
|
},
|
|
21768
21768
|
|
|
21769
|
-
/**
|
|
21770
|
-
* rejectAndEnd
|
|
21771
|
-
* @desc:驳回并办结
|
|
21772
|
-
* @author liufan
|
|
21773
|
-
* @date 2022年9月29日
|
|
21769
|
+
/**
|
|
21770
|
+
* rejectAndEnd
|
|
21771
|
+
* @desc:驳回并办结
|
|
21772
|
+
* @author liufan
|
|
21773
|
+
* @date 2022年9月29日
|
|
21774
21774
|
**/
|
|
21775
21775
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21776
21776
|
var _this19 = this;
|
|
@@ -21825,11 +21825,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21825
21825
|
});
|
|
21826
21826
|
},
|
|
21827
21827
|
|
|
21828
|
-
/**
|
|
21829
|
-
* toTransfer
|
|
21830
|
-
* @desc:转办
|
|
21831
|
-
* @author liufan
|
|
21832
|
-
* @date 2022年9月29日
|
|
21828
|
+
/**
|
|
21829
|
+
* toTransfer
|
|
21830
|
+
* @desc:转办
|
|
21831
|
+
* @author liufan
|
|
21832
|
+
* @date 2022年9月29日
|
|
21833
21833
|
**/
|
|
21834
21834
|
toTransfer: function toTransfer(res) {
|
|
21835
21835
|
var _this21 = this;
|
|
@@ -21845,11 +21845,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21845
21845
|
}
|
|
21846
21846
|
},
|
|
21847
21847
|
|
|
21848
|
-
/**
|
|
21849
|
-
* getNodeInfo
|
|
21850
|
-
* @desc:获取节点信息
|
|
21851
|
-
* @author liufan
|
|
21852
|
-
* @date 2022年5月25日
|
|
21848
|
+
/**
|
|
21849
|
+
* getNodeInfo
|
|
21850
|
+
* @desc:获取节点信息
|
|
21851
|
+
* @author liufan
|
|
21852
|
+
* @date 2022年5月25日
|
|
21853
21853
|
**/
|
|
21854
21854
|
getNodeInfo: function getNodeInfo() {
|
|
21855
21855
|
var _this22 = this;
|
|
@@ -21948,12 +21948,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21948
21948
|
});
|
|
21949
21949
|
},
|
|
21950
21950
|
|
|
21951
|
-
/**
|
|
21952
|
-
* selecNext
|
|
21953
|
-
* @desc:下步节点变化时更新数据
|
|
21954
|
-
* @author liufan
|
|
21955
|
-
* @param {String} val 当前选中值
|
|
21956
|
-
* @date 2022年5月25日
|
|
21951
|
+
/**
|
|
21952
|
+
* selecNext
|
|
21953
|
+
* @desc:下步节点变化时更新数据
|
|
21954
|
+
* @author liufan
|
|
21955
|
+
* @param {String} val 当前选中值
|
|
21956
|
+
* @date 2022年5月25日
|
|
21957
21957
|
**/
|
|
21958
21958
|
selecNext: function selecNext(val, type, isDef) {
|
|
21959
21959
|
var _this23 = this;
|
|
@@ -22062,11 +22062,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22062
22062
|
if (isDef !== true) this.getNodeInfo();
|
|
22063
22063
|
},
|
|
22064
22064
|
|
|
22065
|
-
/**
|
|
22066
|
-
* isMultiple
|
|
22067
|
-
* @desc:是否多选
|
|
22068
|
-
* @author liufan
|
|
22069
|
-
* @date 2022年9月13日
|
|
22065
|
+
/**
|
|
22066
|
+
* isMultiple
|
|
22067
|
+
* @desc:是否多选
|
|
22068
|
+
* @author liufan
|
|
22069
|
+
* @date 2022年9月13日
|
|
22070
22070
|
**/
|
|
22071
22071
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
22072
22072
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22098,11 +22098,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22098
22098
|
}
|
|
22099
22099
|
},
|
|
22100
22100
|
|
|
22101
|
-
/**
|
|
22102
|
-
* getHedInfo
|
|
22103
|
-
* @desc:获取审核页面数据
|
|
22104
|
-
* @author liufan
|
|
22105
|
-
* @date 2022年5月25日
|
|
22101
|
+
/**
|
|
22102
|
+
* getHedInfo
|
|
22103
|
+
* @desc:获取审核页面数据
|
|
22104
|
+
* @author liufan
|
|
22105
|
+
* @date 2022年5月25日
|
|
22106
22106
|
**/
|
|
22107
22107
|
getHedInfo: function getHedInfo() {
|
|
22108
22108
|
var _this24 = this;
|
|
@@ -22338,13 +22338,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22338
22338
|
});
|
|
22339
22339
|
},
|
|
22340
22340
|
|
|
22341
|
-
/**
|
|
22342
|
-
* closeProcess
|
|
22343
|
-
* @desc:关闭弹窗
|
|
22344
|
-
* @author liufan
|
|
22345
|
-
* @param {boolean} val 当前是否办理流程
|
|
22346
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22347
|
-
* @date 2022年5月25日
|
|
22341
|
+
/**
|
|
22342
|
+
* closeProcess
|
|
22343
|
+
* @desc:关闭弹窗
|
|
22344
|
+
* @author liufan
|
|
22345
|
+
* @param {boolean} val 当前是否办理流程
|
|
22346
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22347
|
+
* @date 2022年5月25日
|
|
22348
22348
|
**/
|
|
22349
22349
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22350
22350
|
if (closeParent) {
|
|
@@ -22361,23 +22361,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22361
22361
|
}
|
|
22362
22362
|
},
|
|
22363
22363
|
|
|
22364
|
-
/**
|
|
22365
|
-
* selectChange
|
|
22366
|
-
* @desc:常用语选择
|
|
22367
|
-
* @author liufan
|
|
22368
|
-
* @param {String} val 选中值
|
|
22369
|
-
* @date 2022年5月25日
|
|
22364
|
+
/**
|
|
22365
|
+
* selectChange
|
|
22366
|
+
* @desc:常用语选择
|
|
22367
|
+
* @author liufan
|
|
22368
|
+
* @param {String} val 选中值
|
|
22369
|
+
* @date 2022年5月25日
|
|
22370
22370
|
**/
|
|
22371
22371
|
selectChange: function selectChange(val) {
|
|
22372
22372
|
this.value = val;
|
|
22373
22373
|
},
|
|
22374
22374
|
|
|
22375
|
-
/**
|
|
22376
|
-
* upDate
|
|
22377
|
-
* @desc:修改常用语
|
|
22378
|
-
* @author liufan
|
|
22379
|
-
* @param {Object} val 修改值
|
|
22380
|
-
* @date 2022年5月25日
|
|
22375
|
+
/**
|
|
22376
|
+
* upDate
|
|
22377
|
+
* @desc:修改常用语
|
|
22378
|
+
* @author liufan
|
|
22379
|
+
* @param {Object} val 修改值
|
|
22380
|
+
* @date 2022年5月25日
|
|
22381
22381
|
**/
|
|
22382
22382
|
upDate: function upDate(val) {
|
|
22383
22383
|
this.FormData.id = val.id;
|
|
@@ -22385,11 +22385,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22385
22385
|
},
|
|
22386
22386
|
|
|
22387
22387
|
|
|
22388
|
-
/**
|
|
22389
|
-
* getProcess
|
|
22390
|
-
* @desc:获取选择流程
|
|
22391
|
-
* @author liufan
|
|
22392
|
-
* @date 2022年5月25日
|
|
22388
|
+
/**
|
|
22389
|
+
* getProcess
|
|
22390
|
+
* @desc:获取选择流程
|
|
22391
|
+
* @author liufan
|
|
22392
|
+
* @date 2022年5月25日
|
|
22393
22393
|
**/
|
|
22394
22394
|
getProcess: function getProcess() {
|
|
22395
22395
|
var _this25 = this;
|
|
@@ -22443,11 +22443,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22443
22443
|
});
|
|
22444
22444
|
},
|
|
22445
22445
|
|
|
22446
|
-
/**
|
|
22447
|
-
* getPendedhistoryList
|
|
22448
|
-
* @desc:获取流程列表
|
|
22449
|
-
* @author liufan
|
|
22450
|
-
* @date 2022年5月25日
|
|
22446
|
+
/**
|
|
22447
|
+
* getPendedhistoryList
|
|
22448
|
+
* @desc:获取流程列表
|
|
22449
|
+
* @author liufan
|
|
22450
|
+
* @date 2022年5月25日
|
|
22451
22451
|
**/
|
|
22452
22452
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
22453
22453
|
var _this26 = this;
|
|
@@ -22479,12 +22479,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22479
22479
|
},
|
|
22480
22480
|
|
|
22481
22481
|
// 提交流程
|
|
22482
|
-
/**
|
|
22483
|
-
* subProcess
|
|
22484
|
-
* @desc:提交流程
|
|
22485
|
-
* @author liufan
|
|
22486
|
-
* @param {String} formName 当前form表单ref值
|
|
22487
|
-
* @date 2022年5月25日
|
|
22482
|
+
/**
|
|
22483
|
+
* subProcess
|
|
22484
|
+
* @desc:提交流程
|
|
22485
|
+
* @author liufan
|
|
22486
|
+
* @param {String} formName 当前form表单ref值
|
|
22487
|
+
* @date 2022年5月25日
|
|
22488
22488
|
**/
|
|
22489
22489
|
subProcess: function subProcess(val) {
|
|
22490
22490
|
var _this27 = this;
|
package/lib/form.js
CHANGED
|
@@ -4651,7 +4651,7 @@ module.exports = require("qs");
|
|
|
4651
4651
|
// ESM COMPAT FLAG
|
|
4652
4652
|
__webpack_require__.r(__webpack_exports__);
|
|
4653
4653
|
|
|
4654
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
4654
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
|
|
4655
4655
|
var render = function () {
|
|
4656
4656
|
var _vm = this
|
|
4657
4657
|
var _h = _vm.$createElement
|
|
@@ -10938,7 +10938,7 @@ var staticRenderFns = []
|
|
|
10938
10938
|
render._withStripped = true
|
|
10939
10939
|
|
|
10940
10940
|
|
|
10941
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
10941
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e13b4ef2&
|
|
10942
10942
|
|
|
10943
10943
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10944
10944
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -13507,6 +13507,10 @@ var pageView = util["a" /* default */].getParams('pageView');
|
|
|
13507
13507
|
type: Boolean,
|
|
13508
13508
|
default: true
|
|
13509
13509
|
},
|
|
13510
|
+
modelFormat: {
|
|
13511
|
+
type: Boolean,
|
|
13512
|
+
default: true
|
|
13513
|
+
},
|
|
13510
13514
|
showLabel: {
|
|
13511
13515
|
type: Boolean,
|
|
13512
13516
|
default: true
|
|
@@ -14072,6 +14076,7 @@ var pageView = util["a" /* default */].getParams('pageView');
|
|
|
14072
14076
|
var param = this.paramId ? _extends({}, this.param, { id: this.paramId }) : this.param;
|
|
14073
14077
|
util["a" /* default */].ajax({
|
|
14074
14078
|
method: this.modelMethod || this.method,
|
|
14079
|
+
format: this.modelFormat,
|
|
14075
14080
|
url: this.model,
|
|
14076
14081
|
data: param,
|
|
14077
14082
|
params: param
|