| | |
| | | DtBoxingInfo boxingInfo = new DtBoxingInfo() |
| | | { |
| | | IsFull = true, |
| | | PalletCode = "", |
| | | PalletCode = result.TrayBarcode, |
| | | }; |
| | | var details = new List<DtBoxingInfoDetail>(); |
| | | foreach (var item in result.SerialNos) |
| | |
| | | DtBoxingInfoDetail detail = new DtBoxingInfoDetail() |
| | | { |
| | | SerialNumber = item.SerialNo, |
| | | OrderNo = result.BindCode, |
| | | OrderNo = item.PositionNo.ToString(), |
| | | Status = item.SerialNoStatus, |
| | | BatchNo = item.PositionNo.ToString() |
| | | Remark = result.TrayBarcodePropertys.ToJsonString(), |
| | | MaterielCode = result.BindCode, |
| | | }; |
| | | details.Add(detail); |
| | | } |