|
@@ -41,149 +41,235 @@
|
|
|
</div>
|
|
|
<div class="search">
|
|
|
<input class="keyword" v-model.trim="params.keyword" type="text" placeholder="请输入商品名称(商铺内商品)">
|
|
|
- <a class="searchBtn icon mIcon" href="javascript:void(0);" @click="supplierSearch()" @keyup="keyupSearch()"></a>
|
|
|
+ <a class="searchBtn icon mIcon" href="javascript:void(0);" @click="supplierSearch" @keyup="keyupSearch"></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="supplierInfo">
|
|
|
<div class="tabTit">
|
|
|
- <span class="on">产品展示</span>
|
|
|
- <span>公司介绍</span>
|
|
|
+ <span @click="handleTabClick(1)" :class="handleTabIndex === 1 ? 'on' : ''">商品展示</span>
|
|
|
+ <span @click="handleTabClick(2)" :class="handleTabIndex === 2 ? 'on' : ''">公司介绍</span>
|
|
|
<a v-if="!isPC" class="showSearch" href="javascript:void(0);">商铺内搜索</a>
|
|
|
</div>
|
|
|
+ <div class="shop-tabsItem clear" v-if="handleTabIndex === 1 && shopCategory.length > 0">
|
|
|
+ <a href="javascript:void(0)"
|
|
|
+ class="tabs-list"
|
|
|
+ :class="choiceIndex === '' ? 'active' : ''"
|
|
|
+ @click="handleChangeAll">全部</a>
|
|
|
+ <a class="tabs-list"
|
|
|
+ :class="choiceIndex === index ? 'active' : ''"
|
|
|
+ v-for="(category,index) in shopCategory"
|
|
|
+ :key="index"
|
|
|
+ href="javascript:void(0)"
|
|
|
+ :title="category.category"
|
|
|
+ @click="handleCategory(category, index)"
|
|
|
+ v-html="category.category">
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
<div class="tabCon">
|
|
|
- <div class="item productBox">
|
|
|
- <template v-for="(floor,index) in floorData">
|
|
|
- <div v-if="(floor.type === 1 && floor.productList.length > 0) || floor.type === 2" class="part">
|
|
|
- <div class="title" v-html="floor.title" :id="floor.type === 2 ? 'supProduct' : ''"></div>
|
|
|
- <!--主推商品列表-->
|
|
|
- <ul class="productList clear mfw" v-if="floor.productList.length > 0">
|
|
|
- <li class="productItem " v-for="p in floor.productList">
|
|
|
- <a class="image" :href="'/product-'+p.productId+'.html'">
|
|
|
- <div class="page_main_type" v-if="p.productType == 2">医疗器械</div>
|
|
|
- <img src="/img/base/placeholder.png" :data-original="p.image" :alt="p.name">
|
|
|
- <p class="name" v-html="addhtml + p.name" v-if="p.beautyActFlag==1"></p>
|
|
|
- <p class="name" v-html="p.name" v-else></p>
|
|
|
- <div class="price">
|
|
|
- <!--已登录-->
|
|
|
- <template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID > 0">
|
|
|
- <!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
- <div class="price_text_tag">
|
|
|
- <p class="couponTag" v-if="p.couponsLogo">优惠券</p>
|
|
|
- <template v-if="p.svipProductFlag === 1">
|
|
|
- <div class="svip-tag">
|
|
|
- <div class="svip-icon">SVIP</div>
|
|
|
- <div class="svip-price" v-if="showVipPriceTag(p)">
|
|
|
- <span>¥</span><span v-html="p.svipPriceTag"></span>
|
|
|
- </div>
|
|
|
+ <template v-if="handleTabIndex === 1">
|
|
|
+ <template v-if="!isShopAll">
|
|
|
+ <ul class="productList clear mfw" v-if="categoryProducts.length > 0">
|
|
|
+ <li class="productItem " v-for="p in categoryProducts">
|
|
|
+ <a class="image" :href="'/product-'+p.productId+'.html'" target="_blank">
|
|
|
+ <div class="page_main_type" v-if="p.productType == 2">医疗器械</div>
|
|
|
+ <img :src="p.image" :alt="p.name">
|
|
|
+ <p class="name" v-html="addhtml + p.name" v-if="p.beautyActFlag==1"></p>
|
|
|
+ <p class="name" v-html="p.name" v-else></p>
|
|
|
+ <div class="price">
|
|
|
+ <!--已登录-->
|
|
|
+ <template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID > 0">
|
|
|
+ <!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="couponTag" v-if="p.couponsLogo">优惠券</p>
|
|
|
+ <template v-if="p.svipProductFlag === 1">
|
|
|
+ <div class="svip-tag">
|
|
|
+ <div class="svip-icon">SVIP</div>
|
|
|
+ <div class="svip-price" v-if="showVipPriceTag(p)">
|
|
|
+ <span>¥</span><span v-html="p.svipPriceTag"></span>
|
|
|
</div>
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <p class="listTag" v-if="p.actStatus==1">
|
|
|
- {{p.promotions.name}}
|
|
|
- <template v-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
|
|
|
- <span v-if="p.priceFlag != 1 && PromotionsFormat(p.promotions)">:¥{{p.price | NumFormat}}</span>
|
|
|
- </template>
|
|
|
- </p>
|
|
|
- </template>
|
|
|
- </div>
|
|
|
- <div class="main_price_unde" v-if="p.priceFlag == 1">¥价格未公开</div>
|
|
|
- <!--机构价仅会员可见 && 用户是普通机构-->
|
|
|
- <div class="main_price_unde" v-else-if="p.priceFlag==2 && GLOBAL_USER_IDENTITY === 4 && GLOBAL_VIP_FLAG!=1">¥会员可见</div>
|
|
|
- <!--仅医美机构可见-->
|
|
|
- <div class="main_price_unde" v-else-if="p.priceFlag==3 && (GLOBAL_CLUB_TYPE !=1)">
|
|
|
- ¥仅医美机构可见
|
|
|
- </div>
|
|
|
- <!--机构价格-->
|
|
|
- <template v-else-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
|
|
|
- <div class="main_price_show" :class="{none: PromotionsFormat(p.promotions) || (p.svipProductFlag === 1 && showVipPriceTag(p))}">
|
|
|
- ¥{{ (PromotionsFormat(p.promotions) || p.svipProductFlag == 1 ? p.originalPrice : p.price ) | NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
- <!--供应商除自己的商品外,也显示价格等级-->
|
|
|
- <div class="price_grade" v-else><span class="bold">¥</span><i :class="'icon mIcon i'+p.priceGrade"></i></div>
|
|
|
+ <template v-else>
|
|
|
+ <p class="listTag" v-if="p.actStatus==1">
|
|
|
+ {{p.promotions.name}}
|
|
|
+ <template v-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
|
|
|
+ <span v-if="p.priceFlag != 1 && PromotionsFormat(p.promotions)">:¥{{p.price | NumFormat}}</span>
|
|
|
+ </template>
|
|
|
+ </p>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde" v-if="p.priceFlag == 1">¥价格未公开</div>
|
|
|
+ <!--机构价仅会员可见 && 用户是普通机构-->
|
|
|
+ <div class="main_price_unde" v-else-if="p.priceFlag==2 && GLOBAL_USER_IDENTITY === 4 && GLOBAL_VIP_FLAG!=1">¥会员可见</div>
|
|
|
+ <!--仅医美机构可见-->
|
|
|
+ <div class="main_price_unde" v-else-if="p.priceFlag==3 && (GLOBAL_CLUB_TYPE !=1)">
|
|
|
+ ¥仅医美机构可见
|
|
|
+ </div>
|
|
|
+ <!--机构价格-->
|
|
|
+ <template v-else-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
|
|
|
+ <div class="main_price_show" :class="{none: PromotionsFormat(p.promotions) || (p.svipProductFlag === 1 && showVipPriceTag(p))}">
|
|
|
+ ¥{{ (PromotionsFormat(p.promotions) || p.svipProductFlag == 1 ? p.originalPrice : p.price ) | NumFormat }}
|
|
|
+ </div>
|
|
|
</template>
|
|
|
- <!--未登录-->
|
|
|
- <template v-else>
|
|
|
- <div class="price_text_tag ">
|
|
|
- <p class="couponTag" v-if="p.couponsLogo">优惠券</p>
|
|
|
- <template v-if="p.svipProductFlag === 1">
|
|
|
- <div class="svip-tag">
|
|
|
- <div class="svip-icon">SVIP</div>
|
|
|
+ <!--供应商除自己的商品外,也显示价格等级-->
|
|
|
+ <div class="price_grade" v-else><span class="bold">¥</span><i :class="'icon mIcon i'+p.priceGrade"></i></div>
|
|
|
+ </template>
|
|
|
+ <!--未登录-->
|
|
|
+ <template v-else>
|
|
|
+ <div class="price_text_tag ">
|
|
|
+ <p class="couponTag" v-if="p.couponsLogo">优惠券</p>
|
|
|
+ <template v-if="p.svipProductFlag === 1">
|
|
|
+ <div class="svip-tag">
|
|
|
+ <div class="svip-icon">SVIP</div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <p class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</p>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ <div class="price_grade "><span class="bold">¥</span><i :class="'icon mIcon i'+p.priceGrade"></i></div>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </template>
|
|
|
+ <div class="item productBox" v-else>
|
|
|
+ <template v-for="(floor,index) in floorData">
|
|
|
+ <div v-if="(floor.type === 1 && floor.productList.length > 0) || floor.type === 2" class="part">
|
|
|
+ <div class="title" v-html="floor.title" :id="floor.type === 2 ? 'supProduct' : ''"></div>
|
|
|
+ <!--主推商品列表-->
|
|
|
+ <ul class="productList clear mfw" v-if="floor.productList.length > 0">
|
|
|
+ <li class="productItem " v-for="p in floor.productList">
|
|
|
+ <a class="image" :href="'/product-'+p.productId+'.html'" target="_blank">
|
|
|
+ <div class="page_main_type" v-if="p.productType == 2">医疗器械</div>
|
|
|
+ <img src="/img/base/placeholder.png" :data-original="p.image" :alt="p.name">
|
|
|
+ <p class="name" v-html="addhtml + p.name" v-if="p.beautyActFlag==1"></p>
|
|
|
+ <p class="name" v-html="p.name" v-else></p>
|
|
|
+ <div class="price">
|
|
|
+ <!--已登录-->
|
|
|
+ <template v-if="GLOBAL_USER_ID && GLOBAL_USER_ID > 0">
|
|
|
+ <!--用户身份 0、个人 1、协销 2、会员机构 3、供应商 4,普通机构-->
|
|
|
+ <div class="price_text_tag">
|
|
|
+ <p class="couponTag" v-if="p.couponsLogo">优惠券</p>
|
|
|
+ <template v-if="p.svipProductFlag === 1">
|
|
|
+ <div class="svip-tag">
|
|
|
+ <div class="svip-icon">SVIP</div>
|
|
|
+ <div class="svip-price" v-if="showVipPriceTag(p)">
|
|
|
+ <span>¥</span><span v-html="p.svipPriceTag"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <p class="listTag" v-if="p.actStatus==1">
|
|
|
+ {{p.promotions.name}}
|
|
|
+ <template v-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
|
|
|
+ <span v-if="p.priceFlag != 1 && PromotionsFormat(p.promotions)">:¥{{p.price | NumFormat}}</span>
|
|
|
+ </template>
|
|
|
+ </p>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ <div class="main_price_unde" v-if="p.priceFlag == 1">¥价格未公开</div>
|
|
|
+ <!--机构价仅会员可见 && 用户是普通机构-->
|
|
|
+ <div class="main_price_unde" v-else-if="p.priceFlag==2 && GLOBAL_USER_IDENTITY === 4 && GLOBAL_VIP_FLAG!=1">¥会员可见</div>
|
|
|
+ <!--仅医美机构可见-->
|
|
|
+ <div class="main_price_unde" v-else-if="p.priceFlag==3 && (GLOBAL_CLUB_TYPE !=1)">
|
|
|
+ ¥仅医美机构可见
|
|
|
+ </div>
|
|
|
+ <!--机构价格-->
|
|
|
+ <template v-else-if="GLOBAL_USER_IDENTITY === 2 || (p.priceFlag === 0 && GLOBAL_USER_IDENTITY === 4) || (GLOBAL_USER_IDENTITY === 3 && p.shopId === GLOBAL_SHOP_ID) || GLOBAL_VIP_FLAG === 1">
|
|
|
+ <div class="main_price_show" :class="{none: PromotionsFormat(p.promotions) || (p.svipProductFlag === 1 && showVipPriceTag(p))}">
|
|
|
+ ¥{{ (PromotionsFormat(p.promotions) || p.svipProductFlag == 1 ? p.originalPrice : p.price ) | NumFormat }}
|
|
|
</div>
|
|
|
</template>
|
|
|
- <template v-else>
|
|
|
- <p class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</p>
|
|
|
- </template>
|
|
|
- </div>
|
|
|
- <div class="price_grade "><span class="bold">¥</span><i :class="'icon mIcon i'+p.priceGrade"></i></div>
|
|
|
- </template>
|
|
|
- </div>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <div v-else class="empty">
|
|
|
- <img src="/img/order/icon-dianpu.svg">
|
|
|
- <div class="msg">
|
|
|
- <p>该供应商暂未发布商品,去<a href="/">商城</a>,逛逛吧~</p>
|
|
|
+ <!--供应商除自己的商品外,也显示价格等级-->
|
|
|
+ <div class="price_grade" v-else><span class="bold">¥</span><i :class="'icon mIcon i'+p.priceGrade"></i></div>
|
|
|
+ </template>
|
|
|
+ <!--未登录-->
|
|
|
+ <template v-else>
|
|
|
+ <div class="price_text_tag ">
|
|
|
+ <p class="couponTag" v-if="p.couponsLogo">优惠券</p>
|
|
|
+ <template v-if="p.svipProductFlag === 1">
|
|
|
+ <div class="svip-tag">
|
|
|
+ <div class="svip-icon">SVIP</div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <p class="listTag" v-if="p.actStatus==1">{{p.promotions.name}}</p>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ <div class="price_grade "><span class="bold">¥</span><i :class="'icon mIcon i'+p.priceGrade"></i></div>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ <div v-else class="empty">
|
|
|
+ <img src="/img/order/icon-dianpu.svg">
|
|
|
+ <div class="msg">
|
|
|
+ <p>该供应商暂未发布商品,去<a href="/">商城</a>,逛逛吧~</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- </div>
|
|
|
- <div class="item infoBox">
|
|
|
- <div class="part">
|
|
|
- <div class="title">公司基本信息</div>
|
|
|
- <p><span class="l">公司</span>:<span th:text="${supplier.name}"></span></p>
|
|
|
- <p><span class="l">满意度</span>:<span><i v-for="i in 5" class="icon mIcon heart"></i></span></p>
|
|
|
- <p th:if="not${#strings.isEmpty(supplier.businessScopeArr)}"><span class="l">经营范围</span>:<span><em class="tag" th:each="bus: ${supplier.businessScopeArr}" th:text="${bus}"></em></span></p>
|
|
|
- </div>
|
|
|
- <div class="part" >
|
|
|
- <div class="title">公司介绍</div>
|
|
|
- <div class="cont" th:utext="${supplier.info}" th:if="not${#strings.isEmpty(supplier.info)}"></div>
|
|
|
- <div class="cont" th:if="${#strings.isEmpty(supplier.info)}">暂无</div>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
- <div class="part">
|
|
|
- <div class="title">主打系列产品说明</div>
|
|
|
- <div class="cont" th:utext="${supplier.productDesc}" th:if="not${#strings.isEmpty(supplier.productDesc)}"></div>
|
|
|
- <div class="cont" th:if="${#strings.isEmpty(supplier.productDesc)}">暂无</div>
|
|
|
- </div>
|
|
|
- <div class="part">
|
|
|
- <div class="title">营业执照</div>
|
|
|
- <div class="photo">
|
|
|
- <a th:href="${supplier.businessLicense}" target="_blank" th:if="not${#strings.isEmpty(supplier.businessLicense)}">
|
|
|
- <img th:src="${supplier.businessLicense}">
|
|
|
- </a>
|
|
|
- <div class="cont" th:if="${#strings.isEmpty(supplier.businessLicense)}">暂无</div>
|
|
|
+ </template>
|
|
|
+ <template v-if="handleTabIndex === 2">
|
|
|
+ <div class="item infoBox">
|
|
|
+ <div class="part">
|
|
|
+ <div class="title">公司基本信息</div>
|
|
|
+ <p><span class="l">公司</span>:<span th:text="${supplier.name}"></span></p>
|
|
|
+ <p><span class="l">满意度</span>:<span><i v-for="i in 5" class="icon mIcon heart"></i></span></p>
|
|
|
+ <p th:if="not${#strings.isEmpty(supplier.businessScopeArr)}"><span class="l">经营范围</span>:<span><em class="tag" th:each="bus: ${supplier.businessScopeArr}" th:text="${bus}"></em></span></p>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="part" >
|
|
|
- <div class="title">公司资质</div>
|
|
|
- <div class="photo">
|
|
|
- <a th:href="${supplier.medicalPracticeLicense}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicense)}">
|
|
|
- <img th:src="${supplier.medicalPracticeLicense}">
|
|
|
- </a>
|
|
|
- <a th:href="${supplier.medicalPracticeLicenseImg1}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicenseImg1)}">
|
|
|
- <img th:src="${supplier.medicalPracticeLicenseImg1}">
|
|
|
- </a>
|
|
|
- <a th:href="${supplier.medicalPracticeLicenseImg2}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicenseImg2)}">
|
|
|
- <img th:src="${supplier.medicalPracticeLicenseImg2}">
|
|
|
- </a>
|
|
|
- <a th:href="${supplier.medicalPracticeLicenseImg3}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicenseImg3)}">
|
|
|
- <img th:src="${supplier.medicalPracticeLicenseImg3}">
|
|
|
- </a>
|
|
|
+ <div class="part" >
|
|
|
+ <div class="title">公司介绍</div>
|
|
|
+ <div class="cont" th:utext="${supplier.info}" th:if="not${#strings.isEmpty(supplier.info)}"></div>
|
|
|
+ <div class="cont" th:if="${#strings.isEmpty(supplier.info)}">暂无</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="part" >
|
|
|
- <div class="title">授权牌照</div>
|
|
|
- <div class="photo">
|
|
|
- <a th:href="${supplier.license}" target="_blank" th:if="not${#strings.isEmpty(supplier.license)}">
|
|
|
- <img th:src="${supplier.license}">
|
|
|
- </a>
|
|
|
- <div class="cont" th:if="${#strings.isEmpty(supplier.license)}">暂无</div>
|
|
|
+ <div class="part">
|
|
|
+ <div class="title">主打系列产品说明</div>
|
|
|
+ <div class="cont" th:utext="${supplier.productDesc}" th:if="not${#strings.isEmpty(supplier.productDesc)}"></div>
|
|
|
+ <div class="cont" th:if="${#strings.isEmpty(supplier.productDesc)}">暂无</div>
|
|
|
+ </div>
|
|
|
+ <div class="part">
|
|
|
+ <div class="title">营业执照</div>
|
|
|
+ <div class="photo">
|
|
|
+ <a th:href="${supplier.businessLicense}" target="_blank" th:if="not${#strings.isEmpty(supplier.businessLicense)}">
|
|
|
+ <img th:src="${supplier.businessLicense}">
|
|
|
+ </a>
|
|
|
+ <div class="cont" th:if="${#strings.isEmpty(supplier.businessLicense)}">暂无</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="part" >
|
|
|
+ <div class="title">公司资质</div>
|
|
|
+ <div class="photo">
|
|
|
+ <a th:href="${supplier.medicalPracticeLicense}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicense)}">
|
|
|
+ <img th:src="${supplier.medicalPracticeLicense}">
|
|
|
+ </a>
|
|
|
+ <a th:href="${supplier.medicalPracticeLicenseImg1}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicenseImg1)}">
|
|
|
+ <img th:src="${supplier.medicalPracticeLicenseImg1}">
|
|
|
+ </a>
|
|
|
+ <a th:href="${supplier.medicalPracticeLicenseImg2}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicenseImg2)}">
|
|
|
+ <img th:src="${supplier.medicalPracticeLicenseImg2}">
|
|
|
+ </a>
|
|
|
+ <a th:href="${supplier.medicalPracticeLicenseImg3}" target="_blank" th:if="not${#strings.isEmpty(supplier.medicalPracticeLicenseImg3)}">
|
|
|
+ <img th:src="${supplier.medicalPracticeLicenseImg3}">
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="part" >
|
|
|
+ <div class="title">授权牌照</div>
|
|
|
+ <div class="photo">
|
|
|
+ <a th:href="${supplier.license}" target="_blank" th:if="not${#strings.isEmpty(supplier.license)}">
|
|
|
+ <img th:src="${supplier.license}">
|
|
|
+ </a>
|
|
|
+ <div class="cont" th:if="${#strings.isEmpty(supplier.license)}">暂无</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--Ross 弹窗-->
|