#
luxiaotao1123
2020-06-18 ec31ae5a7a09186a2ae23bc3291db9e8a3922e96
#
2个文件已修改
7 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/stockAdjust.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/stockAdjust.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -16,6 +16,7 @@
        toolbar: '#toolbar',
        cols: [[
            {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
            {field: 'anfme', align: 'center',title: '数量'},
            {field: 'matNo', align: 'center', title: '物料编码'},
            {field: 'barcode', align: 'center', title: '条码'},
            {field: 'matName', align: 'center', title: '物料名称'},
@@ -41,9 +42,11 @@
            let data = res.data.records;
            for (var i = 0; i<data.length; i++) {
                matCodeData.push({
                    count: data[i].anfme,
                    anfme: data[i].anfme,
                    matNo: data[i].matnr,
                    matName: data[i].maktx,
                    count: 0,
                })
            }
            locTips(true, locNo);
src/main/webapp/views/pakStore/stockAdjust.html
@@ -84,7 +84,7 @@
    <!-- 库位提示 -->
    <div style="display: inline-block; font-size: 16px">
        <div class="not-retrieve" style="color: red">
            未检索库位
            请先检索库位
        </div>
        <div class="retrieve" style="display: none;color: blue">
            当前检索库位:&nbsp; <span id="locMsg"></span>