|
|
|
|
@ -433,7 +433,8 @@ export default { |
|
|
|
|
id: tempRow.id, |
|
|
|
|
batch: tempRow.batch, |
|
|
|
|
ptPart: tempRow.ptPart, |
|
|
|
|
lockNo: tempRow.lockNo |
|
|
|
|
lockNo: tempRow.lockNo, |
|
|
|
|
lockId: tempRow.lockId |
|
|
|
|
// containerCode: tempRow.tempRow |
|
|
|
|
} |
|
|
|
|
this.form = data |
|
|
|
|
@ -444,7 +445,6 @@ export default { |
|
|
|
|
this.$refs['form'].validate((valid) => { |
|
|
|
|
if (valid) { |
|
|
|
|
if (this.title === '叫料出库') { |
|
|
|
|
// console.log(this.form) |
|
|
|
|
addLockstockOut(this.form).then((response) => { |
|
|
|
|
if (response.code == 200) { |
|
|
|
|
this.$modal.msgSuccess('叫料确认成功') |
|
|
|
|
|