自动化立体仓库 - WMS系统
#
1
23 小时以前 3122572117925328e91244d57b09872e604cdbf5
#
6个文件已修改
26 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/WaitPakin.java 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/orderDetlPakin/orderDetl.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/locDetlStatis/locDetlStatis.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -160,40 +160,40 @@
     * 备用1
     */
    @ApiModelProperty(value= "备用1")
    private String standby1 = "1";
    private String standby1 ;
    /**
     * 备用2
     */
    @ApiModelProperty(value= "备用2")
    private String standby2 = "1";
    private String standby2 ;
    /**
     * 备用3
     */
    @ApiModelProperty(value= "备用3")
    private String standby3 = "1";
    private String standby3 ;
    /**
     * 备用1
     */
    @ApiModelProperty(value= "备用1")
    @TableField("box_type1")
    private String boxType1 = "1";
    private String boxType1 ;
    /**
     * 备用2
     */
    @ApiModelProperty(value= "备用2")
    @TableField("box_type2")
    private String boxType2 = "1";
    private String boxType2 ;
    /**
     * 备用3
     */
    @ApiModelProperty(value= "备用3")
    @TableField("box_type3")
    private String boxType3 = "1";
    private String boxType3 ;
    public String getBeBatch$(){
        if (null == this.beBatch){ return null; }
src/main/resources/mapper/LocDetlMapper.xml
@@ -490,6 +490,7 @@
        a.batch,
        a.standby1,
        a.standby2,
        a.standby3,
        MAX(a.box_type3) AS box_type3,
        SUM(a.anfme) AS anfme
        FROM asr_loc_detl a
@@ -500,6 +501,7 @@
        a.batch,
        a.standby1,
        a.standby2,
        a.standby3,
        a.box_type3
        ORDER BY SUM(a.anfme) DESC
    </select>
src/main/webapp/static/js/common.js
@@ -253,6 +253,8 @@
    // ,{field: 'height', align: 'center',title: '高(毫米)', hide: false}
    // ,{field: 'threeCode', align: 'center',title: '箱子尺寸', hide: true}
    ,{field: 'standby1', align: 'center',title: '客户po', hide: false}
    ,{field: 'standby3', align: 'center',title: '客户sku', hide: false}
    ,{field: 'suppCode', align: 'center',title: '供应商编码', hide: true}
    // ,{field: 'beBatch$', align: 'center',title: '是否批次', hide: true}
    // ,{field: 'deadTime', align: 'center',title: '保质期', hide: true}
src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -126,8 +126,8 @@
                        success: function (res) {
                            layer.closeAll();
                            if (res.code === 200 && res.data && res.data.length > 0) {
                                var titles = ['库存数量', '商品编号', '备注', '采购单号', '条码UPC', '单箱毛重(kg)', '客户PO'];
                                var fieldKeys = ['anfme', 'matnr', 'memo', 'boxType3', 'standby2', 'units', 'standby1'];
                                var titles = ['库存数量', '商品编号', '备注', '采购单号', '条码UPC', '单箱毛重(kg)', '客户PO','客户sku'];
                                var fieldKeys = ['anfme', 'matnr', 'memo', 'boxType3', 'standby2', 'units', 'standby1','standby3'];
                                var exportData = res.data.map(function(item) {
                                    return [
@@ -137,7 +137,8 @@
                                        item.boxType3 || '',
                                        item.standby2 || '',
                                        item.units || '',
                                        item.standby1 || ''  // 如字段是 order_no 改成 item.order_no
                                        item.standby1 || '',  // 如字段是 order_no 改成 item.order_no
                                        item.standby3 || ''
                                    ];
                                });
src/main/webapp/static/js/orderDetlPakin/orderDetl.js
@@ -22,6 +22,7 @@
        height: 'full-120',
        cols: [[
            {field: 'matnr', title: '商品编号', width: 160},
            {field: 'orderNo', title: '单据编号', width: 160},
            {field: 'maktx', title: '名称', width: 160},
            {field: 'standby3', title: '客户SKU'},
            {field: 'boxType1', title: '货主'},
src/main/webapp/views/locDetlStatis/locDetlStatis.html
@@ -16,7 +16,7 @@
<div id="search-box" class="layui-form layui-card-header">
    <div class="layui-inline">
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="matnr" placeholder="SKU" autocomplete="off">
            <input class="layui-input" type="text" name="standby3" placeholder="SKU" autocomplete="off">
        </div>
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="boxType3" placeholder="采购单号" autocomplete="off">