自动化立体仓库 - WMS系统
#
whycq
2024-03-14 06b612c123fbe56f69536d45633c2c7f428df526
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}