@@ -7659,7 +7659,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
toaster.pop('error', '提示', '发货失败,请刷新页面重试');
}
}, function (response) {
- toaster.pop('error', '错误', '发货失败');
+ toaster.pop('error', '错误', response.data);
});
isSumbit = true;
return true;