Commit 4904d65c authored by jingnan's avatar jingnan 👀

配套需求单明细物料类型取值修改

parent b6662388
......@@ -137,7 +137,7 @@ export default {
outerColumn: [
{ 'title': '物料编码', 'key': 'extMaterial.resCode', 'minWidth': 100 },
{ 'title': '物料名称', 'key': 'extMaterial.resName', 'minWidth': 100 },
{ 'title': '物料类型', 'key': 'extMaterial.resType2.parentTypeName', 'minWidth': 100 },
{ 'title': '物料类型', 'key': 'extMaterial.resType2.typeCode', 'minWidth': 100 },
{ 'title': '需求数量', 'key': 'reqAmount', 'minWidth': 100 },
{ 'title': '库房', 'key': 'productWorkCenter.extname', 'minWidth': 100 },
{ '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