金蝶同步wms
This commit is contained in:
@@ -23,6 +23,7 @@ namespace WMS.Web.Api.Controllers
|
||||
private readonly IErpService _erpService;
|
||||
private IInStockTaskService _inStockTaskService;
|
||||
private ITransactionRepositories _transactionRepositories;
|
||||
|
||||
public TestController(IErpService erpService, IInStockTaskService inStockTaskService, ITransactionRepositories transactionRepositories)
|
||||
{
|
||||
this._erpService = erpService;
|
||||
@@ -34,6 +35,7 @@ namespace WMS.Web.Api.Controllers
|
||||
[Route("hj")]
|
||||
public async Task<string> TestHJ()
|
||||
{
|
||||
//var res = await this._erpService.BillQueryForDeliveryNoticeOutStock();
|
||||
//var result= await this._erpService.BillQueryForPurchaseInStock();
|
||||
//var result = await this._erpService.BillQueryForOrg();
|
||||
var result = await this._erpService.BillQueryForMaterial();
|
||||
|
||||
Reference in New Issue
Block a user