| | |
| | | public string MES_StationInBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | public string MES_StationInBill_DeleteRelationCtl; //进站接收单删除时是否进行关联控制 |
| | | public string MES_StationInBill_PreQtyCtl; //本道进站数量不能大于上道出站合格数量 |
| | | public string MES_StationInBill_QtyRateCtl; //本道进站数量汇总数不能大于流转卡数量上限 |
| | | |
| | | //工序出站汇报单 |
| | | public string MES_StationOutBill_AutoCheck; //保存后是否自动审核 |
| | |
| | | public string MES_StationOutBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | public string MES_StationOutBill_DeleteRelationCtl; //出站汇报单删除时是否进行关联控制 |
| | | public string MES_StationOutBill_NextQtyCtl; //本道出站数量不允许小于下道进站数量 |
| | | public string MES_StationOutBill_QtyRateCtl; //本道出站数量汇总数不能大于流转卡数量上限 |
| | | |
| | | //不良品评审单 |
| | | public string QC_NoPassProdCheckBill_AutoCheck; //保存后是否自动审核 |
| | |
| | | public string MES_StationEntrustInBill_OneCtl; //一张流转卡只允许一次委外发出 |
| | | public string MES_StationEntrustInBill_DeleteCtl; //删除单据时制单人与删除人必须一致 |
| | | public string MES_StationEntrustInBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | public string MES_StationEntrustInBill_QtyRateCtl; //委外发出数量汇总数不能大于流转卡数量上限 |
| | | //工序委外接收单 |
| | | public string MES_StationEntrustOutBill_AutoCheck; //保存后是否自动审核 |
| | | public string MES_StationEntrustOutBill_QtyCtl; //出站数量不能大于本道进站汇总数 |
| | | public string MES_StationEntrustOutBill_DeleteCtl; //删除单据时制单人与删除人必须一致 |
| | | public string MES_StationEntrustOutBill_SaveAutoAddnew; //保存后变为新增状态 |
| | | public string MES_StationEntrustOutBill_QtyRateCtl; //委外接收数量汇总数不能大于流转卡数量上限 |
| | | |
| | | |
| | | //JIT |