From c1d4b1a144cb65e9d83aa9bf700745f4827476f7 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 02 四月 2026 10:25:26 +0800
Subject: [PATCH] no message
---
src/main/webapp/static/js/orderTablePakoutAGV.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/orderTablePakoutAGV.js b/src/main/webapp/static/js/orderTablePakoutAGV.js
index c018ef4..2e5a80f 100644
--- a/src/main/webapp/static/js/orderTablePakoutAGV.js
+++ b/src/main/webapp/static/js/orderTablePakoutAGV.js
@@ -40,9 +40,10 @@
defaultToolbar: [],
cols: [[
// {type: 'numbers', title: '#'},
- {field: 'orderTime', title: '鏃ユ湡', width: 160},
- {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center', width: 155},
- {field: 'docType$', title: '鍗曟嵁绫诲瀷', align: 'center'}
+ // {field: 'orderNo', title: '鍗曟嵁缂栧彿', align: 'center', width: 155},
+ {field: 'number', title: '娲惧伐鍗曞彿', align: 'center', width: 155},
+ {field: 'shipCode', title: '纭鍗曞彿', align: 'center'},
+ {field: 'orderTime', title: '鏃ユ湡', width: 160},
]],
done: function (res, curr, count) {
$('#dictTable+.layui-table-view .layui-table-body tbody>tr:first').trigger('click');
--
Gitblit v1.9.1