自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-03-30 e28f0020df3b7b7c5fbfc79af99a208d57673401
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/htwms";
var baseUrl = "/jkwms";
// 详情窗口-高度
var detailHeight = '80%';
@@ -182,8 +182,9 @@
var detlCols = [
    {field: 'matnr', align: 'center',title: '商品编号'}
    ,{field: 'maktx', align: 'center',title: '商品名称'}
    ,{field: 'batch', align: 'center',title: '批号'}
    ,{field: 'lgnum', align: 'center',title: '规格'}
    ,{field: 'type', align: 'center',title: '型号'}
    ,{field: 'type', align: 'center',title: '型号', hide: true}
    ,{field: 'supplier', align: 'center',title: '批号', hide: true}
    ,{field: 'anfme', align: 'center',title: '数量'}
    ,{field: 'altme', align: 'center',title: '单位'}