代码优化
This commit is contained in:
parent
9bfcacb4df
commit
9ddbbacb1e
|
|
@ -506,6 +506,7 @@
|
||||||
placeholder="请输入退料数量"
|
placeholder="请输入退料数量"
|
||||||
type="number"
|
type="number"
|
||||||
min="1"
|
min="1"
|
||||||
|
disabled
|
||||||
clearable
|
clearable
|
||||||
@input="checkNum(scope.row)"
|
@input="checkNum(scope.row)"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
|
|
||||||
Reference in New Issue