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

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

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8919 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 лет назад
Родитель
Сommit
88565a6c9c
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      src/main/webapp/resources/js/index/app.js

+ 2 - 4
src/main/webapp/resources/js/index/app.js

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