|
@@ -219,7 +219,7 @@
|
|
|
<th width="10%" class="text-center nowrap">商品SKU <a ng-click="batchSet('sku',null)" data-tips-text="批量设置" class="layui-icon"></a></th>
|
|
|
<th width="10%" class="text-center nowrap">市场价格 <a ng-click="batchSet('original_price',2)" data-tips-text="批量设置" class="layui-icon"></a></th>
|
|
|
<th width="10%" class="text-center nowrap">销售价格 <a ng-click="batchSet('sell_price',2)" data-tips-text="批量设置" class="layui-icon"></a></th>
|
|
|
-
|
|
|
+ <th width="10%" class="text-center nowrap" style="display: none">虚拟销量 <a ng-click="batchSet('virtual',0)" data-tips-text="批量设置" class="layui-icon"></a></th>
|
|
|
<th width="10%" class="text-center nowrap">重量(KG)<a ng-click="batchSet('weight',2)" data-tips-text="批量设置" class="layui-icon"></a></th>
|
|
|
<th width="10%" class="text-center nowrap">销售状态</th>
|
|
|
</tr>
|
|
@@ -248,11 +248,11 @@
|
|
|
<input ng-blur="rows[0].sell_price=setValue(rows[0].key,'sell_price',$event.target.value,'(parseFloat(_)||0).toFixed(2)')" class="layui-input border-0 padding-left-0 text-center" ng-model="rows[0].sell_price">
|
|
|
</label>
|
|
|
</td>
|
|
|
-
|
|
|
+ <td class="padding-0" style="display: none">
|
|
|
<label class="padding-0 margin-0">
|
|
|
<input ng-blur="rows[0].virtual=setValue(rows[0].key,'virtual',$event.target.value,'(parseInt(_)||0)')" class="layui-input border-0 padding-left-0 text-center" ng-model="rows[0].virtual">
|
|
|
</label>
|
|
|
- </td>-->
|
|
|
+ </td>
|
|
|
<td class="padding-0">
|
|
|
<label class="padding-0 margin-0">
|
|
|
<input ng-blur="rows[0].weight=setValue(rows[0].key,'weight',$event.target.value,'(parseInt(_)||0).toFixed(2)')" class="layui-input border-0 padding-left-0 text-center" ng-model="rows[0].weight">
|