This commit is contained in:
linfso 2025-02-19 11:56:32 +08:00
parent ecbb8efee2
commit ee96917d31
3 changed files with 7 additions and 2 deletions

View File

@ -161,7 +161,7 @@
</el-table-column>
<el-table-column :label="$t('账期')" align="center" prop="billMonth" min-width="100" />
<el-table-column :label="$t('成本时间')" align="center" prop="tradeDate" min-width="170" />
<!-- <el-table-column :label="$t('总费用')" align="center" prop="costFee" min-width="100" /> -->
<el-table-column :label="$t('总费用')" align="center" prop="costFee" min-width="100" />
<el-table-column :label="$t('总票数')" align="center" prop="sendPieceSum" min-width="100" />
<!-- <el-table-column :label="$t('总件数')" align="center" prop="pieceNumber" min-width="100" /> -->
<!-- <el-table-column :label="$t('运单总重')" align="center" prop="totalWeight" min-width="100" /> -->

View File

@ -51,6 +51,9 @@
<el-option key="1" label="一程批次" value="1"></el-option>
<el-option key="2" label="二程批次" value="2"></el-option>
<el-option key="4" label="三程批次" value="4"></el-option>
<el-option key="5" label="四程批次" value="5"></el-option>
<el-option key="6" label="五程批次" value="6"></el-option>
<el-option key="7" label="末端派送" value="7"></el-option>
<el-option key="3" label="网点互寄" value="3"></el-option>
</el-select>
</el-form-item>

View File

@ -1,6 +1,5 @@
<template>
<XdPageContainer>
<!-- <el-form slot="pageHeader" ref="form" size="mini" :model="queryParams" label-width="100px"> -->
<SearchForm slot="pageHeader" class="queryForm" :model="queryParams" ref="queryForm" size="mini" :maxShow="9" label-width="100px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
<el-col :span="8">
@ -155,6 +154,9 @@
<span v-else-if="scope.row.batchType==2">二程批次</span>
<span v-else-if="scope.row.batchType==3">网点互寄</span>
<span v-else-if="scope.row.batchType==4">三程批次</span>
<span v-else-if="scope.row.batchType==5">四程批次</span>
<span v-else-if="scope.row.batchType==6">五程批次</span>
<span v-else-if="scope.row.batchType==7">末端派送</span>
</template>
</el-table-column>
<!-- <el-table-column :label="$t('报关资料状态')" align="center" prop="declareResStatus" min-width="170">