|
|
@ -107,8 +107,8 @@ |
|
|
|
v-model="slotProps.scope.row[slotProps.scope.column.property]" |
|
|
|
v-model="slotProps.scope.row[slotProps.scope.column.property]" |
|
|
|
:controls="false" |
|
|
|
:controls="false" |
|
|
|
:precision="0" |
|
|
|
:precision="0" |
|
|
|
:min="0" |
|
|
|
:min="slotProps.scope.row.realNum || 0" |
|
|
|
:max="slotProps.scope.row.totalCount - slotProps.scope.row.stockCount" |
|
|
|
:max="slotProps.scope.row.planNum" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|