已删除1个文件
已修改2个文件
已添加1个文件
已重命名1个文件
| | |
| | | }; |
| | | |
| | | string request = JsonConvert.SerializeObject(model,settings); |
| | | |
| | | string response = HttpHelper.Post(apiInfo.ApiAddress, request); |
| | | string response = HttpQmsHelper.Post(apiInfo.ApiAddress, request); |
| | | return response; |
| | | } |
| | | } |
| | |
| | | { |
| | | MaterielSpec = mesLotInfo.ProductVersion, |
| | | BatchNo = materialLot, |
| | | EffectiveDate = mesLotInfo.DateCode ?? "", |
| | | EffectiveDate = mesLotInfo.DateCode ?? " ", |
| | | MaterielCode = mesLotInfo.Product, |
| | | InboundOrderRowNo = 0, |
| | | MaterielName = mesLotInfo.Product, |
| | | ProductionDate = mesLotInfo.DateCode ?? "", |
| | | ProductionDate = mesLotInfo.DateCode ?? " ", |
| | | OrderNo = "", |
| | | OutboundQuantity = 0, |
| | | SerialNumber = materialLot, |