自动化立体仓库 - WMS系统
Administrator
2023-08-28 05ae715bdf42258e096255cfdd53b90d1e97177f
Merge remote-tracking branch 'origin/bfasrs6' into bfasrs6
4个文件已修改
14 ■■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/order/order.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/locDetlCheckQuery.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/LocDetlMapper.xml
@@ -108,6 +108,9 @@
        <if test="manu!=null and manu!='' ">
            and a.manu like '%' + #{manu} + '%'
        </if>
        <if test="batch!=null and batch!='' ">
            and a.batch like '%' + #{batch} + '%'
        </if>
        <if test="startTime!=null and endTime!=null">
            and a.modi_time between #{startTime} and #{endTime}
        </if>
src/main/webapp/static/js/common.js
@@ -228,11 +228,11 @@
]
var detlCols = [
    {field: 'matnr', align: 'center',title: '商品编号', sort:true, width: 290}
    {field: 'matnr', align: 'center',title: '商品编号', sort:true, width: 200}
    ,{field: 'specs', align: 'center',title: '规格', width: 200}
    ,{field: 'maktx', align: 'center',title: '商品名称', sort:true, width: 150}
    ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false}
    ,{field: 'batch', align: 'center',title: '批号', sort:true, hide: true}
    ,{field: 'batch', align: 'center',title: '批号', sort:true, hide: false}
    ,{field: 'anfme', align: 'center',title: '数量'}
    ,{field: 'zpallet', align: 'center',title: '托盘条码'}
src/main/webapp/views/order/order.html
@@ -84,7 +84,7 @@
                            <i class="layui-icon">&#xe654;</i>添加
                        </button>
                        <button id="importOrder" class="layui-btn icon-btn btn-add">
                            <i class="layui-icon layui-icon-upload"></i>&nbsp;导入销售单
                            <i class="layui-icon layui-icon-upload"></i>&nbsp;导入订单
                        </button>
                        <input style="display:none" id="importExcel" type="file" onchange="upload(this)" >
                    </div>
src/main/webapp/views/pakStore/locDetlCheckQuery.html
@@ -66,6 +66,11 @@
                <input class="layui-input" type="text" name="specs" placeholder="物料规格" autocomplete="off">
            </div>
        </div>
        <div class="layui-inline">
            <div class="layui-input-inline">
                <input class="layui-input" type="text" name="batch" placeholder="批号" autocomplete="off">
            </div>
        </div>
        <!-- 日期范围 -->
        <div class="layui-inline" style="width: 300px">
            <div class="layui-input-inline">