供应商

This commit is contained in:
tongfei
2023-11-30 11:28:26 +08:00
parent 1528223761
commit 6d08effb54
3 changed files with 9 additions and 3 deletions

View File

@@ -90,7 +90,8 @@ namespace WMS.Web.Api.Controllers
//return JsonConvert.SerializeObject(result.Data);
var result = await this._inStockTaskService.Sysn();
var result = await this._erpService.BillQueryForSupplier();
var tt= JsonConvert.SerializeObject(result.Data);
//var tttt = new List<string>() { "ABCD14200999" };
//var boxInventorys = await _boxInventoryRepositories.Get(142);
@@ -122,7 +123,7 @@ namespace WMS.Web.Api.Controllers
//data.Add(boxInventorys);
//var result= await _boxInventoryRepositories.UpdateRange(data);
return "";
return tt;
}