Commit e5455e88 authored by tanjunxin's avatar tanjunxin

fix: 生产工单列表添加不合格数字段

parent 529fbdd3
......@@ -275,6 +275,7 @@
<el-table-column label="结束序列码" align="center" prop="endSerial" width="100px" />
<el-table-column label="调整数量" align="center" prop="quantityChanged" />
<el-table-column label="已生产数量" align="center" width="100px" prop="quantityProduced" />
<el-table-column label="不合格数" align="center" width="100px" prop="quantityUnqualify" />
<el-table-column label="批次号" align="center" width="100px" prop="batchCode" />
<el-table-column label="客户编码" align="center" prop="clientCode" />
<el-table-column label="客户名称" align="center" prop="clientName" :show-overflow-tooltip="true" />
......
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