调整监测金蝶删单
This commit is contained in:
@@ -269,9 +269,7 @@ namespace WMS.Web.Api.Controllers
|
||||
//先刷新选中的数据
|
||||
await _outStockTaskService.Sync(res.Select(s => s.BillNo).ToList());
|
||||
//再刷新3天内所有的
|
||||
await _outStockTaskService.Sync(null, begin);
|
||||
//验证金蝶是否有删单
|
||||
return await _outStockTaskService.ErpDel(DateTime.Now.AddHours(-8));
|
||||
return await _outStockTaskService.Sync(null, begin);
|
||||
}
|
||||
/// <summary>
|
||||
/// 出库任务单详情
|
||||
|
||||
Reference in New Issue
Block a user