自动化立体仓库 - WMS系统
#
tzsk
2024-05-31 b97ab3e077df3665663eb3a5b0c23d54c83a5548
src/main/webapp/static/js/agvBasDevp/basDevp.js
@@ -77,7 +77,7 @@
                    return html;
                }}
            ,{field: 'locSts$', align: 'center',title: '货位状态'}
            ,{field: 'wrkNo', align: 'center',title: '工作号', edit:true,  style:'color: blue;font-weight: bold'}
            //,{field: 'wrkNo', align: 'center',title: '工作号', edit:true,  style:'color: blue;font-weight: bold'}
            ,{field: 'floor', align: 'center',title: '楼'}
            //,{field: 'locType1$', align: 'center',title: '高低'}
            ,{field: 'barcode', align: 'center',title: '条形码'}
@@ -385,7 +385,7 @@
                    layer.msg("此站点的状态不存在物料");
                    return;
                }
                locDetlToLayer(data.barcode);
                locDetlToLayer(data.devNo,data.barcode);
                break;
            case 'unbind':
                // locDetl(data.locNo);
@@ -572,8 +572,9 @@
    }
    // iframe物料详情
    function locDetlToLayer(val) {
        barcode = val;
    function locDetlToLayer(val1,val2) {
        devNo = val1;
        barcode = val2;
        layer.open({
            type: 2,
            title: '站点明细',