From dd22e4a01d473357b1bf617f6d3423c34dbb9011 Mon Sep 17 00:00:00 2001
From: tqs <56479841@qq.com>
Date: 星期五, 26 五月 2023 09:41:18 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/order/order.js |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js
index ed11081..86868e3 100644
--- a/src/main/webapp/static/js/order/order.js
+++ b/src/main/webapp/static/js/order/order.js
@@ -129,11 +129,12 @@
                         cellMinWidth: 100,
                         cols: [[
                             {type: 'numbers'},
-                            {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 160},
-                            {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 160},
-                            {field: 'batch', title: '搴忓垪鐮�'},
-                            {field: 'anfme', title: '鏁伴噺'},
-                            {field: 'qty', title: '浣滀笟鏁伴噺', style: 'font-weight: bold'},
+                            {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 280},
+                            {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 150},
+                            // {field: 'batch', title: '鎵瑰彿'},
+                            {field: 'specs', title: '瑙勬牸', width: 180},
+                            {field: 'anfme', title: '鏁伴噺', width: 70},
+                            {field: 'qty', title: '浣滀笟鏁伴噺', style: 'font-weight: bold', width: 90}
                             // {field: 'unit', title: '鍗曚綅'},
                             // {
                             //     field: 'createTime$', title: '鍒涘缓鏃堕棿', sort: true, templet: function (d) {
@@ -142,7 +143,6 @@
                             // },
                             // {field: 'inQty', title: '宸插叆搴撻噺'},
                             // {field: 'color', title: '棰滆壊'},
-                            {field: 'specs', title: '瑙勬牸'}
                         ]],
                         request: {
                             pageName: 'curr',
@@ -236,12 +236,12 @@
                     cellMinWidth: 100,
                     cols: [[
                         {type: 'numbers', title: '#'},
-                        {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 160},
-                        {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 200},
-                        {field: 'batch', title: '搴忓垪鐮�', edit: true},
-                        {field: 'specs', title: '瑙勬牸'},
-                        {field: 'anfme', title: '鏁伴噺(淇敼)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 110},
-                        {field: 'sum', title: '搴撳瓨鏁伴噺', style: 'color: red;font-weight: bold',  minWidth: 110, width: 110},
+                        {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 280},
+                        {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 150},
+                        // {field: 'batch', title: '鎵瑰彿', edit: true},
+                        {field: 'specs', title: '瑙勬牸', width: 180},
+                        {field: 'anfme', title: '鏁伴噺(淇敼)', style: 'color: blue;font-weight: bold', edit: true, minWidth: 110, width: 100},
+                        {field: 'sum', title: '搴撳瓨鏁伴噺', style: 'color: red;font-weight: bold',  minWidth: 110, width: 100},
                         // {field: 'inQty', title: '宸插叆搴撻噺',  minWidth: 100, width: 100},
                         // {field: 'unit', title: '鍗曚綅', width: 80},
                         {field: 'memo', title: '澶囨敞' , edit: true},

--
Gitblit v1.9.1