From 2a6e2daeeba4a63146f0a0906d98281abb3de5da Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 14 九月 2021 08:34:29 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/pltBarcode/pltBarcode.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/js/pltBarcode/pltBarcode.js b/src/main/webapp/static/js/pltBarcode/pltBarcode.js
index 29ddbdd..ed152f9 100644
--- a/src/main/webapp/static/js/pltBarcode/pltBarcode.js
+++ b/src/main/webapp/static/js/pltBarcode/pltBarcode.js
@@ -34,16 +34,16 @@
,{field: 'size', align: 'center',title: '灏哄', hide: true}
,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
,{field: 'weight', align: 'center',title: '鍗曢噸', hide: true}
- ,{field: 'memo', align: 'center',title: '澶囨敞'}
+ ,{field: 'memo', align: 'center',title: '澶囨敞', hide: true}
,{field: 'linkErp$', align: 'center',title: 'ERP杩炵嚎', hide: true}
- ,{field: 'ioStatus$', align: 'center',title: '瀹屾垚鐘舵��', hide: true}
+ ,{field: 'ioStatus$', align: 'center',title: '瀹屾垚鐘舵��'}
,{field: 'ioTime$', align: 'center',title: '瀹屾垚鏃堕棿', hide: true}
,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',event: 'modiUser', style: 'cursor:pointer', hide: true}
,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', hide: true}
,{field: 'appeUser$', align: 'center',title: '寤烘。浜哄憳',event: 'appeUser', style: 'cursor:pointer', hide: true}
,{field: 'appeTime$', align: 'center',title: '寤烘。鏃堕棿', hide: true}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
+ // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
]],
request: {
pageName: 'curr',
@@ -96,7 +96,7 @@
return;
}
var ids = checkStatus.map(function (d) {
- return d.seqNo;
+ return d.barcode;
});
del(ids);
break;
@@ -149,7 +149,7 @@
showEditModel(data);
break;
case "del":
- var ids = [data.seqNo];
+ var ids = [data.barcode];
del(ids);
break;
}
@@ -195,7 +195,7 @@
/* 鍒犻櫎 */
function del(ids) {
- layer.confirm('纭畾瑕佸垹闄ら�変腑鏁版嵁鍚楋紵', {
+ layer.confirm('纭畾瑕佸垹闄ら�変腑鏁版嵁鍚楋紵灏嗗垹闄よ鏉$爜缁勬墭鎵�鏈夋暟鎹�', {
skin: 'layui-layer-admin',
shade: .1
}, function (i) {
--
Gitblit v1.9.1