md
This commit is contained in:
parent
5526865c61
commit
7bfec582f1
@ -215,17 +215,20 @@
|
||||
|
||||
<!-- <el-table-column :label="$t('账期')" align="center" prop="settleBill.billMonth" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<el-table-column :label="$t('账期')" align="center" prop="billMonth" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('代垫费用')" align="center" prop="ddfy" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('折让')" align="center" prop="zr" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('赔偿等杂费')" align="center" prop="pc" width="120" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('实际运费')" align="center" prop="sjyf" width="80" :show-overflow-tooltip="true" />
|
||||
|
||||
<el-table-column :label="$t('备注')" align="center" prop="dcbz" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('付款日期')" align="center" prop="fkrq" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('快递公司')" align="center" prop="kdgs" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('面单单号')" align="center" prop="mddh" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('快递单号')" align="center" prop="mddh" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('业务员')" align="center" prop="salemen" width="80" :show-overflow-tooltip="true" />
|
||||
<!-- <el-table-column :label="$t('代垫费用')" align="center" prop="ddfy" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<!-- <el-table-column :label="$t('折让')" align="center" prop="zr" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<!-- <el-table-column :label="$t('赔偿等杂费')" align="center" prop="pc" width="120" :show-overflow-tooltip="true" /> -->
|
||||
<!-- <el-table-column :label="$t('实际运费')" align="center" prop="sjyf" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<el-table-column :label="$t('备注')" align="center" prop="remark" width="80" :show-overflow-tooltip="true" >
|
||||
<template slot-scope="scope">
|
||||
<span>{{scope.row.applyRemark}} / {{scope.row.remark}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column :label="$t('付款日期')" align="center" prop="fkrq" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<!-- <el-table-column :label="$t('快递公司')" align="center" prop="kdgs" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<el-table-column :label="$t('面单单号')" align="center" prop="billCode" width="80" :show-overflow-tooltip="true" />
|
||||
<!-- <el-table-column :label="$t('快递单号')" align="center" prop="mddh" width="80" :show-overflow-tooltip="true" /> -->
|
||||
<el-table-column :label="$t('业务员')" align="center" prop="salesmen" width="80" :show-overflow-tooltip="true" />
|
||||
|
||||
<el-table-column :label="$t('开票金额')" align="center" prop="openMoney" width="80" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('公司抬头')" align="center" prop="companyName" width="170" :show-overflow-tooltip="true" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user