From c039b42920df96629bc570883cd498e58276e643 Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期一, 05 一月 2026 14:59:43 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/basArmMastExp/basArmMastExp.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/static/js/basArmMastExp/basArmMastExp.js b/src/main/webapp/static/js/basArmMastExp/basArmMastExp.js
index 6c4cab8..06757c2 100644
--- a/src/main/webapp/static/js/basArmMastExp/basArmMastExp.js
+++ b/src/main/webapp/static/js/basArmMastExp/basArmMastExp.js
@@ -12,7 +12,7 @@
     tableIns = table.render({
         elem: '#basArmMastExp',
         headers: {token: localStorage.getItem('token')},
-        url: baseUrl+'/basArmMast/list/auth',
+        url: baseUrl+'/basArmMast/listArm/auth',
         page: true,
         limit: 15,
         limits: [15, 30, 50, 100, 200, 500],
@@ -26,7 +26,7 @@
             {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿'},
             {field: 'po', align: 'center', title: 'PO'},
             {field: 'upc', align: 'center', title: 'UPC'},
-            {field: 'sortingLine', align: 'center', title: '璧风偣'},
+            {field: 'staNo', align: 'center', title: '璧风偣'},
             {field: 'status', align: 'center', title: '浣滀笟鐘舵��', templet: function(d){
                     return '2.鍗曠爜瀹屾垚绛夊緟鎵樼洏瀹屾垚';  // 鍥犱负鐜板湪鍙樉绀虹姸鎬�2锛屽浐瀹氭樉绀�
                 }},
@@ -49,16 +49,16 @@
                 };
             }
 
-            var records = res.data.records || [];
+            var records = res.data || [];
             var groupMap = new Map();  // 鐢ㄦ潵姹囨�荤姸鎬佷负2鐨勬暟鎹�
-
             records.forEach(function(item) {
                 // 鍙鐞嗙姸鎬佷负2鐨勮褰曪紝鍏朵粬鐘舵�佺洿鎺ュ拷鐣ワ紙闅愯棌锛�
+
                 if (String(item.status) === '2') {
                     // 鐢熸垚鍞竴鏍囪瘑锛�5涓瓧娈电粍鍚堬級
                     var key = [
                         item.armNo || '',
-                        item.sortingLine || '',
+                        item.staNo || '',
                         item.barcode || '',
                         item.matnr || '',
                         item.orderNo || ''
@@ -75,7 +75,7 @@
                             matnr: item.matnr,
                             po: item.po || '',
                             upc: item.upc || '',
-                            sortingLine: item.sortingLine,
+                            staNo: item.staNo,
                             barcode: item.barcode,
                             supplier: item.supplier || '',
                             status: '2',           // 鍥哄畾鏄剧ず涓�2

--
Gitblit v1.9.1