| | |
| | | using Castle.Core.Resource; |
| | | using MES.Service.DB; |
| | | using MES.Service.DB; |
| | | using MES.Service.Dto.webApi; |
| | | using MES.Service.Modes; |
| | | using SqlSugar; |
| | |
| | | SuppNo = supplier.FNumber, |
| | | SuppSname = supplier.FShortName, |
| | | SuppName = supplier.FName, |
| | | Lxr = supplier.F_UNW_LXR, |
| | | Telf1 = supplier.F_UNW_LXRDH, |
| | | Lxr = supplier.FContact, |
| | | Telf1 = supplier.FTel, |
| | | Fstaffid = supplier.FStaffId, |
| | | Fforbidstatus = supplier.FForbidStatus, |
| | | type= supplier.Type, |
| | | fremarks = supplier.Fremarks, |
| | | FSubsidiary = supplier.Fsubsidiary, |
| | | Fumbrella = supplier.Fumbrella, |
| | | CreateDate = DateTime.Now, |
| | | LastupdateDate = DateTime.Now, |
| | | CreateOrg= Convert.ToDecimal(supplier.FCreateOrgId), |
| | | UseOrg= Convert.ToDecimal(supplier.FUseOrgId), |
| | | Remark=supplier.FDescription, |
| | | Company = "1000", |
| | | Factory = "1000" |
| | | }; |