git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8920 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -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',