ERP:采购入库 100%

(cherry picked from commit 57044cb716)
This commit is contained in:
YunaiV
2024-02-12 16:51:18 +08:00
committed by shizhong
parent 2453d3fb8d
commit ddc618a5ec
6 changed files with 38 additions and 59 deletions

View File

@ -221,13 +221,13 @@
/>
<el-table-column label="待收金额" align="center">
<template #default="scope">
{{ erpPriceInputFormatter(scope.row.payPrice + scope.row.debtPrice) }}
{{ erpPriceInputFormatter(scope.row.refundPrice + scope.row.debtPrice) }}
</template>
</el-table-column>
<el-table-column
label="本次款"
label="本次款"
align="center"
prop="payPrice"
prop="refundPrice"
:formatter="erpPriceTableColumnFormatter"
/>
<el-table-column label="本次欠款" align="center" prop="debtPrice">