当前库存

This commit is contained in:
汤锦科 2024-12-20 10:55:25 +08:00
parent d943dc5301
commit d2a380ce43

View File

@ -193,6 +193,7 @@
{{scope.row.standardDosage * form.productIdQty}}
</template>
</el-table-column>
<el-table-column label="当前库存" prop="currentInventory" min-width="150" />
</el-table>
</el-form>
<div slot="footer" class="dialog-footer">
@ -243,6 +244,7 @@
{{scope.row.standardDosage * form.productIdQty}}
</template>
</el-table-column>
<el-table-column label="当前库存" prop="currentInventory" min-width="150" />
</el-table>
</el-form>
<div slot="footer" class="dialog-footer">