| | |
| | | |
| | | public override WebResponseContent UpdateData(SaveModel saveModel) |
| | | { |
| | | return base.UpdateData(saveModel); |
| | | var id = saveModel.MainData["id"].ObjToInt(); |
| | | var locationStatus = saveModel.MainData["locationStatus"].ObjToInt(); |
| | | Dt_LocationInfo locationInfo = BaseDal.QueryFirst(x => x.Id == id); |
| | | locationInfo.LocationStatus = locationStatus; |
| | | return base.UpdateData(locationInfo); |
| | | } |
| | | |
| | | public override WebResponseContent DeleteData(object[] keys) |
| | |
| | | .Where(y => y.LocationCode == x.LocationCode && y.OrderStatus == InOrderStatusEnum.未开始.ObjToInt()) |
| | | .First(); |
| | | |
| | | if (returnOrder == null) |
| | | if (returnOrder != null) |
| | | { |
| | | continue; |
| | | } |