Browse Source

YT-1322客户模具分摊对账单,差异数不正确

intex
yufei_wang 4 days ago
parent
commit
d1258935b3
  1. 11
      src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/index.vue

11
src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/index.vue

@ -74,7 +74,16 @@
@changeTabs="changeTabs"
:tableObjectExtend="tableObjectExtend"
@buttonBaseClick="detailButtonBaseClick"
/>
>
<template #amountVariance="{ row }" v-if="tabCurrent.prop == 'ForecastWithBilltDifference'">
<span
:style="{
color: row.amountVariance > 0 ? '#409eff' : row.amountVariance < 0 ? 'red' : '#000'
}"
>{{ row.amountVariance }}</span
>
</template>
</Detail>
<!-- 导入 -->
<ImportCustomerStatementForecastForm
ref="importFormRef"

Loading…
Cancel
Save