@@ -24083,7 +24083,8 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
toaster.pop('error', '请至少选择一条采购明细')
} else {
change.save({}, $scope.change, function (data) {
-
+ window.location.hash = "/purc/change/" + data.id;
+ toaster.pop('success', '采购变更单保存成功');
}, function(res) {
});