Browse Source

修改库存、物料、物料类型导入方法

lwx_dev
erdanergou 3 years ago
parent
commit
2061c03a4d
  1. 3
      src/main/resources/templates/pages/depository/table-stock.html
  2. 3
      src/main/resources/templates/pages/material/material-out.html
  3. 3
      src/main/resources/templates/pages/materialtype/materialType_view.html

3
src/main/resources/templates/pages/depository/table-stock.html

@ -572,8 +572,7 @@
layer.close(index); layer.close(index);
} }
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0, icon: 0
time: 1000
},function () { },function () {
closeShowDataMessage(); closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {

3
src/main/resources/templates/pages/material/material-out.html

@ -356,8 +356,7 @@
layer.close(index); layer.close(index);
} }
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0, icon: 0
time: 1000
},function () { },function () {
closeShowDataMessage(); closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {

3
src/main/resources/templates/pages/materialtype/materialType_view.html

@ -352,8 +352,7 @@
layer.close(index); layer.close(index);
} }
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0, icon: 0
time: 1000
},function () { },function () {
closeShowDataMessage(); closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {

Loading…
Cancel
Save