Commit 0913b907 authored by jingnan's avatar jingnan 👀

配套需求单明细增加物料类型字段

parent 08dda679
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="其他物料占用详情" min-width="130"> <el-table-column label="其他物料占用详情" min-width="140">
<template slot-scope="scope"> <template slot-scope="scope">
<span class="link" @click="openDetails(scope,'otherMatchOccupyItems')"> <span class="link" @click="openDetails(scope,'otherMatchOccupyItems')">
查看 查看
...@@ -137,6 +137,7 @@ export default { ...@@ -137,6 +137,7 @@ export default {
outerColumn: [ outerColumn: [
{ 'title': '物料编码', 'key': 'extMaterial.resCode', 'minWidth': 100 }, { 'title': '物料编码', 'key': 'extMaterial.resCode', 'minWidth': 100 },
{ 'title': '物料名称', 'key': 'extMaterial.resName', 'minWidth': 100 }, { 'title': '物料名称', 'key': 'extMaterial.resName', 'minWidth': 100 },
{ 'title': '物料类型', 'key': 'extMaterial.resType2.parentTypeName', 'minWidth': 100 },
{ 'title': '需求数量', 'key': 'reqAmount', 'minWidth': 100 }, { 'title': '需求数量', 'key': 'reqAmount', 'minWidth': 100 },
{ 'title': '库房', 'key': 'productWorkCenter.extname', 'minWidth': 100 }, { 'title': '库房', 'key': 'productWorkCenter.extname', 'minWidth': 100 },
{ 'title': '占用数量', 'key': 'takeAmount', 'minWidth': 120 }, { 'title': '占用数量', 'key': 'takeAmount', 'minWidth': 120 },
......
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