自动化立体仓库 - WMS系统
luxiaotao1123
2020-09-15 5fe9c379f0cc696568a0db249026a1e8a3b02a5a
src/main/webapp/views/pda/stockIn.html
@@ -120,8 +120,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) {
@@ -160,12 +160,12 @@
        })
    }
    // 提取物料
    // 提取产品
    var matCodeLayerIdx;
    function getMat() {
        matCodeLayerIdx = layer.open({
            type: 2,
            title: '物料',
            title: '产品',
            shade: [0.3,'#000'],
            area: ['90%', '80%'],
            content: 'matQuery.html',
@@ -221,7 +221,7 @@
            return;
        }
        if (matData.length === 0) {
            tips("请提取物料", true);
            tips("请提取产品", true);
            return;
        }
        // var site = $('input:radio[name="site"]:checked').next("span").html();