|
@@ -269,7 +269,7 @@ define(['app/app'], function (app) {
|
|
|
OrderSimpleInfo.ensureAccept({ids: ids},{},function(data){
|
|
OrderSimpleInfo.ensureAccept({ids: ids},{},function(data){
|
|
|
loadData();
|
|
loadData();
|
|
|
getCounts();
|
|
getCounts();
|
|
|
- toaster.pop('success', '处理成功');
|
|
|
|
|
|
|
+ toaster.pop('success', '成功' ,'确认收货成功');
|
|
|
}, function(res){
|
|
}, function(res){
|
|
|
toaster.pop('error', '失败!' + res.data);
|
|
toaster.pop('error', '失败!' + res.data);
|
|
|
});
|
|
});
|