git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1081 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -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', '提示', '批量发货成功。');