1
This commit is contained in:
@@ -502,8 +502,8 @@ namespace Tnb.WarehouseMgr
|
|||||||
{
|
{
|
||||||
barcode_qty = b.codeqty,
|
barcode_qty = b.codeqty,
|
||||||
in_bill_code = a.bill_code,
|
in_bill_code = a.bill_code,
|
||||||
out_bill_code = SqlFunc.Subqueryable<WmsOutstockH>().Where(it => it.id == c.bill_id).Select(it => it.bill_code),
|
|
||||||
instock_time = a.create_time,
|
instock_time = a.create_time,
|
||||||
|
out_bill_code = SqlFunc.Subqueryable<WmsOutstockH>().Where(it => it.id == c.bill_id).Select(it => it.bill_code),
|
||||||
outstock_time = SqlFunc.Subqueryable<WmsOutstockH>().Where(it => it.id == c.bill_id).Select(it => it.create_time),
|
outstock_time = SqlFunc.Subqueryable<WmsOutstockH>().Where(it => it.id == c.bill_id).Select(it => it.create_time),
|
||||||
}, true)
|
}, true)
|
||||||
.ToPagedListAsync(input.currentPage, input.pageSize);
|
.ToPagedListAsync(input.currentPage, input.pageSize);
|
||||||
|
|||||||
Reference in New Issue
Block a user