自动化立体仓库 - WMS系统
#
zjj
2025-06-11 aa95589f3b49e10a72b2200a865c46b8077a4204
src/main/webapp/static/js/order/out.js
@@ -196,12 +196,15 @@
                                cols: [[
                                    // {type: 'checkbox', merge: ['orderNo']},
                                    {field: 'orderNo', title: '单据编号', merge: true, align: 'center'},
                                    {field: 'title', title: '商品', merge: true, align: 'center', width: 350},
                                    {field: 'batch', title: '序列码', align: 'center'},
                                    {field: 'title', title: '商品', merge: true, align: 'center'},
                                    {field: 'batch', title: '批次', align: 'center'},
                                    {field: 'supp', align: 'center',title: '供应商', hide: false}
                                    ,{field: 'temp2', align: 'center',title: '客户名称', hide: false}
                                    ,{field: 'temp1', align: 'center',title: '来源单号', hide: false},
                                    {field: 'anfme', title: '数量', align: 'center', width: 90, style: 'font-weight: bold'},
                                    {field: 'locNo', title: '货位', align: 'center', width: 100, templet: '#locNoTpl'},
                                    {field: 'staNos', align: 'center', title: '出库站', merge: ['locNo'], templet: '#tbBasicTbStaNos'},
                                    {type: 'checkbox', merge: ['locNo']},
                                    {type: 'checkbox'},
                                ]],
                                done: function (res) {
                                    tableMerge.render(this);
@@ -476,7 +479,7 @@
        // let loadIndex = layer.load(2);
        notice.msg('正在生成出库任务......', {icon: 4});
        $.ajax({
            url: baseUrl + "/out/pakout/auth",
            url: baseUrl + "/out/pakout/auth/sxk",
            headers: {'token': localStorage.getItem('token')},
            contentType: 'application/json;charset=UTF-8',
            data: JSON.stringify(tableCache),