自动化立体仓库 - WMS系统
#
zjj
2024-06-12 4e4aaf7b1b8dc57377e9cdc8c90e53c41f835e6f
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -5,7 +5,7 @@
var matCodeLayerIdx;
function getCol() {
    var cols = [
        // {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        {fixed: 'left', field: 'count', title: '实际数量', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
        {field: 'anfme', align: 'center',title: '数量'}
        ,{field: 'batch', align: 'center',title: '箱号(编辑)', edit: true, style: 'font-weight:bold'}
    ];