whycq
2024-07-25 b55d6b0950d527451e8974dd3b7e65c0f5d2ce11
zy-asrs-wms/src/main/webapp/views/pakStore/locDetlQuery.html
@@ -74,7 +74,7 @@
        </div>
        <div class="layui-inline">
            <div class="layui-input-inline">
                <input class="layui-input" type="text" name="memo" placeholder="翻包" autocomplete="off">
                <input class="layui-input" type="text" name="owner" placeholder="货主" autocomplete="off">
            </div>
        </div>
        <!-- 待添加 -->
@@ -106,7 +106,7 @@
    function getCol() {
        var cols = [
            {type: 'checkbox'}
            ,{field: 'locNo$', align: 'center',title: '库位号'}
            ,{field: 'locNo', align: 'center',title: '库位号'}
        ];
        cols.push.apply(cols, detlCols);
        cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true}