| | |
| | | <input type="text" id="ASNNo" name="ASNNo" placeholder="请输入入库单据" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> --> |
| | | <!-- 批次 --> |
| | | <!-- 进厂编号 --> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label" style="width: 60px;">批次号</label> |
| | | <label class="layui-form-label" style="width: 60px;">进厂编号</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" id="LotNo" name="LotNo" placeholder="请输入物料名称" autocomplete="off" class="layui-input"> |
| | | <input type="text" id="LotNo" name="LotNo" placeholder="请输入进厂编号" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <!-- 物料号 --> |
| | |
| | | field: 'Standard',title: '物料规格',align: 'center' |
| | | }, |
| | | { |
| | | field: 'LotNo',title: '批次号',align: 'center' |
| | | field: 'LotNo',title: '进厂编号',align: 'center' |
| | | }, |
| | | { |
| | | field: 'IsQualified',title: '检验结果',align: 'center',templet: '#IsQualifiedButton', |