cnhis-design-vue 2.2.3 → 2.2.5
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/CHANGELOG.md +32 -10
- package/es/affix/index.js +8 -8
- package/es/age/index.js +10 -10
- 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 +102 -102
- package/es/big-table/style.css +1 -1
- package/es/breadcrumb/index.js +8 -8
- package/es/button/index.js +33 -33
- package/es/calendar/index.js +8 -8
- package/es/captcha/index.js +3 -3
- package/es/card/index.js +8 -8
- package/es/card-reader-sdk/index.js +1 -1
- package/es/carousel/index.js +8 -8
- package/es/cascader/index.js +8 -8
- package/es/checkbox/index.js +9 -9
- package/es/col/index.js +8 -8
- package/es/collapse/index.js +8 -8
- package/es/color-picker/index.js +1 -1
- package/es/comment/index.js +8 -8
- package/es/config-provider/index.js +8 -8
- package/es/date-picker/index.js +8 -8
- package/es/descriptions/index.js +8 -8
- package/es/direct/index.js +16 -16
- package/es/divider/index.js +8 -8
- package/es/drag-layout/index.js +3 -3
- 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 +1 -1
- package/es/empty/index.js +8 -8
- package/es/fabric-chart/index.js +262 -183
- package/es/form/index.js +8 -8
- package/es/form-model/index.js +8 -8
- package/es/form-table/index.js +74 -74
- package/es/full-calendar/index.js +4 -4
- package/es/index/index.js +778 -689
- package/es/index/style.css +1 -1
- package/es/input/index.js +9 -9
- package/es/input-number/index.js +8 -8
- 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 +9 -9
- 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 +76 -76
- package/es/multi-chat-client/index.js +70 -70
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +14 -14
- package/es/multi-chat-setting/index.js +22 -22
- 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 +9 -9
- 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 +9 -9
- package/es/scale-view/index.js +27 -27
- package/es/select/index.js +36 -21
- package/es/select-label/index.js +11 -11
- package/es/select-person/index.js +2 -2
- package/es/select-tag/index.js +4 -4
- package/es/shortcut-setter/index.js +10 -10
- package/es/skeleton/index.js +8 -8
- package/es/slider/index.js +8 -8
- package/es/slider-tree/index.js +9 -9
- 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 +112 -117
- 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/verification-code/index.js +2 -2
- package/lib/cui.common.js +719 -632
- package/lib/cui.umd.js +719 -632
- package/lib/cui.umd.min.js +18 -18
- package/package.json +1 -1
- package/.prettierrc.js +0 -27
- package/packages/affix/index.js +0 -12
- package/packages/affix/src/Affix.jsx +0 -12
- package/packages/age/index.js +0 -27
- package/packages/age/src/age/index.vue +0 -140
- package/packages/age/src/age-com/index.vue +0 -210
- package/packages/alert/index.js +0 -12
- package/packages/alert/src/Alert.jsx +0 -11
- package/packages/anchor/index.js +0 -18
- package/packages/anchor/src/Anchor.jsx +0 -11
- package/packages/anchor/src/Link.jsx +0 -11
- package/packages/auto-complete/index.js +0 -12
- package/packages/auto-complete/src/AutoComplete.jsx +0 -12
- package/packages/avatar/index.js +0 -12
- package/packages/avatar/src/Avatar.jsx +0 -11
- package/packages/back-top/index.js +0 -12
- package/packages/back-top/src/BackTop.jsx +0 -11
- package/packages/badge/index.js +0 -12
- package/packages/badge/src/Badge.jsx +0 -11
- package/packages/base/index.js +0 -3
- package/packages/big-table/index.js +0 -20
- package/packages/big-table/src/BigTable.vue +0 -2977
- package/packages/big-table/src/Fieldset.vue +0 -2067
- package/packages/big-table/src/assets/iconfont/iconfont.css +0 -25
- package/packages/big-table/src/assets/iconfont/iconfont.ttf +0 -0
- package/packages/big-table/src/assets/img/failure.png +0 -0
- package/packages/big-table/src/assets/img/icon-asc.png +0 -0
- package/packages/big-table/src/assets/img/icon-desc.png +0 -0
- package/packages/big-table/src/assets/img/no-permission.png +0 -0
- package/packages/big-table/src/assets/img/nodata.png +0 -0
- package/packages/big-table/src/assets/img/notfound.png +0 -0
- package/packages/big-table/src/assets/img/qr.png +0 -0
- package/packages/big-table/src/assets/img/video_default_cover.png +0 -0
- package/packages/big-table/src/assets/img/xb_big.png +0 -0
- package/packages/big-table/src/assets/img/xb_small.png +0 -0
- package/packages/big-table/src/assets/style/table-base.less +0 -425
- package/packages/big-table/src/assets/style/table-global.less +0 -20
- package/packages/big-table/src/components/AutoLayoutButton.vue +0 -285
- package/packages/big-table/src/components/HeaderFilter.vue +0 -371
- package/packages/big-table/src/components/NoData.vue +0 -81
- package/packages/big-table/src/components/TextOverTooltip.vue +0 -120
- package/packages/big-table/src/components/edit-form/EditForm.vue +0 -518
- package/packages/big-table/src/components/edit-form/edit-component/config-data/index.js +0 -68
- package/packages/big-table/src/components/edit-form/edit-component/edit-date-picker/edit-date-picker.vue +0 -60
- package/packages/big-table/src/components/edit-form/edit-component/edit-digital/edit-digital.vue +0 -54
- package/packages/big-table/src/components/edit-form/edit-component/edit-input/edit-input.vue +0 -39
- package/packages/big-table/src/components/edit-form/edit-component/edit-input-password/edit-input-password.vue +0 -79
- package/packages/big-table/src/components/edit-form/edit-component/edit-month-picker/edit-month-picker.vue +0 -37
- package/packages/big-table/src/components/edit-form/edit-component/edit-search/edit-search.vue +0 -156
- package/packages/big-table/src/components/edit-form/edit-component/edit-search-more/edit-search-more.vue +0 -151
- package/packages/big-table/src/components/edit-form/edit-component/edit-select/edit-select.vue +0 -40
- package/packages/big-table/src/components/edit-form/edit-component/edit-select-multiple/edit-select-multiple.vue +0 -55
- package/packages/big-table/src/components/edit-form/edit-component/edit-switch/edit-switch.vue +0 -43
- package/packages/big-table/src/components/edit-form/edit-component/edit-textarea/edit-textarea.vue +0 -41
- package/packages/big-table/src/components/edit-form/edit-component/edit-time-picker/edit-time-picker.vue +0 -40
- package/packages/big-table/src/components/edit-form/edit-component/mixins/bound-date.js +0 -3
- package/packages/big-table/src/components/edit-form/edit-component/mixins/dateType.js +0 -217
- package/packages/big-table/src/components/edit-form/edit-component/mixins/item-default.js +0 -639
- package/packages/big-table/src/components/edit-form/edit-component/mixins/search.js +0 -1223
- package/packages/big-table/src/components/edit-form/edit-component/register-com.js +0 -26
- package/packages/big-table/src/components/edit-form/edit-item/form-event.js +0 -80
- package/packages/big-table/src/components/edit-form/edit-item/global-props.js +0 -33
- package/packages/big-table/src/components/edit-form/edit-item/index.js +0 -4
- package/packages/big-table/src/components/edit-form/edit-item/render-methods.js +0 -28
- package/packages/big-table/src/components/edit-form/edit-item/validate-rules.js +0 -463
- package/packages/big-table/src/components/edit-form/edit-mixins/form-commom.js +0 -673
- package/packages/big-table/src/components/edit-form/edit-mixins/index.js +0 -3
- package/packages/big-table/src/components/edit-form/edit-utils/index.js +0 -112
- package/packages/big-table/src/components/password-com.vue +0 -58
- package/packages/big-table/src/components/player-vod/index.vue +0 -57
- package/packages/big-table/src/components/player-vod/player.vue +0 -193
- package/packages/big-table/src/components/player-vod/video-list.vue +0 -265
- package/packages/big-table/src/components/player-vod/video-modal.vue +0 -131
- package/packages/big-table/src/utils/CustomPagination.vue +0 -86
- package/packages/big-table/src/utils/batchEditing.js +0 -613
- package/packages/big-table/src/utils/bigTableProps.js +0 -112
- package/packages/big-table/src/utils/checkStrictly.js +0 -58
- package/packages/big-table/src/utils/eventBroadcast.js +0 -24
- package/packages/big-table/src/utils/format.js +0 -577
- package/packages/big-table/src/utils/headerFilter.js +0 -691
- package/packages/big-table/src/utils/nestTable.js +0 -109
- package/packages/big-table/src/utils/tableParse.js +0 -234
- package/packages/breadcrumb/index.js +0 -21
- package/packages/breadcrumb/src/Breadcrumb.jsx +0 -11
- package/packages/breadcrumb/src/BreadcrumbItem.jsx +0 -11
- package/packages/breadcrumb/src/BreadcrumbSeparator.jsx +0 -11
- package/packages/button/index.js +0 -21
- package/packages/button/src/Button.jsx +0 -11
- package/packages/button/src/ButtonGroup.jsx +0 -11
- package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +0 -181
- package/packages/button/src/ButtonPrint/index.vue +0 -165
- package/packages/button/src/ButtonPrint/js/print.es.min.js +0 -1
- package/packages/button/src/ButtonPrint/js/print.es.min1.js +0 -1
- package/packages/button/src/ButtonPrint/mixin/his-print.js +0 -95
- package/packages/button/src/ButtonPrint/new.vue +0 -1476
- package/packages/button/src/ButtonPrint/old.vue +0 -870
- package/packages/calendar/index.js +0 -12
- package/packages/calendar/src/Calendar.jsx +0 -11
- package/packages/captcha/index.js +0 -10
- package/packages/captcha/src/Captcha.vue +0 -164
- package/packages/captcha/src/Index.vue +0 -47
- package/packages/captcha/src/SlideVerify.vue +0 -285
- package/packages/card/index.js +0 -21
- package/packages/card/src/Card.jsx +0 -12
- package/packages/card/src/CardGrid.js +0 -7
- package/packages/card/src/CardMeta.js +0 -7
- package/packages/card-reader-sdk/index.js +0 -4
- package/packages/card-reader-sdk/src/cardReaderSDK.js +0 -149
- package/packages/card-reader-sdk/src/components/readCardDialog.vue +0 -48
- package/packages/card-reader-sdk/src/constants/index.js +0 -76
- package/packages/card-reader-sdk/src/insuranceSDK.js +0 -111
- package/packages/card-reader-sdk/src/utils/index.js +0 -84
- package/packages/card-reader-sdk/src/utils/readHealthCard.jsx +0 -57
- package/packages/carousel/index.js +0 -12
- package/packages/carousel/src/Carousel.jsx +0 -12
- package/packages/cascader/index.js +0 -12
- package/packages/cascader/src/Cascader.jsx +0 -11
- package/packages/checkbox/index.js +0 -30
- package/packages/checkbox/src/Checkbox.jsx +0 -11
- package/packages/checkbox/src/CheckboxImg/index.vue +0 -142
- package/packages/checkbox/src/Group.jsx +0 -11
- package/packages/col/index.js +0 -13
- package/packages/col/src/Col.jsx +0 -11
- package/packages/collapse/index.js +0 -18
- package/packages/collapse/src/Collapse.jsx +0 -11
- package/packages/collapse/src/Panel.jsx +0 -11
- package/packages/color-picker/index.js +0 -10
- package/packages/color-picker/src/color-picker.vue +0 -191
- package/packages/color-picker/src/style.less +0 -109
- package/packages/comment/index.js +0 -12
- package/packages/comment/src/Comment.jsx +0 -11
- package/packages/config-provider/index.js +0 -12
- package/packages/config-provider/src/ConfigProvider.jsx +0 -11
- package/packages/date-picker/index.js +0 -26
- package/packages/date-picker/src/DatePicker.jsx +0 -12
- package/packages/date-picker/src/MonthPicker.jsx +0 -11
- package/packages/date-picker/src/RangePicker.jsx +0 -11
- package/packages/date-picker/src/WeekPicker.jsx +0 -11
- package/packages/date-picker/src/utils/index.js +0 -374
- package/packages/descriptions/index.js +0 -18
- package/packages/descriptions/src/Descriptions.jsx +0 -11
- package/packages/descriptions/src/Item.jsx +0 -11
- package/packages/direct/index.js +0 -3
- package/packages/divider/index.js +0 -12
- package/packages/divider/src/Divider.jsx +0 -11
- package/packages/drag-layout/DragFormLeftItem.vue +0 -173
- package/packages/drag-layout/DragFormRightItem.vue +0 -284
- package/packages/drag-layout/I18n-mixins.js +0 -10
- package/packages/drag-layout/drag-layout.vue +0 -778
- package/packages/drag-layout/index.js +0 -12
- package/packages/drawer/index.js +0 -12
- package/packages/drawer/src/Drawer.jsx +0 -11
- package/packages/dropdown/index.js +0 -12
- package/packages/dropdown/src/Dropdown.jsx +0 -11
- package/packages/editor/index.js +0 -10
- package/packages/editor/src/Editor.vue +0 -201
- package/packages/editor/src/utils.js +0 -65
- package/packages/ellipsis/index.js +0 -9
- package/packages/ellipsis/src/Ellipsis.vue +0 -65
- package/packages/empty/index.js +0 -12
- package/packages/empty/src/Empty.jsx +0 -11
- package/packages/fabric-chart/index.js +0 -10
- package/packages/fabric-chart/src/FabricChart.vue +0 -153
- package/packages/fabric-chart/src/FabricGrid.vue +0 -67
- package/packages/fabric-chart/src/components/DropPopup.vue +0 -90
- package/packages/fabric-chart/src/components/MouseRightClick.vue +0 -168
- package/packages/fabric-chart/src/components/TimeScaleValue.vue +0 -125
- package/packages/fabric-chart/src/const/defaultVaule.js +0 -61
- package/packages/fabric-chart/src/fabric-chart/FabricCanvas.vue +0 -396
- package/packages/fabric-chart/src/fabric-chart/FabricLines.vue +0 -641
- package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +0 -1447
- package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +0 -142
- package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +0 -928
- package/packages/fabric-chart/src/mixins/draw.js +0 -444
- package/packages/fabric-chart/src/mixins/drawExtracorporealCirculation.js +0 -222
- package/packages/fabric-chart/src/mixins/eventCommon.js +0 -107
- package/packages/fabric-chart/src/mixins/fabricCommon.js +0 -77
- package/packages/fabric-chart/src/mixins/fabricObject.js +0 -193
- package/packages/fabric-chart/src/utils/bus.js +0 -2
- package/packages/fabric-chart/src/utils/index.js +0 -104
- package/packages/form/index.js +0 -16
- package/packages/form/src/Form.jsx +0 -11
- package/packages/form/src/Item.jsx +0 -11
- package/packages/form-model/index.js +0 -14
- package/packages/form-model/src/FormModel.jsx +0 -11
- package/packages/form-model/src/Item.jsx +0 -11
- package/packages/form-table/index.js +0 -16
- package/packages/form-table/src/FormTable.vue +0 -1110
- package/packages/form-table/src/components/table-component/config-data/index.js +0 -80
- package/packages/form-table/src/components/table-component/global-props.js +0 -22
- package/packages/form-table/src/components/table-component/index.js +0 -8
- package/packages/form-table/src/components/table-component/mixins/bound-date.js +0 -455
- package/packages/form-table/src/components/table-component/mixins/dateType.js +0 -217
- package/packages/form-table/src/components/table-component/mixins/item-default.js +0 -257
- package/packages/form-table/src/components/table-component/mixins/search.js +0 -1242
- package/packages/form-table/src/components/table-component/register-com.js +0 -30
- package/packages/form-table/src/components/table-component/table-age/table-age.vue +0 -175
- package/packages/form-table/src/components/table-component/table-date-picker/table-date-picker.vue +0 -87
- package/packages/form-table/src/components/table-component/table-digital/table-digital.vue +0 -93
- package/packages/form-table/src/components/table-component/table-input/table-input.vue +0 -81
- package/packages/form-table/src/components/table-component/table-input-password/table-input-password.vue +0 -126
- package/packages/form-table/src/components/table-component/table-month-picker/table-month-picker.vue +0 -55
- package/packages/form-table/src/components/table-component/table-search/table-search.vue +0 -174
- package/packages/form-table/src/components/table-component/table-search-more/table-search-more.vue +0 -191
- package/packages/form-table/src/components/table-component/table-select/table-select.vue +0 -64
- package/packages/form-table/src/components/table-component/table-select-multiple/table-select-multiple.vue +0 -81
- package/packages/form-table/src/components/table-component/table-textarea/table-textarea.vue +0 -76
- package/packages/form-table/src/components/table-component/table-time-picker/table-time-picker.vue +0 -55
- package/packages/form-table/src/components/table-component/table-tree-select/table-tree-select.vue +0 -135
- package/packages/form-table/src/components/table-component/text-over-tooltip/TextOverTooltip.vue +0 -97
- package/packages/form-table/src/components/table-item/form-event.js +0 -81
- package/packages/form-table/src/components/table-item/global-props.js +0 -27
- package/packages/form-table/src/components/table-item/index.js +0 -4
- package/packages/form-table/src/components/table-item/render-methods.js +0 -28
- package/packages/form-table/src/components/table-item/validate-rules.js +0 -520
- package/packages/form-table/src/components/table-mixins/form-commom.js +0 -98
- package/packages/form-table/src/components/table-mixins/index.js +0 -3
- package/packages/form-table/src/components/table-utils/index.js +0 -112
- package/packages/form-table/src/disabledDetail.less +0 -46
- package/packages/full-calendar/index.js +0 -10
- package/packages/full-calendar/src/FullCalendar.vue +0 -775
- package/packages/full-calendar/src/api/index.js +0 -71
- package/packages/full-calendar/src/components/ListTag.vue +0 -184
- package/packages/full-calendar/src/components/Tag.vue +0 -300
- package/packages/full-calendar/src/components/TagDetail.vue +0 -288
- package/packages/full-calendar/src/utils/index.js +0 -217
- package/packages/grid/index.js +0 -10
- package/packages/grid/src/grid.js +0 -27
- package/packages/icon/index.js +0 -10
- package/packages/icon/src/icon.js +0 -13
- package/packages/index.js +0 -325
- package/packages/input/index.js +0 -30
- package/packages/input/src/Group.jsx +0 -11
- package/packages/input/src/Input.jsx +0 -11
- package/packages/input/src/Password.jsx +0 -11
- package/packages/input/src/Search.jsx +0 -11
- package/packages/input/src/TextArea.jsx +0 -11
- package/packages/input/src/input-quick/components/quick-item.vue +0 -284
- package/packages/input/src/input-quick/components/quick-popover.vue +0 -596
- package/packages/input/src/input-quick/index.vue +0 -137
- package/packages/input-number/index.js +0 -12
- package/packages/input-number/src/InputNumber.jsx +0 -11
- package/packages/keep-cache/KeepCache.js +0 -236
- package/packages/keep-cache/index.css +0 -3
- package/packages/keep-cache/index.js +0 -8
- package/packages/layout/index.js +0 -27
- package/packages/layout/src/Content.jsx +0 -11
- package/packages/layout/src/Footer.jsx +0 -11
- package/packages/layout/src/Header.jsx +0 -11
- package/packages/layout/src/Layout.jsx +0 -11
- package/packages/layout/src/Sider.jsx +0 -11
- package/packages/list/index.js +0 -21
- package/packages/list/src/Item.jsx +0 -11
- package/packages/list/src/ItemMeta.jsx +0 -11
- package/packages/list/src/List.jsx +0 -11
- package/packages/locale-provider/index.js +0 -12
- package/packages/locale-provider/src/LocaleProvider.jsx +0 -11
- package/packages/map/index.js +0 -10
- package/packages/map/src/Map.vue +0 -484
- package/packages/map/src/popup-map.vue +0 -53
- package/packages/mentions/index.js +0 -18
- package/packages/mentions/src/Mentions.jsx +0 -11
- package/packages/mentions/src/Option.jsx +0 -11
- package/packages/menu/index.js +0 -27
- package/packages/menu/src/Divider.jsx +0 -11
- package/packages/menu/src/Item.jsx +0 -11
- package/packages/menu/src/ItemGroup.jsx +0 -11
- package/packages/menu/src/Menu.jsx +0 -11
- package/packages/menu/src/SubMenu.jsx +0 -11
- package/packages/message/index.js +0 -8
- package/packages/modal/index.js +0 -10
- package/packages/modal/src/Modal.js +0 -7
- package/packages/multi-chat/chat/addConference.vue +0 -200
- package/packages/multi-chat/chat/addMembers.vue +0 -411
- package/packages/multi-chat/chat/advancedFilter.vue +0 -372
- package/packages/multi-chat/chat/audio.vue +0 -599
- package/packages/multi-chat/chat/calling.vue +0 -246
- package/packages/multi-chat/chat/chatFooter.vue +0 -1647
- package/packages/multi-chat/chat/chatHeader.vue +0 -493
- package/packages/multi-chat/chat/chatHistory.vue +0 -605
- package/packages/multi-chat/chat/chatMain.vue +0 -1490
- package/packages/multi-chat/chat/client/clientChat.vue +0 -731
- package/packages/multi-chat/chat/client/index.vue +0 -149
- package/packages/multi-chat/chat/delay.vue +0 -177
- package/packages/multi-chat/chat/evaluate.vue +0 -343
- package/packages/multi-chat/chat/index.vue +0 -2419
- package/packages/multi-chat/chat/messageRecord.vue +0 -324
- package/packages/multi-chat/chat/mixins/NoData.js +0 -20
- package/packages/multi-chat/chat/mixins/base.js +0 -97
- package/packages/multi-chat/chat/mixins/uniRTCAPI.js +0 -80
- package/packages/multi-chat/chat/mixins/viewerOptions.js +0 -67
- package/packages/multi-chat/chat/multiVideo.vue +0 -1426
- package/packages/multi-chat/chat/quickReply.vue +0 -439
- package/packages/multi-chat/chat/robot/index.vue +0 -312
- package/packages/multi-chat/chat/scrollList.vue +0 -1259
- package/packages/multi-chat/chat/video.vue +0 -404
- package/packages/multi-chat/chat/videoVoiceList.vue +0 -348
- package/packages/multi-chat/chat/voice.vue +0 -431
- package/packages/multi-chat/components/avatar.vue +0 -113
- package/packages/multi-chat/components/chat-tabs-header.vue +0 -251
- package/packages/multi-chat/components/classify-tabs.vue +0 -185
- package/packages/multi-chat/components/empty.vue +0 -24
- package/packages/multi-chat/components/modal-refuse-reason.vue +0 -112
- package/packages/multi-chat/components/modal-sip.vue +0 -160
- package/packages/multi-chat/components/modal-user-transfer.vue +0 -98
- package/packages/multi-chat/components/msg-describe.vue +0 -138
- package/packages/multi-chat/components/msg-picture.vue +0 -68
- package/packages/multi-chat/components/msg-prescription.vue +0 -205
- package/packages/multi-chat/components/read-record.vue +0 -133
- package/packages/multi-chat/components/read-status.vue +0 -34
- package/packages/multi-chat/components/user-status.vue +0 -198
- package/packages/multi-chat/components/vuecmf-dialog.vue +0 -323
- package/packages/multi-chat/img/OFF-LINE.png +0 -0
- package/packages/multi-chat/img/ON-LINE.png +0 -0
- package/packages/multi-chat/img/accept.png +0 -0
- package/packages/multi-chat/img/add-person.png +0 -0
- package/packages/multi-chat/img/add_prescription.png +0 -0
- package/packages/multi-chat/img/all-voice.png +0 -0
- package/packages/multi-chat/img/audio-new.png +0 -0
- package/packages/multi-chat/img/audio-play.gif +0 -0
- package/packages/multi-chat/img/audio.png +0 -0
- package/packages/multi-chat/img/base-info-active.png +0 -0
- package/packages/multi-chat/img/base-info.png +0 -0
- package/packages/multi-chat/img/busy_line.png +0 -0
- package/packages/multi-chat/img/call.png +0 -0
- package/packages/multi-chat/img/callin.png +0 -0
- package/packages/multi-chat/img/callin_cancel.png +0 -0
- package/packages/multi-chat/img/calling.png +0 -0
- package/packages/multi-chat/img/callout.png +0 -0
- package/packages/multi-chat/img/callout_cancel.png +0 -0
- package/packages/multi-chat/img/close.png +0 -0
- package/packages/multi-chat/img/close_video.png +0 -0
- package/packages/multi-chat/img/customer-service-active.png +0 -0
- package/packages/multi-chat/img/customer-service.png +0 -0
- package/packages/multi-chat/img/customer.png +0 -0
- package/packages/multi-chat/img/customer_staff.png +0 -0
- package/packages/multi-chat/img/default.png +0 -0
- package/packages/multi-chat/img/ellipsis.png +0 -0
- package/packages/multi-chat/img/end-voice.png +0 -0
- package/packages/multi-chat/img/event-active.png +0 -0
- package/packages/multi-chat/img/event.png +0 -0
- package/packages/multi-chat/img/exp.png +0 -0
- package/packages/multi-chat/img/full-sceen-close.png +0 -0
- package/packages/multi-chat/img/full-sceen.png +0 -0
- package/packages/multi-chat/img/icon_list.png +0 -0
- package/packages/multi-chat/img/icon_list_active.png +0 -0
- package/packages/multi-chat/img/icon_table.png +0 -0
- package/packages/multi-chat/img/icon_table_active.png +0 -0
- package/packages/multi-chat/img/join-video.png +0 -0
- package/packages/multi-chat/img/large.png +0 -0
- package/packages/multi-chat/img/left-wrapper.png +0 -0
- package/packages/multi-chat/img/left.png +0 -0
- package/packages/multi-chat/img/medical_record.png +0 -0
- package/packages/multi-chat/img/middle.png +0 -0
- package/packages/multi-chat/img/msgTip.mp3 +0 -0
- package/packages/multi-chat/img/multi-video.png +0 -0
- package/packages/multi-chat/img/multi-voice.png +0 -0
- package/packages/multi-chat/img/mute-audio.png +0 -0
- package/packages/multi-chat/img/muted-audio.png +0 -0
- package/packages/multi-chat/img/muted-screen.png +0 -0
- package/packages/multi-chat/img/muted-video.png +0 -0
- package/packages/multi-chat/img/no-all-voice.png +0 -0
- package/packages/multi-chat/img/no-data.png +0 -0
- package/packages/multi-chat/img/no-data2.png +0 -0
- package/packages/multi-chat/img/no-screen.png +0 -0
- package/packages/multi-chat/img/no-video.png +0 -0
- package/packages/multi-chat/img/no-voice.png +0 -0
- package/packages/multi-chat/img/no-voiced.png +0 -0
- package/packages/multi-chat/img/normal-screen.png +0 -0
- package/packages/multi-chat/img/normal-video.png +0 -0
- package/packages/multi-chat/img/over.png +0 -0
- package/packages/multi-chat/img/portrait.png +0 -0
- package/packages/multi-chat/img/prescription.png +0 -0
- package/packages/multi-chat/img/receive.png +0 -0
- package/packages/multi-chat/img/reject.png +0 -0
- package/packages/multi-chat/img/remove.png +0 -0
- package/packages/multi-chat/img/replay.png +0 -0
- package/packages/multi-chat/img/required.png +0 -0
- package/packages/multi-chat/img/screen.png +0 -0
- package/packages/multi-chat/img/send_prescription.png +0 -0
- package/packages/multi-chat/img/setting.png +0 -0
- package/packages/multi-chat/img/small.png +0 -0
- package/packages/multi-chat/img/sound.png +0 -0
- package/packages/multi-chat/img/sound_forbid.png +0 -0
- package/packages/multi-chat/img/start_video.png +0 -0
- package/packages/multi-chat/img/system_message.png +0 -0
- package/packages/multi-chat/img/to-session.png +0 -0
- package/packages/multi-chat/img/transfer.png +0 -0
- package/packages/multi-chat/img/transfer2.png +0 -0
- package/packages/multi-chat/img/video-accept.png +0 -0
- package/packages/multi-chat/img/video.png +0 -0
- package/packages/multi-chat/img/video_consult.png +0 -0
- package/packages/multi-chat/img/voice.png +0 -0
- package/packages/multi-chat/img/worktime-active.png +0 -0
- package/packages/multi-chat/img/worktime.png +0 -0
- package/packages/multi-chat/index.js +0 -7
- package/packages/multi-chat/setting/authority/index.vue +0 -156
- package/packages/multi-chat/setting/authority/roleSetting.vue +0 -204
- package/packages/multi-chat/setting/baseInfo/index.vue +0 -1343
- package/packages/multi-chat/setting/configuration/index.vue +0 -334
- package/packages/multi-chat/setting/customerService/batchSelect.vue +0 -403
- package/packages/multi-chat/setting/customerService/index.vue +0 -273
- package/packages/multi-chat/setting/event/edit/condition.vue +0 -128
- package/packages/multi-chat/setting/event/edit/index.vue +0 -437
- package/packages/multi-chat/setting/event/edit/notice.vue +0 -129
- package/packages/multi-chat/setting/event/edit/strategy.vue +0 -98
- package/packages/multi-chat/setting/event/index.vue +0 -249
- package/packages/multi-chat/setting/index.vue +0 -281
- package/packages/multi-chat/setting/page.vue +0 -14
- package/packages/multi-chat/setting/sessionList/index.vue +0 -412
- package/packages/multi-chat/setting/sessionList/messageRecord.vue +0 -372
- package/packages/multi-chat/setting/userConfig/index.vue +0 -124
- package/packages/multi-chat/setting/worktime/index.vue +0 -274
- package/packages/multi-chat/store/actions.js +0 -452
- package/packages/multi-chat/store/getters.js +0 -380
- package/packages/multi-chat/store/helper.js +0 -66
- package/packages/multi-chat/store/index.js +0 -50
- package/packages/multi-chat/store/mutation.js +0 -305
- package/packages/multi-chat/store/state.js +0 -120
- package/packages/multi-chat/style/emoji.css +0 -315
- package/packages/multi-chat/style/message.mixin.less +0 -38
- package/packages/multi-chat/utils/chatSock.js +0 -93
- package/packages/multi-chat/utils/compressImage.js +0 -115
- package/packages/multi-chat/utils/emoji.json +0 -68
- package/packages/multi-chat/utils/index.js +0 -259
- package/packages/multi-chat/utils/observer-scroll.js +0 -49
- package/packages/multi-chat/utils/panelsetting.js +0 -48
- package/packages/multi-chat/utils/rtc-client-multi.js +0 -397
- package/packages/multi-chat/utils/rtc-client.js +0 -469
- package/packages/multi-chat-client/index.js +0 -7
- package/packages/multi-chat-history/index.js +0 -7
- package/packages/multi-chat-record/index.js +0 -7
- package/packages/multi-chat-setting/index.js +0 -7
- package/packages/multi-chat-sip/index.js +0 -6
- package/packages/notification/index.js +0 -8
- package/packages/page-header/index.js +0 -12
- package/packages/page-header/src/PageHeader.jsx +0 -11
- package/packages/pagination/index.js +0 -12
- package/packages/pagination/src/Pagination.jsx +0 -11
- package/packages/popconfirm/index.js +0 -12
- package/packages/popconfirm/src/Popconfirm.jsx +0 -11
- package/packages/popover/index.js +0 -12
- package/packages/popover/src/Popover.jsx +0 -11
- package/packages/progress/index.js +0 -12
- package/packages/progress/src/Progress.jsx +0 -11
- package/packages/radio/index.js +0 -33
- package/packages/radio/src/Group.jsx +0 -11
- package/packages/radio/src/Radio.jsx +0 -11
- package/packages/radio/src/RadioButton.jsx +0 -11
- package/packages/radio/src/RadioImg/index.vue +0 -125
- package/packages/rate/index.js +0 -12
- package/packages/rate/src/Rate.jsx +0 -11
- package/packages/result/index.js +0 -12
- package/packages/result/src/Result.jsx +0 -11
- package/packages/row/index.js +0 -12
- package/packages/row/src/Row.jsx +0 -11
- package/packages/scale-container/index.js +0 -9
- package/packages/scale-container/src/ScaleContainer.vue +0 -202
- package/packages/scale-container/src/scale.png +0 -0
- package/packages/scale-view/NoData.vue +0 -81
- package/packages/scale-view/answerParse.vue +0 -133
- package/packages/scale-view/assets/img/failure.png +0 -0
- package/packages/scale-view/assets/img/no-permission.png +0 -0
- package/packages/scale-view/assets/img/nodata.png +0 -0
- package/packages/scale-view/assets/img/notfound.png +0 -0
- package/packages/scale-view/customList.vue +0 -801
- package/packages/scale-view/data.js +0 -80
- package/packages/scale-view/directive/drag-move.js +0 -132
- package/packages/scale-view/evaluateCountdown.vue +0 -157
- package/packages/scale-view/evaluatePage.vue +0 -203
- package/packages/scale-view/formitem/data.js +0 -3991
- package/packages/scale-view/formitem/index.js +0 -7
- package/packages/scale-view/formitem/r-address.vue +0 -245
- package/packages/scale-view/formitem/r-choice.vue +0 -755
- package/packages/scale-view/formitem/r-input.vue +0 -93
- package/packages/scale-view/formitem/r-prompt.vue +0 -52
- package/packages/scale-view/formitem/r-sign.vue +0 -218
- package/packages/scale-view/formitem/r-time.vue +0 -285
- package/packages/scale-view/formitem/r-upload-custom-list.vue +0 -242
- package/packages/scale-view/formitem/r-upload.vue +0 -321
- package/packages/scale-view/formitem/sign-com.vue +0 -316
- package/packages/scale-view/formitem/text-over-tooltip/TextOverTooltip.vue +0 -98
- package/packages/scale-view/index.js +0 -17
- package/packages/scale-view/mixin/NoData.js +0 -38
- package/packages/scale-view/mixin/addressVal.js +0 -156
- package/packages/scale-view/mixin/evaluate.js +0 -146
- package/packages/scale-view/mixin/index.js +0 -337
- package/packages/scale-view/mixin/judgeTypes.js +0 -267
- package/packages/scale-view/scaleView.vue +0 -2086
- package/packages/select/index.js +0 -30
- package/packages/select/src/CustomSelect/index.vue +0 -130
- package/packages/select/src/OptGroup.jsx +0 -11
- package/packages/select/src/Option.jsx +0 -11
- package/packages/select/src/PagerSelect/index.vue +0 -92
- package/packages/select/src/Select/Select.vue +0 -231
- package/packages/select/src/Select/index.js +0 -12
- package/packages/select/src/TableSelect/index.vue +0 -514
- package/packages/select-label/index.js +0 -14
- package/packages/select-label/label-classify.vue +0 -129
- package/packages/select-label/labelFormContent.vue +0 -787
- package/packages/select-label/select-label.vue +0 -597
- package/packages/select-person/index.js +0 -10
- package/packages/select-person/search-tree.vue +0 -373
- package/packages/select-person/select-person.vue +0 -1736
- package/packages/select-tag/index.js +0 -14
- package/packages/select-tag/label-classify.vue +0 -133
- package/packages/select-tag/labelFormContent.vue +0 -295
- package/packages/select-tag/select-label.vue +0 -274
- package/packages/shortcut-provider/index.js +0 -10
- package/packages/shortcut-provider/src/ShortcutProvider.vue +0 -33
- package/packages/shortcut-provider/src/constants/index.js +0 -4
- package/packages/shortcut-provider/src/hooks/index.js +0 -1
- package/packages/shortcut-provider/src/hooks/useShortcuts.js +0 -129
- package/packages/shortcut-provider/src/utils/index.js +0 -107
- package/packages/shortcut-setter/index.js +0 -12
- package/packages/shortcut-setter/src/ShortcutSetter.vue +0 -55
- package/packages/shortcut-setter/src/ShortcutSetterItem.vue +0 -97
- package/packages/shortcut-setter/src/utils/index.js +0 -63
- package/packages/skeleton/index.js +0 -12
- package/packages/skeleton/src/Skeleton.jsx +0 -11
- package/packages/slider/index.js +0 -12
- package/packages/slider/src/Slider.jsx +0 -11
- package/packages/slider-tree/hooks/useAsyncData.js +0 -53
- package/packages/slider-tree/index.js +0 -7
- package/packages/slider-tree/index.vue +0 -391
- package/packages/slider-tree/utils/index.js +0 -10
- package/packages/space/index.js +0 -12
- package/packages/space/src/Space.jsx +0 -11
- package/packages/spin/index.js +0 -12
- package/packages/spin/src/Spin.jsx +0 -11
- package/packages/statistic/index.js +0 -18
- package/packages/statistic/src/Countdown.jsx +0 -11
- package/packages/statistic/src/Statistic.jsx +0 -11
- package/packages/steps/index.js +0 -18
- package/packages/steps/src/Step.jsx +0 -11
- package/packages/steps/src/Steps.jsx +0 -11
- package/packages/switch/index.js +0 -12
- package/packages/switch/src/Switch.jsx +0 -11
- package/packages/table-filter/index.js +0 -27
- package/packages/table-filter/src/base-search-com/BaseSearch.vue +0 -2690
- package/packages/table-filter/src/classification/Classification-com.vue +0 -1765
- package/packages/table-filter/src/classification/search-class-name.vue +0 -266
- package/packages/table-filter/src/classification/search-professional-model.vue +0 -680
- package/packages/table-filter/src/components/TextOverTooltip.vue +0 -120
- package/packages/table-filter/src/components/age-com/index.vue +0 -205
- package/packages/table-filter/src/components/button-group/ButtonGroup.vue +0 -162
- package/packages/table-filter/src/components/button-icon/button-icon.js +0 -33
- package/packages/table-filter/src/components/button-icon/getBtnIcon.js +0 -34
- package/packages/table-filter/src/components/c-tree-select/tree-select.vue +0 -336
- package/packages/table-filter/src/components/checkbox-group/CheckboxGroup.vue +0 -53
- package/packages/table-filter/src/components/drop-button/drop-button.vue +0 -224
- package/packages/table-filter/src/components/drop-button/head-btn-icon.js +0 -33
- package/packages/table-filter/src/components/drop-view/drop-view.vue +0 -89
- package/packages/table-filter/src/components/multi-select/multi-select.vue +0 -242
- package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +0 -232
- package/packages/table-filter/src/components/range-age/index.vue +0 -171
- package/packages/table-filter/src/components/render-widget/components/CheckboxGroup.vue +0 -68
- package/packages/table-filter/src/components/render-widget/components/DateRangeQuick.vue +0 -216
- package/packages/table-filter/src/components/render-widget/components/Label.vue +0 -209
- package/packages/table-filter/src/components/render-widget/components/NumberRange.vue +0 -157
- package/packages/table-filter/src/components/render-widget/components/Select.vue +0 -62
- package/packages/table-filter/src/components/render-widget/components/SelectDynamic.vue +0 -287
- package/packages/table-filter/src/components/render-widget/components/SelectLabel.vue +0 -80
- package/packages/table-filter/src/components/render-widget/components/SelectTree.vue +0 -145
- package/packages/table-filter/src/components/render-widget/components/Text.vue +0 -58
- package/packages/table-filter/src/components/render-widget/components/index.js +0 -11
- package/packages/table-filter/src/components/render-widget/enums.js +0 -60
- package/packages/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +0 -282
- package/packages/table-filter/src/components/render-widget/index.vue +0 -150
- package/packages/table-filter/src/components/render-widget/mixins/dynamic-method.js +0 -185
- package/packages/table-filter/src/components/render-widget/mixins/label-method.js +0 -23
- package/packages/table-filter/src/components/render-widget/widgetCfgMaps.js +0 -354
- package/packages/table-filter/src/components/search-condition/SearchCondition.vue +0 -2016
- package/packages/table-filter/src/components/search-condition/fieldTypeList.js +0 -169
- package/packages/table-filter/src/components/search-filter/SearchFilter.vue +0 -280
- package/packages/table-filter/src/components/search-modal/set-classification.vue +0 -340
- package/packages/table-filter/src/components/table-modal/TableModal.vue +0 -477
- package/packages/table-filter/src/const/dataOptions.js +0 -43
- package/packages/table-filter/src/const/index.js +0 -1
- package/packages/table-filter/src/index.vue +0 -584
- package/packages/table-filter/src/mixins/mixins.js +0 -870
- package/packages/table-filter/src/mixins/out-quick-method.js +0 -123
- package/packages/table-filter/src/mixins/printNew.js +0 -190
- package/packages/table-filter/src/mixins/renderWidget.js +0 -122
- package/packages/table-filter/src/mixins/tableSearchCon.js +0 -128
- package/packages/table-filter/src/mixins/wordBookutils.js +0 -130
- package/packages/table-filter/src/quick-search/QuickSearch.vue +0 -2272
- package/packages/tabs/index.js +0 -18
- package/packages/tabs/src/TabPane.jsx +0 -11
- package/packages/tabs/src/Tabs.jsx +0 -11
- package/packages/tag/index.js +0 -21
- package/packages/tag/src/CheckableTag.jsx +0 -11
- package/packages/tag/src/Tag.jsx +0 -11
- package/packages/tag/src/TagGroup.vue +0 -622
- package/packages/time-picker/index.js +0 -12
- package/packages/time-picker/src/TimePicker.jsx +0 -11
- package/packages/timeline/index.js +0 -14
- package/packages/timeline/src/Item.jsx +0 -11
- package/packages/timeline/src/Timeline.jsx +0 -11
- package/packages/tooltip/index.js +0 -12
- package/packages/tooltip/src/Tooltip.jsx +0 -11
- package/packages/transfer/index.js +0 -12
- package/packages/transfer/src/Transfer.jsx +0 -11
- package/packages/tree/index.js +0 -18
- package/packages/tree/src/Tree.jsx +0 -11
- package/packages/tree/src/TreeNode.jsx +0 -11
- package/packages/tree-select/index.js +0 -18
- package/packages/tree-select/src/TreeNode.jsx +0 -11
- package/packages/tree-select/src/TreeSelect.jsx +0 -11
- package/packages/upload/chunk-upload/chunk-upload-new.vue +0 -1006
- package/packages/upload/chunk-upload/vod-chunk-upload.vue +0 -757
- package/packages/upload/chunk-upload/vod-upload-modal.vue +0 -100
- package/packages/upload/index.js +0 -12
- package/packages/upload/src/Upload.jsx +0 -11
- package/packages/verification-code/SlideVerify.vue +0 -306
- package/packages/verification-code/index.js +0 -17
- package/packages/verification-code/verification-code.vue +0 -147
- package/src/assets/img/nodata.png +0 -0
- package/src/assets/img/success.png +0 -0
- package/src/assets/img/video.png +0 -0
- package/src/assets/img/video_default_cover.png +0 -0
- package/src/assets/img/video_hover.png +0 -0
- package/src/assets/img/video_play_hover.png +0 -0
- package/src/component/player-vod/index.vue +0 -57
- package/src/component/player-vod/player.vue +0 -192
- package/src/component/player-vod/video-list.vue +0 -262
- package/src/component/player-vod/video-modal.vue +0 -128
- package/src/component/select-options/index.vue +0 -430
- package/src/component/select-pages/index.vue +0 -95
- package/src/component/svg/index.vue +0 -59
- package/src/core/create.js +0 -6
- package/src/core/event.js +0 -23
- package/src/core/table-methods.js +0 -447
- package/src/directive/flexibleResize.js +0 -162
- package/src/directive/preventReClick.js +0 -12
- package/src/directive/scroll.js +0 -230
- package/src/global/variable.js +0 -2
- package/src/style/normalize.css +0 -424
- package/src/style/style.less +0 -49
- package/src/utils/UniRTCv2.js +0 -627
- package/src/utils/chatFetch.js +0 -61
- package/src/utils/clickoutside.js +0 -75
- package/src/utils/crypto.js +0 -25
- package/src/utils/index.js +0 -103
- package/src/utils/kty-sdk.js +0 -582
- package/src/utils/kty.min-1.0.0.js +0 -14378
- package/src/utils/sip-device.js +0 -79
- package/src/utils/time-domain.js +0 -270
- package/src/utils/trtc.js +0 -1
- package/src/utils/utils-map.js +0 -485
- package/src/utils/vexutils.js +0 -836
|
@@ -1,1223 +0,0 @@
|
|
|
1
|
-
const SELECT_LIST = ['SEARCH_MORE', 'SEARCH', 'SEARCH_CASCADE', 'LEVEL_SEARCH_CASCADE'];
|
|
2
|
-
import vexutils from '@/utils/vexutils';
|
|
3
|
-
export default {
|
|
4
|
-
components: {
|
|
5
|
-
VNodes: {
|
|
6
|
-
functional: true,
|
|
7
|
-
render: (h, ctx) => ctx.props.vnodes
|
|
8
|
-
}
|
|
9
|
-
},
|
|
10
|
-
data() {
|
|
11
|
-
return {
|
|
12
|
-
fetching: false,
|
|
13
|
-
|
|
14
|
-
timeout: null,
|
|
15
|
-
|
|
16
|
-
curOptions: [],
|
|
17
|
-
selectedOptions: [],
|
|
18
|
-
|
|
19
|
-
levelNum: 1, // 级联来加载 层级标识 从 1 开始。
|
|
20
|
-
cascaderInitLabel: true,
|
|
21
|
-
defList: [],
|
|
22
|
-
panelOpen: false,
|
|
23
|
-
|
|
24
|
-
searchAddObj: {},
|
|
25
|
-
|
|
26
|
-
searchPageConfig: {
|
|
27
|
-
// search 翻页配置
|
|
28
|
-
keyword: undefined,
|
|
29
|
-
isFetching: false,
|
|
30
|
-
isRequest: false, // 是否已请求
|
|
31
|
-
page: 1, // 当前页
|
|
32
|
-
total: 1 // 总页数
|
|
33
|
-
},
|
|
34
|
-
fieldListConfig: [],
|
|
35
|
-
|
|
36
|
-
optionsMaxWidth: '100%',
|
|
37
|
-
optionsMaxWidthNew: 160,
|
|
38
|
-
|
|
39
|
-
cacheReqOptionsParams: '',
|
|
40
|
-
|
|
41
|
-
hotSearchConfig: {
|
|
42
|
-
hotList: [],
|
|
43
|
-
latestList: [],
|
|
44
|
-
isRequest: false,
|
|
45
|
-
isclose: true
|
|
46
|
-
},
|
|
47
|
-
|
|
48
|
-
searchShowHotList: false,
|
|
49
|
-
optionsRequestSource: null
|
|
50
|
-
};
|
|
51
|
-
},
|
|
52
|
-
computed: {
|
|
53
|
-
showHotSearchConfig() {
|
|
54
|
-
const { hotList = [], latestList = [] } = this?.hotSearchConfig || {};
|
|
55
|
-
let f = hotList.length || latestList.length;
|
|
56
|
-
return f && !this.searchPageConfig.keyword;
|
|
57
|
-
},
|
|
58
|
-
formType() {
|
|
59
|
-
const { formType } = this.mainForm || {};
|
|
60
|
-
return formType || {};
|
|
61
|
-
},
|
|
62
|
-
selectIsOpen() {
|
|
63
|
-
const { html_type, show_type } = this.item;
|
|
64
|
-
if (['SEARCH_MORE', 'SEARCH'].includes(html_type)) {
|
|
65
|
-
return !['pop', 'dialog'].includes(show_type);
|
|
66
|
-
}
|
|
67
|
-
return true;
|
|
68
|
-
},
|
|
69
|
-
isnoPages() {
|
|
70
|
-
const { searchPageConfig } = this;
|
|
71
|
-
return searchPageConfig.page <= 1 && !searchPageConfig.hasNextPage;
|
|
72
|
-
},
|
|
73
|
-
freeAddItem() {
|
|
74
|
-
return this.curOptions.find(v => v.is_free_entry_input__add);
|
|
75
|
-
},
|
|
76
|
-
optionRows() {
|
|
77
|
-
return this.curOptions.filter((v, i) => !(i === 0 && this.item.wordbook.render_key && this.item.wordbook.render_key.length > 1) && !v.is_free_entry_input__add);
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
mounted() {
|
|
81
|
-
this.init();
|
|
82
|
-
},
|
|
83
|
-
methods: {
|
|
84
|
-
init() {
|
|
85
|
-
const { validate = {}, html_type = undefined, name, default_val, show_type = undefined, guage_num = undefined } = this.item;
|
|
86
|
-
let targetStr = this.defaultValue[name] || default_val;
|
|
87
|
-
targetStr = this.handleSysParams(targetStr);
|
|
88
|
-
if (html_type == 'SEARCH') {
|
|
89
|
-
if (targetStr) {
|
|
90
|
-
this.$nextTick(() => {
|
|
91
|
-
console.log('handleRequestedOptions---6');
|
|
92
|
-
this.handleRequestedOptions(this.item, targetStr, true);
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
} else if (html_type == 'SEARCH_MORE') {
|
|
96
|
-
this.hanldeInitSearchMoreVal(this.item);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
this.cacheReqOptionsParams = '';
|
|
100
|
-
// this.getHotSearchConfig();
|
|
101
|
-
},
|
|
102
|
-
|
|
103
|
-
async hanldeInitSearchMoreVal(i, v) {
|
|
104
|
-
try {
|
|
105
|
-
const item = i;
|
|
106
|
-
let n;
|
|
107
|
-
if (v) {
|
|
108
|
-
n = v;
|
|
109
|
-
} else {
|
|
110
|
-
n = this.defaultValue[item.name] || item.default_val;
|
|
111
|
-
}
|
|
112
|
-
if (n) {
|
|
113
|
-
if (typeof n === 'string') {
|
|
114
|
-
n = this.handleSysParams(n);
|
|
115
|
-
}
|
|
116
|
-
n = this.handleGetJsonStr(n) || {};
|
|
117
|
-
let NOWORDBOOK = item.wordbook.type != 'WORDBOOK';
|
|
118
|
-
if (n && n.objs && n.objs.length) {
|
|
119
|
-
let curUniqueLabel;
|
|
120
|
-
if (NOWORDBOOK) {
|
|
121
|
-
curUniqueLabel = await this.handleRequestedUniqueKey(item.wordbook.id);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
curUniqueLabel = curUniqueLabel || undefined;
|
|
125
|
-
let defList = [];
|
|
126
|
-
const defOptions = [];
|
|
127
|
-
// `${v[item.wordbook.value_key]}-${v['myUniqueKey']}`
|
|
128
|
-
let l = [],
|
|
129
|
-
objs = [];
|
|
130
|
-
let objStr = typeof n.objStr === 'string' ? [...new Set(n.objStr.split(','))].join(',') : n.objStr;
|
|
131
|
-
n.objs.forEach(f => {
|
|
132
|
-
let v = typeof f === 'object' ? JSON.parse(JSON.stringify(f)) : f;
|
|
133
|
-
v.myUniqueKey = v[curUniqueLabel] || '';
|
|
134
|
-
v.myUniqueLabel = curUniqueLabel || '';
|
|
135
|
-
defList.push({
|
|
136
|
-
key: `${v[item.wordbook.value_key]}-${v[curUniqueLabel] || ''}`,
|
|
137
|
-
label: this.hanlderGetSearchLabel(item, v)
|
|
138
|
-
});
|
|
139
|
-
let k = `${v[item.wordbook.value_key]}-${v['myUniqueKey']}`;
|
|
140
|
-
if (!l.includes(k)) {
|
|
141
|
-
defOptions.push({
|
|
142
|
-
...v
|
|
143
|
-
});
|
|
144
|
-
l.push(k);
|
|
145
|
-
objs.push({ ...f });
|
|
146
|
-
}
|
|
147
|
-
});
|
|
148
|
-
// 如果默认值有重复数据,过滤重复数据再提交
|
|
149
|
-
if (l.length !== (n?.objs?.length || undefined)) {
|
|
150
|
-
this.formType[item.val_key].filtration_val = JSON.stringify({
|
|
151
|
-
objStr,
|
|
152
|
-
objs
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
item.defOptions = defOptions;
|
|
156
|
-
// console.log(defOptions, "--defOptions");
|
|
157
|
-
if (defOptions && defOptions.length) {
|
|
158
|
-
this.curOptions = [...defOptions];
|
|
159
|
-
this.selectedOptions = [...(defOptions || [])];
|
|
160
|
-
}
|
|
161
|
-
defList = vexutils.uniqArrObj(defList, 'key');
|
|
162
|
-
this.defList = defList;
|
|
163
|
-
this.$set(this.item, 'useFormValue', defList);
|
|
164
|
-
this.$emit('valueOnChange', [...defOptions], this.item);
|
|
165
|
-
// console.log(this.defList, "---defList");
|
|
166
|
-
} else {
|
|
167
|
-
// this.defaultValue[item.name] = {};
|
|
168
|
-
}
|
|
169
|
-
} else {
|
|
170
|
-
// this.defaultValue[item.name] = {};
|
|
171
|
-
}
|
|
172
|
-
} catch (e) {
|
|
173
|
-
console.log(e);
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* 检索的默认参数
|
|
179
|
-
* @param keyword 检索关键字
|
|
180
|
-
* @param itemData 表单配置项
|
|
181
|
-
*/
|
|
182
|
-
getSearchDefParams(keyword, itemData = {}, other = {}) {
|
|
183
|
-
const { wordbook, html_type, autograph } = itemData;
|
|
184
|
-
const isCascade = html_type.includes('SEARCH_CASCADE');
|
|
185
|
-
const fieldKeys = wordbook.fieldKeys || wordbook.search_key;
|
|
186
|
-
let conObj = wordbook.conObj;
|
|
187
|
-
// if (Array.isArray(conObj)) {
|
|
188
|
-
// conObj.forEach(v => {
|
|
189
|
-
// v.value = this.handleSysParams(v.value);
|
|
190
|
-
// });
|
|
191
|
-
// }
|
|
192
|
-
// let SEARCH_CASCADE
|
|
193
|
-
const extraParams = {
|
|
194
|
-
primaryKey: wordbook.primary_key,
|
|
195
|
-
levelKey: wordbook.level_key
|
|
196
|
-
};
|
|
197
|
-
const pageSizeConfig = {
|
|
198
|
-
pageSize: isCascade ? 10000 : 20
|
|
199
|
-
};
|
|
200
|
-
// 请求参数
|
|
201
|
-
const params = {
|
|
202
|
-
wordbookId: wordbook.id,
|
|
203
|
-
autograph: autograph,
|
|
204
|
-
wordbookType: wordbook.type || 'WORDBOOK',
|
|
205
|
-
preConObj: wordbook.preConObj ? JSON.stringify(wordbook.preConObj) : undefined,
|
|
206
|
-
conObj: conObj ? JSON.stringify(conObj) : undefined,
|
|
207
|
-
preSqlExpression: wordbook.preSqlExpression || undefined,
|
|
208
|
-
sqlExpression: wordbook.sqlExpression || undefined,
|
|
209
|
-
fieldKeys: fieldKeys ? JSON.stringify(fieldKeys) : undefined,
|
|
210
|
-
keyword: keyword || '',
|
|
211
|
-
// pageSize: isCascade ? 10000 : 20,
|
|
212
|
-
page: 1,
|
|
213
|
-
...(isCascade ? extraParams : {}),
|
|
214
|
-
...(isCascade ? pageSizeConfig : {}) // 不是“级联”类型的,后台读取列表配置的 “pageSize”
|
|
215
|
-
};
|
|
216
|
-
// 分页
|
|
217
|
-
if (other.page) {
|
|
218
|
-
params.page = other.page;
|
|
219
|
-
this.searchPageConfig.isFetching = true;
|
|
220
|
-
}
|
|
221
|
-
return params;
|
|
222
|
-
},
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* 级联参数处理
|
|
226
|
-
* @param params 默认参数
|
|
227
|
-
* @param itemData 表单配置项
|
|
228
|
-
* @param otherConfig 其他配置项
|
|
229
|
-
* @param defFalg 是否是默认请求
|
|
230
|
-
*/
|
|
231
|
-
getCascadeParams(params, itemData, otherConfig, defFalg) {
|
|
232
|
-
const { wordbook, html_type } = itemData;
|
|
233
|
-
if (html_type.includes('LEVEL_SEARCH_CASCADE')) {
|
|
234
|
-
let pageObj = undefined;
|
|
235
|
-
if (Object.keys(otherConfig || {}).length > 0) {
|
|
236
|
-
let { loadDataPrimary_key, levelNum = 1, pageSetting } = otherConfig || {};
|
|
237
|
-
this.levelNum = levelNum;
|
|
238
|
-
this.loadDataPrimary_key = loadDataPrimary_key;
|
|
239
|
-
pageObj = pageSetting;
|
|
240
|
-
}
|
|
241
|
-
const { levelSetting = [] } = wordbook;
|
|
242
|
-
let curLevel = levelSetting[this.levelNum - 1];
|
|
243
|
-
|
|
244
|
-
if ((defFalg || !this.loadDataPrimary_key) && wordbook.conObjFirstLevel) {
|
|
245
|
-
params.conObj = wordbook.conObjFirstLevel ? JSON.stringify(wordbook.conObjFirstLevel) : undefined;
|
|
246
|
-
params.sqlExperssions = wordbook.sqlExpressionFirstLevel || undefined;
|
|
247
|
-
} else {
|
|
248
|
-
let conObjList = [];
|
|
249
|
-
if (this.loadDataPrimary_key) {
|
|
250
|
-
conObjList.push({
|
|
251
|
-
field_key: wordbook.level_key,
|
|
252
|
-
con: 'EQ',
|
|
253
|
-
value: this.loadDataPrimary_key
|
|
254
|
-
});
|
|
255
|
-
}
|
|
256
|
-
if (curLevel && html_type === 'LEVEL_SEARCH_CASCADE2') {
|
|
257
|
-
conObjList.push({
|
|
258
|
-
field_key: wordbook.grade_key,
|
|
259
|
-
con: 'EQ',
|
|
260
|
-
value: curLevel.level
|
|
261
|
-
});
|
|
262
|
-
}
|
|
263
|
-
if (pageObj) {
|
|
264
|
-
Object.assign(params, pageObj);
|
|
265
|
-
}
|
|
266
|
-
params.conObj = JSON.stringify(conObjList);
|
|
267
|
-
params.sqlExperssions = '';
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
return params;
|
|
272
|
-
},
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* 检索请求去重,自定义处理
|
|
276
|
-
* @param rows list
|
|
277
|
-
* @param itemData 表单配置项
|
|
278
|
-
* @param uniqueConfig 唯一标识配置
|
|
279
|
-
*/
|
|
280
|
-
handleRowUnique(rows, itemData, uniqueConfig = {}) {
|
|
281
|
-
const { myUniqueKey, reqUniqueKey } = uniqueConfig;
|
|
282
|
-
const { wordbook } = itemData;
|
|
283
|
-
return rows.reduce((acc, cur) => {
|
|
284
|
-
cur.setting = wordbook.setting;
|
|
285
|
-
cur.showLabel = '';
|
|
286
|
-
cur.myUniqueKey = cur[myUniqueKey] || '';
|
|
287
|
-
cur.myUniqueLabel = reqUniqueKey || '';
|
|
288
|
-
if (wordbook.render_key && wordbook.render_key.length > 0) {
|
|
289
|
-
wordbook.render_key.forEach(ren => {
|
|
290
|
-
cur.showLabel += `≌${this.formatField(cur[ren])}`;
|
|
291
|
-
});
|
|
292
|
-
cur.showLabel = cur.showLabel.slice(1);
|
|
293
|
-
} else {
|
|
294
|
-
cur.showLabel = cur[wordbook.value_key];
|
|
295
|
-
}
|
|
296
|
-
if (typeof cur === 'object') {
|
|
297
|
-
Object.keys(cur || {}).forEach(t => (cur[t] = this.formatFieldValue(cur[t])));
|
|
298
|
-
}
|
|
299
|
-
return acc.some(v => {
|
|
300
|
-
return `${v[wordbook.value_key]}-${v[myUniqueKey]}` == `${cur[wordbook.value_key]}-${cur[myUniqueKey]}`;
|
|
301
|
-
})
|
|
302
|
-
? acc
|
|
303
|
-
: [...acc, cur];
|
|
304
|
-
}, []);
|
|
305
|
-
},
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* 检索默认值处理
|
|
309
|
-
* @param defFalg 是否默认值处理
|
|
310
|
-
* @param rowData 请求数据
|
|
311
|
-
* @param itemData 表单配置项
|
|
312
|
-
* @param uniqueConfig 唯一标识配置
|
|
313
|
-
*/
|
|
314
|
-
handleGetSearchDefVal(defFalg, rowData, itemData, uniqueConfig = {}) {
|
|
315
|
-
const { is_plugin_set, keyword } = uniqueConfig;
|
|
316
|
-
const { wordbook, html_type, val_key, default_val, name } = itemData;
|
|
317
|
-
let defVal = this.defaultValue[name] || this.handleSysParams(default_val || '');
|
|
318
|
-
if (is_plugin_set) {
|
|
319
|
-
defVal = keyword;
|
|
320
|
-
}
|
|
321
|
-
if (defFalg && rowData.length) {
|
|
322
|
-
let defItem = rowData[0];
|
|
323
|
-
let itemKkey = `${defItem[wordbook.value_key]}>>>${defItem['myUniqueKey']}`;
|
|
324
|
-
if (html_type == 'SEARCH') {
|
|
325
|
-
const f = rowData.find(r => r[wordbook.value_key] == defVal);
|
|
326
|
-
if (f) {
|
|
327
|
-
defItem = f;
|
|
328
|
-
itemKkey = `${f[wordbook.value_key]}>>>${f['myUniqueKey']}`;
|
|
329
|
-
this.handleSearchSelect(itemKkey, itemData, '', {
|
|
330
|
-
eventType: defFalg ? 'init' : 'trigger'
|
|
331
|
-
});
|
|
332
|
-
}
|
|
333
|
-
if (defVal != defItem[wordbook.value_key]) {
|
|
334
|
-
if (f) {
|
|
335
|
-
itemKkey = `${f[wordbook.value_key]}>>>${f['myUniqueKey']}`;
|
|
336
|
-
} else {
|
|
337
|
-
itemKkey = defVal;
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
if (itemKkey) {
|
|
341
|
-
this.hanldeSetFieldsValue(
|
|
342
|
-
{
|
|
343
|
-
[itemData.val_key]: itemKkey
|
|
344
|
-
},
|
|
345
|
-
itemData
|
|
346
|
-
);
|
|
347
|
-
} else {
|
|
348
|
-
this.$set(itemData, 'useFormValue', undefined);
|
|
349
|
-
}
|
|
350
|
-
} else if (html_type == 'SEARCH_MORE') {
|
|
351
|
-
itemKkey.replace('>>>', '-');
|
|
352
|
-
this.hanldeSetFieldsValue(
|
|
353
|
-
{
|
|
354
|
-
[itemData.val_key]: [
|
|
355
|
-
{
|
|
356
|
-
key: itemKkey,
|
|
357
|
-
label: defItem['showLabel'] || defItem[wordbook.value_key]
|
|
358
|
-
}
|
|
359
|
-
]
|
|
360
|
-
},
|
|
361
|
-
itemData
|
|
362
|
-
);
|
|
363
|
-
this.multipleSelect(
|
|
364
|
-
{
|
|
365
|
-
key: itemKkey,
|
|
366
|
-
label: defItem['showLabel'] || defItem[wordbook.value_key]
|
|
367
|
-
},
|
|
368
|
-
itemData
|
|
369
|
-
);
|
|
370
|
-
}
|
|
371
|
-
} else if (defFalg) {
|
|
372
|
-
if (html_type == 'SEARCH') {
|
|
373
|
-
// bugfix:14178
|
|
374
|
-
this.hanldeSetFieldsValue(
|
|
375
|
-
{
|
|
376
|
-
[itemData.val_key]: undefined
|
|
377
|
-
},
|
|
378
|
-
itemData
|
|
379
|
-
);
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
|
|
384
|
-
// 请求下拉框的数据
|
|
385
|
-
async handleRequestedOptions(itemData = {}, keyword = undefined, defFalg = false, otherConfig = {}) {
|
|
386
|
-
console.log('handleRequestedOptions---1');
|
|
387
|
-
const closeLoading = () => {
|
|
388
|
-
this.fetching = false;
|
|
389
|
-
this.searchPageConfig.isFetching = false;
|
|
390
|
-
};
|
|
391
|
-
try {
|
|
392
|
-
const { wordbook = {}, val_key, html_type, free_entry } = itemData;
|
|
393
|
-
let { queryParamsType, queryParams = [] } = wordbook;
|
|
394
|
-
if (Object.keys(wordbook || {}).length === 0) {
|
|
395
|
-
return;
|
|
396
|
-
}
|
|
397
|
-
if (keyword && typeof keyword === 'string') keyword = keyword.replace(/^\s+|\s+$/, '');
|
|
398
|
-
// LEVEL_SEARCH_CASCADE SEARCH_CASCADE
|
|
399
|
-
const isCascade = html_type.includes('SEARCH_CASCADE');
|
|
400
|
-
const NOWORDBOOK = wordbook.type != 'WORDBOOK';
|
|
401
|
-
const ISDICTIONARY = wordbook.type === 'DICTIONARY';
|
|
402
|
-
// 请求参数
|
|
403
|
-
let params = this.getSearchDefParams(keyword, itemData, otherConfig);
|
|
404
|
-
|
|
405
|
-
let formData = this.getFormValue();
|
|
406
|
-
|
|
407
|
-
let queryArr = ['SEARCH', 'SEARCH_MORE', 'SEARCH_CASCADE', 'LEVEL_SEARCH_CASCADE', 'LEVEL_SEARCH_CASCADE2'];
|
|
408
|
-
if (queryArr.includes(html_type) && queryParamsType == 1) {
|
|
409
|
-
let tempFormData = this.handleQueryParams(formData, queryParams);
|
|
410
|
-
Object.assign(params, tempFormData);
|
|
411
|
-
} else {
|
|
412
|
-
Object.assign(params, formData);
|
|
413
|
-
}
|
|
414
|
-
// 257 云his需求新增通用字典 后端欧阳 产品晶晶
|
|
415
|
-
const arr = ['SEARCH', 'SEARCH_MORE'];
|
|
416
|
-
if (arr.includes(html_type) && ISDICTIONARY) {
|
|
417
|
-
Object.assign(params, {
|
|
418
|
-
dictType: JSON.stringify(wordbook.dictType)
|
|
419
|
-
});
|
|
420
|
-
}
|
|
421
|
-
this.cacheReqOptionsParams = JSON.stringify(params);
|
|
422
|
-
let reqUniqueKey;
|
|
423
|
-
let myUniqueKey = 'theUniqueKey';
|
|
424
|
-
if (NOWORDBOOK) {
|
|
425
|
-
reqUniqueKey = await this.handleRequestedUniqueKey(wordbook.id);
|
|
426
|
-
myUniqueKey = reqUniqueKey || undefined;
|
|
427
|
-
}
|
|
428
|
-
// 多选检索框避免重复选中 "theUniqueKey" 这个值,每次请求返回来都不一样。
|
|
429
|
-
if (html_type == 'SEARCH_MORE' && myUniqueKey == 'theUniqueKey') {
|
|
430
|
-
myUniqueKey = undefined;
|
|
431
|
-
}
|
|
432
|
-
this.formType[val_key].wordbook && (this.formType[val_key].wordbook.myUniqueLabel = myUniqueKey);
|
|
433
|
-
this.fetching = true;
|
|
434
|
-
if (!html_type.includes('SEARCH_CASCADE')) {
|
|
435
|
-
this.cancelOptionsRequest && this.cancelOptionsRequest();
|
|
436
|
-
}
|
|
437
|
-
// this.optionsRequestSource = axios.CancelToken.source();
|
|
438
|
-
if (keyword && !defFalg) {
|
|
439
|
-
let key = typeof keyword === 'string' ? keyword.trim() : keyword;
|
|
440
|
-
key && this.handleSearchTracher(itemData, { keyword: key });
|
|
441
|
-
}
|
|
442
|
-
Object.assign(params, { asyncCount: 1 });
|
|
443
|
-
let handleEditFormGetWordbookData = this.editFormApiConfig?.handleEditFormGetWordbookData;
|
|
444
|
-
if (!handleEditFormGetWordbookData || typeof handleEditFormGetWordbookData !== 'function') {
|
|
445
|
-
handleEditFormGetWordbookData = this.getWordbookDataRequest;
|
|
446
|
-
}
|
|
447
|
-
return handleEditFormGetWordbookData(params, { optionsRequestSource: this.optionsRequestSource })
|
|
448
|
-
.then(data => {
|
|
449
|
-
this.optionsRequestSource = null;
|
|
450
|
-
this.fetching = false;
|
|
451
|
-
if (otherConfig.page) {
|
|
452
|
-
this.handleSearchScrollTop(itemData);
|
|
453
|
-
}
|
|
454
|
-
closeLoading();
|
|
455
|
-
if (!data) return [];
|
|
456
|
-
this.searchAddObj[`${itemData.val_key}_${itemData.name}`] = true;
|
|
457
|
-
let { rows, fieldList, page, total } = data.map;
|
|
458
|
-
this.fieldListConfig = fieldList;
|
|
459
|
-
this.searchPageConfig = Object.assign(this.searchPageConfig, {
|
|
460
|
-
page,
|
|
461
|
-
total,
|
|
462
|
-
isRequest: true,
|
|
463
|
-
keyword
|
|
464
|
-
});
|
|
465
|
-
let rowData = [];
|
|
466
|
-
if (isCascade) {
|
|
467
|
-
wordbook.myUniqueLabel = myUniqueKey;
|
|
468
|
-
wordbook.myUniqueKey = myUniqueKey;
|
|
469
|
-
wordbook.isLoadData = html_type == 'LEVEL_SEARCH_CASCADE';
|
|
470
|
-
if (wordbook.isLoadData) {
|
|
471
|
-
this.levelNum = defFalg ? 1 : this.levelNum;
|
|
472
|
-
}
|
|
473
|
-
rows = this.hanldeRemoveDuplicates(rows, {
|
|
474
|
-
key: wordbook.value_key
|
|
475
|
-
});
|
|
476
|
-
this.handleFormCascade(rows, wordbook);
|
|
477
|
-
rowData = rows;
|
|
478
|
-
} else {
|
|
479
|
-
// 去重
|
|
480
|
-
rowData = this.handleRowUnique(rows, itemData, {
|
|
481
|
-
myUniqueKey: myUniqueKey,
|
|
482
|
-
reqUniqueKey: reqUniqueKey
|
|
483
|
-
});
|
|
484
|
-
|
|
485
|
-
// 获取显示字段title
|
|
486
|
-
if (rowData.length > 0 && wordbook.render_key && wordbook.render_key.length > 1) {
|
|
487
|
-
rowData.unshift(
|
|
488
|
-
Object.assign(
|
|
489
|
-
{},
|
|
490
|
-
{
|
|
491
|
-
showLabel: this.getTitleHeader(fieldList, wordbook.render_key),
|
|
492
|
-
myUniqueKey: Math.random()
|
|
493
|
-
}
|
|
494
|
-
)
|
|
495
|
-
);
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
const searchList = ['SEARCH', 'SEARCH_CASCADE', 'SEARCH_MORE', 'LEVEL_SEARCH_CASCADE'];
|
|
499
|
-
if (searchList.includes(html_type)) {
|
|
500
|
-
if (html_type != 'LEVEL_SEARCH_CASCADE') {
|
|
501
|
-
this.curOptions = rowData;
|
|
502
|
-
} else {
|
|
503
|
-
(defFalg || !this.loadDataPrimary_key) && (this.curOptions = rowData);
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
// 默认值处理
|
|
507
|
-
this.handleGetSearchDefVal(defFalg, rowData, itemData, {
|
|
508
|
-
myUniqueKey: myUniqueKey,
|
|
509
|
-
reqUniqueKey: reqUniqueKey,
|
|
510
|
-
keyword: keyword,
|
|
511
|
-
...otherConfig
|
|
512
|
-
});
|
|
513
|
-
|
|
514
|
-
// 自由输入
|
|
515
|
-
if (!defFalg && html_type == 'SEARCH' && keyword && free_entry == '1') {
|
|
516
|
-
this.handleFreeEntry({
|
|
517
|
-
rowData,
|
|
518
|
-
keyword,
|
|
519
|
-
wordbook,
|
|
520
|
-
fieldList,
|
|
521
|
-
myUniqueKey
|
|
522
|
-
});
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
return rowData;
|
|
526
|
-
})
|
|
527
|
-
.catch(() => {
|
|
528
|
-
closeLoading();
|
|
529
|
-
});
|
|
530
|
-
} catch (error) {
|
|
531
|
-
closeLoading();
|
|
532
|
-
console.log(error);
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
|
|
536
|
-
getWordbookDataRequest(params, config) {
|
|
537
|
-
let { optionsRequestSource } = config;
|
|
538
|
-
optionsRequestSource = this.axios.CancelToken.source();
|
|
539
|
-
return new Promise((resolve, reject) => {
|
|
540
|
-
this.axios
|
|
541
|
-
.post(`/tableReader/getWordbookData`, this.$qs.stringify(params), {
|
|
542
|
-
cancelToken: optionsRequestSource.token
|
|
543
|
-
})
|
|
544
|
-
.then(({ data }) => {
|
|
545
|
-
optionsRequestSource = null;
|
|
546
|
-
if (data.result === 'SUCCESS') return resolve(data);
|
|
547
|
-
resolve(null);
|
|
548
|
-
})
|
|
549
|
-
.catch(err => {
|
|
550
|
-
reject(err);
|
|
551
|
-
});
|
|
552
|
-
});
|
|
553
|
-
},
|
|
554
|
-
|
|
555
|
-
handleFreeEntry(option = {}) {
|
|
556
|
-
const { rowData, keyword, wordbook, fieldList, myUniqueKey } = option;
|
|
557
|
-
if (!keyword) return;
|
|
558
|
-
const curKey = +new Date();
|
|
559
|
-
const data = {
|
|
560
|
-
[myUniqueKey]: curKey,
|
|
561
|
-
myUniqueKey: curKey,
|
|
562
|
-
myUniqueLabel: myUniqueKey,
|
|
563
|
-
[wordbook.value_key]: keyword,
|
|
564
|
-
is_free_entry_input__add: true // 标识是自由输入
|
|
565
|
-
};
|
|
566
|
-
const hasRenderKey = wordbook.render_key && wordbook.render_key.length > 1;
|
|
567
|
-
if (rowData.length === 0) {
|
|
568
|
-
this.curOptions = [];
|
|
569
|
-
if (hasRenderKey) {
|
|
570
|
-
rowData.unshift({
|
|
571
|
-
showLabel: this.getTitleHeader(fieldList, wordbook.render_key),
|
|
572
|
-
myUniqueKey: Math.random()
|
|
573
|
-
});
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
hasRenderKey ? rowData.splice(1, 0, data) : rowData.unshift(data);
|
|
577
|
-
this.curOptions = rowData;
|
|
578
|
-
},
|
|
579
|
-
|
|
580
|
-
/* 解析下拉选择接口返回字段 */
|
|
581
|
-
formatField(value) {
|
|
582
|
-
let res = value;
|
|
583
|
-
try {
|
|
584
|
-
if (res && typeof res == 'string' && res.startsWith('###')) {
|
|
585
|
-
res = res.slice(3);
|
|
586
|
-
res = JSON.parse(res);
|
|
587
|
-
res = res.change_text;
|
|
588
|
-
}
|
|
589
|
-
return res || '';
|
|
590
|
-
} catch (error) {
|
|
591
|
-
return '';
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
|
|
595
|
-
/* 解析下拉选择接口返回字段 直接改变原有的 */
|
|
596
|
-
formatFieldValue(value) {
|
|
597
|
-
try {
|
|
598
|
-
if (value && typeof value == 'string' && value.startsWith('###')) {
|
|
599
|
-
value = value.slice(3);
|
|
600
|
-
value = JSON.parse(value);
|
|
601
|
-
value = value.value;
|
|
602
|
-
}
|
|
603
|
-
return value || '';
|
|
604
|
-
} catch (error) {
|
|
605
|
-
console.log(error);
|
|
606
|
-
return '';
|
|
607
|
-
}
|
|
608
|
-
},
|
|
609
|
-
|
|
610
|
-
// 下拉搜索框获取字段title
|
|
611
|
-
getTitleHeader(fieldList, renderKey) {
|
|
612
|
-
let titleHeader = '';
|
|
613
|
-
let renderKeyArr = [];
|
|
614
|
-
if (Array.isArray(renderKey)) {
|
|
615
|
-
renderKeyArr = [...renderKey];
|
|
616
|
-
} else {
|
|
617
|
-
renderKeyArr = [renderKey];
|
|
618
|
-
}
|
|
619
|
-
renderKeyArr.forEach(render => {
|
|
620
|
-
for (let i = 0; i < fieldList.length; i++) {
|
|
621
|
-
if (render === fieldList[i].columnName) {
|
|
622
|
-
titleHeader += `≌${fieldList[i].title}`;
|
|
623
|
-
break;
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
});
|
|
627
|
-
titleHeader = titleHeader.slice(1);
|
|
628
|
-
return titleHeader;
|
|
629
|
-
},
|
|
630
|
-
|
|
631
|
-
handleRequestedUniqueKey(id) {
|
|
632
|
-
// const { hanldegetUniqueKey } = this.$listeners; //
|
|
633
|
-
const { hanldegetUniqueKey } = this.mainForm || {};
|
|
634
|
-
const starTiem = +new Date();
|
|
635
|
-
|
|
636
|
-
const getUniqueKey = (resolve, reject) => {
|
|
637
|
-
setTimeout(() => {
|
|
638
|
-
const res = hanldegetUniqueKey(id);
|
|
639
|
-
if (res && res.status) {
|
|
640
|
-
resolve(res.value);
|
|
641
|
-
} else {
|
|
642
|
-
let curTime = +new Date();
|
|
643
|
-
if (curTime - starTiem > 5000) {
|
|
644
|
-
reject('获取UniqueKe 异常!!');
|
|
645
|
-
return;
|
|
646
|
-
}
|
|
647
|
-
getUniqueKey(resolve, reject);
|
|
648
|
-
}
|
|
649
|
-
}, 16);
|
|
650
|
-
};
|
|
651
|
-
return new Promise((resolve, reject) => {
|
|
652
|
-
getUniqueKey(resolve, reject);
|
|
653
|
-
});
|
|
654
|
-
},
|
|
655
|
-
|
|
656
|
-
dealDictionatySearch(val) {
|
|
657
|
-
this.curOptions = this.curOptions.filter(i => {
|
|
658
|
-
return i.showLabel.includes(val);
|
|
659
|
-
});
|
|
660
|
-
},
|
|
661
|
-
|
|
662
|
-
// 下拉框搜索输入关键字后
|
|
663
|
-
handleMultipleSearch(val, itemData) {
|
|
664
|
-
clearTimeout(this.timeout);
|
|
665
|
-
const { wordbook = {}, html_type } = itemData;
|
|
666
|
-
const ISDICTIONARY = wordbook.type === 'DICTIONARY';
|
|
667
|
-
// 257 云his需求新增通用字典 后端欧阳 产品晶晶
|
|
668
|
-
const arr = ['SEARCH', 'SEARCH_MORE'];
|
|
669
|
-
if (arr.includes(html_type) && ISDICTIONARY && val) {
|
|
670
|
-
this.dealDictionatySearch(val);
|
|
671
|
-
return;
|
|
672
|
-
}
|
|
673
|
-
this.searchPageConfig.keyword = val || undefined;
|
|
674
|
-
if (this.dropdownHide && !val) return;
|
|
675
|
-
this.timeout = setTimeout(() => {
|
|
676
|
-
console.log('handleRequestedOptions---2');
|
|
677
|
-
this.handleRequestedOptions(itemData, val);
|
|
678
|
-
}, 200);
|
|
679
|
-
},
|
|
680
|
-
|
|
681
|
-
multipleSelect(e, item) {
|
|
682
|
-
const valKey = item.wordbook.value_key;
|
|
683
|
-
const selectList = this.selectedOptions || [];
|
|
684
|
-
const isSelect = selectList.some(v => `${v[valKey]}-${v['myUniqueKey']}` == e.key);
|
|
685
|
-
let selectItem = {};
|
|
686
|
-
if (!isSelect) {
|
|
687
|
-
const fdItem = this.curOptions.find(v => `${v[valKey]}-${v['myUniqueKey']}` == e.key);
|
|
688
|
-
selectList.push({ ...fdItem });
|
|
689
|
-
selectItem = fdItem;
|
|
690
|
-
}
|
|
691
|
-
this.selectedOptions = [...selectList];
|
|
692
|
-
this.$emit('valueOnChange', [...selectList], item);
|
|
693
|
-
this.hanlderSendSelectLog(item, selectItem);
|
|
694
|
-
this.handlerInputBlur(item);
|
|
695
|
-
},
|
|
696
|
-
|
|
697
|
-
multipleDeselect(e, item) {
|
|
698
|
-
const valKey = item.wordbook.value_key;
|
|
699
|
-
const selectList = this.selectedOptions || [];
|
|
700
|
-
const fnIndex = selectList.findIndex(v => `${v[valKey]}-${v['myUniqueKey']}` == e.key);
|
|
701
|
-
if (fnIndex != -1) {
|
|
702
|
-
selectList.splice(fnIndex, 1);
|
|
703
|
-
}
|
|
704
|
-
this.selectedOptions = [...selectList];
|
|
705
|
-
this.$emit('valueOnChange', [...selectList], item);
|
|
706
|
-
},
|
|
707
|
-
|
|
708
|
-
// 搜索框没数据新增
|
|
709
|
-
handlerAddOptions(data, item) {
|
|
710
|
-
this.curAddBtnItem = item;
|
|
711
|
-
this.$emit('handlerAddOptions', { data });
|
|
712
|
-
},
|
|
713
|
-
|
|
714
|
-
searchMoreOnChange(value, item) {
|
|
715
|
-
// 标识用户有修改该值。
|
|
716
|
-
this.formType[item.val_key].isOnchange = '00';
|
|
717
|
-
if (!value || value.length === 0) {
|
|
718
|
-
this.$emit('valueOnChange', [], item);
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
// 通讯事件
|
|
722
|
-
// this.mainForm.formfieldOnChange(this.item);
|
|
723
|
-
},
|
|
724
|
-
|
|
725
|
-
// 处理级联数据
|
|
726
|
-
handleFormCascade(list = [], v = {}, level = 1) {
|
|
727
|
-
list.forEach(item => {
|
|
728
|
-
item.myLabel = this.hanldeGetCascadelabel(v.render_key, item) || item[v['value_key']];
|
|
729
|
-
item.myUniqueKey = item[v.myUniqueKey];
|
|
730
|
-
item.myUniqueLabel = v.myUniqueKey;
|
|
731
|
-
if (v.isLoadData) {
|
|
732
|
-
item.isLeaf = v.level_num ? this.levelNum >= v.level_num : false;
|
|
733
|
-
} else {
|
|
734
|
-
if (level >= v.level_num) {
|
|
735
|
-
delete item.children;
|
|
736
|
-
}
|
|
737
|
-
if (item.children && item.children.length) {
|
|
738
|
-
this.handleFormCascade(item.children, v, level + 1);
|
|
739
|
-
}
|
|
740
|
-
}
|
|
741
|
-
});
|
|
742
|
-
},
|
|
743
|
-
|
|
744
|
-
hanldeGetCascadelabel(v = [], k = {}) {
|
|
745
|
-
if (Array.isArray(v) && v.length) {
|
|
746
|
-
const l = [];
|
|
747
|
-
v.forEach(i => {
|
|
748
|
-
l.push(k[i]);
|
|
749
|
-
});
|
|
750
|
-
return l.join('_');
|
|
751
|
-
}
|
|
752
|
-
return '';
|
|
753
|
-
},
|
|
754
|
-
|
|
755
|
-
handleCascaderChange(option, item) {
|
|
756
|
-
// selectedOptions
|
|
757
|
-
this.Choose_to_complete = false;
|
|
758
|
-
this.cascaderInitLabel = false;
|
|
759
|
-
let [value, selectedOptions] = option;
|
|
760
|
-
selectedOptions = selectedOptions || [];
|
|
761
|
-
|
|
762
|
-
let isAllowClear = value.length === 0 && selectedOptions.length === 0;
|
|
763
|
-
if (item.allow_check_mid_level && item.is_allow_check_mid == 1 && !isAllowClear) {
|
|
764
|
-
if (item.allow_check_mid_level > (value?.length || 0)) {
|
|
765
|
-
this.noAllow_check_mid_level = true;
|
|
766
|
-
return;
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
this.noAllow_check_mid_level = false;
|
|
770
|
-
|
|
771
|
-
item.selectValue = value;
|
|
772
|
-
item.selectedOptions = null;
|
|
773
|
-
item.selectedOptions = selectedOptions;
|
|
774
|
-
// 缓存方便提交表单处理
|
|
775
|
-
this.selectedOptions = [...selectedOptions];
|
|
776
|
-
this.$emit('valueOnChange', [...selectedOptions], item);
|
|
777
|
-
this.formType[item.val_key].isOnchange = '00';
|
|
778
|
-
if (value.length == 0 && selectedOptions.length == 0) {
|
|
779
|
-
this.defaultValue[item.name] = '';
|
|
780
|
-
this.formType[item.val_key].default_val = '';
|
|
781
|
-
this.hideHotSearch = true;
|
|
782
|
-
}
|
|
783
|
-
this.Choose_to_complete = true;
|
|
784
|
-
// 通讯事件
|
|
785
|
-
// this.mainForm.formfieldOnChange(this.item);
|
|
786
|
-
},
|
|
787
|
-
|
|
788
|
-
handleCascaderFilter(inputValue, path) {
|
|
789
|
-
return path.some(option => option.myLabel.toLowerCase().indexOf(inputValue.toLowerCase()) > -1);
|
|
790
|
-
},
|
|
791
|
-
|
|
792
|
-
async handleCascadeLoadData(selectedOptions) {
|
|
793
|
-
this.levelNum = selectedOptions.length + 1;
|
|
794
|
-
const targetOption = selectedOptions[selectedOptions.length - 1];
|
|
795
|
-
this.loadDataPrimary_key = targetOption[this.item.wordbook.primary_key];
|
|
796
|
-
targetOption.loading = true;
|
|
797
|
-
try {
|
|
798
|
-
console.log('handleRequestedOptions---3');
|
|
799
|
-
const res = await this.handleRequestedOptions(this.item, '', false);
|
|
800
|
-
targetOption.loading = false;
|
|
801
|
-
targetOption.children = res && res.length ? [...res] : undefined;
|
|
802
|
-
this.curOptions = [...this.curOptions];
|
|
803
|
-
} catch (error) {
|
|
804
|
-
console.log(error);
|
|
805
|
-
}
|
|
806
|
-
},
|
|
807
|
-
// 级联 end
|
|
808
|
-
|
|
809
|
-
handlerDropdownVisibleChange(e, data) {
|
|
810
|
-
const searchList = ['SEARCH_MORE', 'SEARCH'];
|
|
811
|
-
if (e) {
|
|
812
|
-
e.preventDefault && e.preventDefault();
|
|
813
|
-
e.stopPropagation && e.stopPropagation();
|
|
814
|
-
this.handleCalculateOptionsMaxWidth();
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
let isRequest = true;
|
|
818
|
-
|
|
819
|
-
if (this.optionsMaxWidth === '100%') {
|
|
820
|
-
// 100% 是默认值,如果已经计算过了,不用再算
|
|
821
|
-
this.handleCalculateOptionsMaxWidth();
|
|
822
|
-
}
|
|
823
|
-
this.dropdownHide = !e;
|
|
824
|
-
if (Object.keys(data || {}).length > 0) {
|
|
825
|
-
const searchList = ['SEARCH_CASCADE', 'LEVEL_SEARCH_CASCADE'];
|
|
826
|
-
if (searchList.includes(data.html_type)) {
|
|
827
|
-
isRequest = !(this.curOptions && this.curOptions.length);
|
|
828
|
-
}
|
|
829
|
-
if (e && ['SEARCH_MORE', 'SEARCH'].includes(data.html_type)) {
|
|
830
|
-
this.handlerSearchOnFocus(data);
|
|
831
|
-
}
|
|
832
|
-
if (e && isRequest) {
|
|
833
|
-
console.log('handleRequestedOptions---4');
|
|
834
|
-
this.handleRequestedOptions(data);
|
|
835
|
-
}
|
|
836
|
-
if (!e && this.noAllow_check_mid_level && searchList.includes(data.html_type)) {
|
|
837
|
-
setTimeout(() => {
|
|
838
|
-
this.$set(data, 'useFormValue', null);
|
|
839
|
-
}, 16);
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
if (!e) {
|
|
844
|
-
// 弹窗关闭才收集级联“常用”值,避免还没选完重复提交。
|
|
845
|
-
this.handleCascaderTracher();
|
|
846
|
-
setTimeout(() => {
|
|
847
|
-
this.searchPageConfig.keyword = undefined;
|
|
848
|
-
}, 300);
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
|
|
852
|
-
hanlderGetSearchLabel(config, v) {
|
|
853
|
-
const { wordbook } = config;
|
|
854
|
-
let showLabel = '';
|
|
855
|
-
// "自由输入"的直接 return v[wordbook.value_key]
|
|
856
|
-
if (!v.is_free_entry_input__add && wordbook.show_key && wordbook.show_key.length) {
|
|
857
|
-
wordbook.show_key.forEach(s => {
|
|
858
|
-
showLabel += ` ${this.formatField(v[s])}`;
|
|
859
|
-
});
|
|
860
|
-
return showLabel;
|
|
861
|
-
}
|
|
862
|
-
return v[wordbook.value_key];
|
|
863
|
-
},
|
|
864
|
-
hanlderSendSelectLog(item = {}, value) {
|
|
865
|
-
// 收集选中的数据 多个展示字段取第一个
|
|
866
|
-
const show_key = ((item.wordbook && item.wordbook.show_key) || [])[0];
|
|
867
|
-
const label = show_key ? value[show_key] : '';
|
|
868
|
-
label && this.handleSearchTracher(item, { select: label });
|
|
869
|
-
},
|
|
870
|
-
// 搜索框选中
|
|
871
|
-
handleSearchSelect(e, option, type, eventConfig) {
|
|
872
|
-
const setList = option?.bindEventSetting || [];
|
|
873
|
-
const isInit = 'init' === eventConfig?.eventType;
|
|
874
|
-
const formData = this.getFormValue();
|
|
875
|
-
// 如果有绑定事件,先触发绑定的事件。
|
|
876
|
-
try {
|
|
877
|
-
if (Array.isArray(setList)) {
|
|
878
|
-
this.handlerInputBlur(option, null, 'blur', eventConfig);
|
|
879
|
-
}
|
|
880
|
-
} catch (err) {
|
|
881
|
-
console.log(err);
|
|
882
|
-
}
|
|
883
|
-
// hasOwnProperty
|
|
884
|
-
const searchOption = this.curOptions;
|
|
885
|
-
// 当前选中的对象
|
|
886
|
-
let selectItem = searchOption.find(ele => `${ele[option.wordbook.value_key]}>>>${ele['myUniqueKey']}` === e);
|
|
887
|
-
// 标识是自由输入的值
|
|
888
|
-
const is_free = selectItem?.is_free_entry_input__add || false;
|
|
889
|
-
// 自由输入的 数据是前端生成的要清空,避免”带出“事件赋值
|
|
890
|
-
if (is_free) {
|
|
891
|
-
selectItem = {};
|
|
892
|
-
}
|
|
893
|
-
const setting = option?.wordbook?.setting || {};
|
|
894
|
-
if (Object.keys(selectItem || {}).length > 0 && type === 'select') {
|
|
895
|
-
this.hanlderSendSelectLog(option, selectItem);
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
if (selectItem && setting) {
|
|
899
|
-
Object.keys(selectItem).forEach(s => {
|
|
900
|
-
if (selectItem[s] && typeof selectItem[s] == 'string' && selectItem[s].startsWith('###')) {
|
|
901
|
-
selectItem[s] = selectItem[s].slice(3);
|
|
902
|
-
selectItem[s] = JSON.parse(selectItem[s]);
|
|
903
|
-
selectItem[s] = selectItem[s].value;
|
|
904
|
-
}
|
|
905
|
-
});
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
|
|
909
|
-
// SEARCH 检索框翻页
|
|
910
|
-
handleSearchChangePage(type = 'next') {
|
|
911
|
-
let cType = type || 'next';
|
|
912
|
-
let { page, keyword = undefined } = this.searchPageConfig;
|
|
913
|
-
page = cType === 'next' ? page + 1 : page - 1;
|
|
914
|
-
console.log('handleRequestedOptions---5');
|
|
915
|
-
this.handleRequestedOptions(this.item, keyword, false, { page });
|
|
916
|
-
},
|
|
917
|
-
|
|
918
|
-
handleCalculateOptionsMaxWidth() {
|
|
919
|
-
if (!SELECT_LIST.includes(this.item?.html_type || undefined)) return;
|
|
920
|
-
this.$nextTick(() => {
|
|
921
|
-
const offsetWidth = this.$el.offsetWidth;
|
|
922
|
-
let res = offsetWidth,
|
|
923
|
-
maxwith;
|
|
924
|
-
try {
|
|
925
|
-
let item = this.$el.querySelector('.ant-select');
|
|
926
|
-
const itemRect = item.getBoundingClientRect();
|
|
927
|
-
let baseDom = this.mainForm.$el.querySelector('.big-table');
|
|
928
|
-
const baseRect = baseDom.getBoundingClientRect();
|
|
929
|
-
maxwith = baseRect.right - itemRect.left;
|
|
930
|
-
|
|
931
|
-
if (typeof offsetWidth === 'number' && isFinite(maxwith)) {
|
|
932
|
-
if (maxwith > offsetWidth) {
|
|
933
|
-
res = maxwith;
|
|
934
|
-
} else {
|
|
935
|
-
res = offsetWidth;
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
} catch (error) {
|
|
939
|
-
res = offsetWidth;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
res = parseInt(res, 10);
|
|
943
|
-
this.optionsMaxWidth = `${res}px`;
|
|
944
|
-
this.optionsMaxWidthNew = res || 160;
|
|
945
|
-
});
|
|
946
|
-
},
|
|
947
|
-
|
|
948
|
-
handlerSearchOnFocus(item) {
|
|
949
|
-
if (this.selectIsOpen) return;
|
|
950
|
-
let { queryParamsType, queryParams = [] } = item.wordbook || {};
|
|
951
|
-
// setTimeout(() => {
|
|
952
|
-
this.$nextTick(() => {
|
|
953
|
-
this.selsectVisible = true;
|
|
954
|
-
let formData = this.mainForm.handleGetAllFormValue();
|
|
955
|
-
let params = formData;
|
|
956
|
-
if (queryParamsType == 1) {
|
|
957
|
-
params = this.handleQueryParams(formData, queryParams);
|
|
958
|
-
}
|
|
959
|
-
// 弹窗列表选项事件推出
|
|
960
|
-
this.$emit('opentableSelect', true, this.item, params);
|
|
961
|
-
});
|
|
962
|
-
// }, 300);
|
|
963
|
-
},
|
|
964
|
-
handleQueryParams(formData, queryParams) {
|
|
965
|
-
let tempFormData = {};
|
|
966
|
-
if (queryParams.length) {
|
|
967
|
-
queryParams.forEach(v => {
|
|
968
|
-
if (v in formData) {
|
|
969
|
-
tempFormData[v] = formData[v];
|
|
970
|
-
}
|
|
971
|
-
});
|
|
972
|
-
}
|
|
973
|
-
return tempFormData;
|
|
974
|
-
},
|
|
975
|
-
|
|
976
|
-
confirmSelect({ value, selectRow = [], myUniqueKey }) {
|
|
977
|
-
const { item } = this;
|
|
978
|
-
if (this.item.html_type === 'SEARCH_MORE') {
|
|
979
|
-
let selecteds = this.baseForm.getFieldValue(item.val_key) || [];
|
|
980
|
-
this.formType[item.val_key].isOnchange = '00';
|
|
981
|
-
let mergeValList = [...value, ...selecteds];
|
|
982
|
-
let mergeSelectList = [...selectRow, ...this.curMultipleSelected];
|
|
983
|
-
|
|
984
|
-
let valueList = this.hanldeRemoveDuplicates(mergeValList, {
|
|
985
|
-
key: 'key'
|
|
986
|
-
});
|
|
987
|
-
let list = this.hanldeRemoveDuplicates(mergeSelectList, {
|
|
988
|
-
key: myUniqueKey
|
|
989
|
-
});
|
|
990
|
-
|
|
991
|
-
let copy = JSON.parse(JSON.stringify(list));
|
|
992
|
-
|
|
993
|
-
this.curOptions = [...copy];
|
|
994
|
-
this.$set(this.item, 'useFormValue', valueList);
|
|
995
|
-
// this.baseForm.setFieldsValue({
|
|
996
|
-
// [item.val_key]: valueList
|
|
997
|
-
// });
|
|
998
|
-
|
|
999
|
-
this.curMultipleSelected = [...copy];
|
|
1000
|
-
this.$emit('valueOnChange', [...copy], this.item);
|
|
1001
|
-
} else {
|
|
1002
|
-
this.curOptions = [...selectRow];
|
|
1003
|
-
this.$set(this.item, 'useFormValue', value);
|
|
1004
|
-
// this.baseForm.setFieldsValue({
|
|
1005
|
-
// [item.val_key]: value
|
|
1006
|
-
// });
|
|
1007
|
-
this.handleSearchSelect(value, this.item);
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
|
|
1011
|
-
hanldeRemoveDuplicates(list = [], config = {}) {
|
|
1012
|
-
if (!Array.isArray(list)) return [];
|
|
1013
|
-
const { key } = config;
|
|
1014
|
-
let obj = {};
|
|
1015
|
-
if (!key) return list;
|
|
1016
|
-
|
|
1017
|
-
let resList = list.reduce((cur, next) => {
|
|
1018
|
-
obj[next[key]] ? '' : (obj[next[key]] = true && cur.push(next));
|
|
1019
|
-
return cur;
|
|
1020
|
-
}, []);
|
|
1021
|
-
|
|
1022
|
-
return [...resList];
|
|
1023
|
-
},
|
|
1024
|
-
|
|
1025
|
-
getFormValue() {
|
|
1026
|
-
return this.handleGetAllFormValue();
|
|
1027
|
-
},
|
|
1028
|
-
|
|
1029
|
-
// 取消请求 handleRequestedOptions
|
|
1030
|
-
cancelOptionsRequest() {
|
|
1031
|
-
if (this.optionsRequestSource && typeof this.optionsRequestSource.cancel === 'function') {
|
|
1032
|
-
// 取消请求
|
|
1033
|
-
this.optionsRequestSource.cancel('请求已取消!');
|
|
1034
|
-
this.optionsRequestSource = null;
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
|
|
1038
|
-
async getHotSearchConfig() {
|
|
1039
|
-
const { item, mainForm } = this;
|
|
1040
|
-
if (!SELECT_LIST.includes(item.html_type) || item.is_recommend != '1') return;
|
|
1041
|
-
let params = {
|
|
1042
|
-
formId: mainForm.params_formId,
|
|
1043
|
-
valKey: item.val_key,
|
|
1044
|
-
htmlType: item.html_type
|
|
1045
|
-
};
|
|
1046
|
-
let handleEditFormCommonLatestAndHot = this.editFormApiConfig?.handleEditFormCommonLatestAndHot;
|
|
1047
|
-
if (!handleEditFormCommonLatestAndHot || typeof handleEditFormCommonLatestAndHot !== 'function') {
|
|
1048
|
-
handleEditFormCommonLatestAndHot = this.commonLatestAndHotRequest;
|
|
1049
|
-
}
|
|
1050
|
-
let data = await handleEditFormCommonLatestAndHot(params);
|
|
1051
|
-
if (!data) return;
|
|
1052
|
-
this.hotSearchConfig.isRequest = true;
|
|
1053
|
-
let hotList = (data?.map?.hotList || []).filter(Boolean);
|
|
1054
|
-
let latestList = (data?.map?.latestList || []).filter(Boolean);
|
|
1055
|
-
let config = Object.assign(this.hotSearchConfig, { hotList, latestList });
|
|
1056
|
-
this.$set(this, 'hotSearchConfig', config);
|
|
1057
|
-
},
|
|
1058
|
-
commonLatestAndHotRequest(params) {
|
|
1059
|
-
return new Promise((resolve, reject) => {
|
|
1060
|
-
this.axios
|
|
1061
|
-
.get(`/tableReader/commonLatestAndHot`, { params })
|
|
1062
|
-
.then(({ data }) => {
|
|
1063
|
-
if (data.result === 'SUCCESS') return resolve(data);
|
|
1064
|
-
resolve(null);
|
|
1065
|
-
})
|
|
1066
|
-
.catch(err => {
|
|
1067
|
-
reject(err);
|
|
1068
|
-
});
|
|
1069
|
-
});
|
|
1070
|
-
},
|
|
1071
|
-
|
|
1072
|
-
handleSelectHotKeyword(key) {
|
|
1073
|
-
const input = this.$el.querySelector('.ant-select-search__field');
|
|
1074
|
-
if (input) {
|
|
1075
|
-
input.value = key;
|
|
1076
|
-
var event = new InputEvent('input');
|
|
1077
|
-
input.dispatchEvent(event);
|
|
1078
|
-
} else {
|
|
1079
|
-
// 最近搜索级联选中
|
|
1080
|
-
// this.handlemMainFormFillItemVal(this.item, "", key.value);
|
|
1081
|
-
this.open = false;
|
|
1082
|
-
if (SELECT_LIST.includes(this.item.html_type)) {
|
|
1083
|
-
if (!key.keyword) return;
|
|
1084
|
-
this.handleSearchTracher(this.item, {
|
|
1085
|
-
select: key.value,
|
|
1086
|
-
keyword: key.keyword
|
|
1087
|
-
});
|
|
1088
|
-
// 级联选中“常用”值后失去焦点。
|
|
1089
|
-
let input = this.$el.querySelector('.ant-cascader-input');
|
|
1090
|
-
let cascader = this.$el.querySelector('.ant-cascader-picker');
|
|
1091
|
-
cascader && cascader.blur();
|
|
1092
|
-
if (input) {
|
|
1093
|
-
input.blur();
|
|
1094
|
-
}
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
|
|
1099
|
-
hanldeClearLately() {
|
|
1100
|
-
const { item, mainForm } = this;
|
|
1101
|
-
let params = {
|
|
1102
|
-
formId: mainForm.params_formId,
|
|
1103
|
-
valKey: item.val_key,
|
|
1104
|
-
htmlType: item.html_type
|
|
1105
|
-
};
|
|
1106
|
-
let handleEditFormDeleteLatestAndHot = this.editFormApiConfig?.handleEditFormDeleteLatestAndHot;
|
|
1107
|
-
if (!handleEditFormDeleteLatestAndHot || typeof handleEditFormDeleteLatestAndHot !== 'function') {
|
|
1108
|
-
handleEditFormDeleteLatestAndHot = this.deleteLatestAndHotRequest;
|
|
1109
|
-
}
|
|
1110
|
-
handleEditFormDeleteLatestAndHot(params);
|
|
1111
|
-
},
|
|
1112
|
-
deleteLatestAndHotRequest(params) {
|
|
1113
|
-
return new Promise((resolve, reject) => {
|
|
1114
|
-
this.axios
|
|
1115
|
-
.post(`/form/deleteLatestAndHot`, this.$qs.stringify(params))
|
|
1116
|
-
.then(({ data }) => {
|
|
1117
|
-
if (data.result == 'SUCCESS') return resolve(data);
|
|
1118
|
-
this.$message.warning(data.resultMsg || '删除失败');
|
|
1119
|
-
resolve(null);
|
|
1120
|
-
})
|
|
1121
|
-
.catch(err => {
|
|
1122
|
-
reject(err);
|
|
1123
|
-
});
|
|
1124
|
-
});
|
|
1125
|
-
},
|
|
1126
|
-
closeHotSearch() {
|
|
1127
|
-
this.hideHotSearch = false;
|
|
1128
|
-
this.searchShowHotList = false;
|
|
1129
|
-
},
|
|
1130
|
-
handleSearchTracher(item, obj = { keyword: '', select: '' }) {
|
|
1131
|
-
if (!SELECT_LIST.includes(item?.html_type || undefined)) return;
|
|
1132
|
-
const { mainForm } = this;
|
|
1133
|
-
const { keyword = '', select = '' } = obj || {};
|
|
1134
|
-
// 埋点
|
|
1135
|
-
let key = item.html_type === 'SEARCH_MORE' ? '表单搜索多选框' : item.html_type === 'SEARCH' ? '表单搜索框' : item.html_type === 'SEARCH_CASCADE' ? '表单级联搜索' : '表单逐级级联';
|
|
1136
|
-
let params = {
|
|
1137
|
-
key,
|
|
1138
|
-
params_formId: mainForm.params_formId,
|
|
1139
|
-
val_key: item.val_key,
|
|
1140
|
-
name: item.name,
|
|
1141
|
-
keyword,
|
|
1142
|
-
select
|
|
1143
|
-
};
|
|
1144
|
-
this.handleGetConfigApi(params, 'handleEditFormSearchTracher');
|
|
1145
|
-
// try {
|
|
1146
|
-
// this.$_handleTracherLog(key, {
|
|
1147
|
-
// 表单ID: mainForm.params_formId,
|
|
1148
|
-
// 字段Key: item.val_key,
|
|
1149
|
-
// 字段名称: item.name,
|
|
1150
|
-
// 搜索关键字: keyword,
|
|
1151
|
-
// 选中值: select
|
|
1152
|
-
// });
|
|
1153
|
-
// } catch (error) {
|
|
1154
|
-
// console.log(error);
|
|
1155
|
-
// }
|
|
1156
|
-
},
|
|
1157
|
-
|
|
1158
|
-
hanldercheckOption(data) {
|
|
1159
|
-
// let objKey = `${data.val_key}_${data.name}`;
|
|
1160
|
-
return (
|
|
1161
|
-
data.wordbook && data.wordbook.add_btn
|
|
1162
|
-
// this.curOptions &&
|
|
1163
|
-
// this.curOptions.length === 0 &&
|
|
1164
|
-
// this.searchAddObj[objKey]
|
|
1165
|
-
);
|
|
1166
|
-
},
|
|
1167
|
-
|
|
1168
|
-
/**
|
|
1169
|
-
* 检索框切换分页,滚动条置顶
|
|
1170
|
-
*/
|
|
1171
|
-
handleSearchScrollTop(item) {
|
|
1172
|
-
try {
|
|
1173
|
-
let c = `.search-menu-${item.val_key}`;
|
|
1174
|
-
let list = document.querySelectorAll(c);
|
|
1175
|
-
list.forEach(v => {
|
|
1176
|
-
let u = v.querySelector('.ant-select-dropdown-menu');
|
|
1177
|
-
if (u) {
|
|
1178
|
-
u.scrollTop = 0;
|
|
1179
|
-
}
|
|
1180
|
-
});
|
|
1181
|
-
} catch (error) {
|
|
1182
|
-
console.log(error, 'handleSearchScrollTop');
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
|
|
1186
|
-
handleCascaderTracher() {
|
|
1187
|
-
if (!this.Choose_to_complete) return;
|
|
1188
|
-
const CASCADELIST = ['LEVEL_SEARCH_CASCADE', 'SEARCH_CASCADE'];
|
|
1189
|
-
this.$nextTick(() => {
|
|
1190
|
-
const { item, selectedOptions } = this;
|
|
1191
|
-
if (!CASCADELIST.includes(item.html_type)) return;
|
|
1192
|
-
if (Array.isArray(selectedOptions) && selectedOptions.length > 0) {
|
|
1193
|
-
let val = this.handleGetAllFormValue()[item.val_key];
|
|
1194
|
-
let keyword = '';
|
|
1195
|
-
if (vexutils.isJSON(val)) {
|
|
1196
|
-
keyword = JSON.parse(val)?.objStr || '';
|
|
1197
|
-
}
|
|
1198
|
-
if (!keyword) return;
|
|
1199
|
-
this.handleSearchTracher(item, {
|
|
1200
|
-
select: val,
|
|
1201
|
-
keyword: keyword
|
|
1202
|
-
});
|
|
1203
|
-
}
|
|
1204
|
-
});
|
|
1205
|
-
this.Choose_to_complete = false;
|
|
1206
|
-
},
|
|
1207
|
-
|
|
1208
|
-
handleSearchBlur() {
|
|
1209
|
-
// 主动让 select 框失去焦点
|
|
1210
|
-
try {
|
|
1211
|
-
let k = `search-${this.item.val_key}`;
|
|
1212
|
-
let t = this.$refs[k];
|
|
1213
|
-
if (Array.isArray(t)) {
|
|
1214
|
-
t = t[0];
|
|
1215
|
-
}
|
|
1216
|
-
this.searchShowHotList = false;
|
|
1217
|
-
t?.blur();
|
|
1218
|
-
} catch (error) {
|
|
1219
|
-
console.log(error);
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
};
|