1
This commit is contained in:
@@ -42,6 +42,26 @@ namespace BLL
|
||||
{ "补料出库" ,(int)TypeInt.补料出库},
|
||||
{ "其他出库" ,(int)TypeInt.其他出库},
|
||||
{ "散件出库" ,(int)TypeInt.散件出库}
|
||||
};
|
||||
public static Dictionary<string, int> PlanPrintMap = new Dictionary<string, int>
|
||||
{
|
||||
{ "采购通知单" ,(int)TypeInt.采购入库},
|
||||
{ "退料通知单" ,(int)TypeInt.退料入库},
|
||||
{ "其他入库通知单" ,(int)TypeInt.其他入库},
|
||||
{ "材料领用申请单" ,(int)TypeInt.领料出库},
|
||||
{ "补料申请单" ,(int)TypeInt.补料出库},
|
||||
{ "其他出库申请单" ,(int)TypeInt.其他出库},
|
||||
{ "散件出库申请单" ,(int)TypeInt.散件出库}
|
||||
};
|
||||
public static Dictionary<string, int> PrintMap = new Dictionary<string, int>
|
||||
{
|
||||
{ "采购入库单" ,(int)TypeInt.采购入库},
|
||||
{ "退料入库单" ,(int)TypeInt.退料入库},
|
||||
{ "其他入库单" ,(int)TypeInt.其他入库},
|
||||
{ "材料出库单" ,(int)TypeInt.领料出库},
|
||||
{ "补料出库单" ,(int)TypeInt.补料出库},
|
||||
{ "其他出库单" ,(int)TypeInt.其他出库},
|
||||
{ "散件出库单" ,(int)TypeInt.散件出库}
|
||||
};
|
||||
public static Dictionary<string, int> StateMap = new Dictionary<string, int>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user