| | |
| | | {{# } }} |
| | | </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> |
| | | <!-- 是否贴标 --> |
| | |
| | | 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 |