自动化立体仓库 - WMS系统
#
zjj
2024-03-14 ad9d4bee178f465a2fda266847f4e19cf9781627
#
2个文件已修改
6 ■■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/locDetlStatis/locDetlStatis.html 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -109,6 +109,9 @@
        <if test="owner !=null and owner!='' ">
            and a.owner =  #{owner}
        </if>
        <if test="batch !=null and batch!='' ">
            and a.batch like  #{batch}
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">
src/main/webapp/views/locDetlStatis/locDetlStatis.html
@@ -18,6 +18,9 @@
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="matnr" placeholder="商品编号" autocomplete="off">
        </div>
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="batch" placeholder="批次" autocomplete="off">
        </div>
    </div>
    <!-- 待添加 -->
    <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block">