月结客户出货统计其表‘其他’

This commit is contained in:
wuteng 2025-11-12 13:05:27 +08:00
parent 9c5b051f3e
commit 6711f03d53

View File

@ -121,7 +121,7 @@
<el-table-column :label="$t('其他')" align="center" prop="other" width="100" >
<el-table-column :label="$t('票数')" align="center" prop="otherTickets" min-width="120" >
<template slot-scope="scope">
<span @click="handleShowBillList(scope.row,4)">{{ scope.row.otherTickets }}</span>
<span @click="handleShowBillList(scope.row,'other')">{{ scope.row.otherTickets }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('实际重量')" align="center" prop="otherWeight" min-width="120" />