| | |
| | | { |
| | | public class ClsXt_SystemParameterMain |
| | | { |
| | | //WMS条码 系统参数 |
| | | //========================================================================================WMS条码 系统参数 |
| | | |
| | | //生产汇报单 |
| | | public string Sc_ICMOReportBill_AutoCheck; //是否自动审核 |
| | |
| | | public long BarCode_PrintQty; //允许条码打印次数(1、2、3.....) |
| | | public string BarCode_PrintQtyCtl; //条码打印次数控制(是否只允许打印一次控制,Y 只允许打印一次) |
| | | public string BarCode_UpdatePrintQtyCtl;//条码打印次数更新(打印条码时,是否更新条码打印次数,Y 更新) |
| | | public string BarCode_AutoProductInBillWMS; //选源单生产入库单生成条码时是否自动同步生成条码出入库记录('Y'为自动同步) |
| | | public string BarCode_AutoPOStockInBillWMS; //选源单采购入库单生成条码时是否自动同步生成条码出入库记录('Y'为自动同步) |
| | | public string BarCode_AutoMateOutBackBillWMS; //选源单生产退料单生成条码时是否自动同步生成条码出入库记录('Y'为自动同步) |
| | | public string BarCode_AutoSellOutBackBillWMS; //选源单销售退货单生成条码时是否自动同步生成条码出入库记录('Y'为自动同步) |
| | | |
| | | //====================================================工序流转WIP |
| | | |
| | | //生产订单 |
| | | public string Sc_ICMOBill_AutoProcExchBill; //生产订单同步时自动生成流转卡 |
| | | |
| | | //工序流转卡 |
| | | public string Sc_ProcessExchangeBill_AutoBarCode; //工序流转卡保存自动同步条码档案 |
| | | |
| | | //工序进站接收单 |
| | | public string MES_StationInBill_FIFOCtl; //工站或工序先进先出(本生产资源 有单据没有出站则,不能进站其他单据) |
| | |
| | | public string MES_StationInBill_AutoFindSNO; //进站接收单是否自动匹配对应流水号 |
| | | public string MES_StationInBill_ShowUSERProcess; //进站接收单只显示用户对应工序 |
| | | public string MES_StationInBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | public string MES_StationInBill_DeleteRelationCtl; //进站接收单删除时是否进行关联控制 |
| | | //工序出站汇报单 |
| | | public string MES_StationOutBill_QtyCtl; //出站数量不能大于本道进站汇总数 |
| | | public string MES_StationOutBill_QtyPreQtyCtl; //出站数量(合格数量或总数量)汇总不能大于上道合格汇总数 |
| | |
| | | public string MES_StationOutBill_AutoFindSNO; //出站汇报单是否自动匹配对应流水号 |
| | | public string MES_StationOutBill_ShowUSERProcess; //出站汇报单只显示用户对应工序 |
| | | public string MES_StationOutBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | public string MES_StationOutBill_DeleteRelationCtl; //出站汇报单删除时是否进行关联控制 |
| | | |
| | | //不良品评审单 |
| | | public string QC_NoPassProdCheckBill_QtyCtl; //不良品数不能大于出站单报废数量 |