王佳豪
2021-04-28 a8995bfca6bc1ee4dbd988c5e5b5d89c19232ad6
src/main/webapp/views/locNormal/locNormal.html
@@ -161,7 +161,7 @@
    <script type="text/html" id="locArea">
        {{
        locArea.map(function(item){
        if (d.warehouse == item.id) {
        if (d.warehouse == item.uuid) {
        return item.name;
        }
        });