| | |
| | | <script setup name="selPumpCatalog"> |
| | | import { reactive } from "vue"; |
| | | import { ElRadioGroup, ElRadioButton, ElCheckbox } from 'element-plus'; |
| | | import { useSelect } from '/@/store/select.js'; |
| | | import ConstParas from "/@/utils/constParas"; |
| | | import Utils from "/@/utils/utils"; |
| | | import SelectByCorpFlag from "/@/utils/selectByCorpFlag"; |
| | | import defaultImgUrl from '/@/views/assets/img_fail.png'; |
| | | import { useSelect } from '@/stores/select'; |
| | | import ConstParas from "@/utils/constParas"; |
| | | import Utils from "@/utils/utils"; |
| | | import SelectByCorpFlag from "@/utils/selectByCorpFlag.js"; |
| | | import defaultImgUrl from '@/assets/img_fail.png'; |
| | | import { useI18n } from 'vue-i18n'; |
| | | import noneImg from '/@/views/assets/none_img.png' |
| | | import noneImg from '@/assets/none_img.png' |
| | | const { t } = useI18n() |
| | | const selectStore = useSelect() |
| | | let state = reactive({ |
| | | m_currentCorpFlag: window.globalConfig.CorpInfo.CorpFlag, |
| | | m_currentCorpFlag: 'DESMI', |
| | | m_selSeriesMethod: { |
| | | current: 0, //0 类型 |
| | | byCatalog: { |
| | |
| | | let ThumbnailImage = noneImg |
| | | if (catalog_info.ThumbnailImage == "" && seriesItem.ThumbnailImage != "") { |
| | | // console.log(catalog_info.ThumbnailImage, seriesItem.ThumbnailImage,362) |
| | | ThumbnailImage = window.globalConfig.WebApiUrl.FileUrl + 'Data/' + seriesItem.ThumbnailImage; |
| | | ThumbnailImage = window.globalConfig.WebApiUrl.FileUrl + 'Data/'+ seriesItem.ThumbnailImage; |
| | | } |
| | | catalog_info.ThumbnailImage = ThumbnailImage |
| | | catalog_info.SeriesIDs.push(seriesItem.ID); |