自动化立体仓库 - WMS系统
#
18516761980
2022-02-17 cf1d9c88b3cbff49b8d7480ae0a11edce3e7874d
#
3个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/stockAdjust.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/matQuery.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/matQuery.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -9,7 +9,7 @@
    arrRemove(detlCols, "field", "str6")
    var cols = [
        {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        // {field: 'supplier', title: '批号', align: 'center', edit:'text', width: 120},
        {field: 'supplier', title: '批号', align: 'center', width: 120},
        {field: 'source', title: '来源', align: 'center', edit:'text', width: 120},
        {field: 'vendor', title: '供应商', align: 'center', edit:'text', width: 120}
        ,{field: 'qtyBox', align: 'center', title: '每箱数量(PCS)'}
src/main/webapp/views/pakStore/matQuery.html
@@ -124,7 +124,7 @@
            var checkStatus = table.checkStatus(obj.config.id);
            var data = checkStatus.data;
            for(i=0;i<data.length;i++){
                data[i].supplier='';
                data[i].supplier='0';
            }
            // debugger
            switch(obj.event) {
src/main/webapp/views/pda/matQuery.html
@@ -90,7 +90,7 @@
    </div>
    <div class="form-item">
        <span>批号</span>
        <input id="supplier" type="text">
        <input id="supplier" value="0" type="text">
    </div>
    <div class="form-item">
        <span>生产日期</span>