| | |
| | | ClosingType = erpDto.FCloseType, |
| | | Remarks = erpDto.FDescription, |
| | | ErpId = erpDto.FID, |
| | | ErpProductionEntryCode = erpDto.FSUBENTRYID, |
| | | // ErpProductionEntryCode = erpDto.FSUBENTRYID, |
| | | ErpProductionEntryCode = SUBBOM, |
| | | Purchaseorderno = erpDto.FPurOrderNo, |
| | | Purchaseorderentryseq = Convert.ToInt32(erpDto.FPurOrderEntrySeq), |
| | | Stockinqty = Convert.ToDecimal(erpDto.FBaseStockInQty), |
| | |
| | | Freservetype = erpDto.FRESERVETYPE, |
| | | Fmemo = erpDto.FMEMO, |
| | | Typeb = erpDto.TypeB, |
| | | ErpProductionEntryCode = erpDto.FSUBENTRYID |
| | | // ErpProductionEntryCode = erpDto.FSUBENTRYID |
| | | ErpProductionEntryCode = erpDto.FBILLNO |
| | | }; |
| | | |
| | | var single = _productionOrderSubManager.GetSingle(it => |