Commit f7664204 authored by 沈翠玲's avatar 沈翠玲

生产排产

parent 493b7037
...@@ -506,10 +506,9 @@ ...@@ -506,10 +506,9 @@
</el-row> </el-row>
</el-form> </el-form>
<el-table :data="AssignList" > <el-table :data="AssignList" >
<el-table-column type="index" width="55" align="center" /> <el-table-column type="index" label="任务号" width="80" align="center" />
<el-table-column label="编排单号" width="120" prop="arrangeCode" />
<el-table-column label="排产数量" width="120" prop="quantity" /> <el-table-column label="排产数量" width="120" prop="quantity" />
<el-table-column label="工作单元" width="120" prop="workunitName" /> <el-table-column label="工作单元" width="150" prop="workunitName" />
</el-table> </el-table>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button <el-button
......
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