Commit b08f0ad7 authored by jingnan's avatar jingnan 👀

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

parent f78170ae
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
sortable sortable
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.weigthObj"> {{ scope.row.weigthObj.outsideAmount }}</span> <span> {{ scope.row.actualAmount }}</span>
</template> </template>
</el-table-column> </el-table-column>
<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