Commit 8f91cc59 authored by jingnan's avatar jingnan 👀

领用出库修改

parent 4ca2dc3b
......@@ -5,7 +5,8 @@
*/
<template>
<div class="EditReqAmount">
<el-input-number v-model="reqAmount" size="small" :min="0" :max="maxNum" @change="handleChange" />
<el-input-number v-if="reqAmount===0||reqAmount" v-model="reqAmount" size="small" :min="0" :max="maxNum" @change="handleChange" />
<span v-else>{{ reqAmount }}</span>
</div>
</template>
<script>
......
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