|
@ -954,13 +954,13 @@ export default { |
|
|
}, |
|
|
}, |
|
|
//出库单 |
|
|
//出库单 |
|
|
handleCreateBills(row){ |
|
|
handleCreateBills(row){ |
|
|
if (this.multipleSelection.length == 0) { |
|
|
// if (this.multipleSelection.length == 0) { |
|
|
this.$message({ |
|
|
// this.$message({ |
|
|
message: "至少选择一行!", |
|
|
// message: "至少选择一行!", |
|
|
type: "warning", |
|
|
// type: "warning", |
|
|
}); |
|
|
// }); |
|
|
return; |
|
|
// return; |
|
|
} |
|
|
// } |
|
|
var params = []; |
|
|
var params = []; |
|
|
let myalert = ""; //声明变量,其变量必须在此声明后使用 |
|
|
let myalert = ""; //声明变量,其变量必须在此声明后使用 |
|
|
if (row) { |
|
|
if (row) { |
|
@ -984,6 +984,7 @@ export default { |
|
|
this.$axios |
|
|
this.$axios |
|
|
.gets("/api/settleaccount/wmsjitoutput/WmsJitOutPut", params) |
|
|
.gets("/api/settleaccount/wmsjitoutput/WmsJitOutPut", params) |
|
|
.then((response) => { |
|
|
.then((response) => { |
|
|
|
|
|
console.log("检查柱护板-hostCheckQuery"+JSON.stringify(response)); |
|
|
const index = this.list.indexOf(row); |
|
|
const index = this.list.indexOf(row); |
|
|
this.$notify({ |
|
|
this.$notify({ |
|
|
title: "成功", |
|
|
title: "成功", |
|
@ -991,11 +992,12 @@ export default { |
|
|
type: "success", |
|
|
type: "success", |
|
|
duration: 2000, |
|
|
duration: 2000, |
|
|
}); |
|
|
}); |
|
|
console.log(response); |
|
|
|
|
|
this.getList(); |
|
|
this.getList(); |
|
|
}); |
|
|
}); |
|
|
}) |
|
|
}) |
|
|
.catch(() => { |
|
|
.catch(() => { |
|
|
|
|
|
|
|
|
this.$message({ |
|
|
this.$message({ |
|
|
type: "info", |
|
|
type: "info", |
|
|
message: "已取消操作", |
|
|
message: "已取消操作", |
|
|