Browse Source

物料产品增加批量修改功能

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8920 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
fa511c2f55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -15533,7 +15533,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
         		}
         	});
         	if(products.length == 0) {
-				toaster.pop('warning', '提示', '请至少选择一个产品');
+				toaster.pop('warning', '提示', '请至少选择一个物料');
 			} else {
 				var modalInstance = $modal.open({
 					templateUrl: 'static/tpl/index/baseInfo/modal/updateByBatch_modal.html',