| | |
| | | |
| | | m_OA_Procurement = _OA_ProcurementBLL.SelectSingleModel(Keyid); |
| | | m_OA_Procurement.PurchaseStatusId = 201; |
| | | m_OA_Procurement.Remark = m_OA_WarehouseInfo.WarehouseName; |
| | | m_OA_Procurement.WarehouseName = m_OA_WarehouseInfo.WarehouseName; |
| | | if (!WarehouseName.Equals("上机使用")) |
| | | { |
| | | //库存表对象 |
| | |
| | | { |
| | | return outOfStorageDAL.getModelList(pa, FirmId, Keyids); |
| | | } |
| | | |
| | | |
| | | public IEnumerable<Model.OA_OutOfStorage> getModelListByRemark(Guid FirmId, string Remark) |
| | | { |
| | | return outOfStorageDAL.getModelListByRemark( FirmId, Remark); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 删除合作客户 |
| | | /// </summary> |
| | | /// <param name="rType"></param> |
| | | /// <returns></returns> |
| | | public bool DeleteModel(CY.Model.OA_OutOfStorage rType) |
| | | { |
| | | try |
| | | { |
| | | outOfStorageDAL.DeleteModel(rType); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | throw ex; |
| | | } |
| | | return true; |
| | | } |
| | | } |
| | | } |