|
@@ -10,7 +10,7 @@
|
|
:page-jump="true" round style="position: absolute;right: 30px;z-index:9" :page-query="{'couldEdit':true,'saveOrderBtn':'保存订单','showBtn':true ,'couldBack':true}" />
|
|
:page-jump="true" round style="position: absolute;right: 30px;z-index:9" :page-query="{'couldEdit':true,'saveOrderBtn':'保存订单','showBtn':true ,'couldBack':true}" />
|
|
</el-col>
|
|
</el-col>
|
|
<MoreSearchBar business="PERSONAL_BUSINESS" @fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery"
|
|
<MoreSearchBar business="PERSONAL_BUSINESS" @fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery"
|
|
- :nodeCode="false" :clientManager="false" :outwardStaffName="false" :inwardStaffName="false" :pricingStaffName="false" :handlerName="false">
|
|
|
|
|
|
+ :nodeCode="false" :clientManager="false" :outwardStaffName="false" :inwardStaffName="false" :pricingStaffName="false" :handlerName="false" :productions="true">
|
|
<template v-slot:otherButton>
|
|
<template v-slot:otherButton>
|
|
<el-button class="filter-item" round type="success" @click="exportMyOrder()" :disabled="!listQuery.startDate && !listQuery.endDate">导出
|
|
<el-button class="filter-item" round type="success" @click="exportMyOrder()" :disabled="!listQuery.startDate && !listQuery.endDate">导出
|
|
</el-button>
|
|
</el-button>
|
|
@@ -103,6 +103,12 @@
|
|
<span>{{ row.invoiceAmount }}</span>
|
|
<span>{{ row.invoiceAmount }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="已出产品" align="center" width='120'
|
|
|
|
+ v-if="!hiddenLabels.includes('productions')" prop="productions" >
|
|
|
|
+ <template slot-scope="{row}">
|
|
|
|
+ <span>{{ row.productions?row.productions:'-' }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="下单时间" align="center" width="110"
|
|
<el-table-column label="下单时间" align="center" width="110"
|
|
v-if="!hiddenLabels.includes('created')" prop="created" >
|
|
v-if="!hiddenLabels.includes('created')" prop="created" >
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|