|
@@ -222,6 +222,7 @@
|
|
prop="examineStatus"
|
|
prop="examineStatus"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.examineStatus | statusFilter }}
|
|
{{ scope.row.examineStatus | statusFilter }}
|
|
@@ -233,6 +234,7 @@
|
|
prop="printTime"
|
|
prop="printTime"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
@@ -240,6 +242,7 @@
|
|
prop="orderType"
|
|
prop="orderType"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.orderType | orderTypeFilter }}
|
|
{{ scope.row.orderType | orderTypeFilter }}
|
|
@@ -251,6 +254,7 @@
|
|
prop="billReceipt"
|
|
prop="billReceipt"
|
|
min-width="250"
|
|
min-width="250"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.billReceipt }}
|
|
{{ scope.row.billReceipt }}
|
|
@@ -260,8 +264,9 @@
|
|
align="left"
|
|
align="left"
|
|
label="销售出库单号"
|
|
label="销售出库单号"
|
|
prop="id"
|
|
prop="id"
|
|
- min-width="110"
|
|
|
|
|
|
+ min-width="140"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.id" />
|
|
<CopyButton :copyText="scope.row.id" />
|
|
@@ -274,6 +279,7 @@
|
|
prop="orderNo"
|
|
prop="orderNo"
|
|
min-width="130"
|
|
min-width="130"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.orderNo" />
|
|
<CopyButton :copyText="scope.row.orderNo" />
|
|
@@ -286,6 +292,7 @@
|
|
prop="orderNo"
|
|
prop="orderNo"
|
|
min-width="140"
|
|
min-width="140"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText='scope.row.orderType === "TRADE" ||
|
|
<CopyButton :copyText='scope.row.orderType === "TRADE" ||
|
|
@@ -307,13 +314,15 @@
|
|
prop="correspondName"
|
|
prop="correspondName"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
label="经销商编码"
|
|
label="经销商编码"
|
|
prop="customerNumber"
|
|
prop="customerNumber"
|
|
- min-width="100"
|
|
|
|
|
|
+ min-width="120"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.customerNumber" />
|
|
<CopyButton :copyText="scope.row.customerNumber" />
|
|
@@ -326,6 +335,7 @@
|
|
prop="customerName"
|
|
prop="customerName"
|
|
min-width="250"
|
|
min-width="250"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.customerName" />
|
|
<CopyButton :copyText="scope.row.customerName" />
|
|
@@ -338,6 +348,7 @@
|
|
prop="materialCode"
|
|
prop="materialCode"
|
|
min-width="120"
|
|
min-width="120"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.materialCode" />
|
|
<CopyButton :copyText="scope.row.materialCode" />
|
|
@@ -350,6 +361,7 @@
|
|
prop="materialOldNumber"
|
|
prop="materialOldNumber"
|
|
min-width="140"
|
|
min-width="140"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.materialOldNumber" />
|
|
<CopyButton :copyText="scope.row.materialOldNumber" />
|
|
@@ -362,6 +374,7 @@
|
|
prop="materialName"
|
|
prop="materialName"
|
|
min-width="160"
|
|
min-width="160"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.materialName" />
|
|
<CopyButton :copyText="scope.row.materialName" />
|
|
@@ -374,6 +387,7 @@
|
|
prop="specification"
|
|
prop="specification"
|
|
min-width="350"
|
|
min-width="350"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.specification" />
|
|
<CopyButton :copyText="scope.row.specification" />
|
|
@@ -386,6 +400,7 @@
|
|
prop="unit"
|
|
prop="unit"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="left"
|
|
align="left"
|
|
@@ -393,6 +408,7 @@
|
|
prop="createBy"
|
|
prop="createBy"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
align="right"
|
|
align="right"
|
|
@@ -400,23 +416,31 @@
|
|
prop="refundableQty"
|
|
prop="refundableQty"
|
|
min-width="100"
|
|
min-width="100"
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
|
|
+ sortable
|
|
></el-table-column>
|
|
></el-table-column>
|
|
|
|
|
|
- <!-- <el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip>
|
|
|
|
|
|
+ <!-- <el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip
|
|
|
|
+ sortable>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.price | numToFixed }}
|
|
{{ scope.row.price | numToFixed }}
|
|
</template>
|
|
</template>
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
- <!-- <el-table-column align="right" label="订单金额" prop="payAmount" min-width="100" show-overflow-tooltip>
|
|
|
|
|
|
+ <!-- <el-table-column align="right" label="订单金额" prop="payAmount" min-width="100" show-overflow-tooltip
|
|
|
|
+ sortable>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.payAmount | numToFixed }}
|
|
{{ scope.row.payAmount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
- <!-- <el-table-column align="left" label="订单备注" prop="headerRemark" min-width="160" show-overflow-tooltip></el-table-column> -->
|
|
|
|
- <!-- <el-table-column align="left" label="发货申请备注" prop="remark" min-width="160" show-overflow-tooltip></el-table-column> -->
|
|
|
|
- <!-- <el-table-column align="left" label="表体备注" prop="invoiceRemark" min-width="160" show-overflow-tooltip></el-table-column> -->
|
|
|
|
- <!-- <el-table-column align="left" label="业务员" prop="serviceName" min-width="100" show-overflow-tooltip></el-table-column> -->
|
|
|
|
- <!-- <el-table-column align="left" label="表头业务员" prop="k3ServiceName" min-width="100" show-overflow-tooltip></el-table-column> -->
|
|
|
|
|
|
+ <!-- <el-table-column align="left" label="订单备注" prop="headerRemark" min-width="160" show-overflow-tooltip
|
|
|
|
+ sortable></el-table-column> -->
|
|
|
|
+ <!-- <el-table-column align="left" label="发货申请备注" prop="remark" min-width="160" show-overflow-tooltip
|
|
|
|
+ sortable></el-table-column> -->
|
|
|
|
+ <!-- <el-table-column align="left" label="表体备注" prop="invoiceRemark" min-width="160" show-overflow-tooltip
|
|
|
|
+ sortable></el-table-column> -->
|
|
|
|
+ <!-- <el-table-column align="left" label="业务员" prop="serviceName" min-width="100" show-overflow-tooltip
|
|
|
|
+ sortable></el-table-column> -->
|
|
|
|
+ <!-- <el-table-column align="left" label="表头业务员" prop="k3ServiceName" min-width="100" show-overflow-tooltip
|
|
|
|
+ sortable></el-table-column> -->
|
|
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
align="center"
|
|
align="center"
|