Browse Source

修改库存查询移动端页面

lwx_dev
erdanergou 3 years ago
parent
commit
00e53bed6f
  1. 6
      src/main/resources/templates/pages/showInventory/showInventoryForLocation.html

6
src/main/resources/templates/pages/showInventory/showInventoryForLocation.html

@ -81,7 +81,7 @@
<script src="/static/js/lay-config.js?v=1.0.4" charset="utf-8"></script>
<script>
function updateTableShowForLocation() {
function updateFlowShowForLocation() {
}
@ -130,7 +130,7 @@
depositoryId = location.did;
$("#localtion").val(location.depositoryName + "-" + location.kingdeecode);
}
updateTableShowForLocation();
updateFlowShowForLocation();
}
}
});
@ -142,7 +142,7 @@
updateTableShowForLocation = function () {
updateFlowShowForLocation = function () {
let req = {};
req.depositoryId = depositoryId;
req.placeId = placeId;

Loading…
Cancel
Save