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

平台新增物料功能隐藏,可以使用批量导入

dongbw 8 лет назад
Родитель
Сommit
ba7c6e4d81

+ 5 - 3
src/main/webapp/resources/css/index.css

@@ -1624,11 +1624,13 @@ ul>li.item-link>a {
 /*loading*/
 .loading {
 	display: none;
-	position: absolute;
+	position: fixed;
 	width: 100%;
 	height: 300px;
-	top: 0;
-	left: 0;
+	top: 50%;
+	left: 50%;
+	margin-left: -50%;
+	margin-top: -150px;
 }
 
 .loading.in {

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

@@ -214,7 +214,7 @@ width: 80px;
         <span>产品库</span>
         <div class="p-right">
             <a ng-click="exportXls()" target="_self" class="text-simple" title="导出Excel表格">导出</a>
-            <a ui-sref="sale.newProdInfo">新增</a>
+            <!--<a ui-sref="sale.newProdInfo">新增</a>-->
             <a ui-sref="sale.uploadByBatch" title="批量导入">批量导入</a>
             <a ng-click="toggle('off')" ng-if="saleStatus != 0">一键关闭</a>
             <a ng-click="toggle('on')" ng-if="saleStatus == 0">一键开启</a>

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

@@ -185,7 +185,7 @@
         <span>物料库</span>
         <div class="p-right">
             <a href="#" ng-click="exportXls()" target="_self" class="text-simple" title="导出Excel表格">导出</a>
-            <a ui-sref="purc.newProduct">新增</a>
+            <!--<a ui-sref="purc.newProduct">新增</a>-->
             <a ui-sref="purc.uploadProduct" title="批量导入">批量导入</a>
             <a ng-click="toggle('off');" ng-if="purcStatus != 0">一键关闭</a>
             <a ng-click="toggle('on')" ng-if="purcStatus == 0">一键开启</a>