自动化立体仓库 - WMS系统
skyouc
16 小时以前 afe9f011522d1511019fe4e0471c686438845e11
src/main/webapp/static/js/basStation/basStation.js
@@ -31,7 +31,7 @@
            , {field: 'modiTime$', align: 'center', title: '修改时间'}
            , {field: 'appeUser$', align: 'center', title: '创建者'}
            , {field: 'appeTime$', align: 'center', title: '添加时间'}
            , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120}
            , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 220}
        ]],
        request: {
            pageName: 'curr',
@@ -138,9 +138,27 @@
            case "del":
                del([data.id]);
                break;
            case "detlShow":
                detail(data);
                break;
        }
    });
    function detail(data) {
        devNo = data?.devNo
        // 弹层显示
        layer.open({
            type: 2,
            title: '查看明细',
            maxmin: true,
            area: [top.detailWidth, top.detailHeight],
            shadeClose: true,
            content: 'basStationDetl.html',
            success: function (layero, index) {
            }
        });
    }
    /* 弹窗 - 新增、修改 */
    function showEditModel(mData) {
        admin.open({