|
|
@@ -23,9 +23,9 @@
|
|
|
<el-descriptions-item label="生产版本">{{
|
|
|
infoData.produceVersionName
|
|
|
}}</el-descriptions-item>
|
|
|
- <el-descriptions-item label="工单类型">{{
|
|
|
+ <!-- <el-descriptions-item label="工单类型">{{
|
|
|
infoData.workOrderType
|
|
|
- }}</el-descriptions-item>
|
|
|
+ }}</el-descriptions-item> -->
|
|
|
<el-descriptions-item label="产线">{{
|
|
|
infoData.productLine
|
|
|
}}</el-descriptions-item>
|
|
|
@@ -36,7 +36,7 @@
|
|
|
infoData.productionPlanCode
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="计划类型">{{
|
|
|
- infoData.planType
|
|
|
+ typeList[infoData.planType]
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="产品编码">{{
|
|
|
infoData.productCode
|
|
|
@@ -48,7 +48,7 @@
|
|
|
>{{ infoData.brandNo }}|{{ infoData.model }}</el-descriptions-item
|
|
|
>
|
|
|
<el-descriptions-item label="要求成型数量(PCS)">{{
|
|
|
- infoData.number
|
|
|
+ infoData.formingNum
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="要求成型重量(KG)">{{
|
|
|
infoData.formingWeight
|
|
|
@@ -72,7 +72,7 @@
|
|
|
infoData.deliveredWeight
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="工单状态">{{
|
|
|
- infoData.status
|
|
|
+ statusList[infoData.status]
|
|
|
}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="完成时间">{{
|
|
|
infoData.completeTime
|
|
|
@@ -165,6 +165,17 @@
|
|
|
descriptionsShow: true,
|
|
|
activeName: '0',
|
|
|
tabList: [],
|
|
|
+ statusList: {
|
|
|
+ 4: '待生产',
|
|
|
+ 5: '生产中',
|
|
|
+ 6: '已完成',
|
|
|
+ 7: '已延期'
|
|
|
+ },
|
|
|
+ typeList: {
|
|
|
+ 1: '内销订单',
|
|
|
+ 2: '外销订单',
|
|
|
+ 3: '预制订单'
|
|
|
+ },
|
|
|
componentsList: {
|
|
|
挤压成型: 'Extrusion',
|
|
|
自然干燥: 'Drying',
|