|
@@ -774,11 +774,11 @@
|
|
|
color: #333;
|
|
color: #333;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
display: none;
|
|
display: none;
|
|
|
- height: 57px;
|
|
|
|
|
|
|
+ height: 82px;
|
|
|
line-height: 26px;
|
|
line-height: 26px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
- bottom: -57px;
|
|
|
|
|
|
|
+ bottom: -82px;
|
|
|
width: 98px;
|
|
width: 98px;
|
|
|
z-index: 10;
|
|
z-index: 10;
|
|
|
border: 1px solid #e4e5e5;
|
|
border: 1px solid #e4e5e5;
|
|
@@ -829,9 +829,10 @@
|
|
|
<div class="operate-btn more-operate">
|
|
<div class="operate-btn more-operate">
|
|
|
<span>更多操作</span>
|
|
<span>更多操作</span>
|
|
|
<span class="expander">
|
|
<span class="expander">
|
|
|
- <span ng-click="download()">导出选中</span>
|
|
|
|
|
- <span ng-click="deleteBatch()" name="delete-material">删除选中</span>
|
|
|
|
|
- </span>
|
|
|
|
|
|
|
+ <span ng-click="download()">导出选中</span>
|
|
|
|
|
+ <span ng-click="deleteBatch()" name="delete-material">删除选中</span>
|
|
|
|
|
+ <span ng-click="deleteBatch()" name="delete-material">下架选中</span>
|
|
|
|
|
+ </span>
|
|
|
</div>
|
|
</div>
|
|
|
<form style="display: none;" id="down-load-goods" method="get">
|
|
<form style="display: none;" id="down-load-goods" method="get">
|
|
|
<input type="hidden" name="ids" ng-value="localInfo.ids">
|
|
<input type="hidden" name="ids" ng-value="localInfo.ids">
|
|
@@ -880,7 +881,7 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="60" style="padding:8px 0;">
|
|
<th width="60" style="padding:8px 0;">
|
|
|
<label class="check-active">
|
|
<label class="check-active">
|
|
|
- <input type="checkbox" id="AllChoose"/>
|
|
|
|
|
|
|
+ <input ng-disabled="currenctGoods.length == 0" type="checkbox" ng-click="chooseAllItem()" ng-checked="chooseAll || chooseAllPage" id="AllChoose"/>
|
|
|
<label for="AllChoose"></label>
|
|
<label for="AllChoose"></label>
|
|
|
<span>全选</span>
|
|
<span>全选</span>
|
|
|
</label>
|
|
</label>
|
|
@@ -911,8 +912,7 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
<tbody ng-repeat="commodity in currenctGoods" ng-click="goToBatchDetail($event, commodity)" class="edit-border">
|
|
<tbody ng-repeat="commodity in currenctGoods" ng-click="goToBatchDetail($event, commodity)" class="edit-border">
|
|
|
<!--非编辑状态自定义标签-->
|
|
<!--非编辑状态自定义标签-->
|
|
|
- <tr class="define"
|
|
|
|
|
- ng-if="!commodity.edit">
|
|
|
|
|
|
|
+ <tr class="define" ng-if="!commodity.edit">
|
|
|
<td colspan="10">
|
|
<td colspan="10">
|
|
|
<div class="code">产品编码 : <span ng-bind="commodity.prodNum">247823589235</span></div>
|
|
<div class="code">产品编码 : <span ng-bind="commodity.prodNum">247823589235</span></div>
|
|
|
<div class="labelling" ng-if="commodity.tag">
|
|
<div class="labelling" ng-if="commodity.tag">
|
|
@@ -925,11 +925,10 @@
|
|
|
<img ng-if="commodity.uuid" src="static/img/store/common/standard.png" alt="" class="standard"/>
|
|
<img ng-if="commodity.uuid" src="static/img/store/common/standard.png" alt="" class="standard"/>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr class="edit-form"
|
|
|
|
|
- ng-if="!commodity.edit">
|
|
|
|
|
|
|
+ <tr class="edit-form" ng-if="!commodity.edit">
|
|
|
<td class="middle padding0 check-input">
|
|
<td class="middle padding0 check-input">
|
|
|
<!-- <span><input type="checkbox" id="{{$index+1}}"/><label for="{{$index+1}}"></label><br/></span>-->
|
|
<!-- <span><input type="checkbox" id="{{$index+1}}"/><label for="{{$index+1}}"></label><br/></span>-->
|
|
|
- <span><input type="checkbox" id="{{$index+1}}"/><label for="{{$index+1}}"></label></span>
|
|
|
|
|
|
|
+ <span><input type="checkbox" ng-checked="commodity.isChoosed" ng-click="chooseOne(commodity)" id="{{$index+1}}"/><label for="{{$index+1}}"></label></span>
|
|
|
<!--<!–非标产品标志–>-->
|
|
<!--<!–非标产品标志–>-->
|
|
|
<!--<img ng-if="!commodity.uuid" src="static/img/store/common/nonstandard.png" alt="" class="standard"/>-->
|
|
<!--<img ng-if="!commodity.uuid" src="static/img/store/common/nonstandard.png" alt="" class="standard"/>-->
|
|
|
<!--<!–标产品标志–>-->
|
|
<!--<!–标产品标志–>-->
|
|
@@ -1030,7 +1029,7 @@
|
|
|
<td colspan="9">
|
|
<td colspan="9">
|
|
|
<div class="bg-show">
|
|
<div class="bg-show">
|
|
|
<div class="content-show width20">
|
|
<div class="content-show width20">
|
|
|
- <div> {{$index + 1}}</div>
|
|
|
|
|
|
|
+ <!--<div> {{$index + 1}}</div>-->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content-show width200">
|
|
<div class="content-show width200">
|
|
|
<div class="fl img">
|
|
<div class="fl img">
|
|
@@ -1287,6 +1286,23 @@
|
|
|
<!--</td>-->
|
|
<!--</td>-->
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr class="no-hover batch-tr" ng-if="(chooseAll || chooseAllPage) && currenctGoods.length != 0">
|
|
|
|
|
+ <td colspan="7">
|
|
|
|
|
+ <div class="batch-line" ng-if="chooseAll && !chooseAllPage">
|
|
|
|
|
+ 已选中当前页
|
|
|
|
|
+ <em class="red" ng-bind="goodsAll.numberOfElements"></em>个产品,
|
|
|
|
|
+ <a ng-click="turnAllPage()" class="blue">点击此处</a>切换选中所有页面<em class="red" ng-bind="goodsAll.totalElements"></em>个产品
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="batch-line" ng-if="chooseAllPage">
|
|
|
|
|
+ 已选中所有页面
|
|
|
|
|
+ <em class="red" ng-bind="goodsAll.totalElements"></em>个产品,
|
|
|
|
|
+ <a ng-click="cancelAllPage()" class="blue">点击此处</a>全部取消选中
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <!--<tr class="no-hover batch-tr" ng-if="chooseAll && !chooseAllPage" ng-class="{'active': $data.length > 10}">-->
|
|
|
|
|
+ </tbody>
|
|
|
</table>
|
|
</table>
|
|
|
<div class="record-line text-right" ng-if="currenctGoods.length != 0">显示 {{(param.page - 1) * 10 + 1}}-
|
|
<div class="record-line text-right" ng-if="currenctGoods.length != 0">显示 {{(param.page - 1) * 10 + 1}}-
|
|
|
<span ng-bind="endNumber"></span>, 共: <span ng-bind="goodsAll.totalElements" style="color: #5078cb;"></span> 个</div>
|
|
<span ng-bind="endNumber"></span>, 共: <span ng-bind="goodsAll.totalElements" style="color: #5078cb;"></span> 个</div>
|