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/task/task.js |   34 +++++++++++++++++++---------------
 1 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/src/main/webapp/static/js/task/task.js b/src/main/webapp/static/js/task/task.js
index 6235ea8..909d323 100644
--- a/src/main/webapp/static/js/task/task.js
+++ b/src/main/webapp/static/js/task/task.js
@@ -22,22 +22,26 @@
         height: 'full-120',
         cols: [[
             {type: 'checkbox'}
-            , {field: 'wrkNo', align: 'center', title: '宸ヤ綔鍙�', sort: true, width: 105}
-            , {field: 'ioTime$', align: 'center', title: '宸ヤ綔鏃堕棿', width: 160}
-            , {field: 'wrkSts$', align: 'center', title: '宸ヤ綔鐘舵��', width: 150}
-            , {field: 'ioType$', align: 'center', title: '鍏ュ嚭搴撶被鍨�', width: 150}
-            , {field: 'ioPri', align: 'center', title: '浼樺厛绾�', width: 80}
-            , {field: 'taskType$', align: 'center', title: '浠诲姟绫诲瀷'}
-            , {field: 'crnNo$', align: 'center', title: '鍫嗗灈鏈�', hide: true}
-            , {field: 'sourceStaNo$', align: 'center', title: '婧愮珯'}
-            , {field: 'staNo$', align: 'center', title: '鐩爣绔�', width: 120}
-            , {field: 'sourceLocNo', align: 'center', title: '婧愬簱浣�', width: 120}
-            , {field: 'locNo', align: 'center', title: '鐩爣搴撲綅', width: 120}
-            , {field: 'barcode', align: 'center', title: '鏉$爜', width: 110}
-            , {field: 'preHave', align: 'center', title: '鍏堝叆鍝�', hide: true}
-            , {field: 'takeNone', 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: '鏉$爜'}
+            , {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: 160}
+            , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿', hide: true,width: 170}
+
+            // , {field: 'taskType$', align: 'center', title: '浠诲姟绫诲瀷'}
+            // , {field: 'crnNo$', align: 'center', title: '鍫嗗灈鏈�', hide: true}
+            // , {field: 'sourceLocNo', align: 'center', title: '婧愬簱浣�', width: 120}
+            // , {field: 'locNo', align: 'center', title: '鐩爣搴撲綅', width: 120}
+            // , {field: 'preHave', align: 'center', title: '鍏堝叆鍝�', hide: true}
+            // , {field: 'takeNone', align: 'center', title: '绌烘搷浣�', hide: true}
             , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 200}
         ]],
         request: {

--
Gitblit v1.9.1