自动化立体仓库 - WMS系统
whycq
2024-11-07 0b5b7e4fe9860779dba6ce0a6cc10435ac13c87d
src/main/webapp/static/js/inventoryVariance/inventoryVariance.js
@@ -2,7 +2,7 @@
var tableData;
function getCol() {
    var cols = [
        {field: 'matnr', align: 'center',title: '存货编码'}
        {field: 'matnr', align: 'center',title: '商品编码'}
        ,{field: 'csocode', align: 'center',title: '销售订单号', sort:true}
        ,{field: 'isoseq', align: 'center',title: '销售订单行号', sort:true}
        ,{field: 'iquantity', align: 'center',title: 'ERP存货数量', sort:true}