fix: 1975 编码出库时会代入上次出库的设备编码
This commit is contained in:
parent
2ba5872015
commit
a6409cd1f5
|
|
@ -714,6 +714,8 @@ export default {
|
||||||
codeOut(row) {
|
codeOut(row) {
|
||||||
// this.title = '编码出库'
|
// this.title = '编码出库'
|
||||||
this.openCode = true
|
this.openCode = true
|
||||||
|
this.resetForm('codeOutForm')
|
||||||
|
this.resetForm('outQuery')
|
||||||
this.outNum = row.outNum
|
this.outNum = row.outNum
|
||||||
this.outQuery.typeId = row.typeId
|
this.outQuery.typeId = row.typeId
|
||||||
this.outObj = row
|
this.outObj = row
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue