From d835d1b51f832889929cdf69010034a30ef44d02 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 17 十月 2024 13:57:29 +0800
Subject: [PATCH] #
---
zy-asrs-wms/src/main/webapp/static/js/wrkLastno/wrkLastno.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/static/js/wrkLastno/wrkLastno.js b/zy-asrs-wms/src/main/webapp/static/js/wrkLastno/wrkLastno.js
index e72b9fe..e0c0c2c 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/wrkLastno/wrkLastno.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/wrkLastno/wrkLastno.js
@@ -30,8 +30,8 @@
// ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
// ,{field: 'appeUser$', align: 'center',title: '鍒涘缓鑰�'}
// ,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'}
- ,{field: 'sno', align: 'center',title: '璧峰ID'}
- ,{field: 'eno', align: 'center',title: '缁堟ID'}
+ ,{field: 'startNo', align: 'center',title: '璧峰ID'}
+ ,{field: 'targetNo', align: 'center',title: '缁堟ID'}
,{field: 'memoM', align: 'center',title: '澶囨敞'}
,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
@@ -87,7 +87,7 @@
return;
}
del(checkStatus.map(function (d) {
- return d.wrkMk;
+ return d.id;
}));
break;
case 'exportData':
@@ -139,7 +139,7 @@
showEditModel(data);
break;
case "del":
- del([data.wrkMk]);
+ del([data.id]);
break;
}
});
--
Gitblit v1.9.1