| | |
| | | public string WMS_UserByOrgRelation; //扫码枪用户登入时判断用户对应组织权限控制,Y为控制 |
| | | public string WMS_MouldManagerCtl; //是否启用器具管理(Y,N) |
| | | public string WMS_CloudMode; //是否为私有云模式 |
| | | public string WMS_BillDateMode; //单据日期是否取界面递入日期 |
| | | |
| | | |
| | | //桌面条码模块 |
| | |
| | | public string MES_StationEntrustOutBill_QtyCtl; //出站数量不能大于本道进站汇总数 |
| | | public string MES_StationEntrustOutBill_DeleteCtl; //删除单据时制单人与删除人必须一致 |
| | | |
| | | |
| | | //生产汇报单 |
| | | public string Sc_ICMOReportBill_FirstCheckOut; //必须首件检验通过才能保存单据 |
| | | public string MES_StationOutBill_InStockType; //工序末道入库仓库取值类型 |
| | | |
| | | //JIT |
| | | |
| | |
| | | public string Sc_MouldProdOutBill_MouldLifeCtrlType; //保存时器具寿命控制类型 (Y 强制控制, N 仅提示) |
| | | |
| | | |
| | | //工艺路线 |
| | | public string Gy_RoutingBill_SaveAutoLastProc; //保存到数据库时自动加上转工序 |
| | | |
| | | //工序进站单 |
| | | public string MES_StationBill_ProcNo; //自动匹配流水号 |
| | | |
| | | } |
| | | |