自动化立体仓库 - WMS系统
Junjie
2023-06-03 1ccbafd4845918b45cea28a834fd889e3ba4e0b6
src/main/webapp/static/js/pakStore/stockOut2.js
@@ -2,7 +2,7 @@
var locDetlData = [];
function getCol() {
    var cols = [
        {field: 'count', align: 'center',title: '出库数量', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
        {field: 'count', align: 'center',title: '出库数量', width: 130,  style:'color: blue;font-weight: bold'}
        ,{field: 'anfme', align: 'center',title: '库存数量'}
    ];
    arrRemove(detlCols,  'field', 'anfme');