From b7e08df5a07b3fa832a46ecc31983e16f2bccc8c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 24 七月 2023 14:56:01 +0800
Subject: [PATCH] # 出库作业,和库存明细管理 排序

---
 src/main/webapp/views/home/console.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html
index 562662f..53558a9 100644
--- a/src/main/webapp/views/home/console.html
+++ b/src/main/webapp/views/home/console.html
@@ -238,7 +238,11 @@
             {field: 'appe_time', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200}
             ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'}
             ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'}
+            ,{field: 'mat_no', align: 'center',title: '鐗╂枡缂栧彿'}
+            ,{field: 'mat_name', align: 'center',title: '鐗╂枡鍚嶇О'}
         ];
+        arrRemove(detlCols, "field", "matNo");
+        arrRemove(detlCols, "field", "matName")
         cols.push.apply(cols, detlCols);
         return cols;
     }

--
Gitblit v1.9.1