| | |
| | | using System.Text; |
| | | using System.Threading; |
| | | using System.Threading.Tasks; |
| | | using System.DirectoryServices.ActiveDirectory; |
| | | using System.Reflection.Emit; |
| | | using Tiger.Model; |
| | | using Tiger.IBusiness; |
| | |
| | | //var nWarehouseCodes = nScannedBarcodes.Select(x => x.WarehouseCode).Distinct().ToList(); |
| | | |
| | | //新建其他入库单据头 OtherInstockHeader |
| | | Result ruleResult = Biz.CodeRule["OI001"].Generate("OI"); //iWMS.GetBillNoByType("CI"); |
| | | Result ruleResult = Cache.CodeRule["OI001"].Generate("OI"); //iWMS.GetBillNoByType("CI"); |
| | | if (!ruleResult.IsSuccessed) |
| | | { |
| | | throw new Exception(ruleResult.ExceptionMsg.Message); |