From cd93dd1fd57afa3437e43499236273c2e1df4423 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 19 十二月 2025 14:55:50 +0800
Subject: [PATCH] 车间出库页面车间增加1003车间一楼备件库
---
HTML/views/BaseSetting/Materials.html | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/HTML/views/BaseSetting/Materials.html b/HTML/views/BaseSetting/Materials.html
index d03ed42..1ab686a 100644
--- a/HTML/views/BaseSetting/Materials.html
+++ b/HTML/views/BaseSetting/Materials.html
@@ -159,21 +159,21 @@
{{# } }}
</script>
- <!-- 鏄惁鍙楁帶 -->
+ <!-- 鏄惁璇烽獙 -->
<script type="text/html" id="buttonIsControlled">
{{# if(d.IsControlled=='0'){ }}
- <p>鍙楁帶</p>
+ <p>鏄�</p>
{{# } else if(d.IsControlled=='1') { }}
- <p>闈炲彈鎺�</p>
+ <p>鍚�</p>
{{# } }}
</script>
- <!-- 鏄惁鍏嶆 -->
+ <!-- 鏄惁鍙楁帶 -->
<script type="text/html" id="buttonIsInspect">
{{# if(d.IsInspect=='0'){ }}
- <p>鍚�</p>
+ <p>鏄�</p>
{{# } else if(d.IsInspect=='1') { }}
- <p>鏄�</p>
+ <p>鍚�</p>
{{# } }}
</script>
<!-- 鏄惁璐存爣 -->
@@ -285,10 +285,10 @@
field: 'Type', title: '绫诲瀷', align: 'center', templet: '#buttonType', width: 100
},
{
- field: 'IsControlled', templet: '#buttonIsControlled', title: '鏄惁鍙楁帶', align: 'center', width: 100
+ field: 'IsControlled', templet: '#buttonIsControlled', title: '鏄惁璇烽獙', align: 'center', width: 100
},
{
- field: 'IsInspect', title: '鏄惁鍏嶆', align: 'center', templet: '#buttonIsInspect', width: 100
+ field: 'IsInspect', title: '鏄惁鍙楁帶', align: 'center', templet: '#buttonIsInspect', width: 100
},
{
field: 'IsPasteCode', title: '鏄惁璐存爣', align: 'center', templet: '#buttonIsPasteCode', width: 100
--
Gitblit v1.8.0