You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pdd-order-api/app/views/widget/goods/batch_search_goods_count.php

13 lines
931 B
PHP

<div class="mt_10 clearfix searchbar bg-ivory p-x p-y-sm mb_10">
<div class="col-xs-2 p-l-0">
共找到 <strong class="lead red" id="J_searchGoodsNum"><?php echo $total;?></strong> 个商品
<span id="J_excludeGoodsTip" class="hide">,共已排除 <strong id="J_excludeGoodsCount" class="lead red">0</strong> 个</span>
</div>
<div class="col-xs-3 bg-silver p-y-sm p-x J_mallAuthGroupMap" data-mall-id="<?php echo $_SESSION[SessionConst::mallId]?>" style="display:none;">
<label class="control-label inline m-b-0 snow">多店铺选择预览:</label>
<select class="form-control input-sm inline J_changeAuthShop" name="cid" style="width:auto;min-width:245px;"></select>
</div>
<div class="inline col-xs-7 text-right p-r-0">
<button class="btn btn-primary btn-sm J_chooseDelGoodsBtn" type="button" style="margin-right: 28px;" data-operate-type="delGoodsBatch">快速排除</button>
</div>
</div>