| | |
| | | <!-- 右 --> |
| | | <div class="layui-col-md4" style="height: 100%;margin-top: 10px;"> |
| | | <div class="layui-card" style="height: 100%;border-radius: 15px;box-shadow: 0px 0px 10px 1px #a4a3a3;"> |
| | | <div style="width: 100%;height: 33.33%;"> |
| | | <div style="width: 100%;height: 45%;"> |
| | | <div class="layui-card-header"> |
| | | <img src="../../img/console/xiexian.png" style="height: 20px;"> |
| | | 近一月热度物料 |
| | | </div> |
| | | <div class="layui-card-body" style="padding: 0;height: 90%;width: 90%;margin-left: 5%;"> |
| | | <div class="layui-card-body" style="height: 90%;width: 90%;margin-left: 5%;"> |
| | | <table id="LAY-app-content-list" lay-filter="LAY-app-content-list" border="0" |
| | | cellpadding="0" cellspacing="0"></table> |
| | | </div> |
| | | </div> |
| | | <div style="width: 100%;height: 33.33%;"> |
| | | <div style="width: 100%;height: 45%;"> |
| | | <div class="layui-card-header"> |
| | | <img src="../../img/console/xiexian.png" style="height: 20px;"> |
| | | 安全库存预警 |
| | | </div> |
| | | <div class="layui-card-body" style="padding: 0;height: 90%;width: 90%;margin-left: 5%;"> |
| | | <div class="layui-card-body" style="height: 90%;width: 90%;margin-left: 5%;"> |
| | | <table id="LAY-app-content-list2" lay-filter="LAY-app-content-list2"></table> |
| | | </div> |
| | | </div> |
| | |
| | | function refreshTable() { |
| | | infoOptions = { |
| | | elem: '#LAY-app-content-list', |
| | | height: 'full-600', |
| | | //height: 'full-600', |
| | | height: '270%', |
| | | id: 'LAY-app-content-list', |
| | | page: false, |
| | | limit: pageCnt, |
| | |
| | | function refreshTable2() { |
| | | infoOptions2 = { |
| | | elem: '#LAY-app-content-list2', |
| | | height: 'full-600', |
| | | //height: 'full-600', |
| | | height: '270%', |
| | | id: 'LAY-app-content-list2', |
| | | page: false, |
| | | limit: pageCnt, |
| | |
| | | { field: '', title: '序号', type: 'numbers', fixed: 'left', "disabled": true }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center' }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center' }, |
| | | { title: '批次', field: 'LotNo', align: 'center' }, |
| | | { field: 'LotNo', title: '批次', align: 'center' }, |
| | | { field: 'ResidueQty', title: '剩余数量', align: 'center' }, |
| | | ]] |
| | | }; |