供应商
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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
客户
|
||||
|
||||
Reference in New Issue
Block a user