自动化立体仓库 - WMS系统
Junjie
2023-10-05 c590106e1e4d08aa83b08d6e8d083aac38df6aec
#设备命令下发增加设备工作号
6个文件已修改
22 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/BasLiftOpt.java 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/BasShuttleOpt.java 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/BasLiftOptMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/BasShuttleOptMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/basLiftOpt/basLiftOpt.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/basShuttleErrLog/basShuttleOpt.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/BasLiftOpt.java
@@ -83,6 +83,13 @@
    @TableField("system_status")
    private String systemStatus;
    /**
     * 设备工作号
     */
    @ApiModelProperty(value= "设备工作号")
    @TableField("device_wrk")
    private String deviceWrk;
    public BasLiftOpt() {}
    public BasLiftOpt(Integer wrkNo, Integer liftNo, Date sendTime, Date updateTime, Long updateBy, String memo, String command, String systemStatus) {
src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
@@ -106,6 +106,13 @@
    @TableField("system_status")
    private String systemStatus;
    /**
     * 设备工作号
     */
    @ApiModelProperty(value= "设备工作号")
    @TableField("device_wrk")
    private String deviceWrk;
    public BasShuttleOpt() {}
    public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String systemStatus) {
src/main/resources/mapper/BasLiftOptMapper.xml
@@ -13,6 +13,7 @@
        <result column="memo" property="memo" />
        <result column="command" property="command" />
        <result column="system_status" property="systemStatus" />
        <result column="device_wrk" property="deviceWrk" />
    </resultMap>
src/main/resources/mapper/BasShuttleOptMapper.xml
@@ -16,6 +16,7 @@
        <result column="memo" property="memo" />
        <result column="command" property="command" />
        <result column="system_status" property="systemStatus" />
        <result column="device_wrk" property="deviceWrk" />
    </resultMap>
src/main/webapp/static/js/basLiftOpt/basLiftOpt.js
@@ -25,12 +25,13 @@
            {field: 'id', align: 'center',title: '编号'}
            ,{field: 'wrkNo', align: 'center',title: '任务号'}
            ,{field: 'liftNo', align: 'center',title: '提升机号'}
            ,{field: 'command', align: 'center',title: '命令'}
            ,{field: 'systemStatus', align: 'center',title: '系统状态'}
            ,{field: 'deviceWrk', align: 'center',title: '设备工作号'}
            ,{field: 'sendTime$', align: 'center',title: '下发时间'}
            ,{field: 'updateTime$', align: 'center',title: '修改时间'}
            ,{field: 'updateBy$', align: 'center',title: '修改人员'}
            ,{field: 'memo', align: 'center',title: '备注'}
            ,{field: 'command', align: 'center',title: '命令'}
            ,{field: 'systemStatus', align: 'center',title: '系统状态'}
            // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120}
        ]],
src/main/webapp/static/js/basShuttleErrLog/basShuttleOpt.js
@@ -28,6 +28,7 @@
            ,{field: 'distLocNo', align: 'center',title: '目标库位'}
            ,{field: 'command', align: 'center',title: '命令'}
            ,{field: 'systemStatus', align: 'center',title: '系统状态'}
            ,{field: 'deviceWrk', align: 'center',title: '设备工作号'}
            ,{field: 'sendTime$', align: 'center',title: '下发时间'}
            ,{field: 'updateTime$', align: 'center',title: '修改时间'}
            ,{field: 'updateBy$', align: 'center',title: '修改人员'}