Browse Source

修改本地移动端库存可视化页面

lwx_dev
erdanergou 3 years ago
parent
commit
c77c1d8162
  1. 2
      src/main/resources/static/js/stockTaking/stockTakingForLocationTable.js

2
src/main/resources/static/js/stockTaking/stockTakingForLocationTable.js

@ -288,7 +288,7 @@ layui.use(['form', 'step', 'flow', 'table', 'inputTag'], function () {
area: ['70%', '70%'], area: ['70%', '70%'],
move: '.layui-layer-title', move: '.layui-layer-title',
fixed: false, fixed: false,
content: '/selectDepository?type=2', content: '/selectDepository?type=1',
success: function (layero, index) { success: function (layero, index) {
var children = layero.children(); var children = layero.children();
var content = $(children[1]); var content = $(children[1]);

Loading…
Cancel
Save