|
|
@@ -60,8 +60,10 @@
|
|
|
> -->
|
|
|
<el-descriptions-item
|
|
|
:label="`要求生产重量(${productionPlan.weightUnit})`"
|
|
|
- >{{ productionPlan.requiredFormingWeight }}</el-descriptions-item
|
|
|
>
|
|
|
+ <!-- {{ productionPlan.requiredFormingWeight }} -->
|
|
|
+ {{ productionPlan.newSumOrderWeight }}
|
|
|
+ </el-descriptions-item>
|
|
|
<el-descriptions-item label="使用改型">{{
|
|
|
productionPlan.modification ? '是' : '否'
|
|
|
}}</el-descriptions-item>
|
|
|
@@ -141,7 +143,9 @@
|
|
|
</template>
|
|
|
<template v-slot:headerContractNum="{ column }">
|
|
|
<div class="header_required"
|
|
|
- ><span class="is-required">{{ column.label + `(${productionPlan.measuringUnit})` }}</span></div
|
|
|
+ ><span class="is-required">{{
|
|
|
+ column.label + `(${productionPlan.measuringUnit})`
|
|
|
+ }}</span></div
|
|
|
>
|
|
|
</template>
|
|
|
</ele-pro-table>
|
|
|
@@ -185,7 +189,7 @@
|
|
|
{
|
|
|
prop: 'contractNum',
|
|
|
slot: 'contractNum',
|
|
|
- headerSlot: 'headerContractNum',
|
|
|
+ headerSlot: 'headerContractNum',
|
|
|
label: `订单数量`
|
|
|
},
|
|
|
{
|