|
|
@@ -1321,6 +1321,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;
|
|
|
@@ -1635,6 +1642,9 @@
|
|
|
display: inline-block;
|
|
|
width: 108px;
|
|
|
}
|
|
|
+ .search-check .batch-operate .operate-content > div p input[type=range]::-webkit-slider-runnable-track {
|
|
|
+ box-shadow: 0 1px 1px #def3f8, inset 0 16px 16px #4054ff; /*轨道内置阴影效果*/
|
|
|
+ }
|
|
|
.search-check .batch-operate .operate-content > div p .batch-progress {
|
|
|
width: 108px;
|
|
|
height: 5px;
|
|
|
@@ -1889,6 +1899,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>近一个月的销售平均价:<em ng-bind="material.averMonthSalePrice | formateNumber : 6"></em></span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="edit-content edits" >
|
|
|
@@ -2080,6 +2091,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>近一个月的销售平均价:<em ng-bind="material.averMonthSalePrice | formateNumber : 6"></em></span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="edit-content edits" ng-show="goods.edit">
|