| | |
| | | "ApiUrlConfig": { |
| | | "ErpHost": "http://10.110.24.30:8081", //erpIP |
| | | "MesHost": "http://10.110.24.30:8081", //mesIP |
| | | "WcsHost": "http://localhost:5005", // "http://localhost:57061", //wcsIPhttp://localhost:57061/ |
| | | "WcsHost": "http://10.18.52.10:5005", // "http://localhost:57061", //wcsIPhttp://localhost:57061/ |
| | | "BoxHost": "http://10.110.24.30:8081", //boxIP |
| | | |
| | | // WCS |
| | | "IssueComApiUrl": "/api/demo/wcsTasks", //下发命令(出库、移库) |
| | | "IssueComApiUrl2": "/api/demo/wcsTask", //"/api/WCSApi/AddTask", //重新下发命令(出库、移库) |
| | | "AddOrderTaskUrl": "/api/demo/addOrderTask", //WMS给WCS下发的入库单任务 |
| | | "AddOrderTaskUrl": "/api/demo/orderTask", //WMS给WCS下发的入库单任务 |
| | | |
| | | // ERP |
| | | "AsnFinishUrl": "/api/wmsInterface/OutStockTask", //入库订单关闭 |