Преглед изворни кода

跟单开票记录列表合计行加应收金额

@dongkboy пре 1 месец
родитељ
комит
461ea883d7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/receivable/documentary/documentaryRecord.vue

+ 1 - 1
src/views/receivable/documentary/documentaryRecord.vue

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