From 76b910950b5d1c8bf945f95bcde086ddddf5e309 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期五, 14 十一月 2025 10:17:21 +0800
Subject: [PATCH] #1
---
src/main/webapp/static/js/common.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 1021e5b..6ffb5dc 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -181,15 +181,15 @@
}
var matCols = [
- {field: 'matnr', align: 'center',title: '鍟嗗搧妯″叿鍚嶇О', width: 180}
+ {field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', width: 180}
// {field: 'id', align: 'center',title: 'ID'}
// ,{field: 'uuid', align: 'center',title: '缂栧彿'}
// ,{field: 'tagId$', align: 'center',title: '鎵�灞炲綊绫�'}
- ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍨嬫潗鍨嬪彿', width: 200}
+ ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', width: 200}
// ,{field: 'name', align: 'center',title: '鍒悕'}
,{field: 'specs', align: 'center',title: '瑙勬牸'}
- ,{field: 'name', align: 'center',title: '濂楀彿'}
- ,{field: 'color', align: 'center',title: '鐘舵��', hide: true}
+ ,{field: 'name', align: 'center',title: '鍨嬪彿'}
+ ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}
,{field: 'brand', align: 'center',title: '鍝佺墝', hide: true}
,{field: 'unit', align: 'center',title: '鍗曚綅', hide: true}
,{field: 'price', align: 'center',title: '鍗曚环', hide: true}
@@ -228,9 +228,9 @@
]
var detlCols = [
- {field: 'matnr', align: 'center',title: '鍟嗗搧妯″叿鍚嶇О', sort:true}
- ,{field: 'model', align: 'center',title: '濂楀彿', hide: false}
- ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍨嬫潗鍨嬪彿', sort:true}
+ {field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', sort:true}
+ ,{field: 'model', align: 'center',title: '鍨嬪彿', hide: false}
+ ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
,{field: 'spgNO', align: 'center',title: '娲惧伐鍗曞彿', hide:true,sort:true}
,{field: 'batch', align: 'center',title: '鎵规', hide:true,sort:true}
@@ -269,9 +269,9 @@
]
var halfBarcodeCols = [
- {field: 'matnr', align: 'center',title: '鍟嗗搧妯″叿鍚嶇О', sort:true, hide: true}
- ,{field: 'model', align: 'center',title: '濂楀彿', hide: true}
- ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍨嬫潗鍨嬪彿', sort:true, hide: true}
+ {field: 'matnr', align: 'center',title: '鍟嗗搧缂栫爜', sort:true, hide: true}
+ ,{field: 'model', align: 'center',title: '鍨嬪彿', hide: true}
+ ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true, hide: true}
,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
,{field: 'spgNO', align: 'center',title: '娲惧伐鍗曞彿', hide:true,sort:true}
,{field: 'batch', align: 'center',title: '鎵规', hide:true,sort:true}
--
Gitblit v1.9.1