自动化立体仓库 - WMS系统
Junjie
2023-10-05 e1fedcac578d81443d46a5e4457cfdd4e4095363
#Redis可视化
4个文件已修改
11 ■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/WrkCharge.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkChargeMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkCharge/wrkCharge.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WrkCharge.java
@@ -186,6 +186,12 @@
    @ApiModelProperty(value= "条码")
    private String barcode;
    /**
     * 穿梭车
     */
    @ApiModelProperty(value= "穿梭车")
    private Integer shuttleNo;
    public WrkCharge() {}
    public WrkCharge(Integer wrkNo,String mk,Long wrkSts,Integer ioType,Integer crnNo,Integer steNo,Integer outMost,Double ioPri,String locNo,Integer staNo,Integer sourceStaNo,String sourceLocNo,String emptyMk,Date ioTime,Date crnStrTime,Date crnEndTime,String modiUser,Date modiTime,String appeUser,Date appeTime,String memo,String barcode) {
src/main/resources/application.yml
@@ -50,6 +50,7 @@
  doubleLocs: 32
  # 一个堆垛机负责的货架排数
  groupCount: 2
  url: http://127.0.0.1:9090/tzskwcs
#入库暂存数
store:
src/main/resources/mapper/WrkChargeMapper.xml
@@ -27,6 +27,7 @@
        <result column="appe_time" property="appeTime" />
        <result column="memo" property="memo" />
        <result column="barcode" property="barcode" />
        <result column="shuttle_no" property="shuttleNo" />
    </resultMap>
src/main/webapp/static/js/wrkCharge/wrkCharge.js
@@ -27,8 +27,7 @@
            // ,{field: 'mk', align: 'center',title: '标记'}
            ,{field: 'wrkSts$', align: 'center',title: '工作状态'}
            // ,{field: 'ioType$', align: 'center',title: '入出库类型'}
            ,{field: 'crnNo$', align: 'center',title: '堆垛机'}
            ,{field: 'steNo$', align: 'center',title: '穿梭车'}
            ,{field: 'shuttleNo', align: 'center',title: '穿梭车'}
            ,{field: 'charge', align: 'center',title: '充电桩'}
            // ,{field: 'outMost', align: 'center',title: '巷道口'}
            // ,{field: 'ioPri', align: 'center',title: '优先级'}