自动化立体仓库 - WMS系统
luxiaotao1123
2022-03-26 0b3c92eef1a0252e901e572871ce3a7a0e2f4516
src/main/webapp/static/js/orderTable.js
@@ -39,7 +39,7 @@
        cols: [[
            // {type: 'number', title: '#'},
            {field: 'orderTime', title: '日期'},
            {field: 'orderNo', title: '编号', align: 'center'}
            {field: 'orderNo', title: '单据编号', align: 'center'}
        ]],
        done: function (res, curr, count) {
            console.log(res)
@@ -82,7 +82,7 @@
    table.on('row(originTable)', function (obj) {
        selObj = obj;
        obj.tr.addClass('layui-table-click').siblings().removeClass('layui-table-click');
        insTb2.reload({where: {host_id: obj.data.id}, page: {curr: 1}});
        insTb2.reload({where: {order_id: obj.data.id}, page: {curr: 1}});
    });
    /* 显示表单弹窗 */