bug
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Tnb.ProductionMgr
|
||||
.Select(x=>x.material_id)
|
||||
.ToListAsync();
|
||||
|
||||
string code = await _billRullService.GetBillNumber(MoStatus.MATERIAL_RECEIPT_CODE);
|
||||
string code = await _billRullService.GetBillNumber(Tnb.BasicData.CodeTemplateConst.MATERIAL_RECEIPT_CODE);
|
||||
PrdMaterialReceiptH prdMaterialReceiptH = new PrdMaterialReceiptH()
|
||||
{
|
||||
code = code,
|
||||
|
||||
Reference in New Issue
Block a user