自动化立体仓库 - WMS系统
skyouc
2026-01-14 f6e687c194354f1c0b883b5ac56da3a8e70db471
src/main/webapp/static/js/locAroundBind/locAroundBind.js
@@ -22,12 +22,14 @@
        height: 'full-120',
        cols: [[
            { type: 'checkbox' }
            , { field: 'id', align: 'center', title: 'ID' }
            , { field: 'devId', align: 'center', title: '机台ID' }
            , { field: 'id', align: 'center', title: 'ID' , hide: true }
            , { field: 'devId', align: 'center', title: '机台ID', hide: true }
            , { field: 'devNo', align: 'center', title: '机台号' }
            , { field: 'devName', align: 'center', title: '设备名称' }
            , { field: 'blocId', align: 'center', title: '库位ID', hide: true }
            , { field: 'blocNo', align: 'center', title: '库位码' }
            , { field: 'def$', align: 'center', title: '是否默认' }
            , { field: 'blocNo', align: 'center', title: '工位' }
            ,{field: 'locType$', align:'center', title: '工位状态'}
            , { field: 'def$', align: 'center', title: '工位类型' }
            , { fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120 }
        ]],
        request: {