自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-26 3602043d8c79939e1feebb22e4dfcae629d7fde6
src/main/webapp/static/js/orderTable.js
@@ -42,7 +42,6 @@
            {field: 'orderNo', title: '单据编号', align: 'center'}
        ]],
        done: function (res, curr, count) {
            console.log(res)
            $('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');
        }
    });
@@ -56,7 +55,7 @@
    /* 表格重置 */
    form.on('submit(originTbReset)', function (data) {
        insTb.reload({where: null});
        insTb2.reload({where: {host_id: null}, page: {curr: 1}});
        insTb2.reload({where: null, page: {curr: 1}});
        return false;
    });