自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-09-14 2a6e2daeeba4a63146f0a0906d98281abb3de5da
src/main/webapp/views/pda/comb.html
@@ -19,7 +19,7 @@
<!-- 头部 -->
<header>
    <div class="layui-input-inline">
        <label class="layui-form-label">条码</label>
        <label class="layui-form-label">托盘码</label>
        <input class="layui-input" type="number" id="code" onkeyup="findCode(this)" oninput="if(value.length>8)value=value.slice(0,8)" placeholder="扫码 / 输入" autocomplete="off">
    </div>
    <div style="margin: 5px 5px">
@@ -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({