当前库存
This commit is contained in:
parent
d943dc5301
commit
d2a380ce43
@ -193,6 +193,7 @@
|
|||||||
{{scope.row.standardDosage * form.productIdQty}}
|
{{scope.row.standardDosage * form.productIdQty}}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="当前库存" prop="currentInventory" min-width="150" />
|
||||||
</el-table>
|
</el-table>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
@ -243,6 +244,7 @@
|
|||||||
{{scope.row.standardDosage * form.productIdQty}}
|
{{scope.row.standardDosage * form.productIdQty}}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="当前库存" prop="currentInventory" min-width="150" />
|
||||||
</el-table>
|
</el-table>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
|
Loading…
Reference in New Issue
Block a user