From 1230ae74df4b27a417c1ef67886c1c8c807a8772 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 16 三月 2021 14:16:48 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/custOrder/custOrder.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/custOrder/custOrder.js b/src/main/webapp/static/js/custOrder/custOrder.js index d3a2c81..cc47364 100644 --- a/src/main/webapp/static/js/custOrder/custOrder.js +++ b/src/main/webapp/static/js/custOrder/custOrder.js @@ -228,7 +228,8 @@ {field: 'locNo', title: '璐т綅', align: 'center'}, {field: 'prior$', title: '鎺ㄨ崘璐т綅', align: 'center', width: 100}, {field: 'reduce', title: '鏁伴噺', align: 'center', width: 80, style: 'font-weight: bold'}, - {field: 'remQty', title: '浣欓噺', align: 'center', width: 80}, + // {field: 'remQty', title: '浣欓噺', align: 'center', width: 80}, + {field: 'total', title: '鎬婚噺', align: 'center', width: 80}, ]], done: function () { tableX.merges('stoPreTab', [0,1]); -- Gitblit v1.9.1