Commit df3f3fc3 authored by chenzj's avatar chenzj

生产版本bug修复

parent 072d05d4
......@@ -86,6 +86,7 @@
/>
<el-table-column label="生产用途" align="center" prop="usageName" />
<el-table-column label="打样订单" align="center" prop="sapPrototypeMakeCode" />
<el-table-column label="备注" align="center" prop="remark" />
<!-- <el-table-column label="状态" align="center" width="100" prop="status">
<template slot-scope="scope">
......@@ -194,6 +195,7 @@ export default {
productionSolutionId: null, // 可以查简称与英文名
productionSolutionCode: null,
productionSolutionName: null,
sapPrototypeMakeCode: null,
statsu: "PREPARE",
itemId: null,
routeId: null,
......@@ -249,6 +251,7 @@ export default {
productionSolutionId: null,
productionSolutionCode: null,
productionSolutionName: null,
sapPrototypeMakeCode: null,
itemId: null,
routeId: null,
usageId: null,
......
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