|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="24" :lg="8" class="item">
|
|
|
- <div class="label">厂编号</div>
|
|
|
+ <div class="label">跨区厂编号</div>
|
|
|
<div class="value">{{ detailList.refFactoryNo }}</div>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :sm="24" :lg="8" class="item">
|
|
@@ -197,13 +197,13 @@
|
|
|
<div class="mymain-container">
|
|
|
<div class="table">
|
|
|
<el-table v-loading="listLoading" :data="detailList.items" element-loading-text="Loading" border fit highlight-current-row stripe show-summary :summary-method="$getSummaries">
|
|
|
- <el-table-column align="left" label="厂编号" prop="factoryNo" min-width="160" show-overflow-tooltip>\
|
|
|
+ <el-table-column v-if="!isCustomer" align="left" label="厂编号" prop="factoryNo" min-width="160" show-overflow-tooltip>\
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.factoryNo" />
|
|
|
<span>{{scope.row.factoryNo}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="特价编号" prop="specialNo" min-width="160" show-overflow-tooltip>
|
|
|
+ <el-table-column v-if="!isCustomer" align="left" label="特价编号" prop="specialNo" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.specialNo" />
|
|
|
<span>{{scope.row.specialNo}}</span>
|