wupengfei 1 year ago
parent
commit
4aab49aeb7
2 changed files with 4 additions and 4 deletions
  1. 1 1
      .idea/workspace.xml
  2. 3 3
      application/mall/view/store_goods/form.html

+ 1 - 1
.idea/workspace.xml

@@ -443,7 +443,7 @@
       <workItem from="1694739473903" duration="20371000" />
       <workItem from="1694997975324" duration="5574000" />
       <workItem from="1695085328694" duration="21844000" />
-      <workItem from="1695603648860" duration="16197000" />
+      <workItem from="1695603648860" duration="16249000" />
     </task>
     <servers />
   </component>

+ 3 - 3
application/mall/view/store_goods/form.html

@@ -219,7 +219,7 @@
                                     <th width="10%" class="text-center nowrap">商品SKU <a ng-click="batchSet('sku',null)" data-tips-text="批量设置" class="layui-icon">&#xe63c;</a></th>
                                     <th width="10%" class="text-center nowrap">市场价格 <a ng-click="batchSet('original_price',2)" data-tips-text="批量设置" class="layui-icon">&#xe63c;</a></th>
                                     <th width="10%" class="text-center nowrap">销售价格 <a ng-click="batchSet('sell_price',2)" data-tips-text="批量设置" class="layui-icon">&#xe63c;</a></th>
-                                   <!-- <th width="10%" class="text-center nowrap">虚拟销量 <a ng-click="batchSet('virtual',0)" data-tips-text="批量设置" class="layui-icon">&#xe63c;</a></th>-->
+                                    <th width="10%" class="text-center nowrap"  style="display: none">虚拟销量 <a ng-click="batchSet('virtual',0)" data-tips-text="批量设置" class="layui-icon">&#xe63c;</a></th>
                                     <th width="10%" class="text-center nowrap">重量(KG)<a ng-click="batchSet('weight',2)" data-tips-text="批量设置" class="layui-icon">&#xe63c;</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">
+                                    <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">