优化接口
This commit is contained in:
@@ -95,9 +95,14 @@ namespace WMS.Web.Api.Controllers
|
||||
|
||||
// var result = await this._erpService.BillQueryForSupplier();
|
||||
|
||||
var result= await this._erpService.BillQueryForTransferDirect();
|
||||
var result= await this._erpService.BillQueryForAssembledApp_Assembly();
|
||||
|
||||
var tt = JsonConvert.SerializeObject(result.Data);
|
||||
var result2 = await this._erpService.BillQueryForAssembledApp_Disassembly();
|
||||
|
||||
var list= result.Data.ToList();
|
||||
list.AddRange(result2.Data.ToList());
|
||||
|
||||
var tt = JsonConvert.SerializeObject(list);
|
||||
|
||||
//var tttt = new List<string>() { "ABCD14200999" };
|
||||
//var boxInventorys = await _boxInventoryRepositories.Get(142);
|
||||
|
||||
Reference in New Issue
Block a user