自动化立体仓库 - WMS系统
pang.jiabao
2024-04-13 59a7f326f8df2bd145d5cd04e09f1769fa80b568
src/main/webapp/views/pla/sellout.html
@@ -219,7 +219,7 @@
                type: 1,
                title: "数量修改",
                content: $('#editDialog').html(),
                area: '700px',
                area: ['700px', top.detailHeight],
                success: function (layero, dIndex) {
                    // 明细表格
                    tableIns = table.render({
@@ -227,6 +227,7 @@
                        data: dataList,
                        limit: 100,
                        even: true,
                        height: '400px',
                        cellMinWidth: 50,
                        cols: [[
                            {field: 'batch', title: '批号', width: 160},
@@ -247,7 +248,6 @@
            }
            for (var i in checkData){
                checkData[i].type = 'sellOut';
                checkData[i].orderNo = $('#orderNoV').val();
                checkData[i].customer = $('#customer').val();
                checkData[i].phone = $('#phone').val();
@@ -274,6 +274,7 @@
                    if (res.code === 200){
                        layer.msg("修改成功");
                        tableReload(true);
                        parent.clearTable();
                    } else if (res.code === 403){
                        layer.msg(res.msg, {icon: 2})
                        return;