| | |
| | | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
| | | <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all"> |
| | | <script type="text/javascript" src="../../static/js/common.js"></script> |
| | | <script type="text/javascript" src="../../static/layui/layui.js"></script> |
| | | <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> |
| | | <script type="text/javascript" src="../../static/js/echarts/echarts.min.js"></script> |
| | | <script type="text/javascript" src="../../static/js/echarts/highcharts.js"></script> |
| | | <script type="text/javascript" src="../../static/js/common.js?v=100"></script> |
| | | <script type="text/javascript" src="../../static/layui/layui.js?v=100"></script> |
| | | <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js?v=100"></script> |
| | | <script type="text/javascript" src="../../static/js/echarts/echarts.min.js?v=100"></script> |
| | | <script type="text/javascript" src="../../static/js/echarts/highcharts.js?v=100"></script> |
| | | <style> |
| | | body { |
| | | background-color: #f1f1f1; |
| | |
| | | var cols = [ |
| | | //{field: 'appeTime$', title: '入库时间', align: 'center', width: 165} |
| | | {field: 'stay_time', align: 'center',title: '滞留天数',width: 90} |
| | | ,{field: 'store_max_date', align: 'center',title: '库龄上限',width: 90} |
| | | ,{field: 'store_min', title: '库存下限', align: 'center'} |
| | | //,{field: 'store_max_date', align: 'center',title: '库龄上限',width: 90} |
| | | //,{field: 'store_min', title: '库存下限', align: 'center'} |
| | | ,{field: 'sum_qty', title: '库存总数', align: 'center'} |
| | | ,{field: 'store_max', title: '库存上限', align: 'center'} |
| | | ,{field: 'loc_no', align: 'center',title: '库位号',width: 90} |
| | | //,{field: 'store_max', title: '库存上限', align: 'center'} |
| | | ,{field: 'loc_no', align: 'center',title: '库位号'} |
| | | |
| | | ]; |
| | | cols.push.apply(cols, detlCols); |