供应商

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;
}

View File

@@ -550,6 +550,11 @@
出入库方式:按箱或者按产品
</summary>
</member>
<member name="P:WMS.Web.Core.Dto.EnumStatusResponse.OutStockStatus">
<summary>
出库状态
</summary>
</member>
<member name="T:WMS.Web.Core.Dto.Erp.Customer.ErpCustomerDto">
<summary>
客户