| | |
| | | public string MES_StationInBill_FullMoveCtl; //上道完全出站控制(本道进站时,上道的报废+合格必须等于上道进站数量 |
| | | public string MES_StationInBill_QtyCtl; //进站数量不能大于上道出站汇总合格数 |
| | | public string MES_StationInBill_OneCtl; //一张流转卡只允许一次进站 |
| | | public string MES_StationInBill_FirstCheckOut; //必须首件检验通过才能保存单据 |
| | | //出站单 |
| | | public string MES_StationOutBill_QtyCtl; //出站数量不能大于本道进站汇总数 |
| | | public string MES_StationOutBill_ProcessCheckOut; //必须工序检验通过才能保存单据 |
| | | //不良品评审单 |
| | | public string QC_NoPassProdCheckBill_QtyCtl; //不良品数不能大于出站单报废数量 |
| | | //委外发出 |
| | |
| | | public string Sc_ICMOReportBill_MulSourceBill; //多源单模式 |
| | | public string Sc_ICMOReportBill_BillTypeOneScan;//本单据类型内只允许一次扫码(唯一码,含缓存列表) |
| | | public string Sc_ICMOReportBill_UpdateSourceInterID;//覆盖源单内码 |
| | | |
| | | public string Sc_ICMOReportBill_FirstCheckOut; //必须首件检验通过才能保存单据 |
| | | |
| | | //JIT |
| | | |
| | |
| | | //质量汇报单 |
| | | public string Sc_ICMOBillQualityStatus_AutoCheck; //自动审核 |
| | | |
| | | // |
| | | //QMS |
| | | |
| | | //首件检验单 |
| | | public string QC_FirstPieceCheckBill_AutoCheck; //自动审核 |
| | | |
| | | } |
| | | |
| | | } |