From c65db22f67af8018ae7105ea00d8743e42835e13 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期六, 29 三月 2025 15:52:09 +0800
Subject: [PATCH] 1

---
 src/main/webapp/static/js/orderView/orderView.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/orderView/orderView.js b/src/main/webapp/static/js/orderView/orderView.js
index c4c1ff3..34b8bd0 100644
--- a/src/main/webapp/static/js/orderView/orderView.js
+++ b/src/main/webapp/static/js/orderView/orderView.js
@@ -54,14 +54,14 @@
             {field: 'anfme', align: 'center',title: '鏁伴噺', width: 90},
             {field: 'qty', align: 'center',title: '浣滀笟鏁伴噺', width: 90},
             {field: 'matnr', align: 'center',title: '鐗╂枡鍙�', width: 140},
-            {field: 'maktx', align: 'center',title: '鐗╂枡鍚嶇О', width: 180},
-            {field: 'processSts$', title: '宸ュ簭', hide: true},
+            {field: 'maktx', align: 'center',title: '鐗╂枡鍚嶇О'},
+            {field: 'processSts$', title: '宸ュ簭', width: 140},
             {field: 'reportQty', align: 'center',title: '涓婃姤鏁伴噺', width: 90},
             {field: 'settle$', align: 'center', title: '鐘舵��', templet: '#settleTpl',  minWidth: 130, width: 130},
             //{field: 'defNumber', align: 'center', title: '涓氬姟绫诲瀷'},
             //{field: 'postFee', align: 'center', title: '鎬绘暟閲�',  minWidth: 130, width: 130},
             //{align: 'center', title: '鏄庣粏', toolbar: '#tbLook', minWidth: 160, width: 160},
-            {field: 'orderTime', align: 'center',title: '鍗曟嵁鏃ユ湡', hide: true, width: 180},
+            {field: 'orderTime', align: 'center',title: '鍗曟嵁鏃ユ湡', width: 190},
             //{field: 'shipCode', align: 'center',title: '鍒跺崟浜�'},
             {field: 'createBy$', title: '鍒涘缓浜�', width: 120},
             {field: 'createTime$', title: '鍒涘缓鏃堕棿', hide: true, width: 180},

--
Gitblit v1.9.1