@@ -222,6 +222,9 @@
v-model="detailInfo.rejectNum"
:min="1"
:max="detailInfo.productionQuantity"
+ :decimal="false"
+ :step="1"
+ step-strictly
label="数量"
style="width: 140px"
/>