Browse Source

产品管理验收跳转至

yangc 8 years ago
parent
commit
f5e081a57f

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

@@ -2066,7 +2066,6 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
 					$scope.uasBatchPutOnProperty.editMinDelivery = $scope.uasBatchPutOnProperty.minDelivery;
 					$scope.uasBatchPutOnProperty.editMaxDelivery = $scope.uasBatchPutOnProperty.maxDelivery;
 					toaster.pop('success', '成功', "保存成功");
-					$scope.isBatch = false;
 				} else {
 					toaster.pop('error', '失败', data.message);
 				}

+ 2 - 0
src/main/webapp/resources/view/vendor/forstore/erp/vendor_material_erp.html

@@ -180,6 +180,7 @@
 	.search-check .search{
 		width: 550px;
 		margin-left: 150px;
+		margin-bottom: 10px;
 	}
 	.search-check .search .form-control{
 		width: 340px;
@@ -1615,6 +1616,7 @@
 						<a ng-click="exitBatch()">取消</a>
 					</span>-->
 				</div>
+				<div></div>
 				<div class="batch-operate" ng-show="isBatch">
 					<div class="operate-head">
 						<label class="check-active fl">

+ 1 - 0
src/main/webapp/resources/view/vendor/forstore/erp/vendor_material_unstandard_erp.html

@@ -180,6 +180,7 @@
 	.search-check .search{
 		width: 550px;
 		margin-left: 150px;
+		margin-bottom: 10px;
 	}
 	.search-check .search .form-control{
 		width: 340px;