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}, @@ -273,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;