Browse Source

批量发货不符合调教提示去掉业务员一致

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1081 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
7f58257e38
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

@@ -1431,7 +1431,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
 				}
 			});
 			if(!valid) {
-				toaster.pop('error', '错误', '只有客户一致、币别一致、付款方式一致、采购员一致才能一起发货。');
+				toaster.pop('error', '错误', '只有客户一致、币别一致、付款方式一致才能一起发货。');
 			} else {
 				PurcNotice.sendByBatch({}, $scope.saleSend, function(data){
 					toaster.pop('success', '提示', '批量发货成功。');