Commit 30e98e0b authored by tanjunxin's avatar tanjunxin

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 1f5e0dc3 445f7ed2
......@@ -77,6 +77,7 @@
<el-table-column label="工作单元" width="120" align="center" prop="workunitName" />
<el-table-column label="外协单号" width="150" align="center" prop="assistProcessCode" />
<el-table-column label="生产工单编号" width="150" align="center" prop="workorderCode" />
<el-table-column label="任务数量" width="100" align="center" prop="woQuantity" />
<el-table-column label="报工数量" align="center" prop="feedbackTime" width="180">
<template slot-scope="scope">
<span>{{ getSumNumber(scope.row) }}</span>
......
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