优化操作入库

This commit is contained in:
duan
2024-06-26 13:57:10 +08:00
parent cf7bbfc030
commit 0d42d145af
5 changed files with 7 additions and 8 deletions

View File

@@ -89,7 +89,7 @@
</el-table-column>
<el-table-column label="进价">
<template v-slot="scope">
<el-input-number v-model="scope.row.guidePrice" :min="0" controls-position="right"
<el-input-number v-model="scope.row.costPrice" :min="0" controls-position="right"
@change="e => { scope.row.costPrice = e }"></el-input-number>
<div class="tips">成本价{{ scope.row.costPrice }}/{{ scope.row.unitName }}</div>
</template>