|
@@ -273,8 +273,13 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column align="left" label="制单日期" prop="createTime" min-width="160" show-overflow-tooltip />
|
|
|
|
- <el-table-column align="left" label="制单人" prop="createName" min-width="100" show-overflow-tooltip />
|
|
|
|
|
|
+ <el-table-column align="left" label="审核人" prop="confirmName" min-width="100" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="经销商名称" prop="customerName" min-width="250" show-overflow-tooltip>
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <CopyButton :copy-text="scope.row.customerName" />
|
|
|
|
+ <span>{{ scope.row.customerName }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
label="工程登录编号"
|
|
label="工程登录编号"
|
|
@@ -297,30 +302,7 @@
|
|
/>
|
|
/>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
- label="保证函"
|
|
|
|
- prop="refPromiseProvide"
|
|
|
|
- min-width="100"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
-
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- label="跨区厂编号"
|
|
|
|
- prop="refFactoryNo"
|
|
|
|
- min-width="160"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- />
|
|
|
|
- <el-table-column align="left" label="区域" prop="refRegionWork" min-width="160" show-overflow-tooltip />
|
|
|
|
- <el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="120" show-overflow-tooltip />
|
|
|
|
- <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="120" show-overflow-tooltip>
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <CopyButton :copy-text="scope.row.materialNumber" />
|
|
|
|
- <span>{{ scope.row.materialNumber }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- label="产品编码"
|
|
|
|
|
|
+ label="产品编号"
|
|
prop="materialOldNumber"
|
|
prop="materialOldNumber"
|
|
min-width="140"
|
|
min-width="140"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
@@ -362,37 +344,6 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="right"
|
|
align="right"
|
|
- label="实付金额"
|
|
|
|
- prop="payAmount"
|
|
|
|
- min-width="110"
|
|
|
|
- sortable
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- >
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- {{ scope.row.payAmount | numToFixed }}
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
-
|
|
|
|
- <el-table-column
|
|
|
|
- align="left"
|
|
|
|
- label="经销商编码"
|
|
|
|
- prop="customerNumber"
|
|
|
|
- min-width="100"
|
|
|
|
- show-overflow-tooltip
|
|
|
|
- >
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <CopyButton :copy-text="scope.row.customerNumber" />
|
|
|
|
- <span>{{ scope.row.customerNumber }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column align="left" label="经销商名称" prop="customerName" min-width="250" show-overflow-tooltip>
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <CopyButton :copy-text="scope.row.customerName" />
|
|
|
|
- <span>{{ scope.row.customerName }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
- align="right"
|
|
|
|
label="发货数量"
|
|
label="发货数量"
|
|
prop="retiredQty"
|
|
prop="retiredQty"
|
|
min-width="110"
|
|
min-width="110"
|
|
@@ -425,23 +376,21 @@
|
|
{{ scope.row.isDirectTransfer ? '是' : '否' }}
|
|
{{ scope.row.isDirectTransfer ? '是' : '否' }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <el-table-column
|
|
align="right"
|
|
align="right"
|
|
- label="直调数量"
|
|
|
|
- prop="directTransferQty"
|
|
|
|
|
|
+ label="出库数量"
|
|
|
|
+ prop="hasSendQty"
|
|
min-width="110"
|
|
min-width="110"
|
|
sortable
|
|
sortable
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
<el-table-column
|
|
<el-table-column
|
|
- align="right"
|
|
|
|
- label="出库数量"
|
|
|
|
- prop="hasSendQty"
|
|
|
|
- min-width="110"
|
|
|
|
- sortable
|
|
|
|
|
|
+ align="left"
|
|
|
|
+ label="项目类型"
|
|
|
|
+ prop="refProjectCategory"
|
|
|
|
+ min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
-
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
label="行业类别"
|
|
label="行业类别"
|
|
@@ -458,6 +407,62 @@
|
|
min-width="160"
|
|
min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
|
|
+ <el-table-column align="left" label="制单日期" prop="createTime" min-width="160" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="制单人" prop="createName" min-width="100" show-overflow-tooltip />
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="left"
|
|
|
|
+ label="保证函"
|
|
|
|
+ prop="refPromiseProvide"
|
|
|
|
+ min-width="100"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ />
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="left"
|
|
|
|
+ label="跨区厂编号"
|
|
|
|
+ prop="refFactoryNo"
|
|
|
|
+ min-width="160"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ />
|
|
|
|
+ <el-table-column align="left" label="区域" prop="refRegionWork" min-width="160" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="销售类型" prop="saleTypeName" min-width="120" show-overflow-tooltip />
|
|
|
|
+ <el-table-column align="left" label="物料编码" prop="materialNumber" min-width="120" show-overflow-tooltip>
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <CopyButton :copy-text="scope.row.materialNumber" />
|
|
|
|
+ <span>{{ scope.row.materialNumber }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="right"
|
|
|
|
+ label="实付金额"
|
|
|
|
+ prop="payAmount"
|
|
|
|
+ min-width="110"
|
|
|
|
+ sortable
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.payAmount | numToFixed }}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="left"
|
|
|
|
+ label="经销商编码"
|
|
|
|
+ prop="customerNumber"
|
|
|
|
+ min-width="100"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ >
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <CopyButton :copy-text="scope.row.customerNumber" />
|
|
|
|
+ <span>{{ scope.row.customerNumber }}</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="right"
|
|
|
|
+ label="直调数量"
|
|
|
|
+ prop="directTransferQty"
|
|
|
|
+ min-width="110"
|
|
|
|
+ sortable
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ />
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
label="返利钱包"
|
|
label="返利钱包"
|
|
@@ -500,7 +505,6 @@
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
/>
|
|
/>
|
|
- <el-table-column align="left" label="审核人" prop="confirmName" min-width="100" show-overflow-tooltip />
|
|
|
|
<el-table-column align="left" label="审核日期" prop="confirmTime" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="left" label="审核日期" prop="confirmTime" min-width="160" show-overflow-tooltip />
|
|
<el-table-column align="left" label="订单类型" prop="enginOrderType" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="left" label="订单类型" prop="enginOrderType" min-width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|