自动化立体仓库 - WMS系统
pang.jiabao
2025-02-10 513ae49dd33d2e3fb9c4513ea3be2e501c4a80f2
库存明细行内容超出隐藏,默认显示500条数据
4个文件已修改
66 ■■■■ 已修改文件
src/main/webapp/static/js/pla/plaDetl.js 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pla/plaDetl.html 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pla2/plaDetl.html 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pla3/plaDetl.html 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pla/plaDetl.js
@@ -17,7 +17,7 @@
        ,{field: 'pakinTime$', title: '入库时间', align: 'center' , sort:true}
        ,{field: 'matnr', align: 'center',title: '存货编码',hide:true,edit:true}
        ,{field: 'brand', align: 'center',title: '牌号',edit:true}
        ,{field: 'batch', align: 'center',title: '批号',edit:true, width: 150, sort:true}
        ,{field: 'batch', align: 'center',title: '批号',edit:true, sort:true}
        ,{field: 'packageNo', align: 'center',title: '包装号',edit:true, sort:true}
        ,{field: 'proDate', align: 'center',title: '生产日期',edit:true, width: 100}
        ,{field: 'weight', align: 'center',title: '重量KG',edit:true,totalRow:true}
@@ -59,10 +59,10 @@
        ,{field: 'stockFreezeBy', align: 'center',title: '操作人员',hide:true}
        ,{field: 'stockFreezeDate$', align: 'center',title: '操作日期',hide:true}
        ,{align: 'center', title: '流转明细', toolbar: '#tbLook'}
        ,{field: 'createTime$', title: '创建时间', align: 'center' , sort:true}
        ,{field: 'newBrand', align: 'center',title: '关联牌号',edit:true}
        ,{field: 'newBatch', align: 'center',title: '关联批号',edit:true, width: 150, sort:true}
        ,{field: 'newPackageNo', align: 'center',title: '关联包装号',edit:true, sort:true}
        ,{field: 'createTime$', title: '创建时间', align: 'center' , sort:true,hide:true}
        ,{field: 'newBrand', align: 'center',title: '关联牌号',edit:true,hide:true}
        ,{field: 'newBatch', align: 'center',title: '关联批号',edit:true, width: 150, sort:true,hide:true}
        ,{field: 'newPackageNo', align: 'center',title: '关联包装号',edit:true, sort:true,hide:true}
        // ,{field: 'orderNo', align: 'center',title: '单号', hide:true}
        // ,{field: 'pakoutTime', align: 'center',title: '出库时间', hide:true}
        // ,{field: 'orderWeight', align: 'center',title: '重量', hide:true}
@@ -123,7 +123,7 @@
            return $(window).height() - otherHeight - 100; // 返回 number 类型
        },
        //height: 'full',
        limit: 16,
        limit: 500,
        limits: [16, 50, 100, 200, 500,2000,5000,10000],
        even: true,
        toolbar: '#toolbar',
src/main/webapp/views/pla/plaDetl.html
@@ -91,16 +91,16 @@
            /*display: none;*/
        }
        .layui-table-cell {
            text-align: center;
            line-height: 20px !important;
            vertical-align: middle;
            height: auto;
            overflow: visible;
            text-overflow: inherit;
            white-space: normal;
        /*.layui-table-cell {*/
        /*    text-align: center;*/
        /*    line-height: 20px !important;*/
        /*    vertical-align: middle;*/
        /*    height: auto;*/
        /*    overflow: visible;*/
        /*    text-overflow: inherit;*/
        /*    white-space: normal;*/
        }
        /*}*/
        .table-header-fixed {
            top: 0;
            position: fixed;
src/main/webapp/views/pla2/plaDetl.html
@@ -91,16 +91,16 @@
            /*display: none;*/
        }
        .layui-table-cell {
            text-align: center;
            line-height: 20px !important;
            vertical-align: middle;
            height: auto;
            overflow: visible;
            text-overflow: inherit;
            white-space: normal;
        /*.layui-table-cell {*/
        /*    text-align: center;*/
        /*    line-height: 20px !important;*/
        /*    vertical-align: middle;*/
        /*    height: auto;*/
        /*    overflow: visible;*/
        /*    text-overflow: inherit;*/
        /*    white-space: normal;*/
        }
        /*}*/
        .table-header-fixed {
            top: 0;
            position: fixed;
src/main/webapp/views/pla3/plaDetl.html
@@ -91,16 +91,16 @@
            /*display: none;*/
        }
        .layui-table-cell {
            text-align: center;
            line-height: 20px !important;
            vertical-align: middle;
            height: auto;
            overflow: visible;
            text-overflow: inherit;
            white-space: normal;
        /*.layui-table-cell {*/
        /*    text-align: center;*/
        /*    line-height: 20px !important;*/
        /*    vertical-align: middle;*/
        /*    height: auto;*/
        /*    overflow: visible;*/
        /*    text-overflow: inherit;*/
        /*    white-space: normal;*/
        }
        /*}*/
        .table-header-fixed {
            top: 0;
            position: fixed;