自动化立体仓库 - WMS系统
Junjie
2023-06-02 a810d82e6ff0d820da6c888ebd9af0dba655d595
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');