ÎļþÃû´Ó Tiger.Business.WMS/Transaction/InReceipt.cs ÐÞ¸Ä |
| | |
| | | #region Propertys & Variables |
| | | |
| | | public string UserCode { get; set; } |
| | | public static long UserId { get; set; } |
| | | public long UserId { get; set; } |
| | | public string VenderCode { get; set; } |
| | | public string SecondVenderCode { get; set; } |
| | | public string WarehouseCode { get; set; } |
| | |
| | | #endregion æ¥å
³åå·å¤æ |
| | | |
| | | //è§£ææ¡ç |
| | | Result<Inventory> result = WMS_ITEM_Biz.WmsItem.Get(input.SN, input.AuthOption, false); |
| | | Result<IInventory> result = WMS_ITEM_Biz.WmsItem.Get(input.SN, input.AuthOption, false); |
| | | if (result.Flag != Result.Flags.Success) |
| | | { |
| | | action.IsSuccessed = false; |
| | | action.LocaleMsg = result.LocaleMsg; |
| | | return action; |
| | | } |
| | | inv = result.Data; |
| | | inv = result.Data as Inventory; |
| | | |
| | | #region 夿å½åæ¡ç 对åºçSRMç¶æ |
| | | |