自动化立体仓库 - WMS系统
#
野心家
2023-05-31 5c50696e9514c45960e08e84ce8c7ccec52a60e4
src/main/webapp/static/js/locMast/locMast.js
@@ -27,6 +27,7 @@
            ,{field: 'packStatus$', align: 'center',title: '产品状态', hide:false}
            ,{field: 'locType1$', align: 'center',title: '库位类型'}
            ,{field: 'locType2$', align: 'center',title: '测试设备号'}
            ,{field: 'freeze$', align: 'center',title: '冻结状态'}
            // ,{field: 'whsType$', align: 'center',title: '库位类型'}
            // ,{field: 'pltType', align: 'center',title: ''}
            // ,{field: 'ctnType', align: 'center',title: ''}
@@ -518,6 +519,7 @@
            fireNo: $('#fireNo').val(),
            fireStatus: $('#fireStatus').val(),
            packStatus: $('#packStatus').val(),
            freeze: $('#freeze').val(),
        };
        $.ajax({
            url: baseUrl+"/locMast/"+name+"/auth",