Commit 445f7ed2 authored by 沈翠玲's avatar 沈翠玲

生产报工

parent d062d331
......@@ -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