master
Mr.sun 2 years ago
parent 41ebf3fc0a
commit f5604f2186
  1. 4
      src/views/libraryManage/lockOutStore/index.vue

@ -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('叫料确认成功')

Loading…
Cancel
Save