From 37c6c051c975cca4a37a3f6e04619b20f35ec231 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期一, 08 十二月 2025 08:40:50 +0800
Subject: [PATCH] 库存明细导出
---
src/main/webapp/views/matTurn/turnOverQuery.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/matTurn/turnOverQuery.html b/src/main/webapp/views/matTurn/turnOverQuery.html
index 26b3a71..edd57a9 100644
--- a/src/main/webapp/views/matTurn/turnOverQuery.html
+++ b/src/main/webapp/views/matTurn/turnOverQuery.html
@@ -85,7 +85,7 @@
function getCol() {
return [
{type: 'checkbox'},
- {field: 'matnr', align: 'center', title: 'sku'}
+ {field: 'matnr', align: 'center', title: '鍟嗗搧缂栧彿'}
, {field: 'maktx', align: 'center', title: '鍝佸悕'}
, {field: 'specs', align: 'center', title: '瑙勬牸'}
];
--
Gitblit v1.9.1