采购件入库

This commit is contained in:
zhangdingyu
2019-10-11 18:17:56 +08:00
parent 652840b734
commit bd16722212
5 changed files with 921 additions and 447 deletions

View File

@@ -44,7 +44,7 @@
</el-table-column>
<el-table-column label="到货数量" align="center" width="200" show-overflow-tooltip>
<template slot-scope="scope">
<el-input-number v-model="scope.row.本次到货数量" :min="0" :precision="2" size="mini" style="margin: 0;width: 100%"/>
<el-input-number v-model="scope.row.本次到货数量" :min="0" :max="scope.row.数量-scope.row.到货数量" :precision="2" size="mini" style="margin: 0;width: 100%"/>
</template>
</el-table-column>
</el-table>