From 77ac6b72ed82d51d0d45bf156ac1b5bb3cb15782 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 19 三月 2024 14:01:43 +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