|
@@ -312,7 +312,6 @@
|
|
width="110px"
|
|
width="110px"
|
|
align="center"
|
|
align="center"
|
|
:filters="filterSaleOrderStatus"
|
|
:filters="filterSaleOrderStatus"
|
|
- sortable
|
|
|
|
v-if="!columnNoRoutList.includes('销售订单状态')"
|
|
v-if="!columnNoRoutList.includes('销售订单状态')"
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -376,7 +375,6 @@
|
|
width="80px"
|
|
width="80px"
|
|
column-key="carrierList"
|
|
column-key="carrierList"
|
|
key="carrierList"
|
|
key="carrierList"
|
|
- sortable
|
|
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
:filters="filterCarrierList"
|
|
:filters="filterCarrierList"
|
|
v-if="!columnNoRoutList.includes('承运商')"
|
|
v-if="!columnNoRoutList.includes('承运商')"
|
|
@@ -1127,7 +1125,6 @@
|
|
prop="materialSpe"
|
|
prop="materialSpe"
|
|
label="物资规格"
|
|
label="物资规格"
|
|
align="center"
|
|
align="center"
|
|
- sortable
|
|
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -1700,7 +1697,6 @@
|
|
prop="materialSpecification"
|
|
prop="materialSpecification"
|
|
label="物资规格"
|
|
label="物资规格"
|
|
align="center"
|
|
align="center"
|
|
- sortable
|
|
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
@@ -1714,7 +1710,6 @@
|
|
label="物资型号"
|
|
label="物资型号"
|
|
align="center"
|
|
align="center"
|
|
width="150"
|
|
width="150"
|
|
- sortable
|
|
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
@@ -1972,7 +1967,6 @@
|
|
prop="materialSpe"
|
|
prop="materialSpe"
|
|
label="物资规格"
|
|
label="物资规格"
|
|
align="center"
|
|
align="center"
|
|
- sortable
|
|
|
|
>
|
|
>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="materialNum" label="物资件数" align="center">
|
|
<el-table-column prop="materialNum" label="物资件数" align="center">
|