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/locDetlGroup/locDetlGroup.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
index fd1ceb4..7e614fc 100644
--- a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
+++ b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
@@ -2,7 +2,7 @@
function getCol() {
var cols = [
- {field: 'matnr', align: 'center', title: 'sku', sort: true}
+ {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿', sort: true}
, {field: 'maktx', align: 'center', title: '鐗╂枡鍚嶇О', sort: true}
, {field: 'specs', align: 'center', title: '瑙勬牸'}
,{field: 'standby1', align: 'center',title: 'po'}
--
Gitblit v1.9.1