自动化立体仓库 - WMS系统
#
whycq
2025-01-04 207823b94f5627fae49d29b51b5ce7186a70c8e0
src/main/webapp/views/pakStore/turnOverQuery.html
@@ -64,7 +64,7 @@
        </div>
        <div class="layui-inline">
            <div class="layui-input-inline">
                <input class="layui-input" type="text" name="payment" placeholder="货物形态" autocomplete="off">
                <input class="layui-input" type="text" name="payment$" placeholder="货物形态" autocomplete="off">
            </div>
        </div>
        <!-- 待添加 -->
@@ -95,7 +95,7 @@
    function getCol() {
        var cols = [
            {type: 'checkbox'}
            {type: 'checkbox',width: 50}
            ,{field: 'loc_no', align: 'center',title: '库位号'}
        ];
        cols.push.apply(cols, detlCols);