| | |
| | | public string WMS_BarCodeMustSameSourceBill; //条码必须同源单一致 |
| | | public string WMS_OneScanMode; //一次扫码模式 |
| | | |
| | | public string WMS_MouldManagerCtl; //是否启用器具管理(Y,N) |
| | | |
| | | //桌面条码模块 |
| | | public string BarCode_SourceQtyCtl;//有源单生成条码,生成条码数量可否超源单数量控制 |
| | | |
| | |
| | | public string MES_StationInBill_FullMoveCtl; //上道完全出站控制(本道进站时,上道的报废+合格必须等于上道进站数量 |
| | | 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; //不良品数不能大于出站单报废数量 |
| | | //委外发出 |
| | |
| | | public string Sc_ICMOReportBill_MulSourceBill; //多源单模式 |
| | | public string Sc_ICMOReportBill_BillTypeOneScan;//本单据类型内只允许一次扫码(唯一码,含缓存列表) |
| | | public string Sc_ICMOReportBill_UpdateSourceInterID;//覆盖源单内码 |
| | | public string Sc_ICMOReportBill_FirstCheckOut; //必须首件检验通过才能保存单据 |
| | | |
| | | //JIT |
| | | |
| | | |
| | | //开班单 |
| | | public string Sc_MESBeginWorkBill_AutoCheck; //自动审核 |
| | | //结班单 |
| | | public string Sc_MESEndWorkBill_AutoCheck; //自动审核 |
| | | //停工挂起单 |
| | | public string Sc_MESStopWorkBill_AutoCheck; //自动审核 |
| | | //产量汇报单 |
| | | public string Sc_ICMOBillWorkQtyStatus_AutoCheck; //自动审核 |
| | | //质量汇报单 |
| | | public string Sc_ICMOBillQualityStatus_AutoCheck; //自动审核 |
| | | //上料防错单 |
| | | public string Sc_MaterToSourceBill_AutoCheck; //自动审核 |
| | | |
| | | //QMS |
| | | |
| | | //首件检验单 |
| | | public string QC_FirstPieceCheckBill_AutoCheck; //自动审核 |
| | | |
| | | } |
| | | |