admin
18 小时以前 6da6d4d84b1e6d713701c2fddacec4db8945caf9
修改物料列表 是否请验、是否受控字段
1个文件已修改
16 ■■■■ 已修改文件
HTML/views/BaseSetting/Materials.html 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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