From 7b76c029c9a928d01c65bfd5cb8294e1774d3d29 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 30 七月 2024 14:37:15 +0800
Subject: [PATCH] 1

---
 WebTM/views/质量管理/质量报表/QC_MoistureContentDataLedger.html     |    7 ++++---
 WebTM/views/质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_MoistureContentDataLedger.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_MoistureContentDataLedger.html"
index 91b0eb8..c8f6d86 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_MoistureContentDataLedger.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\350\264\250\351\207\217\346\212\245\350\241\250/QC_MoistureContentDataLedger.html"
@@ -47,8 +47,9 @@
                                     <label class="layui-form-label" style="width: 85px;">鍒ゅ畾缁撴灉</label>
                                     <div class="layui-input-block" style="margin-left: 120px; width: 85px;">
                                         <select name="HResult" id="HResult" lay-verify="HResult">
-                                            <option value="鍚堟牸">鍚堟牸</option>
-                                            <option value="涓嶅悎鏍�">涓嶅悎鏍�</option>
+                                            <option value="-1">鍏ㄩ儴</option>
+                                            <option value="1">鍚堟牸</option>
+                                            <option value="0">涓嶅悎鏍�</option>
                                         </select>
                                     </div>
                                 </div>
@@ -277,7 +278,7 @@
 
             var columns = [];
             columns.push({ type: 'checkbox', fixed: 'left', totalRowText: '鍚堣' });
-            columns.push({ field: '鏃ユ湡', title: '鏃ユ湡', sort: true, width: 90});
+            columns.push({ field: '鏃ユ湡', title: '鏃ユ湡', sort: true, width: 180});
             columns.push({ field: '鏈哄彴鍙�', title: '鏈哄彴鍙�', sort: true, width: 110 });
             columns.push({ field: '鍙栨牱閲嶉噺', title: '鍙栨牱閲嶉噺', sort: true, width: 110 });
             columns.push({ field: '娴嬮噺缁撴灉', title: '娴嬮噺缁撴灉', sort: true, totalRow: true, width: 110});
diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\351\246\226\344\273\266\346\243\200\351\252\214\345\215\225/QC_Add_Edit_FirstPieceCheckBill.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\351\246\226\344\273\266\346\243\200\351\252\214\345\215\225/QC_Add_Edit_FirstPieceCheckBill.html"
index 193a70e..9cb547d 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\351\246\226\344\273\266\346\243\200\351\252\214\345\215\225/QC_Add_Edit_FirstPieceCheckBill.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\351\246\226\344\273\266\346\243\200\351\252\214\345\215\225/QC_Add_Edit_FirstPieceCheckBill.html"
@@ -2315,7 +2315,7 @@
                         , { field: 'HKeyInspect', title: '閲嶇偣妫�鏌�', templet: '#HKeyInspect', unresize: false }
                         , { field: 'HQCStd', title: '妫�楠屾爣鍑�', edit: 'text' }
                         , { field: 'HUnit', title: '鍗曚綅', edit: 'text' }
-                        , { field: 'HInspectVal', title: '妫�楠屽��' }
+                        , { field: 'HInspectVal', title: '妫�楠屽��', edit: 'text'}
                         , { field: 'HQCNote', title: '妫�楠岃褰�', edit: 'text' }
                         , { field: 'HUpLimit', title: '涓婇檺鍊�' }
                         , { field: 'HDownLimit', title: '涓嬮檺鍊�' }

--
Gitblit v1.9.1