Ver código fonte

采购付款:列表付款明细增加已付款金额

lxf 1 ano atrás
pai
commit
bca815f2b4
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/components/process/PurchasePayment.vue

+ 2 - 1
src/components/process/PurchasePayment.vue

@@ -46,7 +46,8 @@
               </template>
             </el-table-column>
             <el-table-column prop="amount" label="合同金额" width="140" />
-            <el-table-column prop="sumPayMoney" label="已收发票金额" width="140" />
+            <el-table-column prop="sumPayMoney" label="已付款金额" width="140" />
+            <el-table-column prop="sumInvoiceMoney" label="已收发票金额" width="140" />
             <el-table-column label="款项说明">
               <template #default="{ row, $index }">
                 <div style="width: 100%">