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