自动化立体仓库 - WCS系统
whycq
2022-05-25 1a96e897d32aaae69ad3b9afb35fbcc8998fbc38
# ycq
1个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/views/pipeline.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pipeline.html
@@ -296,7 +296,7 @@
    // 详情操作 -------------------------------------------------------------------------
    var layerDetl;
    $(document).on('dblclick ','#site-table tr', function () {
        stop = false
        stop = true
        var siteId = $(this).children("td").eq(0).html();
        if (siteId !== null && siteId !== "") {
            layerDetl = layer.open({
@@ -325,7 +325,7 @@
                }
            })
        }
        stop = true
        stop = false
    });
    $(document).on('click ','#save', function () {