王佳豪
2021-04-28 4a96e56c8f510486c589047d2b378b417fb29039
src/main/webapp/static/js/common.js
@@ -7,6 +7,17 @@
// 详情窗口-宽度
var detailWidth = '90%';
function getQueryVariable(variable)
{
    var query = window.location.search.substring(1);
    var vars = query.split("&");
    for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if(pair[0] == variable){return pair[1];}
    }
    return(false);
}
// 非空判断
function isEmpty(obj){
    return typeof obj == "undefined" || obj == null || obj === "";
@@ -176,8 +187,8 @@
    ,{field: 'str3', align: 'center',title: '规格型号'}
    ,{field: 'str1', align: 'center',title: '基本单位', hide: true}
    ,{field: 'str4', align: 'center',title: '状态', hide: true}
    ,{field: 'str5', align: 'center',title: '单据编号', hide: true}
    ,{field: 'str6', align: 'center',title: '通知单号', hide: true}
    ,{field: 'str5', align: 'center',title: '生产单号'}
    ,{field: 'str6', align: 'center',title: '通知单号'}
    ,{field: 'str7', align: 'center',title: '默认仓库', hide: true}
    // ,{field: 'str8', align: 'center',title: '品牌'}
    // ,{field: 'str9', align: 'center',title: '采购员'}
@@ -207,12 +218,23 @@
    ,{field: 'maktx', align: 'center',title: '物料名称', width: 500}
    ,{field: 'lgnum', align: 'center',title: '规格'}
    ,{field: 'type', align: 'center',title: '物料类别'}
    ,{field: 'mnemonic', align: 'center',title: '单据编号', hide: true}
    ,{field: 'supplier', align: 'center',title: '通知单号', hide: true}
    // ,{field: 'warehouse', align: 'center',title: '仓库'}
    ,{field: 'mnemonic', align: 'center',title: '生产单号'}
    ,{field: 'supplier', align: 'center',title: '通知单号'}
    // ,{field: 'warehouse', align: 'center',title: '产地'}
    // ,{field: 'brand', align: 'center',title: '品牌'}
    ,{field: 'anfme', align: 'center',title: '数量'}
    // ,{field: 'altme', align: 'center',title: '单位'}
    ,{field: 'zpallet', align: 'center',title: '托盘条码'}
]
var locNormalCols = [
    {field: 'matnr', align: 'center',title: '物料编码'}
    ,{field: 'maktx', align: 'center',title: '物料名称', width: 400}
    ,{field: 'lgnum', align: 'center',title: '规格'}
    ,{field: 'type', align: 'center',title: '物料类别'}
    ,{field: 'mnemonic', align: 'center',title: '生产单号'}
    ,{field: 'supplier', align: 'center',title: '通知单号'}
    // ,{field: 'warehouse', align: 'center',title: '库区'}
    ,{field: 'brand', align: 'center',title: '品牌', hide: true}
    ,{field: 'altme', align: 'center',title: '单位'}
]