| | |
| | | #endregion |
| | | |
| | | #region[存货档案关联工艺路线提交] |
| | | public static ToMessage SaveInventoryFile(string partcode,string username, List<ObjectData> json) |
| | | public static ToMessage SaveInventoryFile(string partcode,string defaultroute_code, string username, List<ObjectData> json) |
| | | { |
| | | return ProductModelDAL.SaveInventoryFile(partcode, username, json); |
| | | return ProductModelDAL.SaveInventoryFile(partcode, defaultroute_code, username, json); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[工艺路线下拉查询接口] |
| | | public static ToMessage RouteSelect() |
| | | #region[工序下拉查询接口] |
| | | public static ToMessage StepSelect() |
| | | { |
| | | return ProductModelDAL.RouteSearch(); |
| | | return ProductModelDAL.StepSelect(); |
| | | } |
| | | #endregion |
| | | |