From 5747655ff976c6226cf6e0ebcaef6d38d396bb9f Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 09 九月 2021 10:42:44 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/pltBarcode/pltBarcode.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/pltBarcode/pltBarcode.js b/src/main/webapp/static/js/pltBarcode/pltBarcode.js
index 29ddbdd..f25aaad 100644
--- a/src/main/webapp/static/js/pltBarcode/pltBarcode.js
+++ b/src/main/webapp/static/js/pltBarcode/pltBarcode.js
@@ -43,7 +43,7 @@
,{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