git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@10195 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -2413,8 +2413,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
// 复制订单
$scope.copyorder = function(id) {
PurchaseOrder.copyorder({id: id}, {}, function(data) {
- console.log(data);
if(data.id) {
+ toaster.pop('success', '提示', '单据复制成功');
window.location.hash = "#purc/cart/" + data.id;
}
}, function(response) {