From 4daea7b3b251c29a5ab51bf08eb1f787d7d9ae92 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 11:20:25 +0800
Subject: [PATCH] 用户托盘条码改成6位,WCS相应从PLC读取6位

---
 src/main/webapp/static/js/httpRequestLog/httpRequestLog.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/httpRequestLog/httpRequestLog.js b/src/main/webapp/static/js/httpRequestLog/httpRequestLog.js
index 18c2727..da9ed91 100644
--- a/src/main/webapp/static/js/httpRequestLog/httpRequestLog.js
+++ b/src/main/webapp/static/js/httpRequestLog/httpRequestLog.js
@@ -26,6 +26,7 @@
             ,{field: 'name', align: 'center',title: 'URL'}
             ,{field: 'request', align: 'center',title: '璇锋眰鍙傛暟'}
             ,{field: 'response', align: 'center',title: '鍝嶅簲鍙傛暟'}
+            ,{field: 'result$', align: 'center',title: '缁撴灉', templet: '#resTpl', width: 80}
             ,{field: 'createTime$', align: 'center',title: '璇锋眰鏃堕棿'}
 
             ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}

--
Gitblit v1.9.1