erp:其他入库单

This commit is contained in:
tongfei
2023-11-10 16:42:12 +08:00
parent 074b649faf
commit df787cd6dd
7 changed files with 306 additions and 1 deletions

View File

@@ -54,7 +54,8 @@ namespace WMS.Web.Api.Controllers
[Route("tf")]
public async Task<string> TestTF()
{
var result = await this._erpService.BillQueryForOrg();
//var result = await this._erpService.BillQueryForOrg();
var result = await this._erpService.BillQueryForBillType();
if (!result.IsSuccess)
return "";
return JsonConvert.SerializeObject(result.Data);