|
|
@@ -22,14 +22,14 @@
|
|
|
<template slot="label"> 合同数量</template>
|
|
|
{{ form.salesOrderBasicInfo.contractNum }}
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
+<!-- <el-descriptions-item>
|
|
|
<template slot="label"> 已交货数量 </template>
|
|
|
{{ form.salesOrderBasicInfo.deliveredQuantity }}
|
|
|
- </el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
+ </el-descriptions-item> -->
|
|
|
+<!-- <el-descriptions-item>
|
|
|
<template slot="label"> 欠交货数量 </template>
|
|
|
{{ form.salesOrderBasicInfo.lackNum }}
|
|
|
- </el-descriptions-item>
|
|
|
+ </el-descriptions-item> -->
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label"> 订单来源 </template>
|
|
|
{{ getDictValue('订单来源', form.salesOrderBasicInfo.orderSource) }}
|
|
|
@@ -46,14 +46,14 @@
|
|
|
<template slot="label"> 合同重量 </template>
|
|
|
{{ form.salesOrderBasicInfo.sumOrderWeight }}
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
+<!-- <el-descriptions-item>
|
|
|
<template slot="label"> 已交货重量 </template>
|
|
|
{{ form.salesOrderBasicInfo.deliveredWeight }}
|
|
|
- </el-descriptions-item>
|
|
|
- <el-descriptions-item>
|
|
|
+ </el-descriptions-item> -->
|
|
|
+<!-- <el-descriptions-item>
|
|
|
<template slot="label"> 欠交货重量 </template>
|
|
|
{{ form.salesOrderBasicInfo.backOrderWeight }}
|
|
|
- </el-descriptions-item>
|
|
|
+ </el-descriptions-item> -->
|
|
|
<el-descriptions-item>
|
|
|
<template slot="label"> 交付要求 </template>
|
|
|
{{
|