| | |
| | | public string BarCode_PrintQtyCtl; //条码打印次数控制(是否只允许打印一次控制,Y 只允许打印一次) |
| | | public string BarCode_UpdatePrintQtyCtl;//条码打印次数更新(打印条码时,是否更新条码打印次数,Y 更新) |
| | | |
| | | //工序流转卡 |
| | | public string Sc_ProcessExchangeBill_AutoBarCode; //工序流转卡保存自动同步条码档案 |
| | | |
| | | //工序进站接收单 |
| | | public string MES_StationInBill_FIFOCtl; //工站或工序先进先出(本生产资源 有单据没有出站则,不能进站其他单据) |
| | |
| | | public string MES_StationInBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | //工序出站汇报单 |
| | | public string MES_StationOutBill_QtyCtl; //出站数量不能大于本道进站汇总数 |
| | | public string MES_StationOutBill_QtyPreQtyCtl; //出站数量(合格数量或总数量)汇总不能大于上道合格汇总数 |
| | | public string MES_StationOutBill_QtyNextQtyCtl; //出站数量(合格数量或总数量)汇总不能大于下道合格汇总数 |
| | | public string MES_StationOutBill_ProcessCheckOut; //必须工序检验通过才能保存单据 |
| | | public string MES_StationOutBill_FirstCheckOut; //出战单判断本道工序是否做首件检验 |
| | | public string MES_StationOutBill_DeleteCtl; //删除单据时制单人与删除人必须一致 |