自动化立体仓库 - WMS系统
#
18516761980
2022-03-26 6eb88cc26b11a6ad79469e30b40eb9196e2ed0e1
src/main/webapp/static/js/common.js
@@ -170,15 +170,15 @@
    {field: 'matNo', align: 'center',title: '产品编码'}
    ,{field: 'matName', align: 'center',title: '产品名称'}
    ,{field: 'specs', align: 'center',title: '规格型号'}
    ,{field: 'unit', align: 'center',title: '单位'}
    ,{field: 'unit', align: 'center',title: '单位', width:80}
    // ,{field: 'num1', align: 'center',title: '数量'}
    ,{field: 'size', align: 'center',title: '尺寸', hide: true}
    ,{field: 'color', align: 'center',title: '颜色'}
    ,{field: 'weight', align: 'center', title: '每箱重量(KG)'}
    ,{field: 'weight', align: 'center', title: '每箱重量(KG)', width:120}
    ,{field: 'str3', align: 'center', title: '客户名称'}
    ,{field: 'str4', align: 'center', title: '项目信息'}
    ,{field: 'str5$', align: 'center', title: '类别'}
    ,{field: 'str6', align: 'center', title: '每箱数量(PCS)'}
    ,{field: 'str5$', align: 'center', title: '类别', width:120}
    ,{field: 'str6', align: 'center', title: '每箱数量(PCS)', width:125}
    
]