自动化立体仓库 - WMS系统
#
Junjie
6 天以前 30bdf7f0587053fda826a3388c47862469eb77f5
#
3个文件已修改
8 ■■■■ 已修改文件
src/main/resources/mapper/asrs/ViewWorkInMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewWorkIn.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewWorkOut.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/asrs/ViewWorkInMapper.xml
@@ -14,8 +14,8 @@
        <if test="anfme != null and anfme != ''">
            and anfme = #{anfme}
        </if>
        <if test="orderNo != null and orderNo != ''">
            and order_no = #{orderNo}
        <if test="order_no != null and order_no != ''">
            and order_no = #{order_no}
        </if>
<!--        <if test="maktx!=null and maktx!='' ">-->
<!--            and (maktx like '%' + #{maktx} + '%'-->
src/main/webapp/views/report/viewWorkIn.html
@@ -36,7 +36,7 @@
    </div>
    <div class="layui-inline">
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="orderNo" placeholder="订单编号" autocomplete="off">
            <input class="layui-input" type="text" name="order_no" placeholder="订单编号" autocomplete="off">
        </div>
    </div>
    <div class="layui-inline">
src/main/webapp/views/report/viewWorkOut.html
@@ -36,7 +36,7 @@
    </div>
    <div class="layui-inline">
        <div class="layui-input-inline">
            <input class="layui-input" type="text" name="orderNo" placeholder="订单编号" autocomplete="off">
            <input class="layui-input" type="text" name="order_no" placeholder="订单编号" autocomplete="off">
        </div>
    </div>
    <div class="layui-inline">