This commit is contained in:
18942506660
2024-10-22 10:36:21 +08:00
parent a00e01332a
commit 63dc01b64b
3 changed files with 35 additions and 9 deletions

View File

@@ -112,14 +112,18 @@ namespace WMS.Web.Api.Controllers
//var m2 = my2.Object;
//var md = m2.code;
List<(string orgCode, string stockCode)> request = new List<(string orgCode, string stockCode)>();
request.Add(("101", "CK001"));
request.Add(("101", "CK002"));
var list = await _erpService.BillQueryForInventory(request);
//var b33= await _juShuiTanService.GetStock();
// var bc = await _lingXingService.GetStock();
//await _juShuiTanService.GetTest();
string codes = "AD";
var b = await _erpInventoryService.GetInventory(codes);
//List<(string orgCode, string stockCode)> request = new List<(string orgCode, string stockCode)>();
//request.Add(("101", "CK001"));
//request.Add(("101", "CK002"));
//var list = await _erpService.BillQueryForInventory(request);
////await _juShuiTanService.GetTest();
//string codes = "AD";
//var b = await _erpInventoryService.GetInventory(codes);
//var bcd=await _productInventoryService.Refresh();
//LingXingResponse<LingXingStockResponse> r = new LingXingResponse<LingXingStockResponse>();