库存限制修改

This commit is contained in:
Aaron
2021-07-14 18:26:59 +08:00
16 changed files with 377 additions and 241 deletions

View File

@ -164,7 +164,7 @@
</el-table-column>
<el-table-column prop="stock" label="库存" align="center">
<template slot-scope="scope">
<el-input type="text" v-model="scope.row.stock"/>
<el-input type="text" v-model="scope.row.stock" maxlength="7"/>
</template>
</el-table-column>
<el-table-column prop="bar_code" label="商品编号" align="center">