| | |
| | | |
| | | public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList"; |
| | | |
| | | // MES接口IP地址 |
| | | public static final String MES_IP_PORT = "http://192.168.14.249:8008"; |
| | | // MES仓储IP地址 |
| | | public static final String MES_CC_IP_PORT = "http://172.22.152.3:8156"; |
| | | |
| | | // 给MES推送一楼反修为待判 |
| | | public static final String MES_DP_URL = "/api/Task/InventoryTask"; |
| | | // 给仓储MES推送一楼反修为待判 |
| | | public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType"; |
| | | |
| | | // 给仓储MES推送盘点出库结果 |
| | | public static final String MES_CC_SB_URL = "/planCutRolling/v1/updateBatchHandleType"; |
| | | |
| | | // 给仓储MES推送盘点异常调整结果 |
| | | public static final String MES_CC_YCTZ_URL = "/planCutRolling/v1/exception"; |
| | | |
| | | // MES质量IP地址 |
| | | public static final String MES_ZL_IP_PORT = "http://172.22.152.3:8157"; |
| | | |
| | | // 给质量MES推送 成品/反修品 出库结果 |
| | | public static final String MES_ZL_SB_URL = "/qualityOutboundOrder/v1/confirmReceipt"; |
| | | |
| | | // 给MES推送出库单结果 |
| | | public static final String MES_CKSB_URL = "/api/Task/InventoryTask"; |