1
yangle
2024-07-30 7b76c029c9a928d01c65bfd5cb8294e1774d3d29
1
2个文件已修改
9 ■■■■■ 已修改文件
WebTM/views/质量管理/质量报表/QC_MoistureContentDataLedger.html 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/ÖÊÁ¿¹ÜÀí/ÖÊÁ¿±¨±í/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});
WebTM/views/ÖÊÁ¿¹ÜÀí/Ê×¼þ¼ìÑéµ¥/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: '下限值' }