材料入库导入增加序号
This commit is contained in:
@@ -45,8 +45,8 @@ namespace BLL
|
||||
};
|
||||
public static Dictionary<string, int> PlanPrintMap = new Dictionary<string, int>
|
||||
{
|
||||
{ "采购通知单" ,(int)TypeInt.采购入库},
|
||||
{ "退料通知单" ,(int)TypeInt.退料入库},
|
||||
{ "采购入库申请单" ,(int)TypeInt.采购入库},
|
||||
{ "退料入库申请单" ,(int)TypeInt.退料入库},
|
||||
{ "其他入库通知单" ,(int)TypeInt.其他入库},
|
||||
{ "材料领用申请单" ,(int)TypeInt.领料出库},
|
||||
{ "补料申请单" ,(int)TypeInt.补料出库},
|
||||
|
||||
Reference in New Issue
Block a user