From 2c945116a7d4dccac387930e40980ae1ba32f05c Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期六, 30 三月 2024 16:18:58 +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