自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-24 b421f805b88a71b29c44d803e7661c2b8d486a18
#
2个文件已修改
5 ■■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/locDetlQuery.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -39,6 +39,9 @@
        <if test="altme!=null and altme!='' ">
            and a.altme like '%' + #{altme} + '%'
        </if>
        <if test="startTime!=null and endTime!=null">
            and a.modi_time between #{startTime} and #{endTime}
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">
src/main/webapp/views/pakStore/locDetlQuery.html
@@ -124,6 +124,8 @@
                ,{field: 'zpallet', align: 'center',title: '托盘条码'}
                // ,{field: 'bname', align: 'center',title: '用户ID'}
                // ,{field: 'memo', align: 'center',title: '备注'}
                ,{field: 'modiUser$', align: 'center',title: '修改人员', hide: true}
                ,{field: 'modiTime$', align: 'center',title: '修改时间'}
            ]],
            request: {