Commit 098679b2 authored by chenzj's avatar chenzj

生产工单和生产版本bom新增一个物料编码

parent d0deb87c
......@@ -49,6 +49,7 @@
<el-table :data="tableData" @selection-change="handleSelectionChange">
<el-table-column label="序号" align="center" prop="idx" />
<el-table-column label="组件名称" align="center" prop="itemName" />
<el-table-column label="组件编码" align="center" prop="sapItemCode" />
<el-table-column label="项目类别" align="center" prop="itemClass">
<template slot-scope="scope">
<dict-tag
......
......@@ -26,6 +26,7 @@
<el-table :data="tableData" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="物料名称" align="center" prop="itemName" />
<el-table-column label="物料名称" align="center" prop="sapItemCode" />
<el-table-column
label="组件数量"
align="center"
......@@ -238,6 +239,7 @@ export default {
form: {
quantity: "",
itemName: "",
sapItemCode: "",
itemId: "",
unitOfMeasure: "",
scrapPercentage: "",
......@@ -321,6 +323,7 @@ export default {
scrapPercentage: "",
isBackflush: "",
virtualProjectLog: "",
sapItemCode: "",
storeAddr: "",
unitUsage: "",
storeAddr2: "",
......
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