自动化立体仓库 - WMS系统
1
zhangc
2025-01-21 5edbc95f689813cee37ee573af48e59175ddff92
src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
@@ -43,7 +43,8 @@
                'code': res.code,
                'msg': res.msg,
                'count': res.data.total,
                'data': res.data.records
                'data': res.data.records,
                'countData': res.data.count
            }
        },
        response: {
@@ -63,6 +64,7 @@
                    res.data[_index][data.value] = 'N';
                }
            });
        }
    });