公司AMS产品

LZH 49069ba609 越库代码完善 1 년 전
bin f569e118ce init-- 2 년 전
doc f569e118ce init-- 2 년 전
lib f569e118ce init-- 2 년 전
ruoyi-admin c1c96f09ee 工单取消接口以及更新数量接口相关代码 1 년 전
ruoyi-common c1c96f09ee 工单取消接口以及更新数量接口相关代码 1 년 전
ruoyi-framework ca99d7b585 打开接口权限 1 년 전
ruoyi-generator f569e118ce init-- 2 년 전
ruoyi-quartz f569e118ce init-- 2 년 전
ruoyi-system f569e118ce init-- 2 년 전
ruoyi-ui 32ab45f901 1.入库时选择的产线目标站可清除 2 년 전
sql f569e118ce init-- 2 년 전
warewms-ams 49069ba609 越库代码完善 1 년 전
warewms-base be60b669d4 破袋机相关接口完善 1 년 전
warewms-hard 714694a2cf 搅拌槽代码修改 1 년 전
.gitignore f569e118ce init-- 2 년 전
LICENSE f569e118ce init-- 2 년 전
README.md 7aa41ab212 1.规范项目代码规范 2 년 전
package.xml f569e118ce init-- 2 년 전
pom.xml f569e118ce init-- 2 년 전
ry.bat f569e118ce init-- 2 년 전
ry.sh f569e118ce init-- 2 년 전

README.md

金川选矿

WCS->接口

/**
 * WCS调WMS接口
 *
 * @author jwk
 * @date 2023/04/03
 */
@RestController
@RequestMapping("/edi/wcs")
public class WcsToWmsApiController {
}

WMS调WCS方法

/**
 * @author HuKang
 * @version 1.0
 * @date 2023/3/30 15:42
 */
@Slf4j
@Service
public class WmsToWcsApiService {
}

入库

袋装入库

创建入库单

  • 界面增加入库单

同步入库单给WCS

  • 按钮同步给Wcs

组盘上报

  • Wcs请求Wms入库,获取目标点位
/**
     * 组盘上报
     *
     * @param stackingCompletion
     * @return
     */
    public AjaxResult stackingCompletion(StackingCompletionForm stackingCompletion) {
        return AjaxResult.success();
    }

接受WCS反馈,更新库存信息

袋装越库

同步入库越库单给WCS

出库

创建出库单

同步出库单给WCS

任务下发

更新库存信息

硬件对接

拆包机

搅拌槽

打包机