Commit 5c53925d authored by Marcus's avatar Marcus

入仓操作页面,追加货物会增加另外一个入仓记录

https://zentao.test.jdshangmen.com/bug-view-2573.html
parent 916b5850
...@@ -737,13 +737,13 @@ export default { ...@@ -737,13 +737,13 @@ export default {
}) })
cartonsNum = this.warehousing.num - hasCartonsNum cartonsNum = this.warehousing.num - hasCartonsNum
orderLocationBackVOList = this.tableData.length // orderLocationBackVOList = this.tableData.length
? this.tableData[this.tableData.length - 1].orderLocationBackVOList // ? this.tableData[this.tableData.length - 1].orderLocationBackVOList
: [] // : []
} else { // 添加新品名 } else { // 添加新品名
orderLocationBackVOList = this.tableData1.length // orderLocationBackVOList = this.tableData1.length
? this.tableData1[this.tableData1.length - 1].orderLocationBackVOList // ? this.tableData1[this.tableData1.length - 1].orderLocationBackVOList
: [] // : []
} }
const form = val === 1 ? this.form1 : this.form const form = val === 1 ? this.form1 : this.form
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment