1.质检不合格,选择时间区间;2.生产入库记录增加工单类型及物料的查询条件;3.产成品入库同步BIP成功后,相关信息记录到生产入库记录
This commit is contained in:
@@ -73,6 +73,7 @@ namespace Tnb.ProductionMgr
|
||||
code_batch = a.code_batch,
|
||||
barcode = a.barcode,
|
||||
quantity = a.quantity.ToString(),
|
||||
material_standard=b.material_standard
|
||||
}).ToPagedListAsync(input.currentPage, input.pageSize);
|
||||
return PageResult<PrdInstockRecordUpListDownOutPut>.SqlSugarPageResult(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user