From c97714e1cdd8088a8e50e0aa04d2a4c59a28bda8 Mon Sep 17 00:00:00 2001 From: Administrator <pjb> Date: 星期三, 09 七月 2025 16:21:23 +0800 Subject: [PATCH] # --- src/main/webapp/views/apiLog/apiLog.html | 5 +++++ src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java | 1 + src/main/webapp/static/wms/js/apiLog/apiLog.js | 8 ++++---- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java index 4f9e135..f377bb2 100644 --- a/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java +++ b/src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java @@ -193,6 +193,7 @@ } } if (back) { + staProtocol.setWorkNo((short)9991); staProtocol.setStaNo(inSta.getBackSta().shortValue()); devpThread.setPakMk(staProtocol.getSiteId(), false); MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(2, staProtocol)); diff --git a/src/main/webapp/static/wms/js/apiLog/apiLog.js b/src/main/webapp/static/wms/js/apiLog/apiLog.js index 2b523a8..c0abfb1 100644 --- a/src/main/webapp/static/wms/js/apiLog/apiLog.js +++ b/src/main/webapp/static/wms/js/apiLog/apiLog.js @@ -25,10 +25,10 @@ // ,{field: 'id', align: 'center',title: 'ID'} // ,{field: 'uuid', align: 'center',title: '鏃ュ織缂栧彿'} ,{field: 'namespace', align: 'center',title: '鍚嶇О绌洪棿'} - ,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'} - ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} - // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} - ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} + // ,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'} + // ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} + // // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} + // ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} ,{field: 'request', align: 'center',title: '璇锋眰鍐呭'} ,{field: 'response', align: 'center',title: '鍝嶅簲鍐呭'} // ,{field: 'err', align: 'center',title: '寮傚父鍐呭'} diff --git a/src/main/webapp/views/apiLog/apiLog.html b/src/main/webapp/views/apiLog/apiLog.html index d8fb528..8533ab4 100644 --- a/src/main/webapp/views/apiLog/apiLog.html +++ b/src/main/webapp/views/apiLog/apiLog.html @@ -29,6 +29,11 @@ </div> <div class="layui-inline"> <div class="layui-input-inline"> + <input class="layui-input" type="text" name="request" placeholder="璇锋眰鍙傛暟" autocomplete="off"> + </div> + </div> + <div class="layui-inline"> + <div class="layui-input-inline"> <input class="layui-input" type="text" name="condition" placeholder="璇疯緭鍏�" autocomplete="off"> </div> </div> -- Gitblit v1.9.1