|
|
@ -55,7 +55,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts |
|
|
|
/// 大众看板-出库
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
//[AllowAnonymous]
|
|
|
|
|
|
|
|
[Route("api/settleaccount/wmskanbanoutput")] |
|
|
|
[Authorize(SettleAccountPermissions.WMSJIT.Default)] |
|
|
|
public class WMSKanbanAppService : |
|
|
@ -486,7 +486,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts |
|
|
|
{ |
|
|
|
WmsKanbanOutPutDetial _detail = new WmsKanbanOutPutDetial( |
|
|
|
GuidGenerator.Create(), |
|
|
|
itm.WmsBillNum, |
|
|
|
!string.IsNullOrEmpty(itm.WmsBillNum)? itm.WmsBillNum:string.Empty, |
|
|
|
itm.Kanban, |
|
|
|
|
|
|
|
itm.MaterialCode, |
|
|
@ -498,7 +498,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts |
|
|
|
!string.IsNullOrEmpty(itm.Extend1) ? itm.Extend1 : string.Empty, |
|
|
|
!string.IsNullOrEmpty(itm.Extend2) ? itm.Extend2 : string.Empty, |
|
|
|
version, |
|
|
|
itm.ParentMaterialCode, |
|
|
|
itm.MaterialCode, |
|
|
|
itm.BillNum, |
|
|
|
GuidGenerator.Create() |
|
|
|
, string.Empty |
|
|
|