| | |
| | | CancellerId = erpDto.FCancellerId, // 作废人 |
| | | VersionNo = Convert.ToDouble(erpDto.FVersionNo), // 版本号 |
| | | ChangerId = erpDto.FChangerId, // 变更人 |
| | | EntryNote = erpDto.FEntryNote // 备注 |
| | | EntryNote = erpDto.FEntryNote, // 备注 |
| | | FBILLTYPE = erpDto.FBILLTYPE // 单据类型 |
| | | //ParseDateTime() ?? null |
| | | //long.Parse() |
| | | //Convert.ToDecimal() |
| | |
| | | BaseReturnQty = Convert.ToDecimal(erpDto.FBaseReturnQty), |
| | | BaseRemainOutQty = Convert.ToDecimal(erpDto.FBaseRemainOutQty), |
| | | BASEARQTY = Convert.ToDecimal(erpDto.FBASEARQTY), |
| | | |
| | | CUST_INO = erpDto.FCUST_INO, |
| | | CUST_INM = erpDto.FCUST_INM, |
| | | CUST_IMD = erpDto.FCUST_IMD, |
| | | }; |
| | | |
| | | var single = _SalesOrderDetailManager.GetSingle(it => |