Browse Source

产品管理全选交互修改

yangc 8 years ago
parent
commit
925bf2388f

BIN
src/main/webapp/resources/img/seekPurchase/arrow-down.png


+ 1 - 0
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_materialCtrl.js

@@ -278,6 +278,7 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
 		// 全选
 		$scope.chooseAllItem = function () {
 			$scope.chooseAll = !$scope.chooseAll;
+			$scope.cancelTip();
 			angular.forEach($scope.currenctMaterial, function (material) {
 				material.isChoosed = $scope.chooseAll;
 			});

+ 4 - 4
src/main/webapp/resources/view/vendor/forstore/vendor_material.html

@@ -1523,7 +1523,7 @@
 		background: none !important;
 	}
 	.standard-tab.table > tbody > tr.batch-tr {
-		height: 40px;
+		height: 30px;
 	}
 	.standard-tab.table > tbody > tr.batch-tr.active {
 		position: fixed;
@@ -1540,9 +1540,9 @@
 	}
 	.standard-tab.table>tbody>tr>td .batch-line {
 		width: 100%;
-		height: 40px;
-		background: #dff3fd;
-		line-height: 40px;
+		height: 30px;
+		background: #FDB8B8;
+		line-height: 30px;
 	}
 </style>
 <div class="user_right fr">