|
|
|
|
@ -84,8 +84,8 @@ |
|
|
|
|
<span class="icon-text" |
|
|
|
|
><el-icon><User /></el-icon>班组:</span |
|
|
|
|
> |
|
|
|
|
<span v-if="item.makeTeam" class="icon-text"> |
|
|
|
|
{{ item.makeTeam }} |
|
|
|
|
<span class="icon-text"> |
|
|
|
|
{{ item.makeTeam==null?item.oemCustormer:item.makeTeam }} |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<!-- 接收人 --> |
|
|
|
|
@ -528,18 +528,9 @@ |
|
|
|
|
<el-empty description="暂无加工、检验记录!"></el-empty> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- <el-collapse v-model="activeName"> |
|
|
|
|
<el-collapse-item title="订单信息" name="1"> |
|
|
|
|
<template #title="{ isActive }"> 订单信息 </template> |
|
|
|
|
</el-collapse-item> |
|
|
|
|
<el-collapse-item title="工序信息" name="2" > |
|
|
|
|
</el-collapse-item> |
|
|
|
|
</el-collapse> --> |
|
|
|
|
</el-dialog> |
|
|
|
|
</template> |
|
|
|
|
<script> |
|
|
|
|
import { updateProcess } from '../../api/flowManagement/index'; |
|
|
|
|
import contentView from './processView.vue'; |
|
|
|
|
import preserveSlotList from './preserveSlotList.vue'; |
|
|
|
|
import MoveElement from '@/utils/moveElement.js'; |
|
|
|
|
@ -596,6 +587,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
{ label: '订单下达', value: this.detailsForm.sendDownTime || '' }, |
|
|
|
|
{ label: '生产数量', value: this.detailsForm.makeQty || '' }, |
|
|
|
|
{ label: '报废数量', value: this.detailsForm.scrapQty || 0 }, |
|
|
|
|
{ label: '零件名称', value: this.detailsForm.dsPart?.partName || '' }, |
|
|
|
|
{ label: '产品型号', value: this.detailsForm.dsPart?.productType || '' }, |
|
|
|
|
{ label: '硬度', value: this.detailsForm.dsPart?.hardness || '' }, |
|
|
|
|
|