zjj
2024-04-03 52c94f01b291968f331fc0d2def2f7dd885609cb
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');
            },