|
|
@ -277,7 +277,7 @@ export default { |
|
|
|
multipleSelection: [], |
|
|
|
formTitle: "", |
|
|
|
stockQty: "", |
|
|
|
qty:"", |
|
|
|
qty: "", |
|
|
|
drawer: false, |
|
|
|
showExcelImport: false, |
|
|
|
tableHeight: document.documentElement.clientHeight - 230, |
|
|
@ -371,9 +371,9 @@ export default { |
|
|
|
// } |
|
|
|
// }, |
|
|
|
handle(row) { |
|
|
|
this.multipleSelection.forEach((element) => { |
|
|
|
let outPutQty=element.outPutQty; |
|
|
|
}); |
|
|
|
this.multipleSelection.forEach((element) => { |
|
|
|
let outPutQty = element.outPutQty; |
|
|
|
}); |
|
|
|
if (row.outPutQty > row.stockQty) { |
|
|
|
this.$message({ |
|
|
|
message: "出库数量大于寄售库存,不允许出库!", |
|
|
@ -409,7 +409,6 @@ export default { |
|
|
|
this.listLoading = false; |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
//版本下拉列表选择项 |
|
|
|
JobVersionValue(params) { |
|
|
@ -484,6 +483,9 @@ export default { |
|
|
|
}, |
|
|
|
print() { |
|
|
|
this.dialogFormVisible = true; |
|
|
|
if (this.$refs["accountDatelist"] !== undefined) { |
|
|
|
this.$refs["accountDatelist"].resetFields(); |
|
|
|
} |
|
|
|
//this.getList(); |
|
|
|
}, |
|
|
|
handleCreateBillsEnd(row) { |
|
|
|