Explorar o código

手续费开票记录应收手续费加合计数

@dongkboy hai 1 mes
pai
achega
87d33ab70b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/receivable/handingFee/invoiceRecord.vue

+ 1 - 1
src/views/receivable/handingFee/invoiceRecord.vue

@@ -545,7 +545,7 @@ const getSummaries = (param) => {
   const { columns, data } = param
   const sums: (string | VNode)[] = []
   // 指定需要计算的字段列表(可根据需求添加字段名)
-  const specifiedFields = ['taxPoint', 'actualReceivedAmount'] // 替换为您需要的字段名
+  const specifiedFields = ['taxPoint', 'actualReceivedAmount','receivableAmount'] // 替换为您需要的字段名
 
   columns.forEach((column, index) => {
     if (index === 0) {