|
@@ -123,22 +123,22 @@
|
|
|
<el-table v-loading="loading" :data="whgenlegList" show-summary :summary-method="getSum">
|
|
|
<!-- <el-table-column type="selection" width="55" align="center" /> -->
|
|
|
<el-table-column type="index" label="行号" align="center" width="120" fixed/>
|
|
|
- <el-table-column label="客户" align="center" prop="fCorpid" fixed width="220"/>
|
|
|
- <el-table-column label="入库日期" align="center" prop="fReviewDate" fixed width="120">
|
|
|
+ <el-table-column label="客户" sortable align="center" prop="fCorpid" fixed width="220"/>
|
|
|
+ <el-table-column label="入库日期" sortable align="center" prop="fReviewDate" fixed width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.fOriginalbilldate , "{y}-{m}-{d}") }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="仓储费计算日期" align="center" prop="fChargedate" fixed width="120">
|
|
|
+ <el-table-column label="仓储费计算日期" sortable align="center" prop="fChargedate" fixed width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ parseTime(scope.row.fChargedate , "{y}-{m}-{d}") }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="提单号" align="center" fixed prop="fMblno" show-overflow-tooltip width="216"/>
|
|
|
+ <el-table-column label="提单号" sortable align="center" fixed prop="fMblno" show-overflow-tooltip width="216"/>
|
|
|
<el-table-column label="货物属性" align="center" prop="fBusinessTypes" width="120"/>
|
|
|
<el-table-column label="属性详情" align="center" prop="fMarks" width="120"/>
|
|
|
<el-table-column label="品名" align="center" prop="fGoodsids" width="120"/>
|
|
|
- <el-table-column label="仓库" align="center" prop="fWarehouseids" width="120"/>
|
|
|
+ <el-table-column label="仓库" sortable align="center" prop="fWarehouseids" width="120"/>
|
|
|
<el-table-column
|
|
|
label="贸易方式"
|
|
|
align="center"
|