| | |
| | | public string MES_StationOutBill_FirstCheckOut; //出战单判断本道工序是否做首件检验 |
| | | //不良品评审单 |
| | | public string QC_NoPassProdCheckBill_QtyCtl; //不良品数不能大于出站单报废数量 |
| | | public string QC_NoPassProdCheckBill_BadReasonQtyCtrl; //不良品评审单不良数量和不良原因总数必须一致 |
| | | //委外发出 |
| | | public string MES_StationEntrustInBill_FIFOCtl; //工站或工序先进先出(同上) |
| | | public string MES_StationEntrustInBill_FullMoveCtl; //上道完全出站控制(同上) |
| | |
| | | //首件检验单 |
| | | public string QC_FirstPieceCheckBill_AutoCheck; //自动审核 |
| | | |
| | | //工序进站接收单 |
| | | public string MES_StationInBill_SaveAutoAddnew; //自动新增 |
| | | //工序出站汇报单 |
| | | public string MES_StationOutBill_SaveAutoAddnew; //自动新增 |
| | | //工序委外发出单 |
| | | public string MES_StationEntrustInBill_SaveAutoAddnew; //自动新增 |
| | | //工序委外接收单 |
| | | public string MES_StationEntrustOutBill_SaveAutoAddnew; //自动新增 |
| | | |
| | | } |
| | | |
| | | } |