@dckj-npm/dc-material 0.1.357 → 0.1.358
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/README.md +17 -17
- package/es/assets/icon/form/right.png +0 -0
- package/es/assets/icon/grid-nav/right.png +0 -0
- package/es/assets/icon/integral-task/icon1.png +0 -0
- package/es/assets/icon/mine/default.png +0 -0
- package/es/assets/icon/mine/right.png +0 -0
- package/es/assets/icon/navigation/index-selected.png +0 -0
- package/es/assets/icon/navigation/index.png +0 -0
- package/es/assets/icon/navigation/message-selected.png +0 -0
- package/es/assets/icon/navigation/message.png +0 -0
- package/es/assets/icon/navigation/mine-selected.png +0 -0
- package/es/assets/icon/navigation/mine.png +0 -0
- package/es/assets/icon/navigation/present-selected.png +0 -0
- package/es/assets/icon/navigation/present.png +0 -0
- package/es/assets/icon/notice-bar/notice.png +0 -0
- package/es/assets/icon/position/arror.png +0 -0
- package/es/assets/icon/position/img.png +0 -0
- package/es/assets/icon/position/location.png +0 -0
- package/es/assets/icon/search/delete.png +0 -0
- package/es/assets/icon/search/search.png +0 -0
- package/es/assets/icon/teletext-list/arr.png +0 -0
- package/es/components/bottom-navigation/bottom-navigation.d.ts +15 -0
- package/es/components/bottom-navigation/bottom-navigation.js +56 -0
- package/es/components/bottom-navigation/index.d.ts +3 -0
- package/es/components/bottom-navigation/index.js +2 -0
- package/es/components/bottom-navigation/index.scss +28 -0
- package/es/components/button/button.d.ts +14 -0
- package/es/components/button/button.js +14 -0
- package/es/components/button/index.d.ts +6 -0
- package/es/components/button/index.js +5 -0
- package/es/components/button/index.scss +16 -0
- package/es/components/carousel/carousel.d.ts +14 -0
- package/es/components/carousel/carousel.js +75 -0
- package/es/components/carousel/carousel.scss +32 -0
- package/es/components/colorful-button/colorful-button.d.ts +12 -0
- package/es/components/colorful-button/colorful-button.js +25 -0
- package/es/components/colorful-button/index.d.ts +3 -0
- package/es/components/colorful-button/index.js +2 -0
- package/es/components/colorful-button/index.scss +5 -0
- package/es/components/colorful-input/colorful-input.d.ts +8 -0
- package/es/components/colorful-input/colorful-input.js +19 -0
- package/es/components/colorful-input/index.d.ts +3 -0
- package/es/components/colorful-input/index.js +2 -0
- package/es/components/colorful-input/index.scss +5 -0
- package/es/components/dc-slider/index.d.ts +3 -0
- package/es/components/dc-slider/index.js +2 -0
- package/es/components/dc-slider/index.scss +6 -0
- package/es/components/dc-slider/slider-img.d.ts +32 -0
- package/es/components/dc-slider/slider-img.js +17 -0
- package/es/components/form/form-item.d.ts +42 -0
- package/es/components/form/form-item.js +79 -0
- package/es/components/form/form-item.scss +20 -0
- package/es/components/form/form.d.ts +20 -0
- package/es/components/form/form.js +1596 -0
- package/es/components/form/index.d.ts +6 -0
- package/es/components/form/index.js +6 -0
- package/es/components/form/index.scss +22 -0
- package/es/components/goods-card-list/goods-card-list-common.d.ts +5 -0
- package/es/components/goods-card-list/goods-card-list-common.js +60 -0
- package/es/components/goods-card-list/goods-card-list-common.scss +118 -0
- package/es/components/goods-card-list/goods-card-list.d.ts +5 -0
- package/es/components/goods-card-list/goods-card-list.js +156 -0
- package/es/components/goods-card-list/goods-card-list.scss +112 -0
- package/es/components/goods-card-list/index.d.ts +4 -0
- package/es/components/goods-card-list/index.js +3 -0
- package/es/components/goods-card-list/types.d.ts +45 -0
- package/es/components/goods-card-list/types.js +1 -0
- package/es/components/grid-nav/grid-nav.d.ts +13 -0
- package/es/components/grid-nav/grid-nav.js +102 -0
- package/es/components/grid-nav/index.d.ts +3 -0
- package/es/components/grid-nav/index.js +2 -0
- package/es/components/grid-nav/index.scss +50 -0
- package/es/components/integral-task/index.d.ts +6 -0
- package/es/components/integral-task/index.js +5 -0
- package/es/components/integral-task/index.scss +35 -0
- package/es/components/integral-task/integral-task.d.ts +40 -0
- package/es/components/integral-task/integral-task.js +54 -0
- package/es/components/member-card/index.d.ts +6 -0
- package/es/components/member-card/index.js +6 -0
- package/es/components/member-card/index.scss +86 -0
- package/es/components/member-card/member-card.d.ts +5 -0
- package/es/components/member-card/member-card.js +68 -0
- package/es/components/member-card/type.d.ts +11 -0
- package/es/components/member-card/type.js +1 -0
- package/es/components/menu-list/index.d.ts +6 -0
- package/es/components/menu-list/index.js +6 -0
- package/es/components/menu-list/index.scss +16 -0
- package/es/components/menu-list/menu-list-item.d.ts +5 -0
- package/es/components/menu-list/menu-list-item.js +32 -0
- package/es/components/menu-list/menu-list-item.scss +49 -0
- package/es/components/menu-list/menu-list.d.ts +5 -0
- package/es/components/menu-list/menu-list.js +25 -0
- package/es/components/menu-list/types.d.ts +23 -0
- package/es/components/menu-list/types.js +1 -0
- package/es/components/message-list/index.d.ts +6 -0
- package/es/components/message-list/index.js +6 -0
- package/es/components/message-list/index.scss +22 -0
- package/es/components/message-list/message-list-item.d.ts +33 -0
- package/es/components/message-list/message-list-item.js +41 -0
- package/es/components/message-list/message-list-item.scss +62 -0
- package/es/components/message-list/message-list.d.ts +28 -0
- package/es/components/message-list/message-list.js +50 -0
- package/es/components/notice-bar/index.d.ts +3 -0
- package/es/components/notice-bar/index.js +2 -0
- package/es/components/notice-bar/index.scss +84 -0
- package/es/components/notice-bar/notice-bar-item.d.ts +18 -0
- package/es/components/notice-bar/notice-bar-item.js +30 -0
- package/es/components/notice-bar/notice-bar-item.scss +26 -0
- package/es/components/notice-bar/notice-bar.d.ts +46 -0
- package/es/components/notice-bar/notice-bar.js +57 -0
- package/es/components/position/entity.d.ts +5 -0
- package/es/components/position/entity.js +1 -0
- package/es/components/position/index.d.ts +3 -0
- package/es/components/position/index.js +2 -0
- package/es/components/position/index.scss +124 -0
- package/es/components/position/position-left.d.ts +9 -0
- package/es/components/position/position-left.js +28 -0
- package/es/components/position/position-list.d.ts +12 -0
- package/es/components/position/position-list.js +134 -0
- package/es/components/position/position.d.ts +8 -0
- package/es/components/position/position.js +47 -0
- package/es/components/radio-group/index.d.ts +8 -0
- package/es/components/radio-group/index.js +7 -0
- package/es/components/radio-group/index.scss +40 -0
- package/es/components/radio-group/radio-group-item.d.ts +48 -0
- package/es/components/radio-group/radio-group-item.js +74 -0
- package/es/components/radio-group/radio-group.d.ts +52 -0
- package/es/components/radio-group/radio-group.js +80 -0
- package/es/components/rich-text/index.d.ts +6 -0
- package/es/components/rich-text/index.js +6 -0
- package/es/components/rich-text/index.scss +19 -0
- package/es/components/rich-text/rich-text.d.ts +14 -0
- package/es/components/rich-text/rich-text.js +37 -0
- package/es/components/search-bar/index.d.ts +3 -0
- package/es/components/search-bar/index.js +2 -0
- package/es/components/search-bar/index.scss +39 -0
- package/es/components/search-bar/search-bar.d.ts +10 -0
- package/es/components/search-bar/search-bar.js +73 -0
- package/es/components/stream-list/index.d.ts +6 -0
- package/es/components/stream-list/index.js +6 -0
- package/es/components/stream-list/index.scss +26 -0
- package/es/components/stream-list/stream-list.d.ts +54 -0
- package/es/components/stream-list/stream-list.js +159 -0
- package/es/components/swiper/index.d.ts +3 -0
- package/es/components/swiper/index.js +2 -0
- package/es/components/swiper/index.scss +20 -0
- package/es/components/swiper/swiper.d.ts +30 -0
- package/es/components/swiper/swiper.js +79 -0
- package/es/components/tab/index.d.ts +6 -0
- package/es/components/tab/index.js +5 -0
- package/es/components/tab/index.scss +44 -0
- package/es/components/tab/tab.d.ts +27 -0
- package/es/components/tab/tab.js +52 -0
- package/es/components/tab-container/index.d.ts +3 -0
- package/es/components/tab-container/index.js +2 -0
- package/es/components/tab-container/index.scss +48 -0
- package/es/components/tab-container/tab-container.d.ts +10 -0
- package/es/components/tab-container/tab-container.js +26 -0
- package/es/components/tab-container-item/index.d.ts +3 -0
- package/es/components/tab-container-item/index.js +2 -0
- package/es/components/tab-container-item/index.scss +0 -0
- package/es/components/tab-container-item/tab-container-item.d.ts +11 -0
- package/es/components/tab-container-item/tab-container-item.js +19 -0
- package/es/components/tag/index.d.ts +6 -0
- package/es/components/tag/index.js +5 -0
- package/es/components/tag/index.scss +24 -0
- package/es/components/tag/tag.d.ts +14 -0
- package/es/components/tag/tag.js +14 -0
- package/es/components/teletext-list/index.d.ts +6 -0
- package/es/components/teletext-list/index.js +6 -0
- package/es/components/teletext-list/index.scss +40 -0
- package/es/components/teletext-list/teletext-list-item.d.ts +33 -0
- package/es/components/teletext-list/teletext-list-item.js +61 -0
- package/es/components/teletext-list/teletext-list-item.scss +57 -0
- package/es/components/teletext-list/teletext-list.d.ts +61 -0
- package/es/components/teletext-list/teletext-list.js +48 -0
- package/es/components/title/index.d.ts +8 -0
- package/es/components/title/index.js +7 -0
- package/es/components/title/title-1.d.ts +10 -0
- package/es/components/title/title-1.js +16 -0
- package/es/components/title/title-1.scss +25 -0
- package/es/components/title/title-2.d.ts +18 -0
- package/es/components/title/title-2.js +31 -0
- package/es/components/title/title-2.scss +22 -0
- package/es/components/user-card/index.d.ts +6 -0
- package/es/components/user-card/index.js +6 -0
- package/es/components/user-card/index.scss +68 -0
- package/es/components/user-card/type.d.ts +8 -0
- package/es/components/user-card/type.js +1 -0
- package/es/components/user-card/user-card.d.ts +5 -0
- package/es/components/user-card/user-card.js +61 -0
- package/es/entity/dynamic-column-data-type.d.ts +316 -0
- package/es/entity/dynamic-column-data-type.js +173 -0
- package/es/index.d.ts +52 -0
- package/es/index.js +98 -0
- package/es/index.scss +6 -0
- package/es/style.js +6 -0
- package/es/utils/children-node-handle.d.ts +9 -0
- package/es/utils/children-node-handle.js +25 -0
- package/es/utils/component-wrapper.d.ts +9 -0
- package/es/utils/component-wrapper.js +38 -0
- package/es/utils/debounce.d.ts +1 -0
- package/es/utils/debounce.js +14 -0
- package/es/utils/textUtil.d.ts +10 -0
- package/es/utils/textUtil.js +51 -0
- package/es/utils/time-util.d.ts +5 -0
- package/es/utils/time-util.js +18 -0
- package/es/variables.d.ts +2 -0
- package/es/variables.js +2 -0
- package/es/variables.scss +3 -0
- package/lib/assets/icon/form/right.png +0 -0
- package/lib/assets/icon/grid-nav/right.png +0 -0
- package/lib/assets/icon/integral-task/icon1.png +0 -0
- package/lib/assets/icon/mine/default.png +0 -0
- package/lib/assets/icon/mine/right.png +0 -0
- package/lib/assets/icon/navigation/index-selected.png +0 -0
- package/lib/assets/icon/navigation/index.png +0 -0
- package/lib/assets/icon/navigation/message-selected.png +0 -0
- package/lib/assets/icon/navigation/message.png +0 -0
- package/lib/assets/icon/navigation/mine-selected.png +0 -0
- package/lib/assets/icon/navigation/mine.png +0 -0
- package/lib/assets/icon/navigation/present-selected.png +0 -0
- package/lib/assets/icon/navigation/present.png +0 -0
- package/lib/assets/icon/notice-bar/notice.png +0 -0
- package/lib/assets/icon/position/arror.png +0 -0
- package/lib/assets/icon/position/img.png +0 -0
- package/lib/assets/icon/position/location.png +0 -0
- package/lib/assets/icon/search/delete.png +0 -0
- package/lib/assets/icon/search/search.png +0 -0
- package/lib/assets/icon/teletext-list/arr.png +0 -0
- package/lib/components/bottom-navigation/bottom-navigation.d.ts +15 -0
- package/lib/components/bottom-navigation/bottom-navigation.js +63 -0
- package/lib/components/bottom-navigation/index.d.ts +3 -0
- package/lib/components/bottom-navigation/index.js +7 -0
- package/lib/components/bottom-navigation/index.scss +28 -0
- package/lib/components/button/button.d.ts +14 -0
- package/lib/components/button/button.js +21 -0
- package/lib/components/button/index.d.ts +6 -0
- package/lib/components/button/index.js +10 -0
- package/lib/components/button/index.scss +16 -0
- package/lib/components/carousel/carousel.d.ts +14 -0
- package/lib/components/carousel/carousel.js +81 -0
- package/lib/components/carousel/carousel.scss +32 -0
- package/lib/components/colorful-button/colorful-button.d.ts +12 -0
- package/lib/components/colorful-button/colorful-button.js +32 -0
- package/lib/components/colorful-button/index.d.ts +3 -0
- package/lib/components/colorful-button/index.js +7 -0
- package/lib/components/colorful-button/index.scss +5 -0
- package/lib/components/colorful-input/colorful-input.d.ts +8 -0
- package/lib/components/colorful-input/colorful-input.js +26 -0
- package/lib/components/colorful-input/index.d.ts +3 -0
- package/lib/components/colorful-input/index.js +7 -0
- package/lib/components/colorful-input/index.scss +5 -0
- package/lib/components/dc-slider/index.d.ts +3 -0
- package/lib/components/dc-slider/index.js +7 -0
- package/lib/components/dc-slider/index.scss +6 -0
- package/lib/components/dc-slider/slider-img.d.ts +32 -0
- package/lib/components/dc-slider/slider-img.js +24 -0
- package/lib/components/form/form-item.d.ts +42 -0
- package/lib/components/form/form-item.js +86 -0
- package/lib/components/form/form-item.scss +20 -0
- package/lib/components/form/form.d.ts +20 -0
- package/lib/components/form/form.js +1598 -0
- package/lib/components/form/index.d.ts +6 -0
- package/lib/components/form/index.js +6 -0
- package/lib/components/form/index.scss +22 -0
- package/lib/components/goods-card-list/goods-card-list-common.d.ts +5 -0
- package/lib/components/goods-card-list/goods-card-list-common.js +65 -0
- package/lib/components/goods-card-list/goods-card-list-common.scss +118 -0
- package/lib/components/goods-card-list/goods-card-list.d.ts +5 -0
- package/lib/components/goods-card-list/goods-card-list.js +163 -0
- package/lib/components/goods-card-list/goods-card-list.scss +112 -0
- package/lib/components/goods-card-list/index.d.ts +4 -0
- package/lib/components/goods-card-list/index.js +8 -0
- package/lib/components/goods-card-list/types.d.ts +45 -0
- package/lib/components/goods-card-list/types.js +3 -0
- package/lib/components/grid-nav/grid-nav.d.ts +13 -0
- package/lib/components/grid-nav/grid-nav.js +109 -0
- package/lib/components/grid-nav/index.d.ts +3 -0
- package/lib/components/grid-nav/index.js +7 -0
- package/lib/components/grid-nav/index.scss +50 -0
- package/lib/components/integral-task/index.d.ts +6 -0
- package/lib/components/integral-task/index.js +10 -0
- package/lib/components/integral-task/index.scss +35 -0
- package/lib/components/integral-task/integral-task.d.ts +40 -0
- package/lib/components/integral-task/integral-task.js +61 -0
- package/lib/components/member-card/index.d.ts +6 -0
- package/lib/components/member-card/index.js +6 -0
- package/lib/components/member-card/index.scss +86 -0
- package/lib/components/member-card/member-card.d.ts +5 -0
- package/lib/components/member-card/member-card.js +75 -0
- package/lib/components/member-card/type.d.ts +11 -0
- package/lib/components/member-card/type.js +3 -0
- package/lib/components/menu-list/index.d.ts +6 -0
- package/lib/components/menu-list/index.js +10 -0
- package/lib/components/menu-list/index.scss +16 -0
- package/lib/components/menu-list/menu-list-item.d.ts +5 -0
- package/lib/components/menu-list/menu-list-item.js +37 -0
- package/lib/components/menu-list/menu-list-item.scss +49 -0
- package/lib/components/menu-list/menu-list.d.ts +5 -0
- package/lib/components/menu-list/menu-list.js +30 -0
- package/lib/components/menu-list/types.d.ts +23 -0
- package/lib/components/menu-list/types.js +3 -0
- package/lib/components/message-list/index.d.ts +6 -0
- package/lib/components/message-list/index.js +10 -0
- package/lib/components/message-list/index.scss +22 -0
- package/lib/components/message-list/message-list-item.d.ts +33 -0
- package/lib/components/message-list/message-list-item.js +45 -0
- package/lib/components/message-list/message-list-item.scss +62 -0
- package/lib/components/message-list/message-list.d.ts +28 -0
- package/lib/components/message-list/message-list.js +57 -0
- package/lib/components/notice-bar/index.d.ts +3 -0
- package/lib/components/notice-bar/index.js +7 -0
- package/lib/components/notice-bar/index.scss +84 -0
- package/lib/components/notice-bar/notice-bar-item.d.ts +18 -0
- package/lib/components/notice-bar/notice-bar-item.js +35 -0
- package/lib/components/notice-bar/notice-bar-item.scss +26 -0
- package/lib/components/notice-bar/notice-bar.d.ts +46 -0
- package/lib/components/notice-bar/notice-bar.js +62 -0
- package/lib/components/position/entity.d.ts +5 -0
- package/lib/components/position/entity.js +3 -0
- package/lib/components/position/index.d.ts +3 -0
- package/lib/components/position/index.js +7 -0
- package/lib/components/position/index.scss +124 -0
- package/lib/components/position/position-left.d.ts +9 -0
- package/lib/components/position/position-left.js +35 -0
- package/lib/components/position/position-list.d.ts +12 -0
- package/lib/components/position/position-list.js +141 -0
- package/lib/components/position/position.d.ts +8 -0
- package/lib/components/position/position.js +54 -0
- package/lib/components/radio-group/index.d.ts +8 -0
- package/lib/components/radio-group/index.js +8 -0
- package/lib/components/radio-group/index.scss +40 -0
- package/lib/components/radio-group/radio-group-item.d.ts +48 -0
- package/lib/components/radio-group/radio-group-item.js +79 -0
- package/lib/components/radio-group/radio-group.d.ts +52 -0
- package/lib/components/radio-group/radio-group.js +87 -0
- package/lib/components/rich-text/index.d.ts +6 -0
- package/lib/components/rich-text/index.js +6 -0
- package/lib/components/rich-text/index.scss +19 -0
- package/lib/components/rich-text/rich-text.d.ts +14 -0
- package/lib/components/rich-text/rich-text.js +42 -0
- package/lib/components/search-bar/index.d.ts +3 -0
- package/lib/components/search-bar/index.js +7 -0
- package/lib/components/search-bar/index.scss +39 -0
- package/lib/components/search-bar/search-bar.d.ts +10 -0
- package/lib/components/search-bar/search-bar.js +80 -0
- package/lib/components/stream-list/index.d.ts +6 -0
- package/lib/components/stream-list/index.js +6 -0
- package/lib/components/stream-list/index.scss +26 -0
- package/lib/components/stream-list/stream-list.d.ts +54 -0
- package/lib/components/stream-list/stream-list.js +166 -0
- package/lib/components/swiper/index.d.ts +3 -0
- package/lib/components/swiper/index.js +7 -0
- package/lib/components/swiper/index.scss +20 -0
- package/lib/components/swiper/swiper.d.ts +30 -0
- package/lib/components/swiper/swiper.js +86 -0
- package/lib/components/tab/index.d.ts +6 -0
- package/lib/components/tab/index.js +10 -0
- package/lib/components/tab/index.scss +44 -0
- package/lib/components/tab/tab.d.ts +27 -0
- package/lib/components/tab/tab.js +59 -0
- package/lib/components/tab-container/index.d.ts +3 -0
- package/lib/components/tab-container/index.js +6 -0
- package/lib/components/tab-container/index.scss +48 -0
- package/lib/components/tab-container/tab-container.d.ts +10 -0
- package/lib/components/tab-container/tab-container.js +31 -0
- package/lib/components/tab-container-item/index.d.ts +3 -0
- package/lib/components/tab-container-item/index.js +6 -0
- package/lib/components/tab-container-item/index.scss +0 -0
- package/lib/components/tab-container-item/tab-container-item.d.ts +11 -0
- package/lib/components/tab-container-item/tab-container-item.js +24 -0
- package/lib/components/tag/index.d.ts +6 -0
- package/lib/components/tag/index.js +10 -0
- package/lib/components/tag/index.scss +24 -0
- package/lib/components/tag/tag.d.ts +14 -0
- package/lib/components/tag/tag.js +21 -0
- package/lib/components/teletext-list/index.d.ts +6 -0
- package/lib/components/teletext-list/index.js +6 -0
- package/lib/components/teletext-list/index.scss +40 -0
- package/lib/components/teletext-list/teletext-list-item.d.ts +33 -0
- package/lib/components/teletext-list/teletext-list-item.js +65 -0
- package/lib/components/teletext-list/teletext-list-item.scss +57 -0
- package/lib/components/teletext-list/teletext-list.d.ts +61 -0
- package/lib/components/teletext-list/teletext-list.js +52 -0
- package/lib/components/title/index.d.ts +8 -0
- package/lib/components/title/index.js +8 -0
- package/lib/components/title/title-1.d.ts +10 -0
- package/lib/components/title/title-1.js +21 -0
- package/lib/components/title/title-1.scss +25 -0
- package/lib/components/title/title-2.d.ts +18 -0
- package/lib/components/title/title-2.js +36 -0
- package/lib/components/title/title-2.scss +22 -0
- package/lib/components/user-card/index.d.ts +6 -0
- package/lib/components/user-card/index.js +6 -0
- package/lib/components/user-card/index.scss +68 -0
- package/lib/components/user-card/type.d.ts +8 -0
- package/lib/components/user-card/type.js +3 -0
- package/lib/components/user-card/user-card.d.ts +5 -0
- package/lib/components/user-card/user-card.js +66 -0
- package/lib/entity/dynamic-column-data-type.d.ts +316 -0
- package/lib/entity/dynamic-column-data-type.js +177 -0
- package/lib/index.d.ts +52 -0
- package/lib/index.js +107 -0
- package/lib/index.scss +6 -0
- package/lib/style.js +6 -0
- package/lib/utils/children-node-handle.d.ts +9 -0
- package/lib/utils/children-node-handle.js +30 -0
- package/lib/utils/component-wrapper.d.ts +9 -0
- package/lib/utils/component-wrapper.js +45 -0
- package/lib/utils/debounce.d.ts +1 -0
- package/lib/utils/debounce.js +18 -0
- package/lib/utils/textUtil.d.ts +10 -0
- package/lib/utils/textUtil.js +55 -0
- package/lib/utils/time-util.d.ts +5 -0
- package/lib/utils/time-util.js +22 -0
- package/lib/variables.d.ts +2 -0
- package/lib/variables.js +5 -0
- package/lib/variables.scss +3 -0
- package/lowcode/accordion-selector/meta.ts +124 -124
- package/lowcode/accordion-selector/props.ts +106 -106
- package/lowcode/bread-crumb/meta.ts +118 -118
- package/lowcode/button2/meta.ts +84 -84
- package/lowcode/collapse/meta.ts +138 -138
- package/lowcode/collapse-selector/meta.ts +67 -67
- package/lowcode/collapse-selector/props.ts +114 -114
- package/lowcode/collapse-selector-item/meta.ts +78 -78
- package/lowcode/custom-radio-group/meta.ts +312 -312
- package/lowcode/custom-radio-group-item/meta.ts +230 -230
- package/lowcode/d-c-slider/meta.design.ts +174 -174
- package/lowcode/d-c-slider/meta.ts +186 -186
- package/lowcode/d-c-slider/snippets.ts +69 -69
- package/lowcode/drawer/meta.ts +318 -318
- package/lowcode/goods-card-list/meta.ts +270 -270
- package/lowcode/goods-card-list-common/meta.ts +270 -270
- package/lowcode/grid-nav/meta.ts +236 -236
- package/lowcode/image/meta.ts +61 -61
- package/lowcode/input/meta.ts +240 -240
- package/lowcode/integral-task/meta.ts +212 -212
- package/lowcode/member-card/meta.ts +187 -187
- package/lowcode/menu-list/meta.ts +154 -154
- package/lowcode/message-list/meta.ts +225 -225
- package/lowcode/navigation/meta.ts +177 -177
- package/lowcode/notice-bar/meta.ts +251 -251
- package/lowcode/position/meta.ts +162 -162
- package/lowcode/profile/meta.ts +125 -125
- package/lowcode/rating/meta.ts +102 -102
- package/lowcode/review-list/meta.ts +147 -147
- package/lowcode/rich-text/meta.ts +72 -72
- package/lowcode/search-bar/meta.ts +105 -105
- package/lowcode/search-history-list/meta.ts +103 -103
- package/lowcode/select/meta.ts +189 -189
- package/lowcode/shopping-cart/meta.ts +494 -494
- package/lowcode/stream-list/meta.ts +209 -209
- package/lowcode/swiper/meta.ts +237 -237
- package/lowcode/switch/meta.ts +69 -69
- package/lowcode/tab-container/meta.ts +71 -71
- package/lowcode/tab-container/props.ts +194 -194
- package/lowcode/tab-container-item/meta.ts +195 -195
- package/lowcode/tab-message/meta.ts +105 -105
- package/lowcode/tag-c/meta.ts +76 -76
- package/lowcode/teletext-list/meta.ts +845 -845
- package/lowcode/text-description-detail-list/meta.ts +112 -112
- package/lowcode/title1/meta.ts +60 -60
- package/lowcode/title2/meta.ts +94 -94
- package/lowcode/user-card/meta.ts +130 -130
- package/lowcode_es/accordion-selector/meta.d.ts +3 -3
- package/lowcode_es/accordion-selector/props.d.ts +51 -51
- package/lowcode_es/address-list/meta.d.ts +2 -22
- package/lowcode_es/bread-crumb/meta.d.ts +2 -22
- package/lowcode_es/button2/meta.d.ts +2 -22
- package/lowcode_es/collapse/meta.d.ts +2 -22
- package/lowcode_es/collapse-selector/meta.d.ts +2 -22
- package/lowcode_es/collapse-selector/props.d.ts +49 -49
- package/lowcode_es/collapse-selector-item/meta.d.ts +2 -22
- package/lowcode_es/custom-drawer/meta.d.ts +2 -22
- package/lowcode_es/custom-radio-group/meta.d.ts +2 -22
- package/lowcode_es/custom-radio-group-item/meta.d.ts +2 -23
- package/lowcode_es/d-c-slider/meta.d.ts +151 -151
- package/lowcode_es/d-c-slider/meta.design.d.ts +102 -102
- package/lowcode_es/d-c-slider/snippets.d.ts +37 -37
- package/lowcode_es/drawer/meta.d.ts +2 -22
- package/lowcode_es/form/meta.d.ts +2 -22
- package/lowcode_es/goods-card-list/meta.d.ts +2 -22
- package/lowcode_es/goods-card-list-common/meta.d.ts +2 -22
- package/lowcode_es/grid-nav/meta.d.ts +2 -22
- package/lowcode_es/image/meta.d.ts +2 -22
- package/lowcode_es/input/meta.d.ts +2 -22
- package/lowcode_es/integral-task/meta.d.ts +2 -22
- package/lowcode_es/item/meta.d.ts +2 -22
- package/lowcode_es/member-card/meta.d.ts +2 -22
- package/lowcode_es/menu-list/meta.d.ts +2 -22
- package/lowcode_es/message-list/meta.d.ts +2 -22
- package/lowcode_es/meta.js +47 -47
- package/lowcode_es/navigation/meta.d.ts +2 -22
- package/lowcode_es/notice-bar/meta.d.ts +2 -22
- package/lowcode_es/position/meta.d.ts +2 -22
- package/lowcode_es/profile/meta.d.ts +2 -22
- package/lowcode_es/rating/meta.d.ts +2 -22
- package/lowcode_es/review-list/meta.d.ts +2 -22
- package/lowcode_es/rich-text/meta.d.ts +2 -22
- package/lowcode_es/search-bar/meta.d.ts +2 -22
- package/lowcode_es/search-history-list/meta.d.ts +2 -22
- package/lowcode_es/select/meta.d.ts +2 -22
- package/lowcode_es/shopping-cart/meta.d.ts +2 -22
- package/lowcode_es/stream-list/meta.d.ts +2 -22
- package/lowcode_es/swiper/meta.d.ts +2 -22
- package/lowcode_es/switch/meta.d.ts +2 -22
- package/lowcode_es/tab-container/meta.d.ts +2 -22
- package/lowcode_es/tab-container/props.d.ts +90 -90
- package/lowcode_es/tab-container-item/meta.d.ts +2 -22
- package/lowcode_es/tab-message/meta.d.ts +2 -22
- package/lowcode_es/tag-c/meta.d.ts +2 -22
- package/lowcode_es/teletext-list/meta.d.ts +2 -22
- package/lowcode_es/text-description-detail-list/meta.d.ts +2 -22
- package/lowcode_es/title1/meta.d.ts +2 -22
- package/lowcode_es/title2/meta.d.ts +2 -22
- package/lowcode_es/user-card/meta.d.ts +2 -22
- package/lowcode_es/view.js +3 -3
- package/lowcode_lib/accordion-selector/meta.d.ts +3 -3
- package/lowcode_lib/accordion-selector/props.d.ts +51 -51
- package/lowcode_lib/address-list/meta.d.ts +2 -22
- package/lowcode_lib/bread-crumb/meta.d.ts +2 -22
- package/lowcode_lib/button2/meta.d.ts +2 -22
- package/lowcode_lib/collapse/meta.d.ts +2 -22
- package/lowcode_lib/collapse-selector/meta.d.ts +2 -22
- package/lowcode_lib/collapse-selector/props.d.ts +49 -49
- package/lowcode_lib/collapse-selector-item/meta.d.ts +2 -22
- package/lowcode_lib/custom-drawer/meta.d.ts +2 -22
- package/lowcode_lib/custom-radio-group/meta.d.ts +2 -22
- package/lowcode_lib/custom-radio-group-item/meta.d.ts +2 -23
- package/lowcode_lib/d-c-slider/meta.d.ts +151 -151
- package/lowcode_lib/d-c-slider/meta.design.d.ts +102 -102
- package/lowcode_lib/d-c-slider/snippets.d.ts +37 -37
- package/lowcode_lib/drawer/meta.d.ts +2 -22
- package/lowcode_lib/form/meta.d.ts +2 -22
- package/lowcode_lib/goods-card-list/meta.d.ts +2 -22
- package/lowcode_lib/goods-card-list-common/meta.d.ts +2 -22
- package/lowcode_lib/grid-nav/meta.d.ts +2 -22
- package/lowcode_lib/image/meta.d.ts +2 -22
- package/lowcode_lib/input/meta.d.ts +2 -22
- package/lowcode_lib/integral-task/meta.d.ts +2 -22
- package/lowcode_lib/item/meta.d.ts +2 -22
- package/lowcode_lib/member-card/meta.d.ts +2 -22
- package/lowcode_lib/menu-list/meta.d.ts +2 -22
- package/lowcode_lib/message-list/meta.d.ts +2 -22
- package/lowcode_lib/meta.js +48 -48
- package/lowcode_lib/navigation/meta.d.ts +2 -22
- package/lowcode_lib/notice-bar/meta.d.ts +2 -22
- package/lowcode_lib/position/meta.d.ts +2 -22
- package/lowcode_lib/profile/meta.d.ts +2 -22
- package/lowcode_lib/rating/meta.d.ts +2 -22
- package/lowcode_lib/review-list/meta.d.ts +2 -22
- package/lowcode_lib/rich-text/meta.d.ts +2 -22
- package/lowcode_lib/search-bar/meta.d.ts +2 -22
- package/lowcode_lib/search-history-list/meta.d.ts +2 -22
- package/lowcode_lib/select/meta.d.ts +2 -22
- package/lowcode_lib/shopping-cart/meta.d.ts +2 -22
- package/lowcode_lib/stream-list/meta.d.ts +2 -22
- package/lowcode_lib/swiper/meta.d.ts +2 -22
- package/lowcode_lib/switch/meta.d.ts +2 -22
- package/lowcode_lib/tab-container/meta.d.ts +2 -22
- package/lowcode_lib/tab-container/props.d.ts +90 -90
- package/lowcode_lib/tab-container-item/meta.d.ts +2 -22
- package/lowcode_lib/tab-message/meta.d.ts +2 -22
- package/lowcode_lib/tag-c/meta.d.ts +2 -22
- package/lowcode_lib/teletext-list/meta.d.ts +2 -22
- package/lowcode_lib/text-description-detail-list/meta.d.ts +2 -22
- package/lowcode_lib/title1/meta.d.ts +2 -22
- package/lowcode_lib/title2/meta.d.ts +2 -22
- package/lowcode_lib/user-card/meta.d.ts +2 -22
- package/lowcode_lib/view.js +3 -4
- package/package.json +12 -12
- package/build/lowcode/assets-daily.json +0 -71
- package/build/lowcode/assets-dev.json +0 -71
- package/build/lowcode/assets-prod.json +0 -71
- package/build/lowcode/designer.html +0 -302
- package/build/lowcode/index.html +0 -304
- package/build/lowcode/index.js +0 -1
- package/build/lowcode/meta.design.js +0 -1
- package/build/lowcode/meta.js +0 -1
- package/build/lowcode/preview.css +0 -1
- package/build/lowcode/preview.html +0 -33
- package/build/lowcode/preview.js +0 -308
- package/build/lowcode/render/default/view.css +0 -1
- package/build/lowcode/render/default/view.js +0 -295
- package/build/lowcode/view.css +0 -1
- package/build/lowcode/view.js +0 -295
- package/dist/BizComps.css +0 -1
- package/dist/BizComps.js +0 -7
- package/dist/BizComps.js.map +0 -1
|
@@ -0,0 +1,1596 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _Radio from "@alifd/next/es/radio";
|
|
3
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
4
|
+
import _Form from "@alifd/next/es/form";
|
|
5
|
+
var _excluded = ["dataList", "onClick", "children"];
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import "./index.scss";
|
|
8
|
+
// import { default as FormItem } from './form-item'
|
|
9
|
+
// import { convertChildren } from '../../utils/children-node-handle'
|
|
10
|
+
// import DCFormItem from './form-item.tsx'
|
|
11
|
+
|
|
12
|
+
import { DYNAMIC_COLUMN_DATA_TYPE_BUTTON, DYNAMIC_COLUMN_DATA_TYPE_AUTO, DYNAMIC_COLUMN_DATA_TYPE_TEXT, DYNAMIC_COLUMN_DATA_TYPE_TEXTAREA, DYNAMIC_COLUMN_DATA_TYPE_MOBILE, DYNAMIC_COLUMN_DATA_TYPE_INT, DYNAMIC_COLUMN_DATA_TYPE_EMAIL, DYNAMIC_COLUMN_DATA_TYPE_ID_CARD, DYNAMIC_COLUMN_DATA_TYPE_NUMBER, DYNAMIC_COLUMN_DATA_TYPE_LABEL, DYNAMIC_COLUMN_DATA_TYPE_RADIO } from "../../entity/dynamic-column-data-type";
|
|
13
|
+
var FormItem = _Form.Item;
|
|
14
|
+
import arrowRight from "../../assets/icon/form/right.png";
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* 数据
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
var Form = function Form(_ref) {
|
|
21
|
+
var dataList = _ref.dataList,
|
|
22
|
+
_ref$onClick = _ref.onClick,
|
|
23
|
+
onClick = _ref$onClick === void 0 ? function () {} : _ref$onClick,
|
|
24
|
+
children = _ref.children,
|
|
25
|
+
otherProps = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
26
|
+
var _otherProps = otherProps || {};
|
|
27
|
+
dataList = [{
|
|
28
|
+
columnComment: '公司编码',
|
|
29
|
+
columnName: 'company_code',
|
|
30
|
+
columnSize: 200,
|
|
31
|
+
columnType: 'varchar',
|
|
32
|
+
columnKeyType: 1,
|
|
33
|
+
columnKeyTypeEnum: {
|
|
34
|
+
code: 1,
|
|
35
|
+
name: '单行文本',
|
|
36
|
+
dbTypeName: 'varchar',
|
|
37
|
+
ordinal: 0
|
|
38
|
+
},
|
|
39
|
+
isRequired: 0,
|
|
40
|
+
defaultValue: "SERIAL_NUMBER(CONCAT('JL',DATE_FORMAT(NOW(),'YYYYMMdd')),3,${公司列表.公司编码})",
|
|
41
|
+
defaultValueTypeEnum: {
|
|
42
|
+
code: 4,
|
|
43
|
+
name: '初始化公式',
|
|
44
|
+
ordinal: 3
|
|
45
|
+
},
|
|
46
|
+
fieldValidation: '',
|
|
47
|
+
fieldValidationType: '自定义',
|
|
48
|
+
fieldPrefix: '',
|
|
49
|
+
fieldSuffix: '',
|
|
50
|
+
guideWords: '请输入公司编码',
|
|
51
|
+
searchType: 0,
|
|
52
|
+
searchTypeEnum: {
|
|
53
|
+
code: 0,
|
|
54
|
+
name: '不显示',
|
|
55
|
+
ordinal: 0
|
|
56
|
+
},
|
|
57
|
+
showAddType: 1,
|
|
58
|
+
showListType: 1,
|
|
59
|
+
showUpdateType: 1,
|
|
60
|
+
showViewType: 1,
|
|
61
|
+
joinColumn: '',
|
|
62
|
+
joinTable: '',
|
|
63
|
+
linkageTableColumn: '',
|
|
64
|
+
selectAction: '',
|
|
65
|
+
selectActionLabel: '',
|
|
66
|
+
selectActionLabelArr: [],
|
|
67
|
+
selectActionType: 0,
|
|
68
|
+
selectActionTypeEnum: {
|
|
69
|
+
code: 0,
|
|
70
|
+
name: '无',
|
|
71
|
+
action: '',
|
|
72
|
+
label: '',
|
|
73
|
+
key: '',
|
|
74
|
+
ordinal: 0
|
|
75
|
+
},
|
|
76
|
+
selectActionValue: ''
|
|
77
|
+
}, {
|
|
78
|
+
columnComment: '公司名称',
|
|
79
|
+
columnName: 'company_name',
|
|
80
|
+
columnSize: 200,
|
|
81
|
+
columnType: 'varchar',
|
|
82
|
+
columnKeyType: 1,
|
|
83
|
+
columnKeyTypeEnum: {
|
|
84
|
+
code: 1,
|
|
85
|
+
name: '单行文本',
|
|
86
|
+
dbTypeName: 'varchar',
|
|
87
|
+
ordinal: 0
|
|
88
|
+
},
|
|
89
|
+
isRequired: 1,
|
|
90
|
+
defaultValue: '0',
|
|
91
|
+
defaultValueTypeEnum: {
|
|
92
|
+
code: 0,
|
|
93
|
+
name: '无',
|
|
94
|
+
ordinal: 0
|
|
95
|
+
},
|
|
96
|
+
fieldValidation: '',
|
|
97
|
+
fieldValidationType: '自定义',
|
|
98
|
+
fieldPrefix: '',
|
|
99
|
+
fieldSuffix: '',
|
|
100
|
+
guideWords: '请输入公司名称',
|
|
101
|
+
searchType: 2,
|
|
102
|
+
searchTypeEnum: {
|
|
103
|
+
code: 2,
|
|
104
|
+
name: '模糊查询',
|
|
105
|
+
ordinal: 2
|
|
106
|
+
},
|
|
107
|
+
showAddType: 1,
|
|
108
|
+
showListType: 1,
|
|
109
|
+
showUpdateType: 1,
|
|
110
|
+
showViewType: 1,
|
|
111
|
+
joinColumn: '',
|
|
112
|
+
joinTable: '',
|
|
113
|
+
linkageTableColumn: '',
|
|
114
|
+
selectAction: '',
|
|
115
|
+
selectActionLabel: '',
|
|
116
|
+
selectActionLabelArr: [],
|
|
117
|
+
selectActionType: 0,
|
|
118
|
+
selectActionTypeEnum: {
|
|
119
|
+
code: 0,
|
|
120
|
+
name: '无',
|
|
121
|
+
action: '',
|
|
122
|
+
label: '',
|
|
123
|
+
key: '',
|
|
124
|
+
ordinal: 0
|
|
125
|
+
},
|
|
126
|
+
selectActionValue: ''
|
|
127
|
+
}, {
|
|
128
|
+
columnComment: '统一社会信用代码',
|
|
129
|
+
columnName: 'credit_code',
|
|
130
|
+
columnSize: 200,
|
|
131
|
+
columnType: 'varchar',
|
|
132
|
+
columnKeyType: 1,
|
|
133
|
+
columnKeyTypeEnum: {
|
|
134
|
+
code: 1,
|
|
135
|
+
name: '单行文本',
|
|
136
|
+
dbTypeName: 'varchar',
|
|
137
|
+
ordinal: 0
|
|
138
|
+
},
|
|
139
|
+
isRequired: 1,
|
|
140
|
+
defaultValue: '0',
|
|
141
|
+
defaultValueTypeEnum: {
|
|
142
|
+
code: 0,
|
|
143
|
+
name: '无',
|
|
144
|
+
ordinal: 0
|
|
145
|
+
},
|
|
146
|
+
fieldValidation: '',
|
|
147
|
+
fieldValidationType: '自定义',
|
|
148
|
+
fieldPrefix: '',
|
|
149
|
+
fieldSuffix: '',
|
|
150
|
+
guideWords: '请输入统一社会信用代码',
|
|
151
|
+
searchType: 0,
|
|
152
|
+
searchTypeEnum: {
|
|
153
|
+
code: 0,
|
|
154
|
+
name: '不显示',
|
|
155
|
+
ordinal: 0
|
|
156
|
+
},
|
|
157
|
+
showAddType: 1,
|
|
158
|
+
showListType: 1,
|
|
159
|
+
showUpdateType: 1,
|
|
160
|
+
showViewType: 1,
|
|
161
|
+
joinColumn: '',
|
|
162
|
+
joinTable: '',
|
|
163
|
+
linkageTableColumn: '',
|
|
164
|
+
selectAction: '',
|
|
165
|
+
selectActionLabel: '',
|
|
166
|
+
selectActionLabelArr: [],
|
|
167
|
+
selectActionType: 0,
|
|
168
|
+
selectActionTypeEnum: {
|
|
169
|
+
code: 0,
|
|
170
|
+
name: '无',
|
|
171
|
+
action: '',
|
|
172
|
+
label: '',
|
|
173
|
+
key: '',
|
|
174
|
+
ordinal: 0
|
|
175
|
+
},
|
|
176
|
+
selectActionValue: ''
|
|
177
|
+
}, {
|
|
178
|
+
columnComment: '法人/负责人',
|
|
179
|
+
columnName: 'legal',
|
|
180
|
+
columnSize: 200,
|
|
181
|
+
columnType: 'varchar',
|
|
182
|
+
columnKeyType: 1,
|
|
183
|
+
columnKeyTypeEnum: {
|
|
184
|
+
code: 1,
|
|
185
|
+
name: '单行文本',
|
|
186
|
+
dbTypeName: 'varchar',
|
|
187
|
+
ordinal: 0
|
|
188
|
+
},
|
|
189
|
+
isRequired: 1,
|
|
190
|
+
defaultValue: '0',
|
|
191
|
+
defaultValueTypeEnum: {
|
|
192
|
+
code: 0,
|
|
193
|
+
name: '无',
|
|
194
|
+
ordinal: 0
|
|
195
|
+
},
|
|
196
|
+
fieldValidation: '',
|
|
197
|
+
fieldValidationType: '自定义',
|
|
198
|
+
fieldPrefix: '',
|
|
199
|
+
fieldSuffix: '',
|
|
200
|
+
guideWords: '请输入法人/负责人',
|
|
201
|
+
searchType: 1,
|
|
202
|
+
searchTypeEnum: {
|
|
203
|
+
code: 1,
|
|
204
|
+
name: '精确查询',
|
|
205
|
+
ordinal: 1
|
|
206
|
+
},
|
|
207
|
+
showAddType: 1,
|
|
208
|
+
showListType: 1,
|
|
209
|
+
showUpdateType: 1,
|
|
210
|
+
showViewType: 1,
|
|
211
|
+
joinColumn: '',
|
|
212
|
+
joinTable: '',
|
|
213
|
+
linkageTableColumn: '',
|
|
214
|
+
selectAction: '',
|
|
215
|
+
selectActionLabel: '',
|
|
216
|
+
selectActionLabelArr: [],
|
|
217
|
+
selectActionType: 0,
|
|
218
|
+
selectActionTypeEnum: {
|
|
219
|
+
code: 0,
|
|
220
|
+
name: '无',
|
|
221
|
+
action: '',
|
|
222
|
+
label: '',
|
|
223
|
+
key: '',
|
|
224
|
+
ordinal: 0
|
|
225
|
+
},
|
|
226
|
+
selectActionValue: ''
|
|
227
|
+
}, {
|
|
228
|
+
columnComment: '联系人',
|
|
229
|
+
columnName: 'contacts',
|
|
230
|
+
columnSize: 200,
|
|
231
|
+
columnType: 'varchar',
|
|
232
|
+
columnKeyType: 1,
|
|
233
|
+
columnKeyTypeEnum: {
|
|
234
|
+
code: 1,
|
|
235
|
+
name: '单行文本',
|
|
236
|
+
dbTypeName: 'varchar',
|
|
237
|
+
ordinal: 0
|
|
238
|
+
},
|
|
239
|
+
isRequired: 1,
|
|
240
|
+
defaultValue: '0',
|
|
241
|
+
defaultValueTypeEnum: {
|
|
242
|
+
code: 0,
|
|
243
|
+
name: '无',
|
|
244
|
+
ordinal: 0
|
|
245
|
+
},
|
|
246
|
+
fieldValidation: '',
|
|
247
|
+
fieldValidationType: '自定义',
|
|
248
|
+
fieldPrefix: '',
|
|
249
|
+
fieldSuffix: '',
|
|
250
|
+
guideWords: '请输入联系人',
|
|
251
|
+
searchType: 1,
|
|
252
|
+
searchTypeEnum: {
|
|
253
|
+
code: 1,
|
|
254
|
+
name: '精确查询',
|
|
255
|
+
ordinal: 1
|
|
256
|
+
},
|
|
257
|
+
showAddType: 1,
|
|
258
|
+
showListType: 1,
|
|
259
|
+
showUpdateType: 1,
|
|
260
|
+
showViewType: 1,
|
|
261
|
+
joinColumn: '',
|
|
262
|
+
joinTable: '',
|
|
263
|
+
selectActionType: 0,
|
|
264
|
+
selectActionTypeEnum: {
|
|
265
|
+
code: 0,
|
|
266
|
+
name: '无',
|
|
267
|
+
action: '',
|
|
268
|
+
label: '',
|
|
269
|
+
key: '',
|
|
270
|
+
ordinal: 0
|
|
271
|
+
}
|
|
272
|
+
}, {
|
|
273
|
+
columnComment: '联系电话',
|
|
274
|
+
columnName: 'phone',
|
|
275
|
+
columnSize: 200,
|
|
276
|
+
columnType: 'varchar',
|
|
277
|
+
columnKeyType: 12,
|
|
278
|
+
columnKeyTypeEnum: {
|
|
279
|
+
code: 12,
|
|
280
|
+
name: '手机',
|
|
281
|
+
dbTypeName: 'varchar',
|
|
282
|
+
ordinal: 6
|
|
283
|
+
},
|
|
284
|
+
isRequired: 1,
|
|
285
|
+
defaultValue: '0',
|
|
286
|
+
defaultValueTypeEnum: {
|
|
287
|
+
code: 0,
|
|
288
|
+
name: '无',
|
|
289
|
+
ordinal: 0
|
|
290
|
+
},
|
|
291
|
+
fieldValidation: '^1[3-9]\\d{9}$',
|
|
292
|
+
fieldValidationType: '手机号码',
|
|
293
|
+
fieldPrefix: '',
|
|
294
|
+
fieldSuffix: '',
|
|
295
|
+
guideWords: '请输入联系电话',
|
|
296
|
+
searchType: 0,
|
|
297
|
+
searchTypeEnum: {
|
|
298
|
+
code: 0,
|
|
299
|
+
name: '不显示',
|
|
300
|
+
ordinal: 0
|
|
301
|
+
},
|
|
302
|
+
showAddType: 1,
|
|
303
|
+
showListType: 1,
|
|
304
|
+
showUpdateType: 1,
|
|
305
|
+
showViewType: 1,
|
|
306
|
+
joinColumn: '',
|
|
307
|
+
joinTable: '',
|
|
308
|
+
selectActionType: 0,
|
|
309
|
+
selectActionTypeEnum: {
|
|
310
|
+
code: 0,
|
|
311
|
+
name: '无',
|
|
312
|
+
action: '',
|
|
313
|
+
label: '',
|
|
314
|
+
key: '',
|
|
315
|
+
ordinal: 0
|
|
316
|
+
}
|
|
317
|
+
}, {
|
|
318
|
+
columnComment: '邮箱',
|
|
319
|
+
columnName: 'email',
|
|
320
|
+
columnSize: 200,
|
|
321
|
+
columnType: 'varchar',
|
|
322
|
+
columnKeyType: 36,
|
|
323
|
+
columnKeyTypeEnum: {
|
|
324
|
+
code: 36,
|
|
325
|
+
name: '邮箱',
|
|
326
|
+
dbTypeName: 'varchar',
|
|
327
|
+
ordinal: 7
|
|
328
|
+
},
|
|
329
|
+
isRequired: 0,
|
|
330
|
+
defaultValue: '',
|
|
331
|
+
defaultValueTypeEnum: {
|
|
332
|
+
code: 0,
|
|
333
|
+
name: '无',
|
|
334
|
+
ordinal: 0
|
|
335
|
+
},
|
|
336
|
+
fieldValidation: '^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$',
|
|
337
|
+
fieldValidationType: '邮箱',
|
|
338
|
+
fieldPrefix: '',
|
|
339
|
+
fieldSuffix: '',
|
|
340
|
+
guideWords: '请输入邮箱',
|
|
341
|
+
searchType: 0,
|
|
342
|
+
searchTypeEnum: {
|
|
343
|
+
code: 0,
|
|
344
|
+
name: '不显示',
|
|
345
|
+
ordinal: 0
|
|
346
|
+
},
|
|
347
|
+
showAddType: 1,
|
|
348
|
+
showListType: 1,
|
|
349
|
+
showUpdateType: 1,
|
|
350
|
+
showViewType: 1,
|
|
351
|
+
joinColumn: '',
|
|
352
|
+
joinTable: '',
|
|
353
|
+
selectActionType: 0,
|
|
354
|
+
selectActionTypeEnum: {
|
|
355
|
+
code: 0,
|
|
356
|
+
name: '无',
|
|
357
|
+
action: '',
|
|
358
|
+
label: '',
|
|
359
|
+
key: '',
|
|
360
|
+
ordinal: 0
|
|
361
|
+
}
|
|
362
|
+
}, {
|
|
363
|
+
columnComment: '注册资金(万元)',
|
|
364
|
+
columnName: 'registered_capital',
|
|
365
|
+
columnSize: 10,
|
|
366
|
+
columnType: 'numeric',
|
|
367
|
+
columnKeyType: 35,
|
|
368
|
+
columnKeyTypeEnum: {
|
|
369
|
+
code: 35,
|
|
370
|
+
name: '数值',
|
|
371
|
+
dbTypeName: 'numeric',
|
|
372
|
+
ordinal: 4
|
|
373
|
+
},
|
|
374
|
+
isRequired: 0,
|
|
375
|
+
defaultValue: '',
|
|
376
|
+
defaultValueTypeEnum: {
|
|
377
|
+
code: 0,
|
|
378
|
+
name: '无',
|
|
379
|
+
ordinal: 0
|
|
380
|
+
},
|
|
381
|
+
fieldValidation: '^(([1-9]{1}\\d*)|([0]{1}))(\\.(\\d){0,6})?$',
|
|
382
|
+
fieldValidationType: '数值',
|
|
383
|
+
fieldPrefix: '',
|
|
384
|
+
fieldSuffix: '',
|
|
385
|
+
guideWords: '请输入注册资金(万元)',
|
|
386
|
+
searchType: 0,
|
|
387
|
+
searchTypeEnum: {
|
|
388
|
+
code: 0,
|
|
389
|
+
name: '不显示',
|
|
390
|
+
ordinal: 0
|
|
391
|
+
},
|
|
392
|
+
showAddType: 1,
|
|
393
|
+
showListType: 1,
|
|
394
|
+
showUpdateType: 1,
|
|
395
|
+
showViewType: 1,
|
|
396
|
+
joinColumn: '',
|
|
397
|
+
joinTable: '',
|
|
398
|
+
linkageTableColumn: '',
|
|
399
|
+
selectAction: '',
|
|
400
|
+
selectActionLabel: '',
|
|
401
|
+
selectActionLabelArr: [],
|
|
402
|
+
selectActionType: 0,
|
|
403
|
+
selectActionTypeEnum: {
|
|
404
|
+
code: 0,
|
|
405
|
+
name: '无',
|
|
406
|
+
action: '',
|
|
407
|
+
label: '',
|
|
408
|
+
key: '',
|
|
409
|
+
ordinal: 0
|
|
410
|
+
},
|
|
411
|
+
selectActionValue: ''
|
|
412
|
+
}, {
|
|
413
|
+
columnComment: '公司简称',
|
|
414
|
+
columnName: 'abbreviation',
|
|
415
|
+
columnSize: 20,
|
|
416
|
+
columnType: 'varchar',
|
|
417
|
+
columnKeyType: 1,
|
|
418
|
+
columnKeyTypeEnum: {
|
|
419
|
+
code: 1,
|
|
420
|
+
name: '单行文本',
|
|
421
|
+
dbTypeName: 'varchar',
|
|
422
|
+
ordinal: 0
|
|
423
|
+
},
|
|
424
|
+
isRequired: 0,
|
|
425
|
+
defaultValue: '0',
|
|
426
|
+
defaultValueTypeEnum: {
|
|
427
|
+
code: 0,
|
|
428
|
+
name: '无',
|
|
429
|
+
ordinal: 0
|
|
430
|
+
},
|
|
431
|
+
fieldValidation: '',
|
|
432
|
+
fieldValidationType: '自定义',
|
|
433
|
+
fieldPrefix: '',
|
|
434
|
+
fieldSuffix: '',
|
|
435
|
+
guideWords: '请输入公司简称',
|
|
436
|
+
searchType: 2,
|
|
437
|
+
searchTypeEnum: {
|
|
438
|
+
code: 2,
|
|
439
|
+
name: '模糊查询',
|
|
440
|
+
ordinal: 2
|
|
441
|
+
},
|
|
442
|
+
showAddType: 1,
|
|
443
|
+
showListType: 1,
|
|
444
|
+
showUpdateType: 1,
|
|
445
|
+
showViewType: 1,
|
|
446
|
+
joinColumn: '',
|
|
447
|
+
joinTable: '',
|
|
448
|
+
linkageTableColumn: '',
|
|
449
|
+
selectActionType: 0,
|
|
450
|
+
selectActionTypeEnum: {
|
|
451
|
+
code: 0,
|
|
452
|
+
name: '无',
|
|
453
|
+
action: '',
|
|
454
|
+
label: '',
|
|
455
|
+
key: '',
|
|
456
|
+
ordinal: 0
|
|
457
|
+
}
|
|
458
|
+
}, {
|
|
459
|
+
columnComment: '上级公司',
|
|
460
|
+
columnName: 'parent_company',
|
|
461
|
+
columnSize: 200,
|
|
462
|
+
columnType: 'varchar',
|
|
463
|
+
columnKeyType: 48,
|
|
464
|
+
columnKeyTypeEnum: {
|
|
465
|
+
code: 48,
|
|
466
|
+
name: '引用字段',
|
|
467
|
+
dbTypeName: 'varchar',
|
|
468
|
+
ordinal: 30
|
|
469
|
+
},
|
|
470
|
+
isRequired: 0,
|
|
471
|
+
defaultValue: '0',
|
|
472
|
+
defaultValueTypeEnum: {
|
|
473
|
+
code: 0,
|
|
474
|
+
name: '无',
|
|
475
|
+
ordinal: 0
|
|
476
|
+
},
|
|
477
|
+
fieldValidation: '',
|
|
478
|
+
fieldValidationType: '',
|
|
479
|
+
fieldPrefix: '',
|
|
480
|
+
fieldSuffix: '',
|
|
481
|
+
guideWords: '请选择上级公司',
|
|
482
|
+
searchType: 0,
|
|
483
|
+
searchTypeEnum: {
|
|
484
|
+
code: 0,
|
|
485
|
+
name: '不显示',
|
|
486
|
+
ordinal: 0
|
|
487
|
+
},
|
|
488
|
+
showAddType: 1,
|
|
489
|
+
showListType: 1,
|
|
490
|
+
showUpdateType: 1,
|
|
491
|
+
showViewType: 1,
|
|
492
|
+
joinColumn: 'company_name',
|
|
493
|
+
joinTable: 'dynamic_tb_gslb',
|
|
494
|
+
joinTableInfo: {
|
|
495
|
+
id: '51153f5cbb133a2808',
|
|
496
|
+
mainTableId: '1018146856456294400',
|
|
497
|
+
joinAlias: 't128',
|
|
498
|
+
joinSerial: 13,
|
|
499
|
+
relationId: '',
|
|
500
|
+
joinTableId: '1018146856456294400',
|
|
501
|
+
tableComment: '公司列表',
|
|
502
|
+
joinNum: 1,
|
|
503
|
+
joinTitle: '公司列表-公司列表',
|
|
504
|
+
joinType: 0,
|
|
505
|
+
showColumns: 'company_name',
|
|
506
|
+
valueColumn: '',
|
|
507
|
+
showType: 1,
|
|
508
|
+
joinColumnList: [{
|
|
509
|
+
id: '1041753714337124352',
|
|
510
|
+
fkJoinId: '51153f5cbb133a2808',
|
|
511
|
+
conditionKey: 'is_deleted',
|
|
512
|
+
conditionValue: '0',
|
|
513
|
+
conditionValueLabel: '0',
|
|
514
|
+
groupSerial: 0,
|
|
515
|
+
relation: 'eq',
|
|
516
|
+
valueType: 1
|
|
517
|
+
}, {
|
|
518
|
+
id: '1054759508179554304',
|
|
519
|
+
fkJoinId: '51153f5cbb133a2808',
|
|
520
|
+
conditionKey: 'id',
|
|
521
|
+
conditionValue: 'parent_company',
|
|
522
|
+
groupSerial: 0,
|
|
523
|
+
relation: 'eq',
|
|
524
|
+
valueType: 0
|
|
525
|
+
}, {
|
|
526
|
+
id: '1055823800974839808',
|
|
527
|
+
fkJoinId: '51153f5cbb133a2808',
|
|
528
|
+
conditionKey: 'company_name',
|
|
529
|
+
conditionValue: 'parent_company',
|
|
530
|
+
groupSerial: 0,
|
|
531
|
+
relation: 'eq',
|
|
532
|
+
valueType: 0
|
|
533
|
+
}],
|
|
534
|
+
showColumnList: []
|
|
535
|
+
},
|
|
536
|
+
linkageTableColumn: 'id',
|
|
537
|
+
selectAction: '/dynamicFormTableRecord/listJoinRelation?relationId=51153f5cbb133a2808',
|
|
538
|
+
selectActionLabel: 'company_name',
|
|
539
|
+
selectActionLabelArr: ['company_name'],
|
|
540
|
+
selectActionType: 14,
|
|
541
|
+
selectActionTypeEnum: {
|
|
542
|
+
code: 14,
|
|
543
|
+
name: '关联关系',
|
|
544
|
+
action: '/dynamicFormTableRecord/listJoinRelation?relationId={relationId}',
|
|
545
|
+
label: 'id',
|
|
546
|
+
key: 'id',
|
|
547
|
+
ordinal: 7
|
|
548
|
+
},
|
|
549
|
+
selectActionValue: 'company_name'
|
|
550
|
+
}, {
|
|
551
|
+
columnComment: '公司类型',
|
|
552
|
+
columnName: 'company_type',
|
|
553
|
+
columnSize: 500,
|
|
554
|
+
columnType: 'varchar',
|
|
555
|
+
columnKeyType: 19,
|
|
556
|
+
columnKeyTypeEnum: {
|
|
557
|
+
code: 19,
|
|
558
|
+
name: '下拉框',
|
|
559
|
+
dbTypeName: 'varchar',
|
|
560
|
+
ordinal: 17
|
|
561
|
+
},
|
|
562
|
+
isRequired: 0,
|
|
563
|
+
defaultValue: '内部',
|
|
564
|
+
defaultValueTypeEnum: {
|
|
565
|
+
code: 1,
|
|
566
|
+
name: '自定义',
|
|
567
|
+
ordinal: 1
|
|
568
|
+
},
|
|
569
|
+
fieldValidation: '',
|
|
570
|
+
fieldValidationType: '',
|
|
571
|
+
fieldSuffix: '',
|
|
572
|
+
guideWords: '请选择公司类型',
|
|
573
|
+
searchType: 1,
|
|
574
|
+
searchTypeEnum: {
|
|
575
|
+
code: 1,
|
|
576
|
+
name: '精确查询',
|
|
577
|
+
ordinal: 1
|
|
578
|
+
},
|
|
579
|
+
showAddType: 1,
|
|
580
|
+
showListType: 1,
|
|
581
|
+
showUpdateType: 1,
|
|
582
|
+
showViewType: 1,
|
|
583
|
+
joinColumn: '',
|
|
584
|
+
joinTable: '',
|
|
585
|
+
linkageTableColumn: '',
|
|
586
|
+
selectAction: '/dynamicFormTable/listColumnOptionByColumnId/1018146866963025920',
|
|
587
|
+
selectActionLabel: 'optionName',
|
|
588
|
+
selectActionLabelArr: ['optionName'],
|
|
589
|
+
selectActionType: 1,
|
|
590
|
+
selectActionTypeEnum: {
|
|
591
|
+
code: 1,
|
|
592
|
+
name: '自定义',
|
|
593
|
+
action: '/dynamicFormTable/listColumnOptionByColumnId/{columnId}',
|
|
594
|
+
label: 'optionName',
|
|
595
|
+
key: 'optionValue',
|
|
596
|
+
ordinal: 1
|
|
597
|
+
},
|
|
598
|
+
selectActionValue: 'optionValue',
|
|
599
|
+
columnOptionList: [{
|
|
600
|
+
id: '1057621891046576128',
|
|
601
|
+
gmtCreate: '2024-11-23 08:52:54',
|
|
602
|
+
gmtModified: '2024-11-23 08:52:54',
|
|
603
|
+
fkColumnId: '1018146866963025920',
|
|
604
|
+
fkTableId: '1018146856456294400',
|
|
605
|
+
optionName: '内部',
|
|
606
|
+
optionValue: '内部',
|
|
607
|
+
isDefault: 1,
|
|
608
|
+
sortCode: 1,
|
|
609
|
+
linkageShowColumns: '',
|
|
610
|
+
linkageShowColumnsArr: []
|
|
611
|
+
}, {
|
|
612
|
+
id: '1057621891122073600',
|
|
613
|
+
gmtCreate: '2024-11-23 08:52:54',
|
|
614
|
+
gmtModified: '2024-11-23 08:52:54',
|
|
615
|
+
fkColumnId: '1018146866963025920',
|
|
616
|
+
fkTableId: '1018146856456294400',
|
|
617
|
+
optionName: '外部',
|
|
618
|
+
optionValue: '外部',
|
|
619
|
+
isDefault: 0,
|
|
620
|
+
sortCode: 2,
|
|
621
|
+
linkageShowColumns: '',
|
|
622
|
+
linkageShowColumnsArr: []
|
|
623
|
+
}]
|
|
624
|
+
}, {
|
|
625
|
+
columnComment: '成立日期',
|
|
626
|
+
columnName: 'establishment_date',
|
|
627
|
+
columnSize: 0,
|
|
628
|
+
columnType: 'date',
|
|
629
|
+
columnKeyType: 6,
|
|
630
|
+
columnKeyTypeEnum: {
|
|
631
|
+
code: 6,
|
|
632
|
+
name: '日期',
|
|
633
|
+
dbTypeName: 'date',
|
|
634
|
+
ordinal: 8
|
|
635
|
+
},
|
|
636
|
+
isRequired: 1,
|
|
637
|
+
defaultValue: '',
|
|
638
|
+
defaultValueTypeEnum: {
|
|
639
|
+
code: 0,
|
|
640
|
+
name: '无',
|
|
641
|
+
ordinal: 0
|
|
642
|
+
},
|
|
643
|
+
fieldValidation: '',
|
|
644
|
+
fieldValidationType: '自定义',
|
|
645
|
+
fieldPrefix: '',
|
|
646
|
+
fieldSuffix: '',
|
|
647
|
+
guideWords: '请选择成立日期',
|
|
648
|
+
searchType: 1,
|
|
649
|
+
searchTypeEnum: {
|
|
650
|
+
code: 1,
|
|
651
|
+
name: '精确查询',
|
|
652
|
+
ordinal: 1
|
|
653
|
+
},
|
|
654
|
+
showAddType: 1,
|
|
655
|
+
showListType: 1,
|
|
656
|
+
showUpdateType: 1,
|
|
657
|
+
showViewType: 1,
|
|
658
|
+
joinColumn: '',
|
|
659
|
+
joinTable: '',
|
|
660
|
+
linkageTableColumn: '',
|
|
661
|
+
selectAction: '',
|
|
662
|
+
selectActionLabel: '',
|
|
663
|
+
selectActionLabelArr: [],
|
|
664
|
+
selectActionType: 0,
|
|
665
|
+
selectActionTypeEnum: {
|
|
666
|
+
code: 0,
|
|
667
|
+
name: '无',
|
|
668
|
+
action: '',
|
|
669
|
+
label: '',
|
|
670
|
+
key: '',
|
|
671
|
+
ordinal: 0
|
|
672
|
+
},
|
|
673
|
+
selectActionValue: ''
|
|
674
|
+
}, {
|
|
675
|
+
columnComment: '登记注册类型',
|
|
676
|
+
columnName: 'registration_type',
|
|
677
|
+
columnSize: 500,
|
|
678
|
+
columnType: 'varchar',
|
|
679
|
+
columnKeyType: 19,
|
|
680
|
+
columnKeyTypeEnum: {
|
|
681
|
+
code: 19,
|
|
682
|
+
name: '下拉框',
|
|
683
|
+
dbTypeName: 'varchar',
|
|
684
|
+
ordinal: 17
|
|
685
|
+
},
|
|
686
|
+
isRequired: 0,
|
|
687
|
+
defaultValue: '',
|
|
688
|
+
defaultValueTypeEnum: {
|
|
689
|
+
code: 0,
|
|
690
|
+
name: '无',
|
|
691
|
+
ordinal: 0
|
|
692
|
+
},
|
|
693
|
+
fieldValidation: '',
|
|
694
|
+
fieldValidationType: '自定义',
|
|
695
|
+
fieldPrefix: '',
|
|
696
|
+
fieldSuffix: '',
|
|
697
|
+
guideWords: '请选择登记注册类型',
|
|
698
|
+
searchType: 0,
|
|
699
|
+
searchTypeEnum: {
|
|
700
|
+
code: 0,
|
|
701
|
+
name: '不显示',
|
|
702
|
+
ordinal: 0
|
|
703
|
+
},
|
|
704
|
+
showAddType: 1,
|
|
705
|
+
showListType: 1,
|
|
706
|
+
showUpdateType: 1,
|
|
707
|
+
showViewType: 1,
|
|
708
|
+
linkageColumn: '',
|
|
709
|
+
linkageTableColumn: '',
|
|
710
|
+
selectAction: '/systemDictionary/listDictionaryByRootCode/registration_type',
|
|
711
|
+
selectActionLabel: 'itemName',
|
|
712
|
+
selectActionLabelArr: ['itemName'],
|
|
713
|
+
selectActionType: 2,
|
|
714
|
+
selectActionTypeEnum: {
|
|
715
|
+
code: 2,
|
|
716
|
+
name: '数据字典',
|
|
717
|
+
action: '/systemDictionary/listDictionaryByRootCode/{itemCode}',
|
|
718
|
+
label: 'itemName',
|
|
719
|
+
key: 'itemName',
|
|
720
|
+
ordinal: 2
|
|
721
|
+
},
|
|
722
|
+
selectActionValue: 'itemName'
|
|
723
|
+
}, {
|
|
724
|
+
columnComment: '公司人数',
|
|
725
|
+
columnName: 'people_number',
|
|
726
|
+
columnSize: 8,
|
|
727
|
+
columnType: 'int',
|
|
728
|
+
columnKeyType: 3,
|
|
729
|
+
columnKeyTypeEnum: {
|
|
730
|
+
code: 3,
|
|
731
|
+
name: '整数',
|
|
732
|
+
dbTypeName: 'int',
|
|
733
|
+
ordinal: 2
|
|
734
|
+
},
|
|
735
|
+
isRequired: 0,
|
|
736
|
+
defaultValue: '',
|
|
737
|
+
defaultValueTypeEnum: {
|
|
738
|
+
code: 0,
|
|
739
|
+
name: '无',
|
|
740
|
+
ordinal: 0
|
|
741
|
+
},
|
|
742
|
+
fieldValidation: '',
|
|
743
|
+
fieldValidationType: '整数',
|
|
744
|
+
fieldPrefix: '',
|
|
745
|
+
fieldSuffix: '',
|
|
746
|
+
guideWords: '请输入公司人数',
|
|
747
|
+
searchType: 0,
|
|
748
|
+
searchTypeEnum: {
|
|
749
|
+
code: 0,
|
|
750
|
+
name: '不显示',
|
|
751
|
+
ordinal: 0
|
|
752
|
+
},
|
|
753
|
+
showAddType: 1,
|
|
754
|
+
showListType: 1,
|
|
755
|
+
showUpdateType: 1,
|
|
756
|
+
showViewType: 1,
|
|
757
|
+
joinColumn: '',
|
|
758
|
+
joinTable: '',
|
|
759
|
+
linkageTableColumn: '',
|
|
760
|
+
selectAction: '',
|
|
761
|
+
selectActionLabel: '',
|
|
762
|
+
selectActionLabelArr: [],
|
|
763
|
+
selectActionType: 0,
|
|
764
|
+
selectActionTypeEnum: {
|
|
765
|
+
code: 0,
|
|
766
|
+
name: '无',
|
|
767
|
+
action: '',
|
|
768
|
+
label: '',
|
|
769
|
+
key: '',
|
|
770
|
+
ordinal: 0
|
|
771
|
+
},
|
|
772
|
+
selectActionValue: ''
|
|
773
|
+
}, {
|
|
774
|
+
columnComment: '营业期限',
|
|
775
|
+
columnName: 'operating_period',
|
|
776
|
+
columnSize: 0,
|
|
777
|
+
columnType: 'date',
|
|
778
|
+
columnKeyType: 6,
|
|
779
|
+
columnKeyTypeEnum: {
|
|
780
|
+
code: 6,
|
|
781
|
+
name: '日期',
|
|
782
|
+
dbTypeName: 'date',
|
|
783
|
+
ordinal: 8
|
|
784
|
+
},
|
|
785
|
+
isRequired: 0,
|
|
786
|
+
defaultValue: '',
|
|
787
|
+
defaultValueTypeEnum: {
|
|
788
|
+
code: 0,
|
|
789
|
+
name: '无',
|
|
790
|
+
ordinal: 0
|
|
791
|
+
},
|
|
792
|
+
fieldValidation: '',
|
|
793
|
+
fieldValidationType: '自定义',
|
|
794
|
+
fieldPrefix: '',
|
|
795
|
+
fieldSuffix: '',
|
|
796
|
+
guideWords: '请输入营业期限',
|
|
797
|
+
searchType: 0,
|
|
798
|
+
searchTypeEnum: {
|
|
799
|
+
code: 0,
|
|
800
|
+
name: '不显示',
|
|
801
|
+
ordinal: 0
|
|
802
|
+
},
|
|
803
|
+
showAddType: 1,
|
|
804
|
+
showListType: 1,
|
|
805
|
+
showUpdateType: 1,
|
|
806
|
+
showViewType: 1,
|
|
807
|
+
joinColumn: '',
|
|
808
|
+
joinTable: '',
|
|
809
|
+
linkageTableColumn: '',
|
|
810
|
+
selectActionType: 0,
|
|
811
|
+
selectActionTypeEnum: {
|
|
812
|
+
code: 0,
|
|
813
|
+
name: '无',
|
|
814
|
+
action: '',
|
|
815
|
+
label: '',
|
|
816
|
+
key: '',
|
|
817
|
+
ordinal: 0
|
|
818
|
+
}
|
|
819
|
+
}, {
|
|
820
|
+
columnComment: '牌照状态',
|
|
821
|
+
columnName: 'license_status',
|
|
822
|
+
columnSize: 200,
|
|
823
|
+
columnType: 'varchar',
|
|
824
|
+
columnKeyType: 4,
|
|
825
|
+
columnKeyTypeEnum: {
|
|
826
|
+
code: 4,
|
|
827
|
+
name: '单选框',
|
|
828
|
+
dbTypeName: 'varchar',
|
|
829
|
+
ordinal: 12
|
|
830
|
+
},
|
|
831
|
+
isRequired: 0,
|
|
832
|
+
defaultValue: '启用',
|
|
833
|
+
defaultValueTypeEnum: {
|
|
834
|
+
code: 1,
|
|
835
|
+
name: '自定义',
|
|
836
|
+
ordinal: 1
|
|
837
|
+
},
|
|
838
|
+
fieldValidation: '',
|
|
839
|
+
fieldValidationType: '',
|
|
840
|
+
fieldSuffix: '',
|
|
841
|
+
guideWords: '请输入牌照状态',
|
|
842
|
+
searchType: 0,
|
|
843
|
+
searchTypeEnum: {
|
|
844
|
+
code: 0,
|
|
845
|
+
name: '不显示',
|
|
846
|
+
ordinal: 0
|
|
847
|
+
},
|
|
848
|
+
showAddType: 1,
|
|
849
|
+
showListType: 1,
|
|
850
|
+
showUpdateType: 1,
|
|
851
|
+
showViewType: 1,
|
|
852
|
+
joinColumn: '',
|
|
853
|
+
joinTable: '',
|
|
854
|
+
linkageTableColumn: '',
|
|
855
|
+
selectAction: '/dynamicFormTable/listColumnOptionByColumnId/1018148446923788288',
|
|
856
|
+
selectActionLabel: 'optionName',
|
|
857
|
+
selectActionLabelArr: ['optionName'],
|
|
858
|
+
selectActionType: 1,
|
|
859
|
+
selectActionTypeEnum: {
|
|
860
|
+
code: 1,
|
|
861
|
+
name: '自定义',
|
|
862
|
+
action: '/dynamicFormTable/listColumnOptionByColumnId/{columnId}',
|
|
863
|
+
label: 'optionName',
|
|
864
|
+
key: 'optionValue',
|
|
865
|
+
ordinal: 1
|
|
866
|
+
},
|
|
867
|
+
selectActionValue: 'optionValue',
|
|
868
|
+
columnOptionList: [{
|
|
869
|
+
id: '1057621900429234176',
|
|
870
|
+
gmtCreate: '2024-11-23 08:52:56',
|
|
871
|
+
gmtModified: '2024-11-23 08:52:56',
|
|
872
|
+
fkColumnId: '1018148446923788288',
|
|
873
|
+
fkTableId: '1018146856456294400',
|
|
874
|
+
optionName: '启用',
|
|
875
|
+
optionValue: '启用',
|
|
876
|
+
isDefault: 1,
|
|
877
|
+
sortCode: 1,
|
|
878
|
+
linkageShowColumns: '',
|
|
879
|
+
linkageShowColumnsArr: []
|
|
880
|
+
}, {
|
|
881
|
+
id: '1057621900504731648',
|
|
882
|
+
gmtCreate: '2024-11-23 08:52:56',
|
|
883
|
+
gmtModified: '2024-11-23 08:52:56',
|
|
884
|
+
fkColumnId: '1018148446923788288',
|
|
885
|
+
fkTableId: '1018146856456294400',
|
|
886
|
+
optionName: '禁用 ',
|
|
887
|
+
optionValue: '禁用 ',
|
|
888
|
+
isDefault: 0,
|
|
889
|
+
sortCode: 2,
|
|
890
|
+
linkageShowColumns: '',
|
|
891
|
+
linkageShowColumnsArr: []
|
|
892
|
+
}]
|
|
893
|
+
}, {
|
|
894
|
+
columnComment: '注册地址',
|
|
895
|
+
columnName: 'regist_address',
|
|
896
|
+
columnSize: 255,
|
|
897
|
+
columnType: 'varchar',
|
|
898
|
+
columnKeyType: 2,
|
|
899
|
+
columnKeyTypeEnum: {
|
|
900
|
+
code: 2,
|
|
901
|
+
name: '多行文本',
|
|
902
|
+
dbTypeName: 'text',
|
|
903
|
+
ordinal: 1
|
|
904
|
+
},
|
|
905
|
+
isRequired: 0,
|
|
906
|
+
defaultValue: '0',
|
|
907
|
+
defaultValueTypeEnum: {
|
|
908
|
+
code: 0,
|
|
909
|
+
name: '无',
|
|
910
|
+
ordinal: 0
|
|
911
|
+
},
|
|
912
|
+
fieldValidation: '',
|
|
913
|
+
fieldValidationType: '自定义',
|
|
914
|
+
guideWords: '请输入注册地址',
|
|
915
|
+
searchType: 0,
|
|
916
|
+
searchTypeEnum: {
|
|
917
|
+
code: 0,
|
|
918
|
+
name: '不显示',
|
|
919
|
+
ordinal: 0
|
|
920
|
+
},
|
|
921
|
+
showAddType: 1,
|
|
922
|
+
showListType: 1,
|
|
923
|
+
showUpdateType: 1,
|
|
924
|
+
showViewType: 1,
|
|
925
|
+
joinColumn: '',
|
|
926
|
+
joinTable: '',
|
|
927
|
+
linkageTableColumn: '',
|
|
928
|
+
selectAction: '',
|
|
929
|
+
selectActionLabel: '',
|
|
930
|
+
selectActionLabelArr: [],
|
|
931
|
+
selectActionType: 0,
|
|
932
|
+
selectActionTypeEnum: {
|
|
933
|
+
code: 0,
|
|
934
|
+
name: '无',
|
|
935
|
+
action: '',
|
|
936
|
+
label: '',
|
|
937
|
+
key: '',
|
|
938
|
+
ordinal: 0
|
|
939
|
+
},
|
|
940
|
+
selectActionValue: ''
|
|
941
|
+
}, {
|
|
942
|
+
columnComment: '实际租赁地址',
|
|
943
|
+
columnName: 'lease_address',
|
|
944
|
+
columnSize: 255,
|
|
945
|
+
columnType: 'varchar',
|
|
946
|
+
columnKeyType: 2,
|
|
947
|
+
columnKeyTypeEnum: {
|
|
948
|
+
code: 2,
|
|
949
|
+
name: '多行文本',
|
|
950
|
+
dbTypeName: 'text',
|
|
951
|
+
ordinal: 1
|
|
952
|
+
},
|
|
953
|
+
isRequired: 0,
|
|
954
|
+
defaultValue: '0',
|
|
955
|
+
defaultValueTypeEnum: {
|
|
956
|
+
code: 0,
|
|
957
|
+
name: '无',
|
|
958
|
+
ordinal: 0
|
|
959
|
+
},
|
|
960
|
+
fieldValidation: '',
|
|
961
|
+
fieldValidationType: '自定义',
|
|
962
|
+
guideWords: '请输入实际租赁地址',
|
|
963
|
+
searchType: 0,
|
|
964
|
+
searchTypeEnum: {
|
|
965
|
+
code: 0,
|
|
966
|
+
name: '不显示',
|
|
967
|
+
ordinal: 0
|
|
968
|
+
},
|
|
969
|
+
showAddType: 1,
|
|
970
|
+
showListType: 1,
|
|
971
|
+
showUpdateType: 1,
|
|
972
|
+
showViewType: 1,
|
|
973
|
+
joinColumn: '',
|
|
974
|
+
joinTable: '',
|
|
975
|
+
selectActionType: 0,
|
|
976
|
+
selectActionTypeEnum: {
|
|
977
|
+
code: 0,
|
|
978
|
+
name: '无',
|
|
979
|
+
action: '',
|
|
980
|
+
label: '',
|
|
981
|
+
key: '',
|
|
982
|
+
ordinal: 0
|
|
983
|
+
}
|
|
984
|
+
}, {
|
|
985
|
+
columnComment: '公司定位',
|
|
986
|
+
columnName: 'positioning',
|
|
987
|
+
columnSize: 200,
|
|
988
|
+
columnType: 'varchar',
|
|
989
|
+
columnKeyType: 39,
|
|
990
|
+
columnKeyTypeEnum: {
|
|
991
|
+
code: 39,
|
|
992
|
+
name: '定位',
|
|
993
|
+
dbTypeName: 'varchar',
|
|
994
|
+
ordinal: 26
|
|
995
|
+
},
|
|
996
|
+
isRequired: 0,
|
|
997
|
+
defaultValue: '',
|
|
998
|
+
defaultValueTypeEnum: {
|
|
999
|
+
code: 0,
|
|
1000
|
+
name: '无',
|
|
1001
|
+
ordinal: 0
|
|
1002
|
+
},
|
|
1003
|
+
fieldValidation: '',
|
|
1004
|
+
fieldValidationType: '自定义',
|
|
1005
|
+
fieldPrefix: '',
|
|
1006
|
+
fieldSuffix: '',
|
|
1007
|
+
guideWords: '请输入公司定位',
|
|
1008
|
+
searchType: 0,
|
|
1009
|
+
searchTypeEnum: {
|
|
1010
|
+
code: 0,
|
|
1011
|
+
name: '不显示',
|
|
1012
|
+
ordinal: 0
|
|
1013
|
+
},
|
|
1014
|
+
showAddType: 1,
|
|
1015
|
+
showListType: 0,
|
|
1016
|
+
showUpdateType: 1,
|
|
1017
|
+
showViewType: 1,
|
|
1018
|
+
joinColumn: '',
|
|
1019
|
+
joinTable: '',
|
|
1020
|
+
selectActionType: 0,
|
|
1021
|
+
selectActionTypeEnum: {
|
|
1022
|
+
code: 0,
|
|
1023
|
+
name: '无',
|
|
1024
|
+
action: '',
|
|
1025
|
+
label: '',
|
|
1026
|
+
key: '',
|
|
1027
|
+
ordinal: 0
|
|
1028
|
+
}
|
|
1029
|
+
}, {
|
|
1030
|
+
columnComment: '工商执照',
|
|
1031
|
+
columnName: 'commercial_license',
|
|
1032
|
+
columnSize: 200,
|
|
1033
|
+
columnType: 'varchar',
|
|
1034
|
+
columnKeyType: 4,
|
|
1035
|
+
columnKeyTypeEnum: {
|
|
1036
|
+
code: 4,
|
|
1037
|
+
name: '单选框',
|
|
1038
|
+
dbTypeName: 'varchar',
|
|
1039
|
+
ordinal: 12
|
|
1040
|
+
},
|
|
1041
|
+
isRequired: 0,
|
|
1042
|
+
defaultValue: '未办理',
|
|
1043
|
+
defaultValueTypeEnum: {
|
|
1044
|
+
code: 1,
|
|
1045
|
+
name: '自定义',
|
|
1046
|
+
ordinal: 1
|
|
1047
|
+
},
|
|
1048
|
+
fieldValidation: '',
|
|
1049
|
+
fieldValidationType: '',
|
|
1050
|
+
fieldSuffix: '',
|
|
1051
|
+
guideWords: '请输入工商执照',
|
|
1052
|
+
searchType: 0,
|
|
1053
|
+
searchTypeEnum: {
|
|
1054
|
+
code: 0,
|
|
1055
|
+
name: '不显示',
|
|
1056
|
+
ordinal: 0
|
|
1057
|
+
},
|
|
1058
|
+
showAddType: 1,
|
|
1059
|
+
showListType: 0,
|
|
1060
|
+
showUpdateType: 1,
|
|
1061
|
+
showViewType: 1,
|
|
1062
|
+
joinColumn: '',
|
|
1063
|
+
joinTable: '',
|
|
1064
|
+
linkageTableColumn: '',
|
|
1065
|
+
selectAction: '/dynamicFormTable/listColumnOptionByColumnId/1018148447234166784',
|
|
1066
|
+
selectActionLabel: 'optionName',
|
|
1067
|
+
selectActionLabelArr: ['optionName'],
|
|
1068
|
+
selectActionType: 1,
|
|
1069
|
+
selectActionTypeEnum: {
|
|
1070
|
+
code: 1,
|
|
1071
|
+
name: '自定义',
|
|
1072
|
+
action: '/dynamicFormTable/listColumnOptionByColumnId/{columnId}',
|
|
1073
|
+
label: 'optionName',
|
|
1074
|
+
key: 'optionValue',
|
|
1075
|
+
ordinal: 1
|
|
1076
|
+
},
|
|
1077
|
+
selectActionValue: 'optionName',
|
|
1078
|
+
columnOptionList: [{
|
|
1079
|
+
id: '1057621907609882624',
|
|
1080
|
+
gmtCreate: '2024-11-23 08:52:58',
|
|
1081
|
+
gmtModified: '2024-11-23 08:52:58',
|
|
1082
|
+
fkColumnId: '1018148447234166784',
|
|
1083
|
+
fkTableId: '1018146856456294400',
|
|
1084
|
+
optionName: '已办理',
|
|
1085
|
+
optionValue: '已办理',
|
|
1086
|
+
isDefault: 0,
|
|
1087
|
+
sortCode: 1,
|
|
1088
|
+
linkageShowColumns: '',
|
|
1089
|
+
linkageShowColumnsArr: []
|
|
1090
|
+
}, {
|
|
1091
|
+
id: '1057621907685380096',
|
|
1092
|
+
gmtCreate: '2024-11-23 08:52:58',
|
|
1093
|
+
gmtModified: '2024-11-23 08:52:58',
|
|
1094
|
+
fkColumnId: '1018148447234166784',
|
|
1095
|
+
fkTableId: '1018146856456294400',
|
|
1096
|
+
optionName: '未办理',
|
|
1097
|
+
optionValue: '未办理',
|
|
1098
|
+
isDefault: 1,
|
|
1099
|
+
sortCode: 2,
|
|
1100
|
+
linkageShowColumns: '',
|
|
1101
|
+
linkageShowColumnsArr: []
|
|
1102
|
+
}]
|
|
1103
|
+
}, {
|
|
1104
|
+
columnComment: '银行税务',
|
|
1105
|
+
columnName: 'bank_tax',
|
|
1106
|
+
columnSize: 200,
|
|
1107
|
+
columnType: 'varchar',
|
|
1108
|
+
columnKeyType: 4,
|
|
1109
|
+
columnKeyTypeEnum: {
|
|
1110
|
+
code: 4,
|
|
1111
|
+
name: '单选框',
|
|
1112
|
+
dbTypeName: 'varchar',
|
|
1113
|
+
ordinal: 12
|
|
1114
|
+
},
|
|
1115
|
+
isRequired: 0,
|
|
1116
|
+
defaultValue: '未办理',
|
|
1117
|
+
defaultValueTypeEnum: {
|
|
1118
|
+
code: 1,
|
|
1119
|
+
name: '自定义',
|
|
1120
|
+
ordinal: 1
|
|
1121
|
+
},
|
|
1122
|
+
fieldValidation: '',
|
|
1123
|
+
fieldValidationType: '',
|
|
1124
|
+
fieldSuffix: '',
|
|
1125
|
+
guideWords: '请输入银行税务',
|
|
1126
|
+
searchType: 0,
|
|
1127
|
+
searchTypeEnum: {
|
|
1128
|
+
code: 0,
|
|
1129
|
+
name: '不显示',
|
|
1130
|
+
ordinal: 0
|
|
1131
|
+
},
|
|
1132
|
+
showAddType: 1,
|
|
1133
|
+
showListType: 0,
|
|
1134
|
+
showUpdateType: 1,
|
|
1135
|
+
showViewType: 1,
|
|
1136
|
+
joinColumn: '',
|
|
1137
|
+
joinTable: '',
|
|
1138
|
+
linkageTableColumn: '',
|
|
1139
|
+
selectAction: '/dynamicFormTable/listColumnOptionByColumnId/1018148447301275648',
|
|
1140
|
+
selectActionLabel: 'optionName',
|
|
1141
|
+
selectActionLabelArr: ['optionName'],
|
|
1142
|
+
selectActionType: 1,
|
|
1143
|
+
selectActionTypeEnum: {
|
|
1144
|
+
code: 1,
|
|
1145
|
+
name: '自定义',
|
|
1146
|
+
action: '/dynamicFormTable/listColumnOptionByColumnId/{columnId}',
|
|
1147
|
+
label: 'optionName',
|
|
1148
|
+
key: 'optionValue',
|
|
1149
|
+
ordinal: 1
|
|
1150
|
+
},
|
|
1151
|
+
selectActionValue: 'optionName',
|
|
1152
|
+
columnOptionList: [{
|
|
1153
|
+
id: '1057621909824475136',
|
|
1154
|
+
gmtCreate: '2024-11-23 08:52:59',
|
|
1155
|
+
gmtModified: '2024-11-23 08:52:59',
|
|
1156
|
+
fkColumnId: '1018148447301275648',
|
|
1157
|
+
fkTableId: '1018146856456294400',
|
|
1158
|
+
optionName: '已办理',
|
|
1159
|
+
optionValue: '已办理',
|
|
1160
|
+
isDefault: 0,
|
|
1161
|
+
sortCode: 1,
|
|
1162
|
+
linkageShowColumns: '',
|
|
1163
|
+
linkageShowColumnsArr: []
|
|
1164
|
+
}, {
|
|
1165
|
+
id: '1057621909904166912',
|
|
1166
|
+
gmtCreate: '2024-11-23 08:52:59',
|
|
1167
|
+
gmtModified: '2024-11-23 08:52:59',
|
|
1168
|
+
fkColumnId: '1018148447301275648',
|
|
1169
|
+
fkTableId: '1018146856456294400',
|
|
1170
|
+
optionName: '未办理',
|
|
1171
|
+
optionValue: '未办理',
|
|
1172
|
+
isDefault: 1,
|
|
1173
|
+
sortCode: 2,
|
|
1174
|
+
linkageShowColumns: '',
|
|
1175
|
+
linkageShowColumnsArr: []
|
|
1176
|
+
}]
|
|
1177
|
+
}, {
|
|
1178
|
+
columnComment: '公积金',
|
|
1179
|
+
columnName: 'accumulation_fund',
|
|
1180
|
+
columnSize: 200,
|
|
1181
|
+
columnType: 'varchar',
|
|
1182
|
+
columnKeyType: 4,
|
|
1183
|
+
columnKeyTypeEnum: {
|
|
1184
|
+
code: 4,
|
|
1185
|
+
name: '单选框',
|
|
1186
|
+
dbTypeName: 'varchar',
|
|
1187
|
+
ordinal: 12
|
|
1188
|
+
},
|
|
1189
|
+
isRequired: 0,
|
|
1190
|
+
defaultValue: '未办理',
|
|
1191
|
+
defaultValueTypeEnum: {
|
|
1192
|
+
code: 1,
|
|
1193
|
+
name: '自定义',
|
|
1194
|
+
ordinal: 1
|
|
1195
|
+
},
|
|
1196
|
+
fieldValidation: '',
|
|
1197
|
+
fieldValidationType: '',
|
|
1198
|
+
fieldSuffix: '',
|
|
1199
|
+
guideWords: '请输入公积金',
|
|
1200
|
+
searchType: 0,
|
|
1201
|
+
searchTypeEnum: {
|
|
1202
|
+
code: 0,
|
|
1203
|
+
name: '不显示',
|
|
1204
|
+
ordinal: 0
|
|
1205
|
+
},
|
|
1206
|
+
showAddType: 1,
|
|
1207
|
+
showListType: 0,
|
|
1208
|
+
showUpdateType: 1,
|
|
1209
|
+
showViewType: 1,
|
|
1210
|
+
joinColumn: '',
|
|
1211
|
+
joinTable: '',
|
|
1212
|
+
linkageTableColumn: '',
|
|
1213
|
+
selectAction: '/dynamicFormTable/listColumnOptionByColumnId/1018148447364190208',
|
|
1214
|
+
selectActionLabel: 'optionName',
|
|
1215
|
+
selectActionLabelArr: ['optionName'],
|
|
1216
|
+
selectActionType: 1,
|
|
1217
|
+
selectActionTypeEnum: {
|
|
1218
|
+
code: 1,
|
|
1219
|
+
name: '自定义',
|
|
1220
|
+
action: '/dynamicFormTable/listColumnOptionByColumnId/{columnId}',
|
|
1221
|
+
label: 'optionName',
|
|
1222
|
+
key: 'optionValue',
|
|
1223
|
+
ordinal: 1
|
|
1224
|
+
},
|
|
1225
|
+
selectActionValue: 'optionName',
|
|
1226
|
+
columnOptionList: [{
|
|
1227
|
+
id: '1057621912060039168',
|
|
1228
|
+
gmtCreate: '2024-11-23 08:52:59',
|
|
1229
|
+
gmtModified: '2024-11-23 08:52:59',
|
|
1230
|
+
fkColumnId: '1018148447364190208',
|
|
1231
|
+
fkTableId: '1018146856456294400',
|
|
1232
|
+
optionName: '已办理',
|
|
1233
|
+
optionValue: '已办理',
|
|
1234
|
+
isDefault: 0,
|
|
1235
|
+
sortCode: 1,
|
|
1236
|
+
linkageShowColumns: '',
|
|
1237
|
+
linkageShowColumnsArr: []
|
|
1238
|
+
}, {
|
|
1239
|
+
id: '1057621912135536640',
|
|
1240
|
+
gmtCreate: '2024-11-23 08:52:59',
|
|
1241
|
+
gmtModified: '2024-11-23 08:52:59',
|
|
1242
|
+
fkColumnId: '1018148447364190208',
|
|
1243
|
+
fkTableId: '1018146856456294400',
|
|
1244
|
+
optionName: '未办理',
|
|
1245
|
+
optionValue: '未办理',
|
|
1246
|
+
isDefault: 1,
|
|
1247
|
+
sortCode: 2,
|
|
1248
|
+
linkageShowColumns: '',
|
|
1249
|
+
linkageShowColumnsArr: []
|
|
1250
|
+
}]
|
|
1251
|
+
}, {
|
|
1252
|
+
columnComment: '社保',
|
|
1253
|
+
columnName: 'social_security',
|
|
1254
|
+
columnSize: 200,
|
|
1255
|
+
columnType: 'varchar',
|
|
1256
|
+
columnKeyType: 4,
|
|
1257
|
+
columnKeyTypeEnum: {
|
|
1258
|
+
code: 4,
|
|
1259
|
+
name: '单选框',
|
|
1260
|
+
dbTypeName: 'varchar',
|
|
1261
|
+
ordinal: 12
|
|
1262
|
+
},
|
|
1263
|
+
isRequired: 0,
|
|
1264
|
+
defaultValue: '未办理',
|
|
1265
|
+
defaultValueTypeEnum: {
|
|
1266
|
+
code: 1,
|
|
1267
|
+
name: '自定义',
|
|
1268
|
+
ordinal: 1
|
|
1269
|
+
},
|
|
1270
|
+
fieldValidation: '',
|
|
1271
|
+
fieldValidationType: '',
|
|
1272
|
+
fieldSuffix: '',
|
|
1273
|
+
guideWords: '请输入社保',
|
|
1274
|
+
searchType: 0,
|
|
1275
|
+
searchTypeEnum: {
|
|
1276
|
+
code: 0,
|
|
1277
|
+
name: '不显示',
|
|
1278
|
+
ordinal: 0
|
|
1279
|
+
},
|
|
1280
|
+
showAddType: 1,
|
|
1281
|
+
showListType: 0,
|
|
1282
|
+
showUpdateType: 1,
|
|
1283
|
+
showViewType: 1,
|
|
1284
|
+
joinColumn: '',
|
|
1285
|
+
joinTable: '',
|
|
1286
|
+
linkageTableColumn: '',
|
|
1287
|
+
selectAction: '/dynamicFormTable/listColumnOptionByColumnId/1018148447431299072',
|
|
1288
|
+
selectActionLabel: 'optionName',
|
|
1289
|
+
selectActionLabelArr: ['optionName'],
|
|
1290
|
+
selectActionType: 1,
|
|
1291
|
+
selectActionTypeEnum: {
|
|
1292
|
+
code: 1,
|
|
1293
|
+
name: '自定义',
|
|
1294
|
+
action: '/dynamicFormTable/listColumnOptionByColumnId/{columnId}',
|
|
1295
|
+
label: 'optionName',
|
|
1296
|
+
key: 'optionValue',
|
|
1297
|
+
ordinal: 1
|
|
1298
|
+
},
|
|
1299
|
+
selectActionValue: 'optionName',
|
|
1300
|
+
columnOptionList: [{
|
|
1301
|
+
id: '1057621914287214592',
|
|
1302
|
+
gmtCreate: '2024-11-23 08:53:00',
|
|
1303
|
+
gmtModified: '2024-11-23 08:53:00',
|
|
1304
|
+
fkColumnId: '1018148447431299072',
|
|
1305
|
+
fkTableId: '1018146856456294400',
|
|
1306
|
+
optionName: '已办理',
|
|
1307
|
+
optionValue: '已办理',
|
|
1308
|
+
isDefault: 0,
|
|
1309
|
+
sortCode: 1,
|
|
1310
|
+
linkageShowColumns: '',
|
|
1311
|
+
linkageShowColumnsArr: []
|
|
1312
|
+
}, {
|
|
1313
|
+
id: '1057621914366906368',
|
|
1314
|
+
gmtCreate: '2024-11-23 08:53:00',
|
|
1315
|
+
gmtModified: '2024-11-23 08:53:00',
|
|
1316
|
+
fkColumnId: '1018148447431299072',
|
|
1317
|
+
fkTableId: '1018146856456294400',
|
|
1318
|
+
optionName: '未办理',
|
|
1319
|
+
optionValue: '未办理',
|
|
1320
|
+
isDefault: 1,
|
|
1321
|
+
sortCode: 2,
|
|
1322
|
+
linkageShowColumns: '',
|
|
1323
|
+
linkageShowColumnsArr: []
|
|
1324
|
+
}]
|
|
1325
|
+
}, {
|
|
1326
|
+
columnComment: '公积金缴纳账号',
|
|
1327
|
+
columnName: 'accumulation_fund_account',
|
|
1328
|
+
columnSize: 20,
|
|
1329
|
+
columnType: 'int',
|
|
1330
|
+
columnKeyType: 3,
|
|
1331
|
+
columnKeyTypeEnum: {
|
|
1332
|
+
code: 3,
|
|
1333
|
+
name: '整数',
|
|
1334
|
+
dbTypeName: 'int',
|
|
1335
|
+
ordinal: 2
|
|
1336
|
+
},
|
|
1337
|
+
isRequired: 0,
|
|
1338
|
+
defaultValue: '',
|
|
1339
|
+
defaultValueTypeEnum: {
|
|
1340
|
+
code: 0,
|
|
1341
|
+
name: '无',
|
|
1342
|
+
ordinal: 0
|
|
1343
|
+
},
|
|
1344
|
+
fieldValidation: '',
|
|
1345
|
+
fieldValidationType: '整数',
|
|
1346
|
+
fieldPrefix: '',
|
|
1347
|
+
fieldSuffix: '',
|
|
1348
|
+
guideWords: '请输入公积金缴纳账号',
|
|
1349
|
+
searchType: 0,
|
|
1350
|
+
searchTypeEnum: {
|
|
1351
|
+
code: 0,
|
|
1352
|
+
name: '不显示',
|
|
1353
|
+
ordinal: 0
|
|
1354
|
+
},
|
|
1355
|
+
showAddType: 1,
|
|
1356
|
+
showListType: 1,
|
|
1357
|
+
showUpdateType: 1,
|
|
1358
|
+
showViewType: 1,
|
|
1359
|
+
joinColumn: '',
|
|
1360
|
+
joinTable: '',
|
|
1361
|
+
linkageTableColumn: '',
|
|
1362
|
+
selectAction: '',
|
|
1363
|
+
selectActionLabel: '',
|
|
1364
|
+
selectActionLabelArr: [],
|
|
1365
|
+
selectActionType: 0,
|
|
1366
|
+
selectActionTypeEnum: {
|
|
1367
|
+
code: 0,
|
|
1368
|
+
name: '无',
|
|
1369
|
+
action: '',
|
|
1370
|
+
label: '',
|
|
1371
|
+
key: '',
|
|
1372
|
+
ordinal: 0
|
|
1373
|
+
},
|
|
1374
|
+
selectActionValue: ''
|
|
1375
|
+
}, {
|
|
1376
|
+
columnComment: '社保缴纳账号',
|
|
1377
|
+
columnName: 'social_security_account',
|
|
1378
|
+
columnSize: 20,
|
|
1379
|
+
columnType: 'int',
|
|
1380
|
+
columnKeyType: 3,
|
|
1381
|
+
columnKeyTypeEnum: {
|
|
1382
|
+
code: 3,
|
|
1383
|
+
name: '整数',
|
|
1384
|
+
dbTypeName: 'int',
|
|
1385
|
+
ordinal: 2
|
|
1386
|
+
},
|
|
1387
|
+
isRequired: 0,
|
|
1388
|
+
defaultValue: '',
|
|
1389
|
+
defaultValueTypeEnum: {
|
|
1390
|
+
code: 0,
|
|
1391
|
+
name: '无',
|
|
1392
|
+
ordinal: 0
|
|
1393
|
+
},
|
|
1394
|
+
fieldValidation: '',
|
|
1395
|
+
fieldValidationType: '整数',
|
|
1396
|
+
fieldPrefix: '',
|
|
1397
|
+
fieldSuffix: '',
|
|
1398
|
+
guideWords: '请输入社保缴纳账号',
|
|
1399
|
+
searchType: 0,
|
|
1400
|
+
searchTypeEnum: {
|
|
1401
|
+
code: 0,
|
|
1402
|
+
name: '不显示',
|
|
1403
|
+
ordinal: 0
|
|
1404
|
+
},
|
|
1405
|
+
showAddType: 1,
|
|
1406
|
+
showListType: 1,
|
|
1407
|
+
showUpdateType: 1,
|
|
1408
|
+
showViewType: 1,
|
|
1409
|
+
joinColumn: '',
|
|
1410
|
+
joinTable: '',
|
|
1411
|
+
linkageTableColumn: '',
|
|
1412
|
+
selectActionType: 0,
|
|
1413
|
+
selectActionTypeEnum: {
|
|
1414
|
+
code: 0,
|
|
1415
|
+
name: '无',
|
|
1416
|
+
action: '',
|
|
1417
|
+
label: '',
|
|
1418
|
+
key: '',
|
|
1419
|
+
ordinal: 0
|
|
1420
|
+
}
|
|
1421
|
+
}, {
|
|
1422
|
+
columnComment: '公司附件',
|
|
1423
|
+
columnName: 'attachments',
|
|
1424
|
+
columnSize: 500,
|
|
1425
|
+
columnType: 'varchar',
|
|
1426
|
+
columnKeyType: 16,
|
|
1427
|
+
columnKeyTypeEnum: {
|
|
1428
|
+
code: 16,
|
|
1429
|
+
name: '附件',
|
|
1430
|
+
dbTypeName: 'varchar',
|
|
1431
|
+
ordinal: 23
|
|
1432
|
+
},
|
|
1433
|
+
isRequired: 0,
|
|
1434
|
+
defaultValue: '0',
|
|
1435
|
+
defaultValueTypeEnum: {
|
|
1436
|
+
code: 0,
|
|
1437
|
+
name: '无',
|
|
1438
|
+
ordinal: 0
|
|
1439
|
+
},
|
|
1440
|
+
fieldValidation: '',
|
|
1441
|
+
fieldValidationType: '自定义',
|
|
1442
|
+
fieldPrefix: '',
|
|
1443
|
+
fieldSuffix: '',
|
|
1444
|
+
guideWords: '请输入公司附件',
|
|
1445
|
+
searchType: 0,
|
|
1446
|
+
searchTypeEnum: {
|
|
1447
|
+
code: 0,
|
|
1448
|
+
name: '不显示',
|
|
1449
|
+
ordinal: 0
|
|
1450
|
+
},
|
|
1451
|
+
showAddType: 1,
|
|
1452
|
+
showListType: 0,
|
|
1453
|
+
showUpdateType: 1,
|
|
1454
|
+
showViewType: 1,
|
|
1455
|
+
joinColumn: '',
|
|
1456
|
+
joinTable: '',
|
|
1457
|
+
selectActionType: 0,
|
|
1458
|
+
selectActionTypeEnum: {
|
|
1459
|
+
code: 0,
|
|
1460
|
+
name: '无',
|
|
1461
|
+
action: '',
|
|
1462
|
+
label: '',
|
|
1463
|
+
key: '',
|
|
1464
|
+
ordinal: 0
|
|
1465
|
+
}
|
|
1466
|
+
}, {
|
|
1467
|
+
columnComment: '备注',
|
|
1468
|
+
columnName: 'memo',
|
|
1469
|
+
columnSize: 500,
|
|
1470
|
+
columnType: 'varchar',
|
|
1471
|
+
columnKeyType: 2,
|
|
1472
|
+
columnKeyTypeEnum: {
|
|
1473
|
+
code: 2,
|
|
1474
|
+
name: '多行文本',
|
|
1475
|
+
dbTypeName: 'text',
|
|
1476
|
+
ordinal: 1
|
|
1477
|
+
},
|
|
1478
|
+
isRequired: 0,
|
|
1479
|
+
defaultValue: '0',
|
|
1480
|
+
defaultValueTypeEnum: {
|
|
1481
|
+
code: 0,
|
|
1482
|
+
name: '无',
|
|
1483
|
+
ordinal: 0
|
|
1484
|
+
},
|
|
1485
|
+
fieldValidation: '',
|
|
1486
|
+
fieldValidationType: '自定义',
|
|
1487
|
+
guideWords: '请输入备注',
|
|
1488
|
+
searchType: 0,
|
|
1489
|
+
searchTypeEnum: {
|
|
1490
|
+
code: 0,
|
|
1491
|
+
name: '不显示',
|
|
1492
|
+
ordinal: 0
|
|
1493
|
+
},
|
|
1494
|
+
showAddType: 1,
|
|
1495
|
+
showListType: 0,
|
|
1496
|
+
showUpdateType: 1,
|
|
1497
|
+
showViewType: 1,
|
|
1498
|
+
joinColumn: '',
|
|
1499
|
+
joinTable: '',
|
|
1500
|
+
selectActionType: 0,
|
|
1501
|
+
selectActionTypeEnum: {
|
|
1502
|
+
code: 0,
|
|
1503
|
+
name: '无',
|
|
1504
|
+
action: '',
|
|
1505
|
+
label: '',
|
|
1506
|
+
key: '',
|
|
1507
|
+
ordinal: 0
|
|
1508
|
+
}
|
|
1509
|
+
}];
|
|
1510
|
+
// 筛选字段(去除按钮类型和自动生成的类型)
|
|
1511
|
+
dataList = dataList ? dataList.filter(function (item) {
|
|
1512
|
+
return item.columnKeyType !== DYNAMIC_COLUMN_DATA_TYPE_BUTTON.code && item.columnKeyType !== DYNAMIC_COLUMN_DATA_TYPE_AUTO.code && item.columnComment !== '乐观锁' && item.columnComment !== '是否删除';
|
|
1513
|
+
}) : [];
|
|
1514
|
+
console.log('dataList', dataList);
|
|
1515
|
+
var renderFormTypeContent = function renderFormTypeContent(data) {
|
|
1516
|
+
switch (data.columnKeyType) {
|
|
1517
|
+
// 输入框
|
|
1518
|
+
case DYNAMIC_COLUMN_DATA_TYPE_TEXT.code:
|
|
1519
|
+
case DYNAMIC_COLUMN_DATA_TYPE_TEXTAREA.code:
|
|
1520
|
+
case DYNAMIC_COLUMN_DATA_TYPE_INT.code:
|
|
1521
|
+
case DYNAMIC_COLUMN_DATA_TYPE_MOBILE.code:
|
|
1522
|
+
case DYNAMIC_COLUMN_DATA_TYPE_NUMBER.code:
|
|
1523
|
+
case DYNAMIC_COLUMN_DATA_TYPE_ID_CARD.code:
|
|
1524
|
+
case DYNAMIC_COLUMN_DATA_TYPE_EMAIL.code:
|
|
1525
|
+
case DYNAMIC_COLUMN_DATA_TYPE_LABEL.code:
|
|
1526
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
1527
|
+
style: {
|
|
1528
|
+
width: '100%',
|
|
1529
|
+
display: 'flex'
|
|
1530
|
+
}
|
|
1531
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1532
|
+
style: {
|
|
1533
|
+
color: '#999'
|
|
1534
|
+
}
|
|
1535
|
+
}, data.guideWords), /*#__PURE__*/React.createElement("img", {
|
|
1536
|
+
style: {
|
|
1537
|
+
width: '15px'
|
|
1538
|
+
},
|
|
1539
|
+
src: arrowRight,
|
|
1540
|
+
alt: ""
|
|
1541
|
+
}));
|
|
1542
|
+
case DYNAMIC_COLUMN_DATA_TYPE_RADIO.code:
|
|
1543
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_Radio.Group, null, data.columnOptionList ? data.columnOptionList.map(function (item) {
|
|
1544
|
+
return /*#__PURE__*/React.createElement(_Radio, {
|
|
1545
|
+
id: item.optionName,
|
|
1546
|
+
value: item.optionValue
|
|
1547
|
+
}, item.optionName);
|
|
1548
|
+
}) : /*#__PURE__*/React.createElement("div", null)));
|
|
1549
|
+
default:
|
|
1550
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
1551
|
+
style: {
|
|
1552
|
+
width: '100%',
|
|
1553
|
+
display: 'flex'
|
|
1554
|
+
}
|
|
1555
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1556
|
+
style: {
|
|
1557
|
+
color: '#999'
|
|
1558
|
+
}
|
|
1559
|
+
}, data.guideWords), /*#__PURE__*/React.createElement("img", {
|
|
1560
|
+
style: {
|
|
1561
|
+
width: '15px'
|
|
1562
|
+
},
|
|
1563
|
+
src: arrowRight,
|
|
1564
|
+
alt: ""
|
|
1565
|
+
}));
|
|
1566
|
+
}
|
|
1567
|
+
};
|
|
1568
|
+
return /*#__PURE__*/React.createElement(_Form, _extends({
|
|
1569
|
+
className: "form__panel",
|
|
1570
|
+
isPreview: "false"
|
|
1571
|
+
}, _otherProps), dataList ? dataList.map(function (item, index) {
|
|
1572
|
+
var labelAlign = item.columnKeyTypeEnum.name === '图片' || item.columnKeyTypeEnum.name === '多行文本' ? 'top' : 'left';
|
|
1573
|
+
var isFlexStyle = labelAlign === 'top' ? {} : {
|
|
1574
|
+
display: 'flex'
|
|
1575
|
+
};
|
|
1576
|
+
return /*#__PURE__*/React.createElement(FormItem, {
|
|
1577
|
+
key: index,
|
|
1578
|
+
label: item.columnComment,
|
|
1579
|
+
labelAlign: labelAlign,
|
|
1580
|
+
style: isFlexStyle
|
|
1581
|
+
}, /*#__PURE__*/React.cloneElement(renderFormTypeContent(item)));
|
|
1582
|
+
}) : /*#__PURE__*/React.createElement("div", null, "\u6682\u65E0\u8868\u5355\u9879"), /*#__PURE__*/React.createElement(FormItem, {
|
|
1583
|
+
label: " ",
|
|
1584
|
+
style: {
|
|
1585
|
+
width: '100%'
|
|
1586
|
+
}
|
|
1587
|
+
}, /*#__PURE__*/React.createElement(_Form.Submit, {
|
|
1588
|
+
style: {
|
|
1589
|
+
width: '100%'
|
|
1590
|
+
},
|
|
1591
|
+
type: "primary",
|
|
1592
|
+
validate: true
|
|
1593
|
+
}, "\u63D0\u4EA4")));
|
|
1594
|
+
};
|
|
1595
|
+
Form.displayName = 'Form';
|
|
1596
|
+
export default Form;
|