| | |
| | | } |
| | | #endregion |
| | | |
| | | #region[采购入库提交] |
| | | public static ToMessage MesAppPurchInStorSave(string ordercode, string username, string incontent) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchInStorSave(ordercode,username, incontent); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[采购退货:获取采购订单列表(已到货的采购订单)] |
| | | public static ToMessage MesAppPurchaseReturnOrderSearch(string purchordercode) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchaseReturnOrderSearch(purchordercode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[采购退货:选择采购订单获取物料信息] |
| | | public static ToMessage MesAppPurchReturnOrderPartSearch(string purchordercode) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchReturnOrderPartSearch(purchordercode); |
| | | } |
| | | #endregion |
| | | } |
| | | } |