| | |
| | | return BaseDateDAL.DepartMentSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[仓库信息查询] |
| | | public static ToMessage StoreHouseSearch() |
| | | { |
| | | return BaseDateDAL.StoreHouseSearch(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[库位信息查询] |
| | | public static ToMessage WarehouseLocationSearch() |
| | | { |
| | | return BaseDateDAL.WarehouseLocationSearch(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[库位查询仓库] |
| | | public static ToMessage WarehouseLocationSearchStoreHouse(string locationcode) |
| | | { |
| | | return BaseDateDAL.WarehouseLocationSearchStoreHouse(locationcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[单位信息查询] |
| | | public static ToMessage UnitSerch() |
| | | { |
| | | return BaseDateDAL.UnitSerch(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[质检方案信息] |
| | | public static ToMessage QualityScheme() |
| | | { |
| | | return BaseDateDAL.QualityScheme(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[存货查询] |
| | | public static ToMessage InventorySelect(string param) |
| | | { |
| | | return BaseDateDAL.InventorySelect(param); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[ERP生产车间/部门信息查询] |
| | | public static ToMessage ErpWkshopDepartmentSelect() |
| | | { |
| | | return BaseDateDAL.ErpWkshopDepartmentSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[ERP生仓库信息查询] |
| | | public static ToMessage ErpWarehouseSelect() |
| | | { |
| | | return BaseDateDAL.ErpWarehouseSelect(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[ERP生用户信息查询] |
| | | public static ToMessage ErpUserSelect() |
| | | { |
| | | return BaseDateDAL.ErpUserSelect(); |
| | | } |
| | | #endregion |
| | | } |
| | | } |