#
lsh
2024-08-20 f405d7cd127c94f4776ff774b1bef3deff2723a2
zy-asrs-wms/src/main/webapp/static/js/common.js
@@ -233,17 +233,21 @@
    {field: 'matnr', align: 'center',title: '品号', sort:true}
    ,{field: 'maktx', align: 'center',title: '名称', sort:true}
    ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false}
    ,{field: 'batch', align: 'center',title: '批号', width: 300, sort:true}
    ,{field: 'batch', align: 'center',title: '批号', width: 80, sort:true}
    ,{field: 'anfme', align: 'center',title: '数量'}
    ,{field: 'zpallet', align: 'center',title: '托盘条码'}
    ,{field: 'owner', align: 'center',title: '货主'}
    ,{field: 'fullPlt$', align: 'center',title: '是否满板'}
    ,{field: 'specs', align: 'center',title: '规格'}
    ,{field: 'templet', align: 'center',title: '机型',templet:function(row){
        if(row.mat$) {
            return row.mat$.model
        }}
        }
    }}
    ,{field: 'templet', align: 'center',title: '制令',templet:function(row){
            return row.mat$.decrees
        if (row.mat$) {
            return row.mat$.decrees;
        }
    }}
@@ -274,16 +278,16 @@
]
var detlColsWrkDetl = [
    {field: 'matnr', align: 'center',title: '品号', sort:true}
    ,{field: 'maktx', align: 'center',title: '名称', sort:true}
    {field: 'matnr', align: 'center',title: '品号', sort:true, width: 150}
    ,{field: 'maktx', align: 'center',title: '名称', sort:true, width: 150}
    ,{field: 'orderNo', align: 'center',title: '单据编号', hide: false}
    ,{field: 'orderType', align: 'center',title: '单据类型', hide: false}
    ,{field: 'batch', align: 'center',title: '批号', width: 300, sort:true}
    ,{field: 'anfme', align: 'center',title: '数量'}
    ,{field: 'zpallet', align: 'center',title: '托盘条码'}
    ,{field: 'owner', align: 'center',title: '货主'}
    ,{field: 'fullPlt$', align: 'center',title: '是否满板'}
    ,{field: 'specs', align: 'center',title: '规格'}
    ,{field: 'batch', align: 'center',title: '批号', width: 80, sort:true}
    ,{field: 'anfme', align: 'center',title: '数量', width: 70}
    ,{field: 'zpallet', align: 'center',title: '托盘条码', width: 100}
    ,{field: 'owner', align: 'center',title: '货主', width: 80}
    ,{field: 'fullPlt$', align: 'center',title: '是否满板', width: 100}
    ,{field: 'specs', align: 'center',title: '规格', width: 80}
    ,{field: 'model', align: 'center',title: '代码', hide: false}
    ,{field: 'color', align: 'center',title: '颜色', hide: true}
    ,{field: 'brand', align: 'center',title: '品牌', hide: true}