eoss-ui 0.6.41 → 0.6.42
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 +1158 -1047
- package/lib/flow-list.js +123 -112
- package/lib/flow.js +882 -782
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +159 -159
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +144 -144
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/CommonOpinions.vue +345 -345
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +229 -229
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +611 -611
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +2952 -2862
- package/packages/flow/src/processForm.vue +1018 -1018
- package/packages/flow/src/processReject.vue +293 -293
- package/packages/flow/src/reset.vue +899 -899
- package/packages/flow/src/startTaskRead.vue +596 -596
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1183 -1172
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3584 -3584
- package/packages/form/src/table.vue +1420 -1420
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +474 -474
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1935 -1935
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +505 -505
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +461 -461
- package/packages/main/src/public/settings.vue +221 -221
- 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 +259 -259
- package/packages/main/src/simplicity/index.vue +2047 -2047
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +128 -128
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +241 -241
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +536 -536
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +402 -402
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +775 -775
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +689 -689
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +175 -175
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +36 -36
- package/packages/theme-chalk/src/flow.scss +318 -310
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1789 -1789
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +947 -947
- package/packages/theme-chalk/src/main.scss +639 -639
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +125 -125
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1262 -1262
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +167 -167
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1334 -1334
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +248 -248
- package/src/config/image.js +2 -2
- package/src/index.js +157 -157
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/error-page/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/form/.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/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/sizer/.DS_Store +0 -0
- package/packages/tabs/.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/lib/flow-list.js
CHANGED
|
@@ -4169,8 +4169,8 @@ module.exports = require("qs");
|
|
|
4169
4169
|
// ESM COMPAT FLAG
|
|
4170
4170
|
__webpack_require__.r(__webpack_exports__);
|
|
4171
4171
|
|
|
4172
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4173
|
-
var
|
|
4172
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=81c447bc&
|
|
4173
|
+
var mainvue_type_template_id_81c447bc_render = function () {
|
|
4174
4174
|
var _vm = this
|
|
4175
4175
|
var _h = _vm.$createElement
|
|
4176
4176
|
var _c = _vm._self._c || _h
|
|
@@ -4367,10 +4367,10 @@ var mainvue_type_template_id_56a21918_render = function () {
|
|
|
4367
4367
|
)
|
|
4368
4368
|
}
|
|
4369
4369
|
var staticRenderFns = []
|
|
4370
|
-
|
|
4370
|
+
mainvue_type_template_id_81c447bc_render._withStripped = true
|
|
4371
4371
|
|
|
4372
4372
|
|
|
4373
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4373
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=81c447bc&
|
|
4374
4374
|
|
|
4375
4375
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
4376
4376
|
var api = __webpack_require__(1);
|
|
@@ -4509,6 +4509,12 @@ var _components;
|
|
|
4509
4509
|
return ['flow', 'splitReading', 'preset'];
|
|
4510
4510
|
}
|
|
4511
4511
|
},
|
|
4512
|
+
theadWidth: {
|
|
4513
|
+
type: Object,
|
|
4514
|
+
default: function _default() {
|
|
4515
|
+
return {};
|
|
4516
|
+
}
|
|
4517
|
+
},
|
|
4512
4518
|
display: Boolean
|
|
4513
4519
|
},
|
|
4514
4520
|
inheritAttrs: false,
|
|
@@ -4679,35 +4685,35 @@ var _components;
|
|
|
4679
4685
|
align: 'center',
|
|
4680
4686
|
key: 'jbbm',
|
|
4681
4687
|
showOverflowTooltip: true,
|
|
4682
|
-
width: 150
|
|
4688
|
+
width: this.theadWidth.deptid || 150
|
|
4683
4689
|
}, {
|
|
4684
4690
|
label: '步骤',
|
|
4685
4691
|
field: 'itemname',
|
|
4686
4692
|
align: 'center',
|
|
4687
4693
|
key: 'bz',
|
|
4688
4694
|
showOverflowTooltip: true,
|
|
4689
|
-
width: 110
|
|
4695
|
+
width: this.theadWidth.itemname || 110
|
|
4690
4696
|
}, {
|
|
4691
4697
|
label: '办理人',
|
|
4692
4698
|
field: 'userName',
|
|
4693
4699
|
align: 'center',
|
|
4694
4700
|
key: 'blr',
|
|
4695
4701
|
showOverflowTooltip: true,
|
|
4696
|
-
width: 110
|
|
4702
|
+
width: this.theadWidth.userName || 110
|
|
4697
4703
|
}, {
|
|
4698
4704
|
label: '办理人部门',
|
|
4699
4705
|
field: 'deptName',
|
|
4700
4706
|
align: 'center',
|
|
4701
4707
|
showOverflowTooltip: true,
|
|
4702
4708
|
key: 'blrbm',
|
|
4703
|
-
width: 110
|
|
4709
|
+
width: this.theadWidth.deptName || 110
|
|
4704
4710
|
}, {
|
|
4705
4711
|
label: '状态',
|
|
4706
4712
|
field: 'pendstate',
|
|
4707
4713
|
key: 'zt',
|
|
4708
4714
|
align: 'center',
|
|
4709
4715
|
showOverflowTooltip: true,
|
|
4710
|
-
width: 80,
|
|
4716
|
+
width: this.theadWidth.pendstate || 80,
|
|
4711
4717
|
render: function render(h, params) {
|
|
4712
4718
|
return h('span', {
|
|
4713
4719
|
style: {
|
|
@@ -4720,6 +4726,7 @@ var _components;
|
|
|
4720
4726
|
label: '办理意见',
|
|
4721
4727
|
field: 'doresult',
|
|
4722
4728
|
align: 'center',
|
|
4729
|
+
width: this.theadWidth.doresult,
|
|
4723
4730
|
showOverflowTooltip: true,
|
|
4724
4731
|
key: 'blyj',
|
|
4725
4732
|
render: function render(h, params) {
|
|
@@ -4735,7 +4742,7 @@ var _components;
|
|
|
4735
4742
|
align: 'center',
|
|
4736
4743
|
key: 'yq',
|
|
4737
4744
|
showOverflowTooltip: true,
|
|
4738
|
-
width: 70,
|
|
4745
|
+
width: this.theadWidth.authTypeStr || 70,
|
|
4739
4746
|
render: function render(h, params) {
|
|
4740
4747
|
return h('span', { style: { color: 'deepskyblue' } }, params.row.authTypeStr);
|
|
4741
4748
|
}
|
|
@@ -4745,7 +4752,7 @@ var _components;
|
|
|
4745
4752
|
field: 'hasAdjunct',
|
|
4746
4753
|
align: 'center',
|
|
4747
4754
|
showOverflowTooltip: true,
|
|
4748
|
-
width: 70,
|
|
4755
|
+
width: this.theadWidth.hasAdjunct || 70,
|
|
4749
4756
|
render: function render(h, params) {
|
|
4750
4757
|
if (params.row.hasAdjunct) {
|
|
4751
4758
|
return h('span', {
|
|
@@ -4762,7 +4769,7 @@ var _components;
|
|
|
4762
4769
|
align: 'center',
|
|
4763
4770
|
key: 'sj',
|
|
4764
4771
|
showOverflowTooltip: true,
|
|
4765
|
-
width: 150,
|
|
4772
|
+
width: this.theadWidth.doetime || 150,
|
|
4766
4773
|
render: function render(h, params) {
|
|
4767
4774
|
return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
|
|
4768
4775
|
}
|
|
@@ -4772,7 +4779,7 @@ var _components;
|
|
|
4772
4779
|
align: 'center',
|
|
4773
4780
|
key: 'dbr',
|
|
4774
4781
|
showOverflowTooltip: true,
|
|
4775
|
-
width: 80,
|
|
4782
|
+
width: this.theadWidth.douserid || 80,
|
|
4776
4783
|
hide: _that.flowTableInfo.hasAgent != '1'
|
|
4777
4784
|
}, {
|
|
4778
4785
|
label: '催办',
|
|
@@ -4780,7 +4787,7 @@ var _components;
|
|
|
4780
4787
|
align: 'center',
|
|
4781
4788
|
key: 'cb',
|
|
4782
4789
|
showOverflowTooltip: true,
|
|
4783
|
-
width: 150,
|
|
4790
|
+
width: this.theadWidth.pressTimes || 150,
|
|
4784
4791
|
render: function render(h, params) {
|
|
4785
4792
|
return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
|
|
4786
4793
|
}
|
|
@@ -4809,28 +4816,28 @@ var _components;
|
|
|
4809
4816
|
key: 'jbbm',
|
|
4810
4817
|
align: 'center',
|
|
4811
4818
|
showOverflowTooltip: true,
|
|
4812
|
-
width: 150
|
|
4819
|
+
width: this.theadWidth.deptid || 150
|
|
4813
4820
|
}, {
|
|
4814
4821
|
label: '步骤',
|
|
4815
4822
|
field: 'itemname',
|
|
4816
4823
|
align: 'center',
|
|
4817
4824
|
key: 'bz',
|
|
4818
4825
|
showOverflowTooltip: true,
|
|
4819
|
-
width: 110
|
|
4826
|
+
width: this.theadWidth.itemname || 110
|
|
4820
4827
|
}, {
|
|
4821
4828
|
label: '办理人',
|
|
4822
4829
|
field: 'userName',
|
|
4823
4830
|
align: 'center',
|
|
4824
4831
|
key: 'blr',
|
|
4825
4832
|
showOverflowTooltip: true,
|
|
4826
|
-
width: 110
|
|
4833
|
+
width: this.theadWidth.userName || 110
|
|
4827
4834
|
}, {
|
|
4828
4835
|
label: '状态',
|
|
4829
4836
|
field: 'pendstate',
|
|
4830
4837
|
align: 'center',
|
|
4831
4838
|
key: 'zt',
|
|
4832
4839
|
showOverflowTooltip: true,
|
|
4833
|
-
width: 80,
|
|
4840
|
+
width: this.theadWidth.pendstate || 80,
|
|
4834
4841
|
render: function render(h, params) {
|
|
4835
4842
|
return h('span', {
|
|
4836
4843
|
style: {
|
|
@@ -4844,6 +4851,7 @@ var _components;
|
|
|
4844
4851
|
field: 'doresult',
|
|
4845
4852
|
align: 'center',
|
|
4846
4853
|
key: 'blyj',
|
|
4854
|
+
width: this.theadWidth.doresult,
|
|
4847
4855
|
showOverflowTooltip: true,
|
|
4848
4856
|
render: function render(h, params) {
|
|
4849
4857
|
if (params.row.doresult && (params.row.doresult.startsWith('http') || params.row.doresult.startsWith('https'))) {
|
|
@@ -4858,7 +4866,7 @@ var _components;
|
|
|
4858
4866
|
align: 'center',
|
|
4859
4867
|
key: 'yq',
|
|
4860
4868
|
showOverflowTooltip: true,
|
|
4861
|
-
width: 70,
|
|
4869
|
+
width: this.theadWidth.authTypeStr || 70,
|
|
4862
4870
|
render: function render(h, params) {
|
|
4863
4871
|
return h('span', { style: { color: 'deepskyblue' } }, params.row.authTypeStr);
|
|
4864
4872
|
}
|
|
@@ -4868,7 +4876,7 @@ var _components;
|
|
|
4868
4876
|
align: 'center',
|
|
4869
4877
|
key: 'fj',
|
|
4870
4878
|
showOverflowTooltip: true,
|
|
4871
|
-
width: 70,
|
|
4879
|
+
width: this.theadWidth.hasAdjunct || 70,
|
|
4872
4880
|
render: function render(h, params) {
|
|
4873
4881
|
if (params.row.hasAdjunct) {
|
|
4874
4882
|
return h('span', {
|
|
@@ -4885,7 +4893,7 @@ var _components;
|
|
|
4885
4893
|
align: 'center',
|
|
4886
4894
|
key: 'sj',
|
|
4887
4895
|
showOverflowTooltip: true,
|
|
4888
|
-
width: 150,
|
|
4896
|
+
width: this.theadWidth.doetime || 150,
|
|
4889
4897
|
render: function render(h, params) {
|
|
4890
4898
|
return h('span', {}, params.row.doetime ? util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
|
|
4891
4899
|
}
|
|
@@ -4895,7 +4903,7 @@ var _components;
|
|
|
4895
4903
|
align: 'center',
|
|
4896
4904
|
key: 'dbr',
|
|
4897
4905
|
showOverflowTooltip: true,
|
|
4898
|
-
width: 80,
|
|
4906
|
+
width: this.theadWidth.douserid || 80,
|
|
4899
4907
|
hide: _that.flowTableInfo.hasAgent != '1'
|
|
4900
4908
|
}, {
|
|
4901
4909
|
label: '催办',
|
|
@@ -4903,7 +4911,7 @@ var _components;
|
|
|
4903
4911
|
align: 'center',
|
|
4904
4912
|
key: 'cb',
|
|
4905
4913
|
showOverflowTooltip: true,
|
|
4906
|
-
width: 150,
|
|
4914
|
+
width: this.theadWidth.pressTimes || 150,
|
|
4907
4915
|
render: function render(h, params) {
|
|
4908
4916
|
return h('span', { style: 'color:deepskyblue;cursor: pointer;' }, params.row.pressTimes);
|
|
4909
4917
|
}
|
|
@@ -4959,18 +4967,18 @@ var _components;
|
|
|
4959
4967
|
var table = [{
|
|
4960
4968
|
title: '步骤',
|
|
4961
4969
|
align: 'center',
|
|
4962
|
-
width: '100',
|
|
4970
|
+
width: this.theadWidth.nodeName || '100',
|
|
4963
4971
|
field: 'nodeName'
|
|
4964
4972
|
}, {
|
|
4965
4973
|
title: '预设办理人',
|
|
4966
|
-
width: '120',
|
|
4974
|
+
width: this.theadWidth.presetUserName || '120',
|
|
4967
4975
|
align: 'center',
|
|
4968
4976
|
field: 'presetUserName'
|
|
4969
4977
|
}, {
|
|
4970
4978
|
title: '是否可编辑',
|
|
4971
4979
|
key: 'sfkbj',
|
|
4972
4980
|
align: 'center',
|
|
4973
|
-
width: '100',
|
|
4981
|
+
width: this.theadWidth.isEdit || '100',
|
|
4974
4982
|
render: function render(h, params) {
|
|
4975
4983
|
return h('span', _this3.getCodeValue(params.row.isEdit, 'is_edit'));
|
|
4976
4984
|
},
|
|
@@ -4978,13 +4986,13 @@ var _components;
|
|
|
4978
4986
|
}, {
|
|
4979
4987
|
key: 'zt',
|
|
4980
4988
|
title: '状态',
|
|
4981
|
-
width: '80',
|
|
4989
|
+
width: this.theadWidth.statusName || '80',
|
|
4982
4990
|
align: 'center',
|
|
4983
4991
|
field: 'statusName'
|
|
4984
4992
|
}, {
|
|
4985
4993
|
title: '预设类型',
|
|
4986
4994
|
key: 'yslx',
|
|
4987
|
-
width: '120',
|
|
4995
|
+
width: this.theadWidth.presetType || '120',
|
|
4988
4996
|
align: 'center',
|
|
4989
4997
|
render: function render(h, params) {
|
|
4990
4998
|
return h('span', _this3.getCodeValue(params.row.presetType, 'preset_type'));
|
|
@@ -4993,27 +5001,30 @@ var _components;
|
|
|
4993
5001
|
}, {
|
|
4994
5002
|
title: '流程名称',
|
|
4995
5003
|
key: 'lcmc',
|
|
5004
|
+
width: this.theadWidth.processDefName,
|
|
4996
5005
|
align: 'center',
|
|
4997
5006
|
field: 'processDefName'
|
|
4998
5007
|
}, {
|
|
4999
5008
|
title: '上一步骤',
|
|
5000
5009
|
key: 'sybz',
|
|
5001
5010
|
align: 'center',
|
|
5011
|
+
width: this.theadWidth.lastNodeName,
|
|
5002
5012
|
field: 'lastNodeName'
|
|
5003
5013
|
}, {
|
|
5004
5014
|
title: '创建步骤',
|
|
5005
5015
|
key: 'cjbz',
|
|
5006
5016
|
align: 'center',
|
|
5017
|
+
width: this.theadWidth.operationNodeName,
|
|
5007
5018
|
field: 'operationNodeName'
|
|
5008
5019
|
}, {
|
|
5009
5020
|
title: '创建人',
|
|
5010
5021
|
key: 'cjr',
|
|
5011
|
-
width: '120',
|
|
5022
|
+
width: this.theadWidth.creatorName || '120',
|
|
5012
5023
|
align: 'center',
|
|
5013
5024
|
field: 'creatorName'
|
|
5014
5025
|
}, {
|
|
5015
5026
|
title: '创建时间',
|
|
5016
|
-
width: '150',
|
|
5027
|
+
width: this.theadWidth.createTime || '150',
|
|
5017
5028
|
key: 'cjsj',
|
|
5018
5029
|
align: 'center',
|
|
5019
5030
|
render: function render(h, params) {
|
|
@@ -5076,12 +5087,12 @@ var _components;
|
|
|
5076
5087
|
}
|
|
5077
5088
|
},
|
|
5078
5089
|
|
|
5079
|
-
/**
|
|
5080
|
-
* handleFormSubmit
|
|
5081
|
-
* @desc:删除节点点击事件
|
|
5082
|
-
* @param {Object} formData 点击删除的form数据
|
|
5083
|
-
* @author liufan
|
|
5084
|
-
* @date 2022年11月29日
|
|
5090
|
+
/**
|
|
5091
|
+
* handleFormSubmit
|
|
5092
|
+
* @desc:删除节点点击事件
|
|
5093
|
+
* @param {Object} formData 点击删除的form数据
|
|
5094
|
+
* @author liufan
|
|
5095
|
+
* @date 2022年11月29日
|
|
5085
5096
|
**/
|
|
5086
5097
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
5087
5098
|
var _this4 = this;
|
|
@@ -5112,48 +5123,48 @@ var _components;
|
|
|
5112
5123
|
});
|
|
5113
5124
|
},
|
|
5114
5125
|
|
|
5115
|
-
/**
|
|
5116
|
-
* del
|
|
5117
|
-
* @desc:展示删除弹窗
|
|
5118
|
-
* @param {String} id 当前点击数据id
|
|
5119
|
-
* @author liufan
|
|
5120
|
-
* @date 2022年11月29日
|
|
5126
|
+
/**
|
|
5127
|
+
* del
|
|
5128
|
+
* @desc:展示删除弹窗
|
|
5129
|
+
* @param {String} id 当前点击数据id
|
|
5130
|
+
* @author liufan
|
|
5131
|
+
* @date 2022年11月29日
|
|
5121
5132
|
**/
|
|
5122
5133
|
del: function del(id) {
|
|
5123
5134
|
this.historyId = id;
|
|
5124
5135
|
this.showDel = true;
|
|
5125
5136
|
},
|
|
5126
5137
|
|
|
5127
|
-
/**
|
|
5128
|
-
* handleCurrentChange
|
|
5129
|
-
* @desc:监听页码变化
|
|
5130
|
-
* @param {String} val 当前页
|
|
5131
|
-
* @author liufan
|
|
5132
|
-
* @date 2022年11月29日
|
|
5138
|
+
/**
|
|
5139
|
+
* handleCurrentChange
|
|
5140
|
+
* @desc:监听页码变化
|
|
5141
|
+
* @param {String} val 当前页
|
|
5142
|
+
* @author liufan
|
|
5143
|
+
* @date 2022年11月29日
|
|
5133
5144
|
**/
|
|
5134
5145
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
5135
5146
|
this.currentPage = val;
|
|
5136
5147
|
this.getPressList();
|
|
5137
5148
|
},
|
|
5138
5149
|
|
|
5139
|
-
/**
|
|
5140
|
-
* handleSizeChange
|
|
5141
|
-
* @desc:监听每页数据显示数量变化
|
|
5142
|
-
* @param {String} val 每页展示数量
|
|
5143
|
-
* @author liufan
|
|
5144
|
-
* @date 2022年11月29日
|
|
5150
|
+
/**
|
|
5151
|
+
* handleSizeChange
|
|
5152
|
+
* @desc:监听每页数据显示数量变化
|
|
5153
|
+
* @param {String} val 每页展示数量
|
|
5154
|
+
* @author liufan
|
|
5155
|
+
* @date 2022年11月29日
|
|
5145
5156
|
**/
|
|
5146
5157
|
handleSizeChange: function handleSizeChange(val) {
|
|
5147
5158
|
this.pageSize = val;
|
|
5148
5159
|
this.getPressList();
|
|
5149
5160
|
},
|
|
5150
5161
|
|
|
5151
|
-
/**
|
|
5152
|
-
* sortChange
|
|
5153
|
-
* @desc:监听排序变化
|
|
5154
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
5155
|
-
* @author liufan
|
|
5156
|
-
* @date 2022年11月29日
|
|
5162
|
+
/**
|
|
5163
|
+
* sortChange
|
|
5164
|
+
* @desc:监听排序变化
|
|
5165
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
5166
|
+
* @author liufan
|
|
5167
|
+
* @date 2022年11月29日
|
|
5157
5168
|
**/
|
|
5158
5169
|
sortChange: function sortChange(info) {
|
|
5159
5170
|
var prop = info.prop,
|
|
@@ -5164,11 +5175,11 @@ var _components;
|
|
|
5164
5175
|
this.getPressList();
|
|
5165
5176
|
},
|
|
5166
5177
|
|
|
5167
|
-
/**
|
|
5168
|
-
* getPressList
|
|
5169
|
-
* @desc:催办列表数据
|
|
5170
|
-
* @author liufan
|
|
5171
|
-
* @date 2022年11月29日
|
|
5178
|
+
/**
|
|
5179
|
+
* getPressList
|
|
5180
|
+
* @desc:催办列表数据
|
|
5181
|
+
* @author liufan
|
|
5182
|
+
* @date 2022年11月29日
|
|
5172
5183
|
**/
|
|
5173
5184
|
getPressList: function getPressList() {
|
|
5174
5185
|
var _this5 = this;
|
|
@@ -5198,12 +5209,12 @@ var _components;
|
|
|
5198
5209
|
});
|
|
5199
5210
|
},
|
|
5200
5211
|
|
|
5201
|
-
/**
|
|
5202
|
-
* goPress
|
|
5203
|
-
* @desc:催办列表查看
|
|
5204
|
-
* @param {String} id 催办列表id
|
|
5205
|
-
* @author liufan
|
|
5206
|
-
* @date 2022年11月29日
|
|
5212
|
+
/**
|
|
5213
|
+
* goPress
|
|
5214
|
+
* @desc:催办列表查看
|
|
5215
|
+
* @param {String} id 催办列表id
|
|
5216
|
+
* @author liufan
|
|
5217
|
+
* @date 2022年11月29日
|
|
5207
5218
|
**/
|
|
5208
5219
|
goPress: function goPress(id) {
|
|
5209
5220
|
this.historyId = id;
|
|
@@ -5211,23 +5222,23 @@ var _components;
|
|
|
5211
5222
|
this.getPressList();
|
|
5212
5223
|
},
|
|
5213
5224
|
|
|
5214
|
-
/**
|
|
5215
|
-
* showFile
|
|
5216
|
-
* @desc:附件查看
|
|
5217
|
-
* @param {String} ownId 附件id
|
|
5218
|
-
* @author liufan
|
|
5219
|
-
* @date 2022年11月29日
|
|
5225
|
+
/**
|
|
5226
|
+
* showFile
|
|
5227
|
+
* @desc:附件查看
|
|
5228
|
+
* @param {String} ownId 附件id
|
|
5229
|
+
* @author liufan
|
|
5230
|
+
* @date 2022年11月29日
|
|
5220
5231
|
**/
|
|
5221
5232
|
showFile: function showFile(ownId) {
|
|
5222
5233
|
this.wfpendingid = ownId;
|
|
5223
5234
|
this.showFileList = true;
|
|
5224
5235
|
},
|
|
5225
5236
|
|
|
5226
|
-
/**
|
|
5227
|
-
* handleChange
|
|
5228
|
-
* @desc:切换排序方式
|
|
5229
|
-
* @author liufan
|
|
5230
|
-
* @date 2022年11月22日
|
|
5237
|
+
/**
|
|
5238
|
+
* handleChange
|
|
5239
|
+
* @desc:切换排序方式
|
|
5240
|
+
* @author liufan
|
|
5241
|
+
* @date 2022年11月22日
|
|
5231
5242
|
**/
|
|
5232
5243
|
handleChange: function handleChange(key, value) {
|
|
5233
5244
|
if (value) {
|
|
@@ -5238,11 +5249,11 @@ var _components;
|
|
|
5238
5249
|
this.getFlowList();
|
|
5239
5250
|
},
|
|
5240
5251
|
|
|
5241
|
-
/**
|
|
5242
|
-
* getFlowList
|
|
5243
|
-
* @desc:获取流程列表
|
|
5244
|
-
* @author liufan
|
|
5245
|
-
* @date 2022年11月22日
|
|
5252
|
+
/**
|
|
5253
|
+
* getFlowList
|
|
5254
|
+
* @desc:获取流程列表
|
|
5255
|
+
* @author liufan
|
|
5256
|
+
* @date 2022年11月22日
|
|
5246
5257
|
**/
|
|
5247
5258
|
getFlowList: function getFlowList() {
|
|
5248
5259
|
var _this6 = this;
|
|
@@ -5296,12 +5307,12 @@ var _components;
|
|
|
5296
5307
|
});
|
|
5297
5308
|
},
|
|
5298
5309
|
|
|
5299
|
-
/**
|
|
5300
|
-
* handleClick
|
|
5301
|
-
* @desc:表单点击事件
|
|
5302
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
5303
|
-
* @author liufan
|
|
5304
|
-
* @date 2022年11月10日
|
|
5310
|
+
/**
|
|
5311
|
+
* handleClick
|
|
5312
|
+
* @desc:表单点击事件
|
|
5313
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
5314
|
+
* @author liufan
|
|
5315
|
+
* @date 2022年11月10日
|
|
5305
5316
|
**/
|
|
5306
5317
|
handleClick: function handleClick(val) {
|
|
5307
5318
|
var _this7 = this;
|
|
@@ -5347,13 +5358,13 @@ var _components;
|
|
|
5347
5358
|
}
|
|
5348
5359
|
},
|
|
5349
5360
|
|
|
5350
|
-
/**
|
|
5351
|
-
* getCodeValue
|
|
5352
|
-
* @desc:获取代码表过滤后的值
|
|
5353
|
-
* @param {String} value 展示数据的代码值
|
|
5354
|
-
* @param {String} type 代码表类型
|
|
5355
|
-
* @author liufan
|
|
5356
|
-
* @date 2022年11月10日
|
|
5361
|
+
/**
|
|
5362
|
+
* getCodeValue
|
|
5363
|
+
* @desc:获取代码表过滤后的值
|
|
5364
|
+
* @param {String} value 展示数据的代码值
|
|
5365
|
+
* @param {String} type 代码表类型
|
|
5366
|
+
* @author liufan
|
|
5367
|
+
* @date 2022年11月10日
|
|
5357
5368
|
**/
|
|
5358
5369
|
getCodeValue: function getCodeValue(value, type) {
|
|
5359
5370
|
var val = this[type].filter(function (item) {
|
|
@@ -5362,12 +5373,12 @@ var _components;
|
|
|
5362
5373
|
return val[0].shortName;
|
|
5363
5374
|
},
|
|
5364
5375
|
|
|
5365
|
-
/**
|
|
5366
|
-
* getSysInfo
|
|
5367
|
-
* @desc:获取代码表
|
|
5368
|
-
* @param {String} code 编码code值
|
|
5369
|
-
* @author liufan
|
|
5370
|
-
* @date 2022年11月10日
|
|
5376
|
+
/**
|
|
5377
|
+
* getSysInfo
|
|
5378
|
+
* @desc:获取代码表
|
|
5379
|
+
* @param {String} code 编码code值
|
|
5380
|
+
* @author liufan
|
|
5381
|
+
* @date 2022年11月10日
|
|
5371
5382
|
**/
|
|
5372
5383
|
getSysInfo: function getSysInfo(code) {
|
|
5373
5384
|
var _this8 = this;
|
|
@@ -5389,11 +5400,11 @@ var _components;
|
|
|
5389
5400
|
}).catch(function (e) {});
|
|
5390
5401
|
},
|
|
5391
5402
|
|
|
5392
|
-
/**
|
|
5393
|
-
* getListInfo
|
|
5394
|
-
* @desc:获取预设列表数据
|
|
5395
|
-
* @author liufan
|
|
5396
|
-
* @date 2022年11月10日
|
|
5403
|
+
/**
|
|
5404
|
+
* getListInfo
|
|
5405
|
+
* @desc:获取预设列表数据
|
|
5406
|
+
* @author liufan
|
|
5407
|
+
* @date 2022年11月10日
|
|
5397
5408
|
**/
|
|
5398
5409
|
getListInfo: function getListInfo() {
|
|
5399
5410
|
var _this9 = this;
|
|
@@ -5444,7 +5455,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
5444
5455
|
|
|
5445
5456
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
5446
5457
|
src_mainvue_type_script_lang_js_,
|
|
5447
|
-
|
|
5458
|
+
mainvue_type_template_id_81c447bc_render,
|
|
5448
5459
|
staticRenderFns,
|
|
5449
5460
|
false,
|
|
5450
5461
|
null,
|