Commit b59356e9 authored by jingnan's avatar jingnan 👀

配套需求单明细增加牌号/型号/件号

parent 0fda22f5
......@@ -138,6 +138,7 @@ export default {
{ 'title': '物料编码', 'key': 'extMaterial.resCode', 'minWidth': 100 },
{ 'title': '物料名称', 'key': 'extMaterial.resName', 'minWidth': 100 },
{ 'title': '物料类型', 'key': 'extMaterial.resType2.typeCode', 'minWidth': 100 },
{ 'title': '牌号/型号/件号', 'key': 'extMaterial.modelNo', 'minWidth': 120 },
{ '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