自动化立体仓库 - WMS系统
skyouc
2026-01-13 075d19c410180b7cee4068ecc75ddcc09c8a49d8
src/main/webapp/static/js/locAroundBind/locAroundBind.js
@@ -23,10 +23,11 @@
        cols: [[
            { type: 'checkbox' }
            , { field: 'id', align: 'center', title: 'ID' }
            , { field: 'devId', align: 'center', title: '台机ID' }
            , { field: 'devNo', align: 'center', title: '台机号' }
            , { field: 'devId', align: 'center', title: '机台ID' }
            , { field: 'devNo', align: 'center', title: '机台号' }
            , { field: 'blocId', align: 'center', title: '库位ID', hide: true }
            , { field: 'blocNo', align: 'center', title: '库位码' }
            , { field: 'def$', align: 'center', title: '是否默认' }
            , { fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120 }
        ]],
        request: {
@@ -127,7 +128,7 @@
                        if (res.data) {
                            layer.open({
                                type: 1,
                                title: '台机绑定作业库位',
                                title: '机台绑定作业库位',
                                area: ["400px"],
                                maxmin: true,
                                shadeClose: true,