From 4f626eccf34d0e8b6e6033c8fbddaa28baa99799 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 11 十二月 2025 10:32:48 +0800
Subject: [PATCH] agv工作档日志修复,重新建历史表,id自增去掉
---
src/main/webapp/static/js/taskLog/taskLog.js | 32 +++++++++++++++++++-------------
1 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/src/main/webapp/static/js/taskLog/taskLog.js b/src/main/webapp/static/js/taskLog/taskLog.js
index 031c554..8ee6ff4 100644
--- a/src/main/webapp/static/js/taskLog/taskLog.js
+++ b/src/main/webapp/static/js/taskLog/taskLog.js
@@ -20,20 +20,26 @@
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: 'wrkNo', align: 'center', title: '宸ヤ綔鍙�', sort: true}
+ , {field: 'taskNo', align: 'center', title: 'AGV浠诲姟鍙�', sort: true}
+ // , {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: 'modiUser$', align: 'center', title: '鍒涘缓浜哄憳'}
+ , {field: 'appeTime$', align: 'center', title: '鍒涘缓鏃堕棿',width: 160}
, {field: 'modiUser$', align: 'center', title: '淇敼浜哄憳', hide: true}
- , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿', hide: true}
- , {field: 'barcode', align: 'center', title: '鏉$爜'}
- , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 80}
+ , {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿', width: 160}
+ , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 100}
]],
request: {
pageName: 'curr',
--
Gitblit v1.9.1