|
|
@ -426,11 +426,11 @@ namespace Win.Sfs.SettleAccount.Entities.WMS |
|
|
|
public async Task<bool> WmsKanbanOutPutCancel(WmsJitRequestDto input) |
|
|
|
{ |
|
|
|
|
|
|
|
if (DateTime.Now.ToString("yyyyMM") != input.AccountDate.ToString("yyyyMM")) |
|
|
|
{ |
|
|
|
throw new BusinessException("8989", "填写过账日期应该为当月!"); |
|
|
|
//if (DateTime.Now.ToString("yyyyMM") != input.AccountDate.ToString("yyyyMM"))
|
|
|
|
//{
|
|
|
|
// throw new BusinessException("8989", "填写过账日期应该为当月!");
|
|
|
|
|
|
|
|
} |
|
|
|
//}
|
|
|
|
|
|
|
|
if (input.Guids != null && input.Guids.Count() > 0) |
|
|
|
{ |
|
|
|