Commit de616fdf authored by 高宇's avatar 高宇

1.入库进入页面时XX选中

2.pn不合法时,点击提交没有提示
3.出库 位置没有清空按钮
4.ptype:转成文字
5。ptype与qty放在同一行
6.完成录入时把位置值清空
7.位置值的选取
parent f485f628
......@@ -248,14 +248,6 @@ export default {
this.searchForm.search = ''
}
}
// const obj = this.getIndexAndNeedNumber(this.searchForm.search)
// if (obj) {
// const {index,needNumber} = obj
// if (!this.rowIndexList.includes(index)) {
// this.rowIndexList.push(index)
// }
// this.total = this.total + needNumber
// }
},
// handleSearch() {
......
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