Просмотр исходного кода

暂时隐藏物料批量更新类目、品牌的功能

hejq 7 лет назад
Родитель
Сommit
ed9bfb4ddc

+ 2 - 2
src/main/webapp/resources/tpl/index/baseInfo/prodList.html

@@ -259,13 +259,13 @@ width: 80px;
                         </div>
                     </div>
                 </div>
-                <div class="edit col-xs-3">
+               <!-- <div class="edit col-xs-3">
                     <select type="select" class="fl form-control" ng-model="product.updatetype" ng-init="product.updatetype = '品牌'" style="width: 130px;">
                         <option value="品牌">品牌</option>
                         <option value="名称(类目)">名称(类目)</option>
                     </select>
                     <a ng-click="updateByBatch(product.updatetype)" class="btn btn-default btn-sm" ng-disabled="active == 'standard'">批量修改</a>
-                </div>
+                </div>-->
             </div>
         </div>
     </div>

+ 2 - 2
src/main/webapp/resources/tpl/index/purc/prodList.html

@@ -230,13 +230,13 @@
                         </div>
                     </div>
                 </div>
-                <div class="edit col-xs-3">
+                <!--<div class="edit col-xs-3">
                      <select type="select"class="fl form-control"  ng-model="product.updatetype" ng-init="product.updatetype = '品牌'" style="width: 130px;">
                         <option value="品牌">品牌</option>
                         <option value="名称(类目)">名称(类目)</option>
                      </select>
                      <a ng-click="updateByBatch(product.updatetype)" class="btn btn-default btn-sm" ng-disabled="active == 'standard'">批量修改</a>
-                </div>
+                </div>-->
             </div>
         </div>
     </div>