From 2101fe61627cad7329376f61f7265af824c459b5 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 20 十一月 2025 19:53:13 +0800
Subject: [PATCH] agv相关接口流程修改

---
 src/main/webapp/static/js/taskLog/taskLog.js |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/main/webapp/static/js/taskLog/taskLog.js b/src/main/webapp/static/js/taskLog/taskLog.js
index 762510f..d7f562b 100644
--- a/src/main/webapp/static/js/taskLog/taskLog.js
+++ b/src/main/webapp/static/js/taskLog/taskLog.js
@@ -20,20 +20,19 @@
         toolbar: '#toolbar',
         cellMinWidth: 50,
         cols: [[
-            {field: 'wrkNo', align: 'center', title: '宸ヤ綔鍙�', event: 'wrkNo', sort: true}
-            , {field: 'ioTime$', align: 'center', title: '宸ヤ綔鏃堕棿', width: 160, sort: true}
-            , {field: 'wrkSts$', align: 'center', title: '宸ヤ綔鐘舵��', width: 160}
-            , {field: 'ioType$', align: 'center', title: '鍏ュ嚭搴撶被鍨�', width: 160}
-            , {field: 'ioPri', align: 'center', title: '浼樺厛绾�'}
-            , {field: 'crnNo$', align: 'center', title: '鍫嗗灈鏈哄彿'}
-            , {field: 'sourceStaNo$', align: 'center', title: '婧愮珯'}
-            , {field: 'staNo$', align: 'center', title: '鐩爣绔�'}
-            , {field: 'sourceLocNo$', align: 'center', title: '婧愬簱浣�'}
-            , {field: 'locNo$', align: 'center', title: '鐩爣搴撲綅'}
-            , {field: 'modiUser$', align: 'center', title: '淇敼浜哄憳', hide: true}
-            , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿', hide: true}
+            {field: 'id', align: 'center', title: 'id'}
+            , {field: 'wrkNo', align: 'center', title: '浠诲姟鍙�'}
+            , {field: 'ioType$', align: 'center', title: '鍏ュ嚭搴撶被鍨�',}
+            , {field: 'wrkSts$', align: 'center', title: '宸ヤ綔鐘舵��'}
+            , {field: 'ioPri', align: 'center', title: '浼樺厛绾�',hide: true}
+            , {field: 'sourceStaNo', align: 'center', title: '婧愮珯'}
+            , {field: 'staNo', align: 'center', title: '鐩爣绔�'}
+            , {field: 'invWh', align: 'center', title: 'agv'}
             , {field: 'barcode', align: 'center', title: '鏉$爜'}
-            , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 80}
+            , {field: 'appeUser$', align: 'center', title: '鍒涘缓浜�'}
+            , {field: 'appeTime$', align: 'center', title: '鍒涘缓鏃堕棿',width: 170}
+            , {field: 'modiUser$', align: 'center', title: '淇敼浜哄憳', hide: true}
+            , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿', hide: true,width: 170}
         ]],
         request: {
             pageName: 'curr',
@@ -227,6 +226,7 @@
 
     // 鎼滅储鏍忔悳绱簨浠�
     form.on('submit(search)', function (data) {
+        console.log('1111')
         pageCurr = 1;
         tableReload(false);
     });

--
Gitblit v1.9.1