|
|
@@ -171,7 +171,8 @@
|
|
|
}
|
|
|
.search-check{
|
|
|
width: 100%;
|
|
|
- height: 54px;
|
|
|
+ min-height: 54px;
|
|
|
+ height: auto;
|
|
|
background: #fff;
|
|
|
padding-top: 10px;
|
|
|
margin-bottom: 16px;
|
|
|
@@ -237,6 +238,25 @@
|
|
|
.search-check .check .check-active label{
|
|
|
margin-right: 0 !important;
|
|
|
}
|
|
|
+ .search-check .batch-operate {
|
|
|
+ clear: both;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-head {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ margin: 0 10px;
|
|
|
+ border-bottom: 1px solid;
|
|
|
+ padding: 0 20px;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-head .check-active {
|
|
|
+ font-weight: normal;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-content > div {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .search-check .batch-operate .operate-content > div:first-child {
|
|
|
+ margin-right: 50px;
|
|
|
+ }
|
|
|
.check-input input{
|
|
|
display: none;
|
|
|
}
|
|
|
@@ -1252,6 +1272,13 @@
|
|
|
#define-content .labelling em{
|
|
|
color: #f00;
|
|
|
}
|
|
|
+ #define-content td > span {
|
|
|
+ float: left;
|
|
|
+ margin-left: 20px;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #008000;
|
|
|
+ line-height: 24px;
|
|
|
+ }
|
|
|
#define-content .labelling input{
|
|
|
padding-left: 10px;
|
|
|
width: 157px;
|
|
|
@@ -1518,18 +1545,42 @@
|
|
|
<a ng-click="download()">批量导出</a>
|
|
|
</div>
|
|
|
<div class="check fr">
|
|
|
- <a ng-show="!isBatch && standard_tab == 'unstandard'" ng-click="matchAll()"><span ng-show="!isBatch && standard_tab == 'unstandard'">一键匹配</span></a>
|
|
|
- <a ng-show="!isBatch" ng-click="enterBatch()"><span ng-show="!isBatch">批量操作</span></a>
|
|
|
- <span class="check-btn" ng-show="isBatch">
|
|
|
- <label class="check-active">
|
|
|
+ <a ng-click="matchAll()"><span>一键匹配</span></a>
|
|
|
+ <a ng-click="enterBatch()"><span>批量操作</span></a>
|
|
|
+ <!--<span class="check-btn" ng-show="isBatch">-->
|
|
|
+ <!--<label class="check-active">-->
|
|
|
+ <!--<input type="checkbox" ng-click="chooseAll()" ng-checked="isChoosedAll" id="AllChoose"/>-->
|
|
|
+ <!--<label for="AllChoose"></label>-->
|
|
|
+ <!--<span>全选</span>-->
|
|
|
+ <!--</label>-->
|
|
|
+ <!--<a-->
|
|
|
+ <!--ng-click="deleteBatch()" name="delete-material">删除</a>-->
|
|
|
+ <!--<a ng-click="exitBatch()">取消</a>-->
|
|
|
+ <!--</span>-->
|
|
|
+ </div>
|
|
|
+ <div class="batch-operate">
|
|
|
+ <div class="operate-head">
|
|
|
+ <label class="check-active fl">
|
|
|
<input type="checkbox" ng-click="chooseAll()" ng-checked="isChoosedAll" id="AllChoose"/>
|
|
|
<label for="AllChoose"></label>
|
|
|
<span>全选</span>
|
|
|
</label>
|
|
|
- <a
|
|
|
- ng-click="deleteBatch()" name="delete-material">删除</a>
|
|
|
- <a ng-click="exitBatch()">取消</a>
|
|
|
- </span>
|
|
|
+ <div class="fr">
|
|
|
+ <span class="com-btn-level1 com-btn-submit">搜索</span>
|
|
|
+ <span class="com-btn-level1 com-btn-red">删除</span>
|
|
|
+ <span class="com-btn-level1 com-btn-cancel">取消</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="operate-content">
|
|
|
+ <div>
|
|
|
+ <p>批量设置销售价:<div><i></i></div></p>
|
|
|
+ <div><span>销售价 = 近一个月的平均销售价 * </span><input type="number"></div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <p>批量设置交期:</p>
|
|
|
+ <div><span>交期(天)=</span><input type="number">-<input type="number"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="wanted_list01">
|
|
|
@@ -1614,6 +1665,7 @@
|
|
|
<div class="labelling">
|
|
|
<!--<em>*</em>-->
|
|
|
自定义标签 : <input maxlength="20" type="text" ng-model="goods.editTag" ng-blur="blurTag(goods)" ng-change="changeTag(goods)" placeholder="请设置产品标签"></div>
|
|
|
+ <span>近一个月的销售平均价:10</span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="edit-content edits" >
|