自动化立体仓库 - WMS系统
admin
2021-08-28 5ea75676b5decb2994d77d92553ad5151277dfc7
src/main/webapp/static/js/basCrnStatus/basCrnStatus.js
@@ -26,7 +26,6 @@
            ,{field: 'modiTime$', align: 'center',title: '修改时间'}
            // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'text-decoration: underline;cursor:pointer'}
            // ,{field: 'appeTime$', align: 'center',title: '添加时间'}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
        ]],
        request: {
@@ -390,6 +389,7 @@
});
function tableReload(child) {
    var searchData = {};
    $.each($('#search-box [name]').serializeArray(), function() {
        searchData[this.name] = this.value;