You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
2.6 KiB
34 lines
2.6 KiB
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace ICSSoft.Common
|
|
{
|
|
public static class NewTransType
|
|
{
|
|
public static readonly List<string> list = new List<string>() { "采购入库-采购订单", "采购入库-采购到货单", "采购拒收",
|
|
"采购退货-采购退货单","工单关联","采购退货-红字采购入库单",
|
|
"采购退货-库位维度","委外发料-委外订单备料表","委外发料-库位维度",
|
|
"委外发料-委外领料申请单","委外发料-委外材料出库单","委外退料-委外退料单",
|
|
"委外退料-委外退料单-领料申请单","委外退料-委外退料单-材料出库单","委外入库-委外订单",
|
|
"委外入库-委外到货单","委外拒收","委外退货-委外退货单",
|
|
"委外退货-红字委外入库单","生产发料-生产订单备料表","生产发料-领料申请单",
|
|
"生产发料-库位维度","生产发料-无工单领料申请单","生产发料-材料出库单",
|
|
"生产退料-生产退料单","生产退料-生产退料单-领料申请单","生产退料-生产退料单-材料出库单",
|
|
"产成品入库-生产订单","产成品入库-产成品入库单","返工工单",
|
|
"销售发货-销售发货单","销售退货-销售退货单","一步调拨",
|
|
"调拨","两步调出","两步调入",
|
|
"销售退货-原条码","销售退货-生成","杂发",
|
|
"杂发-库位维度","杂收","借用",
|
|
"归还","盘点","移库",
|
|
"拆卸单","发货分配","送货单",
|
|
"委外送货单","拆分","拆分前",
|
|
"拆分后","合并","库位查询",
|
|
"合并前","合并后","修改前",
|
|
"修改后","调拨申请单","条码查询","绑定","解绑","生产发料-领料申请单(过账SAP)",
|
|
"形态转换单","生产发料-领料申请单(无条码)"};
|
|
}
|
|
|
|
}
|