erp:其他入库单
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user