Merge branch 'master' of http://43.142.96.171:8080/r/~yhj/HM_JK
| | |
| | | mesDeliveryBarcode.Id = single.Id; |
| | | } |
| | | |
| | | |
| | | mesDeliveryBarcode.DeliveryNo = barcode.DeliveryNo; |
| | | mesDeliveryBarcode.ProductCode = barcode.ProductCode; |
| | | |
| | |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | PrintBarcode save = m.Save(barcode); |
| | | var save = m.Save(barcode); |
| | | resultInfos = save; |
| | | |
| | | entity.Result = 1; |
| | | entity.Result = 0; |
| | | |
| | | if (save) |
| | | { |
| | | entity.Result = 1; |
| | | } |
| | | entity.DealWith = 1; |
| | | _manager.save(entity); |
| | | |
| | |
| | | |
| | | entity.Result = 0; |
| | | |
| | | if (save) entity.Result = 1; |
| | | if (save) |
| | | { |
| | | entity.Result = 1; |
| | | } |
| | | entity.DealWith = 1; |
| | | _manager.save(entity); |
| | | |