#
luxiaotao1123
2021-04-09 b0b2378ee01defd753805f21851849659038770c
src/main/webapp/static/js/allo/allo.js
@@ -1,17 +1,5 @@
var pageCurr;
getParentNode();
function getParentNode(el) {
    http.post(baseUrl + "/parent/node/group", {type: 2}, function (res) {
        if (res.data != null) {
            var tpl = $("#parentNodeGroup").html();
            var template = Handlebars.compile(tpl);
            var html = template(res);
            $('#parentId').append(html);
        }
    });
}
layui.use(['table','laydate', 'form'], function(){
    var table = layui.table;
    var $ = layui.jquery;
@@ -35,7 +23,7 @@
            {type: 'checkbox'}
            // ,{field: 'id', align: 'center',title: 'ID'}
            ,{field: 'uuid', align: 'center',title: '编号'}
            ,{field: 'name', align: 'center',title: '仓库名称'}
            ,{field: 'name', align: 'center',title: '货位名称'}
            // ,{field: 'parentId', align: 'center',title: '父级'}
            ,{field: 'parentName', align: 'center',title: '所属库区'}
            // ,{field: 'type$', align: 'center',title: '类型'}