| | |
| | | #endregion |
| | | |
| | | #region[采购到货:提交] |
| | | public static ToMessage MesAppPurchOrderSave(string purordercode, string orderstaus,string username, List<AppPurchOrderSave> json) |
| | | public static ToMessage MesAppPurchOrderSave(string purordercode,string username, List<AppPurchOrderSave> json) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, orderstaus, username, json); |
| | | return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, username, json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[采购入库选择有到货采购订单] |
| | | public static ToMessage MesAppPurchInStorSelectCGOrder() |
| | | public static ToMessage MesAppPurchInStorSelectCGOrder(string purchordercode) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder(); |
| | | return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder(purchordercode); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | #endregion |
| | | |
| | | #region[采购入库扫描标签条码带出到货单信息] |
| | | public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode) |
| | | public static ToMessage MesAppPurchInStorScanLabCode(string labcode) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode); |
| | | return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | return AppPurchManagementDAL.MesAppPurchReturnOrderPartSearch(purchordercode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[采购退货单:扫描标签] |
| | | public static ToMessage MesAppPurchReturnInStorScanLabCode(string ordercode, string partcode, string labcode) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchReturnInStorScanLabCode(ordercode,partcode,labcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[采购退货单:提交] |
| | | public static ToMessage MesAppPurchReturnInStorSave(string orderid, string ordercode, string username, string incontent) |
| | | { |
| | | return AppPurchManagementDAL.MesAppPurchReturnInStorSave(orderid,ordercode, username, incontent); |
| | | } |
| | | #endregion |
| | | |
| | | } |
| | | } |