自动化立体仓库 - WMS系统
#
Administrator
2023-06-30 c9a82de64a983720c479cd40a7a28d692248ea24
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');