|
@@ -27,11 +27,22 @@ namespace WCS.WorkEngineering.WebApi.Controllers
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public static zhongTianIntoStockResponse zhongTianIntoStock()
|
|
|
+ //public static zhongTianIntoStockResponse 空轮入库(string matCode, string wbCode)
|
|
|
+ //{
|
|
|
+ // //return zhongTianIntoStock(matCode, )
|
|
|
+ //}
|
|
|
+
|
|
|
+ //public static zhongTianIntoStockResponse 余料入库(string matCode, string wbCode)
|
|
|
+ //{
|
|
|
+ // //return zhongTianIntoStock(matCode, )
|
|
|
+ //}
|
|
|
+
|
|
|
+ public static zhongTianIntoStockResponse zhongTianIntoStock(string matCode, string wbCode)
|
|
|
{
|
|
|
var res = APICaller.CallApi2<zhongTianIntoStockResponse>(IwmsUrl + "/databus/publish/zhongTianIntoStock", new zhongTianIntoStockRequest
|
|
|
{
|
|
|
-
|
|
|
+ matCode = matCode,
|
|
|
+ wbCode = wbCode,
|
|
|
});
|
|
|
//if (res.code != AgvResponseCode.Success)
|
|
|
//{
|