Commit c078f78c authored by jingnan's avatar jingnan 👀

计划执行页面物料确认界面实发数量字段用 配套明细中的 actualAmount

parent a2adbb17
......@@ -195,7 +195,7 @@
sortable
>
<template slot-scope="scope">
<span v-if="scope.row.weigthObj"> {{ scope.row.weigthObj.outsideAmount }}</span>
<span> {{ scope.row.actualAmount }}</span>
</template>
</el-table-column>
<el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment