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 {
})
cartonsNum = this.warehousing.num - hasCartonsNum
orderLocationBackVOList = this.tableData.length
? this.tableData[this.tableData.length - 1].orderLocationBackVOList
: []
// orderLocationBackVOList = this.tableData.length
// ? this.tableData[this.tableData.length - 1].orderLocationBackVOList
// : []
} else { // 添加新品名
orderLocationBackVOList = this.tableData1.length
? this.tableData1[this.tableData1.length - 1].orderLocationBackVOList
: []
// orderLocationBackVOList = this.tableData1.length
// ? this.tableData1[this.tableData1.length - 1].orderLocationBackVOList
// : []
}
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