From 2cb564f4e682e9f5ec13fc7d406f5658dc6dc546 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 18 十月 2022 14:04:14 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/out.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/order/out.js b/src/main/webapp/static/js/order/out.js index e65c027..c3b9247 100644 --- a/src/main/webapp/static/js/order/out.js +++ b/src/main/webapp/static/js/order/out.js @@ -132,8 +132,8 @@ method: 'POST', success: function (res) { layer.close(loadIndex); - var tableCache; if (res.code === 200){ + var tableCache; layer.open({ type: 1 ,title: false @@ -147,7 +147,6 @@ ,moveType: 1 //鎷栨嫿妯″紡锛�0鎴栬��1 ,content: $('#pakoutPreviewBox').html() ,success: function(layero, index){ - console.log(res.data) stoPreTabIdx = table.render({ elem: '#stoPreTab', data: res.data, @@ -377,7 +376,7 @@ orderMergeTabIdx = table.render({ elem: '#orderMergeTab', data: res.data, - height: 520, + height: 550, page: false, limit: Number.MAX_VALUE, cellMinWidth: 100, -- Gitblit v1.9.1