自动化立体仓库 - WMS系统
wang..123
2022-02-15 7182f72ba4781c620eebdf501ca46b3f69f5585d
src/main/webapp/views/pda/matQuery.html
@@ -97,6 +97,15 @@
        <input id="memo" type="text">
    </div>
    <div class="form-item">
        <span>来源</span>
        <input id="source" type="text">
    </div>
    <div class="form-item">
        <span>供应商</span>
        <input id="vendor" type="text">
    </div>
    <div class="form-item">
        <span>单位</span>
        <input id="unit" type="text" disabled="disabled">
    </div>
@@ -156,7 +165,9 @@
            matName: $('#matName').val(),
            count: countDom.val(),
            supplier: $('#supplier').val(),
            memo: $('#memo').val()
            memo: $('#memo').val(),
            vendor:$('#vendor').val(),
            source:$('#source').val(),
            
        };
        if(countDom.val()<=0){