From b4610a2f5114c763f1b3749b462f1088fe49a5ff Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 08 十二月 2025 14:52:48 +0800
Subject: [PATCH] 删除AGV任务目标库位状态修改为空

---
 src/main/webapp/static/js/basArmMast/basArmMast.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/basArmMast/basArmMast.js b/src/main/webapp/static/js/basArmMast/basArmMast.js
index e1f3292..d0be1a8 100644
--- a/src/main/webapp/static/js/basArmMast/basArmMast.js
+++ b/src/main/webapp/static/js/basArmMast/basArmMast.js
@@ -29,7 +29,7 @@
             ,{field: 'armDirection', align: 'center',title: '鎿嶄綔鏂瑰悜',hide: true}
             ,{field: 'staNo', align: 'center',title: '缁堢偣',hide: false}
             ,{field: 'sortingLine', align: 'center',title: '璧风偣',hide: false}
-            ,{field: 'matnr', align: 'center',title: 'sku',hide: false}
+            ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿',hide: false}
             ,{field: 'sku', align: 'center',title: 'sku',hide: true}
             ,{field: 'po', align: 'center',title: 'po',hide: false}
             ,{field: 'upc', align: 'center',title: 'upc',hide: false}

--
Gitblit v1.9.1