| | |
| | | {type: 'checkbox'} |
| | | // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} |
| | | ,{field: 'adjId', align: 'center',title: '序号'} |
| | | ,{field: 'locNo$', align: 'center',title: '库位号',event: 'locNo', style: 'cursor:pointer'} |
| | | ,{field: 'matNo$', align: 'center',title: '物料编号',event: 'matNo', style: 'cursor:pointer'} |
| | | ,{field: 'oriCtns', align: 'center',title: '原箱数'} |
| | | ,{field: 'locNo$', align: 'center',title: '库位号'} |
| | | ,{field: 'matNo$', align: 'center',title: '物料编号'} |
| | | // ,{field: 'oriCtns', align: 'center',title: '原箱数'} |
| | | ,{field: 'oriQty', align: 'center',title: '原数量'} |
| | | ,{field: 'oriWt', align: 'center',title: '原重量'} |
| | | ,{field: 'adjCtns', align: 'center',title: '变更箱数'} |
| | | // ,{field: 'oriWt', align: 'center',title: '原重量'} |
| | | // ,{field: 'adjCtns', align: 'center',title: '变更箱数'} |
| | | ,{field: 'adjQty', align: 'center',title: '变更数量'} |
| | | ,{field: 'adjWt', align: 'center',title: '变更重量'} |
| | | // ,{field: 'adjWt', align: 'center',title: '变更重量'} |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员'} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间'} |
| | |
| | | </script> |
| | | |
| | | <script type="text/html" id="operate"> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">详情</a> |
| | | <!-- <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail">详情</a>--> |
| | | <a class="layui-btn layui-btn-xs btn-edit" lay-event="edit">编辑</a> |
| | | </script> |
| | | |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:31%;"> |
| | | <div class="layui-inline" style="width:31%;display: none"> |
| | | <label class="layui-form-label">原 箱 数:</label> |
| | | <div class="layui-input-inline"> |
| | | <input id="oriCtns" class="layui-input" type="text" lay-verify="number" > |
| | |
| | | <input id="oriQty" class="layui-input" type="text" lay-verify="number" > |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:31%;"> |
| | | <div class="layui-inline" style="width:31%;display: none"> |
| | | <label class="layui-form-label">原 重 量:</label> |
| | | <div class="layui-input-inline"> |
| | | <input id="oriWt" class="layui-input" type="text" lay-verify="number" > |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:31%;"> |
| | | <div class="layui-inline" style="width:31%;display: none"> |
| | | <label class="layui-form-label">变更箱数:</label> |
| | | <div class="layui-input-inline"> |
| | | <input id="adjCtns" class="layui-input" type="text" lay-verify="number" > |
| | |
| | | <input id="adjQty" class="layui-input" type="text" lay-verify="number" > |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:31%;"> |
| | | <div class="layui-inline" style="width:31%;display: none"> |
| | | <label class="layui-form-label">变更重量:</label> |
| | | <div class="layui-input-inline"> |
| | | <input id="adjWt" class="layui-input" type="text" lay-verify="number" > |
| | |
| | | <input id="modiTime$" class="layui-input" type="text" autocomplete="off"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:31%;"> |
| | | <div class="layui-inline" style="width:31%;display: none"> |
| | | <label class="layui-form-label">创 建 者:</label> |
| | | <div class="layui-input-inline"> |
| | | <input id="appeUser" class="layui-input" type="text" lay-verify="number" > |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:31%;"> |
| | | <div class="layui-inline" style="width:31%;display: none"> |
| | | <label class="layui-form-label">添加时间:</label> |
| | | <div class="layui-input-inline"> |
| | | <input id="appeTime$" class="layui-input" type="text" autocomplete="off"> |
| | |
| | | font-size: 16px; |
| | | padding: 1px 1px 1px 1px; |
| | | width: 100px; |
| | | height: 60px; |
| | | height: 50px; |
| | | border-color: #2b425b; |
| | | border-radius: 4px; |
| | | border-width: 2px; |