供应商
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user