chen.lin
4 天以前 48b2dc4df2c247d12e4dd52c3c5d290f1e026578
src/main/webapp/views/pda/combLToP.html
@@ -76,6 +76,7 @@
            cols: [[
                {field: 'matNo', align: 'center', title: '物料编码'},
                {field: 'mnemonic', align: 'center', title: '生产单号'},
                {field: 'supplier', align: 'center', title: '通知单号'},
                {field: 'count', align: 'center', title: '数量', style:'color: blue', width:50},
                {field: 'matName', align: 'center', title: '物料名称'}
            ]],
@@ -108,7 +109,7 @@
            title: '提取物料',
            shade: [0.3,'#000'],
            area: ['90%', '90%'],
            content: 'matQuery.html',
            content: 'matQuery2.html',
            success: function(layero, index){
                $('.layui-layer-title').css('font-size', '16px');
            },