| | |
| | | using VueWebCoreApi.DLL.DAL; |
| | | using VueWebCoreApi.Models; |
| | | using VueWebCoreApi.Models.ErpOrder; |
| | | using VueWebCoreApi.Models.InventoryModel; |
| | | using VueWebCoreApi.Models.ReportVerify; |
| | | using VueWebCoreApi.Models.UpdateReport; |
| | | using VueWebCoreApi.Models.WorkData; |
| | |
| | | #endregion |
| | | |
| | | #region[ERP订单下达] |
| | | public static ToMessage MarkSaveErpOrder(string erporderid,string sbid, string erpordercode, string saleordercode, string partcode, string wkshopcode, string warehousecode, string erpqty, string markqty, string ordernum, string relse_qty, string saleOrderDeliveryDate,string paystartdate,string payenddate, string clerkuser, User us) |
| | | public static ToMessage MarkSaveErpOrder(string erporderid,string sbid, string erpordercode, string saleordercode, string partcode,string deptcode, string wkshopcode, string warehousecode, string erpqty, string markqty, string ordernum, string relse_qty, string saleOrderDeliveryDate,string paystartdate,string payenddate, string clerkuser, User us) |
| | | { |
| | | return WorkOrderDAL.MarkSaveErpOrder(erporderid, sbid, erpordercode, saleordercode, partcode, wkshopcode, warehousecode, erpqty, markqty, ordernum, relse_qty, saleOrderDeliveryDate, paystartdate, payenddate, clerkuser, us); |
| | | return WorkOrderDAL.MarkSaveErpOrder(erporderid, sbid, erpordercode, saleordercode, partcode, deptcode, wkshopcode, warehousecode, erpqty, markqty, ordernum, relse_qty, saleOrderDeliveryDate, paystartdate, payenddate, clerkuser, us); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | return WorkOrderDAL.MesOrderStepReportNotVerifySeave(us, id, steptype); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region[生产入库条码补打] |
| | | public static ToMessage ProductInHouseLabCode(string ordercode) |
| | | { |
| | | return WorkOrderDAL.ProductInHouseLabCode(ordercode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[生产入库信息查询] |
| | | public static ToMessage ProductInHouseOrderSearch(string saleordercode, string wkshopcode, string erpordercode, string mesordercode, string partcode, string partname, string partspec) |
| | | { |
| | | return WorkOrderDAL.ProductInHouseOrderSearch(saleordercode,wkshopcode, erpordercode, mesordercode, partcode, partname, partspec); |
| | | } |
| | | #endregion |
| | | |
| | | #region[生产入库获取单据号] |
| | | public static ToMessage ProductInHouseOrderCodeSearch(string rightcode) |
| | | { |
| | | return WorkOrderDAL.ProductInHouseOrderCodeSearch(rightcode); |
| | | } |
| | | #endregion |
| | | |
| | | #region[生产入库获取部门信息] |
| | | public static ToMessage DeptSelectData() |
| | | { |
| | | return WorkOrderDAL.DeptSelectData(); |
| | | } |
| | | #endregion |
| | | |
| | | #region[通易T8生产入库提交-代码版] |
| | | public static ToMessage ProductInHouseOrderSeave(InReptModel data, User us) |
| | | { |
| | | return WorkOrderDAL.ProductInHouseOrderSeave(data, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[通易T8生产入库提交-存储过程版(适用同一台服务器,同一个数据库)] |
| | | public static ToMessage ProductInHouseOrderSpSeave(InReptModel data, User us) |
| | | { |
| | | return WorkOrderDAL.ProductInHouseOrderSpSeave(data, us); |
| | | } |
| | | #endregion |
| | | |
| | | #region[畅捷通T+生产入库提交-存储过程版(适用同一台服务器,同一个数据库)] |
| | | public static ToMessage TProductInHouseOrderSpSeave(InReptModel data, User us) |
| | | { |
| | | return WorkOrderDAL.TProductInHouseOrderSpSeave(data, us); |
| | | } |
| | | #endregion |
| | | } |
| | | } |