Browse Source

优化库位物料映射查看

lwx_dev
erdanergou 3 years ago
parent
commit
06eadcb77f
  1. 2
      src/main/resources/templates/pages/warehouse/warehouseByParentId.html
  2. 2
      target/classes/templates/pages/warehouse/warehouseByParentId.html

2
src/main/resources/templates/pages/warehouse/warehouseByParentId.html

@ -368,7 +368,7 @@
shade: 0.2, shade: 0.2,
maxmin: true, maxmin: true,
shadeClose: true, shadeClose: true,
area: ['100%', '100%'], area: ['70%', '70%'],
content: '/materialForPlace?id=' + id content: '/materialForPlace?id=' + id
}); });
$(window).on("resize", function () { $(window).on("resize", function () {

2
target/classes/templates/pages/warehouse/warehouseByParentId.html

@ -368,7 +368,7 @@
shade: 0.2, shade: 0.2,
maxmin: true, maxmin: true,
shadeClose: true, shadeClose: true,
area: ['100%', '100%'], area: ['70%', '70%'],
content: '/materialForPlace?id=' + id content: '/materialForPlace?id=' + id
}); });
$(window).on("resize", function () { $(window).on("resize", function () {

Loading…
Cancel
Save