Commit 16716634 authored by honghy's avatar honghy Committed by wux

需求95 报价单页面和列表调整

parent a378458a
......@@ -17,12 +17,12 @@
<div class="title-font">
<label>{{ $t("报价单所属") }}{{ list.relation ? (list.relation == 1 ? $t("发货人") : $t("收货人")) : $t("发货人") }}</label>
</div>
<el-descriptions :column="3" border class="card" v-if="list.consignorId" :labelStyle="{ width: '110px' }" :contentStyle="{ width: '110px' }" style="margin-top: 10px">
<el-descriptions :column="3" border class="card" :labelStyle="{ width: '110px' }" :contentStyle="{ width: '110px' }" style="margin-top: 10px">
<el-descriptions-item :label="$t('客户经理') + ':'">
{{list.followUpSalesmanName}}
</el-descriptions-item>
<el-descriptions-item :label="$t('销售阶段') + ':'">
<dict-tag :type="DICT_TYPE.CUSTOMER_FOLLOWUP_SALE_STAGE" :value="list.saleStage" />
<dict-tag :type="DICT_TYPE.CUSTOMER_FOLLOWUP_SALE_STAGE" :value="list.status" />
</el-descriptions-item>
<el-descriptions-item label="">
</el-descriptions-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment