| | |
| | | public string MES_StationInBill_QtyCtl; //进站数量不能大于上道出站汇总合格数 |
| | | public string MES_StationInBill_OneCtl; //一张流转卡只允许一次进站 |
| | | public string MES_StationInBill_FirstCheckOut; //必须首件检验通过才能保存单据 |
| | | public string MES_StationInBill_ProcessCheckCtl; //进站单当前工序的上道工序是否做工序检验 |
| | | //出站单 |
| | | public string MES_StationOutBill_QtyCtl; //出站数量不能大于本道进站汇总数 |
| | | public string MES_StationOutBill_ProcessCheckOut; //必须工序检验通过才能保存单据 |
| | | public string MES_StationOutBill_FirstCheckOut; //出战单判断本道工序是否做首件检验 |
| | | //不良品评审单 |
| | | public string QC_NoPassProdCheckBill_QtyCtl; //不良品数不能大于出站单报废数量 |
| | | //委外发出 |