自动化立体仓库 - WMS系统
zyx
2024-02-18 16daa2a44e5fa705e671f5ff18631eb26ad70d40
src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
var baseUrl = "/hzjzwms";
var baseUrl = "/tzhnewms";
// 详情窗口-高度
var detailHeight = '80%';
@@ -115,7 +115,6 @@
    }
}
// http请求
!function (n) {
    "use strict";
@@ -201,9 +200,10 @@
    // {field: 'id', align: 'center',title: 'ID'}
    // ,{field: 'uuid', align: 'center',title: '编号'}
    // ,{field: 'tagId$', align: 'center',title: '所属归类'}
    ,{field: 'maktx', align: 'center',title: '商品名称', width: 200}
    ,{field: 'maktx', align: 'center',title: '商品名称'}
    // ,{field: 'name', align: 'center',title: '别名'}
    ,{field: 'specs', align: 'center',title: '规格'}
    ,{field: 'origin', align: 'center',title: '产地'}
    ,{field: 'model', align: 'center',title: '代码', hide: true}
    ,{field: 'color', align: 'center',title: '颜色', hide: true}
    ,{field: 'brand', align: 'center',title: '品牌', hide: true}
@@ -274,7 +274,6 @@
    ,{field: 'check$', align: 'center',title: '要求检验', hide: true}
    ,{field: 'danger$', align: 'center',title: '危险品', hide: true}
    ,{field: 'owner$', align: 'center',title: '货主', hide: false}
    ,{field: 'payment$', align: 'center',title: '货物形态', hide: false}
]
function getQueryVariable(variable)