cnhis-design-vue 2.1.56 → 2.1.58
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/.prettierrc.js +27 -27
- package/CHANGELOG.md +2653 -2551
- package/README.md +90 -90
- package/commitlint.config.js +1 -1
- package/es/affix/index.js +8 -8
- package/es/age/index.js +18 -18
- package/es/alert/index.js +8 -8
- package/es/anchor/index.js +8 -8
- package/es/auto-complete/index.js +8 -8
- package/es/avatar/index.js +8 -8
- package/es/back-top/index.js +8 -8
- package/es/badge/index.js +8 -8
- package/es/base/index.js +8 -8
- package/es/big-table/index.js +308 -308
- package/es/breadcrumb/index.js +8 -8
- package/es/button/index.js +31 -31
- package/es/calendar/index.js +8 -8
- package/es/captcha/index.js +7 -7
- package/es/card/index.js +8 -8
- package/es/carousel/index.js +8 -8
- package/es/cascader/index.js +8 -8
- package/es/checkbox/index.js +17 -17
- package/es/col/index.js +8 -8
- package/es/collapse/index.js +8 -8
- package/es/color-picker/index.js +5 -5
- package/es/comment/index.js +8 -8
- package/es/config-provider/index.js +8 -8
- package/es/date-picker/index.js +30 -30
- package/es/descriptions/index.js +8 -8
- package/es/divider/index.js +8 -8
- package/es/drag-layout/index.js +5 -5
- package/es/drawer/index.js +8 -8
- package/es/dropdown/index.js +8 -8
- package/es/editor/index.js +1 -1
- package/es/ellipsis/index.js +3211 -0
- package/es/ellipsis/style.css +1 -0
- package/es/empty/index.js +8 -8
- package/es/fabric-chart/index.js +45 -45
- package/es/form/index.js +8 -8
- package/es/form-model/index.js +8 -8
- package/es/form-table/index.js +1623 -422
- package/es/form-table/style.css +1 -1
- package/es/grid/index.js +4 -4
- package/es/index/index.js +2599 -1411
- package/es/index/style.css +1 -1
- package/es/input/index.js +11 -11
- package/es/input-number/index.js +8 -8
- package/es/keep-cache/index.js +9 -9
- package/es/layout/index.js +8 -8
- package/es/list/index.js +8 -8
- package/es/locale-provider/index.js +8 -8
- package/es/map/index.js +13 -13
- package/es/mentions/index.js +8 -8
- package/es/menu/index.js +8 -8
- package/es/message/index.js +8 -8
- package/es/multi-chat/index.js +116 -116
- package/es/multi-chat-client/index.js +110 -110
- package/es/multi-chat-history/index.js +6 -6
- package/es/multi-chat-record/index.js +27 -27
- package/es/multi-chat-setting/index.js +43 -43
- package/es/multi-chat-sip/index.js +1 -1
- package/es/notification/index.js +8 -8
- package/es/page-header/index.js +8 -8
- package/es/pagination/index.js +8 -8
- package/es/popconfirm/index.js +8 -8
- package/es/popover/index.js +8 -8
- package/es/progress/index.js +8 -8
- package/es/radio/index.js +17 -17
- package/es/rate/index.js +8 -8
- package/es/result/index.js +8 -8
- package/es/row/index.js +8 -8
- package/es/scale-container/index.js +3361 -0
- package/es/scale-container/style.css +1 -0
- package/es/scale-view/index.js +158 -158
- package/es/select/index.js +83 -70
- package/es/select/style.css +1 -1
- package/es/select-label/index.js +50 -50
- package/es/select-person/index.js +20 -20
- package/es/shortcut-setter/index.js +10 -10
- package/es/skeleton/index.js +8 -8
- package/es/slider/index.js +8 -8
- package/es/space/index.js +8 -8
- package/es/spin/index.js +8 -8
- package/es/statistic/index.js +8 -8
- package/es/steps/index.js +8 -8
- package/es/switch/index.js +8 -8
- package/es/table-filter/index.js +251 -238
- package/es/table-filter/style.css +1 -1
- package/es/tabs/index.js +8 -8
- package/es/tag/index.js +9 -9
- package/es/time-picker/index.js +8 -8
- package/es/timeline/index.js +8 -8
- package/es/tooltip/index.js +8 -8
- package/es/transfer/index.js +8 -8
- package/es/tree/index.js +8 -8
- package/es/tree-select/index.js +8 -8
- package/es/upload/index.js +8 -8
- package/es/utils/clickoutside.js +7 -7
- package/es/utils/kty.min-1.0.0.js +5 -5
- package/es/utils/time-domain.js +16 -16
- package/es/utils/utils-map.js +32 -32
- package/es/utils/vexutils.js +27 -27
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +5011 -1618
- package/lib/cui.umd.js +5011 -1618
- package/lib/cui.umd.min.js +63 -57
- package/package.json +110 -108
- package/packages/affix/index.js +12 -12
- package/packages/affix/src/Affix.jsx +12 -12
- package/packages/age/index.js +27 -27
- package/packages/age/src/age/index.vue +139 -139
- package/packages/age/src/age-com/index.vue +209 -209
- package/packages/alert/index.js +12 -12
- package/packages/alert/src/Alert.jsx +11 -11
- package/packages/anchor/index.js +18 -18
- package/packages/anchor/src/Anchor.jsx +11 -11
- package/packages/anchor/src/Link.jsx +11 -11
- package/packages/auto-complete/index.js +12 -12
- package/packages/auto-complete/src/AutoComplete.jsx +12 -12
- package/packages/avatar/index.js +12 -12
- package/packages/avatar/src/Avatar.jsx +11 -11
- package/packages/back-top/index.js +12 -12
- package/packages/back-top/src/BackTop.jsx +11 -11
- package/packages/badge/index.js +12 -12
- package/packages/badge/src/Badge.jsx +11 -11
- package/packages/base/index.js +3 -3
- package/packages/big-table/index.js +16 -16
- package/packages/big-table/src/BigTable.vue +3144 -3144
- package/packages/big-table/src/Fieldset.vue +2067 -2067
- package/packages/big-table/src/assets/iconfont/iconfont.css +21 -21
- package/packages/big-table/src/assets/style/table-base.less +385 -385
- package/packages/big-table/src/assets/style/table-global.less +175 -175
- package/packages/big-table/src/components/AutoLayoutButton.vue +279 -279
- package/packages/big-table/src/components/NoData.vue +81 -81
- package/packages/big-table/src/components/TextOverTooltip.vue +120 -120
- package/packages/big-table/src/components/edit-form/EditForm.vue +509 -509
- package/packages/big-table/src/components/edit-form/edit-component/config-data/index.js +68 -68
- package/packages/big-table/src/components/edit-form/edit-component/edit-date-picker/edit-date-picker.vue +60 -60
- package/packages/big-table/src/components/edit-form/edit-component/edit-digital/edit-digital.vue +54 -54
- package/packages/big-table/src/components/edit-form/edit-component/edit-input/edit-input.vue +39 -39
- package/packages/big-table/src/components/edit-form/edit-component/edit-input-password/edit-input-password.vue +79 -79
- package/packages/big-table/src/components/edit-form/edit-component/edit-month-picker/edit-month-picker.vue +37 -37
- package/packages/big-table/src/components/edit-form/edit-component/edit-search/edit-search.vue +82 -82
- package/packages/big-table/src/components/edit-form/edit-component/edit-search-more/edit-search-more.vue +95 -95
- package/packages/big-table/src/components/edit-form/edit-component/edit-select/edit-select.vue +40 -40
- package/packages/big-table/src/components/edit-form/edit-component/edit-select-multiple/edit-select-multiple.vue +55 -55
- package/packages/big-table/src/components/edit-form/edit-component/edit-switch/edit-switch.vue +43 -43
- package/packages/big-table/src/components/edit-form/edit-component/edit-textarea/edit-textarea.vue +41 -41
- package/packages/big-table/src/components/edit-form/edit-component/edit-time-picker/edit-time-picker.vue +40 -40
- package/packages/big-table/src/components/edit-form/edit-component/mixins/bound-date.js +3 -3
- package/packages/big-table/src/components/edit-form/edit-component/mixins/dateType.js +217 -217
- package/packages/big-table/src/components/edit-form/edit-component/mixins/item-default.js +639 -639
- package/packages/big-table/src/components/edit-form/edit-component/mixins/search.js +1247 -1247
- package/packages/big-table/src/components/edit-form/edit-component/register-com.js +26 -26
- package/packages/big-table/src/components/edit-form/edit-item/form-event.js +80 -80
- package/packages/big-table/src/components/edit-form/edit-item/global-props.js +33 -33
- package/packages/big-table/src/components/edit-form/edit-item/index.js +4 -4
- package/packages/big-table/src/components/edit-form/edit-item/render-methods.js +28 -28
- package/packages/big-table/src/components/edit-form/edit-item/validate-rules.js +463 -463
- package/packages/big-table/src/components/edit-form/edit-mixins/form-commom.js +673 -673
- package/packages/big-table/src/components/edit-form/edit-mixins/index.js +3 -3
- package/packages/big-table/src/components/edit-form/edit-utils/index.js +112 -112
- package/packages/big-table/src/components/password-com.vue +58 -58
- package/packages/big-table/src/components/player-vod/index.vue +57 -57
- package/packages/big-table/src/components/player-vod/player.vue +189 -189
- package/packages/big-table/src/components/player-vod/video-list.vue +265 -265
- package/packages/big-table/src/components/player-vod/video-modal.vue +126 -126
- package/packages/big-table/src/utils/CustomPagination.vue +86 -86
- package/packages/big-table/src/utils/batchEditing.js +610 -610
- package/packages/big-table/src/utils/bigTableProps.js +103 -103
- package/packages/big-table/src/utils/format.js +557 -557
- package/packages/big-table/src/utils/nestTable.js +109 -109
- package/packages/big-table/src/utils/tableParse.js +234 -234
- package/packages/breadcrumb/index.js +21 -21
- package/packages/breadcrumb/src/Breadcrumb.jsx +11 -11
- package/packages/breadcrumb/src/BreadcrumbItem.jsx +11 -11
- package/packages/breadcrumb/src/BreadcrumbSeparator.jsx +11 -11
- package/packages/button/index.js +21 -21
- package/packages/button/src/Button.jsx +11 -11
- package/packages/button/src/ButtonGroup.jsx +11 -11
- package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +181 -181
- package/packages/button/src/ButtonPrint/index.vue +766 -766
- package/packages/button/src/ButtonPrint/mixin/his-print.js +95 -95
- package/packages/calendar/index.js +12 -12
- package/packages/calendar/src/Calendar.jsx +11 -11
- package/packages/captcha/index.js +9 -9
- package/packages/captcha/src/Captcha.vue +164 -164
- package/packages/captcha/src/Index.vue +47 -47
- package/packages/captcha/src/SlideVerify.vue +285 -285
- package/packages/card/index.js +21 -21
- package/packages/card/src/Card.jsx +12 -12
- package/packages/card/src/CardGrid.js +7 -7
- package/packages/card/src/CardMeta.js +7 -7
- package/packages/carousel/index.js +12 -12
- package/packages/carousel/src/Carousel.jsx +12 -12
- package/packages/cascader/index.js +12 -12
- package/packages/cascader/src/Cascader.jsx +11 -11
- package/packages/checkbox/index.js +30 -30
- package/packages/checkbox/src/Checkbox.jsx +11 -11
- package/packages/checkbox/src/CheckboxImg/index.vue +141 -141
- package/packages/checkbox/src/Group.jsx +11 -11
- package/packages/col/index.js +13 -13
- package/packages/col/src/Col.jsx +11 -11
- package/packages/collapse/index.js +18 -18
- package/packages/collapse/src/Collapse.jsx +11 -11
- package/packages/collapse/src/Panel.jsx +11 -11
- package/packages/color-picker/index.js +10 -10
- package/packages/color-picker/src/color-picker.vue +191 -191
- package/packages/color-picker/src/style.less +109 -109
- package/packages/comment/index.js +12 -12
- package/packages/comment/src/Comment.jsx +11 -11
- package/packages/config-provider/index.js +12 -12
- package/packages/config-provider/src/ConfigProvider.jsx +11 -11
- package/packages/date-picker/index.js +26 -26
- package/packages/date-picker/src/DatePicker.jsx +12 -12
- package/packages/date-picker/src/MonthPicker.jsx +11 -11
- package/packages/date-picker/src/RangePicker.jsx +11 -11
- package/packages/date-picker/src/WeekPicker.jsx +11 -11
- package/packages/date-picker/src/utils/index.js +374 -374
- package/packages/descriptions/index.js +18 -18
- package/packages/descriptions/src/Descriptions.jsx +11 -11
- package/packages/descriptions/src/Item.jsx +11 -11
- package/packages/divider/index.js +12 -12
- package/packages/divider/src/Divider.jsx +11 -11
- package/packages/drag-layout/DragFormLeftItem.vue +173 -173
- package/packages/drag-layout/DragFormRightItem.vue +284 -284
- package/packages/drag-layout/I18n-mixins.js +10 -10
- package/packages/drag-layout/drag-layout.vue +778 -778
- package/packages/drag-layout/index.js +12 -12
- package/packages/drawer/index.js +12 -12
- package/packages/drawer/src/Drawer.jsx +11 -11
- package/packages/dropdown/index.js +12 -12
- package/packages/dropdown/src/Dropdown.jsx +11 -11
- package/packages/editor/index.js +9 -9
- package/packages/ellipsis/index.js +9 -0
- package/packages/ellipsis/src/Ellipsis.vue +65 -0
- package/packages/empty/index.js +12 -12
- package/packages/empty/src/Empty.jsx +11 -11
- package/packages/fabric-chart/index.js +9 -9
- package/packages/fabric-chart/src/FabricGrid.vue +66 -66
- package/packages/fabric-chart/src/components/DropPopup.vue +90 -90
- package/packages/fabric-chart/src/components/MouseRightClick.vue +168 -168
- package/packages/fabric-chart/src/components/TimeScaleValue.vue +115 -115
- package/packages/fabric-chart/src/const/defaultVaule.js +59 -59
- package/packages/fabric-chart/src/fabric-chart/FabricLines.vue +552 -552
- package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +1126 -1126
- package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +134 -134
- package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +566 -566
- package/packages/fabric-chart/src/mixins/fabricCommon.js +95 -95
- package/packages/fabric-chart/src/mixins/fabricObject.js +193 -193
- package/packages/fabric-chart/src/mixins/type.js +5 -5
- package/packages/form/index.js +16 -16
- package/packages/form/src/Form.jsx +11 -11
- package/packages/form/src/Item.jsx +11 -11
- package/packages/form-model/index.js +14 -14
- package/packages/form-model/src/FormModel.jsx +11 -11
- package/packages/form-model/src/Item.jsx +11 -11
- package/packages/form-table/index.js +16 -10
- package/packages/form-table/src/FormTable.vue +1110 -1110
- package/packages/form-table/src/components/table-component/config-data/index.js +80 -80
- package/packages/form-table/src/components/table-component/global-props.js +22 -22
- package/packages/form-table/src/components/table-component/index.js +8 -8
- package/packages/form-table/src/components/table-component/mixins/bound-date.js +455 -455
- package/packages/form-table/src/components/table-component/mixins/dateType.js +217 -217
- package/packages/form-table/src/components/table-component/mixins/item-default.js +257 -257
- package/packages/form-table/src/components/table-component/mixins/search.js +1242 -1228
- package/packages/form-table/src/components/table-component/register-com.js +30 -30
- package/packages/form-table/src/components/table-component/table-age/table-age.vue +175 -175
- package/packages/form-table/src/components/table-component/table-date-picker/table-date-picker.vue +87 -87
- package/packages/form-table/src/components/table-component/table-digital/table-digital.vue +93 -93
- package/packages/form-table/src/components/table-component/table-input/table-input.vue +81 -81
- package/packages/form-table/src/components/table-component/table-input-password/table-input-password.vue +126 -126
- package/packages/form-table/src/components/table-component/table-month-picker/table-month-picker.vue +55 -55
- package/packages/form-table/src/components/table-component/table-search/table-search.vue +174 -128
- package/packages/form-table/src/components/table-component/table-search-more/table-search-more.vue +191 -144
- package/packages/form-table/src/components/table-component/table-select/table-select.vue +64 -64
- package/packages/form-table/src/components/table-component/table-select-multiple/table-select-multiple.vue +81 -81
- package/packages/form-table/src/components/table-component/table-textarea/table-textarea.vue +76 -76
- package/packages/form-table/src/components/table-component/table-time-picker/table-time-picker.vue +55 -55
- package/packages/form-table/src/components/table-component/table-tree-select/table-tree-select.vue +135 -135
- package/packages/form-table/src/components/table-component/text-over-tooltip/TextOverTooltip.vue +97 -97
- package/packages/form-table/src/components/table-item/form-event.js +81 -81
- package/packages/form-table/src/components/table-item/global-props.js +27 -27
- package/packages/form-table/src/components/table-item/index.js +4 -4
- package/packages/form-table/src/components/table-item/render-methods.js +28 -28
- package/packages/form-table/src/components/table-item/validate-rules.js +520 -520
- package/packages/form-table/src/components/table-mixins/form-commom.js +98 -98
- package/packages/form-table/src/components/table-mixins/index.js +3 -3
- package/packages/form-table/src/components/table-utils/index.js +112 -112
- package/packages/form-table/src/disabledDetail.less +46 -46
- package/packages/grid/index.js +10 -10
- package/packages/grid/src/grid.js +28 -28
- package/packages/icon/index.js +10 -10
- package/packages/icon/src/icon.js +13 -13
- package/packages/index.js +313 -307
- package/packages/input/index.js +30 -30
- package/packages/input/src/Group.jsx +11 -11
- package/packages/input/src/Input.jsx +11 -11
- package/packages/input/src/Password.jsx +11 -11
- package/packages/input/src/Search.jsx +11 -11
- package/packages/input/src/TextArea.jsx +11 -11
- package/packages/input/src/input-quick/components/quick-item.vue +284 -284
- package/packages/input/src/input-quick/components/quick-popover.vue +596 -596
- package/packages/input/src/input-quick/index.vue +137 -137
- package/packages/input-number/index.js +12 -12
- package/packages/input-number/src/InputNumber.jsx +11 -11
- package/packages/keep-cache/KeepCache.js +236 -236
- package/packages/keep-cache/index.css +2 -2
- package/packages/keep-cache/index.js +8 -8
- package/packages/layout/index.js +27 -27
- package/packages/layout/src/Content.jsx +11 -11
- package/packages/layout/src/Footer.jsx +11 -11
- package/packages/layout/src/Header.jsx +11 -11
- package/packages/layout/src/Layout.jsx +11 -11
- package/packages/layout/src/Sider.jsx +11 -11
- package/packages/list/index.js +21 -21
- package/packages/list/src/Item.jsx +11 -11
- package/packages/list/src/ItemMeta.jsx +11 -11
- package/packages/list/src/List.jsx +11 -11
- package/packages/locale-provider/index.js +12 -12
- package/packages/locale-provider/src/LocaleProvider.jsx +11 -11
- package/packages/map/index.js +9 -9
- package/packages/map/src/Map.vue +484 -484
- package/packages/map/src/popup-map.vue +53 -53
- package/packages/mentions/index.js +18 -18
- package/packages/mentions/src/Mentions.jsx +11 -11
- package/packages/mentions/src/Option.jsx +11 -11
- package/packages/menu/index.js +27 -27
- package/packages/menu/src/Divider.jsx +11 -11
- package/packages/menu/src/Item.jsx +11 -11
- package/packages/menu/src/ItemGroup.jsx +11 -11
- package/packages/menu/src/Menu.jsx +11 -11
- package/packages/menu/src/SubMenu.jsx +11 -11
- package/packages/message/index.js +8 -8
- package/packages/modal/index.js +10 -10
- package/packages/modal/src/Modal.js +7 -7
- package/packages/multi-chat/chat/addConference.vue +200 -200
- package/packages/multi-chat/chat/addMembers.vue +411 -411
- package/packages/multi-chat/chat/advancedFilter.vue +372 -372
- package/packages/multi-chat/chat/calling.vue +246 -246
- package/packages/multi-chat/chat/chatFooter.vue +1596 -1596
- package/packages/multi-chat/chat/chatHistory.vue +605 -605
- package/packages/multi-chat/chat/chatMain.vue +1486 -1486
- package/packages/multi-chat/chat/client/index.vue +149 -149
- package/packages/multi-chat/chat/delay.vue +177 -177
- package/packages/multi-chat/chat/evaluate.vue +343 -343
- package/packages/multi-chat/chat/messageRecord.vue +324 -324
- package/packages/multi-chat/chat/mixins/NoData.js +20 -20
- package/packages/multi-chat/chat/mixins/base.js +97 -97
- package/packages/multi-chat/chat/mixins/uniRTCAPI.js +80 -80
- package/packages/multi-chat/chat/mixins/viewerOptions.js +67 -67
- package/packages/multi-chat/chat/quickReply.vue +439 -439
- package/packages/multi-chat/chat/robot/index.vue +312 -312
- package/packages/multi-chat/chat/scrollList.vue +1238 -1238
- package/packages/multi-chat/chat/videoVoiceList.vue +348 -348
- package/packages/multi-chat/chat/voice.vue +431 -431
- package/packages/multi-chat/components/avatar.vue +113 -113
- package/packages/multi-chat/components/chat-tabs-header.vue +251 -251
- package/packages/multi-chat/components/classify-tabs.vue +185 -185
- package/packages/multi-chat/components/empty.vue +24 -24
- package/packages/multi-chat/components/modal-refuse-reason.vue +112 -112
- package/packages/multi-chat/components/modal-sip.vue +160 -160
- package/packages/multi-chat/components/modal-user-transfer.vue +98 -98
- package/packages/multi-chat/components/msg-describe.vue +138 -138
- package/packages/multi-chat/components/msg-picture.vue +68 -68
- package/packages/multi-chat/components/msg-prescription.vue +205 -205
- package/packages/multi-chat/components/read-record.vue +133 -133
- package/packages/multi-chat/components/read-status.vue +34 -34
- package/packages/multi-chat/components/user-status.vue +198 -198
- package/packages/multi-chat/index.js +7 -7
- package/packages/multi-chat/setting/authority/index.vue +156 -156
- package/packages/multi-chat/setting/authority/roleSetting.vue +204 -204
- package/packages/multi-chat/setting/baseInfo/index.vue +1316 -1316
- package/packages/multi-chat/setting/customerService/batchSelect.vue +403 -403
- package/packages/multi-chat/setting/customerService/index.vue +273 -273
- package/packages/multi-chat/setting/event/edit/condition.vue +128 -128
- package/packages/multi-chat/setting/event/edit/index.vue +437 -437
- package/packages/multi-chat/setting/event/edit/notice.vue +129 -129
- package/packages/multi-chat/setting/event/edit/strategy.vue +98 -98
- package/packages/multi-chat/setting/event/index.vue +249 -249
- package/packages/multi-chat/setting/index.vue +269 -269
- package/packages/multi-chat/setting/page.vue +14 -14
- package/packages/multi-chat/setting/sessionList/index.vue +412 -412
- package/packages/multi-chat/setting/sessionList/messageRecord.vue +372 -372
- package/packages/multi-chat/setting/userConfig/index.vue +124 -124
- package/packages/multi-chat/setting/worktime/index.vue +274 -274
- package/packages/multi-chat/store/actions.js +452 -452
- package/packages/multi-chat/store/getters.js +371 -371
- package/packages/multi-chat/store/helper.js +66 -66
- package/packages/multi-chat/store/index.js +50 -50
- package/packages/multi-chat/store/mutation.js +296 -296
- package/packages/multi-chat/store/state.js +117 -117
- package/packages/multi-chat/style/emoji.css +315 -315
- package/packages/multi-chat/style/message.mixin.less +38 -38
- package/packages/multi-chat/utils/chatSock.js +93 -93
- package/packages/multi-chat/utils/compressImage.js +115 -115
- package/packages/multi-chat/utils/emoji.json +68 -68
- package/packages/multi-chat/utils/index.js +259 -259
- package/packages/multi-chat/utils/observer-scroll.js +49 -49
- package/packages/multi-chat/utils/panelsetting.js +48 -48
- package/packages/multi-chat-client/index.js +7 -7
- package/packages/multi-chat-history/index.js +7 -7
- package/packages/multi-chat-record/index.js +7 -7
- package/packages/multi-chat-setting/index.js +7 -7
- package/packages/multi-chat-sip/index.js +6 -6
- package/packages/notification/index.js +8 -8
- package/packages/page-header/index.js +12 -12
- package/packages/page-header/src/PageHeader.jsx +11 -11
- package/packages/pagination/index.js +12 -12
- package/packages/pagination/src/Pagination.jsx +11 -11
- package/packages/popconfirm/index.js +12 -12
- package/packages/popconfirm/src/Popconfirm.jsx +11 -11
- package/packages/popover/index.js +12 -12
- package/packages/popover/src/Popover.jsx +11 -11
- package/packages/progress/index.js +12 -12
- package/packages/progress/src/Progress.jsx +11 -11
- package/packages/radio/index.js +33 -33
- package/packages/radio/src/Group.jsx +11 -11
- package/packages/radio/src/Radio.jsx +11 -11
- package/packages/radio/src/RadioButton.jsx +11 -11
- package/packages/radio/src/RadioImg/index.vue +124 -124
- package/packages/rate/index.js +12 -12
- package/packages/rate/src/Rate.jsx +11 -11
- package/packages/result/index.js +12 -12
- package/packages/result/src/Result.jsx +11 -11
- package/packages/row/index.js +12 -12
- package/packages/row/src/Row.jsx +11 -11
- package/packages/scale-container/index.js +9 -0
- package/packages/scale-container/src/ScaleContainer.vue +197 -0
- package/packages/scale-container/src/scale.png +0 -0
- package/packages/scale-view/NoData.vue +81 -81
- package/packages/scale-view/answerParse.vue +133 -133
- package/packages/scale-view/customList.vue +801 -801
- package/packages/scale-view/data.js +80 -80
- package/packages/scale-view/evaluateCountdown.vue +155 -155
- package/packages/scale-view/evaluatePage.vue +202 -202
- package/packages/scale-view/formitem/data.js +3991 -3991
- package/packages/scale-view/formitem/index.js +6 -6
- package/packages/scale-view/formitem/r-address.vue +238 -238
- package/packages/scale-view/formitem/r-choice.vue +726 -726
- package/packages/scale-view/formitem/r-input.vue +92 -92
- package/packages/scale-view/formitem/r-prompt.vue +52 -52
- package/packages/scale-view/formitem/r-time.vue +285 -285
- package/packages/scale-view/formitem/r-upload-custom-list.vue +242 -242
- package/packages/scale-view/formitem/r-upload.vue +287 -287
- package/packages/scale-view/formitem/text-over-tooltip/TextOverTooltip.vue +98 -98
- package/packages/scale-view/index.js +17 -17
- package/packages/scale-view/mixin/NoData.js +38 -38
- package/packages/scale-view/mixin/evaluate.js +146 -146
- package/packages/scale-view/mixin/index.js +337 -337
- package/packages/scale-view/mixin/judgeTypes.js +267 -267
- package/packages/scale-view/scaleView.vue +2010 -2010
- package/packages/select/index.js +27 -27
- package/packages/select/src/CustomSelect/index.vue +130 -130
- package/packages/select/src/OptGroup.jsx +11 -11
- package/packages/select/src/Option.jsx +11 -11
- package/packages/select/src/Select/Select.vue +231 -231
- package/packages/select/src/Select/index.js +12 -12
- package/packages/select/src/TableSelect/index.vue +514 -514
- package/packages/select-label/index.js +14 -14
- package/packages/select-label/label-classify.vue +129 -129
- package/packages/select-label/labelFormContent.vue +787 -787
- package/packages/select-label/select-label.vue +581 -581
- package/packages/select-person/index.js +10 -10
- package/packages/select-person/search-tree.vue +373 -373
- package/packages/select-person/select-person.vue +1696 -1696
- package/packages/shortcut-setter/index.js +12 -12
- package/packages/shortcut-setter/src/ShortcutSetter.vue +55 -55
- package/packages/shortcut-setter/src/ShortcutSetterItem.vue +84 -84
- package/packages/shortcut-setter/src/utils/index.js +63 -63
- package/packages/skeleton/index.js +12 -12
- package/packages/skeleton/src/Skeleton.jsx +11 -11
- package/packages/slider/index.js +12 -12
- package/packages/slider/src/Slider.jsx +11 -11
- package/packages/space/index.js +12 -12
- package/packages/space/src/Space.jsx +11 -11
- package/packages/spin/index.js +12 -12
- package/packages/spin/src/Spin.jsx +11 -11
- package/packages/statistic/index.js +18 -18
- package/packages/statistic/src/Countdown.jsx +11 -11
- package/packages/statistic/src/Statistic.jsx +11 -11
- package/packages/steps/index.js +18 -18
- package/packages/steps/src/Step.jsx +11 -11
- package/packages/steps/src/Steps.jsx +11 -11
- package/packages/switch/index.js +12 -12
- package/packages/switch/src/Switch.jsx +11 -11
- package/packages/table-filter/index.js +27 -27
- package/packages/table-filter/src/base-search-com/BaseSearch.vue +2572 -2572
- package/packages/table-filter/src/classification/Classification-com.vue +1756 -1756
- package/packages/table-filter/src/classification/search-class-name.vue +266 -266
- package/packages/table-filter/src/classification/search-professional-model.vue +680 -680
- package/packages/table-filter/src/components/TextOverTooltip.vue +107 -107
- package/packages/table-filter/src/components/age-com/index.vue +205 -205
- package/packages/table-filter/src/components/button-group/ButtonGroup.vue +162 -162
- package/packages/table-filter/src/components/button-icon/button-icon.js +33 -33
- package/packages/table-filter/src/components/button-icon/getBtnIcon.js +34 -34
- package/packages/table-filter/src/components/c-tree-select/tree-select.vue +336 -336
- package/packages/table-filter/src/components/drop-button/drop-button.vue +224 -224
- package/packages/table-filter/src/components/drop-button/head-btn-icon.js +33 -33
- package/packages/table-filter/src/components/drop-view/drop-view.vue +89 -89
- package/packages/table-filter/src/components/multi-select/multi-select.vue +227 -227
- package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +340 -340
- package/packages/table-filter/src/components/range-age/index.vue +172 -172
- package/packages/table-filter/src/components/search-condition/SearchCondition.vue +1897 -1897
- package/packages/table-filter/src/components/search-condition/fieldTypeList.js +169 -169
- package/packages/table-filter/src/components/search-filter/SearchFilter.vue +278 -278
- package/packages/table-filter/src/components/search-modal/set-classification.vue +310 -310
- package/packages/table-filter/src/components/table-modal/TableModal.vue +463 -463
- package/packages/table-filter/src/const/dataOptions.js +43 -43
- package/packages/table-filter/src/const/index.js +1 -1
- package/packages/table-filter/src/index.vue +584 -584
- package/packages/table-filter/src/mixins/mixins.js +694 -694
- package/packages/table-filter/src/mixins/tableSearchCon.js +128 -128
- package/packages/table-filter/src/mixins/wordBookutils.js +102 -102
- package/packages/table-filter/src/quick-search/QuickSearch.vue +2125 -2125
- package/packages/tabs/index.js +18 -18
- package/packages/tabs/src/TabPane.jsx +11 -11
- package/packages/tabs/src/Tabs.jsx +11 -11
- package/packages/tag/index.js +21 -21
- package/packages/tag/src/CheckableTag.jsx +11 -11
- package/packages/tag/src/Tag.jsx +11 -11
- package/packages/tag/src/TagGroup.vue +621 -621
- package/packages/time-picker/index.js +12 -12
- package/packages/time-picker/src/TimePicker.jsx +11 -11
- package/packages/timeline/index.js +14 -14
- package/packages/timeline/src/Item.jsx +11 -11
- package/packages/timeline/src/Timeline.jsx +11 -11
- package/packages/tooltip/index.js +12 -12
- package/packages/tooltip/src/Tooltip.jsx +11 -11
- package/packages/transfer/index.js +12 -12
- package/packages/transfer/src/Transfer.jsx +11 -11
- package/packages/tree/index.js +18 -18
- package/packages/tree/src/Tree.jsx +11 -11
- package/packages/tree/src/TreeNode.jsx +11 -11
- package/packages/tree-select/index.js +18 -18
- package/packages/tree-select/src/TreeNode.jsx +11 -11
- package/packages/tree-select/src/TreeSelect.jsx +11 -11
- package/packages/upload/chunk-upload/chunk-upload-new.vue +1001 -1001
- package/packages/upload/chunk-upload/vod-chunk-upload.vue +749 -749
- package/packages/upload/chunk-upload/vod-upload-modal.vue +100 -100
- package/packages/upload/index.js +12 -12
- package/packages/upload/src/Upload.jsx +11 -11
- package/packages/verification-code/SlideVerify.vue +306 -306
- package/packages/verification-code/index.js +17 -17
- package/packages/verification-code/verification-code.vue +147 -147
- package/src/assets/img/nodata.png +0 -0
- package/src/component/player-vod/index.vue +57 -57
- package/src/component/player-vod/player.vue +188 -188
- package/src/component/player-vod/video-list.vue +262 -262
- package/src/component/player-vod/video-modal.vue +128 -128
- package/src/component/select-options/index.vue +430 -0
- package/src/component/select-pages/index.vue +95 -74
- package/src/component/svg/index.vue +59 -59
- package/src/core/create.js +6 -6
- package/src/core/event.js +23 -23
- package/src/core/table-methods.js +444 -444
- package/src/directive/flexibleResize.js +151 -151
- package/src/directive/preventReClick.js +12 -12
- package/src/directive/scroll.js +230 -230
- package/src/global/variable.js +2 -2
- package/src/style/normalize.css +424 -424
- package/src/style/style.less +49 -49
- package/src/utils/UniRTCv2.js +626 -626
- package/src/utils/chatFetch.js +61 -61
- package/src/utils/clickoutside.js +75 -75
- package/src/utils/crypto.js +25 -25
- package/src/utils/index.js +81 -81
- package/src/utils/kty-sdk.js +582 -582
- package/src/utils/kty.min-1.0.0.js +14378 -14378
- package/src/utils/sip-device.js +79 -79
- package/src/utils/time-domain.js +193 -193
- package/src/utils/trtc.js +1 -1
- package/src/utils/utils-map.js +484 -484
- package/src/utils/vexutils.js +836 -836
package/es/big-table/index.js
CHANGED
|
@@ -233,7 +233,7 @@ exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDes
|
|
|
233
233
|
// ESM COMPAT FLAG
|
|
234
234
|
__webpack_require__.r(__webpack_exports__);
|
|
235
235
|
|
|
236
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
236
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-select-multiple/edit-select-multiple.vue?vue&type=template&id=39b08c4e&scoped=true&
|
|
237
237
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-select',{ref:_vm.item.val_key,staticClass:"formItem-select formItem-select-multiple",attrs:{"mode":"multiple","showArrow":true,"defaultActiveFirstOption":"","optionData":("" + (JSON.stringify(_vm.item.option))),"allowClear":_vm.item.is_empty == 0,"disabled":_vm.item.is_edit == 0,"dropdownMatchSelectWidth":true,"placeholder":_vm.item.placeholder || ("请选择" + (_vm.item.name)) || '',"filterOption":_vm.$utils.filterOption},on:{"dropdownVisibleChange":_vm.dropdownVisibleChange},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}},_vm._l((_vm.item.option),function(v,y){return _c('a-select-option',{key:(y + 9).toString(36) + y,attrs:{"value":v.value}},[_vm._v(_vm._s(v.text))])}),1)}
|
|
238
238
|
var staticRenderFns = []
|
|
239
239
|
|
|
@@ -330,7 +330,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
330
330
|
// ESM COMPAT FLAG
|
|
331
331
|
__webpack_require__.r(__webpack_exports__);
|
|
332
332
|
|
|
333
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
333
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-input-password/edit-input-password.vue?vue&type=template&id=158a704c&scoped=true&
|
|
334
334
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{
|
|
335
335
|
'is-show-psw': !_vm.isReadOnly
|
|
336
336
|
}},[_c('a-input',{ref:("input-password-" + (_vm.item.val_key)),attrs:{"type":_vm.inputType,"autocomplete":"off","autocorrect":"off","autocapitalize":"off","spellcheck":"false","disabled":_vm.item.is_edit == 0,"allowClear":_vm.item.is_empty == 0,"addon-before":_vm.item.before,"addon-after":_vm.item.suffix,"placeholder":_vm.item.placeholder || '',"maxLength":_vm.item.validate && _vm.item.validate.max_length ? +_vm.item.validate.max_length : 300},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}},[_c('template',{slot:"suffix"},[_c('svg-icon',{staticStyle:{"font-size":"1em"},style:({ color: _vm.isReadOnly ? _vm.styleSetting.themeColor : undefined }),attrs:{"icon-class":_vm.isReadOnly ? 'chakan' : 'anniuyincang'},on:{"click":_vm.handleTogglePsw}})],1)],2)],1)}
|
|
@@ -433,7 +433,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
433
433
|
// ESM COMPAT FLAG
|
|
434
434
|
__webpack_require__.r(__webpack_exports__);
|
|
435
435
|
|
|
436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
436
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-switch/edit-switch.vue?vue&type=template&id=2a7e4248&scoped=true&
|
|
437
437
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-checkbox',{ref:("switch-" + (_vm.item.val_key)),attrs:{"checked":_vm.item.useFormValue,"disabled":_vm.item.is_edit == 0,"placeholder":_vm.item.placeholder || ''},on:{"change":_vm.onChange}})}
|
|
438
438
|
var staticRenderFns = []
|
|
439
439
|
|
|
@@ -664,7 +664,7 @@ var es_promise_finally = __webpack_require__("a79d");
|
|
|
664
664
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
665
665
|
var es_function_name_js_ = __webpack_require__("db0a");
|
|
666
666
|
|
|
667
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
667
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/BigTable.vue?vue&type=template&id=0046a882&scoped=true&
|
|
668
668
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"big-table",class:{
|
|
669
669
|
mt: _vm.visibleCheckAllWrap || _vm.visibleTreeCheck || _vm.hasRefresh,
|
|
670
670
|
'expand-padding': !_vm.isNestTable,
|
|
@@ -883,7 +883,7 @@ var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
|
883
883
|
var external_vue_xss_ = __webpack_require__("3f08");
|
|
884
884
|
var external_vue_xss_default = /*#__PURE__*/__webpack_require__.n(external_vue_xss_);
|
|
885
885
|
|
|
886
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
886
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/TextOverTooltip.vue?vue&type=template&id=b91a09c4&scoped=true&
|
|
887
887
|
var TextOverTooltipvue_type_template_id_b91a09c4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"text-over-tooltip-components"},[_c('a-tooltip',{attrs:{"effect":_vm.effect,"visible":_vm.isDisabledTooltip,"title":_vm.curContent,"placement":_vm.placement}},[_c('div',{staticClass:"ellipsis",class:_vm.className,on:{"mouseover":function($event){return _vm.onMouseOver(_vm.refName)},"mouseout":_vm.onMouseOut}},[_c('i',{ref:_vm.refName},[_vm._t("default"),_c('i',[_vm._v(_vm._s(_vm.content))])],2)])])],1)}
|
|
888
888
|
var TextOverTooltipvue_type_template_id_b91a09c4_scoped_true_staticRenderFns = []
|
|
889
889
|
|
|
@@ -1864,9 +1864,9 @@ var AutoLayoutButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1864
1864
|
return settingObj.trigger_type === 'PRINT';
|
|
1865
1865
|
},
|
|
1866
1866
|
|
|
1867
|
-
/**
|
|
1868
|
-
* 量表下拉框为数据源时 需要解析数据
|
|
1869
|
-
* @param {*} labels
|
|
1867
|
+
/**
|
|
1868
|
+
* 量表下拉框为数据源时 需要解析数据
|
|
1869
|
+
* @param {*} labels
|
|
1870
1870
|
*/
|
|
1871
1871
|
handleLabel: function handleLabel(labels) {
|
|
1872
1872
|
var _this2 = this;
|
|
@@ -1958,17 +1958,17 @@ var AutoLayoutButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1958
1958
|
return text;
|
|
1959
1959
|
},
|
|
1960
1960
|
|
|
1961
|
-
/**
|
|
1962
|
-
* 判断按钮是弹框/抽屉
|
|
1963
|
-
* pop 右侧弹窗
|
|
1964
|
-
* dialog 对话框
|
|
1965
|
-
* skipPage 跳转新页面
|
|
1966
|
-
* skipPopPage 跳转同一新页面
|
|
1967
|
-
* get 发送ajax请求(get)
|
|
1968
|
-
* post 发送ajax请求(post)
|
|
1969
|
-
* @param {*} trigger_type
|
|
1970
|
-
* @param {*} display
|
|
1971
|
-
* @param {*} isAbout
|
|
1961
|
+
/**
|
|
1962
|
+
* 判断按钮是弹框/抽屉
|
|
1963
|
+
* pop 右侧弹窗
|
|
1964
|
+
* dialog 对话框
|
|
1965
|
+
* skipPage 跳转新页面
|
|
1966
|
+
* skipPopPage 跳转同一新页面
|
|
1967
|
+
* get 发送ajax请求(get)
|
|
1968
|
+
* post 发送ajax请求(post)
|
|
1969
|
+
* @param {*} trigger_type
|
|
1970
|
+
* @param {*} display
|
|
1971
|
+
* @param {*} isAbout
|
|
1972
1972
|
*/
|
|
1973
1973
|
showTablePop: function showTablePop(trigger_type, display, isAbout) {
|
|
1974
1974
|
var notlist = ['SQLSAVE', 'API', 'PAGE_LAYOUT', 'LINK_ADDRESS'];
|
|
@@ -1997,8 +1997,8 @@ var AutoLayoutButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1997
1997
|
}
|
|
1998
1998
|
},
|
|
1999
1999
|
|
|
2000
|
-
/**
|
|
2001
|
-
* 百分比精度计算
|
|
2000
|
+
/**
|
|
2001
|
+
* 百分比精度计算
|
|
2002
2002
|
*/
|
|
2003
2003
|
accMul: function accMul(value, percent) {
|
|
2004
2004
|
var m = 0,
|
|
@@ -2032,8 +2032,8 @@ var AutoLayoutButton_component = Object(componentNormalizer["a" /* default */])(
|
|
|
2032
2032
|
return objE.childNodes;
|
|
2033
2033
|
},
|
|
2034
2034
|
|
|
2035
|
-
/**
|
|
2036
|
-
* @description: 将HTML格式转换为纯文本
|
|
2035
|
+
/**
|
|
2036
|
+
* @description: 将HTML格式转换为纯文本
|
|
2037
2037
|
*/
|
|
2038
2038
|
htmlToText: function htmlToText(HTML) {
|
|
2039
2039
|
var input = HTML;
|
|
@@ -2356,7 +2356,7 @@ function parseNumberField(val, own) {
|
|
|
2356
2356
|
if (len <= numScale) return rVal;
|
|
2357
2357
|
return myToFixed(rVal, numScale);
|
|
2358
2358
|
}
|
|
2359
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2359
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/password-com.vue?vue&type=template&id=6efe82d8&scoped=true&
|
|
2360
2360
|
var password_comvue_type_template_id_6efe82d8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"psw-com"},[(_vm.value)?_vm._t("default",function(){return [_c('span',[_vm._v(_vm._s(_vm.hidePassword ? _vm.value : '●●●●●●'))]),_c('span',[_c('a-tooltip',{attrs:{"overlayClassName":"table-footer-tooltip-wrap","mouseEnterDelay":0.3}},[_c('template',{slot:"title"},[_c('div',{domProps:{"innerHTML":_vm._s(_vm.hidePassword ? '点击隐藏密码' : '点击查看密码')}})]),_c('svg-icon',{staticClass:"psw-icon",staticStyle:{"font-size":"1em","outline":"none"},attrs:{"icon-class":_vm.hidePassword ? 'chakan' : 'anniuyincang'},on:{"click":function($event){$event.stopPropagation();return _vm.handleTogglePsw.apply(null, arguments)},"dblclick":function($event){$event.stopPropagation();}}})],2)],1)]}):_vm._e()],2)}
|
|
2361
2361
|
var password_comvue_type_template_id_6efe82d8_scoped_true_staticRenderFns = []
|
|
2362
2362
|
|
|
@@ -2433,7 +2433,7 @@ var password_com_component = Object(componentNormalizer["a" /* default */])(
|
|
|
2433
2433
|
)
|
|
2434
2434
|
|
|
2435
2435
|
/* harmony default export */ var password_com = (password_com_component.exports);
|
|
2436
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2436
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/NoData.vue?vue&type=template&id=65981272&scoped=true&
|
|
2437
2437
|
var NoDatavue_type_template_id_65981272_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"no-data-tip NoData-page"},[(_vm.showImg)?_c('img',{attrs:{"src":__webpack_require__("7ad2")("./" + _vm.noDataImg + ".png"),"alt":""}}):_vm._e(),_c('p',[_vm._v(_vm._s(_vm.$t(_vm.noDataTip)))]),(_vm.handleDesc)?_c('span',[_vm._v(" "+_vm._s(_vm.handleDesc))]):_vm._e()])}
|
|
2438
2438
|
var NoDatavue_type_template_id_65981272_scoped_true_staticRenderFns = []
|
|
2439
2439
|
|
|
@@ -2521,14 +2521,14 @@ var NoData_component = Object(componentNormalizer["a" /* default */])(
|
|
|
2521
2521
|
)
|
|
2522
2522
|
|
|
2523
2523
|
/* harmony default export */ var NoData = (NoData_component.exports);
|
|
2524
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2524
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/player-vod/video-list.vue?vue&type=template&id=1ecdae94&scoped=true&
|
|
2525
2525
|
var video_listvue_type_template_id_1ecdae94_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"vod-list"},[_c('div',{staticClass:"show-list"},[_vm._l((_vm.showFileList),function(item,index){return _c('div',{key:index,staticClass:"vod-wrap"},[_c('div',{staticClass:"vod-def-bg"},[_c('img',{staticClass:"vod-cover-img",attrs:{"src":_vm.getvideoCover(item)}})]),_c('div',{staticClass:"icon-wrap"},[_c('a-icon',{staticClass:"icon-play",attrs:{"type":"caret-right"},on:{"click":function($event){return _vm.palyerVod(item, index)}}})],1)])})],2),(_vm.videoVisible)?_c('video-modal',{attrs:{"visible":_vm.videoVisible,"fileList":_vm.fileList,"palyerIndex":_vm.palyerIndex},on:{"update:visible":function($event){_vm.videoVisible=$event}}}):_vm._e()],1)}
|
|
2526
2526
|
var video_listvue_type_template_id_1ecdae94_scoped_true_staticRenderFns = []
|
|
2527
2527
|
|
|
2528
2528
|
|
|
2529
2529
|
// CONCATENATED MODULE: ./packages/big-table/src/components/player-vod/video-list.vue?vue&type=template&id=1ecdae94&scoped=true&
|
|
2530
2530
|
|
|
2531
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2531
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/player-vod/video-modal.vue?vue&type=template&id=13eb1774&scoped=true&
|
|
2532
2532
|
var video_modalvue_type_template_id_13eb1774_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"visible":_vm.previewVisible,"footer":null,"wrapClassName":"image-modal","width":"65vw","bodyStyle":{
|
|
2533
2533
|
height: '600px',
|
|
2534
2534
|
overflowY: 'auto'
|
|
@@ -2552,14 +2552,14 @@ var modal_style_ = __webpack_require__("1ceb");
|
|
|
2552
2552
|
var modal_ = __webpack_require__("929f");
|
|
2553
2553
|
var modal_default = /*#__PURE__*/__webpack_require__.n(modal_);
|
|
2554
2554
|
|
|
2555
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2555
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/player-vod/index.vue?vue&type=template&id=1abf372b&scoped=true&
|
|
2556
2556
|
var player_vodvue_type_template_id_1abf372b_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"video-container cp",on:{"contextmenu":function($event){$event.preventDefault();}}},[_c('player',{attrs:{"options":_vm.playerOptions}})],1)}
|
|
2557
2557
|
var player_vodvue_type_template_id_1abf372b_scoped_true_staticRenderFns = []
|
|
2558
2558
|
|
|
2559
2559
|
|
|
2560
2560
|
// CONCATENATED MODULE: ./packages/big-table/src/components/player-vod/index.vue?vue&type=template&id=1abf372b&scoped=true&
|
|
2561
2561
|
|
|
2562
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2562
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/player-vod/player.vue?vue&type=template&id=2cd5dcd5&
|
|
2563
2563
|
var playervue_type_template_id_2cd5dcd5_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('video',{ref:"video",staticClass:"video-js vjs-default-skin vjs-big-play-centered",attrs:{"controls":"","webkit-playsinline":"true","playsinline":""},on:{"contextmenu":function($event){$event.preventDefault();}}})}
|
|
2564
2564
|
var playervue_type_template_id_2cd5dcd5_staticRenderFns = []
|
|
2565
2565
|
|
|
@@ -2673,11 +2673,11 @@ var video_js_css_ = __webpack_require__("9081");
|
|
|
2673
2673
|
}
|
|
2674
2674
|
},
|
|
2675
2675
|
watch: {
|
|
2676
|
-
/* options: {
|
|
2677
|
-
handler() {
|
|
2678
|
-
console.log('观测到options已发生变化:');
|
|
2679
|
-
},
|
|
2680
|
-
deep: true
|
|
2676
|
+
/* options: {
|
|
2677
|
+
handler() {
|
|
2678
|
+
console.log('观测到options已发生变化:');
|
|
2679
|
+
},
|
|
2680
|
+
deep: true
|
|
2681
2681
|
},*/
|
|
2682
2682
|
src: function src() {
|
|
2683
2683
|
// 侦听视频路径, 当视频路径发生改变时, 重新渲染video路径
|
|
@@ -2690,16 +2690,16 @@ var video_js_css_ = __webpack_require__("9081");
|
|
|
2690
2690
|
}
|
|
2691
2691
|
},
|
|
2692
2692
|
computed: {
|
|
2693
|
-
/* option() {
|
|
2694
|
-
console.log('已计算');
|
|
2695
|
-
console.log(this.options.sources[0].src);
|
|
2696
|
-
// console.log(this.options.sources[0].hasOwnProperty('src'));
|
|
2697
|
-
if (this.options.sources[0].src) {
|
|
2698
|
-
return this.options;
|
|
2699
|
-
} else {
|
|
2700
|
-
return this.options;
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2693
|
+
/* option() {
|
|
2694
|
+
console.log('已计算');
|
|
2695
|
+
console.log(this.options.sources[0].src);
|
|
2696
|
+
// console.log(this.options.sources[0].hasOwnProperty('src'));
|
|
2697
|
+
if (this.options.sources[0].src) {
|
|
2698
|
+
return this.options;
|
|
2699
|
+
} else {
|
|
2700
|
+
return this.options;
|
|
2701
|
+
}
|
|
2702
|
+
},*/
|
|
2703
2703
|
src: function src() {
|
|
2704
2704
|
return this.options.sources[0].src;
|
|
2705
2705
|
},
|
|
@@ -3132,8 +3132,8 @@ var video_modal_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3132
3132
|
this.videoVisible = true;
|
|
3133
3133
|
},
|
|
3134
3134
|
|
|
3135
|
-
/**
|
|
3136
|
-
* 面图图加载报错
|
|
3135
|
+
/**
|
|
3136
|
+
* 面图图加载报错
|
|
3137
3137
|
*/
|
|
3138
3138
|
coverImgOnError: function coverImgOnError(e) {
|
|
3139
3139
|
var oldUrl = e.target.src;
|
|
@@ -3141,8 +3141,8 @@ var video_modal_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3141
3141
|
e.target.src = oldUrl + "?randomKeys=".concat(randomKeys);
|
|
3142
3142
|
},
|
|
3143
3143
|
|
|
3144
|
-
/**
|
|
3145
|
-
* 拼接封面图
|
|
3144
|
+
/**
|
|
3145
|
+
* 拼接封面图
|
|
3146
3146
|
*/
|
|
3147
3147
|
handleGetCoverUrl: function handleGetCoverUrl(vodUrl) {
|
|
3148
3148
|
if (typeof vodUrl === 'string') {
|
|
@@ -3293,8 +3293,8 @@ var variable = __webpack_require__("2871");
|
|
|
3293
3293
|
this.$emit('tableLoad', true);
|
|
3294
3294
|
},
|
|
3295
3295
|
|
|
3296
|
-
/**
|
|
3297
|
-
* 编辑
|
|
3296
|
+
/**
|
|
3297
|
+
* 编辑
|
|
3298
3298
|
*/
|
|
3299
3299
|
isBatchEditing: function isBatchEditing(val) {
|
|
3300
3300
|
var _this = this;
|
|
@@ -3352,8 +3352,8 @@ var variable = __webpack_require__("2871");
|
|
|
3352
3352
|
}))();
|
|
3353
3353
|
},
|
|
3354
3354
|
|
|
3355
|
-
/**
|
|
3356
|
-
* 保存
|
|
3355
|
+
/**
|
|
3356
|
+
* 保存
|
|
3357
3357
|
*/
|
|
3358
3358
|
isBatchSave: function isBatchSave(val) {
|
|
3359
3359
|
if (!val || this.isNestTable) return false;
|
|
@@ -3362,8 +3362,8 @@ var variable = __webpack_require__("2871");
|
|
|
3362
3362
|
this.handleClickBatchSaveBtnByInline();
|
|
3363
3363
|
},
|
|
3364
3364
|
|
|
3365
|
-
/**
|
|
3366
|
-
* 取消
|
|
3365
|
+
/**
|
|
3366
|
+
* 取消
|
|
3367
3367
|
*/
|
|
3368
3368
|
isBatchCancel: function isBatchCancel(val) {
|
|
3369
3369
|
var _this2 = this;
|
|
@@ -3412,8 +3412,8 @@ var variable = __webpack_require__("2871");
|
|
|
3412
3412
|
}))();
|
|
3413
3413
|
},
|
|
3414
3414
|
|
|
3415
|
-
/**
|
|
3416
|
-
* 校验提交
|
|
3415
|
+
/**
|
|
3416
|
+
* 校验提交
|
|
3417
3417
|
*/
|
|
3418
3418
|
batchEditDoneNumber: function batchEditDoneNumber(obj) {
|
|
3419
3419
|
if (!obj || !Object.keys(obj).length || this.isNestTable) return;
|
|
@@ -3486,11 +3486,11 @@ var variable = __webpack_require__("2871");
|
|
|
3486
3486
|
return xGrid[method](operate);
|
|
3487
3487
|
},
|
|
3488
3488
|
|
|
3489
|
-
/**
|
|
3490
|
-
* 获取配置的 api 方法
|
|
3491
|
-
* @param {*} params 调用参数
|
|
3492
|
-
* @param {String} key 方法名
|
|
3493
|
-
* @param {Object} config 其他配置
|
|
3489
|
+
/**
|
|
3490
|
+
* 获取配置的 api 方法
|
|
3491
|
+
* @param {*} params 调用参数
|
|
3492
|
+
* @param {String} key 方法名
|
|
3493
|
+
* @param {Object} config 其他配置
|
|
3494
3494
|
*/
|
|
3495
3495
|
handleGetConfigApi: function handleGetConfigApi(params, key) {
|
|
3496
3496
|
var _arguments = arguments,
|
|
@@ -3541,8 +3541,8 @@ var variable = __webpack_require__("2871");
|
|
|
3541
3541
|
}))();
|
|
3542
3542
|
},
|
|
3543
3543
|
|
|
3544
|
-
/**
|
|
3545
|
-
* 设置row 为编辑样式
|
|
3544
|
+
/**
|
|
3545
|
+
* 设置row 为编辑样式
|
|
3546
3546
|
*/
|
|
3547
3547
|
getBatchOpreateRows: function getBatchOpreateRows(arr) {
|
|
3548
3548
|
var _this5 = this;
|
|
@@ -3573,10 +3573,10 @@ var variable = __webpack_require__("2871");
|
|
|
3573
3573
|
});
|
|
3574
3574
|
},
|
|
3575
3575
|
|
|
3576
|
-
/**
|
|
3577
|
-
* 重置样式
|
|
3578
|
-
* @param {*} isCancel 保存之后
|
|
3579
|
-
* @returns
|
|
3576
|
+
/**
|
|
3577
|
+
* 重置样式
|
|
3578
|
+
* @param {*} isCancel 保存之后
|
|
3579
|
+
* @returns
|
|
3580
3580
|
*/
|
|
3581
3581
|
resetBatchOperationRowStatus: function resetBatchOperationRowStatus(isResetColumn) {
|
|
3582
3582
|
var _this6 = this;
|
|
@@ -3647,8 +3647,8 @@ var variable = __webpack_require__("2871");
|
|
|
3647
3647
|
}))();
|
|
3648
3648
|
},
|
|
3649
3649
|
|
|
3650
|
-
/**
|
|
3651
|
-
* 批量编辑
|
|
3650
|
+
/**
|
|
3651
|
+
* 批量编辑
|
|
3652
3652
|
*/
|
|
3653
3653
|
handleClickBatchEditBtnByInline: function handleClickBatchEditBtnByInline() {
|
|
3654
3654
|
var _this8 = this;
|
|
@@ -3699,8 +3699,8 @@ var variable = __webpack_require__("2871");
|
|
|
3699
3699
|
}))();
|
|
3700
3700
|
},
|
|
3701
3701
|
|
|
3702
|
-
/**
|
|
3703
|
-
* 批量保存
|
|
3702
|
+
/**
|
|
3703
|
+
* 批量保存
|
|
3704
3704
|
*/
|
|
3705
3705
|
handleClickBatchSaveBtnByInline: function handleClickBatchSaveBtnByInline() {
|
|
3706
3706
|
if (this.spinning) return false;
|
|
@@ -3727,8 +3727,8 @@ var variable = __webpack_require__("2871");
|
|
|
3727
3727
|
});
|
|
3728
3728
|
},
|
|
3729
3729
|
|
|
3730
|
-
/**
|
|
3731
|
-
* 处理需要submit的form个数
|
|
3730
|
+
/**
|
|
3731
|
+
* 处理需要submit的form个数
|
|
3732
3732
|
*/
|
|
3733
3733
|
handleEditFormLength: function handleEditFormLength() {
|
|
3734
3734
|
var fieldLength = this.batchFieldList.length;
|
|
@@ -3781,9 +3781,9 @@ var variable = __webpack_require__("2871");
|
|
|
3781
3781
|
}))();
|
|
3782
3782
|
},
|
|
3783
3783
|
|
|
3784
|
-
/**
|
|
3785
|
-
* 避免每次点击都查询
|
|
3786
|
-
* 初始化查一次 行编辑 表单search用
|
|
3784
|
+
/**
|
|
3785
|
+
* 避免每次点击都查询
|
|
3786
|
+
* 初始化查一次 行编辑 表单search用
|
|
3787
3787
|
*/
|
|
3788
3788
|
// 避免每次点击都查询
|
|
3789
3789
|
handleFormTheUniqueKey: function handleFormTheUniqueKey() {
|
|
@@ -3825,8 +3825,8 @@ var variable = __webpack_require__("2871");
|
|
|
3825
3825
|
}))();
|
|
3826
3826
|
},
|
|
3827
3827
|
|
|
3828
|
-
/**
|
|
3829
|
-
* 获取编辑的field
|
|
3828
|
+
/**
|
|
3829
|
+
* 获取编辑的field
|
|
3830
3830
|
*/
|
|
3831
3831
|
handleFieldTheUniqueKey: function handleFieldTheUniqueKey() {
|
|
3832
3832
|
var _this11 = this;
|
|
@@ -3979,11 +3979,11 @@ var variable = __webpack_require__("2871");
|
|
|
3979
3979
|
});
|
|
3980
3980
|
},
|
|
3981
3981
|
|
|
3982
|
-
/**
|
|
3983
|
-
* 判断是否渲染EditForm
|
|
3984
|
-
* @param {*} row
|
|
3985
|
-
* @param {*} column
|
|
3986
|
-
* @returns
|
|
3982
|
+
/**
|
|
3983
|
+
* 判断是否渲染EditForm
|
|
3984
|
+
* @param {*} row
|
|
3985
|
+
* @param {*} column
|
|
3986
|
+
* @returns
|
|
3987
3987
|
*/
|
|
3988
3988
|
showEditForm: function showEditForm(row, column, $rowIndex) {
|
|
3989
3989
|
var _this15 = this;
|
|
@@ -4012,13 +4012,13 @@ var variable = __webpack_require__("2871");
|
|
|
4012
4012
|
return false;
|
|
4013
4013
|
},
|
|
4014
4014
|
|
|
4015
|
-
/**
|
|
4016
|
-
* 初始化props
|
|
4017
|
-
* @param {*} unionItem
|
|
4018
|
-
* @param {*} row
|
|
4019
|
-
* @param {*} column
|
|
4020
|
-
* @param {*} $rowIndex
|
|
4021
|
-
* @returns
|
|
4015
|
+
/**
|
|
4016
|
+
* 初始化props
|
|
4017
|
+
* @param {*} unionItem
|
|
4018
|
+
* @param {*} row
|
|
4019
|
+
* @param {*} column
|
|
4020
|
+
* @param {*} $rowIndex
|
|
4021
|
+
* @returns
|
|
4022
4022
|
*/
|
|
4023
4023
|
initBatchDynamicProps: function initBatchDynamicProps(unionItem, row, column, $rowIndex) {
|
|
4024
4024
|
var _this16 = this;
|
|
@@ -4083,18 +4083,18 @@ var variable = __webpack_require__("2871");
|
|
|
4083
4083
|
return dynamicProps;
|
|
4084
4084
|
},
|
|
4085
4085
|
|
|
4086
|
-
/**
|
|
4087
|
-
* 单个form提交成功数据
|
|
4088
|
-
* @param {*} obj formData
|
|
4086
|
+
/**
|
|
4087
|
+
* 单个form提交成功数据
|
|
4088
|
+
* @param {*} obj formData
|
|
4089
4089
|
*/
|
|
4090
4090
|
handleSubmitEditForm: function handleSubmitEditForm() {
|
|
4091
4091
|
var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
4092
4092
|
this.$emit('submitEditFormSuccessBatch', obj);
|
|
4093
4093
|
},
|
|
4094
4094
|
|
|
4095
|
-
/**
|
|
4096
|
-
* 单个form提交失败
|
|
4097
|
-
* @param {*} obj
|
|
4095
|
+
/**
|
|
4096
|
+
* 单个form提交失败
|
|
4097
|
+
* @param {*} obj
|
|
4098
4098
|
*/
|
|
4099
4099
|
banSubmit: function banSubmit(obj) {
|
|
4100
4100
|
this.$emit('submitEditFormErrorBatch', obj);
|
|
@@ -4120,10 +4120,10 @@ var variable = __webpack_require__("2871");
|
|
|
4120
4120
|
return Object(defineProperty["a" /* default */])({}, fieldItem.name, this.formatField(defaultValue));
|
|
4121
4121
|
},
|
|
4122
4122
|
|
|
4123
|
-
/**
|
|
4124
|
-
* 批量提交form
|
|
4125
|
-
* @param {*} obj
|
|
4126
|
-
* @returns
|
|
4123
|
+
/**
|
|
4124
|
+
* 批量提交form
|
|
4125
|
+
* @param {*} obj
|
|
4126
|
+
* @returns
|
|
4127
4127
|
*/
|
|
4128
4128
|
submitBatchInlineForm: function submitBatchInlineForm(obj) {
|
|
4129
4129
|
var _this17 = this;
|
|
@@ -4207,10 +4207,10 @@ var variable = __webpack_require__("2871");
|
|
|
4207
4207
|
});
|
|
4208
4208
|
},
|
|
4209
4209
|
|
|
4210
|
-
/**
|
|
4211
|
-
* 处理form
|
|
4212
|
-
* @param {*} batchFormData
|
|
4213
|
-
* @returns
|
|
4210
|
+
/**
|
|
4211
|
+
* 处理form
|
|
4212
|
+
* @param {*} batchFormData
|
|
4213
|
+
* @returns
|
|
4214
4214
|
*/
|
|
4215
4215
|
handleSubmitParams: function handleSubmitParams(batchFormData) {
|
|
4216
4216
|
var _this18 = this;
|
|
@@ -4284,10 +4284,10 @@ var variable = __webpack_require__("2871");
|
|
|
4284
4284
|
return fieldLength;
|
|
4285
4285
|
},
|
|
4286
4286
|
|
|
4287
|
-
/**
|
|
4288
|
-
* 判断每个表单是否校验过
|
|
4289
|
-
* @param {*} obj
|
|
4290
|
-
* @returns
|
|
4287
|
+
/**
|
|
4288
|
+
* 判断每个表单是否校验过
|
|
4289
|
+
* @param {*} obj
|
|
4290
|
+
* @returns
|
|
4291
4291
|
*/
|
|
4292
4292
|
handleIsBatchDoneAll: function handleIsBatchDoneAll(obj) {
|
|
4293
4293
|
// let fieldLength = this.batchFieldList?.length;
|
|
@@ -4302,7 +4302,7 @@ var variable = __webpack_require__("2871");
|
|
|
4302
4302
|
}
|
|
4303
4303
|
}
|
|
4304
4304
|
});
|
|
4305
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4305
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/EditForm.vue?vue&type=template&id=2fcd2c75&scoped=true&
|
|
4306
4306
|
var EditFormvue_type_template_id_2fcd2c75_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"editForm-page"},[_c('a-form-model',{ref:"editForm",attrs:{"model":_vm.editForm,"rules":_vm.editRules}},_vm._l((_vm.editForm.formFieldList),function(item,index){return _c('a-form-model-item',{key:index,class:'editeForm-item-' + item.html_type,attrs:{"label":"","prop":("formFieldList." + index + ".useFormValue"),"rules":_vm.handleGetRules(item)}},[(item.isShowComponent)?_c(item.com_name,_vm._g({key:item.RandomId,ref:item.html_type + item.val_key,refInFor:true,tag:"component",class:item.html_type,attrs:{"item":item,"mainForm":this,"defaultValue":_vm.defaultValue,"form":_vm.curForm,"editFormApiConfig":_vm.editFormApiConfig},on:{"valueOnChange":_vm.getValueChange}},_vm.$listeners)):_vm._e()],1)}),1)],1)}
|
|
4307
4307
|
var EditFormvue_type_template_id_2fcd2c75_scoped_true_staticRenderFns = []
|
|
4308
4308
|
|
|
@@ -4413,8 +4413,8 @@ var configData = {
|
|
|
4413
4413
|
|
|
4414
4414
|
|
|
4415
4415
|
|
|
4416
|
-
/**
|
|
4417
|
-
*
|
|
4416
|
+
/**
|
|
4417
|
+
*
|
|
4418
4418
|
*/
|
|
4419
4419
|
var requireComponent = __webpack_require__("81a8");
|
|
4420
4420
|
|
|
@@ -4966,8 +4966,8 @@ var NOCHECKLIST = ['LINE_BREAKS', 'LINEBAR', 'BUTTON', 'PLUGIN', 'TEXT', 'PAGE_L
|
|
|
4966
4966
|
return value ? open.value : close.value;
|
|
4967
4967
|
},
|
|
4968
4968
|
getObjs: function getObjs(str) {
|
|
4969
|
-
/**
|
|
4970
|
-
* 处理:{type: "jsonb", value: ""}
|
|
4969
|
+
/**
|
|
4970
|
+
* 处理:{type: "jsonb", value: ""}
|
|
4971
4971
|
* */
|
|
4972
4972
|
var resObj = null;
|
|
4973
4973
|
|
|
@@ -5056,10 +5056,10 @@ var EditForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5056
5056
|
}
|
|
5057
5057
|
},
|
|
5058
5058
|
methods: {
|
|
5059
|
-
/**
|
|
5060
|
-
* 子表expand事件
|
|
5061
|
-
* @param {*} param0
|
|
5062
|
-
* @returns
|
|
5059
|
+
/**
|
|
5060
|
+
* 子表expand事件
|
|
5061
|
+
* @param {*} param0
|
|
5062
|
+
* @returns
|
|
5063
5063
|
*/
|
|
5064
5064
|
toggleExpandMethod: function toggleExpandMethod(_ref2) {
|
|
5065
5065
|
var expanded = _ref2.expanded,
|
|
@@ -5067,10 +5067,10 @@ var EditForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5067
5067
|
return true;
|
|
5068
5068
|
},
|
|
5069
5069
|
|
|
5070
|
-
/**
|
|
5071
|
-
* 子表expand懒加载
|
|
5072
|
-
* @param {*} param0
|
|
5073
|
-
* @returns
|
|
5070
|
+
/**
|
|
5071
|
+
* 子表expand懒加载
|
|
5072
|
+
* @param {*} param0
|
|
5073
|
+
* @returns
|
|
5074
5074
|
*/
|
|
5075
5075
|
loadExpandMethod: function loadExpandMethod(_ref3) {
|
|
5076
5076
|
var _this = this;
|
|
@@ -5162,10 +5162,10 @@ var EditForm_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5162
5162
|
}))();
|
|
5163
5163
|
},
|
|
5164
5164
|
|
|
5165
|
-
/**
|
|
5166
|
-
* 子表行单击事件
|
|
5167
|
-
* @param {*} table
|
|
5168
|
-
* @param {*} data
|
|
5165
|
+
/**
|
|
5166
|
+
* 子表行单击事件
|
|
5167
|
+
* @param {*} table
|
|
5168
|
+
* @param {*} data
|
|
5169
5169
|
*/
|
|
5170
5170
|
nestHandleClickRow: function nestHandleClickRow(table, data) {
|
|
5171
5171
|
var checked = table.isCheckedByCheckboxRow(data.row);
|
|
@@ -6412,8 +6412,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
6412
6412
|
|
|
6413
6413
|
var h = this.$createElement;
|
|
6414
6414
|
|
|
6415
|
-
/**
|
|
6416
|
-
* 一人展示名字,多人展示数量 => 方晶晶(产品)
|
|
6415
|
+
/**
|
|
6416
|
+
* 一人展示名字,多人展示数量 => 方晶晶(产品)
|
|
6417
6417
|
*/
|
|
6418
6418
|
// [{"dept_id":996,"dept_name":"高手","user_name":"我是李高手"}]
|
|
6419
6419
|
// 2022/12/14 列表选人组件字段,产品(方晶晶)期望鼠标悬停在 已选x人 上面时,展示所有名称 xxx,xxx,xxx
|
|
@@ -6457,8 +6457,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
6457
6457
|
|
|
6458
6458
|
/** 年龄 json 解析 */
|
|
6459
6459
|
getageShowType: function getageShowType(row, item) {
|
|
6460
|
-
/**
|
|
6461
|
-
* 3个月以下了显示到天,3个月到1岁只显示到月,1岁到3岁显示几岁几月,3岁以上的只显示岁
|
|
6460
|
+
/**
|
|
6461
|
+
* 3个月以下了显示到天,3个月到1岁只显示到月,1岁到3岁显示几岁几月,3岁以上的只显示岁
|
|
6462
6462
|
*/
|
|
6463
6463
|
var objStr = row[item.columnName];
|
|
6464
6464
|
|
|
@@ -6778,9 +6778,9 @@ var addInlineEditPrimaryKey = '';
|
|
|
6778
6778
|
generateInlineBtnList: function generateInlineBtnList(row, index) {
|
|
6779
6779
|
var h = this.$createElement;
|
|
6780
6780
|
if (this.isNestTable) return;
|
|
6781
|
-
/*
|
|
6782
|
-
操作列,存在行内编辑的情况
|
|
6783
|
-
前端插入【保存、取消】按钮
|
|
6781
|
+
/*
|
|
6782
|
+
操作列,存在行内编辑的情况
|
|
6783
|
+
前端插入【保存、取消】按钮
|
|
6784
6784
|
*/
|
|
6785
6785
|
|
|
6786
6786
|
var inlineEditBtnList = [];
|
|
@@ -7068,21 +7068,21 @@ var addInlineEditPrimaryKey = '';
|
|
|
7068
7068
|
|
|
7069
7069
|
var h = this.$createElement;
|
|
7070
7070
|
|
|
7071
|
-
/**
|
|
7072
|
-
* 针对 bigTable 的设置列
|
|
7073
|
-
* type: 列的类型
|
|
7074
|
-
* field: 列字段名(注:属性层级越深,渲染性能将直线下降)
|
|
7075
|
-
* title: 列标题(支持开启国际化)
|
|
7076
|
-
* width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
|
|
7077
|
-
* minWidth: 最小列宽度;会自动将剩余空间按比例分配
|
|
7078
|
-
* resizable: 列是否允许拖动列宽调整大小
|
|
7079
|
-
* visible: 列是否显示
|
|
7080
|
-
* fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
|
|
7081
|
-
* align: 列对齐方式
|
|
7082
|
-
* headerAlign: 表头列的对齐方式
|
|
7083
|
-
* footerAlign: 表尾列的对齐方式
|
|
7084
|
-
* formatter: 格式化显示内容 Function({cellValue, row, column})
|
|
7085
|
-
* sortable: 是否允许列排序
|
|
7071
|
+
/**
|
|
7072
|
+
* 针对 bigTable 的设置列
|
|
7073
|
+
* type: 列的类型
|
|
7074
|
+
* field: 列字段名(注:属性层级越深,渲染性能将直线下降)
|
|
7075
|
+
* title: 列标题(支持开启国际化)
|
|
7076
|
+
* width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
|
|
7077
|
+
* minWidth: 最小列宽度;会自动将剩余空间按比例分配
|
|
7078
|
+
* resizable: 列是否允许拖动列宽调整大小
|
|
7079
|
+
* visible: 列是否显示
|
|
7080
|
+
* fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
|
|
7081
|
+
* align: 列对齐方式
|
|
7082
|
+
* headerAlign: 表头列的对齐方式
|
|
7083
|
+
* footerAlign: 表尾列的对齐方式
|
|
7084
|
+
* formatter: 格式化显示内容 Function({cellValue, row, column})
|
|
7085
|
+
* sortable: 是否允许列排序
|
|
7086
7086
|
*/
|
|
7087
7087
|
// 配置列表
|
|
7088
7088
|
var _ref7 = this.getOtherConfigInit() || {},
|
|
@@ -8070,8 +8070,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
8070
8070
|
})])];
|
|
8071
8071
|
},
|
|
8072
8072
|
|
|
8073
|
-
/**
|
|
8074
|
-
* 删除选中scan数据
|
|
8073
|
+
/**
|
|
8074
|
+
* 删除选中scan数据
|
|
8075
8075
|
*/
|
|
8076
8076
|
confirmScanMulti: function confirmScanMulti(params) {
|
|
8077
8077
|
var _ref10 = params || {},
|
|
@@ -8516,9 +8516,9 @@ var addInlineEditPrimaryKey = '';
|
|
|
8516
8516
|
var forbiddenBatchSelect = !this.checkMethod(data); // 如果该行禁止批量多选,则选择/取消单行 并触发单击事件
|
|
8517
8517
|
|
|
8518
8518
|
if (this.selectType == 'checkbox' && forbiddenBatchSelect) {
|
|
8519
|
-
/* 存在问题注释的代码
|
|
8520
|
-
选中“禁用”行,会把之前的选中数据清空
|
|
8521
|
-
table?.setAllCheckboxRow(false);
|
|
8519
|
+
/* 存在问题注释的代码
|
|
8520
|
+
选中“禁用”行,会把之前的选中数据清空
|
|
8521
|
+
table?.setAllCheckboxRow(false);
|
|
8522
8522
|
*/
|
|
8523
8523
|
var value = this.getRowClassName({
|
|
8524
8524
|
row: row
|
|
@@ -8572,9 +8572,9 @@ var addInlineEditPrimaryKey = '';
|
|
|
8572
8572
|
var rowVal = {};
|
|
8573
8573
|
|
|
8574
8574
|
if (!this.isTriggerSelectionChange) {
|
|
8575
|
-
/* 存在问题注释的代码
|
|
8576
|
-
点击未选中的数据,会清空已选中的数据
|
|
8577
|
-
table.setAllCheckboxRow(false);
|
|
8575
|
+
/* 存在问题注释的代码
|
|
8576
|
+
点击未选中的数据,会清空已选中的数据
|
|
8577
|
+
table.setAllCheckboxRow(false);
|
|
8578
8578
|
*/
|
|
8579
8579
|
this.$set(this, 'checkedRows', [row]);
|
|
8580
8580
|
this.pubCheckChange([row]);
|
|
@@ -8675,8 +8675,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
8675
8675
|
});
|
|
8676
8676
|
},
|
|
8677
8677
|
|
|
8678
|
-
/**
|
|
8679
|
-
* 单选行数据 树结构 扁平化处理
|
|
8678
|
+
/**
|
|
8679
|
+
* 单选行数据 树结构 扁平化处理
|
|
8680
8680
|
*/
|
|
8681
8681
|
flattenRow: function flattenRow(row, newRow, newTheUniqueKeyArr) {
|
|
8682
8682
|
var _this29 = this;
|
|
@@ -8696,8 +8696,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
8696
8696
|
}
|
|
8697
8697
|
},
|
|
8698
8698
|
|
|
8699
|
-
/**
|
|
8700
|
-
* 树结构 选中交集
|
|
8699
|
+
/**
|
|
8700
|
+
* 树结构 选中交集
|
|
8701
8701
|
*/
|
|
8702
8702
|
intersectRow: function intersectRow(checkedRow, newTheUniqueKeyArr) {
|
|
8703
8703
|
var _this30 = this;
|
|
@@ -9384,9 +9384,9 @@ var addInlineEditPrimaryKey = '';
|
|
|
9384
9384
|
}
|
|
9385
9385
|
},
|
|
9386
9386
|
setRowStatus: function setRowStatus(vxeTable, rowIndex, value) {
|
|
9387
|
-
/**
|
|
9388
|
-
* 行编辑状态切换,样式修改
|
|
9389
|
-
* 目前行编辑的状态行高度为66px,普通状态的高度应取配置值(如果有)
|
|
9387
|
+
/**
|
|
9388
|
+
* 行编辑状态切换,样式修改
|
|
9389
|
+
* 目前行编辑的状态行高度为66px,普通状态的高度应取配置值(如果有)
|
|
9390
9390
|
*/
|
|
9391
9391
|
if (!vxeTable) return false;
|
|
9392
9392
|
var tableWrap = [vxeTable.querySelector('.vxe-table--main-wrapper'), vxeTable.querySelector('.vxe-table--fixed-left-wrapper'), vxeTable.querySelector('.vxe-table--fixed-right-wrapper'), vxeTable.querySelector('.vxe-table--body-wrapper')].filter(function (item) {
|
|
@@ -9445,8 +9445,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
9445
9445
|
return "".concat(height, "px");
|
|
9446
9446
|
},
|
|
9447
9447
|
|
|
9448
|
-
/**
|
|
9449
|
-
* 列表单条新增
|
|
9448
|
+
/**
|
|
9449
|
+
* 列表单条新增
|
|
9450
9450
|
*/
|
|
9451
9451
|
tableAddData: function tableAddData(data) {
|
|
9452
9452
|
if (this.isNestTable) return;
|
|
@@ -9458,8 +9458,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
9458
9458
|
this.$emit('triggerSpinning', false);
|
|
9459
9459
|
},
|
|
9460
9460
|
|
|
9461
|
-
/**
|
|
9462
|
-
* 列表单条删除
|
|
9461
|
+
/**
|
|
9462
|
+
* 列表单条删除
|
|
9463
9463
|
*/
|
|
9464
9464
|
tableRemoveData: function tableRemoveData(oldRow) {
|
|
9465
9465
|
if (this.isNestTable) return;
|
|
@@ -9472,8 +9472,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
9472
9472
|
this.$emit('triggerSpinning', false);
|
|
9473
9473
|
},
|
|
9474
9474
|
|
|
9475
|
-
/**
|
|
9476
|
-
* 列表单条更新
|
|
9475
|
+
/**
|
|
9476
|
+
* 列表单条更新
|
|
9477
9477
|
*/
|
|
9478
9478
|
tableUpdateData: function tableUpdateData(data, oldIndex) {
|
|
9479
9479
|
if (this.isNestTable) return;
|
|
@@ -9486,8 +9486,8 @@ var addInlineEditPrimaryKey = '';
|
|
|
9486
9486
|
this.$emit('handlerClickRow', formatData[0], oldIndex);
|
|
9487
9487
|
},
|
|
9488
9488
|
|
|
9489
|
-
/**
|
|
9490
|
-
* 映射值如果配置了单选,限制只能选一个
|
|
9489
|
+
/**
|
|
9490
|
+
* 映射值如果配置了单选,限制只能选一个
|
|
9491
9491
|
*/
|
|
9492
9492
|
getSingleConvert: function getSingleConvert(value, old, field) {
|
|
9493
9493
|
var cValue = value;
|
|
@@ -9539,7 +9539,7 @@ var BigTable_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9539
9539
|
)
|
|
9540
9540
|
|
|
9541
9541
|
/* harmony default export */ var BigTable = (BigTable_component.exports);
|
|
9542
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
9542
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/Fieldset.vue?vue&type=template&id=758584bf&scoped=true&
|
|
9543
9543
|
var Fieldsetvue_type_template_id_758584bf_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"settingView",staticClass:"setting-view"},[_c('c-spin',{staticStyle:{"width":"100%","height":"100%"},attrs:{"spinning":_vm.spinning,"tip":"..."}},[_c('div',{staticClass:"fields-set-content"},[_c('div',{staticClass:"fields-table"},[_c('div',{staticClass:"setting-title",class:{ 'seting-title-api': !_vm.isCustomSearch }},[_c('span',{staticClass:"width-show",staticStyle:{"width":"3%"}},[_vm._v(" ")]),_c('span',{staticClass:"width-large"},[_vm._v(" 所有字段 ")]),_c('span',{staticClass:"width-show"},[(_vm.showCheckBox('isShow'))?_c('c-checkbox',{attrs:{"checked":_vm.calculateCheck('isShow')},on:{"change":function($event){return _vm.handleAllCheck($event, 'isShow')}}}):_vm._e(),_vm._v(" 显示 ")],1),_c('span',{staticClass:"width-show"},[(_vm.showCheckBox('isSort'))?_c('c-checkbox',{attrs:{"checked":_vm.calculateCheck('isSort')},on:{"change":function($event){return _vm.handleAllCheck($event, 'isSort')}}}):_vm._e(),_vm._v(" 排序 ")],1),_c('span',{staticClass:"width-showed"},[_vm._v("固定")]),_vm._t("default",function(){return [_c('span',{staticClass:"width-word"},[_vm._v("自定义标题")])]}),_c('span',{staticClass:"width-showed"},[_vm._v("列宽")]),(false)?undefined:_vm._e()],2),_c('div',{ref:"setShow",staticClass:"set-show",class:{ 'set-show-api': !_vm.isCustomSearch }},[_c('draggable',{attrs:{"animation":"150","tag":"ul","handle":".drag-icon-wrap"},model:{value:(_vm.fields),callback:function ($$v) {_vm.fields=$$v},expression:"fields"}},_vm._l((_vm.fields),function(ele,j){return _c('li',{key:ele.sid,staticClass:"left-style",style:({
|
|
9544
9544
|
background: _vm.clickItem.sid === ele.sid ? '#f2f2f2' : null
|
|
9545
9545
|
}),on:{"click":function($event){return _vm.handleFieldClick(ele)}}},[_c('span',{staticClass:"width-show drag-icon-wrap"},[_c('c-tooltip',{attrs:{"mouseEnterDelay":1}},[_c('template',{slot:"title"},[_vm._v(" 拖拽调整顺序 ")]),_c('c-icon',{attrs:{"type":"pause","rotate":90}})],2)],1),_c('span',{staticClass:"width-large title-item",class:{ blue: ele.extraField }},[_c('span',{staticStyle:{"width":"14px","margin-right":"6px"}}),_c('span',[_vm._v(" "+_vm._s(ele.title)+" ")])]),_c('span',{staticClass:"width-show"},[_c('c-checkbox',{directives:[{name:"show",rawName:"v-show",value:(ele.sid != '0001'),expression:"ele.sid != '0001'"}],attrs:{"defaultChecked":ele.isShow == '1',"checked":ele.isShow == '1' ? true : false},on:{"change":function($event){return _vm.onChangeShow($event, ele, j)}}})],1),_c('span',{staticClass:"width-show"},[_c('c-checkbox',{directives:[{name:"show",rawName:"v-show",value:(ele.sid != '0001'),expression:"ele.sid != '0001'"}],attrs:{"defaultChecked":ele.isSort == '1',"disabled":ele.notParticipatingSort == 1,"checked":!!ele.isSort},on:{"change":function($event){return _vm.onChangeSort($event, ele, j)}}})],1),_vm._t("default"),_c('span',{staticClass:"width-showed"},[_c('select',{directives:[{name:"model",rawName:"v-model",value:(ele.isFixed),expression:"ele.isFixed"}],staticClass:"is-sort-style",on:{"change":function($event){var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return val}); _vm.$set(ele, "isFixed", $event.target.multiple ? $$selectedVal : $$selectedVal[0])}}},[_c('option',{domProps:{"value":0}},[_vm._v("不固定")]),_c('option',{domProps:{"value":1}},[_vm._v("左固定")]),_c('option',{domProps:{"value":2}},[_vm._v("右固定")])])]),_vm._t("default",function(){return [_c('span',{staticClass:"width-word"},[_c('input',{directives:[{name:"show",rawName:"v-show",value:(ele.sid != '0001'),expression:"ele.sid != '0001'"},{name:"model",rawName:"v-model",value:(ele.alias),expression:"ele.alias"}],staticClass:"alias-style",domProps:{"value":(ele.alias)},on:{"input":function($event){if($event.target.composing){ return; }_vm.$set(ele, "alias", $event.target.value)}}})])]}),_c('span',{staticClass:"width-showed"},[_c('input',{directives:[{name:"model",rawName:"v-model",value:(ele.colWidth),expression:"ele.colWidth"}],staticClass:"alias-style col-width-style",domProps:{"value":(ele.colWidth)},on:{"input":[function($event){if($event.target.composing){ return; }_vm.$set(ele, "colWidth", $event.target.value)},_vm.colWidthChange]}})])],2)}),0)],1)]),_c('div',{staticClass:"check-options"},[(_vm.isButtonList && _vm.isMiddleAndAdmin)?_c('div',{ref:"buttonList",staticClass:"buttonList"},[_c('h2',{staticClass:"lable-title"},[_vm._v("按钮/超链接")]),_c('div',{staticClass:"linkButton"},_vm._l((_vm.buttonList),function(itemButton){return _c('span',{key:itemButton.id,staticStyle:{"margin-right":"50px"}},[_c('c-checkbox',{attrs:{"defaultChecked":itemButton.isShow == '1'},on:{"change":function($event){return _vm.onButtonChecked($event, itemButton)}}},[_vm._v(" "+_vm._s(itemButton.name)+" ")])],1)}),0)]):_vm._e(),(false)?undefined:_vm._e(),_c('div',{staticClass:"btn-operate"},[_c('c-button',{staticStyle:{"margin-right":"8px"},on:{"click":function () { return _vm.$emit('onClose'); }}},[_vm._v(" 取消 ")]),_c('c-button',{attrs:{"type":"primary"},on:{"click":_vm.handleFieldSave}},[_vm._v(" 保存 ")])],1)])])])],1)}
|
|
@@ -11526,7 +11526,7 @@ function _asyncToGenerator(fn) {
|
|
|
11526
11526
|
// ESM COMPAT FLAG
|
|
11527
11527
|
__webpack_require__.r(__webpack_exports__);
|
|
11528
11528
|
|
|
11529
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11529
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-digital/edit-digital.vue?vue&type=template&id=2d43db94&scoped=true&
|
|
11530
11530
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"ant-input-group"},[_c('a-input-number',{ref:'a-input-number-' + _vm.item.val_key,attrs:{"addon-before":_vm.item.before,"addon-after":_vm.item.suffix,"disabled":_vm.item.is_edit == 0,"placeholder":_vm.item.placeholder || '',"allowClear":_vm.item.is_empty == 0},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}}),(_vm.item.suffix)?_c('span',{staticClass:"digital-suffix"},[_vm._v(" "+_vm._s(_vm.item.suffix)+" ")]):_vm._e()],1)}
|
|
11531
11531
|
var staticRenderFns = []
|
|
11532
11532
|
|
|
@@ -12383,8 +12383,8 @@ module.exports = require("ant-design-vue/es/popconfirm/style");
|
|
|
12383
12383
|
|
|
12384
12384
|
"use strict";
|
|
12385
12385
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return formEvent; });
|
|
12386
|
-
/* harmony import */ var
|
|
12387
|
-
/* harmony import */ var
|
|
12386
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ade3");
|
|
12387
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("1da1");
|
|
12388
12388
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("d16b");
|
|
12389
12389
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
12390
12390
|
/* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("4391");
|
|
@@ -12419,8 +12419,8 @@ module.exports = require("ant-design-vue/es/popconfirm/style");
|
|
|
12419
12419
|
|
|
12420
12420
|
var formEvent = {
|
|
12421
12421
|
methods: {
|
|
12422
|
-
/**
|
|
12423
|
-
* 表单运算
|
|
12422
|
+
/**
|
|
12423
|
+
* 表单运算
|
|
12424
12424
|
*/
|
|
12425
12425
|
hanldeOperational: function hanldeOperational(v) {
|
|
12426
12426
|
var _this = this;
|
|
@@ -12430,18 +12430,18 @@ var formEvent = {
|
|
|
12430
12430
|
var _ref = this.mainForm || {},
|
|
12431
12431
|
_ref$operationalForm = _ref.operationalForm,
|
|
12432
12432
|
operationalForm = _ref$operationalForm === void 0 ? [
|
|
12433
|
-
/** 调试数据
|
|
12434
|
-
{
|
|
12435
|
-
operationalRule: "${table.dept_id} * ${table.user_name}",
|
|
12436
|
-
operationalResult: "table.dept_name",
|
|
12437
|
-
operationalPrecision: "2",
|
|
12438
|
-
operationFormParam: ["table.dept_id", "table.user_name"],
|
|
12439
|
-
index: "1599208860405"
|
|
12440
|
-
}
|
|
12433
|
+
/** 调试数据
|
|
12434
|
+
{
|
|
12435
|
+
operationalRule: "${table.dept_id} * ${table.user_name}",
|
|
12436
|
+
operationalResult: "table.dept_name",
|
|
12437
|
+
operationalPrecision: "2",
|
|
12438
|
+
operationFormParam: ["table.dept_id", "table.user_name"],
|
|
12439
|
+
index: "1599208860405"
|
|
12440
|
+
}
|
|
12441
12441
|
*/
|
|
12442
12442
|
] : _ref$operationalForm;
|
|
12443
12443
|
|
|
12444
|
-
setTimeout( /*#__PURE__*/Object(
|
|
12444
|
+
setTimeout( /*#__PURE__*/Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
12445
12445
|
var _this$userInfo, _this$userInfo$map;
|
|
12446
12446
|
|
|
12447
12447
|
var formValue, obj;
|
|
@@ -12481,7 +12481,7 @@ var formEvent = {
|
|
|
12481
12481
|
itemRes = itemRes.toFixed(operationalPrecision);
|
|
12482
12482
|
}
|
|
12483
12483
|
|
|
12484
|
-
_this.hanldeSetFieldsValue(Object(
|
|
12484
|
+
_this.hanldeSetFieldsValue(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, operationalResult, itemRes));
|
|
12485
12485
|
} catch (error) {
|
|
12486
12486
|
console.log(error, '计算出错');
|
|
12487
12487
|
}
|
|
@@ -12584,8 +12584,8 @@ module.exports = __webpack_require__.p + "img/nodata.bbccf960.png";
|
|
|
12584
12584
|
|
|
12585
12585
|
|
|
12586
12586
|
|
|
12587
|
-
/**
|
|
12588
|
-
* 表单检验
|
|
12587
|
+
/**
|
|
12588
|
+
* 表单检验
|
|
12589
12589
|
*/
|
|
12590
12590
|
|
|
12591
12591
|
var validateRules = {
|
|
@@ -13217,7 +13217,7 @@ module.exports = fails(function () {
|
|
|
13217
13217
|
// ESM COMPAT FLAG
|
|
13218
13218
|
__webpack_require__.r(__webpack_exports__);
|
|
13219
13219
|
|
|
13220
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13220
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-date-picker/edit-date-picker.vue?vue&type=template&id=7d570da7&scoped=true&
|
|
13221
13221
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-date-picker',{ref:"dataPickerRef",staticClass:"edit-date-picker",attrs:{"placeholder":_vm.item.placeholder || '',"disabled":_vm.item.is_edit == 0,"disabledDate":function (current) { return _vm.disabledDatePicker(current, _vm.item); },"disabledTime":function (current) { return _vm.disabledTimePicker(current, _vm.item); },"showToday":_vm.handlerGetDateType(_vm.item) !== 'YYYY-MM-DD HH:mm:ss',"allowClear":_vm.item.is_empty == 0,"show-time":_vm.dateShowTimeConfig || false,"format":_vm.handlerGetDateType(_vm.item)},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}})}
|
|
13222
13222
|
var staticRenderFns = []
|
|
13223
13223
|
|
|
@@ -13988,12 +13988,12 @@ module.exports = {
|
|
|
13988
13988
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
13989
13989
|
|
|
13990
13990
|
"use strict";
|
|
13991
|
-
/* harmony import */ var
|
|
13992
|
-
/* harmony import */ var
|
|
13993
|
-
/* harmony import */ var
|
|
13994
|
-
/* harmony import */ var
|
|
13995
|
-
/* harmony import */ var
|
|
13996
|
-
/* harmony import */ var
|
|
13991
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("3835");
|
|
13992
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ade3");
|
|
13993
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("5530");
|
|
13994
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("53ca");
|
|
13995
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("2909");
|
|
13996
|
+
/* harmony import */ var C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("1da1");
|
|
13997
13997
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("d16b");
|
|
13998
13998
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
13999
13999
|
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("db0a");
|
|
@@ -14173,7 +14173,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14173
14173
|
hanldeInitSearchMoreVal: function hanldeInitSearchMoreVal(i, v) {
|
|
14174
14174
|
var _this2 = this;
|
|
14175
14175
|
|
|
14176
|
-
return Object(
|
|
14176
|
+
return Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
14177
14177
|
var item, n, NOWORDBOOK, _n, _n$objs, curUniqueLabel, defList, defOptions, l, objs, objStr;
|
|
14178
14178
|
|
|
14179
14179
|
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
@@ -14223,9 +14223,9 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14223
14223
|
defOptions = []; // `${v[item.wordbook.value_key]}-${v['myUniqueKey']}`
|
|
14224
14224
|
|
|
14225
14225
|
l = [], objs = [];
|
|
14226
|
-
objStr = typeof n.objStr === "string" ? Object(
|
|
14226
|
+
objStr = typeof n.objStr === "string" ? Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(new Set(n.objStr.split(","))).join(",") : n.objStr;
|
|
14227
14227
|
n.objs.forEach(function (f) {
|
|
14228
|
-
var v = Object(
|
|
14228
|
+
var v = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(f) === "object" ? JSON.parse(JSON.stringify(f)) : f;
|
|
14229
14229
|
v.myUniqueKey = v[curUniqueLabel] || "";
|
|
14230
14230
|
v.myUniqueLabel = curUniqueLabel || "";
|
|
14231
14231
|
defList.push({
|
|
@@ -14235,9 +14235,9 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14235
14235
|
var k = "".concat(v[item.wordbook.value_key], "-").concat(v["myUniqueKey"]);
|
|
14236
14236
|
|
|
14237
14237
|
if (!l.includes(k)) {
|
|
14238
|
-
defOptions.push(Object(
|
|
14238
|
+
defOptions.push(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, v));
|
|
14239
14239
|
l.push(k);
|
|
14240
|
-
objs.push(Object(
|
|
14240
|
+
objs.push(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, f));
|
|
14241
14241
|
}
|
|
14242
14242
|
}); // 如果默认值有重复数据,过滤重复数据再提交
|
|
14243
14243
|
|
|
@@ -14252,7 +14252,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14252
14252
|
|
|
14253
14253
|
if (defOptions && defOptions.length) {
|
|
14254
14254
|
_this2.curOptions = [].concat(defOptions);
|
|
14255
|
-
_this2.selectedOptions = Object(
|
|
14255
|
+
_this2.selectedOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(defOptions || []);
|
|
14256
14256
|
}
|
|
14257
14257
|
|
|
14258
14258
|
defList = _utils_vexutils__WEBPACK_IMPORTED_MODULE_29___default.a.uniqArrObj(defList, "key");
|
|
@@ -14294,10 +14294,10 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14294
14294
|
}))();
|
|
14295
14295
|
},
|
|
14296
14296
|
|
|
14297
|
-
/**
|
|
14298
|
-
* 检索的默认参数
|
|
14299
|
-
* @param keyword 检索关键字
|
|
14300
|
-
* @param itemData 表单配置项
|
|
14297
|
+
/**
|
|
14298
|
+
* 检索的默认参数
|
|
14299
|
+
* @param keyword 检索关键字
|
|
14300
|
+
* @param itemData 表单配置项
|
|
14301
14301
|
*/
|
|
14302
14302
|
getSearchDefParams: function getSearchDefParams(keyword) {
|
|
14303
14303
|
var itemData = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
@@ -14322,7 +14322,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14322
14322
|
pageSize: isCascade ? 10000 : 20
|
|
14323
14323
|
}; // 请求参数
|
|
14324
14324
|
|
|
14325
|
-
var params = Object(
|
|
14325
|
+
var params = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({
|
|
14326
14326
|
wordbookId: wordbook.id,
|
|
14327
14327
|
autograph: autograph,
|
|
14328
14328
|
wordbookType: wordbook.type || "WORDBOOK",
|
|
@@ -14345,12 +14345,12 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14345
14345
|
return params;
|
|
14346
14346
|
},
|
|
14347
14347
|
|
|
14348
|
-
/**
|
|
14349
|
-
* 级联参数处理
|
|
14350
|
-
* @param params 默认参数
|
|
14351
|
-
* @param itemData 表单配置项
|
|
14352
|
-
* @param otherConfig 其他配置项
|
|
14353
|
-
* @param defFalg 是否是默认请求
|
|
14348
|
+
/**
|
|
14349
|
+
* 级联参数处理
|
|
14350
|
+
* @param params 默认参数
|
|
14351
|
+
* @param itemData 表单配置项
|
|
14352
|
+
* @param otherConfig 其他配置项
|
|
14353
|
+
* @param defFalg 是否是默认请求
|
|
14354
14354
|
*/
|
|
14355
14355
|
getCascadeParams: function getCascadeParams(params, itemData, otherConfig, defFalg) {
|
|
14356
14356
|
var wordbook = itemData.wordbook,
|
|
@@ -14409,11 +14409,11 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14409
14409
|
return params;
|
|
14410
14410
|
},
|
|
14411
14411
|
|
|
14412
|
-
/**
|
|
14413
|
-
* 检索请求去重,自定义处理
|
|
14414
|
-
* @param rows list
|
|
14415
|
-
* @param itemData 表单配置项
|
|
14416
|
-
* @param uniqueConfig 唯一标识配置
|
|
14412
|
+
/**
|
|
14413
|
+
* 检索请求去重,自定义处理
|
|
14414
|
+
* @param rows list
|
|
14415
|
+
* @param itemData 表单配置项
|
|
14416
|
+
* @param uniqueConfig 唯一标识配置
|
|
14417
14417
|
*/
|
|
14418
14418
|
handleRowUnique: function handleRowUnique(rows, itemData) {
|
|
14419
14419
|
var _this3 = this;
|
|
@@ -14437,7 +14437,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14437
14437
|
cur.showLabel = cur[wordbook.value_key];
|
|
14438
14438
|
}
|
|
14439
14439
|
|
|
14440
|
-
if (Object(
|
|
14440
|
+
if (Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(cur) === "object") {
|
|
14441
14441
|
Object.keys(cur || {}).forEach(function (t) {
|
|
14442
14442
|
return cur[t] = _this3.formatFieldValue(cur[t]);
|
|
14443
14443
|
});
|
|
@@ -14445,16 +14445,16 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14445
14445
|
|
|
14446
14446
|
return acc.some(function (v) {
|
|
14447
14447
|
return "".concat(v[wordbook.value_key], "-").concat(v[myUniqueKey]) == "".concat(cur[wordbook.value_key], "-").concat(cur[myUniqueKey]);
|
|
14448
|
-
}) ? acc : [].concat(Object(
|
|
14448
|
+
}) ? acc : [].concat(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(acc), [cur]);
|
|
14449
14449
|
}, []);
|
|
14450
14450
|
},
|
|
14451
14451
|
|
|
14452
|
-
/**
|
|
14453
|
-
* 检索默认值处理
|
|
14454
|
-
* @param defFalg 是否默认值处理
|
|
14455
|
-
* @param rowData 请求数据
|
|
14456
|
-
* @param itemData 表单配置项
|
|
14457
|
-
* @param uniqueConfig 唯一标识配置
|
|
14452
|
+
/**
|
|
14453
|
+
* 检索默认值处理
|
|
14454
|
+
* @param defFalg 是否默认值处理
|
|
14455
|
+
* @param rowData 请求数据
|
|
14456
|
+
* @param itemData 表单配置项
|
|
14457
|
+
* @param uniqueConfig 唯一标识配置
|
|
14458
14458
|
*/
|
|
14459
14459
|
handleGetSearchDefVal: function handleGetSearchDefVal(defFalg, rowData, itemData) {
|
|
14460
14460
|
var uniqueConfig = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
@@ -14497,13 +14497,13 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14497
14497
|
}
|
|
14498
14498
|
|
|
14499
14499
|
if (itemKkey) {
|
|
14500
|
-
this.hanldeSetFieldsValue(Object(
|
|
14500
|
+
this.hanldeSetFieldsValue(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({}, itemData.val_key, itemKkey), itemData);
|
|
14501
14501
|
} else {
|
|
14502
14502
|
this.$set(itemData, "useFormValue", undefined);
|
|
14503
14503
|
}
|
|
14504
14504
|
} else if (html_type == "SEARCH_MORE") {
|
|
14505
14505
|
itemKkey.replace(">>>", "-");
|
|
14506
|
-
this.hanldeSetFieldsValue(Object(
|
|
14506
|
+
this.hanldeSetFieldsValue(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({}, itemData.val_key, [{
|
|
14507
14507
|
key: itemKkey,
|
|
14508
14508
|
label: defItem["showLabel"] || defItem[wordbook.value_key]
|
|
14509
14509
|
}]), itemData);
|
|
@@ -14515,7 +14515,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14515
14515
|
} else if (defFalg) {
|
|
14516
14516
|
if (html_type == "SEARCH") {
|
|
14517
14517
|
// bugfix:14178
|
|
14518
|
-
this.hanldeSetFieldsValue(Object(
|
|
14518
|
+
this.hanldeSetFieldsValue(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])({}, itemData.val_key, undefined), itemData);
|
|
14519
14519
|
}
|
|
14520
14520
|
}
|
|
14521
14521
|
},
|
|
@@ -14524,7 +14524,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14524
14524
|
var _arguments = arguments,
|
|
14525
14525
|
_this4 = this;
|
|
14526
14526
|
|
|
14527
|
-
return Object(
|
|
14527
|
+
return Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
14528
14528
|
var itemData, keyword, defFalg, otherConfig, closeLoading, _this4$editFormApiCon, _itemData$wordbook, wordbook, val_key, html_type, free_entry, queryParamsType, _wordbook$queryParams, queryParams, isCascade, NOWORDBOOK, ISDICTIONARY, params, formData, queryArr, tempFormData, arr, reqUniqueKey, myUniqueKey, key, handleEditFormGetWordbookData;
|
|
14529
14529
|
|
|
14530
14530
|
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
@@ -14695,7 +14695,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14695
14695
|
|
|
14696
14696
|
|
|
14697
14697
|
// 默认值处理
|
|
14698
|
-
_this4.handleGetSearchDefVal(defFalg, rowData, itemData, Object(
|
|
14698
|
+
_this4.handleGetSearchDefVal(defFalg, rowData, itemData, Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({
|
|
14699
14699
|
myUniqueKey: myUniqueKey,
|
|
14700
14700
|
reqUniqueKey: reqUniqueKey,
|
|
14701
14701
|
keyword: keyword
|
|
@@ -14761,7 +14761,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14761
14761
|
myUniqueKey = option.myUniqueKey;
|
|
14762
14762
|
if (!keyword) return;
|
|
14763
14763
|
var curKey = +new Date();
|
|
14764
|
-
var data = (_data = {}, Object(
|
|
14764
|
+
var data = (_data = {}, Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_data, myUniqueKey, curKey), Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_data, "myUniqueKey", curKey), Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_data, "myUniqueLabel", myUniqueKey), Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_data, wordbook.value_key, keyword), Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_data, "is_free_entry_input__add", true), _data);
|
|
14765
14765
|
var hasRenderKey = wordbook.render_key && wordbook.render_key.length > 1;
|
|
14766
14766
|
|
|
14767
14767
|
if (rowData.length === 0) {
|
|
@@ -14817,7 +14817,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14817
14817
|
var renderKeyArr = [];
|
|
14818
14818
|
|
|
14819
14819
|
if (Array.isArray(renderKey)) {
|
|
14820
|
-
renderKeyArr = Object(
|
|
14820
|
+
renderKeyArr = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(renderKey);
|
|
14821
14821
|
} else {
|
|
14822
14822
|
renderKeyArr = [renderKey];
|
|
14823
14823
|
}
|
|
@@ -14905,12 +14905,12 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14905
14905
|
var fdItem = this.curOptions.find(function (v) {
|
|
14906
14906
|
return "".concat(v[valKey], "-").concat(v["myUniqueKey"]) == e.key;
|
|
14907
14907
|
});
|
|
14908
|
-
selectList.push(Object(
|
|
14908
|
+
selectList.push(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])({}, fdItem));
|
|
14909
14909
|
selectItem = fdItem;
|
|
14910
14910
|
}
|
|
14911
14911
|
|
|
14912
|
-
this.selectedOptions = Object(
|
|
14913
|
-
this.$emit("valueOnChange", Object(
|
|
14912
|
+
this.selectedOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectList);
|
|
14913
|
+
this.$emit("valueOnChange", Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectList), item);
|
|
14914
14914
|
this.hanlderSendSelectLog(item, selectItem);
|
|
14915
14915
|
this.handlerInputBlur(item);
|
|
14916
14916
|
},
|
|
@@ -14925,8 +14925,8 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14925
14925
|
selectList.splice(fnIndex, 1);
|
|
14926
14926
|
}
|
|
14927
14927
|
|
|
14928
|
-
this.selectedOptions = Object(
|
|
14929
|
-
this.$emit("valueOnChange", Object(
|
|
14928
|
+
this.selectedOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectList);
|
|
14929
|
+
this.$emit("valueOnChange", Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectList), item);
|
|
14930
14930
|
},
|
|
14931
14931
|
// 搜索框没数据新增
|
|
14932
14932
|
handlerAddOptions: function handlerAddOptions(data, item) {
|
|
@@ -14989,7 +14989,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
14989
14989
|
this.Choose_to_complete = false;
|
|
14990
14990
|
this.cascaderInitLabel = false;
|
|
14991
14991
|
|
|
14992
|
-
var _option = Object(
|
|
14992
|
+
var _option = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(option, 2),
|
|
14993
14993
|
value = _option[0],
|
|
14994
14994
|
selectedOptions = _option[1];
|
|
14995
14995
|
|
|
@@ -15008,8 +15008,8 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15008
15008
|
item.selectedOptions = null;
|
|
15009
15009
|
item.selectedOptions = selectedOptions; // 缓存方便提交表单处理
|
|
15010
15010
|
|
|
15011
|
-
this.selectedOptions = Object(
|
|
15012
|
-
this.$emit("valueOnChange", Object(
|
|
15011
|
+
this.selectedOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectedOptions);
|
|
15012
|
+
this.$emit("valueOnChange", Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectedOptions), item);
|
|
15013
15013
|
this.formType[item.val_key].isOnchange = "00";
|
|
15014
15014
|
|
|
15015
15015
|
if (value.length == 0 && selectedOptions.length == 0) {
|
|
@@ -15029,7 +15029,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15029
15029
|
handleCascadeLoadData: function handleCascadeLoadData(selectedOptions) {
|
|
15030
15030
|
var _this8 = this;
|
|
15031
15031
|
|
|
15032
|
-
return Object(
|
|
15032
|
+
return Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
15033
15033
|
var targetOption, res;
|
|
15034
15034
|
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
15035
15035
|
while (1) {
|
|
@@ -15047,8 +15047,8 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15047
15047
|
case 8:
|
|
15048
15048
|
res = _context3.sent;
|
|
15049
15049
|
targetOption.loading = false;
|
|
15050
|
-
targetOption.children = res && res.length ? Object(
|
|
15051
|
-
_this8.curOptions = Object(
|
|
15050
|
+
targetOption.children = res && res.length ? Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(res) : undefined;
|
|
15051
|
+
_this8.curOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(_this8.curOptions);
|
|
15052
15052
|
_context3.next = 17;
|
|
15053
15053
|
break;
|
|
15054
15054
|
|
|
@@ -15285,8 +15285,8 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15285
15285
|
if (this.item.html_type === "SEARCH_MORE") {
|
|
15286
15286
|
var selecteds = this.baseForm.getFieldValue(item.val_key) || [];
|
|
15287
15287
|
this.formType[item.val_key].isOnchange = "00";
|
|
15288
|
-
var mergeValList = [].concat(Object(
|
|
15289
|
-
var mergeSelectList = [].concat(Object(
|
|
15288
|
+
var mergeValList = [].concat(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(value), Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selecteds));
|
|
15289
|
+
var mergeSelectList = [].concat(Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectRow), Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(this.curMultipleSelected));
|
|
15290
15290
|
var valueList = this.hanldeRemoveDuplicates(mergeValList, {
|
|
15291
15291
|
key: "key"
|
|
15292
15292
|
});
|
|
@@ -15294,15 +15294,15 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15294
15294
|
key: myUniqueKey
|
|
15295
15295
|
});
|
|
15296
15296
|
var copy = JSON.parse(JSON.stringify(list));
|
|
15297
|
-
this.curOptions = Object(
|
|
15297
|
+
this.curOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(copy);
|
|
15298
15298
|
this.$set(this.item, "useFormValue", valueList); // this.baseForm.setFieldsValue({
|
|
15299
15299
|
// [item.val_key]: valueList
|
|
15300
15300
|
// });
|
|
15301
15301
|
|
|
15302
|
-
this.curMultipleSelected = Object(
|
|
15303
|
-
this.$emit("valueOnChange", Object(
|
|
15302
|
+
this.curMultipleSelected = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(copy);
|
|
15303
|
+
this.$emit("valueOnChange", Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(copy), this.item);
|
|
15304
15304
|
} else {
|
|
15305
|
-
this.curOptions = Object(
|
|
15305
|
+
this.curOptions = Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(selectRow);
|
|
15306
15306
|
this.$set(this.item, "useFormValue", value); // this.baseForm.setFieldsValue({
|
|
15307
15307
|
// [item.val_key]: value
|
|
15308
15308
|
// });
|
|
@@ -15321,7 +15321,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15321
15321
|
obj[next[key]] ? "" : obj[next[key]] = true && cur.push(next);
|
|
15322
15322
|
return cur;
|
|
15323
15323
|
}, []);
|
|
15324
|
-
return Object(
|
|
15324
|
+
return Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"])(resList);
|
|
15325
15325
|
},
|
|
15326
15326
|
getFormValue: function getFormValue() {
|
|
15327
15327
|
return this.handleGetAllFormValue();
|
|
@@ -15337,7 +15337,7 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15337
15337
|
getHotSearchConfig: function getHotSearchConfig() {
|
|
15338
15338
|
var _this13 = this;
|
|
15339
15339
|
|
|
15340
|
-
return Object(
|
|
15340
|
+
return Object(C_projects_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee4() {
|
|
15341
15341
|
var _this13$editFormApiCo, _data$map2, _data$map3;
|
|
15342
15342
|
|
|
15343
15343
|
var item, mainForm, params, handleEditFormCommonLatestAndHot, data, hotList, latestList, config;
|
|
@@ -15525,8 +15525,8 @@ var SELECT_LIST = ["SEARCH_MORE", "SEARCH", "SEARCH_CASCADE", "LEVEL_SEARCH_CASC
|
|
|
15525
15525
|
;
|
|
15526
15526
|
},
|
|
15527
15527
|
|
|
15528
|
-
/**
|
|
15529
|
-
* 检索框切换分页,滚动条置顶
|
|
15528
|
+
/**
|
|
15529
|
+
* 检索框切换分页,滚动条置顶
|
|
15530
15530
|
*/
|
|
15531
15531
|
handleSearchScrollTop: function handleSearchScrollTop(item) {
|
|
15532
15532
|
try {
|
|
@@ -15741,7 +15741,7 @@ module.exports = require("ant-design-vue/es/carousel/style");
|
|
|
15741
15741
|
// ESM COMPAT FLAG
|
|
15742
15742
|
__webpack_require__.r(__webpack_exports__);
|
|
15743
15743
|
|
|
15744
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
15744
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-input/edit-input.vue?vue&type=template&id=74c01110&scoped=true&
|
|
15745
15745
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-input',{ref:("input-" + (_vm.item.val_key)),attrs:{"autocomplete":"off","disabled":_vm.item.is_edit == 0,"allowClear":_vm.item.is_empty == 0,"addon-before":_vm.item.before,"addon-after":_vm.item.suffix,"placeholder":_vm.item.placeholder || '',"maxLength":_vm.item.validate && _vm.item.validate.max_length ? +_vm.item.validate.max_length : 300},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}})}
|
|
15746
15746
|
var staticRenderFns = []
|
|
15747
15747
|
|
|
@@ -16215,7 +16215,7 @@ module.exports = require("core-js/modules/es.set.js");
|
|
|
16215
16215
|
// ESM COMPAT FLAG
|
|
16216
16216
|
__webpack_require__.r(__webpack_exports__);
|
|
16217
16217
|
|
|
16218
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
16218
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-search-more/edit-search-more.vue?vue&type=template&id=0ab77a1c&scoped=true&
|
|
16219
16219
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-select',{ref:"form_a_select",staticClass:"formItem-select formItem-select-multiple formItem-search-more",attrs:{"showArrow":true,"dropdownMatchSelectWidth":(_vm.item.elem_width || 6) > 11,"dropdownClassName":_vm.selectIsOpen ? 'form-default-select' : 'hide-select-drop',"disabled":_vm.item.is_edit == 0,"defaultActiveFirstOption":true,"mode":"multiple","labelInValue":"","allowClear":_vm.item.is_empty == 0,"placeholder":_vm.item.placeholder || '请输入关键字',"filterOption":false,"showSearch":_vm.selectIsOpen,"maxTagTextLength":10,"notFoundContent":_vm.fetching ? undefined : '暂无数据',"dropdownStyle":{
|
|
16220
16220
|
maxWidth: _vm.optionsMaxWidth
|
|
16221
16221
|
},"optionLabelProp":"label"},on:{"search":function($event){return _vm.handleMultipleSearch($event, _vm.item)},"dropdownVisibleChange":function($event){return _vm.handlerDropdownVisibleChange($event, _vm.item)},"select":function($event){return _vm.multipleSelect($event, _vm.item)},"deselect":function($event){return _vm.multipleDeselect($event, _vm.item)},"change":function($event){return _vm.searchMoreOnChange($event, _vm.item)}},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}},[(_vm.fetching)?_c('a-spin',{attrs:{"slot":"notFoundContent","size":"small"},slot:"notFoundContent"}):_vm._e(),_vm._l((_vm.curOptions),function(v,k){return _c('a-select-option',{key:k,attrs:{"value":((v[_vm.item.wordbook.value_key]) + "-" + (v['myUniqueKey'])),"label":_vm.hanlderGetSearchLabel(_vm.item, v),"disabled":k === 0 && _vm.item.wordbook.render_key && _vm.item.wordbook.render_key.length > 1}},[(v['showLabel'])?_c('div',{class:{
|
|
@@ -16414,7 +16414,7 @@ module.exports = store.inspectSource;
|
|
|
16414
16414
|
// ESM COMPAT FLAG
|
|
16415
16415
|
__webpack_require__.r(__webpack_exports__);
|
|
16416
16416
|
|
|
16417
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
16417
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-search/edit-search.vue?vue&type=template&id=4b41b001&scoped=true&
|
|
16418
16418
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"select-content"},[_c('a-select',{ref:'search-' + _vm.item.val_key,staticClass:"formItem-select editItem-search",attrs:{"dropdownMatchSelectWidth":(_vm.item.elem_width || 6) > 11,"placeholder":_vm.item.placeholder || '请输入关键字',"autoFocus":false,"defaultActiveFirstOption":true,"allowClear":_vm.item.is_empty == 0,"disabled":_vm.item.is_edit == 0,"filterOption":false,"showSearch":_vm.selectIsOpen,"dropdownClassName":_vm.selectIsOpen ? 'form-default-select' : 'hide-select-drop',"notFoundContent":_vm.fetching ? undefined : '暂无数据',"dropdownStyle":{
|
|
16419
16419
|
maxWidth: _vm.optionsMaxWidth
|
|
16420
16420
|
},"optionLabelProp":"label"},on:{"search":function($event){return _vm.handleMultipleSearch($event, _vm.item)},"dropdownVisibleChange":function($event){return _vm.handlerDropdownVisibleChange($event, _vm.item)},"select":function($event){return _vm.handleSearchSelect($event, _vm.item, 'select')},"change":function($event){return _vm.handleSearchSelect($event, _vm.item)}},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}},[(_vm.fetching)?_c('a-spin',{attrs:{"slot":"notFoundContent","size":"small"},slot:"notFoundContent"}):_vm._e(),_vm._l((_vm.curOptions),function(v,k){return _c('a-select-option',{key:k,attrs:{"value":((v[_vm.item.wordbook.value_key]) + ">>>" + (v['myUniqueKey'])),"label":_vm.hanlderGetSearchLabel(_vm.item, v),"disabled":k === 0 && _vm.item.wordbook.render_key && _vm.item.wordbook.render_key.length > 1}},[(v['showLabel'])?_c('div',{class:{
|
|
@@ -16583,7 +16583,7 @@ module.exports = require("vue");
|
|
|
16583
16583
|
// ESM COMPAT FLAG
|
|
16584
16584
|
__webpack_require__.r(__webpack_exports__);
|
|
16585
16585
|
|
|
16586
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
16586
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-month-picker/edit-month-picker.vue?vue&type=template&id=3160c744&scoped=true&
|
|
16587
16587
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-month-picker',{ref:'monthPicker-' + _vm.item.val_key,attrs:{"placeholder":_vm.item.placeholder || '',"allowClear":_vm.item.is_empty == 0,"disabled":_vm.item.is_edit == 0,"disabledDate":function (current) { return _vm.disabledDatePicker(current, _vm.item); }},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}})}
|
|
16588
16588
|
var staticRenderFns = []
|
|
16589
16589
|
|
|
@@ -17659,7 +17659,7 @@ module.exports = isForced;
|
|
|
17659
17659
|
// ESM COMPAT FLAG
|
|
17660
17660
|
__webpack_require__.r(__webpack_exports__);
|
|
17661
17661
|
|
|
17662
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17662
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-time-picker/edit-time-picker.vue?vue&type=template&id=0a7d894c&scoped=true&
|
|
17663
17663
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-time-picker',{ref:'timePicker-' + _vm.item.val_key,attrs:{"format":_vm.handlerGetDateType(_vm.item),"disabled":_vm.item.is_edit == 0,"disabledHours":_vm.disabledHours(_vm.item, 'h'),"disabledMinutes":_vm.disabledHours(_vm.item, 'm'),"disabledSeconds":_vm.disabledHours(_vm.item, 's'),"placeholder":_vm.item.placeholder || '',"allowClear":_vm.item.is_empty == 0},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}})}
|
|
17664
17664
|
var staticRenderFns = []
|
|
17665
17665
|
|
|
@@ -18211,7 +18211,7 @@ module.exports = require("ant-design-vue/es/popconfirm");
|
|
|
18211
18211
|
// ESM COMPAT FLAG
|
|
18212
18212
|
__webpack_require__.r(__webpack_exports__);
|
|
18213
18213
|
|
|
18214
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18214
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-select/edit-select.vue?vue&type=template&id=33d333ce&scoped=true&
|
|
18215
18215
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-select',{ref:_vm.item.val_key,staticClass:"formItem-select editItem-select",attrs:{"defaultActiveFirstOption":"","optionData":("" + (JSON.stringify(_vm.item.option))),"allowClear":_vm.item.is_empty == 0,"disabled":_vm.item.is_edit == 0,"dropdownMatchSelectWidth":true,"placeholder":_vm.item.placeholder || ("请选择" + (_vm.item.name)) || ''},on:{"dropdownVisibleChange":_vm.dropdownVisibleChange},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}},_vm._l((_vm.item.option),function(v,y){return _c('a-select-option',{key:(y + 9).toString(36) + y,attrs:{"value":v.value}},[_vm._v(_vm._s(v.text))])}),1)}
|
|
18216
18216
|
var staticRenderFns = []
|
|
18217
18217
|
|
|
@@ -18706,7 +18706,7 @@ module.exports = /ipad|iphone|ipod/i.test(userAgent) && global.Pebble !== undefi
|
|
|
18706
18706
|
|
|
18707
18707
|
"use strict";
|
|
18708
18708
|
|
|
18709
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18709
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
|
|
18710
18710
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{"aria-hidden":"true"}},_vm.$listeners),[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e(),_c('use',{attrs:{"xlink:href":_vm.iconName}})])}
|
|
18711
18711
|
var staticRenderFns = []
|
|
18712
18712
|
|
|
@@ -18956,8 +18956,8 @@ var form_event = __webpack_require__("3eec");
|
|
|
18956
18956
|
// CONCATENATED MODULE: ./packages/big-table/src/components/edit-form/edit-item/render-methods.js
|
|
18957
18957
|
|
|
18958
18958
|
|
|
18959
|
-
/**
|
|
18960
|
-
* 渲染处理相关
|
|
18959
|
+
/**
|
|
18960
|
+
* 渲染处理相关
|
|
18961
18961
|
*/
|
|
18962
18962
|
var renderMethods = {
|
|
18963
18963
|
data: function data() {
|
|
@@ -18965,9 +18965,9 @@ var renderMethods = {
|
|
|
18965
18965
|
},
|
|
18966
18966
|
beforeCreate: function beforeCreate() {},
|
|
18967
18967
|
methods: {
|
|
18968
|
-
/**
|
|
18969
|
-
* @description 表单说明文本处理
|
|
18970
|
-
* @param {string} str
|
|
18968
|
+
/**
|
|
18969
|
+
* @description 表单说明文本处理
|
|
18970
|
+
* @param {string} str
|
|
18971
18971
|
*/
|
|
18972
18972
|
hanldeFormItemRemark: function hanldeFormItemRemark(str) {
|
|
18973
18973
|
if (typeof str === "string") {
|
|
@@ -19048,14 +19048,14 @@ var es_string_match_js_ = __webpack_require__("c74c");
|
|
|
19048
19048
|
|
|
19049
19049
|
|
|
19050
19050
|
|
|
19051
|
-
/**
|
|
19052
|
-
* 表单常用函数
|
|
19051
|
+
/**
|
|
19052
|
+
* 表单常用函数
|
|
19053
19053
|
*/
|
|
19054
19054
|
var formUtils = {
|
|
19055
|
-
/**
|
|
19056
|
-
* @deprecated: 生日 获取年龄 信息
|
|
19057
|
-
* @param {string} str 'YYYY-MM-DD' 时间格式
|
|
19058
|
-
* @returns {Object} {year, month, day}
|
|
19055
|
+
/**
|
|
19056
|
+
* @deprecated: 生日 获取年龄 信息
|
|
19057
|
+
* @param {string} str 'YYYY-MM-DD' 时间格式
|
|
19058
|
+
* @returns {Object} {year, month, day}
|
|
19059
19059
|
*/
|
|
19060
19060
|
getAgeInfo: function getAgeInfo(str) {
|
|
19061
19061
|
var r = str.match(/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})/);
|
|
@@ -19142,17 +19142,17 @@ var formUtils = {
|
|
|
19142
19142
|
};
|
|
19143
19143
|
},
|
|
19144
19144
|
|
|
19145
|
-
/**
|
|
19146
|
-
* 兼容map
|
|
19145
|
+
/**
|
|
19146
|
+
* 兼容map
|
|
19147
19147
|
*/
|
|
19148
19148
|
handleCompatibilityMap: function handleCompatibilityMap() {
|
|
19149
19149
|
var map = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
19150
19150
|
|
|
19151
|
-
/**
|
|
19152
|
-
* c_key_list
|
|
19153
|
-
* 兼容处理,
|
|
19154
|
-
* 兼容用户 输入 map.xx, sql.xx, result.xx 都可以解析到值
|
|
19155
|
-
* 只要找个一个key有值,其他key 都附上同样的值
|
|
19151
|
+
/**
|
|
19152
|
+
* c_key_list
|
|
19153
|
+
* 兼容处理,
|
|
19154
|
+
* 兼容用户 输入 map.xx, sql.xx, result.xx 都可以解析到值
|
|
19155
|
+
* 只要找个一个key有值,其他key 都附上同样的值
|
|
19156
19156
|
*/
|
|
19157
19157
|
if (Object(esm_typeof["a" /* default */])(map) !== "object") return map;
|
|
19158
19158
|
var c_key_list = ["map", "sql", "result"];
|
|
@@ -19342,11 +19342,11 @@ var _components;
|
|
|
19342
19342
|
}
|
|
19343
19343
|
},
|
|
19344
19344
|
methods: {
|
|
19345
|
-
/**
|
|
19346
|
-
* 获取配置的 api 方法
|
|
19347
|
-
* @param {*} params 调用参数
|
|
19348
|
-
* @param {String} key 方法名
|
|
19349
|
-
* @param {Object} config 其他配置
|
|
19345
|
+
/**
|
|
19346
|
+
* 获取配置的 api 方法
|
|
19347
|
+
* @param {*} params 调用参数
|
|
19348
|
+
* @param {String} key 方法名
|
|
19349
|
+
* @param {Object} config 其他配置
|
|
19350
19350
|
*/
|
|
19351
19351
|
handleGetConfigApi: function handleGetConfigApi(params, key) {
|
|
19352
19352
|
var _arguments = arguments,
|
|
@@ -19418,10 +19418,10 @@ var _components;
|
|
|
19418
19418
|
},
|
|
19419
19419
|
// 失去焦点
|
|
19420
19420
|
|
|
19421
|
-
/**
|
|
19422
|
-
* @param data
|
|
19423
|
-
* @param v // 时间类型的 值
|
|
19424
|
-
* @param eventType // 事件类型标识
|
|
19421
|
+
/**
|
|
19422
|
+
* @param data
|
|
19423
|
+
* @param v // 时间类型的 值
|
|
19424
|
+
* @param eventType // 事件类型标识
|
|
19425
19425
|
*/
|
|
19426
19426
|
handlerInputBlur: function handlerInputBlur() {
|
|
19427
19427
|
var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
@@ -19672,10 +19672,10 @@ var _components;
|
|
|
19672
19672
|
}
|
|
19673
19673
|
},
|
|
19674
19674
|
|
|
19675
|
-
/**
|
|
19676
|
-
* @param v val 值
|
|
19677
|
-
* @param i item 表单数据
|
|
19678
|
-
* @param isDef 是否默认赋值
|
|
19675
|
+
/**
|
|
19676
|
+
* @param v val 值
|
|
19677
|
+
* @param i item 表单数据
|
|
19678
|
+
* @param isDef 是否默认赋值
|
|
19679
19679
|
*/
|
|
19680
19680
|
handleBirthday: function handleBirthday(v, i) {
|
|
19681
19681
|
var _this4 = this;
|
|
@@ -19823,8 +19823,8 @@ var _components;
|
|
|
19823
19823
|
});
|
|
19824
19824
|
},
|
|
19825
19825
|
|
|
19826
|
-
/** 出生日期推算年龄的单位
|
|
19827
|
-
* @param {Object} ageInfo {year: 0, day: 108, month: 3}
|
|
19826
|
+
/** 出生日期推算年龄的单位
|
|
19827
|
+
* @param {Object} ageInfo {year: 0, day: 108, month: 3}
|
|
19828
19828
|
*/
|
|
19829
19829
|
handleGetAgeUnit: function handleGetAgeUnit() {
|
|
19830
19830
|
var ageInfo = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
@@ -19840,10 +19840,10 @@ var _components;
|
|
|
19840
19840
|
return f;
|
|
19841
19841
|
},
|
|
19842
19842
|
|
|
19843
|
-
/**
|
|
19844
|
-
* 设置年龄组件的单位
|
|
19845
|
-
* @param {*} ageInfo
|
|
19846
|
-
* @param {*} item
|
|
19843
|
+
/**
|
|
19844
|
+
* 设置年龄组件的单位
|
|
19845
|
+
* @param {*} ageInfo
|
|
19846
|
+
* @param {*} item
|
|
19847
19847
|
*/
|
|
19848
19848
|
handleSetAgeUnit: function handleSetAgeUnit(ageInfo, item) {
|
|
19849
19849
|
var changeAgeSelect = this.changeAgeSelect,
|
|
@@ -19860,11 +19860,11 @@ var _components;
|
|
|
19860
19860
|
}
|
|
19861
19861
|
},
|
|
19862
19862
|
|
|
19863
|
-
/**
|
|
19864
|
-
* 年龄组件的单位改变
|
|
19865
|
-
* @param {String} val YEAR 、 MONTH、 DAY
|
|
19866
|
-
* @param {Object} item
|
|
19867
|
-
* @returns
|
|
19863
|
+
/**
|
|
19864
|
+
* 年龄组件的单位改变
|
|
19865
|
+
* @param {String} val YEAR 、 MONTH、 DAY
|
|
19866
|
+
* @param {Object} item
|
|
19867
|
+
* @returns
|
|
19868
19868
|
*/
|
|
19869
19869
|
changeAgeSelect: function changeAgeSelect(val, item) {
|
|
19870
19870
|
var _this7 = this;
|
|
@@ -19899,11 +19899,11 @@ var _components;
|
|
|
19899
19899
|
});
|
|
19900
19900
|
},
|
|
19901
19901
|
|
|
19902
|
-
/**
|
|
19903
|
-
* 年龄推算出生日期
|
|
19904
|
-
* @param {Number} val
|
|
19905
|
-
* @param {String} f year / day / month
|
|
19906
|
-
* @param {Object} item
|
|
19902
|
+
/**
|
|
19903
|
+
* 年龄推算出生日期
|
|
19904
|
+
* @param {Number} val
|
|
19905
|
+
* @param {String} f year / day / month
|
|
19906
|
+
* @param {Object} item
|
|
19907
19907
|
*/
|
|
19908
19908
|
handleAgeToBirthDay: function handleAgeToBirthDay(val, f, item) {
|
|
19909
19909
|
var _this8 = this;
|
|
@@ -21017,7 +21017,7 @@ module.exports = NATIVE_SYMBOL
|
|
|
21017
21017
|
// ESM COMPAT FLAG
|
|
21018
21018
|
__webpack_require__.r(__webpack_exports__);
|
|
21019
21019
|
|
|
21020
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21020
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5ce1a2d2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/big-table/src/components/edit-form/edit-component/edit-textarea/edit-textarea.vue?vue&type=template&id=1fde44fe&scoped=true&
|
|
21021
21021
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-textarea',{ref:("a-textarea-" + (_vm.item.val_key)),staticClass:"form-control",attrs:{"autocomplete":"off","allowClear":_vm.item.is_empty == 0,"placeholder":_vm.item.placeholder || '',"rows":_vm.item.initialize_high || 3,"disabled":_vm.item.is_edit == 0,"maxLength":_vm.maxLength},model:{value:(_vm.item.useFormValue),callback:function ($$v) {_vm.$set(_vm.item, "useFormValue", $$v)},expression:"item.useFormValue"}})}
|
|
21022
21022
|
var staticRenderFns = []
|
|
21023
21023
|
|