From cfa2d1bf7847e5c982c68e0892f5d2ca64638934 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 20 三月 2026 16:20:24 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/wrkMast/wrkMast.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index dd64486..9ddb72a 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -27,6 +27,12 @@
,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�', width: 140}
,{field: 'ioPri', align: 'center',title: '浼樺厛绾�', width: 95}
,{field: 'barcode', align: 'center',title: 'SN', width: 120}
+ ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', width: 160, templet: function (d) {
+ return d.matnr ? d.matnr.split(',').join('<br>') : '';
+ }}
+ ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200, templet: function (d) {
+ return d.maktx ? d.maktx.split(',').join('<br>') : '';
+ }}
,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈�', width: 95}
,{field: 'sourceStaNo$', align: 'center',title: '婧愮珯', width: 95}
,{field: 'staNo$', align: 'center',title: '鐩爣绔�', width: 95}
--
Gitblit v1.9.1