自动化立体仓库 - WMS系统
zyx
2024-03-29 e7949c7f0b4f66802003721d2e6c46797973d91b
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}