自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-27 59448c6902359f36001d9c49b52941e139d8db28
src/main/webapp/views/pda/comb.html
@@ -51,6 +51,13 @@
            width: 70px;
        }
        /* layer */
        .layui-layer-title {
            font-size: 11px;
            height: 20px;
            line-height: 20px;
        }
        /* 主体 */
        .layui-table, .layui-table-view {
            margin: 0;
@@ -123,15 +130,18 @@
    });
    window.onload = function(){document.getElementById("code").focus();}
    function getMat() {
        matCodeLayerIdx = layer.open({
            type: 2,
            title: '提取物料',
            maxmin: true,
            area: [top.detailWidth, top.detailHeight],
            shadeClose: true,
            content: '../pakStore/matQuery.html',
            title: '物料',
            shade: [0.3,'#000'],
            area: ['90%', '90%'],
            content: 'matQuery.html',
            success: function(layero, index){
                $('.layui-layer-title').css('height', '20px').css('line-height', '20px').css('font-size', '12px').css('padding-left', '10px')
                $('.layui-layer-setwin').css("top", '2px').css('right', '3px')
            }
        });
    }