From f3ed1f9e98e13b9fb631e2fab851be15b7dde206 Mon Sep 17 00:00:00 2001
From: wang..123 <brook_w@163.com>
Date: 星期五, 25 三月 2022 08:41:48 +0800
Subject: [PATCH] Merge branch 'zypms' of http://47.97.1.152:5880/r/wms_saas into zypms

---
 src/main/webapp/static/js/flowStatus/flowStatus.js |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/static/js/flowStatus/flowStatus.js b/src/main/webapp/static/js/flowStatus/flowStatus.js
index 7853818..6e5a668 100644
--- a/src/main/webapp/static/js/flowStatus/flowStatus.js
+++ b/src/main/webapp/static/js/flowStatus/flowStatus.js
@@ -21,13 +21,15 @@
         cellMinWidth: 50,
         cols: [[
             {type: 'checkbox'}
-            ,{field: 'id', align: 'center',title: '鍞竴id'}
-            ,{field: 'type', align: 'center',title: '鑺傜偣绫诲瀷'}
+            ,{field: 'id', align: 'center',title: '鍞竴id',width: 100}
+            ,{field: 'type', align: 'center',title: '鑺傜偣绫诲瀷', hide:true}
+            ,{field: 'weightNum', align: 'center',title: '鏉冮噸鍊�', width: 100}
             ,{field: 'name', align: 'center',title: '鑺傜偣鍚嶇О'}
-            ,{field: 'memo', align: 'center',title: '澶囨敞'}
-            ,{field: 'str1', align: 'center',title: ''}
-            ,{field: 'str2', align: 'center',title: ''}
-            ,{field: 'str3', align: 'center',title: ''}
+
+            ,{field: 'memo', align: 'center',title: '澶囨敞', width: 300}
+            // ,{field: 'str1', align: 'center',title: ''}
+            // ,{field: 'str2', align: 'center',title: ''}
+            // ,{field: 'str3', align: 'center',title: ''}
 
             ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
         ]],

--
Gitblit v1.9.1