Commit 537335f9 authored by xioln's avatar xioln

返厂出库编辑出库数量回显问题

parent 74b3cb06
......@@ -38,7 +38,7 @@ export default {
if (this.form.inventory && this.form.inventory.usableAmount) {
return this.form.inventory.usableAmount
} else {
return 1
return 99999
}
}
},
......
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