王佳豪
2021-07-13 0ac8fe78532fa2decaeed4a9e3b6715ccc271e90
src/main/webapp/static/js/pakStore/stockOut.js
@@ -3,7 +3,7 @@
function getCol() {
    var cols = [
        // {field: 'count', align: 'center',title: '出库数量', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
        {field: 'anfme', align: 'center',title: '数量'}
        {field: 'anfme', align: 'center',title: '数量', edit: 'text', style: 'color: blue;font-weight: bold'}
        ,{field: 'locNo$', align: 'center',title: '库位号'}
    ];
    arrRemove(detlCols,  'field', 'anfme');
@@ -106,6 +106,7 @@
                        if (count > locDetlData[i]["anfme"]) {
                            layer.msg("不能超过原数量");
                        } else {
                            locDetlData[i]["anfme"] = count;
                            locDetlData[i]["count"] = count;
                        }
                        break;