入库单修改,增加入库明细序号,修改入库单打印模板。
This commit is contained in:
@@ -294,6 +294,7 @@ namespace BLL
|
||||
MaterialCode = detail.MaterialCode,
|
||||
PlanNum = detail.PlanNum,
|
||||
ActNum = detail.ActNum,
|
||||
SortIndex = detail.SortIndex,
|
||||
};
|
||||
TwInputdetailService.Add(detailTable);
|
||||
TwMaterialstockService.UpdateStockNum(master.ProjectId, detail.MaterialCode, master.WarehouseCode, TwConst.InOutType.入库, detailTable.ActNum);
|
||||
|
||||
Reference in New Issue
Block a user