|
|
|
@ -251,7 +251,7 @@
|
|
|
|
|
<el-dialog
|
|
|
|
|
title="工单信息"
|
|
|
|
|
:visible.sync="printDialogVisible"
|
|
|
|
|
width="1450px"
|
|
|
|
|
width="1000px"
|
|
|
|
|
>
|
|
|
|
|
<div id="printFrom" class="my-print-box">
|
|
|
|
|
|
|
|
|
@ -285,11 +285,11 @@
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="workorderCode"
|
|
|
|
|
label="生产工单"
|
|
|
|
|
width="150">
|
|
|
|
|
width="130">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="workorderCodeSap"
|
|
|
|
|
width="150"
|
|
|
|
|
width="100" :formatter="orderCodeFormate"
|
|
|
|
|
label="生产订单">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
@ -298,37 +298,39 @@
|
|
|
|
|
width="180">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="unit"
|
|
|
|
|
prop="unit" width="50"
|
|
|
|
|
label="单位">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!--
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="quantityProduced"
|
|
|
|
|
prop="quantityProduced" width="80"
|
|
|
|
|
label="已生产数量">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="quantitySplit"
|
|
|
|
|
prop="quantitySplit" width="80"
|
|
|
|
|
label="拆分数量">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="routeCode"
|
|
|
|
|
prop="routeCode" width="90"
|
|
|
|
|
label="工艺编码">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="prodLineCode"
|
|
|
|
|
prop="prodLineCode" width="100"
|
|
|
|
|
label="产线设备">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="班次" align="center" prop="shiftId" :formatter="shiftFormat">
|
|
|
|
|
<el-table-column label="班次" align="center" prop="shiftId" :formatter="shiftFormat" width="40">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="工单状态" align="center" prop="status">
|
|
|
|
|
<el-table-column label="工单状态" align="center" prop="status" width="50">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag :options="dict.type.workorder_type" :value="scope.row.status"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!--
|
|
|
|
|
<el-table-column label="产品类型" align="center" prop="prodType">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag :options="dict.type.product_type" :value="scope.row.prodType"/>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>-->
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|