|
|
@ -124,7 +124,7 @@ public interface SapToWmsService { |
|
|
|
*/ |
|
|
|
public ServiceResultBean getMaterialStock(ServiceContext context, JSONObject accountId, JSONObject form); |
|
|
|
/** |
|
|
|
* Description 实时库存信息导入 在SAP系统中查询满足选择条件且未发完料的元件清单 |
|
|
|
* Description 生产急单导入 在SAP系统中查询满足选择条件且未发完料的元件清单 |
|
|
|
* |
|
|
|
* @param context |
|
|
|
* 上下文 |
|
|
@ -320,6 +320,13 @@ public interface SapToWmsService { |
|
|
|
*/ |
|
|
|
public ServiceResultBean publicMaterialStockMove(ServiceContext context, JSONObject accountId, JSONObject form,JSONArray allrows); |
|
|
|
|
|
|
|
/** |
|
|
|
* 班组更新 |
|
|
|
* @param ctx |
|
|
|
* @param user |
|
|
|
* @param form |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
public ServiceResultBean getWorkCenterInfo(ServiceContext ctx,JSONObject user,JSONObject form); |
|
|
|
|
|
|
|
public ServiceResultBean POPostFact(ServiceContext context, JSONObject accountId, JSONArray allrows); |
|
|
|