| | |
| | | { |
| | | omodel.WMS_OneScanMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | //是否启用器具管理(Y,N) |
| | | if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "WMS_MouldManagerCtl") |
| | | { |
| | | omodel.WMS_MouldManagerCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); |
| | | } |
| | | |
| | | //===================================MES |
| | | //-======桌面条码模块 |
| | | //有源单生成条码,生成条码数量可否超源单数量控制 |
| | |
| | | public string WMS_BarCodeMustSameSourceBill; //条码必须同源单一致 |
| | | public string WMS_OneScanMode; //一次扫码模式 |
| | | |
| | | public string WMS_MouldManagerCtl; //是否启用器具管理(Y,N) |
| | | |
| | | //桌面条码模块 |
| | | public string BarCode_SourceQtyCtl;//有源单生成条码,生成条码数量可否超源单数量控制 |
| | | |