From 81ce1c7b4ef8e552527579501dccb0f3f256b1d8 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 09 四月 2024 22:41:34 +0800 Subject: [PATCH] # 新增 一键组托 + 启动入库 接口 --- src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js b/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js index 0ca33d5..64c12e8 100644 --- a/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js +++ b/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js @@ -2,6 +2,10 @@ function getCol() { var cols = [ ]; + cols.push( + //{field: 'suppCode', align: 'center',title: '鏂欑鐮�'}, + {field: 'anfme', align: 'center',title: '鏁伴噺'}); + arrRemove(detlCols, 'field', 'zpallet'); cols.push.apply(cols, detlCols); cols.push({field: 'status', align: 'center',title: '鏁版嵁鐘舵��', templet:function(row){ var html = "<input value='status' type='checkbox' lay-skin='switch' lay-text='姝e父|閿佸畾' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'"; -- Gitblit v1.9.1