|
|
@ -26,11 +26,11 @@ |
|
|
|
<span>{{ scope.row[item] }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column align="center" label="操作" width="170"> |
|
|
|
<!-- <el-table-column align="center" label="操作" width="170"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-button class="edit-button-style" @click.stop="handleDetails(scope.row)" size="small">查看物料满足明细</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> --> |
|
|
|
</el-table> |
|
|
|
<DetailsComponent |
|
|
|
v-if="isAddOrEdit" |
|
|
@ -67,6 +67,7 @@ export default { |
|
|
|
"ContrastInventory-SalesOrder", |
|
|
|
"ContrastInventory-DemandQty", |
|
|
|
"ContrastInventory-DemandWeek", |
|
|
|
"ContrastInventory-DisparityQty", |
|
|
|
"ContrastInventory-ExpectedWeek", |
|
|
|
], |
|
|
|
loading: false, |
|
|
|