Browse Source

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

lwx_dev
erdanergou 3 years ago
parent
commit
51a27215d6
  1. 3
      src/main/resources/templates/pages/depository/table-stock.html
  2. 2
      src/main/resources/templates/pages/material/material-out.html
  3. 3
      target/classes/templates/pages/depository/table-stock.html
  4. 2
      target/classes/templates/pages/material/material-out.html

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

@ -579,8 +579,8 @@
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0 icon: 0
},function (indexForMsg,layero) { },function (indexForMsg,layero) {
closeShowDataMessage();
layer.close(indexForMsg); layer.close(indexForMsg);
closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {
url: '/material/findInventory', url: '/material/findInventory',
page: { page: {
@ -632,6 +632,7 @@
closeShowDataMessage = function () { closeShowDataMessage = function () {
console.log(1)
$("#layui-layer-shade-x"+newIndexShade).remove(); $("#layui-layer-shade-x"+newIndexShade).remove();
$("#showImportData").hide(); $("#showImportData").hide();
$("#showDataContent").empty(); $("#showDataContent").empty();

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

@ -360,8 +360,8 @@
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0 icon: 0
},function (indexForMsg,layero) { },function (indexForMsg,layero) {
closeShowDataMessage();
layer.close(indexForMsg); layer.close(indexForMsg);
closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {
url: '/material/material', url: '/material/material',
page: { page: {

3
target/classes/templates/pages/depository/table-stock.html

@ -579,8 +579,8 @@
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0 icon: 0
},function (indexForMsg,layero) { },function (indexForMsg,layero) {
closeShowDataMessage();
layer.close(indexForMsg); layer.close(indexForMsg);
closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {
url: '/material/findInventory', url: '/material/findInventory',
page: { page: {
@ -632,6 +632,7 @@
closeShowDataMessage = function () { closeShowDataMessage = function () {
console.log(1)
$("#layui-layer-shade-x"+newIndexShade).remove(); $("#layui-layer-shade-x"+newIndexShade).remove();
$("#showImportData").hide(); $("#showImportData").hide();
$("#showDataContent").empty(); $("#showDataContent").empty();

2
target/classes/templates/pages/material/material-out.html

@ -360,8 +360,8 @@
layer.alert("数据导入完成", { layer.alert("数据导入完成", {
icon: 0 icon: 0
},function (indexForMsg,layero) { },function (indexForMsg,layero) {
closeShowDataMessage();
layer.close(indexForMsg); layer.close(indexForMsg);
closeShowDataMessage();
table.reload('currentTableId', { table.reload('currentTableId', {
url: '/material/material', url: '/material/material',
page: { page: {

Loading…
Cancel
Save