|
@ -441,6 +441,14 @@ export default { |
|
|
}, |
|
|
}, |
|
|
//弹出出库单界面 |
|
|
//弹出出库单界面 |
|
|
handleCreateBills() { |
|
|
handleCreateBills() { |
|
|
|
|
|
var getdata = JSON.stringify(this.list); |
|
|
|
|
|
if (getdata == "[]") { |
|
|
|
|
|
this.$message({ |
|
|
|
|
|
type: "info", |
|
|
|
|
|
message: "当前列表为空,不能执行出库操作!", |
|
|
|
|
|
}); |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
this.dialogFormVisible = true; |
|
|
this.dialogFormVisible = true; |
|
|
if (this.$refs["accountDatelist"] !== undefined) { |
|
|
if (this.$refs["accountDatelist"] !== undefined) { |
|
|
this.$refs["accountDatelist"].resetFields(); |
|
|
this.$refs["accountDatelist"].resetFields(); |
|
@ -573,95 +581,6 @@ export default { |
|
|
trailing: false, //在延时结束后不调用,保证事件只被触发一次 |
|
|
trailing: false, //在延时结束后不调用,保证事件只被触发一次 |
|
|
} |
|
|
} |
|
|
), |
|
|
), |
|
|
// saveBills(row) { |
|
|
|
|
|
// this.listOutPutQuery.guids = []; |
|
|
|
|
|
// this.listOutPutQuery.version = this.customerInfo.version; |
|
|
|
|
|
// this.listOutPutQuery.billNum = this.customerInfo.parentId; |
|
|
|
|
|
// if (this.accountDatelist.accountDate == "") { |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// message: "请选择日期!", |
|
|
|
|
|
// type: "warning", |
|
|
|
|
|
// }); |
|
|
|
|
|
// return; |
|
|
|
|
|
// } |
|
|
|
|
|
// this.listOutPutQuery.accountDate = this.accountDatelist.accountDate; |
|
|
|
|
|
|
|
|
|
|
|
// console.log("确认出库条件:" + JSON.stringify(this.listOutPutQuery)); |
|
|
|
|
|
|
|
|
|
|
|
// let myalert = ""; |
|
|
|
|
|
// var getAccountMonth = moment(this.accountDatelist.accountDate).format( |
|
|
|
|
|
// "YYYY-MM" |
|
|
|
|
|
// ); |
|
|
|
|
|
// let date = new Date(); |
|
|
|
|
|
// let currentMonth = moment(date).format("YYYY-MM"); |
|
|
|
|
|
// if (getAccountMonth < currentMonth) { |
|
|
|
|
|
// myalert = "过账日期小于当前月份"; |
|
|
|
|
|
// this.$confirm("是否确认" + myalert + "?", "提示", { |
|
|
|
|
|
// confirmButtonText: "确定", |
|
|
|
|
|
// cancelButtonText: "取消", |
|
|
|
|
|
// type: "warning", |
|
|
|
|
|
// }) |
|
|
|
|
|
// .then(() => { |
|
|
|
|
|
// this.$axios |
|
|
|
|
|
// .posts( |
|
|
|
|
|
// "/api/settleaccount/wmskanbanoutput/WmsKanbanOutPut-Pass", |
|
|
|
|
|
// this.listOutPutQuery |
|
|
|
|
|
// ) |
|
|
|
|
|
// .then((response) => { |
|
|
|
|
|
// const index = this.list.indexOf(row); |
|
|
|
|
|
// this.$notify({ |
|
|
|
|
|
// title: "成功", |
|
|
|
|
|
// message: "生成成功", |
|
|
|
|
|
// type: "success", |
|
|
|
|
|
// duration: 2000, |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.accountDatelist.accountDate = ""; |
|
|
|
|
|
// this.dialogFormVisible = false; |
|
|
|
|
|
// this.getList(); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }) |
|
|
|
|
|
// .catch(() => { |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }); |
|
|
|
|
|
// }) |
|
|
|
|
|
// .catch(() => { |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// type: "info", |
|
|
|
|
|
// message: "已取消操作", |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }); |
|
|
|
|
|
// } else if (getAccountMonth === currentMonth) { |
|
|
|
|
|
// this.$axios |
|
|
|
|
|
// .posts( |
|
|
|
|
|
// "/api/settleaccount/wmskanbanoutput/WmsKanbanOutPut-Pass", |
|
|
|
|
|
// this.listOutPutQuery |
|
|
|
|
|
// ) |
|
|
|
|
|
// .then((response) => { |
|
|
|
|
|
// const index = this.list.indexOf(row); |
|
|
|
|
|
// this.$notify({ |
|
|
|
|
|
// title: "成功", |
|
|
|
|
|
// message: "生成成功", |
|
|
|
|
|
// type: "success", |
|
|
|
|
|
// duration: 2000, |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.accountDatelist.accountDate = ""; |
|
|
|
|
|
// this.dialogFormVisible = false; |
|
|
|
|
|
// this.getList(); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }) |
|
|
|
|
|
// .catch(() => { |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }); |
|
|
|
|
|
// } else { |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// type: "warning", |
|
|
|
|
|
// message: "选择的过账日期不能大于当前月份!", |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// return; |
|
|
|
|
|
// } |
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
//取消出库单 |
|
|
//取消出库单 |
|
|
CancelBills: _.debounce( |
|
|
CancelBills: _.debounce( |
|
@ -784,119 +703,6 @@ export default { |
|
|
trailing: false, //在延时结束后不调用,保证事件只被触发一次 |
|
|
trailing: false, //在延时结束后不调用,保证事件只被触发一次 |
|
|
} |
|
|
} |
|
|
), |
|
|
), |
|
|
// CancelBills(row) { |
|
|
|
|
|
// if (this.accountDatelist.accountDate == "") { |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// message: "请选择日期!", |
|
|
|
|
|
// type: "warning", |
|
|
|
|
|
// }); |
|
|
|
|
|
// return; |
|
|
|
|
|
// } |
|
|
|
|
|
// var params = []; |
|
|
|
|
|
// if (row) { |
|
|
|
|
|
// //单行 |
|
|
|
|
|
// params.push(row.id); |
|
|
|
|
|
// } else { |
|
|
|
|
|
// //多选 |
|
|
|
|
|
// this.multipleSelection.forEach((element) => { |
|
|
|
|
|
// let id = element.id; |
|
|
|
|
|
// params.push(id); |
|
|
|
|
|
// }); |
|
|
|
|
|
// } |
|
|
|
|
|
// this.listOutPutQuery.version = this.customerInfo.version; |
|
|
|
|
|
// this.listOutPutQuery.guids = params; |
|
|
|
|
|
// this.listOutPutQuery.billNum = this.customerInfo.parentId; |
|
|
|
|
|
// this.listOutPutQuery.accountDate = this.accountDatelist.accountDate; |
|
|
|
|
|
// console.log("取消出库条件:" + JSON.stringify(this.listOutPutQuery)); |
|
|
|
|
|
// let myalert = ""; |
|
|
|
|
|
// var getAccountMonth = moment(this.accountDatelist.accountDate).format( |
|
|
|
|
|
// "YYYY-MM" |
|
|
|
|
|
// ); //选择的日期 |
|
|
|
|
|
// let date = new Date(); |
|
|
|
|
|
// let currentMonth = moment(date).format("YYYY-MM"); //当前月 |
|
|
|
|
|
// console.log( |
|
|
|
|
|
// "过账日期:" + |
|
|
|
|
|
// JSON.stringify(getAccountMonth) + |
|
|
|
|
|
// "当前日期:" + |
|
|
|
|
|
// JSON.stringify(currentMonth) |
|
|
|
|
|
// ); |
|
|
|
|
|
// if (getAccountMonth < currentMonth) { |
|
|
|
|
|
// myalert = "过账日期小于当前月份"; |
|
|
|
|
|
|
|
|
|
|
|
// this.$confirm("是否确认" + myalert + "?", "提示", { |
|
|
|
|
|
// confirmButtonText: "确定", |
|
|
|
|
|
// cancelButtonText: "取消", |
|
|
|
|
|
// type: "warning", |
|
|
|
|
|
// }) |
|
|
|
|
|
// .then(() => { |
|
|
|
|
|
// this.$axios |
|
|
|
|
|
// .posts( |
|
|
|
|
|
// "/api/settleaccount/wmskanbanoutput/WmsKanbanOutPut-Cancel", |
|
|
|
|
|
// this.listOutPutQuery |
|
|
|
|
|
// ) |
|
|
|
|
|
// .then((response) => { |
|
|
|
|
|
// const index = this.list.indexOf(row); |
|
|
|
|
|
// this.$notify({ |
|
|
|
|
|
// title: "成功", |
|
|
|
|
|
// message: "操作成功", |
|
|
|
|
|
// type: "success", |
|
|
|
|
|
// duration: 2000, |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.accountDatelist.accountDate = ""; |
|
|
|
|
|
// this.dialogFormVisible = false; |
|
|
|
|
|
// this.getList(); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }) |
|
|
|
|
|
// .catch(() => { |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// type: "info", |
|
|
|
|
|
// message: "调用服务出错!", |
|
|
|
|
|
// }); |
|
|
|
|
|
// }); |
|
|
|
|
|
// }) |
|
|
|
|
|
// .catch(() => { |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// type: "info", |
|
|
|
|
|
// message: "已取消操作", |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }); |
|
|
|
|
|
// } else if (getAccountMonth === currentMonth) { |
|
|
|
|
|
// this.$axios |
|
|
|
|
|
// .posts( |
|
|
|
|
|
// "/api/settleaccount/wmskanbanoutput/WmsKanbanOutPut-Cancel", |
|
|
|
|
|
// this.listOutPutQuery |
|
|
|
|
|
// ) |
|
|
|
|
|
// .then((response) => { |
|
|
|
|
|
// const index = this.list.indexOf(row); |
|
|
|
|
|
// this.$notify({ |
|
|
|
|
|
// title: "成功", |
|
|
|
|
|
// message: "操作成功", |
|
|
|
|
|
// type: "success", |
|
|
|
|
|
// duration: 2000, |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.accountDatelist.accountDate = ""; |
|
|
|
|
|
// this.dialogFormVisible = false; |
|
|
|
|
|
// this.getList(); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// }) |
|
|
|
|
|
// .catch(() => { |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// type: "info", |
|
|
|
|
|
// message: "调用服务出错!", |
|
|
|
|
|
// }); |
|
|
|
|
|
// }); |
|
|
|
|
|
// } else { |
|
|
|
|
|
// this.$message({ |
|
|
|
|
|
// type: "warning", |
|
|
|
|
|
// message: "选择的过账日期不能大于当前月份!", |
|
|
|
|
|
// }); |
|
|
|
|
|
// this.formLoading = false; |
|
|
|
|
|
// return; |
|
|
|
|
|
// } |
|
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
|
|
//删除出库单 |
|
|
//删除出库单 |
|
|
handleDelete(row) { |
|
|
handleDelete(row) { |
|
|