自动化立体仓库 - WMS系统
luxiaotao1123
2020-09-15 5fe9c379f0cc696568a0db249026a1e8a3b02a5a
src/main/webapp/views/pda/comb.html
@@ -55,8 +55,8 @@
            cellMinWidth: 50,
            cols: [[
                {fixed: 'left', align: 'center', field: 'count', title: '数量', style:'color: blue', width:50},
                {field: 'matNo', align: 'center', title: '物料编码'},
                {field: 'matName', align: 'center', title: '物料名称'}
                {field: 'matNo', align: 'center', title: '产品代号'},
                {field: 'matName', align: 'center', title: '产品名称'}
            ]],
            done: function (res, curr, count) {
            }
@@ -77,7 +77,7 @@
    function getMat() {
        matCodeLayerIdx = layer.open({
            type: 2,
            title: '提取物料',
            title: '提取产品',
            shade: [0.3,'#000'],
            area: ['90%', '80%'],
            content: 'matQuery.html',
@@ -131,7 +131,7 @@
            return;
        }
        if (matData.length === 0) {
            tips("请提取物料", true);
            tips("请提取产品", true);
            return;
        }
        $.ajax({